@charset "UTF-8";

@import url("modal.css");


/* HTML5 CSS
------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}

/*------------------
 == reset
--------------------*/
html, body {margin: 0;padding: 0;border: 0;}
body {font-size: 76%;line-height: 1.5;-webkit-text-size-adjust:none;}

a{cursor: pointer;}
img{border: 0;vertical-align: bottom;}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {margin: 1em 0;padding: 0;font-size: 1em;}
em, address {font-style: normal;}
input,textarea{font-size: 100%;}
ul{list-style: none;}
ol{ margin-left: 2.5em;}
ol li{padding: 2px 0;}

table {border-collapse: collapse;border-spacing: 0;}
th {text-align: left;font-style: normal;}

sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

fieldset {border: 0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style: normal;font-weight: normal;}

/* ----------------------------
 == Common
---------------------------- */
html{
	height: 100%;
}
body{
	background: #ffeac5;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.8;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87%;
	color: #333333;
	-webkit-text-size-adjust:none;
	height: 100%;
	letter-spacing: .2em;
}
@media screen and (min-width:641px){
	body{
		min-width: 960px;
	}
}
@media screen and (max-width:641px){
	body{
		letter-spacing: 0;
		line-height: 1.6;
	}
}


a:link {color: #279fd4; text-decoration: underline;}
a:visited {color: #279fd4;}
a:hover {color: #279fd4; text-decoration: none;}
a:active {color: #279fd4; text-decoration: none;}

img{
	max-width: 100%;
}

.offDisplay{
	display: none !important;
}
.onDisplay{
	display: block !important;
}


/* -- clearfix Style -------------------- */

.clearfix {zoom:1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/* -- text Style -------------------- */
sup{
	vertical-align: .3em;
}
sub{
	vertical-align: -.2em;
}

em{
	font-weight: bold;
}
strong{
	font-weight: bold;
	color: #ff4300;
}

.imgLeft{
	float: left;
	margin: 0 20px 10px 0;
}
.imgRight{
	float: right;
	margin: 0 0 10px 20px;
}

.txtLeft{
	text-align: left;
}
.txtRight{
	text-align: right;
}
.txtCenter{
	text-align: center;
}

.noBreak{
	white-space: nowrap;
}

.note{
	font-size: .8em;
	margin-left: 1.2em;
}
.note span{
	margin-left: -1em;
}
ul.note{
	margin-left: 0;
}
ul.note li{
	margin-left: 1.2em;
}
ul.note li span{
	margin-left: -1em;
}
.pc-on{display: block;}
.sp-on{display: none;}




/* ------------------------------------------------------------------------------------
 == Layout
------------------------------------------------------------------------------------ */
/* sp style width 640px
@media screen and (max-width:640px){
}
*/


#container{
	min-height: 100%;
	height: auto !important;
	padding: 0;
	position: relative;
}
@media screen and (max-width:640px){
}
/* ----------------------------
 == headerGlobal
---------------------------- */
#pageHeader{
	margin: 0;
	padding: 0;
}
#pageHeaderArea{
	background: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 1;
	position: relative;
}

#headerUtility{
	background: #ffebc3;
	margin: 0;
	padding: 0;
	position: relative;
}

#headerUtility:after{
	content: "";
	background: url("/~fbs/common/img/bg_header.png") repeat-x left bottom;
	display: block;
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: -10px;
}
#headerUtility > .frameContent{
	max-width: 960px;
	margin: 0 auto;
	padding: 1em 0;
	line-height: 1;
}
@media screen and (min-width:641px){
	#headerUtility > .frameContent{
		background: url("/~fbs/common/img/img_catch.png") no-repeat right center;
	}
}

#headerSiteid{
	margin: 0;
	padding: 0 30% 0 5%;
}


@media screen and (min-width:640px){
	#headerSiteid{
		width: 240px;
		margin: 0 auto;
		padding: 0;
	}
}



#headerGlobal{
	margin: 0;
	padding: 0;
}


#headerGlobal > .frameContent{
	margin: 0 auto;
	padding: 0;
	line-height: 1;
}
@media screen and (min-width:641px){
	#headerGlobal > .frameContent{
		max-width: 960px;
		margin: 0 auto;
		padding: 25px 0 0 0;
		line-height: 1;
	}
}
#headerGlobal > .frameContent:after{
	content: "";
	display: block;
	clear: both;
}

#headerGlobalNavicon{
	margin: 0;
	padding: 0;
	display: none;
}
@media screen and (max-width:640px){
	#headerGlobalNavicon{
		display: block;
		position: absolute;
		/*top: 13px;*/
		top:50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		width: 39px;height: 47px;
		right: 5px;
		cursor: pointer;
	}
	.headerIconLine{
		display: block;
		width: 39px;height: 5px;
		background: #FF4300;
		margin-bottom: 8px;
		transition:transform .4s cubic-bezier(0.075, 0.470, 0.435, 1);
		-webkit-transition:-webkit-transform .4s cubic-bezier(0.075, 0.470, 0.435, 1);
	}

	.headerIconText{
		display: block;
		width: 38px;height: 9px;
		overflow: hidden;
		background: url(../img/header_menu_txt.png);
		transition:all .4s cubic-bezier(0.075, 0.470, 0.435, 1.495);
		-webkit-transition:all .4s cubic-bezier(0.075, 0.470, 0.435, 1.495);
	}
	#headerGlobalNavicon.active .headerIconLine--line1{
		transform:translateY(15.5px) scaleX(1.2) rotate(45deg);
		-webkit-transform:translateY(15.5px) scaleX(1.2) rotate(45deg);
	}
	#headerGlobalNavicon.active .headerIconLine--line2{
		transform:scaleY(0);
		-webkit-transform:scaleY(0);
	}
	#headerGlobalNavicon.active .headerIconLine--line3{
		transform:translateY(-11px) scaleX(1.2) rotate(-45deg);
		-webkit-transform:translateY(-11px) scaleX(1.2) rotate(-45deg);
	}
	#headerGlobalNavicon.active .headerIconText{
		background-position: 0 -9px;
		transform:rotateX(360deg);
		-webkit-transform:rotateX(360deg);
	}
	/*#headerGlobalNavicon span{
		background-image: url("/~fbs/common/img/btn_menu.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		display: block;
		width: 39px;
		height: 47px;
		margin: 0;
		padding: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-size: contain;
		cursor: pointer;
	}*/

	#headerGlobal #headerGlobalMenu{
		background: #ff8700;
		display: none;
		position: absolute;
		/*top: 70px;*/
		top:100%;
		right: 0;
		width: 100%;
		z-index: 10;
	}
}


#headerGlobalMenu .headerGlobalNavList{
	margin: 0;
	padding: 0;
	line-height: 1;
}
#headerGlobalMenu .headerGlobalNavList:after{
	content: "";
	display: block;
	clear: both;
}
#headerGlobalMenu .headerGlobalNavList > li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffab4d;
}
#headerGlobalMenu .headerGlobalNavList > li > span,
#headerGlobalMenu .headerGlobalNavList > li > a{
	display: block;
	margin: 0;
	padding: 20px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
}
#headerGlobalMenu .headerGlobalNavList > li > span{
	opacity: 0.5;
}

#headerGlobalMenu .headerGlobalNavList > li > a:after{
	content: "";
	background: url("/~fbs/common/img/arrrow_r04.png") no-repeat right center;
	background-size: contain;
	display: block;
	margin: -8px 0 0 0;
	padding: 0;
	width: 10px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 3%;
}

