@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : terms.css
 author     : Ability Consultant
 style info : 利用規約
=================================================================== */
.con_terms {
	max-width: 1100px;
	margin: auto;
}

@media only screen and (max-width: 1200px) {
	.con_terms {
		width: 92%;
	}
}

/* -----------------------------------------------------------
	.con_terms
----------------------------------------------------------- */
.con_terms .text_read {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_terms .text_read {
		margin-bottom: 1.5em;
	}
}

.con_terms .box_terms {
	margin-bottom: 70px;
}

.con_terms .box_terms:last-of-type {
	margin-bottom: 0;
}

.con_terms .box_terms .title {
	font-size: 153%;
	font-weight: normal;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.con_terms .box_terms .title {
		font-size: 136%;
		margin-bottom: 0.5em;
	}
}

.con_terms .box_terms .st {
	font-size: 130%;
	font-weight: normal;
	position: relative;
	padding: 0 0 5px 3px;
}

@media only screen and (max-width: 767px) {
	.con_terms .box_terms .st {
		font-size: 118%;
	}
}

.con_terms .box_terms .st:before, .con_terms .box_terms .st:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 2px;
}

.con_terms .box_terms .st:before {
	width: 60px;
	background: #d72b27;
	z-index: 2;
}

.con_terms .box_terms .st:after {
	width: 100%;
	background: #cccccc;
	z-index: 1;
}

.con_terms .box_terms > p {
	margin: 28px 0 50px;
}

@media only screen and (max-width: 767px) {
	.con_terms .box_terms > p {
		margin: 1em 0 2em;
	}
}

.con_terms .box_terms > p:last-of-type {
	margin-bottom: 0;
}

/*# sourceMappingURL=../maps/terms.css.map */
