@charset "UTF-8";





@media only screen and (max-width: 767px){
	

	
/*********** 共通・bg *************/

main {
	margin-top: 60px;
}

.login-bg {
	position: relative;
	background-image: url("../../login/images/sp_login_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 60px;
}
	
/*********** ↑共通・bg *************/
	
	
	
	
	
h2 p:nth-child(1) {
	font-size: 2.5rem;
}

h2 p:nth-child(2) {
	font-size: 1.3rem;
	margin-top: 10px;
}

.cont-wrap {
	margin-top: 10px;
}

.cont-wrap > li {
	width: 100%;
	padding: 30px;
	margin-top: 20px;
}

.cont-wrap .ttl {
	font-size: 2.5rem;
}

.cont-wrap .txt {
	font-size: 1.3rem;
	text-align: justify;
	margin-top: 30px;
}
	
.cont-wrap .txt br {
	display: none;
}
	

.input-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
	
button {
	height: 42px;
}


nav.entry-bt a {
	height: 45px;
	margin-top: 20px;
}


	
	
	
	
	

	
	
	
}











