/* 
 price
----------------------------------------------------------- */ 
.p-price{
	overflow: inherit;
}
.p-price .c-sub-fv__main::before{
	background-image: url("../img/price/price-fv-img.webp");
}
.menu-section:not(:last-of-type){
	margin-bottom: clamp(50px, 7.6vw, 145px);
}
.menu-section__inner{
	margin-left: 23px;
	width: calc(100% - 23px);
}
.menu-monitor{
	margin-bottom: clamp(30px, 4.1vw, 80px);
}
.menu-monitor__box{
	margin-bottom: 16px;
	border: 1px solid var(--border-color);
	border-radius: 6px;
	padding: 30px 40px;
	background-color: #F4F6F7;
}
.menu-monitor__title{
	font-weight: 500;
	font-size: var(--fontsize-15);
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.menu-monitor__title::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 21px;
	height: 21px;
	background: url("../img/common/icon-info.svg") center center / contain no-repeat;
}
.menu-monitor__text{
	line-height: 1.8;
}
.menu-monitor__notice{
	text-align: right;
	color: var(--font-pale);
	font-size: var(--fontsize-14);
	line-height: 1.8;
}
.menu-monitor__notice:not(:first-of-type){
	margin-top: 7px;
}
.payment__body{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: clamp(30px, 3.1vw, 60px);
	align-items: flex-start;
}
.payment__main{
	flex: 1;
}
.payment__heading{
	margin-top: 30px;
}
.payment__title{
	color: #fff;
	font-family: var(--font-mincho);
	font-size: var(--fontsize-20);
	margin-bottom: clamp(15px, 1.8vw, 35px);
}
.payment__text{
	color: var(--border-color);
}
.payment-list__item:not(:last-child){
	margin-bottom: 24px;
}
.payment-list__item{
	background-color: rgba(255,255,255,0.15);
	padding: 20px 30px;
	border-radius: 6px;
	color: #fff;
}
.payment-list__item:not(:first-child) .c-double-title{
	padding-bottom: 19px;
	background-image: radial-gradient(circle, #fff 0.5px, transparent 0.5px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 5px 1px;
	margin-bottom: 22px;
}
.payment-list__box{
	border: 1px solid #7797A4;
	border-radius: 6px;
	padding: 24px 30px;
	background-color: rgba(6,40,56,0.2);
	margin-block: 20px;
}
.payment-list__box-list{
	display: flex;
	column-gap: clamp(20px, 4.1vw, 80px);
	row-gap: 12px;
	flex-wrap: wrap;
	font-weight: 500;
}
.payment-list__box-list > li{
	white-space: nowrap;
}
.payment-list__box-list > li::before{
	content: "・";
}
.payment-list__sub{
	font-size: var(--fontsize-14);
	color: var(--border-color);
	line-height: 1.6;
}
.payment-list__sub:not(:first-of-type){
	margin-top: 5px;
}
.payment-list__item--loan .payment-list__sub{
	margin-top: 20px;
}
.payment-list__box-img{
	background-color: #fff;
	padding: 16px 30px;
	border-radius: 6px;
	width: fit-content;
	display: flex;
	column-gap: clamp(20px, 2.6vw, 50px);
	row-gap: 10px;
	flex-wrap: wrap;
	margin-top: 24px;
}
.payment-list__box-img > li img{
	height: 42px;
	width: auto;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px){
	.menu-section__inner{
		margin-left: 0;
		width: 100%;
	}
	.menu-monitor__box{
		padding: 20px;
	}
}
@media screen and (max-width: 767px){
	.p-price .c-sub-fv__main::before{
		background-image: url("../img/price/price-fv-img-sp.webp");
	}
	.menu-monitor__box{
		margin-bottom: 8px;
	}
	.menu-monitor__notice:not(:first-of-type){
		margin-top: 4px;
	}
	.menu .c-table table{
		min-width: 480px;
	}
	.payment__main{
		flex: auto;
		width: 100%;
	}
	.payment__heading{
		margin-top: 0;
	}
	.payment-list__item{
		padding: 20px;
	}
	.payment-list__item:not(:first-child) .c-double-title{
		padding-bottom: 14px;
		margin-bottom: 15px;
	}
	.payment-list__box{
		padding: 16px;
		margin-block: 15px;
	}
	.payment-list__box-img{
		padding: 16px;
		margin-top: 15px;
	}
	.payment-list__box-img > li img{
		height: 38px;
	}
	.payment-list__item--loan .payment-list__sub{
		margin-top: 15px;
	}
}
@media screen and (max-width: 480px){
}