@charset "utf-8";

/* for Common & Smartphone*/
body{
	position:relative;
	-webkit-text-size-adjust: none;
	color:#4d4d4d;
}

.spOnly{display:block;}
.pcOnly{display:none;}

.spOnlyIL{display:inline;}
.pcOnlyIL{display:none;}

.conFixSP{
	margin-left:10px;
	margin-right:10px;
}


/*リンク [
#########################################*/
a:link,
a:visited{
	color:#004086;
	text-decoration:none;
	}

a:active,
a:hover{
	color:#004086;
	text-decoration:none;
	}
.disabled{
	cursor:default;
}



img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.img100{
	width:100%;
}

.relative{
	position:relative;
	}

.hide{
	display:none;
	}

/*font*/
.bold{
	font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","HiraKakuProN-W6", "メイリオ", Meiryo,  san-serif;
	font-weight:bold;
	}

/*HEADER
#########################################*/
#header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:60px;
	background:#fff;
	z-index:999;
	}

#hLogo{
	float:left;
	width:190px;
	padding:15px 0 0 0;
	}
#hLogo a{
	display:block;
	}

#hBtnMenu{
	/*float:right;*/
	position:absolute;
	top:5px;
	right:5px;
	width:40px;
	height:50px;
	/*margin:5px 0 0 0;*/
	background-repeat:no-repeat;
	background-position:center 5px;
	background-size:30px 25px;
	text-align:center;
	z-index:9999;
	}
/*#hBtnMenu,
#hBtnMenu *,
#hBtnMenu *:before,
#hBtnMenu *:after{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
*/
#hBtnMenu:hover{
	cursor:pointer;
	}
#hBtnMenu p{
	display:block;
	padding:35px 0 0 0;
	font-size:77%;
	color:#004086;
	}
#hBtnMenu{
	/*background-image:url(../images/h_btn_menu_1x.png);*/
	}
#hBtnMenu.open{
	/*background-image:url(../images/h_btn_close_1x.png);*/
	}
#hBtnMenu.open  p{
	color:#fff;
	}

	
/*nav
#########################################*/
/*gNav*/
#gNav{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:60px 0 0 0;
	background:rgba(0,64,134,0.9);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88004086,EndColorStr=#88004086);/*IE8以下用*/
	z-index:9998;
	}

#gNav .nav{
	/*border-top: 1px solid #CDCDC9;*/
	font-size:108%;/*14px*/
	text-align:center;
	line-height:1.4;
	letter-spacing:0.1em;
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight:700;
}

#gNav .nav > a{
	display:block;
	width:100%;
	padding:15px 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
	/*letter-spacing:0.05em;*/
	}
#gNav .nav.active > a{
	background:rgba(255,255,255,0.2);
	}
#gNav .nav > a span{
	display:block;
	font-size:10px;
	font-weight:normal;
	}


/*lNav*/
.lNav{
	margin:0 0 50px 0;
	text-align:center;
	}
.lNav .nav{
	/*display:inline-block;
	*display:inline;
	*zoom:1;
	width:47.0%;*/
	height:40px;
	/*margin:0 1.2% 10px 1.2%;*/
	border:1px solid #cacaca;
	text-align:center;
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:93%;
	font-weight:bold;
	line-height:1.4;
	/*letter-spacing:0.05em;*/
	vertical-align:top;
	}
/*.lNav ul li:nth-child(2n){
	margin-right:0;
	}*/
.lNav .nav > *{
	display:block;
	height:100%;
	}

.lNav .nav a{
	color:#333;
	}

.lNav .nav p{
	position: relative;
    top: 50%;
	left:0;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
	}
.lNav .nav p span{
	font-size:70%;
	letter-spacing:-0.1em;
	}



/*パンクズ
#########################################*/
.crumbs{
	display:none;
	text-align:right;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}
.crumbs{
	font-size:77%;
	line-height:1.2;
}
.crumbs a{
	color:#626157 !important;
	text-decoration:underline !important;
	}
/*.crumbs li{
	display:inline;
	font-size:77%;
	text-align:right;
	line-height:1.2;
}
.crumbs li a{
	color:#626157;
	text-decoration:underline;
	}
.crumbs li:after{
	content:'>';
	margin-left:5px;
	margin-right:5px;
	}
.crumbs li:last-child:after{
	content:'';
	}
	*/

