@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/

.areaTerms{
	padding: 20px 0 113px;
}
.areaTerms .inner{
	background: #fff;
	padding: 52px 58px 39px;
}
.areaTerms .termsTitle{
	font-size: 26px;
	color: #fff;
	background: #2fa7e0;
	border-bottom: 5px solid #0066cc;
	padding: 9px 23px 8px;
	margin-bottom: 21px;
}
.areaTerms .termsText{
	color: #242424;
	line-height: 1.9;
}
.areaTerms .termsText.last{
	margin-bottom: 49px;
}
.areaTerms .termsText.mgb{
	margin-bottom: 26px;
}
.areaTerms .termsText.alone{
	padding-left: 20px;
}
.areaTerms .termsText .num{
	width: 47px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}
.areaTerms .termsText .text{
	width: calc(  100% - 60px);
	display: inline-block;
	letter-spacing: -0.5px;
	vertical-align: top;
}
.areaTerms .termsText .bracket{
	text-indent: -8px;
}

.areaTerms .regulation{
	position: relative;
	color: #0066cc;
	font-size: 19px;
	padding-left: 23px;
}

.areaTerms .regulation:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	left: 3px;
	transform: translateY(-50%);
	background: #0066cc;
	width: 5px;
	height: 37px;
}

.areaTerms .regulationTitle{
	margin-bottom: 39px;
}

.areaTerms .regulationBox{
	margin-bottom: 60px;
	padding-left: 18px;
}
.areaTerms .regulationBox2{
	margin-bottom: 35px;
}


.areaTerms .regulation{
	margin-bottom: 18px;
}

.areaTerms .regulationBox .regulaMenu{
	font-size: 17px;
	color: #2fa7e0;
	letter-spacing: -0.6px;
	margin-bottom: 4px;
}
.areaTerms .regulationBox .textregula{
	margin-bottom: 6px;
	line-height: 1.9;
	letter-spacing: -0.4px;
}

.areaTerms .regulationBox .termsText .num{
	width: 38px;
}

.areaTerms .regulationBox .mgb{
	margin-bottom: 24px;
}
.areaTerms .date{
	text-align: right;
	padding-right: 20px;
}
.areaTerms .regulationBox .termsText .text .num{
	width: 19px;
	text-align: left;
}

.areaTerms .regulationBox .termsText .text .text{
	width: calc( 100% - 40px);
}

@media (max-width: 768px) {

	.areaTerms {
		padding: 20px 0 40px;
	}
	.areaTerms .termsTitle{
		font-size: 14px;
		font-weight: 500;
		padding: 4px 12px 3px;
		border-bottom: 3px solid #0066cc;
		margin-bottom: 10px;
	}
	.areaTerms .inner{
		background: none;
	}
	.areaTerms .termsText .num{
		width: 19px;
		font-size: 9px;
		padding-right: 6px;
		margin-bottom: 5px;
		vertical-align: top;
		position: relative;
		top: 2px;
	}
	.areaTerms .termsText .text{
		width: calc( 100% - 20px);
		font-size: 10px;
		letter-spacing: -1px;
		vertical-align: super;
	}
	.areaTerms .termsText{
		line-height: 1.5;
	}
	.areaTerms .termsText.mgb{
		margin-bottom: 8px;
	}
	.areaTerms .termsText.last{
		margin-bottom: 30px;
	}
	.areaTerms .termsText.alone{
		padding-left: 10px;
	}
	.areaTerms .regulation{
		font-size: 12px;
		padding-left: 10px;
		margin-bottom: 7px;
	}
	.areaTerms .regulation:before{
		content: "";
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background: #0066cc;
		width: 2px;
		height: 19px;
	}
	.areaTerms .regulationTitle{
		margin-bottom: 28px;
	}
	.areaTerms .regulationBox{
		padding-left: 0;
		margin-bottom: 20px;
	}
	.areaTerms .regulationBox .textregula{
		font-size: 10px;
		line-height: 1.5;
		letter-spacing: -1px;
		text-align: justify;
	}
	.areaTerms .regulationBox .regulaMenu{
		font-size: 12px;
		margin-bottom: 2px;
	}
	.areaTerms .regulationBox .mgb{
		margin-bottom: 9px;
	}
	.areaTerms .regulationBox .termsText .text{
		width: calc( 100% - 42px);
	}
	.areaTerms .regulationBox .termsText .num{
		width: 22px;
	}
	.areaTerms .regulationBox .termsText .text .text{
		width: calc( 100% - 18px);
	}
	.areaTerms .regulationBox .termsText .text .num{
		width: 15px;
	}
	.areaTerms .date{
		font-size: 10px;
	}
}

