@charset "utf-8";
/* =============================================
contents.css
=============================================*/

/* commonSetting
---------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover img {
	transition:200ms;
}
a img {
	transition:200ms;
}
body {
	min-width: 1100px;
}
.inner {
	width: 1100px;
	margin: 0 auto;
}
*.on,
*.on * {
	-webkit-animation-play-state:running !important;
	animation-play-state:running !important;
}
.lpSection {
	min-height: 500px;
}
#topScrollBtn {
	position: fixed;
	z-index: 1000;
	right: 165px;
	bottom: 85px;
}
/* #headMainArea
---------------------------------------------------- */
#headMainArea {
	min-height: 600px;
	background: url(../images/index_bg01.jpg) 50% 0% no-repeat;
	margin-bottom: 80px;
}
#headMainArea .inner {
	position: relative;
}
#headMainArea .pos01 {
	position: absolute;
	top: 55px;
	left: 0;
}
#headMainArea .pos02 {
	position: absolute;
	top: 290px;
	left: 0;
}
#headMainArea .pos03 {
	position: absolute;
	top: 438px;
	left: 0;
	
}
#headMainArea .pos01 {
	position: absolute;
	
}
/* contentGlovalNav
---------------------------------------------------- */
#contentGlovalNav {
	position: absolute;
	top: 600px;
	padding: 14px 0;
	background: #fff;
	height: 80px;
	width: 100%;
}
#contentGlovalNav.fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#contentGlovalNav .logo {
	float: left;
	width: 150px;
}
#contentGlovalNav .navList {
	float: left;
	margin-left: 90px;
}
#contentGlovalNav .logo,
#contentGlovalNav .navList {
	margin-top: 12px;
}
#contentGlovalNav .navList li {
	float: left;
	display:block;
	margin-left: 40px;
}
#contentGlovalNav .navList li:first-child {
	margin-left: 0;
}
#contentGlovalNav .navList li a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
}
#contentGlovalNav .navList li a:hover,
#contentGlovalNav .navList li a.current {
	color: #2a5fbe;
	text-decoration: none;
	font-weight: bold;
}
#contentGlovalNav .btnList {
	float: right;
}
#contentGlovalNav .btnList li {
	display: inline-block;
}
#contentGlovalNav .btnList li a {
	display: block;
}
#contentGlovalNav .btnList li + li{
	margin-left: 20px;
}

/* downLoadArea
---------------------------------------------------- */
#modalContent {
	display: none;
}
#downLoadArea {
	display:block;
	width: 812px;
	padding: 40px 0;
	margin: 0 auto;
}
#downLoadArea .threeCol {
	padding: 70px 33px 60px;
}
#downLoadArea .threeCol li {
	float: left;
	width: 218px;
}
#downLoadArea .threeCol li .qrBox + p{
	margin-top: 28px;
}
#downLoadArea .threeCol li + li {
	margin-left: 45px;
}
#downLoadArea .contactLead {
	padding: 30px 25px;
	border-top: 1px dashed #cccccc;
}
#downLoadArea .contactLead .mailBtn {
	margin-top: 40px;
	text-align: center;
}

