@charset "UTF-8";


.contentpage .m_img {
	background-image: url("../images/price/m_img@2x.jpg");
}

hr {
	width: 94%;
	max-width: 1400px;
	margin: 120px auto 110px;
	height: 1px;
	background: #E6E6E6;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
hr {
	margin: 11% auto 10%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
hr {
	margin: 12% auto;
}
}

/*---------------------------------------------------------
ank_area
---------------------------------------------------------*/
.ank_area .com_btnlist a {
	white-space: nowrap;
}
/* PC
------------------------------------------*/
@media only screen and (min-width: 960px) {
.ank_area .com_btnlist {
	max-width: 1230px;
	margin: 0 auto;
}
.ank_area .com_btnlist > li{
	width: 23%;
	margin-right: 2.66%;
}
.ank_area .com_btnlist > li:nth-of-type(4n){
	margin-right: 0;
}
.ank_area .com_btnlist a {
	font-size: min(1.4vw,120%);
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.ank_area .com_btnlist > li{
	width: 31%;
	margin-right: 3.5%;
}
.ank_area .com_btnlist > li:nth-of-type(3n){
	margin-right: 0;
}
.ank_area .com_btnlist a {
	font-size: min(1.9vw,120%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.ank_area .com_btnlist {
	justify-content: center;
}
.ank_area .com_btnlist > li {
	width: 49%;
	margin-right: 2%;
}
.ank_area .com_btnlist > li:nth-of-type(even) {
	margin-right: 0;
}
.ank_area .com_btnlist a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 4em;
	min-width: auto;
	font-size: 85%;
	padding-left: 1.2em;
}
}


/*---------------------------------------------------------
about
---------------------------------------------------------*/
#about.com_radibox {
	background-color: rgba(171,165,159,0.15);
}
#about .abs {
	position: absolute;
	width: 40%;
	max-width: 349px;
	left: 50%;
	top: 0;
	translate: -50% -55%;
}
#about .abo_title {
	width: 65%;
	max-width: 526px;
	margin: 0 auto 2em;
}
#about li {
	background-color: #FFF;
	box-sizing: border-box;
	padding: 35px 3.6%;
}
#about dl dt {
	text-align: center;
	font-size: min(213%,2.8vw);
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: .5em;
}
#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 ul {
	display: flex;
	justify-content: space-between;
}
#about li {
	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 .abs {
	width: 65%;
}
#about .abo_title {
	width: 96%;
	margin-bottom: 5%;
}
#about li {
	padding: 7% 6%;
}
#about li: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%;
}

}



/*---------------------------------------------------------
tbl_pri
---------------------------------------------------------*/
.tbl_pri {
	width: 96%;
	max-width: 1300px;
	border-collapse: collapse;
	margin: 0 auto 50px;
}
.tbl_pri:last-of-type {
	margin-bottom: 0;
}

.tbl_pri caption {
	position: relative;
	text-align: left;
	margin-bottom: 1em;
}
.tbl_pri caption .ft_min {
	position: relative;
	font-size: min(186%,2.6vw);
	letter-spacing: .14em;
	line-height: 1.5;
	padding-left: 1.2em;
}
.tbl_pri caption .ft_min::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e804';
	color: #1E88A8;
	font-size: 65%;
	left: 0;
	top: .4em;
}
.tbl_pri caption .tax {
	color: #ABA59F;
	text-align: right;
	line-height: 1.5;
}
.tbl_pri caption .ft_min + .tax {
	position: absolute;
	right: 0;
	bottom: 0;
}

.tbl_pri tr {
	border-bottom: 1px solid #4A3E35;
}
.tbl_pri tr:first-of-type {
	border-top: 1px solid #4A3E35;
}
.tbl_pri th,
.tbl_pri td {
	box-sizing: border-box;
	padding: 2.6em 2.2%;
}

.tbl_pri th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.tbl_pri th .com_flt .img_l {
	max-width: 320px;
}
.tbl_pri .com_style1 > dt span {
	display: inline-block;
	font-size: 80%;
}

.tbl_pri td {
	position: relative;
	background-color: #E6EDE6;
	text-align: center;
}
.tbl_pri td .price {
	font-size: 133%;
	letter-spacing: .1em;
	line-height: 1.4;
}
.tbl_pri td .price span {
	font-family: josefin-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 125%;
	line-height: 1;
	letter-spacing: .1em;
}
.tbl_pri td dl {
	margin-top: 1.2em;
}
.tbl_pri td dl:first-child {
	margin-top: 0;
}
.tbl_pri td dl dt {
	color: #ABA59F;
    font-size: 120%;
	line-height: 1.4;
	margin-bottom: .2em;
}
.tbl_pri td hr {
	margin: 2em 0;
	height: 2px;
	background: none;
	border: none;
	border-top: 2px dashed currentColor;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.tbl_pri th {
	width: 76%;
	padding-left: 0;
	padding-right: 3.5%;
}
.tbl_pri td {
	width: 24%;
}
.tbl_pri th .com_flt .img_l {
	width: 32%;
}
.tbl_pri th .com_flt .txt_r {
	width: 63%;
}
.tbl_pri .com_radibox {
	border-radius: 2.5em;
	margin-top: 2em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.tbl_pri {
	margin-bottom: 5%;
}	
.tbl_pri th {
	padding: 2em 0;
    padding-right: 3%;
}
.tbl_pri th .com_flt .img_l {
	width: 38%;
}
.tbl_pri td .price {
	font-size: 110%;
}
.tbl_pri td dl dt {
    font-size: 105%;
}
}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tbl_pri {
	margin-bottom: 8%;
}	
.tbl_pri caption {
	margin-bottom: .5em;
}
.tbl_pri caption .ft_min {
	font-size: 120%;
	letter-spacing: .05em;
}
.tbl_pri caption .tax {
	font-size: 85%;
}
.tbl_pri th,
.tbl_pri td {
	display: block;
	padding: 5% 2%;
}
.tbl_pri th {
	padding-top: 7%;
}
.tbl_pri th .com_flt .img_l {
	width: 70%;
}
.tbl_pri .com_radibox {
	margin-top: 5%;
}
.tbl_pri td .price {
	font-size: 110%;
}
.tbl_pri td dl dt {
    font-size: 100%;
}
.tbl_pri td hr {
	width: 85%;
	margin: 5% auto 4%;
}
}



