@charset "UTF-8";
/*************************
壁紙
 *************************/

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

.main{
	margin-bottom:80px;
}

.body_contents{
	margin-bottom:80px;	
}

.contents_box{
	margin-bottom:50px;	
}


.question{
	margin-bottom:60px;	
}

.question dl dt{
	margin-bottom:20px;	
}

.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;
}

.catalog_box{
	margin-bottom:30px;	
}

.catalog_box .detail h4{
	font-size:18px;
	font-weight:bold;
	color:#7bac2f;
	margin-bottom:15px;
}

.catalog_box .detail p{
	margin-bottom:30px;	
}

.c-page p{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
}

.lead01{
	text-align:center;
	margin-bottom:50px;	
}

.price_box{
	margin-bottom:60px;
}

.price_box table{
	width:100%;
	border-bottom:1px solid #ccc;	
}

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

.price_box table td{
	display:inline-block;
	width:50%;
	text-align:center;
	padding:10px;
	border-left:1px solid #ccc;
	border-top:none;
}

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

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

.lead02{
	text-align:center;
	margin-bottom:30px;	
}

.cloth_box table{
	width:100%;
	margin-bottom:10px;
}

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

.cloth_box table td{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:30px 30px 25px;
	border:1px solid #ccc;
	border-top:none;
}

.cloth_box table td .img{
	margin-bottom:10px;	
}

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

.price02{
	padding:30px;
	margin-bottom:30px;
	text-align:center;
	border:1px solid #ccc;
}

.float .price02:last-child{
	margin-bottom:0;	
}

.price02 figcaption{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.price02 img{
	margin-bottom:20px;	
}

.price02 .comment{
	text-align:left;
	margin-bottom:20px;	
}

.price02 .cost{
	text-align:right;	
}

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

.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;
	margin-bottom:10px;
}

.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;
}

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

.flex_box .attention{
	padding:20px;
}

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

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

.float .half{
	float:left;
	width:48%;
	margin-right:4%;	
}

.float .half:nth-child(2n){
	margin-right:0;	
}

.catalog_box figure{
	float:left;
	width:35%;
	margin-right:5%;
}

.catalog_box .detail{
	float:left;
	width:60%;
}

.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;
}

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

.flex_box .attention{
	width:66.66%;
	text-align:left;
}

}

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

.body_contents{
	margin-bottom:60px;	
}

.question{
	margin-bottom:50px;	
}

.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;
}

.catalog_box{
	border:1px solid #ccc;
	padding:40px 30px;
}

.catalog_box figure{
	text-align:center;
	margin-bottom:20px;
}

.c-page p{
	font-size:16px;	
}

.price_box{
	margin-bottom:30px;	
}

.price_box .half{
	margin-bottom:20px;	
}

.cloth_box .half{
	margin-bottom:20px;	
}

.price02 figcaption{
	font-size:16px;	
}

.price02 .cost span{
	font-size:18px;	
}

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

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

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

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

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

.flex_box .attention{
	text-align:left;
}

}

