@charset "UTF-8";

#contents_wrap {
	padding: 0 40px 180px;	
}

@media screen and (max-width: 835px){
#contents_wrap {
	padding: 20px 40px 140px;	
}	
}

#agree_check {
	background: #eee;
	border: 1px solid #ddd;
	border-top: none;
	padding: 5px;
}

#agree_check label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

#agree_check label span {
	background: #fc2626;
	color: #fff !important;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	padding: 5px 7px;
	font-size: 1.2rem;
	margin-right: 5px;
	border-radius: 3px;
}

.policy-text{
	padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}
.policy-inner{
	max-height: 300px;
	overflow-y: scroll;
	padding-right: 20px;
	font-size: 1rem;
}

.policy-inner h2{
	font-size:16px;
	font-weight:500;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}

.policy-inner h3{
	font-size:1.1rem;
	font-weight:500;
}