@media screen and (min-width:641px){
	#headerGlobalMenu .headerGlobalNavList{
		background: url("/~fbs/common/img/bg_gnav.png") no-repeat left top;
		margin: 0;
		padding: 0 0 0 1px;
	}
	#headerGlobalMenu .headerGlobalNavList > li{
		background: url("/~fbs/common/img/bg_gnav.png") no-repeat right top;
		margin: 0 1px 0 0;
		padding: 0;
		float: left;
		position: relative;
		border-bottom: 0px solid #ffab4d;
	}
	@media screen and (max-width:640px){
		#headerGlobalMenu .headerGlobalNavList > li{
			background: transparent;
			margin: 0;
			padding: 0;
			float: none;
			position: relative;
		}
	}
	#headerGlobalMenu .headerGlobalNavList > li > span,
	#headerGlobalMenu .headerGlobalNavList > li > a{
		background-image: url("/~fbs/common/img/gnav.png");
		background-repeat: no-repeat;
		display: block;
		width: 159px;
		height: 60px;
		margin: 0;
		padding: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#headerGlobalMenu .headerGlobalNavList > #navSubject > a{
		background-position: -1px 0;
	}
	#headerGlobalMenu .headerGlobalNavList > #navSubject > span{
		background-position: -1px -120px;
	}
	#headerGlobalMenu .headerGlobalNavList > #navSubject > a:hover,
	#headerGlobalMenu .headerGlobalNavList > #navSubject.hover > a,
	#headerGlobalMenu .headerGlobalNavList > #navSubject.current > a,
	#headerGlobalMenu .headerGlobalNavList > #navSubject.current > a{
		background-position: -1px -60px !important;
	}

	#headerGlobalMenu .headerGlobalNavList > #navSeminar > a{
		background-position: -161px 0;
	}
	#headerGlobalMenu .headerGlobalNavList > #navSeminar > span{
		background-position: -161px -120px;
	}
	#headerGlobalMenu .headerGlobalNavList > #navSeminar > a:hover,
	#headerGlobalMenu .headerGlobalNavList > #navSeminar.hover > a,
	#headerGlobalMenu .headerGlobalNavList > #navSeminar.current > a,
	#headerGlobalMenu .headerGlobalNavList > #navSeminar.current > a:hover{
		background-position: -161px -60px;
	}

	#headerGlobalMenu .headerGlobalNavList > #navLife > a{
		background-position: -321px 0;
	}
	#headerGlobalMenu .headerGlobalNavList > #navLife > span{
		background-position: -321px -120px;
	}
	#headerGlobalMenu .headerGlobalNavList > #navLife > a:hover,
	#headerGlobalMenu .headerGlobalNavList > #navLife.hover > a,
	#headerGlobalMenu .headerGlobalNavList > #navLife.current > a,
	#headerGlobalMenu .headerGlobalNavList > #navLife.current > a:hover{
		background-position: -321px -60px;
	}

	#headerGlobalMenu .headerGlobalNavList > #navPeople > a{
		background-position: -481px 0;
	}
	#headerGlobalMenu .headerGlobalNavList > #navPeople > span{
		background-position: -481px -120px;
	}
	#headerGlobalMenu .headerGlobalNavList > #navPeople > a:hover,
	#headerGlobalMenu .headerGlobalNavList > #navPeople.hover > a,
	#headerGlobalMenu .headerGlobalNavList > #navPeople.current > a,
	#headerGlobalMenu .headerGlobalNavList > #navPeople.current > a:hover{
		background-position: -481px -60px;
	}

	#headerGlobalMenu .headerGlobalNavList > #navFuture > a{
		background-position: -641px 0;
	}
	#headerGlobalMenu .headerGlobalNavList > #navFuture > span{
		background-position: -641px -120px;
	}
	#headerGlobalMenu .headerGlobalNavList > #navFuture > a:hover,
	#headerGlobalMenu .headerGlobalNavList > #navFuture.hover > a,
	#headerGlobalMenu .headerGlobalNavList > #navFuture.current > a,
	#headerGlobalMenu .headerGlobalNavList > #navFuture.current > a:hover{
		background-position: -641px -60px;
	}

	#headerGlobalMenu .headerGlobalNavList > #navExam > a{
		width: 158px !important;
		background-position: -801px 0;
	}
	#headerGlobalMenu .headerGlobalNavList > #navExam > span{
		display: block;
		width: 158px !important;
		background-position: -801px -120px;
	}
	#headerGlobalMenu .headerGlobalNavList > #navExam > a:hover,
	#headerGlobalMenu .headerGlobalNavList > #navExam.hover > a,
	#headerGlobalMenu .headerGlobalNavList > #navExam.current > a,
	#headerGlobalMenu .headerGlobalNavList > #navExam.current > a:hover{
		background-position: -801px -60px;
	}
}

#headerGlobalMenu .headerGlobalSnav{
	background: #b88e44;
	display: none;
	margin: 0;
	padding: 0;
}
#headerGlobalMenu .headerGlobalSnav > li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cdb07c;
}
#headerGlobalMenu .headerGlobalSnav > li:last-child{
	border-bottom: 0px solid #cdb07c;
}
#headerGlobalMenu .headerGlobalSnav > li > span,
#headerGlobalMenu .headerGlobalSnav > li > a{
	min-width: 132px;
	display: block;
	margin: 0;
	padding: 13px;
	/*padding-left: 2rem;*/
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
}
#headerGlobalMenu .headerGlobalSnav > li > span{
	opacity: 0.5;
}
@media screen and (max-width:640px){
	#headerGlobalMenu .headerGlobalSnav > li > span,
	#headerGlobalMenu .headerGlobalSnav > li > a{
		padding-left: 2rem;
	}
}
@media screen and (min-width:641px){
	#headerGlobalMenu .headerGlobalSnav{
		position: absolute;
		top: 53px;
		left: 0;
		z-index: 5;
		border-radius: 3px;
		display: none;
	}
	#headerGlobalMenu .headerGlobalSnav:before{
		content: "";
		background: url("/~fbs/common/img/arrow_snav.png") no-repeat right top;
		display: block;
		width: 10px;
		height: 7px;
		position: absolute;
		top: -7px;
		left: 74px;
		margin: 0;
		padding: 0;
	}

	#headerGlobalMenu .headerGlobalSnav > li > a:hover{
		background: #ff8300;
	}
	#headerGlobalMenu .headerGlobalSnav > li > a:before{
		content: url("/~fbs/common/img/arrow_r03.png");
		margin-right: .5em;
	}
	#headerGlobalMenu .headerGlobalSnav > li > span:before{
		content: " ";
		margin-right: 1.1em;
	}
	#headerGlobalMenu .headerGlobalSnav > li:last-child > a{
		border-radius: 0 0 3px 3px;
	}
	#headerGlobalMenu .headerGlobalSnav > li:first-child > a{
		border-radius: 3px 3px 0 0;
	}
}






.headerGlobalBtn{
	margin: 1em 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.headerGlobalBtn > li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.headerGlobalBtn > li > a{
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 145px;
	height: 42px;
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-size: contain;
}
.headerGlobalBtn > #navAccess > a{
	background-image: url("/~fbs/common/img/btn_access_sp.png");
}
.headerGlobalBtn > #navInquiry > a{
	background-image: url("/~fbs/common/img/btn_inquiry_sp.png");
}
.headerGlobalBtn > #navExam > a{
	background-image: url("/~fbs/common/img/btn_exam_sp.png");
	margin-top: .2em;
}

