@charset 'UTF-8'; 
.mainImg{
	background:url(../images/sub5/main_img.png) center center no-repeat;
}

.article_2{
	max-width:970px;
	margin:0 auto;
}
.loginAreaBox{
	width:100%;
	height:350px;
	box-sizing: border-box;
	border:5px solid #f6f7f9;
	padding:64px 10px;
}
.loginAreaBox h3{
	font-size:2.4rem;
	text-align:center;
	line-height:2.4rem;
	color:#606060;
}
.loginAreaBox h3 span{
	font-size:2.1rem;
	display:block;
	color:#606060;
	padding-top:9px;
}
.loginForm {
	max-width:395px;
	margin:44px auto 0;
	position: relative;
}
.loginForm .loginId{
	margin-bottom:-1px;
}
.loginForm .loginId, .loginForm .loginPw{
	width:280px;
}
.loginForm .loginBtn{
	position: absolute;
	right:0;
	top:0;
}
.loginForm input{
	border:1px solid #ccc;
	width:100%;
	font-size:1.6em;
	box-sizing: border-box;
	padding:14px 13px 14px;
}

.loginForm button{
	width:104px;
	height:94px;
	background:#005ab3;
	color:#fff;
	font-size:1.8rem;
}

.loginForm dl:last-child dt{
	font-size:0;
}

.loginForm dl:last-child dd{
	text-decoration: underline;
	text-align:right;
}
.infoTextArea{
	padding:50px 10px;
}
.textType1, .textType2{
	font-size:1.4rem;
	line-height:1.8rem;
	text-align:center;
	word-break: keep-all;
}

.infoTextArea .pcContents h3{
	font-size:2.4rem;
	line-height:2.4rem;
	text-align:center;
	color:#005ab3;
	padding-bottom:15px;
}

.textType2 strong{
	font-size:1.8rem;
	line-height:2.2rem;
}

.btnArea{
	text-align:center;
}
.btnArea a{
	font-size:1.8rem;
	line-height: 1.8rem;
	color:#202020;
	text-decoration: none;
	background:#efeff0;
	padding:14px 48px;
	border-radius: 24px;
}
.btnArea span{
	display:inline-block;
	width:17px;
	height:12px;
	background:url(../images/sub5/btn_arrow_1.gif) right top no-repeat;
	padding-left:8px;
}

.pcContents .table{
	width:100%;
	width : -webkit-calc(100% - 36px); /* for Chrome, Safari */
	width :    -moz-calc(100% - 36px); /* for Firefox */
	width :         calc(100% - 36px); /* for IE */
	margin:0 auto;
	padding-bottom:50px;
}
.pcContents .table ul{
	display: table-row;
}
.pcContents .table ul li{
	display: table-cell;
	height:102px;
	padding:2px;
	vertical-align: top;
	width:12.5%;
}
.pcContents .table ul li span{
	display:block;
	border:1px solid #ccc;
	width:100%;
	height:100%;
	font-size:1.4rem;
	color:#606060;
	text-align:center;
	line-height:1.8rem;
}
.pcContents .table ul li:nth-child(odd) span{
	background:#f6f7f9;
}
.pcContents .table ul li.line1 span{
	vertical-align: top;
}
.pcContents .table ul li.line2 span{
	padding-top:32px;
}
.pcContents .table ul li.line3 span{
	padding-top:24px;
}
.pcContents .table ul li.line4 span{
	padding-top:16px;
}
.membershipTerm {
	text-align:left;
	box-sizing: border-box;
	border:5px solid #f6f7f9;
	max-width:970px;
	padding:50px 30px 50px 40px;
	margin: 0 auto;
}
.membershipTerm div{
	height:590px;
	overflow: auto;
}
.membershipTerm h3{
	color:#005ab3;
	font-size: 2.4rem;
	line-height: 2.4rem;
	padding-bottom:32px;
}
.membershipTerm h4{
	font-size: 1.8rem;
	line-height: 1.8rem;
	padding-bottom:5px;
}
.membershipTerm p{
	font-size: 1.5rem;
	line-height: 2.5rem;
	padding-bottom:19px;
	word-break: keep-all;
	padding-right:20px;
}
.membershipCheck{
	text-align:center;
}
.membershipCheck label{
	display: block;
	background:#f6f7f9;
	max-width:970px;
	margin:20px auto;
	font-size: 1.5rem;
	color:#606060;
	text-align:right;
	padding:18px 39px 19px;
	box-sizing: border-box;
}

.membershipCheck label input{
	vertical-align: middle;
}

.membershipCheck input[type=button]{
	width:164px;
	height:46px;
	cursor: pointer;
}
/* mobile size */
@media(max-width: 768px) {
	.article_1 .subLink{width:80%;margin:0 auto;}
	.article_1 .subLink ul{width:100%;}
	.article_1 .subLink ul li{
		width:27%;
	}
	.article_1 .subLink ul li:last-child{
		width:46%;
	}
	.article_1 .subLink ul li a{
		padding-right:1px;
		padding-left:1px;
	}

	.loginAreaBox{
		border:none;
	}
	.loginForm .loginId, .loginForm .loginPw{
		width:100%;
	}
	.loginForm .loginBtn{
		padding-top:16px;
		position: relative;
	}
	.loginForm .loginBtn button{
		width:100%;
		height:46px;
	}

	.infoTextArea{
		padding-top: 0;
	}
	.infoTextArea .pcContents{
		display:none;
	}
	.membershipTerm div{
		height:auto;
		overflow: visible;
	}
}