@charset "UTF-8";

.com_lead_box {
	padding-top: 0;
}

/*
---------------------------------------------------------*/
#about dl {
	background-color: #F3F3F0;
	box-sizing: border-box;
	padding: 35px 3.6%;
}
#about dl dt {
	font-size: min(176%,2.6vw);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.8;
	padding-bottom: .5em;
	margin-bottom: .8em;
	border-bottom: 1px solid #939393;
}
#about dl dd {
	text-align: left;
}
#about dl:nth-of-type(2) {
	color: #FFF;
	background-color: #49BBBC;
}
#about dl:nth-of-type(2) dt {
	border-bottom-color: #FFF;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#about {
	display: flex;
	justify-content: space-between;
}
#about dl {
	width: 49.2%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#about dl {
	padding: 7% 6%;
}
#about dl:nth-of-type(2) {
	margin-top: 3%;
}
#about dl dt {
	font-size: 130%;
	letter-spacing: .1em;
}
}


/*list
---------------------------------------------------------*/
#list .com_title1 {
	text-align: center;
	margin-bottom: 1.2em;
}
#list .com_medmenu {
	justify-content: center;
	max-width: 1060px;
}
#list .com_medmenu > li.wh a {
	color: #FFF;
	background-color: #BEBDBC;
	border-color: #BEBDBC;
}
#list .com_medmenu > li.wh a:hover {
	background-color: #49BBBC;
	border-color: #49BBBC;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#list .com_medmenu > li {
	width: 23.6%;
	margin-right: 1.8%;
}
#list .com_medmenu > li:nth-of-type(4n) {
	margin-right: 0;
}
#list .com_medmenu > li:nth-of-type(n+5) {
    margin-top: 1.5%;
}

}



/*pri_list
---------------------------------------------------------*/
.pri_list {
	border-collapse: collapse;
}
.pri_list caption {
	position: relative;
	text-align: left;
	margin-bottom: .7em;
}
.pri_list caption .ft_min {
	font-size: min(176%,2.6vw);
	letter-spacing: .15em;
	line-height: 1.6;
}
.pri_list caption .tax {
	color: #49BBBC;
	text-align: right;
	line-height: 1.5;
}
.pri_list caption .ft_min + .tax {
	position: absolute;
	right: 0;
	bottom: 0;
}
.pri_list tr {
	border-bottom: 1px solid #ccc;
}
.pri_list tr:first-of-type {
	border-top: 1px solid #ccc;
}
.pri_list th {
	width: 75%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	box-sizing: border-box;
	padding: 2.6em 0;
	padding-right: 4%;
}
.pri_list th .pri_flt .box_img {
	width: 32%;
	max-width: 270px;
	float: left;
}
.pri_list th .pri_flt .box_txt {
	width: 65%;
	float: right;
}
.pri_style1 > dt,
.pri_style1_txt {
	color: #49BBBC;
	font-size: min(2.3vw,147%);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .14em;
	margin-bottom: .5em;
}
.pri_style1_txt {
	margin-bottom: 0;
}
.pri_style1 > dt span {
	display: inline-block;
	font-size: 80%;
}
.pri_list th .box_txt > dd dt {
	color: #3b84d1;
	font-weight: bold;
	margin-top: .8em;
}
.pri_list td {
	position: relative;
	width: 25%;
	background-color: #EDF8F8;
	text-align: center;
	box-sizing: border-box;
	padding: 1em 1.5%;
}
.pri_list td .price {
	color: #49BBBC;
	font-size: 117%;
	line-height: 1.5;
}
.pri_list td .price .ft_goud {
	font-size: min(3.2vw,175%);
	line-height: 1;
	letter-spacing: .2em;
}
.pri_list td .price .ft_min {
	font-size: min(2.4vw,125%);
	letter-spacing: .2em;
}
.pri_list td .attention {
	color: #49BBBC;
	line-height: 1.4;
	margin-top: .5em;
}
.pri_list td dl dt {
    font-size: 94%;
	line-height: 1.5;
	margin-bottom: .4em;
}
.pri_list td dl dt:not(:first-of-type) {
	padding-top: 1.2em;
	margin-top: 1em;
	border-top: 1px solid #49BBBC;
}

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

.pri_list th {
	padding: 1.5em 0;
    padding-right: 2.5%;
}
.pri_list th .pri_flt .box_img {
	margin-right: 4%;
}
.pri_list th .pri_flt .box_txt {
	width: 100%;
	float: none;
}
.pri_style1 > dt,
.pri_style1_txt {
	letter-spacing: .05em;
}
.pri_list td .price {
	font-size: 105%;
}
.pri_list td .price .ft_goud {
	letter-spacing: .1em;
}
.pri_list td .price .ft_min {
	letter-spacing: .15em;
}
.pri_list td .attention {
	font-size: 88%;
}
}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.pri_list caption {
	margin-bottom: .5em;
}
.pri_list caption .ft_min {
	font-size: 120%;
	letter-spacing: .05em;
}
.pri_list caption .tax {
	font-size: 85%;
}
.pri_list th,
.pri_list td {
	display: block;
}
.pri_list th {
	width: 100%;
	padding: 1.5em 0 1em;
}
.pri_list th .pri_flt .box_img {
	width: 70%;
	max-width: none;
	float: none;
	margin: 0 auto 5%;
}
.pri_list th .pri_flt .box_txt {
	width: 100%;
	float: none;
}
.pri_style1 > dt,
.pri_style1_txt {
	text-align: center;
	font-size: 125%;
	letter-spacing: .05em;
}
.pri_list td {
	width: 100%;
	padding: 4%;
}
.pri_list td .price {
	font-size: 105%;
}
.pri_list td .price .ft_goud {
	font-size: 150%;
}
.pri_list td .price .ft_min {
	font-size: 120%;
}
.pri_list td .attention {
	font-size: 90%;
}

}


