@charset "UTF-8";
/*************************
ふすま
 *************************/

p,dl{
	margin-bottom:0px;	
}

.ttl01{
	margin-bottom:50px;	
}

.body_contents{
	margin-bottom:80px;	
}


.main{
	margin-bottom:80px;	
}

.question{
	margin-bottom:60px;	
}

.question dl{
	display:table;
	border-collapse:separate;
	border-spacing:0 10px;
}

.question dl .q-ttl{
	display:table-cell;
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
}

.question dl .a-ttl{
	display:table-cell;
	font-size:18px;	
	font-weight:bold;
	margin-bottom:20px;
	vertical-align:middle;
}

.type{
	margin-bottom:50px;	
}

.type .type_box{
	padding:30px 20px;
	border:1px solid #ccc;
}

.type .type_box dt{
	font-size:18px;
	color:#7bac2f;
	text-align:center;
	margin-bottom:15px;
}

.size{
	margin-bottom:50px;	
}

.size .item{
	text-align:center;
}

.size .item img{
	margin-bottom:25px;	
}

.size .item figcaption .ttl_item{
	margin-bottom:10px;	
}

.size .item figcaption .ttl_item .i-block{
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
	line-height:1;
	border-bottom:2px solid #333;
}

.size .item figcaption .size_text span{
	font-weight:bold;
	font-size:16px;	
}

.size .price table{
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}


.size .price table th{
	display:block;
	width:100%;
	padding:10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#26363d;
}

.size .price table td{
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:50%;
	text-align:center;
	padding:10px;
	border-left:1px solid #ccc;
	border-top:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.size .one table td{
	width:100%;
}

.size .price table tr td:last-child{
	border-right:1px solid #ccc;	
}

.size .price table td span{
	font-size:22px;
	font-weight:bold;
	color:#7bac2f;
	margin-right:5px;
}

.size .price .attention{
	text-align:right;	
}

.kome_box{
	font-size:16px;
	text-align:center;
}

.kome_box .border{
	width:80%;
	padding:30px 20px;
	margin:0 auto 30px;
	border:1px solid #7bac2f;
	color:#7bac2f;
}

.ttl_order{
	font-size:32px;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}

.flex_box{
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-direction:row;
	width:100%;
	border-right:1px solid #7bac2f;
	border-bottom:1px solid #7bac2f;
}

.flex_box .cell{
	text-align:center;
	padding:50px 20px 30px;
	border:1px solid #7bac2f;
}

.flex_box .cell img{
	margin-bottom:10px;	
}

.flex_box .cell span{
	display:block;
	font-weight:bold;
	font-size:16px;
}

.flex_box .no01{
	background: url(../../../../img/page/fusuma/01.png) no-repeat;
	background-position:20px 20px;
}

.flex_box .no02{
	background: url(../../../../img/page/fusuma/02.png) no-repeat;
	background-position:20px 20px;
}

.flex_box .no03{
	background: url(../../../../img/page/fusuma/03.png) no-repeat;
	background-position:20px 20px;
}

.flex_box .no04{
	background: url(../../../../img/page/fusuma/04.png) no-repeat;
	background-position:20px 20px;
}

.flex_box .no05{
	background: url(../../../../img/page/fusuma/05.png) no-repeat;
	background-position:20px 20px;
}

.flex_box .no06{
	background: url(../../../../img/page/fusuma/06.png) no-repeat;
	background-position:20px 20px;
}

@media screen and (min-width:641px){

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

.question dl .q-ttl{
	padding-left:70px;
	height:50px;
	background:url(../../../../img/page/common/circle_q.png) left center no-repeat;
	background-size: 50px 50px;
}

.question dl .a-ttl{
	padding-left:70px;	
	height:50px;
	background:url(../../../../img/page/common/circle_a.png) left center no-repeat;
	background-size: 50px 50px;
}

.type .type_box{
	float:left;
	width:30%;
	margin-right:5%;
	min-height:182px;
	height:182px !important;
	height:182px;
}

.sliding .type_box{
	min-height:162px;
	height:162px !important;
	height:162px;	
}

.type .type_box:last-child{
	margin-right:0;
}

.size .item{
	float:left;
	width:40%;
	margin-right:5%;
	padding-top:20px;
}

.size .price{
	float:left;
	width:55%;	
}

.flex_box .cell{
	width:33.33%;
	vertical-align:middle;
	border-right:none;
	border-bottom:none;
	min-height:165px;
	height:165px !important;
	height:165px;
}

}

@media screen and (max-width:640px){

.body_contents{
	margin-bottom:60px;	
}

.question{
	margin-bottom:40px;	
}


.question dl .q-ttl{
	font-size:16px;
	padding-left:50px;
	height:40px;
	background:url(../../../../img/page/common/circle_q.png) left center no-repeat;
	background-size:40px auto;
}

.question dl .a-ttl{
	font-size:16px;
	padding-left:50px;
	margin-bottom:20px;	
	height:40px;
	background:url(../../../../img/page/common/circle_a.png) left center no-repeat;
	background-size:40px auto;
}

.type .type_box{
	text-align:center;
	margin-bottom:20px;
}

.type .type_box:last-child{
	margin-bottom:0;	
}

.size .item{
	margin-bottom:20px;	
}

.size .price table th{
	font-size:16px;	
}

.size .price table td span{
	font-size:18px;	
}

.kome_box .border{
	width:100%;	
}

.ttl_order{
	font-size:26px;
	margin-bottom:30px;
}

.flex_box{
	border-right:1px solid #7bac2f;
	border-bottom:1px solid #7bac2f;
}

.flex_box .cell{
	width:50%;
	vertical-align:middle;
	border-right:none;
	border-bottom:none;
}

.flex_box .cell img{
	margin-bottom:20px;	
}

.flex_box .cell span{
	font-size:18px;	
}

}

