@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#price h3.sub .fs {
	font-size: 33px;
	color: #333;
	margin-left: 40px;
}
#price .msg .fm {
	font-size: 33px;
	margin-bottom: 50px;
}
#price .price_list .list {
	margin: 180px 0 80px;
	gap: 160px 0;
}
#price .price_list .box {
	width: 525px;
	background: #fff;
	position: relative;
	padding: 70px 50px 50px;
}
#price .price_list .box::before {
	content: "";
	background: #fff;
	clip-path: ellipse(52% 100% at 50% 100%);
	position: absolute;
	width: 100%;
	height: 100px;
	top: -100px;
	left: 0;
}
#price .price_list .box .ttl {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 33px;
	font-weight: bold;
	width: 100%;
	line-height: 1.3;
	min-height: 86px;
}
#price .price_list .box .volume {
	position: absolute;
	right: 25px;
	top: -80px;
	width: 114px;
	height: 114px;
	border: 1px solid var(--color-red);
	color: var(--color-red);
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 18px;
	border-radius: 50%;
	line-height: 1.4;
	transform: rotate(10deg);
}
#price .price_list .box dl:not(:last-of-type) {
	margin-bottom: 20px;
}
#price .price_list .box dl dt {
	background: #e6edf5;
	text-align: center;
	padding: 9px 0;
	margin-bottom: 10px;
}
#price .price_list .box dl dd {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#price .price_list .box dl dd .red {
	font-size: 33px;
}
#price .price_list .btn02 {
	margin-top: 80px;
}
#price .details .list {
	margin-top: 80px;
}
#price .details dl {
	border: 1px solid var(--color-primary);
	margin-bottom: 80px;
}
#price .details dl:nth-of-type(even) {
	border-color: #333;
}
#price .details dl dt {
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	padding: 20px 0;
}
#price .details dl:nth-of-type(even) dt {
	background: #333;
}
#price .details dl dd {
	padding: 25px;
}
#price .details dl dd .grid {
	display: grid;
	margin-top: 25px;
	justify-content: space-between;
	grid-template-columns: repeat(4, 237px);
}
#price .details dl dd .grid .item {
	background: #f2f2f2;
	padding: 20px;
}
#price .details dl dd .grid .item .red {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1.4;
}
#price .details dl dd .grid .item .red.w2 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
}
#price .flow .list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 330px);
	gap: 80px 0;
	margin: 80px 0;
}
#price .flow .box {
	background: #fff;
	position: relative;
	padding: 40px 25px 25px;
}
#price .flow .box .step {
	font-size: 35px;
	font-family: var(--font-lubri);
	color: var(--color-primary);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: -32px;
}
#price .flow .box .ttl {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
	min-height: 91px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#price .flow .box .txt a {
	text-decoration: underline;
	color: var(--color-red);
}
#price .faq h4 {
	font-size: 33px;
	margin-bottom: 80px;
}
#price .faq .box {
	width: 100%;
	margin: 40px 0 80px;
	border: 2px solid #0a529d;
}
#price .faq .box .ttl_box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	padding: 30px;
	background: #0a529d;
	font-size : 23px;
	color : #fff;
	font-weight: 600;
}
#price .faq .box .ttl_box .maru {
	content: "";
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
#price .faq .box .ttl_box .maru::before {
	content: "";
	background: url("../img/arrow03.png") no-repeat center;
	width: 26px;
	height: 15px;
	position: absolute;
	top: 19px;
	right: 11px;
}
#price .faq .box .ttl_box .q_maru {
	background: #db5310;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-lubri);
	font-size : 30px;
	margin-right: 1em;
}
#price .faq .box .txt_box {
	padding: 30px;
	color: #333333;
	display: flex;
	align-items: flex-start;
}
#price .faq .box .txt_box .a_maru {
	background: #f2f2f2;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-lubri);
	font-size : 30px;
	margin-right: 1em;
	color: #0A529D;
}
#price .faq .box .txt_box .txt {
	width: calc(100% - 50px);
	padding: 0 70px 0 0;
}
#price .faq .box .txt_box .txt .red {
	font-size: 110%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#price .flow .box:nth-child(3n)::before {
		display: none;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#price .flow .box::before {
		content: "";
		position: absolute;
		top: calc(50% - 45px);
		right: -79px;
		border: 45px solid transparent;
		border-left: 34px solid #d9d9d9;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
	#price .flow .box:nth-child(even)::before {
		display: none;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#price .msg .fm {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#price h3.sub .fs {
		font-size: 18px;
		margin-left: 20px;
	}
	#price .price_list .list {
		margin: 120px 0 40px;
		gap: 120px 0;
	}
	#price .price_list .box {
		width: 48%;
		padding: 50px 15px 15px;
	}
	#price .price_list .box::before {
		height: 80px;
		top: -80px;
	}
	#price .price_list .box .ttl {
		font-size: 25px;
	}
	#price .price_list .box .volume {
		top: -100px;
		right: -15px;
		font-size: 15px;
		width: 90px;
		height: 90px;
		padding-top: 25px;
	}
	#price .price_list .box dl dd {
		font-size: 110%;
	}
	#price .price_list .box dl dd .red {
		font-size: 22px;
	}
	#price .price_list .btn02 {
		margin-top: 40px;
		margin-bottom: 0;
	}
	#price .details .list {
		margin-top: 40px;
	}
	#price .details dl {
		margin-bottom: 40px;
	}
	#price .details dl dt {
		font-size: 20px;
		padding: 5px 0;
	}
	#price .details dl dd {
		padding: 15px;
	}
	#price .details dl dd .grid {
		margin-top: 0;
		grid-template-columns: repeat(2, 49%);
		gap: 10px;
	}
	#price .details dl dd .grid .item {
		padding: 10px;
	}
	#price .details dl dd .grid .item .red {
		font-size: 115%;
	}
	#price .details dl dd .grid .item .red.w2 {
		min-height: unset;
		display: block;
	}
	#price .details dl dd .grid .item .red.w2 br {
		display: none;
	}
	#price .flow .list {
		grid-template-columns: repeat(2, 47%);
		gap: 40px 0;
		margin: 60px 0 40px;
	}
	#price .flow .box .ttl {
		font-size: 20px;
		min-height: 56px;
		margin-bottom: 10px;
	}
	#price .faq .box {
		margin: 30px 0;
	}
	#price .flow .box .step {
		font-size: 30px;
		top: -25px;
	}
	#price .faq h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#price .faq .box .ttl_box {
		padding: 15px 20px;
		font-size: 110%;
	}
	#price .faq .box .ttl_box .q_maru {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	#price .faq .box .ttl_box .maru {
		width: 30px;
		height: 30px;
		right: 15px;
	}
	#price .faq .box .ttl_box .maru::before {
		background-size: 100%;
		width: 15px;
		top: 8px;
		right: 8px;
	}
	#price .faq .box .txt_box {
		padding: 15px 20px;
	}
	#price .faq .box .txt_box .a_maru {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	#price .faq .box .txt_box .txt {
		width: calc(100% - 50px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#price h3.sub .fs {
		margin-left: 0;
		font-size: 16px;
	}
	#price .msg .fm {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#price .price_list .box {
		width: 100%;
		margin-bottom: 100px;
	}
	#price .price_list .box:last-of-type {
		margin-bottom: 0;
	}
	#price .price_list .list {
		margin: 100px 0 40px;
	}
	#price .price_list .box::before {
		height: 60px;
		top: -60px;
	}
	#price .price_list .box .ttl {
		top: -20px;
		font-size: 20px;
		min-height: unset;
		margin-bottom: 0;
	}
	#price .flow .list {
		width: 100%;
		display: block;
	}
	#price .flow .box {
		margin-bottom: 50px;
	}
	#price .flow .box:not(:last-of-type)::before {
		position: absolute;
		content: "";
		left: 50%;
		bottom: -50px;
		margin-left: -30px;
		border: 30px solid transparent;
		border-top: 20px solid #d9d9d9;
	}
	#price .flow .box .ttl {
		min-height: unset;
		margin-top: 15px;
		font-size: 18px;
	}
	#price .flow .box .ttl span br {
		display: none;
	}
	#price .faq .box .ttl_box .txt {
		width: calc(100% - 50px);
	}
	#price .faq .box .ttl_box,#price .faq .box .txt_box {
		padding: 15px;
	}
	#price .faq .box .txt_box .txt {
		padding: 0;
	}
	#price .price_list .box dl dd .red {
		font-size: 18px;
	}
	#price .details dl dd .grid .item {
		padding: 5px;
	}
	#price .details dl dd .grid .item .red {
		font-size: 105%;
	}
	#price .details dl dd .grid .item .red.w2 br {
		display: inline-block;
	}
	#price .details dl dd .grid .item:first-of-type .red.w2 {
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}