/*---------------------------------------------------------
payment
---------------------------------------------------------*/
.pay_list {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}
.pay_list > li {
	text-align: center;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 0 1.5% 35px;
}
.pay_list .icon {
	width: 65%;
	max-width: 174px;
	margin-bottom: 5%;
	translate: 0 -10%;
}
.pay_list dt {
	text-align: center;
	font-size: min(2.1vw,186%);
	letter-spacing: .12em;
	line-height: 1.4;
	font-feature-settings: "halt";
	margin-bottom: .3em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.pay_list > li {
	width: 24%;
}
.pay_list dd {
	line-height: 2;
}
#payment .com_point .img_l {
	width: 35%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.pay_list dd {
	font-size: 95%;
	line-height: 1.8;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pay_list {
	margin-bottom: 5%;
}
.pay_list > li {
	width: 49%;
	padding: 0 4% 6%;
}
.pay_list > li:nth-of-type(n+3) {
	margin-top: 6%;
}
.pay_list dt {
	font-size: 112%;
	font-feature-settings: "palt";
}
.pay_list dd {
	text-align: left;
	font-size: 95%;
}
}



/*---------------------------------------------------------
warranty
---------------------------------------------------------*/
#warranty .period {
	width: 70%;
	max-width: 667px;
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
}
#warranty .period > li {
	width: 49.5%;
}
#warranty figure {
	max-width: 900px;
	margin: 0 auto;
}
#warranty .com_radibox dl {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
}
#warranty .com_radibox dt {
	position: relative;
	font-size: min(2.4vw,160%);
	line-height: 1.6;
	letter-spacing: .15em;
	box-sizing: border-box;
	padding-left: 2.5em;
	margin-bottom: 1.2em;
}
#warranty .com_radibox dt::before {
	position: absolute;
	content: "";
	background: url("../images/price/check.svg") no-repeat center center;
	background-size: contain;
	width: 2em;
	height: 1.53em;
	left: 0;
	top: 0;
}
#warranty .com_marulist > li {
	padding-left: 1.8em;
}
#warranty .com_marulist > li::before {
	color: #aba59f;
}
/* tbl_wty */
.tbl_wty {
	width: 100%;
	max-width: 1110px;
	border-spacing: 0 1em;
	margin: 50px auto;
}
.tbl_wty tr {
	background-color: #fff;
}
.tbl_wty th,
.tbl_wty td {
	box-sizing: border-box;
}
.tbl_wty th {
	position: relative;
	width: 8.9em;
	height: 4.6em;
	color: #FFF;
	font-size: 135%;
	letter-spacing: .1em;
	line-height: 1.3;
	white-space: no-wrap;
	background-color: #4a3e35;
}
.tbl_wty th::before {
	position: absolute;
	content: "";
	background-color: inherit;
	width: .7em;
	height: .5em;
	left: 0;
	right: 0;
	top: calc(100% - 1px);
	margin: auto;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tbl_wty tr:last-of-type th::before {
	display: none;
}
.tbl_wty th .ft_jos {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1;
	margin-right: .2em;
}
.tbl_wty th .ft_jos span {
	font-size: 143%;
}
.tbl_wty td {
	line-height: 1.8;
	padding: 1em 3%;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#warranty .com_radibox {
	padding-top: 70px;
	padding-bottom: 70px;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#warranty .period {
	margin: 4% auto;
}
/* tbl_wty */
.tbl_wty {
	margin: 5% auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#warranty .period {
	width: 100%;
	margin: 6% auto;
}
#warranty figure .scl_area {
	padding-bottom: 5%;
}
#warranty figure img {
	width: 180%;
	max-width: none;
}
#warranty .com_radibox dt {
	font-size: 120%;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
/* tbl_wty */
.tbl_wty {
	border-spacing: 0 .6em;
	margin: 7% auto;
}
.tbl_wty th {
	width: 5em;
	font-size: 90%;
}
.tbl_wty th .ft_jos {
	display: block;
	font-size: 120%;
	margin-right: 0;
	margin-bottom: .2em;
}
.tbl_wty td {
	line-height: 1.6;
	padding: 1em 5%;
}
}



/*---------------------------------------------------------
deduction
---------------------------------------------------------*/
#deduction .calc_box {
	max-width: 1200px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 35px 3%;
	border-radius: 2em;
	margin: 60px auto 0;
}
#deduction .calc_box > div {
	max-width: max-content;
	margin: 0 auto;
}
#deduction .calc_box .formula {
	font-size: min(1.9vw,156%);
	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.lblu {
	font-size: 83%;
}
#deduction .calc_box .formula sup {
    font-size: 65%;
    vertical-align: super;
}
#deduction .calc_box .asterisk {
	text-align: right;
	font-size: 110%;
	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 {
	margin-top: 4%;
}
#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 {
	padding: 6% 5%;
	border-radius: 8vw;
	margin-top: 8%;
}
#deduction .calc_box .formula {
	font-size: 95%;
	font-feature-settings: "halt";
}
#deduction .calc_box .asterisk {
	text-align: left;
	font-size: 90%;
}
}



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

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

/* 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) {


}