@font-face {
	font-family: 'Zen old mincho';
	font-weight: 500;
	src: url('../fonts/ZenOldMincho-Medium.ttf') format('truetype');
  }
@font-face {
	font-family: 'Zen old mincho';
	font-weight: 700;
	src: url('../fonts/ZenOldMincho-Bold.ttf') format('truetype');
  }
@font-face {
	font-family: 'Barlow';
	font-weight: 300;
	src: url('../fonts/Barlow-Light.ttf') format('truetype');
  }
@font-face {
	font-family: 'Barlow';
	font-weight: 500;
	src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  }

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-family:'Zen Old Mincho',"YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; color:#2d1e1a; vertical-align:bottom;}
html{font-size: 62.5%;} article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: inherit;
    vertical-align: middle;}
	*, :after, :before {
		border-style: solid;
		border-width: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/*------------------------------------------------------------
	style
------------------------------------------------------------*/

/*定番style*/
a {
	color: #494949;
	text-decoration: none;
}
img {
	width: 100%;
}

body {
	position: relative;
	overflow-x: hidden;
	font-size: 1.6rem;
	font-weight: 500;
}
[class$="Inner"] {
	width: calc(100% - 60px);
	max-width: 1100px;
	margin: 0 auto;
  }
.forSP {
	display: none;
}

/*------------------------------------------------------------

	PC

------------------------------------------------------------*/

/*---mainvisual---*/
.mainvisual {
	background: url(../images/bg_main.jpg) no-repeat center;
	background-size: cover;
}
.mainvisualArea {
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	padding-bottom: 50px;
}
.mainvisualArea .mainvisualLeftArea {
	width: 55.55%;
	padding-top: 60px;
}
.mainvisualArea .mainvisualLeftArea h1 {
	font-size: 0;
	display: block;
	background: url(../images/ttl_h1.png) no-repeat center;
	background-size: 100% auto;
	padding-top: 61%;
	margin-bottom: 20px;
}
.mainvisualArea .mainvisualLeftArea ul {
	max-width: 680px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 6px;
	padding: 20px 30px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.mainvisualArea .mainvisualLeftArea ul li {
	font-weight: 700;
	font-size: 1.8rem;
	padding-left: 30px;
	position: relative;
	width: 50%;
	margin-bottom: 10px;
}
.mainvisualArea .mainvisualLeftArea ul li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	display: block;
	background: url(../images/ico_check.png) no-repeat;
}
.mainvisualArea .mainvisualLeftArea p {
	font-weight: 700;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.mainvisualArea .mainvisualRightArea {
	width: 46.15%;
	position: relative;
}
.mainvisualArea .mainvisualRightArea .rakuten {
	position: absolute;
	top: 0;
	right: 0;
}
.mainvisualArea .mainvisualRightArea .mainImg {
	position: absolute;
	bottom: -92px;
	left: 20px;
}

/*---返品---*/
.cart {
	background: url(../images/bg_cart.jpg);
	background-size: cover;
	padding: 25px 0;
}
.cartInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cart .cartInner h4 {
	color: #fff;
	font-size: 3.4rem;
	font-weight: 700;
	position: relative;
	padding-left: 55px;
	margin-bottom: 15px;
}
.cart .cartInner h4::before {
	content: "";
	position: absolute;
	left: 0;
	width: 46px;
	height: 48px;
	display: block;
	background: url(../images/ico_cart.png) no-repeat;
}
.cart .cartInner p {
	color: #fff;
}
.cart .cartInner .rightArea {
	width: 48%;
	max-width: 576px;
}
.cart .cartInner .submit,
.el_modal-link .submit {
	font-size: 0;
	width: 100%;
	height: 96px;
	background-size: 100% auto;
	cursor: pointer;
}

.el_modal-link .submit {
	border-radius: 10px;
    max-width: 576px;
    margin-inline: auto;
}

.el_img01 {background: url(../images/btn_set01.png) no-repeat center;}
.el_img02 {background: url(../images/btn_set03.png) no-repeat center;}
.el_img03 {background: url(../images/btn_set12.png) no-repeat center;}
.el_img04 {background: url(../images/btn_set_gift.png) no-repeat center;}

.cart .cartInner .submit {
	font-size: 0;
	width: 100%;
	height: 96px;
	background: url(../images/btn_cart.png) no-repeat center;
	background-size: 100% auto;
	cursor: pointer;
}

.cart .cartInner .submit:hover {
	opacity: 0.7;
}

/*---レシピ---*/
.recipe {
	padding-bottom: 90px;
}
.recipe .recipeTtl {
	background: url(../images/bg_recipe01.png) no-repeat left top,
	url(../images/bg_recipe02.png) no-repeat right top;
	background-size: 30% auto;
	text-align: center;
	margin-top: 90px;
	padding-bottom: 50px;
}
.recipe .recipeTtl h2 {
	width: 33%;
	max-width: 610px;
	font-size: 0;
	display: block;
	background: url(../images/ttl_recipe.png) no-repeat center;
	background-size: 100% auto;
	padding-top: 12%;
	margin: 0 auto 30px;
}
.recipe .recipeTtl p {
	line-height: 1.7;
	width: calc(100% - 30px);
	margin: 0 auto;
}
.recipe .recipeSlider {
	padding: 0 20px;
}
 .swiper-wrapper {
	display: flex;
	align-items: stretch;
	padding-bottom:30px;
}
.recipe .recipeSlider .swiper-wrapper > li {
	padding: 40px;
	background: url(../images/bg_washi.jpg);
	border-radius: 15px;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}
.recipe .recipeSlider .swiper-wrapper > li dt {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.recipe .recipeSlider .swiper-wrapper > li dt > span {
	font-size: 1.8rem;
	font-family: 'Barlow';
	font-weight: 300;
	letter-spacing: 0.05em;
	padding-right: 60px;
	position: relative;
	z-index: 20;
}
.recipe .recipeSlider .swiper-wrapper > li dt > span::before {
	content: "";
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 80px;
	background-color: #a2b7c4;
	position: absolute;
	top: -15px;
	right: 12px;
	z-index: -1;
}
.recipe .recipeSlider .swiper-wrapper > li dt span span{
	font-size: 3rem;
	font-family: 'Barlow';
	font-weight: 300;
	position: absolute;
	top: -8px;
	left: 68px;
}
.recipe .recipeSlider .swiper-wrapper > li dd {
	line-height: 2;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 24%;
	cursor: pointer;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 24%;
	cursor: pointer;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    background: #fff;
    padding: 20px 27px;
    font-size: 3rem;
    border-radius: 80px;
    border: 3px solid #205a8c;
	color: #205a8c;
}

/*---訴求ポイント---*/
.strongpoint .problem {
	background:url(../images/bg_nayami.jpg);
	background-size: cover;
	padding: 100px 0 150px;
}
.strongpoint .problem p {
	width: 100%;
	font-size: 0;
	display: block;
	background: url(../images/img_nayami.png) no-repeat center;
	background-size: 100% auto;
	padding-top: 52%;
	margin: 0 auto;
}
.point {
	position: relative;
	padding: 150px 0 100px;
	background: url(../images/bg_point.jpg);
	background-size: cover;
}

.point .sonna {
	position: absolute;
	width: 210px;
	height: 210px;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}
.point .hokyu {
	width: 100%;
	font-size: 0;
	display: block;
	background: url(../images/txt_eiyou.png) no-repeat center;
	background-size: 100% auto;
	padding-top: 40%;
	margin: 0 auto 60px;
}
.point .eiyou {
	width: 100%;
	font-size: 0;
	display: block;
	background: url(../images/img_eiyou.png) no-repeat center;
	background-size: 100% auto;
	padding-top: 22.6%;
	margin: 0 auto 100px;
}
.pointTxt li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pointTxt li:nth-of-type(2) img {
	order: 2;
}
.pointTxt li:nth-of-type(2) dl {
	order: 1;
}
.pointTxt li img {
	max-width: 460px;
	width: 40%;
}
.pointTxt li dl {
	width: 55%;
}
.pointTxt li dt {
	display: flex;
	margin-bottom: 30px;
}
.pointTxt li dt > span {
	color: #fff;
	padding-right: 40px;
	margin-right: 30px;
	padding-left: 7px;
	padding-top: 20px;
	border-right: 1px solid #fff;
	position: relative;
	font-size: 6.4rem;
	line-height: 1;
}
.pointTxt li dt > span::before {
	content: "POINT";
	position: absolute;
	font-size: 1.8rem;
	font-family: 'Barlow';
	font-weight: 500;
	top:5px;
	left: 0;
	letter-spacing: 0.05em;
}
.pointTxt li dt h3 {
	color: #fff;
	font-size: 3.4rem;
	line-height: 1.4;
}
.pointTxt li dt h3 span {
	color: #fff;
	font-size: 2.6rem;
	display: block;
}
.pointTxt li dd {
	color: #fff;
	line-height: 1.8;
}
.custom-shape-divider-bottom-1718601625 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg)scale(-1,1);
}

.custom-shape-divider-bottom-1718601625 svg {
    position: relative;
    display: block;
    width: calc(144% + 1.3px);
    height: 140px;
}

.custom-shape-divider-bottom-1718601625 .shape-fill {
    fill: #FFFFFF;
}

/*---特徴---*/
.sectionTtl {
	text-align: center;
	margin-bottom: 50px;
}
.sectionTtl span:first-of-type {
	font-size: 0;
	display: block;
}
.sectionTtl span.eng {
	font-size: 1.8rem;
	font-family: 'Barlow';
	font-weight: 500;
	letter-spacing: 0.05em;
}
.feature {
	padding: 100px 0;
}
.feature .sectionTtl span:first-of-type {
	background: url(../images/ttl_feauture.png) no-repeat center;
	background-size: 100% auto;
	margin: 0 auto 5px;
	width: 557px;
	height: 70px;
}
.featureInner > p {
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.8;
}
.featureList {
	background: url(../images/img_feature.png) no-repeat;
	background-size: auto 100%;
	padding-left: 25%;
}
.featureList li {
	background: url(../images/bg_feature.png) no-repeat top left;
	background-size: 100px 100px;
	margin-bottom: 45px;
}
.featureList li h3 {
	font-size: 3.2rem;
	position: relative;
	padding-left: 60px;
	padding-top: 20px;
	margin-bottom: 10px;
}
.featureList li h3:before {
	position: absolute;
    content: "01";
    left: 0;
    top: -15px;
    color: #205a8c;
}
.featureList li:nth-of-type(2) h3:before {
	content: "02";	
}
.featureList li:nth-of-type(3) h3:before {
	content: "03";	
}
.featureList li:nth-of-type(4) h3:before {
	content: "04";	
}
.featureList li h3:after {
	position: absolute;
    content: "";
	left: 44px;
    top: 10px;
    width: 1px;
    height: 50%;
    background: #205a8c;
    border-radius: 3px;
    transform: rotate(45deg);
}
.featureList li h3 span {
	color: #205a8c;
}
.featureList li p {
	padding-left: 70px;
}

/*---お客様の声---*/
.voice {
	padding: 100px 0 150px;
	background: url(../images/bg_washi.jpg);
	background-size: cover;
	position: relative;
}
.voice .sectionTtl span:first-of-type {
	background: url(../images/ttl_voice.png) no-repeat center;
	background-size: 100% auto;
	margin: 0 auto 5px;
	width: 285px;
	height: 70px;
}
.voice .voiceSlider .swiper-wrapper {
	display: flex;
	align-items: stretch;
	padding-bottom: 45px;
}
.voice .voiceSlider .swiper-wrapper > li {
	padding: 40px;
	background: #fff;
	border-radius: 15px;
	border: 4px solid #205a8c;
}
.voice .voiceSlider .swiper-wrapper > li dt {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 30px;
	color: #205a8c;
}

/*---よくある質問---*/
.qa {
	padding: 70px 0;
}
.qa .sectionTtl span:first-of-type {
	background: url(../images/ttl_qa.png) no-repeat center;
	background-size: 100% auto;
	margin: 0 auto 5px;
	width: 300px;
	height: 66px;
}
.qa dl {
	margin-bottom: 40px;
}
.qa dl dt {
	font-size: 2rem;
	position: relative;
	padding: 20px 0 20px 90px;
	margin-bottom: 20px;
}
.qa dl dt::before {
	content: "Q";
	font-size: 3.2rem;
	font-weight: 700;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #862122;
	padding: 8px 22px 12px;
	border-radius: 60px;
}
.qa dl dd {
	background: rgba(242, 217, 92, 0.4);
	border-radius: 10px;
	padding: 20px 30px;
}

.footerTxt {
	background: #471f1c;
	padding: 100px 0 40px;
	position: relative;
}
.custom-shape-divider-top-1718602644 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
	transform: scale(-1,1);
}

