@charset "utf-8";
/* CSS Document */

.hero__head {
	height: 15%;
	min-height: 24vw;
}

.content_sub {
	padding: 2rem 0;
}

/*  */

.sub-text {
	background: var(--white);
	border-radius: 8px;
	margin: .5rem;
	padding: .5rem;
}

.text-box {
	line-height: 1.7;
}

.text-box--center {
	text-align: center;
}

.check_attention {
	display: block;
	color: var(--red);
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
}

/*  */

.coupon {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 26vw;
	max-width: 120px;
}

/*  */

.explanation {
	color: var(--black);
}

.explanation a {
	color: var(--red);
}

.note {
	width: fit-content;
	margin: 1rem auto;
}

.link_underline {
	text-decoration: underline;
}

/*  */

.frame {}

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

.table-wrapper {}

.table-wrapper_inner {}

/*  */

.main-table {
	margin: auto;
	overflow: hidden;
	border: 2px solid var(--black);
	border-radius: 16px;
}

.main-table__tbody {}

.main-table__tr {}

.main-table__th {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 1rem .5rem;
}

.main-table__td {
	display: block;
	background: var(--white);
	color: var(--black);
	font-size: 1rem;
	line-height: 1.2;
	padding: 1rem .5rem;
}

.main-table__th {
	border-bottom: 2px dashed var(--white);
}

.main-table__td {
	border-bottom: 2px dashed var(--black);
}

.main-table__tr:last-child .main-table__th,
.main-table__tr:last-child .main-table__td {
	border-bottom: none;
}

.main-table__td:has(.coupon) {
	position: relative;
}

.main-table__text {
	color: var(--black);
}

.main-table__text {
	color: var(--black);
	font-size: 1.375rem;
}

/*  */

.radio-btn__img {}

.radio-btn__text-only {}

/*  */

.inner-table {
	background: var(--black);
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid var(--black);
}

.inner-table__tbody {}

.inner-table__tr {}

.inner-table__th {
	min-width: 20%;
	max-width: 30%;
	width: 100%;
	color: var(--white);
	border-bottom: 2px dashed var(--white);
	padding: .5rem;
	font-size: 1rem;
}

.inner-table__td {
	background: var(--white);
	border-bottom: 2px dashed var(--black);
	padding: .5rem;
	color: var(--black);
}

.inner-table--block .inner-table__th,
.inner-table--block .inner-table__td {
	display: block;
	border-bottom: none;
}

.inner-table__tr:last-child .inner-table__th,
.inner-table__tr:last-child .inner-table__td {
	border-bottom: none;
}

/*  */

.box-fieldset {}

.flex-input-num-box {}

.input-flex {
	display: flex;
	gap: 1rem;
}

.input-flex>* {
	flex: 0 1 100%;
}

.label-for-num {}

.gift-num {}

.label-for-num__text {}

.label-for-num__input {}

.input-normal,
.input-number {
	width: 100%;
	padding: .2rem;
	height: 2.4rem;
	font-size: 1.2rem;
}

.input-number {
	text-align: end;
}

.input-calc {}

.input-total {
	text-align: left;
	border: unset !important;
}

.input-text-box {}

.input-text {}

.num-box {}

.purchaseRateDetail {
	display: block;
	font-size: 1rem;
	font-weight: normal;
}

/*  */

.button_gift {
	margin: 1rem 0;
	border: none;
	background: var(--blue);
	padding: .5rem 1rem;
	cursor: pointer;
}

.button-text {
	font-size: 1rem;
	font-weight: 500;
	color: var(--white);
}

/*  */

.item-bank {}

.item-postal {}

/*  */

.inner-table__label {}

.inner-table__input {}

.inner-table__td_flex {}

.inner-table__td_label {}

.inner-table__radio {}

.inner-table__input-file {
	display: none;
}

.inner-table__input-hidden {}

/*  */

.input-file-box {}

.image_upload_label {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
	cursor: pointer;
	background: var(--button-color);
	color: var(--button-text-color);
	height: 4rem;
	border-radius: 4px;
}

.input-file-box__img {
	width: 1.2rem;
	height: 1.2rem;
	object-fit: contain;
}

.input-file-box__text {
	word-break: break-all;
}

.license-card {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin-bottom: 1rem;
}

