section p{
    margin: 40px 0;
				padding: 0 10px;
}
section p.steps {
    margin: 20px 0;
}

section ul {
    margin: 30px 0 30px;
    padding-left: 0px;
}
section ul.circle-list li::before {
    content: "●";
    margin-right: 0.5rem;
    color: #333;
}
section ul.review li::before {
    content: "・";
    margin-right: 0.5rem;
    color: #333;
}
section ul.review li {
    margin-bottom: 2rem;
}

section .small{
    display: block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #646363;
}
section .small13 {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.3rem;
}
section .smaller13 {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.3rem;
}
section .smaller {
    display: block;
    font-size: 0.75rem;
    line-height: 1.3rem;
}
section .smallest {
    display: block;
    font-size: 0.625rem;
    line-height: 1.5rem;
}
section .bold {
    font-weight: bold;
}
section .bigger {
    font-size: 1.2em;
}

section .bold_yellow {
    font-weight: bold;
    background-color: #ECFFAC;
}
section .bold_red {
    font-weight: bold;
    color: #FF1414;
}
section .red {
    color: #FF1414;
}
section a {
    color: #2F08F6;
    font-weight: bold;
    text-decoration: underline;
}

section .alright{
    text-align: right;
}

section a.button{
    display: block;
    width: 95%;
    margin: 1.5rem auto 1.5rem;
}

section .brackets_adj{
    display: inline-block;
    text-indent: -0.5rem;
}

section .item-list{
    line-height:2em;
}

section .mar_b20{
	margin-bottom: 20px;
}


/********************
20241223 キャンペーン用
********************/

/* cp_20241223 */
.cp_20241223 {
	border: 1px solid #462e1d;
	font-weight: 800;
	font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 1.8em;
}
.cp_20241223 * {
	letter-spacing: 0.08em;
}
.cp_20241223 .ttl {
	background: #ffeee5;
	font-size: 2.8rem;
	text-align: center;
	padding: 0.4em 0.4em 0.5em;
}
.cp_20241223 .ttl > strong {
	display: block;
	font-size: 150%;
	line-height: 1.2;
}
.cp_20241223 .txt {
	font-size: 1.25em;
	font-weight: 500;
	padding-top: 1.2em;
}
.cp_20241223 .txt > span {
	display: block;
	font-size: 122%;
	font-weight: 800;
}
.cp_20241223 .txt > span > strong {
	font-size: 135%;
	line-height: 1.2;
}
.cp_20241223 .txt .txt_red {
	font-size: 140%;
}
.cp_20241223 .bubble {
	background: #462e1c;
	border-radius: 100px;
	color: #fff;
	font-size: 1.25em;
	font-weight: 500;
	padding: 0.65em;
	position: relative;
	margin: 0.8em auto 1.4em;
	width: 80%;
}
.cp_20241223 .bubble::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 14px 12px;
	border-color: transparent transparent #462e1c transparent;
}
.cp_20241223.is_price {
	border: none;
}
.cp_20241223.is_price .bubble {
	background-color: #f94a4d;
}
.cp_20241223.is_price .bubble::before {
	border-color: transparent transparent #f94a4d transparent;
}
@media screen and (max-width: 1024px) {
	.cp_20241223 .ttl {
					font-size: 2.6rem;
	}
	.cp_20241223 .txt {
					font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px) {
	.cp_20241223 {
					margin: 0 0 1em;
	}
	.cp_20241223 * {
					letter-spacing: 0.06em;
	}
	.cp_20241223 .ttl {
					font-size: 1.4rem;
	}
	.cp_20241223 .ttl > strong {
					font-size: 135%;
	}
	.cp_20241223 .txt {
					font-size: 0.875rem;
	}
	.cp_20241223 .txt > span {
					font-size: 105%;
	}
	.cp_20241223 .txt .txt_red {
					font-size: 125%;
	}
	.cp_20241223 .bubble {
					font-size: 0.875rem;
                    width: 90%;
	}
	.cp_20241223 .bubble::before {
					top: -6px;
	}
}


/* 音声 ON OFF スクリプト */
.video-wrapper {
		position: relative;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		overflow: hidden;
}

.video-wrapper video {
		width: 100%;
		height: auto;
		display: block;
}

.mute-toggle {
		position: absolute;
		bottom: 10px;
		right: 10px;
		background: rgba(0,0,0,0.6);
		color: white;
		border: none;
		border-radius: 20px;
		padding: 8px 12px;
		cursor: pointer;
		font-size: 14px;
		z-index: 10;
}