@charset "UTF-8";

body{
	padding-top: 0 !important;
}

@media screen and (max-width: 1024px) {
	#MAIN{
		width: auto;
	}
}
body.product_floor{
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}

#layfModule a{
	color: #333;
	text-decoration: none;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif  !important;
	font-size: 13px;
	line-height: 19px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#layfModule a:hover{
   	filter:alpha(opacity=50);
   	-moz-opacity: 0.5;
   	opacity: 0.5;
}
#layfModule .active a:hover{
   	filter:alpha(opacity=100);
   	-moz-opacity: 1;
   	opacity: 1;
}
#layfModule p,
#layfModule li,
#layfModule dt,
#layfModule dd,
#layfModule th,
#layfModule td{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif  !important;
	font-size: 13px;
	line-height: 19px;
}
#layfModule li{
	margin: 0;
	padding: 0;
	line-height: 1;
}
#layfModule table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
#layfModule figure{
	margin: 0;
}
#layfModule sup{
	font-size: 9px;
	position: relative;
	top: -2px;
}
@media screen and (max-width: 1024px) {
	#layfModule img{
		width: 100%;
	}
	#layfModule .pcOnly{
		display: none;
	}
	
}
@media screen and (min-width: 1025px) {
	#layfModule .smOnly{
		display: none;
	}
	#layfModule p,
	#layfModule li,
	#layfModule dt,
	#layfModule dd,
	#layfModule th,
	#layfModule td{
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif  !important;
		font-size: 16px;
		line-height: 26px;
	}
	
	
}



/*  pagetitile
----------------------------------*/
#pagetitle {
    width: 100%;
    background-color:#ff9c00;
}

@media screen and (min-width: 1025px) {
	
	#pagetitle{
		width:100%
	}
	
	#pagetitle .ttl_layf{
		background:url(../img/layf_ttl_01.png) no-repeat;
    	width: 920px;
    	height: 167px;
    	margin: 0 auto;
	}
	
}




/*  titType
----------------------------------*/
/*titType01*/
.titType01{
	margin: -1px -10px 0 -10px;
	padding: 20px 10px;
	font-size: 16px;
	font-weight:bold;
	line-height: 1;
	left: 1px;
	color: #68553e;
	background: #f4f4f4;
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
}
@media screen and (min-width: 1025px) {
	.titType01{
		margin: -1px -30px 0 -30px;
		padding: 25px 30px;
		font-size: 20px;
	}
}

/*titType02*/
.titType02{
	padding: 10px 0 14px 10px;
	font-size: 16px;
	font-weight:bold;
	color: #68553e;
	letter-spacing: 1px;
	background: url(../img/bg_layf_tit02.png) no-repeat left bottom;
	background-size: 5px;
	position: relative;
	margin-right: 5px;
}
.titType02:after{
	content: "";
	width: 100%;
	height: 5px;
	display: block;
	background: #f4f4f4;
	position: absolute;
	bottom: 0;
	left: 5px;
}



@media screen and (min-width: 1025px) {
	.titType02{
		padding: 17px 20px;
		font-size: 20px;
		line-height:19px;
	}
}

/*titType03*/
.titType03{
	margin-top: 30px;
	padding: 10px 0 10px 15px;
	line-height: 21px;
	background: url(../img/bg_layf_tit01.png) no-repeat left center #f4f4f4;
	background-size: 3px;
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	font-weight: bold;
}
@media screen and (min-width: 1025px) {
	.titType03{
		padding: 10px 18px;
		font-size: 14px;
		margin-top: 10px;
	}
}

/*titType04*/
.titType04{
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background: #68553e;
	position: relative;
	font-weight:bold;
}
@media screen and (max-width: 1024px) {
	.titType04{
		background: url(../img/ico_arrow01_bottom.png) no-repeat #68553e 96% center;
		background-size: 13px !important;
	}
	.titType04.open{
		background: url(../img/ico_arrow01_top.png) no-repeat #68553e 96% center;
	}
}
@media screen and (min-width: 1025px) {
	.titType04{
		padding-left: 76px;
		font-size: 18px;
		text-align: left;
	}
}

/*titType05*/
.titType05{
	padding: 6px 10px 6px 34px;
	font-size: 14px;
	font-weight: bold;
	color: #68553e;
	border-bottom: solid 3px #eeefef;
	position: relative;
	z-index: 1;
}
.titType05 span{
	width: 25px;
	padding: 6px 0;
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #68553e;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
}
@media screen and (min-width: 1025px) {
	.titType05{
		padding: 6px 10px 6px 50px !important;
		font-size: 20px;
	}
	.titType05 span{
		width: 40px;
		padding: 8px 0 !important;
	}
}

