html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
/*    width: 100%;*/
width: 70%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
/*
    background-color: rgba(7, 16, 69, .85);
*/
    background-color: rgba(217, 226, 249, .9);
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
/*    left: 0;*/
left: 30%;
    visibility: visible;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

div.topImg img {
	width :100%;
}
div.normalImg img {
	width :100%;
}
.psubc {
	font-size :17px;
}
.fhsize {
	font-size: 22px;
}
.leadfinf {
	font-size: 17px;
	color: #505050;
}
.pfsize {
	font-size: 14px;
}
.subttl {
	font-size:19px ;
}
.tablettl {
	font-size: 18px;
	color: #505050;
}
.tablecell {
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #505050;
}
font.annotation {
	font-size: 14px;
	color: #909090;
}
.dotLine {
	height: 10px;
	background:url(./img/dotLine.gif) repeat-x;
}
.securityttl {
	padding: 8px;
	background-color: rgba(200, 200, 200, .15);
}

[class*="col-ttl"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(206, 181, 244, .15);
  border: 1px solid rgba(206, 181, 244, .2);
}

[class*="col-lead"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
/*
  background-color: rgba(206, 181, 244, .15);
*/
  border: 1px solid rgba(206, 181, 244, .2);
}
.animeImgArea
{
	position: relative;
	overflow: hidden
}
.hiddenImg
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.animationImg-leftToRight
{
	position: absolute;
	top: 0;
	z-index: 2;
	left: -100%;
	width: 100%;
	height: 100%;
/*
	background: rgba(0,0,0,.6);
	transform: translate3d(0,0,0);
	-webkit-transition: .3s;
	transition: .3s;
*/
	-webkit-transition: 1.2s;
	transition: 1.2s;
	opacity: 1;
}
/*----------
top image setting
----------*/
.animationImgTop-leftToRight
{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;

	-webkit-transition: .9s;
	transition: .9s;
	opacity: 1;
}
.animationImgTop-leftToRight img
{
	width: 100%;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
.animationImgTop-leftTopToRightBottom
{
	position: absolute;
	top: -100%;
	left: -100%;
	z-index: 3;
	width: 100%;
	height: 100%;

	-webkit-transition: 1.2s;
	transition: 1.2s;
	opacity: 1;
/*
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
*/
}
.animationImgTop-leftTopToRightBottom img
{
	width: 100%;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
.animationImgTop-topToBottom
{
	position: absolute;
	top: -100%;
	z-index: 4;
	width: 100%;
	height: 100%;

	-webkit-transition: 1.2s;
	transition: 1.2s;
	opacity: 1;
/*
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
*/
}
.animationImgTop-topToBottom img
{
	width: 100%;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
/*----------
approach flow setting
----------*/
.animationImgFlow-leftToRight1
{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;

	-webkit-transition: .6s;
	transition: .6s;
	opacity: 1;
}
.animationImgFlow-leftToRight2
{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 3;
	width: 100%;
	height: 100%;

	-webkit-transition: .6s;
	transition: .6s;
	opacity: 1;

	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.animationImgFlow-leftToRight3
{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 4;
	width: 100%;
	height: 100%;

	-webkit-transition: .6s;
	transition: .6s;
	opacity: 1;

	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.animationImgFlow-leftToRight4
{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 5;
	width: 100%;
	height: 100%;

	-webkit-transition: .6s;
	transition: .6s;
	opacity: 1;

	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}
