@charset "UTF-8";



/*料金表
---------------------------------------------------------*/
.cont_price{
    background-color: #e8faff;
}
.cont_price .med_price_inbox .txt_tax {
    color: #7f8087;
	font-weight: 700;
    text-align: right;
    line-height: 1.3em;
    letter-spacing: .2em;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: .2em;
}
.cont_price .med_price_inbox .txt_tax {
    color: #7f8087;
	font-weight: 700;
    text-align: right;
    line-height: 1.3em;
    letter-spacing: .2em;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: .2em;
}
.cont_price .med_price {/*table*/
	box-sizing: border-box;
	width: 100%;
	max-width: 1100px;
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: min(2.1vw, 143%);
	letter-spacing: .3em;
	line-height: 1.5;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
}
.cont_price .med_price .txt_gray{
    color:#8c918c;
    font-size: 20px;
    margin-top: 16px;
    text-wrap: auto;
}
.cont_price .med_price tr {
	background-color: #fff;
}
.cont_price .med_price th,
.cont_price .med_price td {
	padding: 1.3em 2.5em;
	font-weight: 700;
}
.cont_price .med_price th {
	text-align: left;
	vertical-align: top;
	border-radius: 10px 0 0 10px;
}
.cont_price .med_price td {
	text-align: right;
	letter-spacing: .2em;
	color: #0606cd;
	vertical-align: top;
	border-radius: 0 10px 10px 0;
}
.cont_price .med_price td dl {
	display: grid;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.cont_price .med_price td dl dt {
	text-align: left;
	color: #000;
	font-weight: normal;
	padding-right: 2em;
	grid-column: 1 / 2;
}
.cont_price .med_price td dl dd {
	grid-column: 2 / 3;
}
.cont_price .med_price td dl dt:nth-of-type(n+2),
.cont_price .med_price td dl dd:nth-of-type(n+2) {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dashed #d8d9d4;
}
.cont_price .med_price td .price span {
	font-size: 110%;
	line-height: 1;
	margin-right: .1em;
}
.cont_price .txt_c{
    text-align: center;
    font-size: min(1.8vw, 143%);
    font-weight: 700;
    margin-top: 60px;
}

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

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cont_price .med_price_inbox .txt_tax {
	font-size: 90%
}
.cont_price .med_price_inbox .txt_tax {
	font-size: 90%
}
.cont_price .med_price {
	font-size: 115%;
	letter-spacing: .25em;
	white-space: nowrap;
}
.cont_price .med_price th,
.cont_price .med_price td {
	display: block;
	padding-left: 1.2em;
	padding-right: 1.2em;
}
.cont_price .med_price th {
	padding-bottom: 0;
}
.cont_price .med_price td {
	letter-spacing: .16em;
	padding-top: .5em;
}
.cont_price .med_price td .price,
.cont_price .med_price td dl {
	text-align: right;
}
.cont_price .med_price td dl {
	align-items: flex-end;
}
.cont_price .med_price td dl dt:nth-of-type(n+2),
.cont_price .med_price td dl dd:nth-of-type(n+2) {
	margin-top: .6em;
	padding-top: .6em;
}
.cont_price .txt_c{
    font-size: 100%;
    margin-top: 20px;
}
}



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

}

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

}