@charset "utf-8";

/* title */
.title{
	background-color: #d8e4ea;
	padding: 80px 0 50px 0;
}
.ttlWrap h2{
	font-family: "Marcellus", serif;
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #0078ad;
	text-align: center;
}
.ttlWrap p{
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}

/* formWrap_outer */
.formWrap_outer{
	padding: 150px 0 150px 0;
	position: relative;
}
.formWrap_outer:before{
	content: '';
	background-image: url(../images/top/waveTop.svg);
	aspect-ratio: 1920/100;
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
}
.loginWrap{
	position: relative;
}
/*.loginWrap:after {
	content: '';
	background-image: url(../images/location/waveBottom_blue.svg);
	aspect-ratio: 1920 / 98;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -1px;
	left: 0;
}*/
.entryWrap{
	background-color: #d8e4ea;
}
.formWrap,
.requestWrap{
	width:1000px;
	margin:0 auto;
}
.formWrap{
	padding:50px 0;
}
.formWrap p,
.requestWrap p{
	font-size: 1em;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 30px;
}
.passwordWrap{
	width:600px;
	margin:0 auto;
}
.relative{
	position: relative;
}
.passwordWrap form{
	width:100%;
}
.form input[type=password]{
	width:70%;
	padding: 1rem 1.5rem;
	border: 2px solid #e0e0e0;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 5px;
	opacity: 0.5;
}
.form input[type=submit]{
	font-family: "Marcellus", serif;
	width: 29%;
	padding: 0.85rem 1.5em;
	font-size: 1.25em;
	letter-spacing: 0.1em;
	border: none;
	color:#fff;
	background-color: rgba(181, 167, 132,0.5);
	display: inline-block;
	box-sizing: border-box;           
}
.passwordWrap .absolute{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}
.form>.requestBtn{
	width:400px;
	background-image: url(../images/top/btnBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	aspect-ratio: 400/73;
	margin-bottom: 0;
}
.requestWrap{
	background-color:#fff;
	padding:50px 0;
	text-align: center;
}
.requestBtn a{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: "Marcellus", serif;
	font-size: 1.25em;
	letter-spacing: 0.1em;
	color: #00437c;
	line-height: 1.4;
}
.requestWrap .requestBtn a:hover,
.requestWrap .requestBtn a:active{
	opacity: 0.5;
}
@media (max-width:1400px){
	.formWrap,
	.requestWrap{
		width:68.75%;
	}
}
@media (max-width:1024px){
	.passwordWrap{
		width:500px;
	}
}
@media (max-width:768px){
	.formWrap_outer{
		padding: 100px 0 50px 0;
		position: relative;
	}
	.formWrap,
	.requestWrap{
		width:85%;
	}
	.formWrap p,
	.requestWrap p{
		font-size: 1.2em;
	}
	.passwordWrap{
		width:400px;
	}
	.requestWrap .requestBtn{
		width:70%;
	}
}
@media (max-width:500px){
	.formWrap_outer{
		padding: 80px 0 50px 0;
	}
	.formWrap,
	.requestWrap{
		width:90%;
	}
	.passwordWrap{
		width:300px;
	}
	.form input[type=password]{
		width:100%;
		margin-bottom: 5px;
	}
	.form input[type=submit]{
		width: 100%;        
	}
	.requestWrap .requestBtn{
		width:70%;
	}
}
@media (max-width:450px){
	.requestWrap .requestBtn{
		width:80%;
	}
}
@media (max-width:400px){
	.passwordWrap{
		width:90%;
	}
	.requestWrap .requestBtn{
		width:90%;
	}
}

/* pageNotice */
.pageNotice {
    background-color: #d8e4ea;
    padding: 50px 0;
}