/*titType06*/
.titType06{
	padding: 10px 10px 10px 40px;
	color: #68553e;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	background: url(../img/h1bg_layf01_pc.gif) top left;
	background-size: 14px;
	position: relative;
	cursor: pointer;
}
.titType06.other01{
	padding: 10px 40px;
	color: #000;
	background: #fff2b0;
}
.titType06.other02{
	padding: 10px;
	background: #fadcb2;
	border-left: solid 6px #68553e;
}
.titType06:after{
	content: "";
	width: 13px;
	height: 8px;
	margin-top: -4px;
	display: block;
	background: url(../img/ico_arrow02_bottom.png) no-repeat;
	background-size: 13px !important;
	position: absolute;
	top: 50%;
	right: 15px;
}
.titType06.open:after{
	background: url(../img/ico_arrow02_top.png) no-repeat;
}
.titType06.other span{
	padding: 20px 0 19px 0;
}
.titType06 span{
	display: inline-block;
	width: 30px;
	padding: 10px 0;
	line-height: 19px;
	color: #fff;
	text-align: center;
	background: #ed8c00;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (min-width: 1025px) {
	.titType06{
		padding: 15px 0 15px 56px;
		font-size: 20px;
		line-height: 30px;
		background: url(../img/h1bg_layf01_pc.gif) top left;
		background-size: auto;
	}
	.titType06.other02{
		padding: 16px 20px;
		background: #fadcb2;
		border-left: solid 10px #68553e;
	}
	.titType06 span{
		width: 40px;
		line-height: 0;
		padding: 30px 0 !important;
	}
	.titType06:after{
		width: 58px;
		height: 16px;
		margin-top: -8px;
		background: url(../img/ico_arrow02_bottom_pc.png) no-repeat;
		background-size: auto !important;
	}
	.titType06.open:after{
		background: url(../img/ico_arrow02_top_pc.png) no-repeat;
	}
}


/*titType07*/
.titType07{
	padding: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	background-color:#68553e;
	position: relative;
	text-align:center;
	border-radius: 10px;        /* CSS3草案 */  
   	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
   	 -moz-border-radius: 10px;   /* Firefox用 */
	 margin:20px 0 15px 0; 
}
.titType07 span{
	font-size:14px;
	color:#f8e469;
	letter-spacing:0.5px;
}

.titType07.other01{
	margin-top:25px;
}

.titType07.other01:after{
	content: "";
    background: url(../img/index/ico_layf_product01.png) no-repeat;
    background-size: 28px !important;
    height: 33px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: -37%
}

@media screen and (min-width: 1025px) {
	.titType07{
		font-size:18px;
		padding:15px;
	}
	
	.titType07 span{
		font-size:20px;
}

.titType07.other01:after{
		background-size: 40px !important;
    	height: 43px;
    	width: 40px;
}



}




