body {
	font-family: "source-han-sans-japanese", "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.c-cta__container {
	background-image: url(../images/cta-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -50;
}

.c-cta-lead {
	background-color: #120d0a;
	padding-top: 14px;
}

.c-cta-lead__wrapper {
	position: relative;
	text-align: center;
	z-index: 10;
}

.c-cta-lead__wrapper::before {
	background-image: url(../images/cta-header-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 60px;
	left: 6px;
	position: absolute;
	top: 55px;
	width: 60px;
}

.c-cta-lead__wrapper::after {
	background-image: url(../images/cta-header-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	top: 78px;
	width: 83px;
	z-index: -10;
}

.c-cta-lead__top {
	margin: 0 auto;
	width: 176px;
}

.c-cta-lead__middle {
	margin: 11px auto 0;
	width: 233px;
}

.c-cta-lead__bottom {
	margin: 6px auto 0;
	width: 332.85px;
}

.c-cta-lead__footer {
	background-image: url(../images/cta-lead-footer.png);
	background-repeat: no-repeat;
	background-size: contain;
	color: #120d0a;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	line-height: 2;
	margin: 21px auto 0;
	padding-left: 6px;
	text-align: center;
	width: 206px;
}

.c-cta-menu {
	padding-bottom: 15px;
}

.c-cta-menu__title {
	background-color: #a91608;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 29px;
	line-height: 1.5;
	margin: 10px auto 0;
	position: relative;
	text-align: center;
	width: 305px;
}

.c-cta-menu__title::before {
	background-color: #a91608;
	content: "";
	height: 2px;
	left: -35px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 37px;
}

.c-cta-menu__title::after {
	background-color: #a91608;
	content: "";
	height: 2px;
	position: absolute;
	right: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 37px;
}

.u-font-small {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 4px;
}

.c-cta-menu__img {
	height: 175px;
	margin: 10px auto 0;
	width: 300px;
}

.c-cta-btn {
	background-image: url(../images/cta-btn-bg.jpg);
	margin: 0 auto;
	padding: 12px 0 15px;
}

.c-cta-btn__link {
	position: relative;
}

.c-cta-btn__link::after {
	background-image: url(../images/cta-btn-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	position: absolute;
	right: 8px;
	top: 0;
	width: 50px;
}

.c-cta-btn__img {
	display: block;
	margin: 0 auto;
	padding-left: 4px;
	width: 370px;
}

.c-cta-btn__alert {
	color: #120d0a;
	font-size: 8px;
	font-weight: 500;
	line-height: 1.75;
	margin: 0 auto;
	width: 315px;
}

.c-cta-iframe {
	height: 900px;
	width: 100%;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 375px;
	max-width: 23.4375rem;
	padding-left: 18px;
	padding-right: 18px;
	width: 100%;
}

.p-about__container {
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 17px 20px 15px;
}

.p-about__title {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	text-align: center;
}

.p-about__title::after {
	background-color: #808080;
	bottom: 0;
	content: "";
	height: 2px;
	left: 36px;
	position: absolute;
	width: 251px;
}

.p-about__text {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 2;
	margin-top: 11.5px;
}

.p-about__items {
	gap: 7.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.p-about__item-text {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 9px;
	text-align: center;
}

.p-benefit__container {
	background-image: url(../images/benefit-content-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 25px;
}

.p-benefit__title {
	background-image: url(../images/benefit-header.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	height: 80px;
	line-height: 1.6;
	padding-top: 5px;
	text-align: center;
}

.p-benefit__lead {
	color: #120d0a;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 4px;
	text-align: center;
}

.p-benefit__content {
	background-image: url(../images/benefit-inner-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 17px 12px 0;
	padding: 12px 12px 21px;
	z-index: 10;
}

.p-benefit__content-head {
	position: relative;
}

.p-benefit__content-head::before {
	background-image: url(../images/benefit-point.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 40px;
	left: 0;
	position: absolute;
	top: -22px;
	width: 40px;
}

.p-benefit__content-head::after {
	background-image: url(../images/benefit-special.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 88px;
	left: -21px;
	position: absolute;
	top: 41px;
	width: 52.5px;
}

.p-benefit__content-copy {
	color: #fff;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.6;
	position: relative;
	text-align: center;
	text-indent: 32px;
}

.p-benefit__content-copy::after {
	background-image: url(../images/benefit-underline.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -22px;
	content: "";
	height: 36px;
	left: 28px;
	position: absolute;
	width: 323px;
}

.p-benefit__content-title {
	margin-left: auto;
	margin-top: 28px;
	padding-right: 24px;
	width: 281px;
}

.p-benefit__content-img-wrapper {
	margin-left: -16px;
	margin-top: 6px;
	position: relative;
	width: 105%;
}

.p-benefit__content-img:nth-child(n+2) {
	margin-top: 10px;
}

.p-benefit__content-img-wrapper::after {
	background-image: url(../images/benefit-03-right.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 39px;
	position: absolute;
	right: -15px;
	top: 195px;
	width: 39px;
}

.p-coupon {
	background-color: #faf0d2;
}

.p-coupon__container {
	padding-bottom: 19px;
}

.p-coupon__title {
	background-image: url(../images/coupon-header-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 140px;
	line-height: 1.5;
	padding-top: 12px;
	position: relative;
	text-align: center;
}

.p-coupon__title::after {
	background-image: url(../images/coupon-underline.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 13px;
	left: 53%;
	position: absolute;
	top: 36px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 129px;
}

.p-coupon__title-img {
	margin: 18px auto 0;
	width: 224px;
}

.p-coupon__img-wrapper {
	margin: 0 auto;
}

.p-coupon__img:nth-child(1),
.p-coupon__img:nth-child(2) {
	padding-left: 8px;
	padding-right: 27px;
}

.p-coupon__img:nth-child(3) {
	padding-left: 28px;
	padding-right: 27px;
}

.p-coupon__img:nth-child(2),
.p-coupon__img:nth-child(3) {
	margin-top: 7px;
}

.p-faq__container {
	background-image: url(../images/faq-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.p-faq__title {
	background-image: url(../images/faq-header-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-bottom: 1px solid #707070;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 2.25;
	position: relative;
	text-align: center;
}

.p-faq__title::before {
	background-color: #707070;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-faq__question {
	background-color: #120d0a;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	line-height: 1.5;
	padding: 10px;
	padding-left: 38px;
	position: relative;
	white-space: nowrap;
}

.p-faq__question-img {
	left: 10px;
	position: absolute;
	top: 15px;
	width: 18px;
}

.p-faq__answer {
	color: #120d0a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75;
	padding: 10px;
}

.p-fat__container {
	background-image: url(../images/fat-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 13px;
}

.p-fat__title {
	color: #120d0a;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	padding-top: 12px;
	position: relative;
	text-align: center;
}

.p-fat__title::after {
	background-color: #808080;
	bottom: -7px;
	content: "";
	height: 2px;
	left: 14px;
	position: absolute;
	width: 346px;
}

.p-fat__media-wrapper {
	margin-top: 18px;
	padding-left: 15px;
	padding-right: 15px;
}

.p-fat__media {
	gap: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-fat__media:nth-child(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 15px;
}

.p-fat__img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 166px;
}

.p-fat__text {
	color: #120d0a;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 2;
}

.p-feature__container {
	background-color: #fffdf1;
	padding: 18px 0 15px;
}

.p-feature__title {
	color: #120d0a;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.p-feature__title--bgcircle {
	position: relative;
}

.p-feature__title--bgcircle::after {
	background-image: url(../images/feature-header-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 85px;
	position: absolute;
	top: -14px;
	width: 85px;
}

.p-feature__title--bgcircle:first-child::after {
	left: -89px;
}

.p-feature__title--bgcircle:nth-child(2)::after {
	left: -117px;
}

.p-feature__title--bgcircle:last-child::after {
	left: -57px;
}

.p-feature__lead {
	color: #120d0a;
	font-size: 18px;
	font-weight: bold;
	line-height: 3;
	position: relative;
	text-align: center;
}

.p-feature__lead::after {
	background-image: url(../images/feature-header-underline.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	height: 14.5px;
	position: absolute;
	right: 0;
	width: 329px;
}

.p-feature__price {
	margin-top: 10px;
}

.p-feature__price-table {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, #fff), to(#fff));
	background: linear-gradient(to bottom, transparent 0%, transparent 10%, #fff 10%, #fff 100%);
}

.p-feature__alert {
	color: #120d0a;
	font-size: 8px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 5px;
}

.p-fv__container {
	position: relative;
}

.p-fv__container::after {
	background-image: url(../images/fv-header-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 28px;
	position: absolute;
	right: 9px;
	top: 11px;
	width: 50.5px;
}

.p-fv-header {
	background-image: url(../images/fv-header-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 12px 0 16px;
	position: relative;
}

.p-fv-header::before {
	background-image: url(../images/fv-header-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 65.5px;
	left: -6px;
	position: absolute;
	top: 40px;
	width: 149.5px;
}

.p-fv-header__text {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	text-align: center;
}

.p-fv-header__text:nth-child(2) {
	margin-top: 9px;
}

.p-fv-header__img-wrapper {
	position: relative;
	z-index: 50;
}

.p-fv-header__img {
	margin: 6px auto 0;
	width: 342px;
}

.p-fv-main {
	position: relative;
}

.p-fv-main::before {
	background-image: url(../images/fv-main-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 132px;
	left: 20px;
	position: absolute;
	top: 0;
	width: 48px;
}

.p-fv-main::after {
	background-image: url(../images/fv-main-feature.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 13px;
	content: "";
	height: 101.5px;
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 345px;
}

.p-menu {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.p-menu__container {
	padding: 19px 0 29px;
}

.p-menu__title {
	color: #120d0a;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.p-menu__items {
	margin-top: 18px;
}

.p-menu__item {
	background-color: #120d0a;
}

.p-menu__item:nth-child(n+2) {
	margin-top: 9px;
}

.p-menu__item-title {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 6px;
	text-align: center;
}

.p-menu__item-subtitle {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 7px;
	position: relative;
	text-align: center;
}

.p-menu__item-subtitle::after {
	background-color: #707070;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-menu__item-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0 20px;
}

.p-menu__item-point {
	height: 30px;
	position: relative;
}

.p-menu__item-point::after {
	background-image: url(../images/menu-lead.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 41px;
	left: 0;
	position: absolute;
	top: -6px;
	width: 192.5px;
}

.p-menu__item-text {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 2;
	padding-left: 15px;
	padding-right: 10px;
}

.p-menu__item-img {
	border: 1px solid #707070;
	width: 170px;
}

.p-price__container {
	background-color: #faf0d2;
	padding-bottom: 15px;
}

.p-price__title {
	color: #120d0a;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	margin-top: 8px;
	position: relative;
	text-align: center;
}

.p-price__title::before {
	background-color: #120d0a;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 148.5px;
}

.p-price__title::after {
	background-color: #120d0a;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 148.5px;
}

.p-price__table {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, #fff), to(#fff));
	background: linear-gradient(to bottom, transparent 0%, transparent 10%, #fff 10%, #fff 100%);
	margin-top: 8px;
}

.p-price__alert {
	color: #120d0a;
	font-size: 8px;
	font-weight: 500;
	line-height: 2;
	margin-left: 10px;
	margin-top: 5px;
}

.p-price__footer {
	margin-top: 24px;
	text-align: center;
}

.p-price__footer-head {
	background-image: url(../images/differene-lead-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 42px;
	line-height: 1.75;
}

.p-price__footer-text {
	margin-top: 8px;
}

.p-reason__container {
	background-color: #fffdf1;
	padding-bottom: 24px;
}

.p-reason__title {
	background-image: url(../images/reason-header-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	height: 122px;
	line-height: 1.1;
	padding-top: 21px;
	position: relative;
	text-align: center;
}

.p-reason__title::before {
	background-image: url(../images/reason-header.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 133px;
	left: 24px;
	position: absolute;
	top: 0;
	width: 61px;
}

.p-reason__item {
	padding: 0 19px;
}

.p-reason__item-num {
	color: #120d0a;
	font-size: 26px;
	font-weight: bold;
	line-height: 2;
	position: relative;
	text-align: center;
}

.p-reason__item-num::before {
	background-color: #120d0a;
	content: "";
	height: 1px;
	left: -24px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 162px;
}

.p-reason__item-num::after {
	background-color: #120d0a;
	content: "";
	height: 1px;
	position: absolute;
	right: -24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 162px;
}

.p-reason__item-title {
	color: #120d0a;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.p-reason__item-title--margin-left {
	margin-left: -6px;
}

.p-reason__item-img {
	margin-top: 15px;
	width: 337.5px;
}

.p-reason__item-text {
	color: #120d0a;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 10px;
}

.p-recommend__container {
	background-image: url(../images/recommend-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 21px 0 20px;
}

.p-recommend__title {
	color: #120d0a;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
	text-align: center;
}

.p-recommend__title::after {
	background-image: url(../images/recommend-under-line.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	height: 13px;
	position: absolute;
	right: 0;
	width: 189.5px;
}

.p-recommend__list {
	list-style: none;
	margin-top: 18px;
}

.p-recommend__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: #120d0a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	line-height: 1.25;
	padding: 5px 10px;
}

.p-recommend__check-img {
	height: 25px;
	margin-right: 11px;
	width: 25px;
}

.p-recommend__item:nth-child(n+2) {
	margin-top: 10px;
}

.p-recommend__item:last-child {
	letter-spacing: -0.02em;
}

.p-special__container {
	background-image: url(../images/special-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 24px;
}

.p-special__title {
	background-image: url(../images/special-header-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	padding: 17px 0 28px;
	position: relative;
	text-align: center;
}

.p-special__title::after {
	background-color: #808080;
	bottom: 20px;
	content: "";
	height: 2px;
	left: 20px;
	position: absolute;
	width: 335.5px;
}

.p-special__img {
	margin: 10px auto 0;
}

.p-special__lead {
	margin-top: -28px;
}

.p-special__text {
	color: #120d0a;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 2;
}

.p-top {
	border: 1px solid #707070;
	margin: 0 auto;
	overflow: hidden;
	width: 375px;
}

.p-voice {
	background-color: #fffdf1;
	padding-bottom: 33px;
}

.p-voice__container {
	background-color: #fff;
	border: 5px solid #120d0a;
	padding-top: 20px;
	z-index: 10;
}

.p-voice__title {
	background-image: url(../images/voice-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	height: 68px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
}

.p-voice__persons {
	margin-top: 13px;
}

.p-voice__person:nth-of-type(2) {
	background-color: #fffdf1;
}

.p-voice__name {
	height: 25px;
	margin-left: -2px;
	width: 209px;
}

.p-voice__faq {
	padding-left: 15px;
	padding-right: 15px;
}

.p-voice__faq:first-of-type {
	margin-top: 15px;
}

.p-voice__question {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #120d0a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.4;
	position: relative;
	white-space: nowrap;
}

.p-voice__question::before {
	background-image: url(../images/voice-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: height;
}

.p-voice__question::after {
	background-image: url(../images/voice-under-line.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -13px;
	content: "";
	height: 8.5px;
	position: absolute;
	width: 307px;
}

.p-voice__question-img {
	height: 46px;
	margin-right: 10px;
	width: 35px;
}

.p-voice__answer {
	color: #120d0a;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.p-voice__answer::before {
	background-image: url(../images/voice-a.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 130px;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: -28px;
	width: 85px;
}

.p-voice__answer:nth-of-type(2) {
	margin-top: 0;
}

.u-font-big-red {
	color: #be2332;
}

.u-font-55 {
	font-size: 55px;
}

.u-font-big-red-26 {
	color: #be2332;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
}

.u-font-big-red-29 {
	color: #be2332;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.2;
}

.u-font-big-red-34 {
	color: #be2332;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
}

.u-font-big-red-38 {
	color: #be2332;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
}

.u-font-big-red-44 {
	color: #be2332;
	font-size: 44px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}

.u-font-big-red-48 {
	color: #be2332;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}

.u-font-big-white-55 {
	color: #fff;
	font-family: "minion-pro", serif;
	font-size: 55px;
	font-weight: bold;
	line-height: 1;
}

.u-font-red {
	color: #be2332;
}

.u-background-yellow {
	background-color: #eed102;
	font-weight: 800;
}

.u-font-letterspacing {
	letter-spacing: -0.5em;
}

@media (min-width: 375px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 4.2666666667vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.l-inner {
	max-width: 411px;
	padding-left: 18px;
	padding-right: 18px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
