@charset "UTF-8";
*,*::before,*::after{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ul, ol{
	list-style: none;
}
html,body{
	font-size: 10px;
}
body{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.wrapper{
	background-color: #efeff6;
	text-align: center;
	padding-bottom: 50px
}
.breadcrumb-list{
	display: flex;
	font-size: 1.6rem;
	margin: 0 auto;
	width: 1000px;
}

.breadcrumb-item{
	color: #3b3b3b;
}

.breadcrumb-item:not(:last-of-type)::after{
	content:"＞";
	margin: 0 1em;
}

.breadcrumb-item-a{
	color: #1d2089;
	text-decoration: none;
}

.page-ttl{
	border-bottom: 2px solid #1d2089;
	color: #1d2089;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 15px auto 0;
	position: relative;
	width: 750px;
}
.page-ttl::after{
	border-bottom: 1px solid #1d2089;
	bottom: 3px;
	content: "";
	display: block;
	position: relative;
}
.main-ctr{
	margin: 0 auto;
	width: 750px;
}
.section-ctr.login{
	background-color: #1d2089;
	color: #fff;
	margin-top: 12px;
	padding: 40px 0 55px;
}
.section-ttl{
	font-weight: 700;
}

.login .section-ttl{
	font-size: 3rem;
}
.login .section-ttl .fs-small{
	font-size: 2rem
}

.login-form{
	margin: 40px auto 0;
	text-align: left;
	width: 500px;
}
.form-label{
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
.form-label[for="password"]{
	margin-top: 30px;
}
.input-textbox{
	display: block;
	font-size: 2.4rem;
	line-height: 1.5;
	width: 100%;
}
.btn{
	align-items: center;
	border-radius: 5px;
	display: flex;
	font-size: 2.3rem;
	font-weight: 700;
	height: 60px;
	justify-content: center;
	margin: 54px auto 0;
	width: 170px;
}
.btn.btn-login{
	background-color: #fff;
	color: #1d2089;
}



.section-ctr.registration{
	background-color: #fff;
	padding: 45px 0 75px;
}
.registration .section-ttl{
	color: #1d2089;
	font-size: 4rem;
}
.registration-txt{
	color: #3b3b3b;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 10px;
}
.registration-annotation{
	color: #3b3b3b;
	font-size: 1.6rem;
	font-weight: 500;
}
.btn.btn-registration{
	background-color: #1d2089;
	color: #fff;
	margin-top: 40px;
	text-decoration: none;
}