/*titType08*/
.titType08{
	border-bottom:solid #68553e 1px;
	padding-bottom:8px;
	color:#68553e;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

@media screen and (min-width: 1025px) {
	.titType08{
		font-size:14px;
		margin-top:10px;
	}

}


/*titType09*/
.titType09{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#603725;
	padding:0px 10px 6px 45px;
	background:url(../img/index/bg_layf_tit03_01.png) no-repeat bottom left;
	background-size:35px;
	position:relative;
	margin-top:20px;
}

.titType09:after{
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #eeefef;
	position: absolute;
	bottom: 0;
	left:0;
	z-index:-1;
}

	
@media screen and (min-width: 1025px) {
	.titType09{
		padding: 7px 10px 10px 45px;
		font-size:18px;
		line-height:24px;
	}
	.titType09.other{
		width:775px;
	}
	
}


/*titType10*/
.titType10{
	background-color:#ffe1b2;
	background-size:40px;
	font-size:14px;
	font-weight:bold;
	padding:12px 0 12px 10px;
	margin-top:10px;
	border-left: solid 10px #ff9c00;
}

@media screen and (min-width: 1025px) {
	.titType10{
		margin-top:50px;
	}
	.titType10.first{
		margin-top:20px;
	}
}

	
	
	



/*  listType
----------------------------------*/
/*listType02*/
.listType02 h4,
.listType02 h5{
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 19px;
}
.listType02 .number,
.listType02 .othre01{
	display: inline-block;
	margin: 0 5px 0 -28px;
	padding: 2px 7px;
	color: #fff;
	background: #68553e;
	border-radius: 10px;   /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.listType02	.othre01{
	margin: 0 2px;
	padding: 1px 6px;
}
@media screen and (min-width: 1025px) {
	.listType02 h4,
	.listType02 h5{
		margin: 50px 0 20px 0;
		padding-left: 40px;
		font-size: 18px;
		line-height: 28px;
	}
	.listType02 .number,
	.listType02 .othre01{
		margin: 0 5px 0 -34px;
		padding: 5px 8px;
		line-height: 1;
		border-radius: 20px;        /* CSS3草案 */  
   		-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
   	 	-moz-border-radius: 20px;   /* Firefox用 */  
	}
	.listType02	.other01{
		margin: 0 5px;
		padding: 3px 6px;
	}
}

/*  tableType
----------------------------------*/
/*  tableType01*/
.tableType01{
	width: 100%;
	margin: 15px 0;
	background: url(../img/bg_layf_line01.png) repeat-x left bottom;
	background-size: 2px;
}
.tableType01 > tbody > tr{
	background: url(../img/bg_layf_line01.png) repeat-x left top;
	background-size: 2px;
}
.tableType01 > tbody > tr > th{
	padding: 10px;
	width: 60px;
	vertical-align: top;
	text-align: left;
}
.tableType01 > tbody > tr > td{
	padding: 10px;
    font-size: 14px;
    line-height: 22px;
    vertical-align: top;
}
.tableType01 > tbody > tr > th span,
.tableType01 > tbody > tr > td span{
	font-size:11px;
}

@media screen and (min-width: 1025px) {
	.tableType01 > tbody > tr > th,
	.tableType01 > tbody > tr > td{
    	font-size: 14px !important;
    	line-height: 18px !important;
	}
	.tableType01 > tbody > tr > th span,
	.tableType01 > tbody > tr > td span{
		font-size:12px;
}
}





/*  tableType02*/
.tableType02{
	width: 100%;
	margin: 15px 0;
	border: solid 1px;
}
.tableType02 tr th,
.tableType02 tr td{
	padding: 10px 15px;
	text-align: center;
	border: solid 1px;
}
.tableType02 tr th{
	color: #68553e;
	background: #e3e0dc;
}
.info02 .tableType02 tr th{
	width: 50%;
}
.info02 .tableType02 tr td{
	text-align: left;
}
.tableType02.other tr th:first-child,
.tableType02.other tr td:first-child{
	color: #68553e;
	background: #e3e0dc;
}
.info03 .tableType02{
	width: 200%;
}
.tableWrap{
	width: 100%;
	overflow: scroll;
	position: relative;
}
.tableWrap .btn{
	width: 22px;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
}





@media screen and (min-width: 1025px) {
	.tableType02{
		margin: 0;
	}
	.info01 .tableType02{
		width: 406px;
		float: left;
	}
	.info03 .tableType02{
		width: 100%;
		margin-bottom: 20px;
	}
	.tableType02 th,
	.tableType02 td{
		padding: 15px !important;
		font-size: 16px;
		line-height: 24px;
	}
	.tableType02 th{
		padding: 8px !important;
	}
	.info01 .tableType02 td{
		padding: 8px 20px !important;
	}
	.info02 .tableType02 tr th{
		width: 580px;
	}	
	.info02 .tableType02 tr th:first-child{
		width: 290px;
	}
	.info03 .tableType02 tr th,
	.info03 .tableType02 tr td{
		padding: 10px 15px !important;
	}
	.cautionList li{
		font-size: 14px;
		line-height: 24px;
	}
	.tableWrap{
		overflow: hidden !important;
	}
	.tableWrap .btn{
		display: none !important;
	}
}

/*  tableType03*/
.tableType03{
	border: solid 1px #68553e;
}
.tableType03 tr{
	font-size: 0;
}
.tableType03 tr th{
	width: 100px;
	padding: 10px 20px;
	color: #fff;
	background: #68553e;
	text-indent: -0.5em;
}
.tableType03 tr td{
	padding: 10px 20px;
	color: #68553e;
}
.tableType03 tr td dl {
	width: 470px;
	overflow: hidden;
}
.tableType03 tr td dl dt,
.tableType03 tr td dl dd{
	float: left;
}
.tableType03 tr td dl dt{
	width: 130px;
	clear: both;
}
.tableType03 tr td dl dd{
	width: 340px;
	text-indent: -0.6em;
}


/*tableType04*/
.tableType04{
	width:730px;
}
.tableType04 tr th,
.tableType04 tr td{
	text-align:center;
	border: solid 1px;
}
.tableType04 tr th{
	color: #5f3a00;
	background: #ffe1b2;
	font-weight:normal;
	padding:8px 0;
}
.tableType04 tr th:first-child,
.tableType04 tr td:first-child{
	width:135px;
	color: #5f3a00;
	background: #ffe1b2;
}
.tableType04 tr th:nth-child(2),
.tableType04 tr td:nth-child(2){
	width:262px;
	padding:0 20px;
}
.tableType04 tr th:nth-child(3),
.tableType04 tr td:nth-child(3){
	width:157px;
	padding:0 20px;
}
.tableType04 tr td:nth-child(2),
.tableType04 tr td:nth-child(3){
	padding:10px 20px !important;
	text-align:left;
}


.tableWrap{
	width: 100%;
	overflow: scroll;
	position: relative;
}
.tableWrap .btn{
	width: 22px;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
}



.tableType01 tr{
	display:block;
}
.tableType01 .wide{
	width:100%;
	display:block;
}





@media screen and (min-width: 1025px) {
	.cautionList li{
		font-size: 14px;
		line-height: 24px;
	}
	.tableWrap{
		overflow: hidden !important;
	}
	.tableWrap .btn{
		display: none !important;
	}
}




/*tableType05*/
.tableType05{
	width:798px;
	margin-top: 10px;
}
.tableType05 tr th,
.tableType05 tr td{
	text-align:center;
	border: solid 1px;
	line-height:24px !important;
	padding:7px 0;
}
.tableType05 tr th{
	color: #5f3a00;
	background: #ffe1b2;
	font-weight:normal;
	padding:8px 0;
	width:132px;
}
.tableType05 tr td:first-child{
	width:133px;
	color: #5f3a00;
	background: #ffe1b2;
}










/*  pageNav
----------------------------------*/
#layfModule .pageNav{
	height: 45px;
    margin: 20px -3% 0 0;
    overflow: hidden;
    font-size: 0;
}
#layfModule .pageNav li{
	width: 47%;
    margin-right: 3%;
	float: left;
	border-top: 4px solid #603725;
	text-align: center;
}
#layfModule .pageNav li.active{
	height: 39px;
	background: #603725;
	border-top: 4px solid #ed8c00;
}
#layfModule .pageNav li a{
	display: block;
	padding: 9px 2px;
	color: #603725;
	font-weight: bold;
	border: solid 1px #dedede;
	text-decoration:none;
}
#layfModule .pageNav li.active a{
	border: solid 1px #603725;
}
#layfModule .pageNav li.nav01 a{
	padding: 10px 0;
}
#layfModule .pageNav li.nav03 a{
	padding: 29px 0;
}
#layfModule .pageNav li.nav04 a{
	padding: 20px 0 19px 0;
}
#layfModule .pageNav li.active a{
	color: #fff;
}
/*foot*/
#layfModule .pageNav.foot{
	margin: -1px -3.34% 0 0;
}
#layfModule .pageNav.foot li{
	border-top: none;
	border-bottom: 4px solid #603725;
}
#layfModule .pageNav.foot li.active{
	border-top: none;
	border-bottom: 4px solid #ed8c00;
}
#layfModule .pageNav.foot li.nav01 a{
	margin-top: -1px;
}