.custom-shape-divider-top-1718602644 svg {
    position: relative;
    display: block;
    width: calc(144% + 1.3px);
    height: 136px;
}

.custom-shape-divider-top-1718602644 .shape-fill {
    fill: #FFFFFF;
}
.footerTxt h3 {
	width: 60%;
	max-width: 720px;
	font-size: 0;
	display: block;
	background: url(../images/txt_footer.png) no-repeat center;
	background-size: 100% auto;
	padding-top: 10%;
	margin: 0 auto 30px;
}
.footerTxt p {
	color: #fff;
	text-align: center;
}
.copy {
	text-align: center;
	padding: 10px 0;
}

/* --------------------------------------------------

 ブレイクポイント微調整

-------------------------------------------------- */
@media screen and (max-width: 1300px) {
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 5px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 5px;
	}
	.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
		font-size: 2.2rem;
		padding: 18px 23px;
		border:2px solid;
	}
}

/* ========================================================================================================
	モーダル
======================================================================================================== */
.bl_modal-area {
	width: 100%;
	min-block-size: 100svb;
	background: rgb(0 0 0 / .8);
	position: fixed;
	top:0;
	z-index: 100;
    display: block grid;
    place-items: center;
	display: none;
}

.bl_modal-area.bl_display-on {display: flex;}

