
/* 特定商取引の表記 TOP */
.tokushou__contents {
	margin-bottom: 2rem;
}
.tokushou__contents--title {
	font-size: 0;
	margin: 0;
}
.tokushou__contents--title-img {
	width: 100%;
	height: auto;
}
.tokushou__contents--ul, .tokushou__contents--li,
.tokushou__contents--li-accordion,
.tokushou__contents--li-parent,
.tokushou__contents--ul-child, .tokushou__contents--li-child {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tokushou__contents--li, .tokushou__contents--li-accordion, .tokushou__contents--li-child {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem 1.6rem 0.4rem 0.4rem;
}
.tokushou__contents--li-accordion {
	font-weight: bold;
}
.tokushou__contents--li:first-of-type {
	border-top: 1px solid #9c9c9c;
}
.tokushou__contents--li::after, .tokushou__contents--li-accordion::after, .tokushou__contents--li-child::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
}
.tokushou__contents--li-accordion::after {
	transform: translate(0, -50%) rotate(135deg);
}
.tokushou__contents--li::after, .tokushou__contents--li-child::after {
	transform: translate(0, -50%) rotate(45deg);
}
.tokushou__contents--a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-decoration: none;
}


/* 特定商取引の表記 フッターリスト */
.tokushou__footer-list {
	margin-bottom: 2rem;
}
.tokushou__footer-list--ul, .tokushou__footer-list--li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tokushou__footer-list--li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem 1.6rem 0.4rem 0.4rem;
}
.tokushou__footer-list--li:first-child {
	border-top: 1px solid #9c9c9c;
}
.tokushou__footer-list--li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.tokushou__footer-list--a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-decoration: none;
}


/* ==============================================================*/
/* 特定商取引の表記 デジタルコンテンツ */
.tokushou-digital__contents {
	margin-bottom: 1rem;
}
.tokushou-digital__contents--title {
	font-size: 0;
	margin: 0;
}
.tokushou-digital__contents--title-img {
	width: 100%;
	height: auto;
}
.tokushou-digital__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.tokushou-digital__contents--block {
	padding: 1rem;
}
.tokushou-digital__contents--block-ol, .tokushou-digital__contents--block-li,
.tokushou-digital__contents--block-inner-ul, .tokushou-digital__contents--block-inner-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tokushou-digital__contents--block-ol {
	counter-reset: number 0;
}
.tokushou-digital__contents--block-li {
	position: relative;
	padding-left: 2.0rem;
}
.tokushou-digital__contents--block-li::before {
	counter-increment: number 1;
	content: counter(number)'.';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	font-size: 1.0rem;
	text-align: right;
	width: 1.6rem;
}
.tokushou-digital__contents--block-h {
	font-size: 1.0rem;
	margin: 0;
}


/* ==============================================================*/
/* 特定商取引の表記 販売業者について */
.tokushou-contact__contents {
	margin-bottom: 2rem;
}
.tokushou-contact__contents--title {
	font-size: 0;
	margin: 0;
}
.tokushou-contact__contents--title-img {
	width: 100%;
	height: auto;
}
.tokushou-contact__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.tokushou-contact__contents--block {
	padding: 1rem;
}
.tokushou-contact__contents--block-ul, .tokushou-contact__contents--block-li,
.tokushou-contact__contents--block-small-ul, .tokushou-contact__contents--block-small-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tokushou-contact__contents--block-li {
	position: relative;
	padding-left: 1.2rem;
}
.tokushou-contact__contents--block-li::before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	font-size: 1.0rem;
	text-align: center;
	width: 1.2rem;
}
.tokushou-contact__contents--block-h {
	font-size: 1.0rem;
	font-weight: bold;
	margin: 0;
}
.tokushou-contact__contents--block-small-li {
	position: relative;
	padding-left: 1.2rem;
}
.tokushou-contact__contents--block-small-li::before {
	content: '※';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	font-size: small;
	width: 1.2rem;
}


/* ==============================================================*/
/* 特定商取引の表記 申し込みの有効期限 */
.tokushou-expire__contents {
	margin-bottom: 1rem;
}
.tokushou-expire__contents--title {
	font-size: 0;
	margin: 0;
}
.tokushou-expire__contents--title-img {
	width: 100%;
	height: auto;
}
.tokushou-expire__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.tokushou-expire__contents--block {
	padding: 1rem;
}


/* ==============================================================*/
/* 特定商取引の表記 販売数量 */
.tokushou-sales__contents {
	margin-bottom: 1rem;
}
.tokushou-sales__contents--title {
	font-size: 0;
	margin: 0;
}
.tokushou-sales__contents--title-img {
	width: 100%;
	height: auto;
}
.tokushou-sales__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.tokushou-sales__contents--block {
	padding: 1rem;
}