@media screen and (min-width: 1025px) {
	#layfModule .pageNav{
		width: 892px;
		height: 50px;
		margin: 20px auto 0 auto;
	}
	#layfModule .pageNav li{
		height:44px;
		width: 439px;
		margin-right: 14px;
	}
	#layfModule .pageNav li.active{
		height:44px;
	}
	#layfModule .pageNav li:last-child{
		margin: 0;
	}
	#layfModule .pageNav li a{
		padding: 12px 0 !important;
		font-size: 15px;
		text-decoration:none;
	}
	#layfModule .pageNav li a span{;
		font-size: 13px;
	}
	#layfModule .pageNav li.nav01 a{
		padding: 13px 0 14px 0 !important;
		text-decoration:none;
	}
}


/*  layfModule
----------------------------------*/
#layfModule{
	margin: 0 10px 30px 10px;
}
#layfModule .mainimg{
	margin:-3px -10px 0 -10px;
	line-height: 0;
	float: none;
}
#layfModule .mainimg img{
	width: 100%;
}
@media screen and (min-width: 1025px) {
	#layfModule{
		min-width: 830px;
		margin: 0 0 50px 0;
	}
	#layfModule .mainimg{
		margin: 0;
		text-align: center;
		background: url(../img/h1bg_layf01_pc.gif);
		border-top: solid 2px #f5f5f5;
	}
}

/*  layfFeature
----------------------------------*/
#layfFeature,
#layfProduct{
	margin: -3px 0 0 0;
	padding: 0 10px 10px 10px;
	border: solid 1px #dedede;
	position: relative;
	z-index: 1;
}

#layfFeature p{
	margin-top:15px;
}

#layfFeature figure{
	margin-top:10px;
}

#layfFeature figure img{
	width:100%
}

#layfFeature figcaption{
	font-size:13px;
	margin-top:5px;
}

#layfFeature .layfWrap{
	margin: 25px 0;
}

#layfFeature .layfPoint .titTest{
	margin-bottom:-4px;
}

#layfFeature .layfWrap .layfPoint .layfPoint02 .titType09{
	background:url(../img/index/bg_layf_tit03_02.png) no-repeat bottom left;
	background-size:35px;
}
#layfFeature .layfWrap .layfPoint .layfPoint03 .titType09{
	background:url(../img/index/bg_layf_tit03_03.png) no-repeat bottom left;
	background-size:35px;
}
#layfFeature .layfWrap .layfPoint .layfPoint04 .titType09{
	background:url(../img/index/bg_layf_tit03_04.png) no-repeat bottom left;
	background-size:35px;
}

#layfFeature .layfWrap .layfPoint h5{
	color:#47b86c;
	margin:20px 0 15px 0;
	font-size:14px;
	font-weight:bold;
}

/*pointList*/
#layfFeature .layfWrap .layfPoint .pointList li{
	line-height:19px;
	padding-left:20px;
	position:relative;
	margin-top:12px;
}

#layfFeature .layfWrap .layfPoint .pointList li:before{
	content: "■";
	color: #ff9c00;
    position: absolute;
    top: 0;
    left: 4px;
}

#layfFeature .layfWrap .layfPoint .pointBox01{
	overflow:hidden;
	width:100%;
	font-size:0;
	margin-bottom:30px;
}

#layfFeature .layfWrap .layfPoint .pointBox01 img{
	width:100%;
}