/*pagetop
#########################################*/
.btnPagetop{
	width:100%;
	text-align:center;
	font-size:77%;
	}
.btnPagetop a{
	display:block;
	margin:0 0 50px 0;
	padding:30px 0 0 0;
	/*background-image:url(../images/ico_pagetop_sp_1x.png);*/
	background-repeat:no-repeat;
	background-position:center top;
	background-size:32px 20px;
	color:#666;
}



/*footer
#########################################*/
#footer{
	border-top:1px solid #f2f2f2;
	}


/*contactBtn
#########################################*/
.contactBtn{
	padding:30px 0;
	background:#004086;
	text-align:center;
	}
.contactBtn p{
	height:50px;
	margin:0 10px;
	font-size:124%;
	text-align:center;
	line-height:50px;
	letter-spacing:0.1em;
	}
.contactBtn p a{
	display:block;
	width:100%;
	height:50px;
	border:1px solid #fff;
	line-height:50px;
	color:#fff;
	}

/*contactTel
#########################################*/
.contactTel{
	padding:40px 0;
	text-align:center;
	}
.contactTel h2{
	margin:0 0 15px 0;
	font-size:100%;
	font-weight:normal;
	line-height:1.6;
	text-align:center;	
	}
.contactTel .telNo{
	font-size:308%;
	color:#004086;
	line-height:1.2;
	}
.contactTel .telNo img{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 0 0 10px;
	vertical-align:middle;
	}
.contactTel .telNo span {
	display: inline-block;
	vertical-align: middle;
	/*width:250px;  幅の指定がない場合、改行が必要な幅を超えるとカラム落ち。 */
	*display:inline;
	*zoom:1;
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック", sans-serif;
}


/*fLogo
#########################################*/
#fLogo{
	padding:20px 0;
	text-align:center;
	line-height:0;
	}

/*fNav
#########################################*/
#fNav{
	background:#f2f2f2;
	}
#fNav nav{
	border-top:1px solid #e3e3e3;
	}
#fNav .nav{
	float:left;
	width:50%;
	border-bottom:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	font-size:93%;
	text-align:center;
	}
#fNav ul li:nth-child(2n+1){
	clear:both;
	}
#fNav ul li:nth-child(2n){
	border-right:none;
	}
/*ナビ数が偶数の時は削除
#fNav ul li:last-child{
	border-bottom:none;
	}*/
#fNav .nav a,
#fNav .nav span{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	color:#4d4d4d;
	}
#fNav .nav.active a,
#fNav .nav.active span{
	background:#ddd;
	}

#fNavBnr{
	margin:10px 0;
}
#fNavBnr img{
	max-width:300px;
}
#copyright{
	clear:both;
	padding:25px 0;
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:77%;
	color:#999;
	text-align:center;
	line-height:1.4;
	}


/*fBnr
#########################################*/
#fBnr{
	padding:10px 0;
	background:#f5f0eb;
	}
#fBnr .bnr{
	width:48%;
	margin:10px 0;
	}
#fBnr ul li.bnr:nth-child(2n+1){
	float:left;
	clear:both;
	}
#fBnr ul li.bnr:nth-child(2n){
	float:right;
	}
#fBnr .bnr a{
	display:block;
	width:100%;
	height:100%;
	}

#fBnr .bnr a{
	position:relative;
	display:block;
	width:100%;
	/*background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;*/
	color:#fff;
	}

#fBnr .bnr .fBnrImg{}
#fBnr .bnr .fBnrImg img{
	width:100%;
	}
#fBnr .bnr .fBnrImg:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	z-index:10;
	}
	
#fBnr li .fBnrTxt{
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	text-align:center;
	line-height:1.5;
	width:100%;
	color:#fff;
	z-index:10;
	}

/*brotherLink
#########################################*/
#brotherLink{
	padding:11px 0;
	border-top:1px solid #d4d4d4;
	}
#brotherLinkBody{
	padding:0 10px;
	}

#brotherLink p {
	/*font-size:1.2em;*/
	font-size:85%;
	line-height:1.2;
	text-align:center;
	padding-top:11px;
	margin-bottom:0;
	color:#5a5a5a;
	}
	
