.c-box {
	background-color: #F9F9F9;
	border: 1px solid #E2E2E2;
	padding: 1.5rem;
}

.c-box.c-box--bgwhite {
	background-color: #fff;
}

.aff-box {
	background-color: #fff;
	border: 1px solid #E2E2E2;
	border-radius: 0.8rem;
	margin-bottom: 2rem;
	padding: 1.5rem;
}

.aff-box:last-child {
	margin-bottom: 0;
}

.aff-box__ttl {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

.aff-box__tbl {
	margin-bottom: 1.8rem;
	width: 100%;
}

.aff-box__tbl th,
.aff-box__tbl td {
	border: 1px solid #E2E2E2;
}

.aff-box__tbl th {
	background-color: #F9F9F9;
	font-size: 1.5rem;
	text-align: center;
}

.aff-box__tbl td {
	min-height: 10.2rem;
	padding: 2.2rem 2.8rem 2.2rem 3rem;
}

.aff-box__tbl-txt {
	font-size: 1.3rem;
}

.aff-box__txt {
	font-size: 1.5rem;
}

.aff-box__note {
	font-size: 1.5rem;
	text-align: right;
}

.aff-box__price {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.aff-box__price-big {
	font-size: 1.125em;
}

.aff-box__price .num {
	font-size: 2em;
	line-height: 0.7;
	margin-inline: 0.5rem;
}

.aff-box .payment-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.8rem;
	min-height: 4.5rem;
}

.aff-box .machine-img {
	margin-bottom: 1.3rem;
	text-align: center;
}

.aff-box .machine-img img {
	width: 59rem;
}

.flow-list {
	counter-reset: step;
}

.flow-list .step-row:nth-of-type(even) .step-row__head::before {
	background-color: #F62614;
}

.flow-list .step-row:nth-of-type(even) .step-row__head::after {
	background-image: url("../images/common/icon_arrow_radius.svg");
}

.faq-list {
	counter-reset: faq;
}

.faq-list .faq-item__ttl__num::after {
	content: counter(faq);
	counter-increment: faq;
}

.c-telBox {
	background-color: #fff;
	border-radius: 0.8rem;
	max-width: 84rem;
	margin-inline: auto;
	padding: 1.2rem 1.6rem 1.6rem;
	position: relative;
}

.c-telBox__head {
	border-bottom: 1px solid #E2E2E2;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	display: flex;
	margin-bottom: 1.6rem;
	padding-bottom: 1.7rem;
	position: relative;
}

.c-telBox__txt {
	font-size: 1.2rem;
	line-height: 1.538;
}

.form-dl dd:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

@media (min-width: 768px) {

.c-box {
	padding: 3.2rem 2rem;
}

.aff-box {
	padding: 4rem 2rem;
}

.aff-box__ttl {
	font-size: 2.4rem;
	margin-bottom: 3.2rem;
}

.aff-box__tbl.--price th {
	width: 30.3rem;
}

.aff-box__tbl.--price td {
	padding-block: 1.5rem;
	text-align: center;
}

.aff-box__tbl th {
	width: 20rem;
}

.aff-box__tbl-txt {
	font-size: 1.5rem;
}

.aff-box .payment-list {
	justify-content: flex-start;
}

.c-telBox__txt {
	font-size: 1.3rem;
}

}

@media (min-width: 992px) {

.c-box {
	padding: 5rem 10rem;
}

.aff-box {
	padding-inline: 7rem;
}

}

@media (max-width: 767px) {

.page-ttl {
	font-size: 2.6rem;
}

.nowrap-sp {
	white-space: nowrap;
}

.article {
	margin-bottom: 4.2rem;
}

.hline03 {
	margin-bottom: 1.6rem;
	padding-bottom: 1.6rem;
}

.hline03::before,
.hline03::after {
	content: "";
	display: block flow;
	inline-size: 0;
	block-size: 1px;
}

.hline03::before {
	margin-block-end: calc((1 - 1.5) * 0.5em);
}

.hline03::after {
	margin-block-start: calc((1 - 1.5) * 0.5em);
}

.aff-box__tbl th,
.aff-box__tbl td {
	margin-bottom: -1px;
	float: left;
	width: 100%;
}

.aff-box__tbl th {
	padding: 1.5rem;
}

}

