@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/


header {
	transform: translateY(-96vh);
	margin: auto;
}

#sub .content {
	overflow: unset;
}

.sub-header {
	max-width: 1200px;
	min-width: 1024px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.sub-header .hero-rocket {
	position: static;
	transform: unset;
}

#sub #fixed-content>.content {
	transform: translateY(-80vh);
}

.sub-content {
	position: relative;
	padding: 1rem;
	padding-top: 210px;
	padding-bottom: 4rem;
	background: -moz-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 236, 210, 1) 50%, rgba(255, 228, 182, 1) 100%);
	background: -webkit-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 236, 210, 1) 50%, rgba(255, 228, 182, 1) 100%);
	background: -webkit-gradient(radial, 50% 50%, 347.91, 50% 50%, 739.3, color-stop(0.4706, rgba(255, 236, 210, 1)), color-stop(1, rgba(255, 228, 182, 1)));
	background: -o-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 236, 210, 1) 50%, rgba(255, 228, 182, 1) 100%);
	background: -ms-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 236, 210, 1) 50%, rgba(255, 228, 182, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Stlye=2);";
	background: radial-gradient(50% 50%, circle farthest-corner, rgba(255, 236, 210, 1) 50%, rgba(255, 228, 182, 1) 100%);
	border-style: Solid;
	border-color: #C4AA76;
	border-color: rgba(196, 170, 118, 1);
	border-width: 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
}

.sub-content::before {
	position: absolute;
	top: -40px;
	left: 10%;
	content: url(./../img/item/boy_normal.gif);
	display: block;
	width: fit-content;
	height: fit-content;
}

.sub-content::after {
	position: absolute;
	top: -40px;
	right: 10%;
	content: url(./../img/item/girl_normal.gif);
	display: block;
	width: fit-content;
	height: fit-content;
}

.bg-white {
	background: #fff;
}


.sub-content .st {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -120px;
}

/* 申込フォーム関連 */

#sub form>table {
	width: 90%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 0 1rem;
}

#sub form>table>tbody>tr>th {
	text-align: left;
	border-radius: 8px 0 0 8px;
	background: #d2c1fe;
	color: #191918;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: right;
	padding: 1rem;
	width: 30%;
}

#sub form>table>tbody>tr>td {
	position: relative;
	padding: 1rem;
	font-size: 1.2rem;
	background: #fff;
	border-radius: 0 8px 8px 0;
	width: 70%;
}

.coupon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
	background: url('./../img/item/coupon.png') no-repeat center;
	background-size: contain;
}

.hide-radio {
	display: none;
}

.hide-radio+label {
	display: inline-block;
	margin-right: 1rem;
	padding: 1rem;
	background: #a5a5a5;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
}

.hide-radio:checked+label {
	background: #0a00fc;
}

.hide-radio__green:checked+label {
	background: #1db518;
}

#sub form figure {
	margin: 0;
	width: fit-content;
}

#sub form figure img,
#sub form a img {
	width: 200px;
}

#sub form figcaption {
	font-size: 0.8em;
	text-align: center;
}

.explanation {
	font-size: 14px;
}

.explanation strong {
	font-weight: bold;
}

.link_underline,
.explanation a {
	color: #ff1837;
	text-decoration: underline;
}

.text-red {
	color: red;
}


.gift-flex {
	display: flex;
	gap: 1rem;
	margin: 1rem auto;
}

.gift-flex label,
#sub form textarea {
	width: 100%;
}

#sub form input[type=text],
#sub form input[type=number],
#sub form input[type=file],
#sub form select {
	width: 100%;
	height: 2em;
}

#sub form .inner-table {
	width: 100%;
	border: 1px solid #956bff;
}

#sub form .inner-table tr {
	border-bottom: 1px solid #956bff;
}

#sub form .inner-table th {
	border-right: 1px solid #956bff;
	background: #d2c1fd;
	text-align: revert;
	width: 30%;
}

#sub form>table td {
	position: relative;
	padding: 1rem;
	font-size: 1.2rem;
	line-height: 1.7;
}