@media screen and (min-width:641px){
	.headerGlobalBtn{
		width: auto;
		position: fixed;
		top: 180px;
		right: 0;
		z-index: 5;
	}
	.headerGlobalBtn > li{
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.headerGlobalBtn > li > a{
		width: 90px;
		height: 90px;
		background-size: auto;
	}
	.headerGlobalBtn > li > a:hover{
		background-position: 0 -90px;
	}
	.headerGlobalBtn > #navAccess > a{
		background-image: url("/~fbs/common/img/btn_access.png");
	}
	.headerGlobalBtn > #navInquiry > a{
		background-image: url("/~fbs/common/img/btn_inquiry.png");
	}
	.headerGlobalBtn > #navExam > a{
		background-image: url("/~fbs/common/img/btn_exam.png");
	}
}



/* ----------------------------
 == pageFooter
---------------------------- */
#pageFooter{
	padding: 0;
	padding: 0;
}
#pageFooterArea{
	background: url("/~fbs/common/img/img_footer.png") no-repeat center top, url("/~fbs/common/img/bg_footer.png") repeat-x center top;
	margin: 0;
	padding: 120px 0 0 0;
	color: #ffffff;
}
@media screen and (max-width:640px){
	#pageFooterArea{
		background: url("/~fbs/common/img/img_footer.png") no-repeat center top, url("/~fbs/common/img/bg_footer.png") repeat-x center top;
		margin: 0;
		padding: 60px 0 0 0;
		background-size: auto 60px;
	}
}

#pageFooterArea a{
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.2em;
}
#pageFooterArea a:hover{
	text-decoration: underline;
}

#footerGlobal{
	background: #b78d4a;
	margin: 0;
	padding: 0;
}
#footerGlobal > .frameContent{
	max-width: 960px;
	margin: 0 auto;
	padding: 3em 10px .5em 10px;
	line-height: 1.2;
}
@media screen and (max-width:480px){
	#footerGlobal > .frameContent{
		padding: 1em 10px .1em 10px;
	}
}
#footerGlobal > .frameContent:after{
	content: "";
	display: block;
	clear: both;
}


#footerUtility{
	background: #b78d4a;
	margin: 0;
	padding: 0;
}
#footerUtility > .frameContent{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 1.2;
}
#footerUtility > .frameContent:after{
	content: "";
	display: block;
	clear: both;
}


.footerGlobalNavBlock{
	width: 75%;
	margin: 0;
	padding: 0;
	float: left;
}
.footerGlobalNavBn{
	width: 25%;
	max-width: 216px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: center;
}
.footerGlobalNavBn li{
	margin: 0 0 .5em 0;
	padding: 0;
}
@media screen and (max-width:640px){
	.footerGlobalNavBlock{
		width: auto;
		float: none;
	}
	.footerGlobalNavBn{
		width: auto;
		max-width: 100%;
		float: none;
		margin-bottom: 2em;
	}
	.bn3min{
		display: none;
	}
}




.footerGlobalNavMain{
	margin: 1.5em 0;
	padding: 0;
	font-size: 1em;
	overflow: hidden;
}
@media screen and (max-width:480px){
	.footerGlobalNavMain{
		margin: 0;
	}
}

.footerGlobalNavMain:after{
	content: "";
	display: block;
	clear: both;
}
.footerGlobalNavMain li{
	float: left;
	margin: 0 1em 1em 0;
	padding: 0;
	letter-spacing: 0.1em;
}
@media screen and (max-width:480px){
	.footerGlobalNavMain li{
		width: 50%;
		margin: 0;
		padding: 1em 0;
		border-bottom: 1px solid #cdaf81;
	}
}
.footerGlobalNavMain li a:before{
	content: url("/~fbs/common/img/arrow_r03.png");
	margin: 0 .2em 0 0;
	padding: 0;
}
@media screen and (max-width:480px){
	.footerGlobalNavMain li a{
		display: block;
		margin: .1em 0;
		padding: .5em 0 .5em .6em;
	}
	.footerGlobalNavMain li:nth-child(even) a{
		border-left: 1px solid #cdaf81;
	}
}


.footerGlobalNavSub{
	margin: 1.5em 0;
	font-size: 0.8em;
	padding: 0;
}
.footerGlobalNavSub:after{
	content: "";
	display: block;
	clear: both;
}
.footerGlobalNavSub li{
	float: left;
	margin: .3em 0.8em 1em 0;
	padding: 0 0.8em 0 0;
	letter-spacing: normal;
	border-right: 1px solid #ffffff;
	vertical-align: top;
}
.footerGlobalNavSub li.btnLib,
.footerGlobalNavSub li.btnFB{
	border-right: 0px solid #ffffff;
	margin-top: 1em;
	position: relative;
	top: -1.2em;
}
@media screen and (max-width:640px){
	.footerGlobalNavSub li.btnLib{
		clear: left;
		margin-top: 2em;
	}
	.footerGlobalNavSub li.btnFB{
		margin-top: 2em;
	}
}



.footerUtilityBlock{
	border-top: 1px dotted #c9aa77;
	margin: 0;
	padding: 2em 0 0 0;
}
@media screen and (max-width:640px){
	.footerUtilityBlock{
		border-top: 1px solid #c9aa77;
	}
}


.footerUtilityBlock:after{
	content: "";
	display: block;
	clear: both;
}

.footerUtilityAccessBlock{
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	letter-spacing: -.4em;
}
@media screen and (max-width:640px){
	.footerUtilityAccessBlock{
		width: auto;
		float: none;
	}
}

.footerUtilityNavBlock{
	width: 50%;
	margin: 0;
	padding: 0;
	float: right;
}
@media screen and (max-width:640px){
	.footerUtilityNavBlock{
		width: auto;
		float: none;
	}
}


.footerUtilityLogo{
	display: inline-block;
	width: 30%;
	margin: 0 2% 0 0;
	padding: 0;
	vertical-align: top;
}
.footerUtilityAccesstxt{
	display: inline-block;
	width: 66%;
	margin: 0 0 1em 0;
	padding: 0;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 1.4;
}
@media screen and (max-width:480px){
	.footerUtilityLogo{
		display: block;
		width: auto;
		padding: 0 40% 0 0;
	}
	.footerUtilityAccesstxt{
		display: block;
		width: auto;
		margin: 1em 0;
		padding: 0;
	}
}




.footerUtilityNavBlock {
	width: 50%;
	margin: 0;
	padding: 0;
	float: right;
}
@media screen and (max-width:640px){
	.footerUtilityNavBlock {
		width: auto;
		margin: 1em 0;
		padding: 0;
		float: none;
	}
}
.footerUtilityNavList{
	margin: 0;
	padding: 0;
	letter-spacing: -.4em;
}
.footerUtilityNavList li{
	display: inline-block;
	width: 48%;
	margin: 0 2% 0 0;
	padding: 0;
	letter-spacing: normal;
}
@media screen and (max-width:480px){
	.footerUtilityNavList li{
		display: block;
		width: auto;
		margin: 1em 0;
		padding: 0;
	}
}
.footerUtilityNavList li:last-child{
	margin-right: 0;
}


