@charset "utf-8";

/*  */
#main {}

.content_sub {
	padding: 8px;
	border: 8px solid var(--black);
	background: #fff;
	border-radius: 16px;
	min-width: 300px;
	width: 98%;
	margin: 4vw auto;
}

/*  */

.arrow-table__body {}

/*  */

.subpage .header__right-bottom {
	display: none;
}

/*  */
.sub-text .text-box {
	font-size: 1.2rem;
	line-height: 1.7;
	font-weight: bold;
	background: var(--white);
	border-radius: 8px;
	padding: 1rem;
}

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


.sub-text .check_attention {
	display: block;
	color: #ff4900;
	font-size: 1.6rem;
	width: 100%;
}

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

.explanation a {
	color: #ff4900;
}

.explanation_gw {
	font-size: 14px;
}

.link_underline {
	text-decoration: underline;
}

/*  */

.button-box {
	margin: 1rem auto;
}

.button-box {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 4rem;
}

.button-text_size_s {
	min-height: 3rem;
	width: 80%;
	margin: auto;
}

.button {
	flex: 1 1 100%;
	height: 2rem;
	cursor: pointer;

	/*  */
	font-size: 1rem;
	font-weight: 500;
	border: none;
}

.button__main {
	background: #00C2CC;
	color: var(--white);
}

.button__warning {
	background: var(--gray);
	color: var(--black);
}

.button_gift {
	margin: 1rem 0;
	border: none;
	color: var(--black);
	background: #00C2CC;
	font-size: 1rem;
	font-weight: 500;
	padding: .5rem 1rem;
	cursor: pointer;
}

.text-button {
	width: 100%;
	margin: auto;
	height: 4rem;
	border: none;

	/*	*/
	font-size: 1.4rem;
	font-weight: 600;
	background: var(--button-color);
	color: var(--button-text-color);
	cursor: pointer;
	border-radius: 8px;
}

.text-button__warning {
	color: #000;
	background: #ffbe00;
}

/*  */

.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 {}

/*  */

.text-red {
	color: #ff4900;
}

.lum-lightbox {
	z-index: 999;
}

.luminous {
	flex: 0 1 50%;
	margin-bottom: 1rem;
}

.luminous__img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	padding: 1rem;
}

.lum-lightbox-inner img {
	object-fit: contain;
}

/*  */

/*  */

.sub-head {
	padding: 3rem 0 0;
}

.header__logo {
	display: block;
	position: absolute;
	padding: .5rem;
	z-index: 999;
}

.header__logo-img {
	height: 14vw;
}


.sub-head__st {
	height: 20vw;
	width: fit-content;
	margin: auto;
}

.sub-head__st img {
	height: 100%;
	width: auto;
}

/*  */

.sub-ol {}

.sub-ol__li {
	list-style: auto;
	margin-left: 1rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
}

.sub-ul {
	font-weight: normal;
	margin: .5rem auto;
	font-size: 1rem;
}

.sub-ul__li {
	line-height: 1.2;
	list-style: disc;
}

.sub-ol__li_no-mark {
	list-style: none;
}

.sub-ol__li_indent {
	text-indent: -1rem;
}


/* table----------------------- */

.frame {
	position: relative;
	padding: 0;
}

.table-wrapper {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid var(--gray);
}

.custom-table {
	width: 100%;
	overflow: hidden;
}

.custom-table th,
.custom-table td {
	padding: 12px;
	border-bottom: 1px solid var(--gray);
}

.custom-table th {
	background: var(--black);
	color: #00C2CC;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: left;
}

.custom-table td {
	padding: .5rem .2rem;
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
}

.custom-table th:not(:is(.table-header)),
.custom-table td:not(:has(>.input-flex)) {
	display: block;
	width: 100%;
}


.custom-table tr:last-child th,
.custom-table tr:last-child td {
	border-bottom: none;
}

.div-wrapper {
	background: var(--black)
}

.radio {
	width: 162px;
	height: 55px;
	object-fit: cover;
}

.div-wrapper,
.table-header {
	width: 253px;
	background: var(--black)
}

.table-header {
	background: var(--black);
}

.box-fieldset {}

.inner-table {
	width: 100%;
	background: #00C2CC;
	border-radius: 8px;
	overflow: hidden;
}


.arrow-table__text {
	font-size: 1rem;
	line-height: 1.7;
}

.arrow-table__text_now-rate {
	font-weight: 600;
	font-size: 2rem;
}

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

.table-content:has(.coupon) {
	position: relative;
}

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

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

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

.input-total {
	height: 3rem;
	text-align: left;
	background: var(--lightgreen);
}

/*  */

.radio-btn-box {
	justify-content: start;
}

.radio-btn__img {
	width: 8.5vw;
}

@media (min-width:400px) {
	.radio-btn {
		flex: 0 1 calc(33.3% - (.4rem/3));
	}

	.radio-btn__img {
		width: 6vw;
	}

	.radio-btn__name {
		font-size: 2.8vw;
	}
}

.image_upload_label {
	display: flex;
	gap: .5rem;
	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;
}

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

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

.input-file-box__text {
	font-size: 1rem;
	word-break: break-all;
}

.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;
}

.license-card {
	display: block;
	width: 30%;
	aspect-ratio: 16/9;
	object-fit: cover;
	margin-bottom: 1rem;
}

.hidden-gift-box {
	animation: fadeIn .7s forwards;
}

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

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

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

.fl-label a {
	color: #ff4900;
}

/*  */
.arrow-table__title {
	font-size: 1.4rem;
	display: block;
	margin: auto;
	width: fit-content;
	margin-bottom: 1rem;
}

.arrow-table__title_success {
	color: rgb(0, 141, 94);
}

.arrow-table__title_failure {
	color: #ff4900;
}

/* 銀行検索モーダル */
.searchBankButton {
	border: none;
	outline: none;
	background: #00C2CC;
	color: var(--black);
	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: #00C2CC;
	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: #ff4900;
	text-align: center;
}