/* ==============================================================*/
/* 特定商取引の表記 代金の支払時期・支払方法 */
.tokushou-payment__contents {
	margin-bottom: 1rem;
}
.tokushou-payment__contents--title {
	font-size: 0;
	margin: 0;
}
.tokushou-payment__contents--title-img {
	width: 100%;
	height: auto;
}
.tokushou-payment__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.tokushou-payment__contents--introduction {
	padding: 1rem;
}
.tokushou-payment__contents--block {
	padding: 0 1rem 1rem;
}
.tokushou-payment__contents--block-ol, .tokushou-payment__contents--block-li,
.tokushou-payment__contents--price-ul, .tokushou-payment__contents--price-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tokushou-payment__contents--block-ol {
	counter-reset: number 0;
}
.tokushou-payment__contents--block-li {
	position: relative;
	padding-left: 1.4rem;
}
.tokushou-payment__contents--block-li::before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	top: 0.2rem;
	left: 0;
	line-height: 1;
	font-size: 0.8rem;
	text-align: center;
	width: 1.0rem;
	height: 1.0rem;
	color: #f66076;
	border-radius: 50%;
	border: 1px solid #f66076;
	background-color: #ffffff;
}
.tokushou-payment__contents--block-h {
	color: #f66076;
	font-size: 1.0rem;
	margin: 0;
}
.tokushou-payment__contents--caution {
	padding: 0 1rem 1rem;
}
.tokushou-payment__contents--caution-mark1, .tokushou-payment__contents--caution-mark2 {
	position: relative;
	padding-left: 1.2rem;
}
.tokushou-payment__contents--caution-mark1::before,
.tokushou-payment__contents--caution-mark2::before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: small;
}
.tokushou-payment__contents--caution-mark1::before {
	content: '※';
}
.tokushou-payment__contents--caution-mark2::before {
	content: '◇';
}
.tokushou-payment__contents--price {
	padding: 0 1rem 1rem;
}


/* ==============================================================*/
/* 特定商取引の表記 商品販売価格 */
.tokushou-price__contents {
	margin-bottom: 1rem;
}
.tokushou-price__contents--title {
	font-size: 0;
	margin: 0;
}
.tokushou-price__contents--title-img {
	width: 100%;
	height: auto;
}
.tokushou-price__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.tokushou-price__contents--block {
	padding: 1rem;
}


/* ==============================================================*/
/* 特定商取引の表記 商品代金以外の必要料金 */
.tokushou-other__contents {
	margin-bottom: 1rem;
}
.tokushou-other__contents--title {
	font-size: 0;
	margin: 0;
}
.tokushou-other__contents--title-img {
	width: 100%;
	height: auto;
}
.tokushou-other__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.tokushou-other__contents--block {
	padding: 1rem;
}
.tokushou-other__contents--block-ul, .tokushou-other__contents--block-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tokushou-other__contents--block-li {
	position: relative;
	padding-left: 1.2rem;
}
.tokushou-other__contents--block-li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.2rem;
}


/* ==============================================================*/
/* 特定商取引の表記 商品引渡時期 */
.tokushou-send__contents {
	margin-bottom: 1rem;
}
.tokushou-send__contents--title {
	font-size: 0;
	margin: 0;
}
.tokushou-send__contents--title-img {
	width: 100%;
	height: auto;
}
.tokushou-send__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.tokushou-send__contents--introduction {
	padding: 1rem;
}
.tokushou-send__contents--caution {
	padding: 0 1rem 1rem;
}
.tokushou-send__contents--block {
	padding: 0 1rem 1rem;
}
.tokushou-send__contents--caution-ul, .tokushou-send__contents--caution-li,
.tokushou-send__contents--block-ul, .tokushou-send__contents--block-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tokushou-send__contents--caution-li {
	position: relative;
	padding-left: 1.2rem;
}
.tokushou-send__contents--caution-li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.2rem;
}
.tokushou-send__contents--block-li {
	position: relative;
	padding-left: 1.2rem;
	color: #f66076;
	font-size: small;
}
.tokushou-send__contents--block-li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.2rem;
	color: #f66076;
	font-size: small;
}


/* ==============================================================*/
/* 特定商取引の表記 【重要】返品/キャンセル/不良品 */
.tokushou-return__contents {
	margin-bottom: 1rem;
}
.tokushou-return__contents--title {
	font-size: 0;
	margin: 0;
}
.tokushou-return__contents--title-img {
	width: 100%;
	height: auto;
}
.tokushou-return__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.tokushou-return__contents--block {
	padding: 1rem;
}
.tokushou-return__contents--block-ul, .tokushou-return__contents--block-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tokushou-return__contents--block-li {
	position: relative;
	padding-left: 1.2rem;
}
.tokushou-return__contents--block-li::before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	font-size: 1.0rem;
	width: 1.2rem;
}
.tokushou-return__contents--block-h {
	font-size: 1.0rem;
	font-weight: bold;
	margin: 0;
}


/* ==============================================================*/
/* 特定商取引の表記 商品の転売について */
.tokushou-resell__contents {
	margin-bottom: 1rem;
}
.tokushou-resell__contents--title {
	font-size: 0;
	margin: 0;
}
.tokushou-resell__contents--title-img {
	width: 100%;
	height: auto;
}
.tokushou-resell__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.tokushou-resell__contents--block {
	padding: 1rem;
}