/*contents
#########################################*/
#contents{
	margin:60px 0 0 0;
	/*padding:0 0 50px 0;*/
	}

.section{
	margin:0;
	padding:50px 0;
	}
	
.conBlock{
	padding-bottom:50px;
	/*margin-bottom:30px;*/
	}

/*pageTtl*/
#pageTtl{
	position:relative;
	margin:0 0 50px 0;
	/*height:150px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;*/
	color:#fff;
	}
.pageTtl{
	position:absolute;
	top: 50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	width:100%;
	text-align:center;
	font-size:186%;/*24*/
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック", sans-serif;
	/*font-weight:700;*/
	font-weight:700;
	letter-spacing:0.2em;
	}
	
.pageTtl span{
	display:block;
	padding-top:5px;
	/*padding:5px 0 0 0;*/
	font-size:10px;
	font-weight: 400;
	}

#pageTtl img{
	width:100%
	}

.pageTtlSP{
	display:block;
	}
.pageTtlPC{
	display:none;
	}
/*pageTtl*/
	
.ttl01Wrap{
	position:relative;
	margin:0 0 30px 0;
	padding:20px 10px 10px 10px;
	border:2px solid #004089;
	}

.ttl01{
	/*padding:10px 0;*/
	color:#004089;
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:139%;
	line-height:1.6;
	letter-spacing:0.2em;
	}
.ttl01Wrap .btn{
	position:relative;
	margin:0 0 30px 0;
	padding:10px;
	border:2px solid #004089;
	}

.copy01{
	margin:0 0 30px 0;
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:154%;
	color:#004089;
	letter-spacing:0.2em;
	}

.copy02{
	margin:0 0 30px 0;
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:124%;
	line-height:2.0;
	letter-spacing:0.2em;
	}




/*btn*/

/*btn01 ブルー、文字白*/
.btn01{
	/*height:40px;*/
	width:73%;
	margin:0 auto;
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:100%;
	text-align:center;
	color:#fff;
	}
.btn01 a,
.btn01 > span{
	display:block;
	padding:12px 0;
	background-color:#004089;
	/*background-image:url(../images/ico_arr_whi01_1x.png);*/
	background-repeat:no-repeat;
	background-position:95% center;
	background-size:6px 8px;
	color:#fff;
	}





/*list*/
ul.list01 li{
	list-style-type:disc;
	}
ul.list02 li{
	list-style-type:circle;
	}
ol.list01 li{
	list-style-type:decimal;
	}
ol.list02 li{
	list-style-type:upper-roman;
}
.list01 li,
.list02 li{
	margin-bottom:4px;
	margin-left:20px;
	text-align:left;
	}

	

/*文字色*/
.txtCol01{
	color:#009400;
	}
.txtCol02{
	color:#CC3300;
}
/*キャプション*/
.capTxt{
	font-size:77%;
	line-height:1.2;
	clear:both;
}

/*キャプション左*/
.capTxtL{
	text-align:left !important;
}
/*キャプション右*/
.capTxtR{
	text-align:right !important;
}
/*キャプションセンター*/
.capTxtC{
	text-align:center !important;
}

/*コレクション一覧ボタン*/
#proIndex{
	height:240px;
	/*margin:0 0 20px 0;*/
	}
#proIndex a{
	/*background-image:url(../../products/images/pro_index_bg.jpg);*/
	}



/*popWin
#########################################*/
.popWin{}


/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {
}


/* for PC gNav*/
@media screen and (min-width:940px) {
/*popWin用は768に記載*/
/*HEADER
#########################################*/
#header{
	position:static;
	height:auto;
	padding:20px 0;
	}
#hLogo{
	float:left;
	width:auto;
	padding:0 0 0 0;
	}
#hBtnMenu{
	display:none;
	}


/*nav
#########################################*/
/*gNav*/
#gNav{
	display:block !important;
	float:right;
	position:static;
	width:70%;
	/*width:65%;*/
	height:auto;
	padding:0 0 0 0;
	background:none;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ffffff,EndColorStr=#00ffffff);/*IE8以下用*/
	text-align:right;
	}
#gNav .nav{
	/*float:left;*/
	/*margin:0 4.5% 0 0;*/
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 0 0 4.0%;
	}