#layfFeature .layfWrap .layfPoint .pointBox01 ul{
	margin-right:-2%;
	margin: 10px 0;
}
	
#layfFeature .layfWrap .layfPoint .pointBox01 li{
	width:23%;
	margin-right:2%;
	float:left;
	margin-bottom: 10px;
}

#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 h6{
	background-color:#ffe1b2;
	width:100%;
	text-align:center;
	padding:10px 0 8px 0;
	line-height:18px;
	color:#5f3a00;
	margin-top:20px;
	font-weight: bold;
}
#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 .boxType01{
	background-color:#fff5e5;
	padding:18px 10px;
	margin-bottom:20px;
}
#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 .boxType01 p.margin{
	margin:0 0 5px 0;
}

#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 .boxType01 .imgBox{
	overflow:hidden;
	font-size:0;
	margin-right:-4%;
}
#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 .boxType01 .imgBox img{
	width:46%;
	margin-right:4%;
	float:left;
}
#layfFeature .layfWrap .layfPoint .testList01 li{
		margin-bottom: 2px;
    	padding-left: 14px;
    	line-height: 18px;
    	text-indent: -1em;
}
#layfFeature .layfPoint .layfPoint04 .pointBox03 li{
	margin-top:10px;
}

	


@media screen and (max-width: 1024px) {
	#layfFeature .layfPoint .layfPoint04 .pointBox03 li p{
		margin-top:10px;
	}
	#layfFeature .layfWrap .layfPoint .marginTop{
		margin-top:30px !important;
	}
	#layfFeature .layfPoint03 .floatBox01 figure img{
		width:70%
	}
	#layfFeature .layfPoint03 .floatBox01 figure{
		text-align:center;
	}
	
	
}

	

@media screen and (min-width: 1025px) {
	#layfFeature,
	#layfProduct{
		width:830px;
		margin: -2px auto 0 auto;
    	position: relative;
    	z-index: 1;
	}
	#layfFeature,
	#layfProduct{
		padding: 0 30px;
    	position: relative;
		margin-bottom: 60px;
	}
	
	#layfFeature p{
		margin-top:30px;
		font-size:16px;
	}
	#layfFeature figure{
		margin-top:20px;
	}
	#layfFeature figcaption{
		font-size:14px;
		margin-top:6px;
	}
	#layfFeature .layfWrap{
		margin:40px 0 50px 0;
	}
	
	#layfFeature .layfPoint,
	#layfFeature .layfPoint .layfPoint03{
		overflow:hidden;
		margin-right:-40px;
		font-size: 0;
	}
	#layfFeature .layfPoint .layfPoint01,
	#layfFeature .layfPoint .layfPoint02,
	#layfFeature .layfPoint .layfPoint03 figure,
	#layfFeature .layfPoint .layfPoint03 .pointBox01{
		display: inline-block;
    	vertical-align: top;
    	width: 394px;
    	margin-right: 40px;
	}
	#layfFeature .layfWrap .layfPoint .pointBox01{
		margin-bottom:0;
	}
	
	#layfFeature .layfWrap .layfPoint h5{
		font-size:18px;
		margin: 22px 0 0px 0;
	}
	#layfFeature .layfWrap .layfPoint .pointList li{
		line-height:26px;
	}
	#layfFeature .layfPoint .layfPoint01 img,
	#layfFeature .layfPoint .layfPoint02 img,
	#layfFeature .layfPoint .layfPoint03 img{
		width:100%;
	}
	#layfFeature .layfPoint p{
		margin-top:10px;
	}
	#layfFeature .layfPoint .layfPoint03{
		margin-top:40px;
	}
	#layfFeature .layfPoint .layfPoint03 .imgTxt{
		font-size:14px;
		line-height:20px;
	}
	#layfFeature .layfPoint .layfPoint03 .floatBox01{
		overflow:hidden;
		margin-right:-40px;
		margin:20px 0 50px 0;
		position: relative;
    	height: 98px;
    	padding-left: 260px;
	}
	#layfFeature .layfPoint .layfPoint03 .floatBox01 figure{
		display: inline-block;
    	vertical-align: top;
    	width: 240px;
		margin-top:0;
		position: absolute;
    	top: 0;
    	left: 0;
	}
	#layfFeature .layfPoint .layfPoint03 .floatBox01 .pointList{
		display: inline-block;
    	vertical-align: top;
    	width: 550px;
    	margin-right: 40px;
	}
	#layfFeature .layfPoint .layfPoint03 .floatBox01 .pointList li{
		margin-top:0;
	}
	
	#layfFeature .layfPoint .layfPoint03 .pointBox02{
		overflow:hidden;
		margin-right:-19px;
	}
	#layfFeature .layfPoint .layfPoint03 .pointBox02 .inner{
		display: inline-block;
    	vertical-align: top;
    	width: 264px;
    	margin-right: 19px;
		margin-top:0;
		box-sizing:border-box;
	}
	
	#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 h6{
		line-height:24px;
	}
	#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 .boxType01 .imgBox img.pcOnly{
		width:100%;
		float:none;
		margin-right:0;
	}
	#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 .boxType01 .imgBox{
		margin-right:0;
	}
	#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 h6{
		padding: 14px 0 12px 0;
	}
	#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 .titPc{
		padding: 25px 0;
	}
	#layfFeature .layfWrap .layfPoint .testList01 li{
		line-height:24px;
		font-size:14px;
	}
	#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 .boxType01 p{
		margin-top:0;
	}
	#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 .boxType01{
		height:530px;
	}
	
	#layfFeature .layfPoint .layfPoint04 .pointBox03{
		overflow:hidden;
		margin-right:-19px;
		margin-top: 20px;
	}
	#layfFeature .layfPoint .layfPoint04 .pointBox03 li{
		float:left;
    	vertical-align: top;
    	width: 264px;
    	margin-right: 19px;
		margin-top:5px;
		box-sizing:border-box;
	}
	#layfFeature .layfPoint .layfPoint04 .pointBox03 li img{
		width:100%;
	}
	#layfFeature .layfPoint .layfPoint04 .pointBox03 p{
		margin-top:0;
	}
	#layfFeature .layfPoint .layfPoint04 .pointBox03 ul{
		margin-top:10px;
		overflow:hidden;
	}
	
	#layfFeature .layfWrap .layfPoint .layfPoint03 .pointBox02 h6{
		font-size:15px;
	}
	
	#layfFeature .layfWrap .layfPoint .pointBox01 ul{
		margin:0;
	}
	#layfFeature .layfPoint .titTest{
		margin-bottom: 4px;
	}
}




