@charset "utf-8";
/* CSS Document */
@keyframes fadeIn {
    0% {opacity: 0.5}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0.5}
    100% {opacity: 1}
}
@keyframes LinkHoverSlide {
	0% {
		transform: translateX(0em);
	}
	100% {
		transform: translateX(0.25em);
	}
}
@-webkit-keyframes LinkHoverSlide {
	0% {
		transform: translateX(0em);
	}
	100% {
		transform: translateX(0.25em);
	}
}
@keyframes LineSlide {
	0% {
		transform: translateY(64px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes LineSlide {
	0% {
		transform: translateY(64px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/* 「RightToLeft」を適用する箇所 */
h1 {
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
  animation-iteration-count: infinite;/* アニメーションの繰り返し（無限）*/
}
body {
	font: 1.000em/1.400em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*:first-child+html font-size:small;
	*html font:x-small;
	color:#333333;
	text-align:left;
	letter-spacing:0.00em;
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	padding:0;
	margin:0;
	overflow: hidden;

	-webkit-text-size-adjust: 100%;

	/*background-image: url(../img/com.main.background01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
a{
	color: #404EBC;
	text-decoration: none;
}
h1{
	font-size: 200.0%;
	line-height: 1.000em;
	font-weight: bold;
}
h2{
	color: #404EBC;
	font-size: 150.0%;
	line-height: 140.0%;
	font-weight: bold;
}
h3{
	font-size: 125.0%;
	line-height: 180.0%;
	font-weight: bold;
}

/* header */
header{
	display: block;
	position: relative;
	width: 100%;
	min-width: 650px;
	height: 80px;
	margin: 0px auto 0px auto;
	z-index:999;
	background: #FFFFFF;
}
.header{
	display: block;
	position: relative;
	width: 100%;
	min-width: 650px;
	height: 80px;
	margin: 0px auto 0px auto;
}
.header .HeaderLogo {
	display:block;
	float:left;
	line-height: 1%;
	text-align:center;
	margin: 16px 16px 16px 16px;
}
.header .HeaderLogo img {
	display:block;
	height: 28px;
	margin: 0px 0px 4px 0px;
}
.header .HeaderLogo h1 {
	display:block;
	color: #666666;
	font-size: 75.0%;
	line-height: 20px;
	text-align: left;
}
#HeaderCorporatePart {
	display: block;
	padding: 16px 16px 16px 16px; 
	float: right;
}
#HeaderCorporatePart h3 {
	display: inline-block;
	font-weight: normal;
	line-height: 36px;
}
#HeaderCorporatePart a {
	display: block;
}
#HeaderCorporatePart a:first-of-type {
	margin: 0px 0px 0px 0px;
}
#HeaderCorporatePart ul.flag{
	display: inline-block;
	float: right;
}
#HeaderCorporatePart ul.flag li{
	display: inline-block;
	width: 80px;
	text-align: center;
}
#HeaderCorporatePart .flag img{
	display: block;
	height: 28px;
	border: 1px #7D7D7D solid;
	margin: 0px auto 0px auto;
}
#HeaderCorporatePart .flag a span{
	font-size: 75.0%;
	line-height: 20px;
}

/* end header */
footer {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	background: #FFFFFF;
	background-image: url(../img/com.line.background.png);

	background-position: left;
	background-repeat: repeat-y;
	
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=95);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	filter: alpha(opacity=95);

	box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
	
}
footer article {
	display: block;
}
#CorporatePart {
	display: block;
	padding: 8px 48px 8px 48px; 
}
#CorporatePart h3 {
	display: inline-block;
	font-weight: normal;
	font-size: 100%;
	line-height: 28px;
}
#CorporatePart a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	line-height: 28px;
	padding: 0px 8px 0px 12px;
}
#CorporatePart a:first-of-type {
	margin: 0px 0px 0px 0px;
}
#CorporatePart a:hover{
}
#CorporatePart a:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0px;
	vertical-align: middle;
	background: #FFFFFF;
    border-width: 6px 0px 6px 8px;
    border-style: solid;
    border-color: #FFFFFF #FFFFFF #FFFFFF transparent;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.5s ease;
}
#CorporatePart a:hover:before{
	margin-left: 3px;
	background: #404EBC;
}
#Copyright{
	position: absolute;
	top: 8px;
	right: 16px;
	font-size: 75.0%;
	line-height: 28px;
}

#ISMS.active ,
aside.active {
	display: block;
	animation: fadeIn 1.25s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.25s ease 0s 1 normal;
}
footer.active  {
	display: block;
	animation: LineSlide 0.5s ease 0s 1 normal;
	-webkit-animation: LineSlide 0.5s ease 0s 1 normal;
}

#Contents {
	width: 100%;
	text-align: center;
}

/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	top: 50%;
	left: 50%;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
.fullSlideShow ul li img.BackGround {
	width: 100%;
}
.fullSlideShow ul li div {
	display: inline-block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.fullSlideShow ul li#Slide01 .Element01 {
	display: inline-block;
	position: absolute;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 5%;
	width: 60%;
}
.fullSlideShow ul li#Slide02 .Element01 {
	display: inline-block;
	position: absolute;
	top: 30%;
	left: 5%;
	width: 45%;
	z-index: 2;
}
.fullSlideShow ul li div.BackGroundBlue {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
	background: #348ECA;
}
.fullSlideShow ul li#Slide03 .Element01 {
	display: inline-block;
	position: absolute;
	top: 15%;
	right: 5%;
	width: 20%;
	z-index: 2;
}
.fullSlideShow ul li#Slide03 .Element02 {
	display: inline-block;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 45%;
	z-index: 2;
	margin-left: -22.5%;
	margin-bottom: 5%;
}
.fullSlideShow ul li#Slide03 .Element03 {
	display: inline-block;
	position: absolute;
	top: 15%;
	left: 5%;
	width: 40%;
	z-index: 2;
}
/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
	position: relative;
    margin-top: -54px;
    top: 50%;
    width: 48px;
    height: 48px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
	border: 4px solid #FFFFFF;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-o-border-radius: 24px;
	-ms-border-radius: 24px;
	margin-top: -24px;
}
.fullSlideShow .btnPrev {
	left: 12px;
}
.fullSlideShow .btnNext {
	right: 12px;
}
.fullSlideShow .btnPrev:before,
.fullSlideShow .btnNext:before {
	content: "";
	position: absolute;
	top: 4px;
	width: 0;
	height: 0;
}
.fullSlideShow .btnPrev:before {
	right: 11px;
	border-top: 16px solid transparent;
	border-right: 24px solid #FFFFFF;
	border-bottom: 16px solid transparent; 
	-webkit-transition: all 0.15s ease;
}
.fullSlideShow .btnNext:before {
	left: 11px;
	border-top: 16px solid transparent;
	border-left: 24px solid #FFFFFF;
	border-bottom: 16px solid transparent; 
	-webkit-transition: all 0.15s ease;
}

/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 96px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed; /* absolute or fixed */
	z-index: 110; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
}

.pagiNation a {
	margin: 0 5px;
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	background: #404EBC;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}


