@charset "utf-8";

/* --------------------------------------------------------------------------------
★スマートフォン
特定商取引法に基づく表示
-------------------------------------------------------------------------------- */
.fs-body-about-terms h2{
	margin: 0 0 10px;
	font-size: 1.1666em;
	font-weight: bold;
	padding: 0 0 5px;
	text-align: center;
	margin: 0 0 10px;
}
.fs-body-about-terms .CrossHeadSub {
	font-weight: bold;
	border-bottom: none !important;
	margin: 0 !important;
	font-size: 1em !important;
}
.fs-body-about-terms dl dt {
	font-weight: bold;
	border-bottom: none !important;
	margin: 0 !important;
	font-size: 1em !important;
}
.fs-body-about-terms dl dt::before {
	content: '■';
}
.fs-body-about-terms dl dd:last-child {
	margin-bottom: 10px;
}
.fs-body-about-terms dl dd {
	margin: 5px 0 30px;
}
.fs-body-about-terms ul,
.fs-body-about-terms li,
.fs-body-about-terms ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fs-body-about-terms .cautionTxt {
	background: #ededed;
	padding: 10px;
	border: 1px solid #ccc;
	list-style: disc;
	margin-top: 10px;
	margin-left: 0;
}
.fs-body-about-terms .cautionTxt {
    background: #ededed;
    padding: 10px;
    border: 1px solid #ccc;
    list-style: disc;
    margin-top: 10px;
    margin-left: 0;
}
.fs-body-about-terms .cautionTxt li {
    margin: 0;
    padding: 2px 0;
    text-indent: 0;
    list-style: none;
}