@charset "utf-8";

/* ====================================
特定商取引法に基づく表記
====================================== */
.tokuteiIn {
	width: 980px;
	margin: auto;
}

.tokuteiIn a:hover {
	color: #b12b66;
}

@media screen and (max-width:1100px) {
	.tokuteiIn {
		width: 100%;
	}
}

.tokuteiIn dl {
	width: 100%;
	display: table;
	margin-bottom: 2px;
}

.tokuteiIn dt,
.tokuteiIn dd {
	display: table-cell;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.tokuteiIn dt {
	width: 236px;
	padding-left: 22px;
	font-weight: bold;
	background-color: #f2f2f2;
}

.tokuteiIn dd {
	padding-left: 20px;
}

.tokuteiIn dd p {
	padding-left: 0.6em;
	text-indent: -0.6em;
}