/*  layfProduct
----------------------------------*/


#layfProduct .layfInfo{
	margin-top:10px;
}

#layfProduct .productImg{
	margin-top:20px;
}

#layfProduct .layfInfo .titType02 {
    position: relative;
}
#layfProduct .layfInfo .titType02 img {
    width: 44.96%;
    position: absolute;
    right: 0;
    bottom: 10px;
}

#layfProduct .hukushizai .cautionList li {
    margin-bottom: 2px;
    padding-left: 14px;
    line-height: 18px;
    text-indent: -1em;
}

#layfProduct .productImg li p{
	font-weight:bold;
	margin:16px 0 5px 0;
}
#layfProduct .productImg li img{
	margin-top:6px;
}
#layfProduct .productImg figcaption{
	margin:6px 0 25px 0;
}
#layfProduct .productImg .listdisp figcaption.fi {
	margin:6px 0;
}


#layfProduct .hukushizai .layfBox01{
	margin:10px 10px 25px 10px;
}

#layfProduct .hukushizai img{
	margin-top:10px;
}

#layfProduct .hukushizai .titType03.margin10{
	margin-top:10px;
}
#layfProduct .hukushizai .titType03.margin15{
	margin-top:15px;
}

#layfProduct .hukushizai .hukushizai01 p,
#layfProduct .hukushizai .hukushizai02 p{
	font-weight:bold;
	margin-top:15px;
}
#layfProduct .hukushizai .hukushizai01 .tableType01,
#layfProduct .hukushizai .hukushizai02 .tableType01,
#layfProduct .hukushizai .hukushizai03 .tableType01{
	margin:6px 0;
}

#layfProduct .hukushizai .hukushizai01 .tableType01 tr th.other{
	padding:5px;
	font-size:12px;
}

#layfProduct .hukushizai .hukushizai01 .cautionList02 li,
#layfProduct .hukushizai .hukushizai02 .cautionList02 li,
#layfProduct .hukushizai .hukushizai03 .cautionList02 li{
	padding-left: 20px;
    position: relative;
	margin-top:5px;
	line-height:19px;
	
}
#layfProduct .hukushizai .hukushizai01 .cautionList02 li:before,
#layfProduct .hukushizai .hukushizai02 .cautionList02 li:before,
#layfProduct .hukushizai .hukushizai03 .cautionList02 li:before{
	content: "●";
    position: absolute;
    top: 0;
    left: 4px;
}
#layfProduct .hukushizai .hukushizai01 .cautionList02,
#layfProduct .hukushizai .hukushizai02 .cautionList02,
#layfProduct .hukushizai .hukushizai03 .cautionList02{
	margin-top:15px;
}

#layfProduct .hukushizai .layfBox01.cement figure{
	text-align:center;
}
#layfProduct .hukushizai .layfBox01.cement img{
	width:55%;
	display:inline-block;
}


#layfProduct .hukushizai p.bold{
	font-weight:bold;
	margin-top: 5px;
}

#layfProduct .hukushizai .hukushizaiList02{
	overflow:hidden;
	line-height:19px;
	margin-right:-2%;
}
#layfProduct .hukushizai .hukushizaiList02 li{
	float:left;
	width:48%;
	margin-right:2%;
	margin-top: 2px;
    line-height: 22px;
}

#layfProduct .hukushizai .layjigImg{
	overflow:hidden;
	margin-right:-8%;
}
#layfProduct .hukushizai .layjigImg .img01,
#layfProduct .hukushizai .layjigImg .img02{
	float:left;
	width:42%;
	margin-right:8%;
}
#layfProduct .hukushizai .layjigImg .img01 img,
#layfProduct .hukushizai .layjigImg .img02 img{
	width:100%;
	margin:7px 0;
}



