@charset "utf-8";

h2.title {
	font-family:'Crimson Text', 'Noto Serif JP', 'futura', 'Century Gothic', sans-serif;
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:5px;
}
.mainContents{
	font-size:14px;
	font-size:1.4rem;
}
.title-box{
	border-bottom:1px solid #000;
	margin-bottom:35px;
}



.error-messages {
	margin-bottom: 15px;
	margin-left: 50px;
}
.mainContents .medium-6 {
	padding: 0 40px;
	position: relative;
	height: 380px;
}
.mainContents .medium-6:nth-child(2n) {
	border-left: 1px solid #A5A5A5;
	border-bottom: none;
}
.mainContents h3 {
	font-size: 30px;
	font-size: 3.0rem;
	font-family:'Crimson Text', 'Noto Serif JP', 'futura', 'Century Gothic', sans-serif;
	margin-bottom:5px;
}
.mainContents h4 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #7d7d7d;
	margin-bottom: 30px;
}
.mainContents input[type="text"],
.mainContents input[type="password"] {
	height:auto;
	box-shadow:none;
	padding:10px;
	max-width:350px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.mainContents label{
	font-size:14px;
	font-size:1.4rem;
}
.mainContents .form-bottom{
	margin-bottom:10px;
}
.mainContents .form-bottom.last{
	margin-bottom:25px;
}


.mainContents .login_forgot {
	display: block;
	margin-bottom: 20px;
}l
.mainContents .join_text {
	line-height: 200%;
}
.mainContents .btm_btn {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
	padding:0 40px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.login_btn, 
.login_sign_up_btn{
	width: 100%;
	height:inherit !important;
	display:block;
	padding:10px !important;
	margin:0 !important;
	font-family:'Crimson Text', 'Noto Serif JP', 'futura', 'Century Gothic', sans-serif;
	font-size:16px;
	font-size:1.6rem;
}
.mainContents.reminder .medium-6 {
	height: auto;
}
.mainContents.reminder .mail {
	padding-bottom: 10px;
	font-size: 16px;
}



@media only screen and (max-width: 767px){
	h2.title {
		font-size:22px;
		font-size:2.2rem;
		margin-bottom:5px;
		padding:0
	}
	h2.title.margin {
		margin-bottom: 10px;
	}
	/* small */
	.error-messages {
		margin: 0;
	}
	.mainContents .medium-6 {
		padding: 0;
		height: auto;
		float:none !important;
		width:100% !important;
		margin-bottom:40px;
	}
	.mainContents .medium-6:nth-child(2n) {
		border-left: none;
	}
	.mainContents .medium-6:last-child {
		border-top: 1px solid #A5A5A5;
		padding-top: 35px;
	}
	.mainContents .btm_btn {
		position: relative;
		margin-top: 20px;
	}
	.login_btn, 
	.login_sign_up_btn{
		width: 100%;
	}
	.reminder #form_mail{
		width:100% !important;
	}
	.mainContents input[type="text"],
	.mainContents input[type="password"] {
		max-width:inherit;
		width:100%;
	}
}


/* BUTTON
-------------------------------*/

.buttonArea .mypage-btn{
	width:250px;
	float:left;
	margin-right:10px;
}
.buttonArea .mypage-btn.single{
	float:none;
	margin:0 0 10px;
}
.buttonArea .backlink{
	display:block;
	border:1px solid #000;
	background-color:#FFF;
	text-align:center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px 0;
}

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

	.buttonArea .mypage-btn{
		width:100%;
		float:none;
		margin: 0 0 10px;
	}

}