.input-textarea {}

.input-textarea__textarea {
	display: block;
	width: 100%;
	height: 180px;
	margin: auto;
	font-size: 1rem;
	border: 1px solid var(--gray);
	border-radius: 8px;
	padding: .5rem;
}

.checkContents {}

#checkbox_rule {
	width: 2rem;
	height: 2rem;
	position: relative;
}

.highlight::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2rem;
	height: 2rem;
	border: var(--red) 2px solid;
	border-radius: 3px;
	box-sizing: border-box;
}

/*  */

.fl-label {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .25rem;
	font-size: 1rem;
	margin: 1rem auto;
}

.fl-label a {
	color: var(--red);
}

/* モーダル ------------------------------------------------------ */
.modal {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2f2a1e70;
	z-index: 9999;
	transition: 0.5s;
}

.modal__close {
	display: flex;
	padding: 1rem;
	width: 100%;
	max-width: 1200px;
	min-width: 300px;
	margin: auto;
	justify-content: end;
	position: relative;
	z-index: 1;
}

.modal__img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.modal__inner {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 1200px;
	min-width: 300px;
	transform: translateY(-50%);
	padding: 2rem;
	margin: auto;
	background: #ffffff;
	border-bottom: 8px solid var(--gray);
	border-radius: 12px;
	max-height: 86dvh;
}

.modal__inner::before,
.modal__inner::after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
}

.modal__inner::before {
	background: url("./../img/sub/alert.png") no-repeat center;
	background-size: contain;
	left: 0;
	right: 0;
	margin: auto;
	top: -50px;
}

.modal__item {
	margin-bottom: 1rem;
}

.modal__text {
	line-height: 1.2;
	font-size: 1.2rem;
	overflow: scroll;
	max-height: 70dvh;
}

.modal__btn-box {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.closeModal {}

.actionCancel {}


/* 銀行検索モーダル---------------------------------------- */
.searchBankButton {
	border: none;
	outline: none;
	font-size: 1rem;
	padding: .5rem;
}

#bank_search {
	width: 96%;
	max-width: 600px;
	max-height: 74dvh;
	margin: auto;
	padding: 2rem 1rem;
	transform: translateY(-50%);
	background: var(--white);
	box-shadow: 0 0 4px 0px var(--black);
	position: fixed;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 999;
	overflow: scroll;
}

#close_bank {
	position: sticky;
	top: 0px;
	left: 100%;
	background: var(--black);
	font-size: 1rem;
	color: #fff;
	text-align: center;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1rem;
	z-index: 999;
	cursor: pointer;
	margin-bottom: 1rem;
}

#bank_main,
#bank_oth,
#bank_btn {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

#bank_oth {
	/* flex-wrap: nowrap; */
}

#bank_main>li,
#bank_oth>li,
#bank_btn>li {
	flex: 0 0 calc(50% - (1rem / 2));
	border: 1px solid;
	min-height: 2rem;
	display: flex;
	gap: .5rem;
	align-items: center;
	padding: .5rem;
	font-size: 1rem;
	cursor: pointer;
}

#bank_oth>li {
	flex: 0 0 calc(50% - (1rem / 2));
	font-size: .9rem;
	padding: .2rem;
	justify-content: center;
}

.bank_icon {
	width: 1rem;
	height: 1rem;
	object-fit: contain;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.center {
	margin: 1rem auto;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
}

#b_code {
	height: 2rem;
	width: 50%;
	font-size: 1rem;
	margin: unset;
}

#code_seaech {
	background: var(--green);
	color: var(--black);
	padding: .5rem;
	border: unset;
}

.akstn_list,
.daku_list {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.b_kanacol {}

.bt_4 {}

.bt_4>li {
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b9b9b9;
	border: 1px solid;
	margin-bottom: .5rem;
	font-size: 1rem;
}

.bt_4>.ac {
	color: var(--black);
	font-weight: bold;
	cursor: pointer;
}

.back {
	display: inline-block;
	padding: .5rem;
	cursor: pointer;
	border: 1px solid;
	margin-bottom: 1rem;
}

#bk_type_name {
	font-size: 1rem;
	margin-left: 1rem;
}

#b_code_err {
	width: 100%;
	color: var(--red);
	text-align: center;
}