@media screen and (max-width: 1024px) {
#layfProduct .layfInfo .titType02 {
    font-size: 13px;
    padding-bottom: 8px;
}
}


@media screen and (min-width: 1025px) {
	#layfProduct .layfInfo .titType02 img{
		width: 20%;
	}
	#layfProduct .layfInfo {
    	margin-top: 30px;
	}
	
	#layfProduct .productImg ul{
		overflow:hidden;
		margin-right:-40px;
	}
	#layfProduct .productImg li{
		float:left;
		width:394px;
		margin-right:40px;
	}
	#layfProduct .productImg li img{
		width:100%;
	}
	#layfProduct .productImg figcaption {
		margin:0 0 10px 0;
		font-size:14px;
	}
	#layfProduct .hukushizai{
		margin-top:30px;
	}
	
	#layfProduct .hukushizai .layfBox01 .hukushizaiList01,
	#layfProduct .hukushizai .layfBox01.cement .hukushizaiList01{
		overflow:hidden;
		margin-right:-40px;
	}
	#layfProduct .hukushizai .layfBox01 .hukushizaiList01 > li{
		float:left;
		width:380px;
		margin-right:40px;
		font-size:14px;
		line-height:22px;
	}
	#layfProduct .hukushizai .layfBox01 li img{
		width:100%;
		margin-top:20px;
	}
	
	#layfProduct .hukushizai .layfBox01 .hukushizai03 .cautionList02{
		margin-top:0;
		margin-bottom:8px;
	}
	#layfProduct .hukushizai .layfBox01 .hukushizai03 .cautionList02{
		float:none;
    	width:100%;
    	margin-right:0;
	}
	
	#layfProduct .hukushizai .layfBox01 .useImg img{
		width:38%;
	}
	
	#layfProduct .hukushizai .hukushizaiList02 {
    	overflow: hidden;
    	line-height: 19px;
    	margin-right: -2%;
	}
	#layfProduct .hukushizai .hukushizaiList02 li {
    	float: left;
    	width: 48%;
    	margin-right: 2%;
    	margin-top: 2px;
	}
	
	#layfProduct .hukushizai .layfBox01 .layjigImg .bold,
	#layfProduct .hukushizai .layfBox01 .layjigImg p{
		font-size:14px;
		line-height:22px;
	}
	
	#layfProduct .hukushizai .layfBox01.cement .laycement img {
    	width: 45%;
	}
	
	#layfProduct .hukushizai .hukushizai01 .cautionList02 li,
	#layfProduct .hukushizai .hukushizai02 .cautionList02 li,
	#layfProduct .hukushizai .hukushizai03 .cautionList02 li{
		font-size:14px;
	}
	
	#layfProduct .hukushizai .cautionList li{
		font-size:14px;
	}
	#layfProduct .hukushizai .layfBox01 {
    	margin: 10px 15px 25px 15px;
	}
	
	#layfProduct .hukushizai .layfBox01 .hukushizai02 .tableType01{
		margin-top:20px;
	}
	
	#layfProduct .productImg .listdisp{
		margin-right:0;
		font-size: 0;
	}
	#layfProduct .productImg .listdisp li{
		float:none;
		margin-right:40px;
		display: inline-block;
		font-size: 14px;
		vertical-align: top;
	}
	#layfProduct .productImg .listdisp li:nth-child(2n){
		margin-right:0;
	}



}












.otherNumber{
	margin-right: 2px;
	padding: 2px 5px;
	font-weight: normal;
	color: #fff;
	background: #88b83e;
}
@media screen and (min-width: 1025px) {
	.otherNumber{
	padding: 2px 5px;
	}
}

.color01{
	color: #5f3a00 !important;
}
.color02{
	color: #d6000f !important;
}


.cautionTxt{
	margin-bottom: 20px;
	padding: 5px 0 0 13px;
	font-size: 12px;
	line-height: 17px;
	text-indent: -1em;
}
@media screen and (min-width: 1025px) {
	.list04 .other01 .cautionTxt{
		width: 170px;
		position: absolute;
		top: 90px;
		right: 0;
		text-indent: 0;
	}
}
@media screen and (min-width: 1025px) {
	.cautionTxt{
		font-size: 14px !important;
		line-height: 20px !important;
	}
}