#footerUtilityCopyright{
	width: 100%;
	font-size: 0.5em;
	clear: both;
	margin: 0;
	padding: 0;
	letter-spacing: 0.2em;
	overflow: hidden;
}


/* ----------------------------
 == category icon style
---------------------------- */
.cntSubject #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-subject.png");
}

.cntLife #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-life.png");
}

.cntSeminar #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-seminar.png");
}

.cntPeople #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-people.png");
}

.cntExam #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-exam.png");
}

.cntFAQ #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-faq.png");
}

.cntAccess #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-access.png");
}

.cntFuture #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-future.png");
}

.cntTopics #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-topics.png");
}

.cntInquiry #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-inquiry.png");
}

.cntLink #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-link.png");
}

.cntPrivacy #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-privacy.png");
}

.cntSitemap #cntHeaderArea h1:before{
	content: url("/~fbs/common/img/ico_cnt-sitemap.png");
}

/* ----------------------------
 == cntHeader
---------------------------- */
#cntHeader{
	margin: 0;
	padding: 0;
}

#cntHeaderArea{
	background: #ffb73d url("/~fbs/common/img/bg_contheader.png") repeat left top;
}

#cntHeaderArea > .frameContent{
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	overflow: hidden;
}
@media screen and (min-width:640px){
	#cntHeaderArea > .frameContent{
		max-width: 960px;
		margin: 0 auto;
		padding: 1em 0 2em 0;
		line-height: 1;
		position: relative;
	}
}
#cntHeaderArea > .frameContent:after{
	content: "";
	display: block;
	clear: both;
	width: 10px;
	width: 10%;
	margin-left: 10px;
	float: left;
}

#cntHeaderArea h1:before{
	content: "";
	display: block;
	margin: 0 auto .5em auto;
	padding: 0;
}

#cntHeaderArea h1{
	margin: 1m auto 1em auto;
	padding: 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
}

#cntHeaderArea .cntHeaderReadtxt{
	margin: -.5em 10px 1.5em 10px !important;
	padding: 0 !important;
	text-align: center;
	line-height: 2;
}


#breadcrumbs{
	margin: 0;
	padding: 0;
	font-size: .87em;
}
@media screen and (max-width:640px){
        #breadcrumbs{
		display: none;
	}
}
@media screen and (max-width:480px){
        #cntHeaderArea h1:before{
	content: "";
	display: block;
	margin: 0 auto .3em auto;
	padding: 0;
        }
	#cntHeaderArea h1{
	margin: 1em auto 1em auto;
	padding: 0;
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
        }
        #cntHeaderArea .cntHeaderReadtxt{
	margin: -.5em 10px 1.5em 10px !important;
	padding: 0 !important;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4;
        }
}


#breadcrumbs ol{
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -.4em;
}
#breadcrumbs ol li{
	display: inline-block;
	margin: 0 .3em 0 0;
	padding: 0;
	letter-spacing: normal;
}
#breadcrumbs ol li:last-child{
	font-weight: normal;
}
#breadcrumbs ol li:after{
	content: ">";
	color: #333333;
	margin-left: .3em;
	font-weight: normal;
}
#breadcrumbs ol li:last-child:after{
	content: "";
}
#breadcrumbs ol li a{
	color: #333333;
}


#pageBackLink{
	display: none;
}
@media screen and (max-width:640px){
	#pageBackLink{
		margin: 15px 0 0 0;
		padding: 0;
		display: block;
	}
	#pageBackLink > *{
		margin: 0;
		padding: 0;
	}
	#pageBackLink a{
		margin: 0;
		padding: 0;
		color: #333333;
	}
	#pageBackLink a:before{
		content: "";
		background: url("/~fbs/common/img/ico_back01.png") no-repeat 0 0;
		background-size: contain;
		display: inline-block;
		margin: 0 .3em 0 0;
		padding: 0;
		width: 12px;
		height: 14px;
	}
}






/* ----------------------------
 == pageDoc
---------------------------- */
#pageDoc{
	margin: 0;
	padding: 0;
}
@media screen and (max-width:640px){
}

#docMain{
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#docMain > .frameContent{
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 10px;
	position: relative;
}
#docMain > .frameContent:after{
	content: "";
	display: block;
	clear: both;
}


#docWidget{
	margin: 0;
	padding: 0;
}

#docWidget > .frameContent{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
}
#docWidget > .frameContent:after{
	content: "";
	display: block;
	clear: both;
}
#pagetop{
	margin: 0;
	padding: 0;
	text-align: right;
}


/* ----------------------------
 == docMain
---------------------------- */
#mainContentBlock{
	margin: 0;
	padding: 0;
}




/* ----------------------------
 == main
---------------------------- */

/* -- docMain nav Style -------------------- */
.docMainNavListA01{
	margin: 0 0 -2.5em 0;
	padding: 0;
	letter-spacing: -.4em;
	text-align: center;
	position: relative;
	top: -3em;
}
@media screen and (max-width:640px){
	.docMainNavListA01{
		text-align: left;
		display: none;
	}
}
.docMainNavListA01 li{
	display: inline-block;
	margin: 0 .7em 1em 0;
	padding: 0;
	letter-spacing: normal;
}
.docMainNavListA01 li:last-child{
	margin: 0;
}
@media screen and (max-width:640px){
	.docMainNavListA01 li{
		width: 100%;
		margin: 0 0 .3em 0;
	}
}
.docMainNavListA01 li a{
	background: #ffffff;
	display: block;
	margin: 0;
	padding: .7em .6em .5em .6em;
	color: #333333;
	text-decoration: none;
	border-radius: 4px;
}
.docMainNavListA01 li a:hover{
	color: #ff8300;
}
.docMainNavListA01 li.current a,
.docMainNavListA01 li.current a:hover{
	color: #ffffff;
	background: #ff8300;
}
.docMainNavListA01 li a:before{
	content: url("/~fbs/common/img/arrow_r01.png");
	vertical-align: -.2em;
	margin-right: .3em;
}

.docMainNavListB01{
	letter-spacing: -.4em;
	text-align: center;
}
@media screen and (max-width:640px){
	.docMainNavListB01{
		text-align: left;
		display: none;
	}
}

.docMainNavListB01 li{
	display: inline-block;
	letter-spacing: normal;
	margin-right: 1.2em;
	color: #666666;
}
.docMainNavListB01 a{
	color: #333333;
	text-decoration: none;
}
.docMainNavListB01 a:hover{
	color: #ff8700;
}
.docMainNavListB01 a:before{
	content: url("/~fbs/common/img/arrow_r02.png");
	vertical-align: -.2em;
	margin-right: .3em;
}

.docMainNavListB01 span:before{
	content: url("/~fbs/common/img/arrow_r04.png");
	vertical-align: -.2em;
	margin-right: .3em;
}






/* -- title Style -------------------- */

