@charset "UTF-8";

/*
フローティングバナー・モーダル・予備認定バナーの印刷時非表示対応
floatingのみ、1階層下の"banner"に付加
*/
@media print {
	.print_none {
		display: none;
	}
}


.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;
	}
}


/* 3つのポイント */
ul.merit {
	max-width: 1280px;
	margin: 80px auto 120px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1280px) {
	ul.merit {
		width: 90%;
		margin: 40px auto 60px;
		/* margin: 170px auto 60px; */
	}
}

ul.merit li {
	display: block;
	width: 32%;
	border: 2px solid #a9bed9;
	padding: 20px;
	text-align: center;
	font-size: 2rem;
	line-height: 3.6rem;
	font-weight: bold;

	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1280px) {
	ul.merit li {
		width: 100%;
		margin: 0 auto 10px;
	}
}
@media screen and (max-width: 1280px) {
	ul.merit li {
		font-size: 1.8rem;
	}
}
ul.merit li .large {
	font-family: "MFW-TBGoStd-Medium";
	font-size: 2.8rem;
}
ul.merit li .small {
	font-size: 1.6rem;
}
ul.merit li .ls {
	letter-spacing: -.1em;
}
@media screen and (max-width: 1280px) {
	ul.merit li .large {
		font-size: 2rem;
	}
	ul.merit li .small {
		font-size: 1.0rem;
	}
}
ul.merit li .red {
	color: #af272d;
}



/* 3つの魅力 */
.point {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: 1200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 10;
}
.point .base_w {
	position: relative;
}
@media screen and (max-width: 740px) {
	.point {
		height: 600px;
	}
}
.point .base_w {
	position: relative;
}
.point .base_w a.txt {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 400px;
	width: 40%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.point .noLink {
	cursor: default!important;
}
@media screen and (max-width: 979px) {
	.point .base_w a.txt {
		top: 350px;
		width: 75%;
		height: auto;
	}
}
@media screen and (max-width: 740px) {
	.point .base_w a.txt {
		padding: 15px;
	}
}
.point .base_w a.txt.left {
	left: 0;
}
.point .base_w a.txt.right {
	right: 0;
}
.point .base_w a.txt img {
	max-width: 100px;
	margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
	.point .base_w a.txt img {
		max-width: 60px;
		margin-bottom: 0px;
	}
}
.point01 {
	background-image: url("../images/top/point03.jpg");
	position: relative;
	z-index: 3;
}
.point02 {
	background-image: url("../images/top/point02.jpg");
	position: relative;
	z-index: 2;
}
.point03 {
	background-image: url("../images/top/point01.jpg");
	position: relative;
	z-index: 1;
}
.point_note {
	position: absolute;
	font-size: 14px;
	color: #fff;
	right: 0;
	bottom: 0;
	background-color:rgba(88,88,88,0.7);
	padding: 5px 10px 2px;
}
@media screen and (min-width: 800px) {
	.point_note2 {
		position: absolute;
		font-size: 14px;
		color: #fff;
		right: 0;
		bottom: 0;
		background-color:rgba(88,88,88,0.7);
		padding: 5px 10px 2px;
	}
}
@media screen and (max-width: 800px) {
	.point01 {
		background-image: url("../images/top/point03_sp.jpg");
		background-position: 50% bottom;
	}
	.point02 {
		background-image: url("../images/top/point02_sp.jpg");
		background-position: 50% bottom;
	}
	.point03 {
		background-image: url("../images/top/point01_sp.jpg");
		background-position: 50% bottom;
	}
	.point_note {
		font-size: 12px;
		padding: 3px 7px 2px;
	}
	.point_note2 {
		position: absolute;
		font-size: 12px;
		color: #fff;
		left: 0;
		bottom: 0;
		background-color:rgba(88,88,88,0.7);
		padding: 5px 10px 2px;
	}
}


/* 更新履歴 */
.update {
	max-width: 600px;
	max-width: 620px;
	margin: 120px auto 120px;
}
.update ul{
	max-height: 250px;
	overflow-y: scroll;
}
@media screen and (max-width: 740px) {
	.update {
		max-width: 90%;
	}
	.update ul{
		max-height: 230px;
	}
}
.update ul li {
	border-bottom: 1px solid #000;
	padding: 20px;
	overflow: hidden;
}
.update ul li span{
	display: block;
}
.update ul li span.date{
	float: left;
	margin-right: 20px;
}
.update ul li span.txt{
	float: left;
}
@media screen and (max-width: 740px) {
	.update ul li {
		padding: 10px;
	}
	.update ul li span.date{
		float: none;
		margin-right: 0px;
	}
	.update ul li span.txt{
		float: none;
	}
}


/* 予備認定バナー */
.bnr_yobinintei {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 40px;
}
.bnr_yobinintei img {
	margin: 50px auto 10px;
}
.bnr_yobinintei p {
	font-size: 85%;
	line-height: 1.7;
}
@media screen and (max-width: 640px) {
	.bnr_yobinintei {
		width: 92%;
		margin: 70px auto 0;
	}
	.bnr_yobinintei img {
		margin: 30px auto 20px;
	}
	.bnr_yobinintei p {
		font-size: 70%;
		line-height: 1.6;
	}
}


/*新予備認定バナー*/
#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;
	}
}
