@charset "UTF-8";

/* メインイメージ */
.contentpage .m_img_area::before {
	background-image: url("../images/price/m_img@2x.jpg");
}





/*difference
---------------------------------------------------------*/
.difference{
	padding-bottom: 90px;
	position: relative;
	background-color: #faf4e3;
	z-index: 1;
}
.difference::before{
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 80px;
	left: 0;
	top:0;
	z-index: -1;
}
.difference ul{
	display: flex;
	justify-content: space-between;
}
.difference ul li{
	max-width: 510px;
	width: 48.5%;
	border-radius: 10px;
	padding: 40px 4%;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.difference ul li dl{
	max-width: 420px;
	margin: 0 auto;
}
.difference ul li dl dt{
	font-size:min(2.8vw,160%);
	letter-spacing: 0.15em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 0.5em;
}
.difference ul li:first-of-type dl dt{
	color: #4f8ed1;
}
.difference ul li:last-of-type dl dt{
	color: #6db85c;
}
.difference ul li dl dd span{
	color: #df6749;
	font-weight: bold;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.difference{
	padding-bottom: 8%;
}
.difference::before{
	height: 8vw;
}
.difference ul{
	display: flex;
	justify-content: space-between;
}
.difference ul li{
	padding: 3% 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.difference{
	padding-bottom: 11%;
}
.difference::before{
	height: 16vw;
}
.difference ul{
	display: block;
}
.difference ul li{
	max-width: 100%;
	width: 100%;;
	border-radius: 2vw;
	padding: 6% 5%;
	margin-top: 4%;
}
.difference ul li:first-child{
	margin-top: 0;
}
.difference ul li dl{
	max-width: 100%;
}
.difference ul li dl dt{
	font-size:140%;
	letter-spacing: 0.1em;
}

}





/*credit
---------------------------------------------------------*/
.credit {
	background-color: #faf4e3;
	padding-bottom: 90px;
}
.credit dt{
	font-size: 115%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.credit dt span{
	color: #6db85c;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.credit {
	padding-bottom: 8%;
}
.credit dt{
	font-size: 110%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.credit {
	padding-bottom: 11%;
}
.credit dt{
	font-size: 110%;
	letter-spacing: 0.05em;
}
.credit dd{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
}





/*material
---------------------------------------------------------*/
.material{
	background-color: #faf4e3;
	padding-bottom: 120px;
}
.material .material_box{
	background-color: #fff;
	padding: 60px 4% 50px;
}
.material .material_box .material_img{
	max-width: 770px;
	margin: 0 auto 30px;
	text-align: center;
}
.material .com_link1{
	margin-top: 0;
	text-align: center;
}
.material .com_link1 .com_arrow1{
	background-color: #ec9176;
	color: #fff;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.material{
	padding-bottom: 10%;
}
.material .material_box{
	padding: 5% 4% 4%;
}
.material .material_box .material_img{
	margin: 0 auto 2%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.material{
	padding-bottom:13%;
}
.material .material_box{
	padding: 6% 5% 5%;
}
.material .material_box .material_img{
	margin: 0 auto 5%;
}
}





/*price_index
---------------------------------------------------------*/
.price_index{
	font-size: 235%;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	padding-bottom:1em;
	margin-bottom: 60px;
	position: relative;
}
.price_index::before{
	position: absolute;
	content: "";
	background: #f8d8cf;
	width: 0.75em;
	height: 4px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.price_index{
	font-size: 3.6vw;
	margin-bottom: 5%;
}
.price_index::before{
	height: 3px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.price_index{
	font-size: 155%;
	margin-bottom: 8%;
}
.price_index::before{
	height: 2px;
}
}





/*price_sub_txt
---------------------------------------------------------*/
.price_sub_txt{
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #df6749;
	margin-top: 50px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.price_sub_txt{
	margin-top: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.price_sub_txt{
	font-size: 105%;
	letter-spacing: 0.05em;
	margin-top: 7%;
}
}





/*pricelist
---------------------------------------------------------*/
#pricelist{
	padding: 120px 0 0;
}
#pricelist .com_medlist li:nth-last-child(1) a,
#pricelist .com_medlist li:nth-last-child(2) a{
	color: #df6749;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#pricelist{
	padding: 13% 0 0;
}
}





/*hosyo
---------------------------------------------------------*/
#hosyo .hosyo_bg{
	padding: 120px 0 120px;
	background: #e9f4e7;
}
#hosyo .price_index::before{
	background-color: #6db85c;
}
#hosyo .hosyo_box{
	background-color: #fff;
	padding: 50px 4% 40px;
}
#hosyo .hosyo_box .hosyo_inbox{
	max-width: 1080px;
	margin: 0 auto;
}
#hosyo .hosyo_box .hosyo_list{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
#hosyo .hosyo_box .hosyo_list li{
	max-width: 253px;
	width: 32%;
}
#hosyo .hosyo_box .hosyo_list li div{
	max-width: 253px;
	margin: 0 auto 25px;
	text-align: center;
}
#hosyo .hosyo_box .hosyo_list li p span{
	font-weight: bold;
	color: #6db85c;
}
#hosyo .hosyo_box .kikan{
	background: #faf4e3;
	padding: 30px 4%; 
}
#hosyo .hosyo_box .kikan dl{
	text-align: center;
}
#hosyo .hosyo_box .kikan dt{
	font-size: 135%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-weight: bold;
	color: #6db85c;
	margin-bottom: 0.5em;
}
#hosyo .jyoken{
	max-width: 980px;
	margin: 0 auto;
	font-size: 110%;
	letter-spacing: 0.05em;
	line-height: 1.8em;
}
#hosyo .jyoken dl{
	text-align: center;
}
#hosyo .jyoken dl dt{
	font-size: 125%;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #6db85c;
	margin-bottom: 1em;
}
#hosyo .jyoken dl dd span{
	color: #6db85c;
	font-weight: bold;
}
#hosyo .jyoken ul li{
	line-height: 1.5em;
	padding: 0.8em 0;
	border-bottom: 1px solid rgba(104,93,91,0.3);
}
#hosyo .jyoken ul li:first-child{
	border-top: 1px solid rgba(104,93,91,0.3);
}
#hosyo .jyoken ul li span{
	padding-left: 1.2em;
	display: block;
	position: relative;
}
#hosyo .jyoken ul li span::before{
	position: absolute;
	content: "";
	background: rgba(109,184,92,0.7);
	background-size: 100% 100%;
	width: 0.625em;
	height: 0.625em;
	border-radius: 0.625em;
	left: 0;
	top:0.45em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#hosyo .hosyo_bg{
	padding: 10% 0;
}
#hosyo .hosyo_box{
	padding:4%;
}
#hosyo .hosyo_box .hosyo_list li div{
	margin: 0 auto 2.5vw;
}
#hosyo .hosyo_box .kikan{
	padding: 3% 4%; 
}
#hosyo .hosyo_box .kikan dt{
	font-size: 125%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#hosyo .hosyo_bg{
	padding: 13% 0 13%;
}
#hosyo .hosyo_box{
	padding: 6% 5% 5%;
}
#hosyo .hosyo_box .hosyo_inbox{
	max-width: 100%;
}
#hosyo .hosyo_box .hosyo_list{
	max-width: 100%;
	display: block;
}
#hosyo .hosyo_box .hosyo_list li{
	max-width: 100%;
	width: 100%;
	margin-top: 8%;
}
#hosyo .hosyo_box .hosyo_list li:first-child{
	margin-top: 0;
}
#hosyo .hosyo_box .hosyo_list li div{
	width: 70%;
	margin: 0 auto 4%;
}
#hosyo .hosyo_box .kikan{
	background: #faf4e3;
	padding: 5%; 
}
#hosyo .hosyo_box .kikan dt{
	font-size: 125%;
	letter-spacing: 0.05em;
}
#hosyo .hosyo_box .kikan dd{
	text-align: left;
}
#hosyo .jyoken{
	font-size: 105%;
}
#hosyo .jyoken dl dt{
	letter-spacing: 0.05em;
}
#hosyo .jyoken dl dd{
	text-align: left;
}
}