/*
---------------------------------------------------------*/
.bg_area {
	background-color: #DBF1F2;
	padding: 120px 0 150px;
}
.pri_point {
	background-color: #fff;
	box-sizing: border-box;
	padding: 35px 5.4%;
}
.pri_point > dt {
	text-align: center;
	color: #49BBBC;
	font-size: min(147%,2.4vw);
	font-weight: bold;
	letter-spacing: .18em;
	line-height: 1.6;
	padding-bottom: .6em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid #49BBBC;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
	
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.bg_area {
	padding: 12% 0 14%;
}
.pri_point {
	padding: 4% 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bg_area {
	padding: 14% 0 16%;
}
.pri_point {
	padding: 8% 6%;
}
.pri_point > dt {
	font-size: 120%;
	letter-spacing: .1em;
	margin-bottom: 1em;
}

}



/*payment
---------------------------------------------------------*/
#payment dl {
	margin-top: 30px;
}
#payment dl dt {
	text-align: center;
	font-size: 117%;
	letter-spacing: .15em;
	line-height: 1.6;
	margin-bottom: 1em;
}
#payment dl dt.icon span {
	position: relative;
	background: url("../images/price/icon_touch@2x.png") no-repeat left center;
	background-size: contain;
	padding: .6em 0 .6em 2.4em;
}
#payment .card_list {
	width: 90%;
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
}
#payment .card_list > li {
	margin-right: 1.3em;
}
#payment .card_list > li:last-of-type {
	margin-right: 0;
}
#payment .card_list > li {
	margin-right: 1.3em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
	
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#payment dl {
	margin-top: 5%;
}
#payment dl dt {
	font-size: 110%;
	letter-spacing: .1em;
}
#payment .card_list {
	width: 90%;
	flex-wrap: wrap;
}
#payment .card_list > li {
	width: 30%;
	margin-right: 5%;
}
#payment .card_list > li:nth-of-type(3n) {
	margin-right: 0;
}
#payment .card_list > li:nth-of-type(n+4) {
	margin-top: 3%;
}
}

/*warranty
---------------------------------------------------------*/
#warranty .period {
	text-align: center;
	margin-top: 4em;
	margin-bottom: 2em;
}
#warranty .period p {
	display: inline-block;
	font-size: min(5vw,340%);
	letter-spacing: .12em;
	line-height: 1;
	padding: 0 1.5em;
	background: url("../images/price/war_deco@2x.png") no-repeat center center;
	background-size: contain;
}
#warranty .period .ft_goud {
	color: #49BBBC;
	font-size: 243%;
	font-style: italic;
	letter-spacing: .1em;
	line-height: .8;
	vertical-align: -0.1em;
}
#warranty .pri_point {
	margin-top: 2em;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#warranty .period {
	margin-top: 2em;
	margin-bottom: 1.5em;
}
#warranty .period p {
	font-size: 160%;
}
#warranty .pri_point {
	margin-top: 1.5em;
}
}


/*deduction
---------------------------------------------------------*/
#deduction .calc_box > div {
	max-width: max-content;
	margin: 0 auto;
}
#deduction .calc_box .formula {
	font-size: min(1.9vw,138%);
	white-space: nowrap;
	line-height: 1.5;
	letter-spacing: .08em;
}
#deduction .calc_box .formula span {
	vertical-align: middle;
}
#deduction .calc_box .formula span.max {
	font-size: 66%;
}
#deduction .calc_box .formula span.color2 {
	color: #DA922F;
	font-size: 83%;
}
#deduction .calc_box .formula sup {
    font-size: 65%;
    vertical-align: super;
}
#deduction .calc_box .asterisk {
	text-align: right;
	color: #DA922F;
	line-height: 1.5;
	letter-spacing: .08em;
	margin-top: .8em;
}
/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1220px) {
#deduction p.sp_txt_l br.tb_only {
	display: block !important;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
#deduction .calc_box .formula {
	font-size: 2.4vw;
}
#deduction .calc_box .asterisk {
	font-size: 90%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
#deduction .calc_box .formula {
	font-size: 100%;
	font-feature-settings: "halt";
}
#deduction .calc_box .asterisk {
	text-align: left;
	font-size: 90%;
	letter-spacing: normal;
}

}


/*
---------------------------------------------------------*/

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

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