/*#gNav ul li.nav:last-child{
	margin-right:0;
	}*/
#gNav ul li.nav:first-child{
	margin-left:0;
	}
#gNav .nav > a{
	padding:10px 0 5px 0;
	color:#1a1a1a;
	}
#gNav .nav.active > a{
	background:none;
	}
#gNav .nav > a span{
	color:#666;
	letter-spacing:0.05em;
	}
#gNav .nav.active > a,
#gNav .nav.active > a span{
	color:#999;
	}

/*contents
#########################################*/
/*pageTtl*/
.pageTtlSP{
	display:none;
	}
.pageTtlPC{
	display:block;
	}
/*pageTtl*/


/*fNav
#########################################*/
/*#fNav nav{
	position:relative;
	float:left;
	width:55%;
	margin-left:8%;
	border-top:none;
	}
	
#fNavBnr{
	float:right;
	width:16%;
	border:1px solid #f00;
	text-align:right;
	}*/
}


/* for PC*/
@media screen and (min-width:768px) {
body{
	position:static;
	padding-bottom:0;
	}
.spOnly{display:none;}
.pcOnly{display:block;}

.spOnlyIL{display:none;}
.pcOnlyIL{display:inline;}

.conFixSP{
	margin-left:0;
	margin-right:0;
}
.conFix{
	max-width:980px;/*960px*/
	width: auto !important;
	width: 980px;
	/*width:expression(document.body.clientWidth > 962? "962px" : "auto");*/
	margin-left:auto !important;
	margin-right:auto !important;
	padding-left:10px;
	padding-right:10px;
}

a:link,
a:visited{
	text-decoration:none;
	}
a:active,
a:not(.disabled):hover{
	/*color:#999;*/
	text-decoration:none;
	/*color:#8D8C85;*/
	}

/*text-decorationあり*/
a.linkTdu:link,
a.linkTdu:visited,
.linkTdu a:link,
.linkTdu a:visited{
	text-decoration:underline;
	}
a.linkTdu:active,
a.linkTdu:not(.disabled):hover,
.linkTdu a:active,
.linkTdu a:not(.disabled):hover{
	text-decoration:none;
	}

/*a,*/
.hover,
#hLogo a,
#fLogo a,
#gNav .nav a,
#fNav .nav a,
.contactBtn a,
.btnPagetop a,
.crumbs a,
.btn01 a{
	-webkit-transition: .3s;
	transition: .3s;
	}
/*a:hover,*/
.hover:hover,
#hLogo a:hover,
#fLogo a:hover,
#gNav .nav a:hover,
#fNav .nav a:hover,
.contactBtn a:hover,
.btnPagetop a:hover,
.crumbs a:hover,
.btn01 a:hover{
 	opacity: 0.7;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
 	}


/*img hover gNaviは別で設定*/
img.imgHover,
.imgHover img {
	display:block;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
img.imgHover:hover,
.imgHover:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*bg hover gNaviは別で設定*/
.bgHover{}
.bgHover a{
	position: relative;
    overflow: hidden;
	background:none !important;
	}
.bgHover a:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat:no-repeat;
	background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.bgHover a:hover:after {
   /* opacity: .8; */
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bgHover a:hover .bgHoverImg{
	visibility:hidden;
	}


/*link*/
a.link01{
	text-decoration:none;
	}
a.link01a{
	text-decoration:underline;
	}


/*HEADER
#########################################*/
/*940px以上でPC表示*/

/*nav
#########################################*/
/*gNav*/
/*940px以上でPC表示*/
/*lNav*/
.lNav{
	margin:0 0 80px 0;
	}
.lNav .nav{
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:50px;
	/*margin:0 1.5% 0 0;*/
	font-size:100%;
	line-height:1.2;
	}
.lNav ul li:last-child{
	margin:0;
	}
	
.lNav .nav > *{}
.lNav .nav a{}
.lNav .nav p{}
.lNav .nav p span{
	font-size:80%;
	}

/*パンクズ
#########################################*/
.crumbs{
	display:block;
}

/*pagetop
#########################################*/
.btnPagetop{
	clear:both;
	float:right;
	width:auto;
	text-align:right;
	}
.btnPagetop a{
	display:block;
	margin:0 0 40px 0;
	padding:0 0 0 15px;
	/*background-image:url(../images/ico_pagetop_pc_1x.png);*/
	background-repeat:no-repeat;
	background-position:left center;
	background-size:8px 8px;
	color:#666;
}

/*footer
#########################################*/
#footer{}

/*contactBtn
#########################################*/
.contactBtn{}
.contactBtn p{
	width:400px;
	margin:0 auto;
	}
.contactBtn p a{}

/*contactTel
#########################################*/
.contactTel{}
.contactTel h2{}
.contactTel .telNo{}
.contactTel .telNo img{}
.contactTel .telNo span {}

/*fLogo
#########################################*/
#fLogo{
	float:left;
	/*height:70px;*/
	padding:0 0 0 7%;
	text-align:left;
	/*line-height:70px;*/
	}
#fLogo img{
	vertical-align:middle;
	}

/*fNav
#########################################*/
#fNav{
	padding:30px 0;
	background:#f2f2f2;
	}
