﻿@charset "utf-8";


.contents_box{
	position: relative;
	z-index: 2;
	height:auto;
	padding: 40px 0;
	background-color: #fff;
	background-attachment: fixed;
}

.priv_txt_bg{
	width: 100%;
	padding: 20px 0 50px;
	margin: 0 0 150px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	background-color: rgba(156,192,89,0.3);
}

.price_bg{
	width: 1100px;
	height: 428px;
	margin: 0 auto 100px;
	position: relative;
}

.price_free_bnr{
	width: 1100px;
	height: 428px;
	position: absolute;
	z-index: 1;
}
.price_free_more{
	width: 300px;
	height: 80px;
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.price_line{
	width: 1100px;
	margin: 0 auto 100px;	
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.price_box{
	width: 320px;
}
.price_cir{
	width: 320px;
	height: 200px;
	margin: 0 0 15px;	
}
.price_txt01{
	margin: 0 0 15px;
	text-align: center;
}
.price_more{
	width: 180px;
	height: 40px;
	margin: 0 auto;
}
.price_more img{
	width: 180px;
	height: 40px;
}


.chike_tit{
	width: 400px;
	height: 131px;
	margin: 0 auto 20px;
}
.chike_tit img{
	width: 400px;
	height: 131px;
}

.chike_bg{
	width: 1080px;
	padding: 30px ;
	background-color: rgba(156,192,89,0.3);
	margin: 0 auto 120px;
}

.chike_line{
	width: 1080px;
	display: inline-block;
}

.chike_l{
	margin: 30px;
	float: left;
	font-size: 36px;
	font-weight: 600;
	color: #9cc059;
	font-family	: 'Sawarabi Gothic';
}
.chike_r{
	width: 650px;
	float: right;
}

.chike_price{
	width: 95%;
	margin: 0 0 15px;
	padding: 15px 0 15px 5%;
	line-height: 26px;
	background-color: #fff;
	vertical-align: bottom;
}
.chike_price span{
	font-size: 30px;
	font-weight: bold;
	color: #9cc059;
	vertical-align: bottom;
}

.chike_price b{
	font-size: 24px;
	font-weight: bold;
	vertical-align: bottom;
}

.chike_price font{
	font-size: 24px;
	font-weight: bold;
	vertical-align: bottom;
}


.chike_big_bg{
	width: 94%;
	padding: 3%;
	display: inline-block;
	background-color: #fff;
}

.chike_big_l{
	width: 40%;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	float: left;
}
.chike_big_r{
	width: 60%;
	float: left;
}
.chike_big_price{
	width: 100%;
	margin: 0 0 15px;
	line-height: 32px;
	vertical-align: bottom;
}
.chike_big_price span{
	font-size: 36px;
	font-weight: bold;
	color: #9cc059;
	vertical-align: bottom;
}

.chike_btn{
	width: 300px;
	height: 80px;
	margin: 20px auto 0;
}
.chike_btn img{
	width: 300px;
	height: 80px;
}


.chike_op_box{
	width: 1100px;
	margin: 0 auto 150px;
}

.chike_op_bg01{
	width: 100%;
	padding: 10px 0;
	background-color: rgba(156,192,89,0.3);
	display: inline-block;
}
.chike_op_bg02{
	width: 100%;
	padding: 10px 0;
	display: inline-block;
}

.chike_op01{
	width: 30%;
	padding: 0 0 0 4%;
	font-size: 24px;
	color: #9cc059;
	float: left;
}

.chike_op02{
	width: 30%;
	padding: 0 0 0 3%;
	float: left;
}

.chike_op01{
	width: 30%;
	padding: 0 0 0 3%;
	float: left;
}

.time_line{
	width: 1100px;
	margin: 0 auto 20px;	
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.time_box{
	width: 30%;
	padding: 10px 0;
	margin: 0 0 10px;
	background-color: rgba(156,192,89,0.3);
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.time_box span{
	color: #9CC059;
	font-weight: bold;
}

.time_no{
	font-size: 42px;
	font-weight: bold;
	color: #9cc059;
	position: absolute;
	top: 25px;
	left: 10px;
	margin: 0 auto;
}

.time_txt{
	width: 100%;
	margin: 0 0 50px;
	text-align: center;
	font-size: 24px;
	color: #9cc059;
	font-weight: bold;
}

.time_txt2{
	width: 100%;
	margin: 10px 0 0;
	font-size: 20px;
	color: #9cc059;
	font-weight: bold;
}

.time_txt3{
	width: 100%;
	margin: 10px 0 0;
	font-size: 36px;
	color: #9cc059;
	font-weight: bold;
}

@media screen and (min-width:320px) and ( max-width:639px) {
/*　画面サイズが320pxから639pxまではここを読み込む　*/
.mainimg01{
	position: relative;
	z-index: 1;
	height:100%;
	background-image: url("../price/img/main_img.jpg");
	background-position: center;
	background-size:1430px 500px;
	background-repeat: no-repeat;
}


.price_bg{
	width: 100%;
	height: 300px;
	margin: 0 auto 40px;
	position: relative;
}

.price_free_bnr{
	width: 100%;
	height: 150px;
	position: absolute;
	z-index: 1;
}
.price_free_bnr img{
	width: 100%;
}
.price_free_more{
	width: 150px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: 0;
	margin: auto;
	z-index: 2;
}
.price_free_more img{
	width: 150px;
	height: 40px;
}

.price_line{
	width: 90%;
	margin: 0 auto 50px;
	padding: 0 5%;
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.price_box{
	width: 100%;
	margin: 0 0 30px;
}
.price_cir{
	width: 100%;
	margin: 0 auto 15px;	
}
.price_cir{
	width: 100%;
}
.price_cir img{
	width: 100%;
}
.price_txt01{
	margin: 0 0 15px;
	text-align: center;
}
.price_more{
	width: 180px;
	height: 40px;
	margin: 0 auto;
}
.price_more img{
	width: 180px;
	height: 40px;
}

.chike_tit{
	width: 100%;
	margin: 0 auto 20px;
}
.chike_tit img{
	width: 100%;
	height: auto;
}

.chike_bg{
	width: 90%;
	padding: 20px 5%;
	background-color: rgba(156,192,89,0.3);
	margin: 0 auto 150px;
}

.chike_line{
	width: 100%;
	display: inline-block;
	text-align:center;
}

.chike_l{
	width: 100%;
	margin: 0 0 20px;
}
.chike_r{
	width: 100%;
}

.chike_price{
	width: 95%;
	margin: 0 0 15px;
	padding: 15px 0 15px 5%;
	line-height: 26px;
	background-color: #fff;
	vertical-align: bottom;
}
.chike_price span{
	font-size: 28px;
	font-weight: bold;
	line-height:150%;
	color: #9cc059;
	vertical-align: bottom;
}

.chike_price b{
	line-height:150%;
	vertical-align: bottom;
}

.chike_big_bg{
	width: 94%;
	padding: 3%;
	display: inline-block;
	background-color: #fff;
}

.chike_big_l{
	width: 94%;
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.chike_big_r{
	width: 94%;
	margin: 0 0 20px;
}

.chike_big_price{
	width: 100%;
	margin: 0 0 15px;
	line-height: 32px;
	vertical-align: bottom;
}
.chike_big_price span{
	font-size: 28px;
	font-weight: bold;
	color: #9cc059;
	vertical-align: bottom;
}

.chike_op_box{
	width: 90%;
	margin: 0 auto 150px;
}

.time_line{
	width: 90%;
	margin: 0 auto 20px;	
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.time_box{
	width: 100%;
	padding: 10px 0;
	margin: 0 0 10px;
	background-color: rgba(156,192,89,0.3);
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.time_box span{
	color: #9CC059;
	font-weight: bold;
}

.time_no{
	font-size: 32px;
	font-weight: bold;
	color: #9cc059;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0 auto;
}


.priv_txt_bg p{
	width: 80%;
	margin: 0 auto;
}



}

@media screen and (min-width: 639px) {
/* 960pxからの幅の場合に適応される */
.br_none{
	display: none;
}



.mainimg01{
	position: relative;
	z-index: 1;
	height:700px;
	background-image: url("../price/img/main_img.jpg");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

}