/* -- titleA01 ------ */
.titleA01{
	margin: 2em 0 1em 0;
	padding: .2em 0 .2em .6em;
	font-size: 1.8em;
	line-height: 1.4;
	position: relative;
}
.titleA01 > *{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.titleA01 > *:before{
	content: url("/~fbs/common/img/mk_00.png");
	vertical-align: .2em;
	margin: 0 .2em 0 -.6em;
}
@media screen and (max-width:640px){
	.titleA01{
		font-size: 1.6em;
		margin: 1em 0 1em 0;
	}
	.titleA01 > *:before{
		vertical-align: 0;
	}
}

/* -- titleA02 ------ */
.titleA02{
	background: #ffd994;
	margin: 2em 0 1em 0;
	padding: .3em .6em .4em .85em;
	font-size: 1.5em;
	line-height: 1.4;
	position: relative;
	border-radius: 6px;
}
.titleA02 > *{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.titleA02 > *:before{
	content: url("/~fbs/common/img/mk_03.png");
	vertical-align: .3em;
	margin: 0 .2em 0 -.85em;
}
@media screen and (max-width:640px){
	.titleA02{
		font-size: 1.2em;
		margin: 1.5em 0 .5em 0;
		padding: .2em .6em .4em .85em;
	}
}

/* -- titleA03 ------ */
.titleA03{
	margin: 1em 0 .5em 0;
	padding: 0 0 0 .75em;
	font-size: 1.5em;
	line-height: 1.4;
	position: relative;
}
.titleA03 > *{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.titleA03 > *:before{
	content: url("/~fbs/common/img/mk_01.png");
	vertical-align: .1em;
	margin: 0 .2em 0 -.75em;
}
@media screen and (max-width:640px){
	.titleA03{
		font-size: 1.33em;
	}
}

/* -- titleA04 ------ */
.titleA04{
	margin: 1em 0 .5em 0;
	padding: 0;
	font-size: 1.63em;
	line-height: 1.4;
	position: relative;
}
.titleA04 > *{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* -- titleB01 ------ */
.titleB01{
	margin: 0;
	padding: 0;
	font-size: 1.48em;
	line-height: 1.4;
	position: relative;
	color: #ff8700;
}
.titleB01 > *{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.titleB01{
		font-size: 1.33em;
	}
}

/* -- titleB02 ------ */
.titleB02{
	margin: 1em 0 .5em 0;
	padding: .2em 0;
	font-size: 1.42em;
	line-height: 1.4;
	position: relative;
	border-bottom: 1px dotted #ff8700;
	color: #ff8700;
}
.titleB02 > *{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
@media screen and (max-width:640px){
	.titleB02{
		font-size: 1.33em;
	}
}


/* -- titleB03 ------ */
.titleB03{
	margin: 1em 0 .5em 0;
	padding: .2em 0;
	font-size: 1.48em;
	line-height: 1.4;
	position: relative;
}
.titleB03 > *{
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
}
.titleB03 > *:before{
	content: url("/~fbs/common/img/arrow_d02.png");
	display: block;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width:640px){
	.titleB03{
		font-size: 1.33em;
	}
}


/* -- titleC01 ------ */
.titleC01{
	background: #fff1d9;
	margin: 1em 0 .5em 0;
	padding: .5em;
	font-size: 1.42em;
	line-height: 1.4;
	position: relative;
	border-radius: 6px;
}
.titleC01 > *{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.titleC01 > .titleC01Title:before{
	content: url("/~fbs/common/img/arrow_r01.png");
	margin: 0 .3em 0 -1.1em;
}

.titleC01 > .titleC01Title{
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	font-weight: normal;
	font-size: 0.8em;
	padding: 0 .5em 0 1.1em;
}
.titleC01 > .titleC01Thumb{
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 20%;
}
@media screen and (max-width:640px){
	.titleC01{
		font-size: 1.33em;
	}
}



/* -- text Style -------------------- */

/* -- box Style -------------------- */

/* -- mainBoxA01 ------ */
.mainBoxA01{
	margin: -3em 0 3em;
	padding: 3em 0 0;
}
.mainBoxA01 > *:first-child{
	margin-top: 0;
}
.mainBoxA01 > *:last-child{
	margin-bottom: 0;
}
@media screen and (max-width:480px){
.mainBoxA01{
	margin: 2em 0 0 0;
	padding: 0;
	}
}


/* -- mainImgboxA01 ------ */
.mainImgboxA01{
	margin: 0em 0;
	padding: 0;
	overflow: hidden;
}
.mainImgboxA01 > *:first-child{
	margin-top: 0;
}
.mainImgboxA01 > *:last-child{
	margin-bottom: 0;
}
.mainImgboxA01 > .imgboxChild {
	width: 48%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
.mainImgboxA01 > .imgboxChild > .soon{
	pointer-events: none;
}
@media screen and (max-width:480px){
	.mainImgboxA01 > .imgboxChild{
		width: 100%;
		float: none;
	}
}

.mainImgboxA01 > .imgboxChild > .soon{
	pointer-events: none;
}

.mainImgboxA01 > *:nth-child(2n+1){
	clear: left;
	margin-right: 4%;
}

.mainImgboxA01 > .imgboxChild > .figcaption{
	display: block;
	margin: .5em 0;
}

.mainImgboxA01 > .imgboxChild > *{
	display: block;
	color: #333333;
	text-decoration: none;
	position: relative;
}

.mainImgboxA01 a:hover .titleA01,
.mainImgboxA01 a:hover .titleA02,
.mainImgboxA01 a:hover .titleA03,
.mainImgboxA01 a:hover .titleA04,
.mainImgboxA01 a:hover .titleB01,
.mainImgboxA01 a:hover .titleB02,
.mainImgboxA01 a:hover .titleB03,
.mainImgboxA01 a:hover .titleC01{
	color: #ff8700;
}
.mainImgboxA01 .linkCS{
	position: relative;
}
.mainImgboxA01 .linkCS > *{
	opacity: 0.5;
}

/*
.mainImgboxA01 > .imgboxChild.linkCS > .subBoxA02:before{
	content: "";
	display: block;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 6px;
}
*/




/* -- mainImgboxA02 ------ */
.mainImgboxA02{
	margin: 2em 0;
	padding: 0;
	overflow: hidden;
}
.mainImgboxA02 > *:first-child{
	margin-top: 0;
}
.mainImgboxA02 > *:last-child{
	margin-bottom: 0;
}
.mainImgboxA02 > .imgboxChild{
	width: 48%;
	margin: 0 0 2em 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
@media screen and (max-width:480px){
	.mainImgboxA02 > .imgboxChild{
		width: 100%;
		float: none;
	}
}

.mainImgboxA02 > *:nth-child(2n+1){
	clear: left;
	margin-right: 4%;
}
@media screen and (max-width:480px){
	.mainImgboxA02 > *:nth-child(2n+1){
		margin-right: 0;
	}
}

.mainImgboxA02 > .imgboxChild > .figcaption{
	display: block;
	margin: .5em 0;
}



/* -- mainImgboxA03 ------ */
.mainImgboxA03{
	margin: 2em 0;
	padding: 0;
	overflow: hidden;
}
.mainImgboxA03 > *:first-child{
	margin-top: 0;
}
.mainImgboxA03 > *:last-child{
	margin-bottom: 0;
}
.mainImgboxA03 > .imgboxChild{
	width: 30%;
	margin: 0 0 2em 3%;
	padding: 0;
	overflow: hidden;
	float: left;
}
@media screen and (max-width:480px){
	.mainImgboxA03 > .imgboxChild{
		width: 100%;
		margin-left: 0;
		float: none;
	}
}

.mainImgboxA03 > *:nth-child(3n+1){
	margin-left: 0;
	clear: left;
}

.mainImgboxA03 > .imgboxChild > .figcaption{
	display: block;
	margin: .5em 0;
}



/* -- mainImgboxA04 ------ */
.mainImgboxA04{
	margin: 2em 0;
	padding: 0;
	overflow: hidden;
}
.mainImgboxA04 > *:first-child{
	margin-top: 0;
}
.mainImgboxA04 > *:last-child{
	margin-bottom: 0;
}
.mainImgboxA04 > .imgboxChild{
	width: 22.75%;
	margin: 0 0 2em 3%;
	padding: 0;
	overflow: hidden;
	float: left;
}
@media screen and (max-width:640px){
	.mainImgboxA04 > .imgboxChild{
		width: 48%;
		margin: 0 0 2em 0;
	}

	.mainImgboxA04 > *:nth-child(2n+1){
		clear: left;
		margin-right: 4%;
	}
}
@media screen and (max-width:480px){
	.mainImgboxA04 > .imgboxChild{
		width: 100%;
		margin-left: 0;
		float: none;
	}
}

.mainImgboxA04 > *:nth-child(4n+1){
	margin-left: 0;
	clear: left;
}

.mainImgboxA04 > .imgboxChild > .figcaption{
	display: block;
	margin: .5em 0;
}






/* -- sub Box Style -------------------- */

/* -- subBoxA01 ------ */
.subBoxA01{
	background: #ffe1b1;
	margin: 1em 0;
	padding: 1.5em 1.5em .5em 1.5em;
}
.subBoxA01 > *:first-child{
	margin-top: 0;
}
.subBoxA01 > *:last-child{
	margin-bottom: 0;
}

/* -- subBoxA02 ------ */
.subBoxA02{
	background: #ffffff;
	margin: 1em 0;
	padding: 1.5em 1.5em 1.5em 1.5em;
	border-radius: 6px;
}
.subBoxA02 > a > *:first-child,
.subBoxA02 > *:first-child{
	margin-top: 0;
}
.subBoxA02 > a > *:last-child,
.subBoxA02 > *:last-child{
	margin-bottom: 0;
}
.subBoxA02 a{
	display: block;
	margin: -1.5em -1.5em -1.5em -1.5em !important;
	padding: 1.5em 1.5em 1.5em 1.5em;
	color: #333333;
	text-decoration: none;
}
.subBoxA02 a:hover{
	box-shadow: 0 0 0 2px #ff8701 inset;
	border-radius: 6px;
}

a:hover .subBoxA02{
	box-shadow: 0 0 0 2px #ff8701 inset;
	border-radius: 6px;
}


/* -- subBoxB01 ------ */
.subBoxB01{
	border: 2px solid #ff8300;
	border-radius: 6px;
	margin: 1em 0;
	padding: 1em;
}

.subBoxB01 > *:first-child{
	margin-top: 0;
}
.subBoxB01 > *:last-child{
	margin-bottom: 0;
}


/* -- subBoxB02 ------ */
.subBoxB02{
	border: 2px solid #ff8300;
	border-radius: 6px;
	margin: 1.6em 0;
	padding: 0;
}

.subBoxB02 > * > *:first-child{
	margin-top: 0;
}
.subBoxB02 > * > *:last-child{
	margin-bottom: 0;
}

.subBoxB02 .subBoxB02TitleBox,
.subBoxB02 .subBoxB02TxtBox{
	display: table-cell;
	margin: 0;
	padding: 1em;
}
.subBoxB02 .subBoxB02TitleBox{
	width: 35%;
	color: #ff8300;
	border-right: 2px solid #ff8300;
	font-size: 1.2em;
	font-weight: normal;
	vertical-align: middle;
}
.subBoxB02 .subBoxB02TxtBox{
	width: 70%;
}
@media screen and (max-width:640px){
	.subBoxB02 .subBoxB02TitleBox{
		width: auto;
		display: block;
		border-right: 0px solid #ff8300;
		border-bottom: 2px solid #ff8300;
	}
	.subBoxB02 .subBoxB02TxtBox{
		width: auto;
		display: block;
	}
}



/* -- subBoxC01 ------ */
.subBoxC01{
	margin: 2em 0;
	padding: 0;
	overflow: hidden;
}
.subBoxC01 > *:first-child{
	margin-top: 0;
}
.subBoxC01 > *:last-child{
	margin-bottom: 0;
}
.subBoxC01 > .subBoxC01Child{
	width: 22.6%;
	margin: 0 0 2em 3%;
	padding: 0;
	overflow: hidden;
	float: left;
}
@media screen and (max-width:640px){
	.subBoxC01 > .subBoxC01Child{
		width: 48%;
		margin: 0 0 2em 0;
	}

	.subBoxC01 > *:nth-child(2n+1){
		clear: left;
		margin-right: 4%;
	}
}
@media screen and (max-width:480px){
	.subBoxC01 > .subBoxC01Child{
		width: 100%;
		margin-left: 0;
		float: none;
	}
}

.subBoxC01 > *:nth-child(4n+1){
	margin-left: 0;
	clear: left;
}

.subBoxC01Child{
	margin: 0;
	padding: 0;
}
.subBoxC01Child dt{
	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid #debc89;
	background: #ffe5a0;
}
.subBoxC01Child dd{
	margin: 0;
	padding: 5px 10px;
}


/* -- image Style -------------------- */
.figure img{
	border-radius: 6px;
}

/* -- image layout Style A -------------------- */
.figureA01L,
.figureA01R{
	width: 100%;
	overflow: hidden;
}
.figureA01L:after,
.figureA01R:after{
	content: "";
	display: block;
	clear: both;
}
.figureA01L .figure,
.figureA01R .figure{
	width: 35%;
}
.figureA01L .figure{
	float: left;
}
.figureA01R .figure{
	float: right;
}
.figureA01L .figure .figcaption,
.figureA01R .figure .figcaption{
	display: block;
	font-size: .8em;
	margin-top: .5em;
}
@media screen and (max-width:640px){
	.figureA01L .figure,
	.figureA01R .figure{
		width: auto;
		margin: 1em 0;
		float: none;
	}
}

.figureA01L .fgrureTxtA01,
.figureA01R .fgrureTxtA01{
	width: 62%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.figureA01L .fgrureTxtA01{
	float: right;
}
.figureA01R .fgrureTxtA01{
	float: left;
}
@media screen and (max-width:640px){
	.figureA01L .fgrureTxtA01,
	.figureA01R .fgrureTxtA01{
		width: auto;
		margin: 1em 0;
	}
}

.figureA01L > *:first-child,
.figureA01R > *:first-child{
	margin-top: 0;
}
.figureA01L .fgrureTxtA01 *:first-child,
.figureA01R .fgrureTxtA01 *:first-child{
	margin-top: 0;
}


/* -- image layout Style B -------------------- */
.figureB01L,
.figureB01R{
	width: 100%;
	overflow: hidden;
}
.figureB01L:after,
.figureB01R:after{
	content: "";
	display: block;
	clear: both;
}
.figureB01L .figure,
.figureB01R .figure{
	width: 25%;
}
.figureB01L .figure{
	float: left;
}
.figureB01R .figure{
	float: right;
}
.figureB01L .figure .figcaption,
.figureB01R .figure .figcaption{
	display: block;
	font-size: .8em;
	margin-top: .5em;
}
@media screen and (max-width:640px){
	.figureB01L .figure,
	.figureB01R .figure{
		width: auto;
		margin: 1em 0;
		float: none;
	}
}

.figureB01L .fgrureTxtB01,
.figureB01R .fgrureTxtB01{
	width: 72%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.figureB01L .fgrureTxtB01{
	float: right;
}
.figureB01R .fgrureTxtB01{
	float: left;
}
@media screen and (max-width:640px){
	.figureB01L .fgrureTxtB01,
	.figureB01R .fgrureTxtB01{
		width: auto;
		margin: 1em 0;
	}
}

.figureB01L > *:first-child,
.figureB01R > *:first-child{
	margin-top: 0;
}

.figureB01L .fgrureTxtB01 *:first-child,
.figureB01R .fgrureTxtB01 *:first-child{
	margin-top: 0;
}


/* -- image layout Style C -------------------- */
.figureC01L,
.figureC01R{
	width: 100%;
	overflow: hidden;
}
.figureC01L:after,
.figureC01R:after{
	content: "";
	display: block;
	clear: both;
}
.figureC01L .figure,
.figureC01R .figure{
	width: 60%;
}
.figureC01L .figure{
	float: left;
}
.figureC01R .figure{
	float: right;
}
.figureC01L .figure .figcaption,
.figureC01R .figure .figcaption{
	display: block;
	font-size: .8em;
	margin-top: .5em;
}
@media screen and (max-width:640px){
	.figureC01L .figure,
	.figureC01R .figure{
		width: auto;
		margin: 1em 0;
		float: none;
	}
}

.figureC01L .fgrureTxtC01,
.figureC01R .fgrureTxtC01{
	width: 35%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.figureC01L .fgrureTxtC01{
	float: right;
}
.figureC01R .fgrureTxtC01{
	float: left;
}
@media screen and (max-width:640px){
	.figureC01L .fgrureTxtC01,
	.figureC01R .fgrureTxtC01{
		width: auto;
		margin: 1em 0;
	}
}

.figureC01L > *:first-child,
.figureC01R > *:first-child{
	margin-top: 0;
}

.figureC01L .fgrureTxtC01 *:first-child,
.figureC01R .fgrureTxtC01 *:first-child{
	margin-top: 0;
}


/* -- image layout Style D -------------------- */
.figureD01L,
.figureD01R{
	width: 100%;
	overflow: hidden;
}
.figureD01L:after,
.figureD01R:after{
	content: "";
	display: block;
	clear: both;
}
.figureD01L .figure,
.figureD01R .figure{
	width: 48%;
}
.figureD01L .figure{
	float: left;
}
.figureD01R .figure{
	float: right;
}
.figureD01L .figure .figcaption,
.figureD01R .figure .figcaption{
	display: block;
	font-size: .8em;
	margin-top: .5em;
}
@media screen and (max-width:640px){
	.figureD01L .figure,
	.figureD01R .figure{
		width: auto;
		margin: 1em 0;
		float: none;
	}
}

.figureD01L .fgrureTxtD01,
.figureD01R .fgrureTxtD01{
	width: 48%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.figureD01L .fgrureTxtD01{
	float: right;
}
.figureD01R .fgrureTxtD01{
	float: left;
}
@media screen and (max-width:640px){
	.figureD01L .fgrureTxtD01,
	.figureD01R .fgrureTxtD01{
		width: auto;
		margin: 1em 0;
	}
}

.figureD01L > *:first-child,
.figureD01R > *:first-child{
	margin-top: 0;
}

.figureD01L .fgrureTxtD01 *:first-child,
.figureD01R .fgrureTxtD01 *:first-child{
	margin-top: 0;
}


/* -- list Style -------------------- */
.listDisc{
	list-style: disc;
	margin-left: 2.5em;
}




/* -- mainListA01 ------ */
.mainListA01{
	list-style: none;
	margin: 0;
}
.mainListA01 li{
	margin: .8em 0;
	padding: 0 0 0 1.3em;
}
.mainListA01 li:before{
	content: url("/~fbs/common/img/mk_01.png");
	margin: 0 .3em 0 -1.3em;
	padding: 0;
}




/* -- table Style -------------------- */
/* tableA01 */
.tableA01{
	margin: 1em 0;
	padding: 0;
	width: 100%;
	background: #ffeac5;
	border-collapse: collapse;
}
.tableA01 th,
.tableA01 td{
	margin: 0;
	padding: .5em 1em;
	border-top: 1px solid #eed19c;
	border-bottom: 1px solid #eed19c;
	vertical-align: top;
}

.tableA01 th{
	background: #ffe5a0;
	width: 20%;
	font-weight: normal;
}
.tableA01 td{
	width: 80%;
}
@media screen and (max-width:640px){
	.tableA01{
	}
	.tableA01 th,
	.tableA01 td{
		border-top: 0px solid #eed19c;
		border-bottom: 0px solid #eed19c;
		display: block;
		width: auto !important;
	}
	.tableA01 tr th{
		border-top: 0px solid #eed19c;
		border-bottom: 0px solid #eed19c;
		text-align: center;
	}
}

.tableA01 caption{
	text-align: left;
	font-weight: bold;
	margin-bottom: .5em;
}


/* tableA02 */
.tableA02{
	margin: 1em 0;
	padding: 0;
	width: 100%;
	background: #ffffff;
	border-collapse: collapse;
}
.tableA02 th,
.tableA02 td{
	margin: 0;
	padding: .5em 1em;
	border: 1px solid #dddddd;
	vertical-align: top;
}

.tableA02 th{
	background: #eeeeee;
	width: 20%;
	font-weight: normal;
}
.tableA02 td{
	width: 80%;
}

.tableA02 th.tableA02Title{
	text-align: center;
	letter-spacing: 1em;
}
.tableA02 .tableA02First th{
	background: #ffcf58;
}
.tableA02 .tableA02Second th{
	background: #ffbd5f;
}
.tableA02 .tableA02Third th{
	background: #ffa950;
}
.tableA02 .tableA02Fourth th{
	background: #ff9345;
}


@media screen and (max-width:640px){
	.tableA02{
	}
	.tableA02 th,
	.tableA02 td{
		display: block;
		width: auto;
		margin: -1px 0 0 0;
	}
	.tableA02 tr th{
		text-align: center;
	}
}

.tableA02 caption{
	text-align: left;
	font-weight: bold;
	margin-bottom: .5em;
}






/* -- link Style -------------------- */

.linkListA01 a:before,
.linkListB01 a:before,
.linkA01 a:before,
.linkB01 a:before{
	content: url("/~fbs/common/img/arrow_r01.png");
	vertical-align: -.2em;
	margin-right: .3em;
}


.linkIconExternal:after{
	content: url("/~fbs/common/img/ico_external.png");
	vertical-align: -.1em;
	margin-left: .3em;
}
.linkIconPdf:after{
	content: url("/~fbs/common/img/icn_pdf.png");
	vertical-align: -.1em;
}

.linkNo{
	color: #999999;
}
.linkNo:before{
	content: url("/~fbs/common/img/arrow_r01.png");
	vertical-align: -.2em;
	margin-right: .3em;
}



/* linkB01 */
.linkB01 a{
	color: #333333;
	text-decoration: none;
}
.linkB01 a:hover{
	color: #ff8700;
}

/* linkListA03 */
.linkListA03{
	letter-spacing: -.4em;
	text-align: center;
}
@media screen and (max-width:480px){
	.linkListA03{
		text-align: left;
	}
}

.linkListA03 li{
	display: inline-block;
	letter-spacing: normal;
	margin-right: 1em;
}
.linkListA03 a{
	color: #333333;
	text-decoration: none;
}
.linkListA03 a:hover{
	color: #ff8700;
}
.linkListA03 a:before{
	content: url("/~fbs/common/img/arrow_d01.png");
	vertical-align: -.2em;
	margin-right: .3em;
}



/* linkListB01 */
.linkListB01{
	letter-spacing: -.4em;
}
.linkListB01 li{
	display: inline-block;
	letter-spacing: normal;
	margin-right: 1em;
}


/* linkBtnA01 */
.linkBtnA01{
	margin: 1em 0;
	padding: 0;
}
.linkBtnA01 > *{
	margin: 0;
	padding: 0;
}
.linkBtnA01 a{
	display: block;
	background: #ffffff;
	border-radius: 6px;
	margin: 0 auto;
	padding: .9em 1em .7em 1em;
	text-align: center;
	color: #333333;
	text-decoration: none;
}
.linkBtnA01 a:hover{
	color: #ff8700;
}
.linkBtnA01 a:before{
	content: url("/~fbs/common/img/arrow_r01.png");
	vertical-align: -.2em;
	margin-right: .3em;
}

/* linkBtnA01--pdf */
.linkBtnA01--pdf{
	margin: 1em 0;
	padding: 0;
}
.linkBtnA01--pdf > *{
	margin: 0;
	padding: 0;
}
.linkBtnA01--pdf a{
	display: block;
	background: #ffffff;
	border-radius: 6px;
	margin: 0 auto;
	padding: .9em 1em .7em 1em;
	text-align: center;
	color: #333333;
	text-decoration: none;
}
.linkBtnA01--pdf a:hover{
	color: #ff8700;
}
.linkBtnA01--pdf a:before{
	content: url("/~fbs/common/img/arrow_r01.png");
	vertical-align: -.2em;
	margin-right: .3em;
}
.linkBtnA01--pdf a:after{
	content: url("/~fbs/common/img/icn_pdf.png");
	vertical-align: -.2em;
	margin-right: .3em;
}

/* linkBtnB01 */
.linkBtnB01{
	margin: 1em 0;
	padding: 0;
	text-align: center;
}
.linkBtnB01 > *{
	margin: 0;
	padding: 0;
}
.linkBtnB01 a{
	display: inline-block;
	background: #ffffff;
	border-radius: 6px;
	margin: 0 auto;
	padding: .9em 5em .7em 5em;
	text-align: center;
	color: #333333;
	text-decoration: none;
}
.linkBtnB01 a:hover{
	color: #ff8700;
}
.linkBtnB01 a:before{
	content: url("/~fbs/common/img/arrow_r01.png");
	vertical-align: -.2em;
	margin-right: .3em;
}

/* linkBtnC01 */
.linkBtnC01{
	margin: 1em 0;
	padding: 0;
	text-align: center;
}
.linkBtnC01 > *{
	margin: 0;
	padding: 0;
}
.linkBtnC01 a{
	display: inline-block;
	background: #ffffff;
	border-radius: 6px;
	margin: 0 auto;
	padding: .9em 5em .7em 5em;
	text-align: center;
	color: #333333;
	text-decoration: none;
}
.linkBtnC01 a:hover{
	color: #ff8700;
}
.linkBtnC01 a:before{
	content: url("/~fbs/common/img/ico_back02.png");
	vertical-align: -.4em;
	margin-right: .5em;
}


/* linkBtnListA01 */
.linkBtnListA01 > ul{
	margin: 2em 0;
	padding: 0;
	overflow: hidden;
}
.linkBtnListA01 > ul > li{
	width: 48%;
	margin: 0 0 1em 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
@media screen and (max-width:480px){
	.linkBtnListA01 > ul > li{
		width: 100%;
		float: none;
	}
}
.linkBtnListA01 > ul > li:nth-child(2n+1){
	clear: left;
	margin-right: 4%;
}

.linkBtnListA01 li a{
	display: block;
	background: #ffffff;
	border-radius: 6px;
	margin: 0;
	padding: .9em 1em .7em 1em;
	text-align: center;
	color: #333333;
	text-decoration: none;
}
.linkBtnListA01 li a:hover{
	color: #ff8700;
}
.linkBtnListA01 li a:before{
	content: url("/~fbs/common/img/arrow_r01.png");
	vertical-align: -.2em;
	margin-right: .3em;
}

/* linkBtnListB01 */
.linkBtnListB01 > ul{
	margin: 2em 0;
	padding: 0;
	overflow: hidden;
}
.linkBtnListB01 > ul > li{
	width: 48%;
	margin: 0 0 1em 0;
	padding: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.linkBtnListB01 > ul > li > a > span{
	font-size: 11px;
}
@media screen and (max-width:480px){
	.linkBtnListB01 > ul > li{
		width: 100%;
		float: none;
	}
	.linkBtnListB01 > ul > li > a > span{
		display: block;
	}
}
.linkBtnListB01 > ul > li:nth-child(2n+1){
	clear: left;
	margin-right: 4%;
}

.linkBtnListB01 li a{
	display: block;
	background: #ffffff;
	border-radius: 6px;
	margin: 0;
	padding: .9em 1em .7em 2.5em;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.15em;
}
.linkBtnListB01 li a:hover{
	color: #ff8700;
}
.linkBtnListB01 li a:before{
	content: url("/~fbs/common/img/arrow_r01.png");
	vertical-align: -.2em;
	margin: 0 .3em 0 -1.5em;
}

.linkBtnListB01 li .comingsoonTxt{
	display: block;
	background: rgba(255,255,255,0.7);
	border-radius: 6px;
	width: 100%;
	margin: 0;
	padding: .9em 0;
	color: #333333;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}







/* ------------------------------------------------------------------------------------
 == modal
------------------------------------------------------------------------------------ */
/* link lage image icon Style */
.phEnlarge{
	display: block;
	position: relative;
	overflow: hidden;
}
.phEnlarge:hover:after{
	content: "";
	display: block;
	background: rgba(255,135,0,0.8) url("/~fbs/common/img/ico_enlarge.png") no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	border-radius: 6px;
}
#docWidget{display: none;}
.pageTop {
  position: relative;
  display: block;
}
.pageTop__box {
  margin: 0;
  padding: 0;
  display: block;
  width: 108px;
  height: 118px;
  background: url(/~fbs/img/pt_sara.png) no-repeat left bottom;
  position: absolute;
  -webkit-transform-origin: 50% 80%;
      -ms-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
  bottom: -145px;
  right: 90px;
}

.pageTop__btn {
  position: fixed;
  bottom: 355px;
  right: 118px;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.pageTop__btn__fukidashi {
  position: absolute;
  left: 32px;
  top: -45px;
  display: block;
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  overflow: hidden;
  text-indent: 44px;
  white-space: nowrap;
  width: 44px;
  height: 44px;
  background: url(/~fbs/img/pt_fukidasi.png) no-repeat;
}

@media screen and (max-width: 640px) {
  .pageTop {
    display: none;
  }
  .pc-on{display: none;}
  .sp-on{display: block;}
}

.cs{
	margin: 0;
	color: #279fd4;
}
.cs-arrow{
	margin: 0;
}
.cs-arrow:before{
	content: url("/~fbs/common/img/arrow_r04.png");
	vertical-align: -.2em;
	margin-right: .3em;
}