/*940px以上でPC表示*/
#fNav nav{
	position:relative;
	/*float:right;
	width:62%;*/
	float:left;
	width:58%;
	margin-left:8%;
	border-top:none;
	}
#fNav .nav{
	position:absolute;
	float:none;
	width:33%;
	border-bottom:none;
	border-right:none;
	text-align:left;
	}
#fNav ul li:nth-child(2n+1){
	clear:none;
	}
#fNav ul li:nth-child(2n){}
/*ナビ数が偶数の時は削除*/
#fNav ul li:last-child{}

/*
#fNav ul li:nth-child(2){ left:0; top:2.0em;}
#fNav ul li:nth-child(3){ left:0; top:4.0em;}
#fNav ul li:nth-child(4){ left:33%; top:0;}
#fNav ul li:nth-child(5){ left:33%; top:2.0em;}
#fNav ul li:nth-child(6){ left:33%; top:4.0em;}
#fNav ul li:nth-child(7){ left:66%; top:0;}
#fNav ul li:nth-child(8){ left:66%; top:2.0em;}
#fNav ul li:nth-child(9){ left:66%; top:4.0em;}
#fNav ul li:nth-child(10){ left:66%; top:6.0em;}
*/

#fNav ul li:nth-child(1){ left:0; top:0;}
#fNav ul li:nth-child(2){ left:0; top:2.0em;}
#fNav ul li:nth-child(3){ left:0; top:4.0em;}
#fNav ul li:nth-child(4){ left:0; top:6.0em;}
#fNav ul li:nth-child(5){ left:33%; top:0;}
#fNav ul li:nth-child(6){ left:33%; top:2.0em;}
#fNav ul li:nth-child(7){ left:33%; top:4.0em;}
#fNav ul li:nth-child(8){ left:66%; top:0;}
#fNav ul li:nth-child(9){ left:66%; top:2.0em;}
#fNav ul li:nth-child(10){ left:66%; top:4.0em;}




#fNav .nav a,
#fNav .nav span{
	display:block;
	width:100%;
	height:auto;
	line-height:1.2;
	}
#fNav .nav.active a,
#fNav .nav.active span{
	background:none;
	color:#999;
	font-weight:bold;
	}

#fNavBnr{
	float:right;
	width:13%;
	margin:0;
	text-align:right;
	}

#copyright{
	clear:both;
	padding:25px 0;
	font-size:77%;
	color:#999;
	text-align:center;
	line-height:1.4;
	}


/*fBnr
#########################################*/
#fBnr{
	padding:40px 0;
	}
#fBnr .bnr{
	float:left;
	width:23.40%;
	margin:0 2.1% 0 0;
	}
#fBnr ul li.bnr:nth-child(2n+1){
	float:left;
	clear:none;
	}
#fBnr ul li.bnr:nth-child(2n){
	float:left;
	}
#fBnr ul li.bnr:last-child{
	margin-right:0;
	}
#fBnr .bnr a{}

#fBnr .bnr a{}

#fBnr .bnr .fBnrImg{}
#fBnr .bnr .fBnrImg img{}
	
#fBnr li .fBnrTxt{}

#fBnr01 a:after{
	/*background-image:url(../images/fbnr_bra_img_1x.jpg);*/
	}