.point01{
	min-height: 90px;
	margin: 15px 0 30px 0;
	background: url(../img/img_layf01.png) no-repeat right bottom;
	background-size: 70px;
}
.point01 p{
	margin-right: 100px;
	padding: 40px 15px 15px 15px;
	font-size: 11px;
	line-height: 17px;
	color: #68553e;
	background: url(../img/guide/txt_guide03.png) no-repeat center 13px #faec96;
	background-size: 56px;border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	position: relative;
}
.point01 p:after{
	content: "";
	width: 20px;
	height: 35px;
	display: block;
	background: url(../img/img_layf04.png) no-repeat;
	background-size: 20px;
	position: absolute;
	top: 20px;
	right: -20px;
}
@media screen and (min-width: 1025px) {
	.point01{
		width: 390px;
		margin: 0;
		min-height: 155px;
		background-size: 113px !important;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.point01 p{
		margin-right: 120px;
		padding: 60px 24px 24px 24px;
		background: url(../img/guide/txt_guide03.png) no-repeat center 20px #faec96;
		background-size: 100px !important;
	}
	.point01 p:after{
		width: 48px;
		height: 100px;
		margin-top: -30px;
		background-size: 48px !important;
		top: 40px;	
		right: -30px;
	}
	.list04 .other01 .point01{
		width: 100%;
		min-height: auto;
		margin-top: -60px;
		padding-top: 100px;
		position: static;
	}
	.list04 .other01 .point01 p{
		margin: 0 150px 0 0;
		background: url(../img/guide/txt_guide03.png) no-repeat 24px 27px #faec96;
		padding: 17px 17px 17px 146px;
	}
}


@media screen and (min-width: 1025px) {
	#layfWrap figcaption{
		font-size:14px !important;
	}
	
}

.dlType01{
	background:url(../img/bg_layf_line01.png) repeat-x left bottom;
	background-size:2px;
	overflow:hidden;
	margin: 20px 0 25px 0;
}
.dlType01 dt{
	width:20%;
	float:left;
	background:url(../img/bg_layf_line01.png) repeat-x left top;
	background-size:2px;
	padding:10px 0;
}
.dlType01 dd{
	width:80%;
	float:left;
	background:url(../img/bg_layf_line01.png) repeat-x left top;
	background-size:2px;
	padding:10px 0;
}


@media screen and (max-width: 1024px) {
	.dlType01 .last{
		width:100% !important;
		float:none;
		clear:both;
	}
	.dlType01 dd.last{
		background:none;
		padding:0 0 10px 0;
	}
}


@media screen and (min-width: 1025px) {
	.dlType01 dt,
	.dlType01 dd{
		font-size:14px !important;
		line-height:18px !important;
	}
	.tableType04 {
    	width: 100%;
	}
	.dlType01 dd.last{
		padding:14px 0;
		width:80% !important;
	}
	.dlType01 dt.last{
		width:20% !important;
	}
	.dlType01{
		margin-bottom:40px;
	}
	
}


/* footer */
footer {
  background: #F7F7F7;
  padding: 80px 0;
	border-top: solid 1px #CBCBCB;

  .ftr__btnarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 860px;
    margin: auto;
    /* width: 80%; */
  }

  .ftr__btn {

    a {
      display: inline-flex;
      align-items: center;
      z-index: 0;
      width: 280px;
      height: 100px;
      justify-content: center;
      border: solid 1px #989898;
      position: relative;
      top: 0;
			font-size: 1.4rem;


      svg {
        stroke: rgba(0, 0, 0, 0);
        margin: 0 24px 0 0;

      }

      &:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        display: block;
        background: #000;
        z-index: -1;
        transition: all 0.4s ease;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
      }

      &:hover {
        color: #fff;

        svg {
          stroke: rgba(255, 255, 255, 0.6);
        }
      }

      &:hover:before {
        width: 100%;
      }
    }

    &:first-of-type {
      /* margin: 0 0 15px; */

      a img {
        width: 22px;
        height: 18px;
      }
    }

    &:nth-of-type(2) {
      /* margin: 0 0 15px; */

      a img {
        width: 24px;
        height: 24px;
      }
    }
  }
}

@media screen and (max-width: 768px) {
	footer {
		padding: 40px 0;

		.ftr__btnarea {
      display: block;
      width: 265px;
		}

		.ftr__btn {
			a {
        width: 100%;
        height: 60px;
        font-size: 12px;
        line-height: 20px;
				margin-bottom: 15px;

				svg {
					margin: 0 10px 0 0;
				}
			}
		}
	}
}

.layf__item--btn {
  /* max-width: 484px; */
  width:100%;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

  .btn {
    width: 200px;
    height: 58px;
    color: #000;
    background: #fff;
    border: solid 1px #000;

    a {
      font-weight: 400;
      width: 100%;
      height: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      letter-spacing: 1px;
      position: relative;
      top: 0;
      z-index: 1;
			color: #000 !important;
			text-decoration: none !important;

      &:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        display: block;
        background: #000;
        z-index: -1;
        transition: all 0.4s ease;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
      }

      &:hover {
        color: #fff !important;
				background-color: #fff !important;
				opacity: 1 !important;

      }

      &:hover:before {
        width: 100%;
      }
    }
  }
}


.layf__item--btn {
  &.itembtnsd {
    max-width: 90%;
    .btn {
      width: 16%;
    }

  }
}

@media screen and (max-width: 768px) {
	.layf__item--btn{
		max-width: 86%;
    margin: 20px auto;

		&.sdlinebtn {
      margin: 20px auto 0;
		}

		.btn {
			width: 48%;
      height: 48px;


			a{
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0px;
			}
		}
		.btn.sdlinebtn {
        margin: 0 auto;
    }
	}
}


	