@charset "UTF-8";

.pos_rel {
	position: relative;
}
.lnktxt {
	position: absolute;
	width: 50%;
	left: 25%;
	bottom: 35%;
}
@media screen and (max-width: 740px) {
	.lnktxt {
		position: absolute;
		width: 40%;
		left: 55%;
		bottom: 42%;
	}
}

.p1080 {
	display: block;
}
@media screen and (max-width: 1080px) {
	.p1080 {
		display: none;
	}
}
@media screen and (max-width: 979px) {
	.p1080 {
		display: block;
	}
}

sup {
	font-size: 70%;
	vertical-align: super;
}

/*warning list*/
.c_list_warning_text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}

@media screen and (max-width: 979px) {
	.c_list_warning_text {
		font-size: 1.1rem;
		font-size: 10px;
	}
}


/*新予備認定バナー*/
#yobinintei {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
	transition: 0.3s;
	transform: translateY(100%);
}
#yobinintei.show {
	transform: translateY(0%);
}
#yobinintei .modal_inner {
	max-width: 700px;
	margin: 100px auto;
	position: relative;
}
#yobinintei .modal_inner #close_modal {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 979px) {
	#yobinintei .modal_inner {
		max-width: 90%;
	}
}


/* 注釈　支払い例 */
.shiharai {
	width: 95%;
	border: solid 1px #222;
	padding: 15px 2%;
}
.shiharai .top {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
}
.shiharai .txt {
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
}
.shiharai .txt span {
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.shiharai .top {
		font-size: 14px;
	}
	.shiharai .txt {
		font-size: 11px;
		line-height: 1.5;
	}
}