#fBnr02 a:after{
	/*background-image:url(../images/fbnr_faq_img_1x.jpg);*/
	}
#fBnr03 a:after{
	/*background-image:url(../images/fbnr_voi_img_1x.jpg);*/
	}
#fBnr04 a:after{
	/*background-image:url(../images/fbnr_com_img_1x.jpg);*/
	}

/*brotherLink
#########################################*/
#brotherLink{
	height:50px;
	}
#brotherLinkBody{
	float:right;
	}

#brotherLink p {
	height:28px;
	float:left;
	padding:0 20px 0 0;
	/*font-size:1.2em;*/
	font-size:93%;
	line-height:28px;
	text-align:right;
	}
#brotherLink a {
	display:block;
	float:right;
	line-height:0;
	}

/*contents
#########################################*/	
#contents{
	margin:0 0 0 0;
	}

.bg01{}

.conBlock{
	padding-bottom:80px;
	}


.chkList li{
	float:left;
	padding-top:10px;
	padding-bottom:10px;

}


/*タイトル*/
#pageTtl{
	margin:0 0 80px 0;
	}
.pageTtl{
	font-size:216%;/*28px*/
	}


.ttl01Wrap{
	margin:0 0 40px 0;
	padding:10px;
	}

.ttl01{
	font-size:154%;
}
	
.copy01{}
.copy02{}

.copyL{}
.copyC{}
.copyR{}

/*btn01*/
.btn01{
	height:40px;
	}
.btn01 a,
.btn01 > span{}
	
	
.ttl01Wrap .btn01{
	position:absolute;
	right:5px;
	top:5%;
	width:23%/*220px*/;
	height:90%;
	margin:0;
	}
.ttl01Wrap .btn01 a,
.ttl01Wrap .btn01 > span{
	position: relative;
	width:100%;
	height:100%;
	padding:0;
	}
.ttl01Wrap .btn01 a > *,
.ttl01Wrap .btn01 > span > *{
	width:100%;
	position: absolute;
    top: 50%;
	left:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}


/*popWin
#########################################*/
.popWin{}


/*HEADER navは940とほぼ同じ*/
/*HEADER
#########################################*/
.popWin #header{
	position:static;
	height:auto;
	padding:20px 0;
	}
.popWin #hLogo{
	float:left;
	width:auto;
	padding:0 0 0 0;
	}
.popWin #hBtnMenu{
	display:none;
	}


/*nav
#########################################*/
/*gNav*/
.popWin #gNav{
	display:block !important;
	float:right;
	position:static;
	/*width:65%;*/
	width:auto;
	height:auto;
	padding:0 0 0 0;
	background:none;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00ffffff,EndColorStr=#00ffffff);/*IE8以下用*/
	text-align:right;
	}
.popWin #gNav .nav{
	float:left;
	margin:0 0 0 0;
	}
.popWin #gNav ul li.nav:last-child{
	margin-right:0;
	}
.popWin #gNav .nav > a{
	padding:10px 0 5px 0;
	color:#1a1a1a;
	}
.popWin #gNav .nav > a span{
	color:#666;
	}
	
	
.popWin #fBnr,
.popWin .contactBtn,
.popWin #fNav nav{
	display:none;
	}
.popWin #gNav .nav{
	display:none;
	}
.popWin #gNav ul .nav:last-child{
	display:block !important;
	}
.popWin #fNav{
	padding:20px 0;
	}
.popWin #fLogo{
	float:none;
	height:auto;
	padding:0 0 0 0;
	text-align:center;
	line-height:0;
	}
}








/*for Retina common and SP*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
#hBtnMenu{
	/*background-image:url(../images/h_btn_menu_2x.png);*/
	}
#hBtnMenu.open{
	/*background-image:url(../images/h_btn_close_2x.png);*/
	}

.btnPagetop a{
	/*background-image:url(../images/ico_pagetop_sp_2x.png);*/
}

.btn01 a,
.btn01 > span{
	/*background-image:url(../images/ico_arr_whi01_2x.png);*/
	}


}

/*for Retina PC*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:768px) { 
.btnPagetop a{
	/*background-image:url(../images/ico_pagetop_pc_2x.png);*/
}


}