#sub form .inner-table input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
}

.fl-label {
	display: flex;
	align-items: center;
}

.fl-label input[type="checkbox"] {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 1rem;
}

.fl-label a {
	color: rgb(255, 47, 47);
}


.image_upload_label {
	display: flex;
	align-items: center;
	gap: 1em;
	background-color: #d2c1fd;
	color: #191918;
	border: none;
	text-align: center;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	margin: 1em 0;
}

.image_upload_label input[type="file"] {
	display: none;
}

.image_upload_label img {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
}

.form-button {
	cursor: pointer;
	display: block;
	width: 80%;
	margin: 2rem auto;
	height: 6rem;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 8px;
	box-shadow: 0 14px #231815;
}

.form-button__purple {
	background: #d2c1fd;
}

.licence-card {
	width: 200px;
}

.sub-text {
	padding: 2rem;
	border-radius: 8px;
	margin: auto;
}

.sub-sst {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

.r-success {
	color: #0059ff;
}

.r-failure {
	color: #ff1837;
}

.sub-text .text-box {
	font-size: 1.2rem;
	line-height: 1.7;
	font-weight: bold;
}

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

.sub-text .check_attention {
	display: block;
	color: red;
	text-align: center;
	font-size: 2rem;
	width: 100%;
}

.form__text-left {
	text-align: left;
}

#sub .td__padding-unset {
	padding: unset;
}

/* 利用規約・個人情報保護方針 */
.sub-text dl {
	font-size: 2em;
	margin: 1em auto;
}

.sub-text dl dt {
	font-weight: bold;
	margin-bottom: 0.2em;
}

.sub-text dl dd {
	font-size: 0.8em;
	line-height: 1.7;
}

/* 運営者情報 */

.aboutus table {
	font-size: 1.4em;
	margin: 2rem auto;
	width: 80%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.aboutus table tr th {
	padding: 1rem;
	text-align: right;
	line-height: 1.7;
	background: #d2c1fd;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}

.aboutus table tr td {
	padding: 1rem;
	line-height: 1.7;
	border-bottom: 2px solid #d2c1fd;
}

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

/* 大口取引ページ---------------------------------------------------------------------------*/

.text-terms {
	color: #ffa821;
	font-weight: bold;
	font-size: 1.4rem;
	margin: 1rem 0;
}

.contact-box {}

.contact-box__tel-num {
	color: #ffa821;
	font-weight: bold;
	font-size: 3rem;
}

.contact-box__hour {
	margin-bottom: 1rem;
	display: block;
}

.contact-box__button {
	display: block;
	margin: 0 auto 1rem;
	width: 60%;
}

.contact-box__button-img {
	width: 100%;
}

/* 銀行検索モーダル */

.searchBankButton {
	border: none;
	outline: none;
	background: green;
	color: white;
	font-size: 1rem;
	padding: .5rem;
}

#bank_search {
	width: 100%;
	max-width: 640px;
	margin: auto;
	padding: 2rem;
	transform: translateY(-50%);
	/*  */
	background: white;
	box-shadow: 0 0 4px 0px black;
	/*  */
	position: fixed;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 999;
	/*  */
}

#close_bank {
	position: absolute;
	top: 0;
	right: 0;
	background: 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;
}

#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 1 calc(33.3% - (1rem / 3));
	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 1 100%;
	font-size: .9rem;
	padding: .2rem;
	justify-content: center;
}

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


.close_bsel {}

.atn {}

.left {}

.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: green;
	color: white;
	padding: .5rem;
	border: unset;
}

.akstn_list,
.daku_list {
	display: flex;
	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: black;
	font-weight: bold;
	cursor: pointer;
}

.daku {}

.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: red;
	text-align: center;
}

/*  */

.bank-news {
	color: #363636;
	padding: .5em;
	border: 3px solid #ff6d6d;
	display: flex;
	flex-direction: column;
	gap: .5em;
	width: fit-content;
	border-radius: .5rem;
	margin: 1rem 0;
	background: #fff9ee;
}

.bank-news__ttl {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	color: #ff5252;
}