/* lpSection Introduction
---------------------------------------------------- */
#section01 {
	padding-top: 55px;
	background:#F0F0F0 url(../images/index_bg02.jpg) 50% 0 no-repeat;
}
#section01 .sectionHeading {
	text-align: center;
}
#section01 .sectionHeading + * {
	margin-top: 40px;
}
#section01 .troubleList {
	margin-left: 220px;
	line-height: 1;
}
#section01 .troubleList li {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#section01 .troubleList li + li {
	margin-top: 30px;
}
#section01 .troubleList li span {
	font-size: 28px;
	font-size: 2.8rem;
	color: #2a5fbe;
}
#section01 .troubleList li:before {
	content:url(../images/index_ic01.png);
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
/* attentionHeaging
---------------------------------------------------- */
.attentionHeaging {
	padding: 57px 0;
	background: #f0f0f0;
	text-align: center;
}
/* fiveReasonArea
---------------------------------------------------- */
.fiveReasonArea .fiveReasonNav {
	padding: 20px 0;
	background: #699ae1;
}
.fiveReasonArea .fiveReasonNav .sectionHeading  + *{
	margin-top: 25px;
}
.fiveReasonArea .fiveReasonNav .unchurLink li {
	float: left;
	display:block;
}
.fiveReasonArea .fiveReasonNav .unchurLink li + li {
	margin-left: 15px;
}
/* sceneSettiong */
.fiveReasonArea .lpSection .inner {
	position: relative;
}
/* scene01 */
.fiveReasonArea .lpSection#scene01 {
	background: url(../images/index_bg03.jpg) 50% 0 no-repeat;
}
.fiveReasonArea .lpSection#scene01 .animationLayout .pos01,
.fiveReasonArea .lpSection#scene01 .animationLayout .pos02,
.fiveReasonArea .lpSection#scene01 .animationLayout .pos03 {
	position: absolute;
	z-index: 2;
}
.fiveReasonArea .lpSection#scene01 .animationLayout .pos01 {
	top: 90px;
	left: 30px;
	transform:translateX(-20px);
	opacity: 0;
}
.fiveReasonArea .lpSection#scene01 .animationLayout .pos02 {
	top: 90px;
	left: 255px;
	transform:translateX(-20px);
	opacity: 0;
}
.fiveReasonArea .lpSection#scene01 .animationLayout .pos03 {
	top: 275px;
	left: 170px;
	-webkit-transform:translateX(-20px);
	transform:translateX(-20px);
	opacity: 0;
}
#mainContainer .fiveReasonArea .lpSection#scene01 .animationLayout.on .pos01 {
	-webkit-animation: fadeInLeft 800ms 0ms ease-out both;
	animation: fadeInLeft 800ms 0ms ease-out both;
}
#mainContainer .fiveReasonArea .lpSection#scene01 .animationLayout.on .pos02 {
	-webkit-animation: fadeInLeft 800ms 100ms ease-out both;
	animation: fadeInLeft 800ms 100ms ease-out both;
}
#mainContainer .fiveReasonArea .lpSection#scene01 .animationLayout.on .pos03 {
	-webkit-animation: fadeInLeft 800ms 200ms ease-out both;
	animation: fadeInLeft 800ms 200ms ease-out both;
}
/* scene02 */
.fiveReasonArea .lpSection#scene02 {
	background: url(../images/index_bg04.jpg) 50% 0 no-repeat;
}
/* scene03 */
.fiveReasonArea .lpSection#scene03 .animationLayout .pos01,
.fiveReasonArea .lpSection#scene03 .animationLayout .pos02,
.fiveReasonArea .lpSection#scene03 .animationLayout .pos03 {
	position: absolute;
	z-index: 3;
}
.fiveReasonArea .lpSection#scene03 {
	background: url(../images/index_bg05.jpg) 50% 0 no-repeat;
}
.fiveReasonArea .lpSection#scene03 .animationLayout .pos01 {
	opacity: 0;
	top: 200px;
	left: 0px;
}
.fiveReasonArea .lpSection#scene03 .animationLayout .pos02 {
	opacity: 0;
	top: 285px;
	left: 260px;
}
.fiveReasonArea .lpSection#scene03 .animationLayout .pos03 {
	top: 60px;
	left: 185px;
	z-index: 2;
}
#mainContainer .fiveReasonArea .lpSection#scene03 .animationLayout.on .pos01 {
	-webkit-animation: fadeIn 800ms 0ms ease-out both;
	animation: fadeIn 800ms 0ms ease-in both;
}
#mainContainer .fiveReasonArea .lpSection#scene03 .animationLayout.on .pos02 {
	-webkit-animation: fadeIn 800ms 0ms ease-out both;
	animation: fadeIn 800ms 0ms ease-out both;
}
/* scene04 */
.fiveReasonArea .lpSection#scene04 {
	background: url(../images/index_bg06.jpg) 50% 0 no-repeat;
}
.fiveReasonArea .lpSection#scene04 .animationLayout .pos01 {
	position: absolute;
	z-index: 2;
	top: 140px;
	right: 0;
	opacity: 0;
}
#mainContainer .fiveReasonArea .lpSection#scene04 .animationLayout.on .pos01 {
	-webkit-animation: fadeInLeft 800ms ease-out both;
	animation: fadeInLeft 800ms ease-out both;
}
.fiveReasonArea .lpSection#scene05 {
	background: url(../images/index_bg07.jpg) 50% 0 no-repeat;
}
.fiveReasonArea .lpSection .txtBox {
	position: absolute;
	top: 100px;
	width: 580px;
	padding: 40px 40px 50px;
	background: url(../images/index_bg08.png) 0 0 repeat;
}
.fiveReasonArea .lpSection .txtBox.posLeft {
	left: 0;
}
.fiveReasonArea .lpSection .txtBox.posRight {
	right: 0;
}
.fiveReasonArea .lpSection .txtBox .txtBoxHeading + * {
	margin-top: 30px;
}
/* subContentArea
---------------------------------------------------- */
.subContentArea {
	background: #eff2f6 url(../images/index_bg09.gif) repeat;
}
.subContentArea .inner {
	padding: 50px 0 80px;
}
.subContentArea .contentHeading {
	padding: 40px 0;
	background: #699ae1;
	text-align: center;
}
/*----- balloonArea ----*/
.subContentArea .balloonArea + .balloonArea {
	margin-top: 65px;
}
.subContentArea .balloonArea .balloonBox {
	position: relative;
	width: 700px;
	padding: 40px 60px;
	border: 2px solid #c4d3e9;
	background: #FFF;
	line-height: 1.7;
}
/* left */
.subContentArea .balloonArea.left .balloonBox {
	float: left;
	margin-right: 47px;
}
.subContentArea .balloonArea.left .balloonBox:after {
	content: url(../images/index_ic03.png);
	position: absolute;
	top: 50%;
	right: -47px;
	margin-top: -15px;
	display: block;
}
/* right */
.subContentArea .balloonArea.right .balloonBox {
	float: right;
	margin-left: 46px;
}
.subContentArea .balloonArea.right .balloonBox:after {
	content: url(../images/index_ic02.png);
	position: absolute;
	top: 50%;
	left: -46px;
	margin-top: -15px;
	display: block;
}
.subContentArea .balloonArea .balloonAvatar {
	width: 350px;
	overflow: hidden;
	text-align: center;
}
/* -----qaList---- */
.subContentArea .qaList dt {
	display: block;
	padding: 30px 35px;
	border-bottom: 1px solid #d7d9dd;
	background: #FFF url(../images/index_ic04.gif) no-repeat 1040px 1.1em;
	line-height: 1.1;
	font-size: 20px;
	font-size: 2.0rem;
	cursor: pointer;
}
.subContentArea .qaList dt.on {
	background: #FFF url(../images/index_ic05.gif) no-repeat 1040px 1.1em;
}
.subContentArea .qaList dd + dt {
	margin-top: 30px;
}
.subContentArea .qaList dt:before {
	content:"Q.";
	margin-right: 10px;
	color: #2a5fbe;
}
.subContentArea .qaList dd {
	display: none;
	padding: 20px 0 0 65px;
	font-size: 18px;
	font-size: 1.8rem;
}
.subContentArea .qaList dd .unswer:before {
	content:"A.";
	margin-right: 10px;
}
.subContentArea .qaList dd .unswer {
	color: #2a5fbe;
	text-indent: -1.7em;
	font-weight: bold;
}
/* footer
---------------------------------------------------- */
#footer {
	padding: 40px;
}
#footer .footNavList {
	padding-bottom: 15px;
}
#footer .footNavList li {
	float: left;
}
#footer .footNavList li + li {
	margin-left: 50px;
}
#footer .footNavList li a {
	color: #444;
}
#footer .footLogoList {
	border-top: 1px solid #dbdde0;
	padding-top: 25px;
}
#footer .footLogoList li {
	float: left;
}
#footer .footLogoList li + li {
	margin-left: 50px;
}
#footer .footLogoList li a img:hover {
	opacity: 1;
}