.bl_modal-inner {
	width: 90%;
	max-width: 750px;
	max-height: calc(100svb - 40px);
	margin-inline:auto;
	background: rgb(255, 255, 255);
	padding:20px;
	overflow-y: auto;
}

.el_modal-headline {
	text-align: center;
	position: relative;
	text-align: center;
    position: relative;
    background: #932929;
    padding: 10px 20px;
    font-size: 4rem;
    color: #f2d95c;
}

.el_close-btn {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(100% - 50px);
}

.el_close-btn:hover {cursor: pointer;}

.el_close-inner {
	position: fixed;
	width: 30px;
	height: 30px;
	display: block;
	border: 1px solid rgb(51, 51, 51);
	border-radius: 4px;
	background: rgb(255, 255, 255);
}

.el_close-inner:before,
.el_close-inner:after {
	content:"";
	position: absolute;
	top:calc(50% - 10px);
	width: 1px;
	height:20px;
	background: rgb(51, 51, 51);
}

.el_close-inner:before {
	transform: rotate(45deg);
}

.el_close-inner:after {
	transform: rotate(-45deg);
}

.el_modal-lead {
	margin-top:30px;
	text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.el_modal-lead span {
    font-size: 3rem;
    font-weight: bold;
}

.el_modal-lead span:nth-of-type(1),
.el_modal-lead span:nth-of-type(2) {
	border-bottom:4px solid #932929;
}

.bl_modal-menu {margin-top:50px;}
.el_modal-item {text-align: center;}

.el_modal-link {
	margin-top:30px;
	display: block;
}

.el_pc-display {display: block;}
.el_sp-display {display: none;}

/* --------------------------------------------------

 SP

-------------------------------------------------- */
@media screen and (max-width: 768px) {
	.el_pc-display {display: none;}
	.el_sp-display {display: block;}
	.el_img01 {background: url(../images/btn_set01_sp.png) no-repeat center;}
	.el_img02 {background: url(../images/btn_set03_sp.png) no-repeat center;}
	.el_img03 {background: url(../images/btn_set12_sp.png) no-repeat center;}
	.el_img04 {background: url(../images/btn_set_gift_sp.png) no-repeat center;}
	body {
		font-size: 1.4rem;
	}
	[class$="Inner"] {
		width: calc(100% - 40px);
		max-width: 1100px;
		margin: 0 auto;
	}
	.mainvisualArea {
		margin: 0 auto;
		display: block;
		padding-bottom: 50px;
	}
	.mainvisualArea .mainvisualLeftArea {
		width: 100%;
		padding-top: 30px;
	}
	.mainvisualArea .mainvisualLeftArea h1 {
		margin-bottom: 10px;
	}
	.mainvisualArea .mainvisualLeftArea ul {
		padding: 15px 20px;
		margin-bottom: 10px;
	}
	.mainvisualArea .mainvisualLeftArea ul li {
		font-size: 1.4rem;
		padding-left: 22px;
	}
	.mainvisualArea .mainvisualLeftArea ul li:last-of-type {
		margin-bottom: 0;
	}
	.mainvisualArea .mainvisualLeftArea ul li::before {
		width: 18px;
		height: 18px;
		background-size: 100% auto;
	}
	.mainvisualArea .mainvisualRightArea {
		width: 100%;
		padding-bottom: 400px;
	}
	.mainvisualArea .mainvisualRightArea .rakuten {
		width: 100px;
		top: 15px;
	}
	.mainvisualArea .mainvisualRightArea .mainImg {
		bottom: -75px;
	}
	.cartInner {
		display: block;
	}
	.cartInner .leftArea {
		text-align: center;
	}
	.cart .cartInner h4 {
		font-size: 2.2rem;
		padding-left: 40px;
	}
	.cart .cartInner h4::before {
		width: 30px;
		height: 33px;
		left: auto;
		background-size: 100% auto;
	}
	.cart .cartInner p {
		margin-bottom: 20px;
	}
	.cart .cartInner .rightArea {
		width: 100%;
	}
	.cart .cartInner button {
		height: 60px;
	}
	.recipe {
		padding-bottom: 50px;
	}
	.recipe .recipeTtl {
		background: none;
		margin-top: 50px;
		padding-bottom: 30px;
	}
	.recipe .recipeTtl h2 {
		width: 80%;
		padding-top: 25%;
	}
	.recipe .recipeSlider .swiper-wrapper > li {
		padding: 30px 40px;
	}
	.recipe .recipeSlider .swiper-wrapper > li dt {
		font-size: 1.8rem;
	}
	.recipe .recipeSlider .swiper-wrapper > li dt > span {
		font-size: 1.6rem;
		padding-right: 50px;
	}
	.recipe .recipeSlider .swiper-wrapper > li dt span span {
		font-size: 2.4rem;
		top: -6px;
		left: 60px;
	}
	.recipe .recipeSlider .swiper-wrapper > li dt > span::before {
		width: 44px;
		height: 44px;
		top: -12px;
	}
	.strongpoint .problem {
		padding: 40px 0 70px;
	}
	.point {
		padding: 110px 0 90px;
	}
	.strongpoint .problem p {
		background: url(../images/img_nayami_sp.png) no-repeat center;
		background-size: 100% auto;
		padding-top: 157%;
		margin: 0 auto;
	}
	.point .sonna {
		width: 130px;
		height: 130px;
		top: -50px;
	}
	.point .hokyu {
		margin: 0 auto 30px;
		background: url(../images/txt_eiyou_sp.png) no-repeat center;
		background-size: 100% auto;
		padding-top: 94%;
	}
	.point .eiyou {
		margin: 0 auto 60px;
		background: url(../images/img_eiyou_sp.png) no-repeat center;
		background-size: 100% auto;
		padding-top: 101%;
	}
	.pointTxt li {
		display: block;
	}
	.pointTxt li:first-child {
		margin-bottom: 40px;
	}
	.pointTxt li img {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.pointTxt li dl {
		width: 100%;
		margin-top: 20px;
	}
	.pointTxt li dt {
		margin-bottom: 20px;
	}
	.pointTxt li dt > span {
		font-size: 3.2rem;
		padding-right: 32px;
    margin-right: 23px;
    padding-left: 10px;
	}
	.pointTxt li dt > span::before {
		font-size: 1.4rem;
	}
	.pointTxt li dt h3 {
		font-size: 2.4rem;
	}
	.pointTxt li dt h3 span {
		font-size: 1.8rem;
	}
	.custom-shape-divider-bottom-1718601625 svg {
		height: 70px;
	}
	.feature {
		padding: 60px 0 40px;
	}
	.sectionTtl {
		margin-bottom: 30px;
	}
	.sectionTtl span.eng {
		font-size: 1.4rem;
	}
	.feature .sectionTtl span:first-of-type {
		width: 100%;
    height: 0;
	padding-top: 12%;
	margin: 0 auto;
	}
	.featureInner > p {
		margin-bottom: 40px;
	}
	.featureList {
		background: none;
		padding-left: 0;
	}
	.featureList li {
		margin-bottom: 35px;
		background-size: 80px 80px;
	}
	.featureList li h3 {
		font-size: 2.2rem;
		padding-left: 35px;
	}
	.featureList li h3:before {
		top: 24px;
		left: 5px;
		font-size: 1.8rem;
	}
	.featureList li h3:after {
		content: none;
	}
	.featureList li p {
		padding-left: 30px;
	}
	.voice {
		padding: 50px 0 70px;
	}
	.voice .sectionTtl span:first-of-type {
		width: 55%;
		height: 0;
		padding-top: 12%;
		margin: 0 auto;
	}
	.voice .voiceSlider .swiper-wrapper > li {
		padding: 25px;
	}
	.voice .voiceSlider .swiper-wrapper > li dt {
		margin-bottom: 20px;
	}
	.qa {
		padding: 50px 0;
	}
	.qa .sectionTtl span:first-of-type {
		width: 55%;
		height: 0;
		padding-top: 12%;
		margin: 0 auto;
	}
	.qa dl dt {
		font-size: 1.6rem;
		padding: 13px 0 20px 65px;
		margin-bottom: 10px;
	}
	.qa dl dt::before {
		font-size: 2.2rem;
    	padding: 8px 17px 12px;
	}
	.custom-shape-divider-top-1718602644 svg {
		height: 70px;
	}
	.footerTxt h3 {
		width: 100%;
		padding-top: 16%;
		margin: 0 auto 20px;
	}

	.el_modal-lead span:nth-of-type(1) {
		display: block;
		border-bottom:4px solid #932929;
		margin-bottom:10px;
	}
	
	.el_modal-lead span:nth-of-type(2) {
		display: block;
		margin-top:20px;
		border-bottom:none;
		background: #2d1e1a;
		color:#fff;
		padding:10px;
		border-radius:6px;
	}

	.bl_modal-menu {margin-top:0px;}
	.el_modal-link {
		margin-top: calc(40 / 600 * 100%);
	}

	.el_modal-link .submit {
		padding-top: calc(188 / 600* 100%);
		height: auto;
	}

	.el_close-btn {
		top: -10px;
		right: 20px;
		left: auto;
	}
	
}