/*kojyo
---------------------------------------------------------*/
#kojyo .kojyo_bg{
	padding-top: 120px;
}
#kojyo .formula{
    background: #faf4e3;
	text-align: center;
    padding: 40px 2%;
	box-sizing: border-box;
}
#kojyo .formula > div{
    display: inline-block;
	font-size: min(1.25vw,100%);
}
#kojyo .formula p{
    text-align: right;
	line-height: 1.5em;
}
 #kojyo .formula p:first-child{
    font-size: 160%;
	letter-spacing: 0.05em;
    line-height: 1.4em;
	font-weight: bold;
    margin-bottom: .5em;
	position: relative;
}
#kojyo .formula p span.small{
    font-size:62.5%;
	letter-spacing: 0.06em;
}
#kojyo .formula p span.green{
    color:#6db85c;
}
#kojyo .formula p span.red{
    color:#df6749
}
#kojyo .formula p:first-child span.green{
	font-size: 80%;
}
#kojyo .formula p sup{
    font-size:80%;
	font-weight: normal;
}
#kojyo .formula p:nth-child(2){
	font-size: 110%;
	padding-left: 1em;
	text-indent: -1em;
}
#kojyo .tbl_iryohi {
	width: 100%;
	border-right: solid 1px rgba(104,93,91,0.3);
	border-bottom: solid 1px rgba(104,93,91,0.3);
	font-size: min(1.6vw,106%);
	line-height: 1.4em;
}
#kojyo .tbl_iryohi .col_01 {
	width: 24%;
}
#kojyo .tbl_iryohi .col_02 {
	width: 14%;
}
#kojyo .tbl_iryohi th,
#kojyo .tbl_iryohi td {
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px rgba(104,93,91,0.3);
	border-top: solid 1px rgba(104,93,91,0.3);
}
#kojyo .tbl_iryohi th {
	background: #6db85c;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
}
#kojyo .tbl_iryohi th.bg_green {
	background: #e9f4e7;
	font-weight:bold;
	color:#6db85c;
}
#kojyo .tbl_iryohi td {
	padding: 10px 0;
	line-height: 1.4em;
}
#kojyo .tbl_iryohi td.txt_red {
	color: #df6749;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#kojyo .formula{
    padding: 4% 3%;
}
#kojyo .formula > div{
	font-size: min(1.65vw,100%);
}
 #kojyo .formula p:first-child{
   text-align: left;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#kojyo .formula{
	padding: 5% 4%;
}
#kojyo .formula > div{
	font-size: 75%;
}
#kojyo .formula p{
    text-align: left;
}
#kojyo .formula p:first-child{
    font-size: 145%;
	letter-spacing: normal;
}
#kojyo .tbl_iryohi {
	font-size:55%;
	letter-spacing: normal;
}
#kojyo .tbl_iryohi .col_01 {
	width: 18%;
}
#kojyo .tbl_iryohi .col_02 {
	width: 11%;
}
#kojyo .tbl_iryohi td {
	padding: 0.8em 0;
}
}