/* JS Setting
---------------------------------------------------- */
#topScrollBtn {
	bottom:85px;
	transform:scaleY(0px);
	opacity: 0;
}
#topScrollBtn.on{
	-webkit-animation: btnFadeIn 500ms 0ms linear both;
	animation: btnFadeIn 500ms 0ms linear both;
}
#topScrollBtn.off{
	-webkit-animation: btnFadeOut 500ms 0ms linear both;
	animation: btnFadeOut 500ms linear 0ms both;
}
@-webkit-keyframes btnFadeOut {
	0% {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 0;
	}
}
@keyframes btnFadeOut {
	0% {
		transform: translateY(45px);
		opacity: 1;
	}
	100% {
		transform: translateY(0px);
		opacity: 0;
	}
}
@-webkit-keyframes btnFadeIn {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
		opacity: 1;
	}
}
@keyframes btnFadeIn {
	0% {
		transform: translateY(0px);
		opacity: 0;
	}
	100% {
		transform: translateY(45px);
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		-webkit-transform:translateX(-20px);
		transform:translateX(-20px);
		opacity: 0;
	}
	100% {
		-webkit-transform:translateX(20px);
		transform:translateX(-20px);
		opacity: 1;
	}
}
@keyframes fadeInLeft {
	0% {
		transform:translateX(-20px);
		opacity: 0;
	}
	100% {
		transform:translateX(20px);
		opacity: 1;
	}
}
/* clearFix
---------------------------------------------------- */
#contentGlovalNav:after,
#contentGlovalNav .navList:after,
#downLoadArea .threeCol:after,
.fiveReasonNav .unchurLink:after,
#footer .footNavList:after,
#footer .footLogoList:after {
	content : "";
	display : block;
	clear : both;
}

/*----------------------------------------------------
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
----------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; border: 1px solid #d2d2d2;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{ -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity = 35);
}
#colorbox{outline:0;}
#cboxContent{background:#fff; }
.cboxIframe{background:#fff;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxClose{position:absolute; top:-25px; right:-25px; background:url(../images/index_ic10.gif) no-repeat 0 0; width:50px; height:50px; text-indent:-9999px;z-index: 2000;}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}