@charset "utf-8";
@import url("destyle.css");
@import url("bootstrap-grid.css");
body {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
	color: #3E3A39;
	-webkit-text-size-adjust: 100%;
}

.gridcontainer-wrap {
	background: #fff;
	padding: 2.5rem;
	border-radius: 1em;
}
@media screen and (max-width: 767px) {
	.gridcontainer-wrap {
		background: #fff;
		padding: 1rem;
		border-radius: 1em;
	}
}


.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

a {
	color: #E83828;
	text-decoration: none;
}
a:hover {
	color: #E83828;
}
.text-color {
	color: #E83828;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	font-feature-settings: "palt";

}
@media screen and (max-width: 767px) {
	p {
		font-size: 13px;
		line-height: 1.6;
		text-align: justify;
		font-feature-settings: "palt";
	}
}

.trsfm-x09{
  transform: scaleX(0.9);
	transform-origin: left;

}
.logo {
	width: 180px;
	float: left;
}
@media screen and (max-width:768px) {
	.logo {
		width: 125px;
	}
}

.logo-footer {
	width: 190px;
	float: left;
}
@media screen and (max-width:768px) {
	.logo-footer {
		width: 145px;
	}
}


.icon-container {
  display: flex;
  gap: 15px;
  align-items: center;
}
.icon-container img {
	width:36px;
	border-radius: 0.5em;
}
@media screen and (max-width: 767px) {
.icon-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
	.icon-container img {width:28px;}
}



.text-m {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.text-m {
		font-size: 14px;
	}
}
.text-l {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.text-l {
		font-size: 16px;
	}
}
small {
	display: inline-block;
	font-size: 75%;
	line-height: 1.6;
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

.bld {
	font-weight: 700;
}
.weight-400 {
	font-weight: 400;
}
.overhdn {
	overflow: hidden;
}


.list-7 {
    list-style-type: none;
}
.list-7 li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: .2em;
}
.list-7 li::before {
    content: '・';
}


@media screen and (min-width:769px) {
	.sp-top-cts {
		display: none;
	}
}
@media screen and (min-width:769px) {
	.pc-hidden {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.mo-hidden {
		display: none !important;
	}
}
@media screen and (max-width:992px) {
	.tab-hidden {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.mo-small {
		font-size: 12px;
	}
}
.text-center {
	text-align: center!important;
}
.text-right {
	text-align: right!important;
}
.text-left {
	text-align: left!important;
}
.nowrap {
	white-space: nowrap;
}
.inline {
	display: inline;
}
.mH1 {
	margin: 20px 0
}
@media screen and (max-width:768px) {
	.mH1 {
		margin: 15px 0
	}
}
.m-10 {
	margin: 10px;
}
.m-30 {
	margin: 30px;
}
.mb-50 {
	margin-bottom: 50px
}
.mb-30 {
	margin-bottom: 30px
}
.mb-20 {
	margin-bottom: 20px
}
.mb-10 {
	margin-bottom: 10px
}
.mt-30 {
	margin-top: 40px
}

.mt-40 {
	margin-top: 40px
}
.mt-50 {
	margin-top: 50px
}
.mt-60 {
	margin-top: 60px
}
@media screen and (max-width:768px) {
	.mb-50 {
		margin-bottom: 25px
	}
	.mb-30 {
		margin-bottom: 15px
	}
	.mb-20 {
		margin-bottom: 10px
	}
	.mb-10 {
		margin-bottom: 5px
	}
	.mt-30 {
	margin-top: 15px
	}
	.mt-40 {
		margin-top: 20px
	}
	.mt-50 {
		margin-top: 25px
	}
	.mt-60 {
		margin-top: 30px
	}
}


.how-sec h2{
  font-size: 28px;
  font-weight:800;
  color: #fff;
  font-weight: 700;
  outline: 2px solid #000;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-top:0.5em;
  margin-bottom: 2em;
  margin-inline: auto;
  text-decoration: none;
  z-index:999;
  border-radius: 0.5em;
}
.how-sec h2::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 101%;
  height: 105%;
  background: #E83828;
  z-index:-999;
  border-radius: 0.5em;
}

.how-sec h3{
	font-size:24px;
	font-weight:700;
	color:#E83828;
	margin-bottom:0.7em;
	display:inline-block;
}
.how-sec h3 > span{
	font-size:18px;
	font-weight:800;
	color:#E83828;
	margin-bottom:0.5em;
	display:block;
}


.how-sec h4 {
  font-size: 20px;
  font-weight: 700;
  color: #E83828;
  padding: 10px ;
  background-color: #f7dac9;
  margin-bottom:1em;
  border-radius: 0.5em;
  display: inline-block;
  width:100%;
  text-align:center;
}




.how-sec p{
	padding:0 ;
}

@media screen and (max-width: 768px) {
.how-sec h2{
  font-size: 18px;
  font-weight:800;
  color: #fff;
  font-weight: 700;
  outline: 2px solid #000;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 8px 12px;
  margin-bottom: 24px;
  margin-inline: auto;
  text-decoration: none;
  z-index:999;
}
.how-sec h2::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 101%;
  height: 105%;
  background: #E83828;
  z-index:-999;
}

.how-sec h3{
	font-size:18px;
	font-weight:700;
	margin-bottom:0.7em;
	display:inline-block;
}
.how-sec h3 > span{
	font-size:16px;
	font-weight:800;
	margin-bottom:0.5em;
	display:block;
}

.how-sec h4{
  font-size: 15px;
  font-weight: 700;
  color: #E83828;
  padding: 7px ;
  background-color: #f7dac9;
  margin-bottom:10px;
  display: inline-block;
}

}

.how-kifu-list,.how-kifu-list2 {
	margin-top:1em;
}
.how-kifu-list ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: li;
  }
 .how-kifu-list ol li {
	position: relative;
	font-size: 14px;
	padding-left: 2em;
	line-height: 1.5;
  }
  .how-kifu-list ol li:not(:first-child) {
	margin-top: 0.5em;
  }

  .how-kifu-list ol li::before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: 0;
	top: 1px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #E83828;
	font-size: 18px;
	font-weight:700;
	color: #fff;
	line-height: 22px;
	text-align: center;
  }

  .how-kifu-list2 ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: li 1;
  }
 .how-kifu-list2 ol li {
	position: relative;
	font-size: 14px;
	padding-left: 2em;
	line-height: 1.5;
  }
  .how-kifu-list2 ol li:not(:first-child) {
	margin-top: 0.5em;
  }

  .how-kifu-list2 ol li::before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: 0;
	top: 1px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #E83828;
	font-size: 18px;
	font-weight:700;
	color: #fff;
	line-height: 22px;
	text-align: center;
  }

  .how-kifu-list-img{
	width:100%;
	margin:0 auto;
  }
  @media screen and (max-width: 767px) {

	.how-kifu-list{margin-top:1em;}
	 .how-kifu-list ol li {
		position: relative;
		font-size: 13px;
		padding-left: 2em;
		line-height: 1.5;
	  }
	  .how-kifu-list ol li:not(:first-child) {
		margin-top: 0.5em;
	  }

	  .how-kifu-list ol li::before {
		counter-increment: li;
		content: counter(li);
		position: absolute;
		left: 0;
		top: 1px;
		display: block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #E83828;
		font-size: 16px;
		font-weight:700;
		color: #fff;
		line-height: 18px;
		text-align: center;
	  }

	 .how-kifu-list2{margin-top:1em;}
	 .how-kifu-list2 ol li {
		position: relative;
		font-size: 13px;
		padding-left: 2em;
		line-height: 1.5;
	  }
	  .how-kifu-list2 ol li:not(:first-child) {
		margin-top: 0.5em;
	  }

	  .how-kifu-list2 ol li::before {
		counter-increment: li;
		content: counter(li);
		position: absolute;
		left: 0;
		top: 1px;
		display: block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #E83828;
		font-size: 16px;
		font-weight:700;
		color: #fff;
		line-height: 18px;
		text-align: center;
		  }
		  .how-kifu-list-img{
			width:80%;
			margin:0 auto;
		  }
  }


@media screen and (max-width: 767px) {
.st-map img{
width:65%;
}
}

.st-name span{
	border:1px solid #000;
	border-radius: 0.5em;
	padding:2px 8px;
	margin:5px 2px 0 2px;
	font-weight:700;
	display:inline-block;
}



.how-sec-card{
	border:2px solid #000;
	padding:1em;
	min-height:220px;
}
.how-sec-card h3{
font-size:22px;
font-weight:700;
color:#E83828;
border-bottom:2px solid #000;
margin:0.5em auto ;
display:inline-block;
text-align:center;}

.how-o-sec h2{
  font-size: 28px;
  font-weight:800;
  color: #fff;
  font-weight: 700;
  outline: 2px solid #fff;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 15px 15px 10px 15px;
  margin-bottom: 2em;
  margin-inline: auto;
  text-decoration: none;
  z-index:999;
  border-radius: 0.5em;
}
.how-o-sec h2::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 101%;
  height: 105%;
  background: #E83828;
  z-index:-999;
  border-radius: 0;
}

.how-o-sec p{
	color:#fff;
}

@media screen and (max-width: 767px) {
.how-o-sec h2{
  font-size: 17px;
  font-weight:800;
  color: #fff;
  font-weight: 700;
  outline: 2px solid #fff;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 12px 12px 8px 12px;
  margin-bottom: 24px;
  margin-inline: auto;
  text-decoration: none;
  z-index:999;
}
.how-o-sec h2::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 101%;
  height: 105%;
  background: #E83828;
  z-index:-999;
}
}

.how-o-sec h2 > div{
	position: absolute;
	top:-20px;
	left:0.5em;
	font-size:20px;
	padding:0 6px;
	background-color:#E83828;
}
@media screen and (max-width: 767px) {
.how-o-sec h2 > div{
	position: absolute;
	top:-12px;
	left:0.5em;
	font-size:14px;
	padding:0 6px;
}
}


.store-list-area {
	margin-top:70px;
    position: relative;
    padding: 2em 1em 1em 1em;
    border: 2px solid #fff;
	border-radius: 1em;
	background-color:#E83828;
}
.store-list-area .store-list-ttl {
    position: absolute;
    top: -2.3em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #E83828;
    color: #fff;
	font-size:26px;
    font-weight: 600;
	padding:0.5em;
	text-align:center;
}
.store-list-area .store-list-ttl span {
font-size:16px;
font-weight:400;
}

@media screen and (max-width: 767px) {
	.store-list-area {
		margin-top:30px;
		position: relative;
		padding: 1.5em 0.8em 1em 0.8em;
		border: 2px solid #fff;
		border-radius: 1em;
		background-color:#E83828;
	}
	.store-list-area .store-list-ttl {
		position: absolute;
		top: -2.3em;
		left: 6em;
		background-color: #E83828;
		color: #fff;
		font-size:18px;
		font-weight: 600;
		padding:0.5em 0;
	}
	.store-list-area .store-list-ttl span {
	font-size:12px;
	font-weight:400;
	}

}

.how-o-sec-note {
    position: relative;
    padding: 1.5em 1em 1em 2.5em;
    border: 2px solid #fff;
	border-radius: 1em;
	background-color:#E83828;
}

.how-o-sec-note > div {
    position: absolute;
    top: -.75em;
    left: 1.5em;
    padding: 0 .5em;
    background-color: #E83828;
    color: #fff;
	font-size:18px;
    font-weight: 600;
}

.how-o-sec-note ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.how-o-sec-note li {
    padding: .3em .3em .3em 0;
	color:#fff;
	font-size:14px;
}

.how-o-sec-note li::marker {
    color: #fff;
    font-size: 1.1em;
}

@media screen and (max-width: 768px) {
	.how-o-sec-note {
    padding: 1em 0.5em 0.5em 2em;
}


.how-o-sec-note li {
    padding: .2em .2em .2em 0;
	color:#fff;
	font-size:12px;
}


.how-o-sec-note > div {
    position: absolute;
    top: -.75em;
    left: 1.2em;
    padding: 0 .5em;
    background-color: #E83828;
    color: #fff;
	font-size:15px;
    font-weight: 600;
}

}



.st-list-note {
	margin-top:2em;
    position: relative;
    padding: 1.2em 1em 1em 1em;
    border: 1px solid #E83828;
	border-radius: 1em;
	background-color:#fff;
}

.st-list-note-ttl {
    position: absolute;
    top: -.75em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 .5em;
    background-color: #fff;
	font-size:18px;
    font-weight: 600;
	color:#E83828
}


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

.st-list-note {
	margin-top:1.5em;
    position: relative;
    padding: 1.2em 0.6em 0.6em 0.6em;
    border: 1px solid #E83828;
	border-radius: 0.5em;
	background-color:#fff;
}

.st-list-note-ttl {
    position: absolute;
    top: -.65em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	    padding: 0 .5em;
    background-color: #fff;
	font-size:16px;
    font-weight: 600;
	color:#E83828
}

}



.main-3-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas: "main-3-text main-3-text" "main-3-img main-3-img";
}
.main-3-text {
	grid-area: main-3-text;
}
.main-3-img {
	align-self: center;
	grid-area: main-3-img;
}
@media screen and (max-width: 991px) {
	.main-3-container {
		display: grid;
		grid-template-columns: 1fr 0.5fr;
		grid-template-rows: auto auto;
		gap: 0px 0px;
		grid-auto-flow: row;
		grid-template-areas: "main-3-text main-3-img" "main-3-text main-3-img";
	}
}
.main-3box {
	border: 3px solid #E83828;
	padding: 1.3em;
	border-radius: 1em;
}
.main-3box h2 {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 4px solid #E83828;
	display: inline-block;
	margin-bottom: 0.8em;
}
.main-3box p {
	margin-bottom: 0.8em;
}
.main-3box img {
	width: 80%;
}
@media screen and (max-width: 1199px) {
	.main-3box h2 {
		font-size: 21px;
	}

}

@media screen and (max-width: 991px) {
	.main-3box {
		border: 2px solid #000;
		padding: 0.8em;
		margin-bottom: 0.8em;
	}
	.main-3box h2 {
		color: #E83828;
		font-size: 18px;
		font-weight: 700;
		border-bottom: 2px solid #333;
		display: inline-block;
		margin-bottom: 0.8em;
	}
	.main-3box p {
		margin-bottom: 0;
		font-size: 14px;
	}
	.main-3box img {
		width: 90%;
		float: right;
		  place-items: center;
	}
	.mb-0 {
		margin-bottom: 0;
	}
}




.k-text p{
	background:#fff;
	color:#333;
	font-weight:700;
	padding:2px 5px;
	margin-bottom:3px;
	display:inline-block;
	}


.list-1 {
    list-style-type: disc;
    padding: 0.5em 1em 1em 1em;
}

.list-1 li {
    padding: .1em .3em .1em 0;
	color:#fff;
}

.list-1 li::marker {
    color: #fff;
}

.faq-list-1 {
    list-style-type: disc;
    padding: 0.5em 1em 1em 1em;
}

.faq-list-1 li {
    padding: .1em .3em .1em 0;
	color:#333;
}

.faq-list-1 li::marker {
    color: #333;
}

.emp-sec h2{
	font-size:28px;
	line-height:1.6em;
	font-weight:800;
	color:#fff;
	padding:0.5em;
	margin-bottom:1em;
	display:block;
	text-align:center;
}

.emp-sec p{
	color:#fff !important;
}


@media screen and (max-width: 768px) {
.emp-sec h2{
	font-size:20px;
	line-height:1.6em;
	font-weight:800;
	color:#fff;
	margin-bottom:1em;
	display:block;
	text-align:center;
}
}


.act-sec h2{
	font-size:28px;
	line-height:1.6em;
	font-weight:700;
	color:#3E3A39;
	padding:0.5em;
	margin-bottom:1em;
	display:block;
	text-align:center;
}
.act-sec h3{
	font-size:20px;
	line-height:1.8em;
	font-weight:700;
	color:#E83828;
	padding:0.5em;
	margin-bottom:1em;
	display:block;
	text-align:center;
}
.act-sec p{
	color:#3E3A39;
}

@media screen and (max-width: 768px) {
.act-sec h2{
	font-size:22px;
	font-weight:700;
	padding:0.5em;
	margin-bottom:1em;
}
.act-sec h3{
	font-size:16px;
	font-weight:700;
	color:#E83828;
	padding:0.5em;
	margin-bottom:1em;
	display:block;
	text-align:center;
}
}


.info-sec h2{
	font-size:26px;
	font-weight:800;
	color:#fff;
	padding:0.5em;
	margin-bottom:0.8em;
	display:block;
	text-align:left;
}
@media screen and (max-width: 768px) {
.info-sec h2{
	font-size:20px;
	font-weight:800;
	padding:0.5em;
	margin-bottom:1em;
}

}

.img-fadein {
	opacity: 0;
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s;
}
.img-fadein.lazyloaded.lazyloaded {
	opacity: 1;
}
section {
	clear: both;
}
section.sec-padh {
	padding: 20px 0;
	position: relative;
	z-index: 110;
	margin-bottom:90px;
}
@media screen and (max-width: 768px) {
	section.sec-padh {
		padding: 10px 0;
		position: relative;
		margin-bottom:70px;
	}
}

section.sec-padh2 {
	padding: 20px 0;
	position: relative;
	z-index: 110;
	margin-bottom:0px;
}
@media screen and (max-width: 768px) {
	section.sec-padh2 {
		padding: 10px 0;
		position: relative;
		margin-bottom:0px;
	}
}


section.sec-pad01 {
	padding: 70px 0;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 768px) {
	section.sec-pad01 {
		padding: 35px 0;
		position: relative;
		z-index: 100;
	}
}

section.sec-pad01-btm0 {
	padding: 70px 0 0 0;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 768px) {
	section.sec-pad01-btm0 {
		padding: 35px 0 0 0;
		position: relative;
	}
}


section.sec-pad02 {
	padding: 30px 0;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 768px) {
	section.sec-pad02 {
		padding: 20px 0;
		position: relative;
	}
}

.contactBtn a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #E83828;
	text-align: center;
	padding: 0.6em 1em;
	z-index: 999;
	border-radius: 2em;
	background-color: #fff;
	margin-top:2px;
}
@media screen and (max-width:768px) {
	.contactBtn a {
		font-size: 12px;
		padding: 0.4em 0.8em;
		margin-top: 3px;
	}
}



.logo-page {
	text-align: center;
	width: 30vmax;
	display: block;
	margin: 50px auto;
}
.bg-main {
	background: #0E838280a9eb;
}
.bg-main {
	background: #E83828;
}
.bg-light {
	background: #fce3cf;
}
.bg-white {
	background: #ffffff;
}


@media screen and (min-width:1024px) {
	.sec-inner-normal {
		margin: 0 auto;
		max-width: 960px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.sec-inner-normal {
		margin: 0 auto;
		max-width: 769px;
	}
}
@media screen and (max-width:768px) {
	.sec-inner-normal {
		margin: 0 15px;
	}
}
@media screen and (min-width:769px) {
	.sec-inner-narrow {
		margin: 0 auto;
		/* width:65%; */
		max-width: 640px;
	}
}
@media screen and (max-width:768px) {
	.sec-inner-narrow {
		margin: 0 15px;
	}
}


/* セクションタイトル */





.copyright {
	width: 100%;
	display: block;
	font-size: 11px;
	padding: 50px 0 20px;
	color: #999;
	text-align: center;
}
@media screen and (max-width:768px) {
	.btn01, .btn01:hover {
		padding: 13px;
		font-size: 16px;
	}
	.btn01 {
		margin-bottom: 10px;
	}
	.btn01 span {
		font-size: 11px;
		display: block;
		margin-top: 3px;
	}
}
.btn02 {
	text-align: center;
	line-height: 1em;
	padding: 0.8em;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 700;
	width: 100%;
	display: block;
	background: #E83828;
	color: #fff;
	border:0.25em solid #fff;
	border-radius: 1em;

}
.btn02:hover {
	background: #ee7368;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (max-width:768px) {
	.btn02, .btn02:hover {
		font-size: 18px;
	}
}
.f-right {
	float: right!important;
}
.f-left {
	float: left!important;
}



.how_tab *, .how_tab *:before, .how_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.how_tab {
	margin: 0;
}
.how_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.how_tab .how_tabpanel {
	display: none;
}
.how_tab > input:first-child:checked ~ .how_tabpanels > .how_tabpanel:first-child,
.how_tab > input:nth-child(3):checked ~ .how_tabpanels > .how_tabpanel:nth-child(2),
.how_tab > input:nth-child(5):checked ~ .how_tabpanels > .how_tabpanel:nth-child(3),
.how_tab > input:nth-child(7):checked ~ .how_tabpanels > .how_tabpanel:nth-child(4),
.how_tab > input:nth-child(9):checked ~ .how_tabpanels > .how_tabpanel:nth-child(5),
.how_tab > input:nth-child(11):checked ~ .how_tabpanels > .how_tabpanel:nth-child(6) {
	display: block;
}
.how_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 2px solid #E83828;
	border-radius: 0.6em 0.6em 0 0 ;
	border-bottom: 0;
background:#fff;
	font-weight:700;
	font-size:18px;
}

.how_tab > label:hover,
.how_tab > input:focus + label {
	color: #E83828;
}
.how_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #E83828;
	border-bottom: 1px solid #E83828;
	border-radius: 0.6em 0.6em 0 0 ;
	color:#fff;
	background:#E83828;
	font-weight:700;

}
.how_tab .how_tabpanel {
	padding: 1.5em 1.5em;
	border: 2px solid #E83828;
	background:#fff;
	border-radius: 0 1em 1em 1em;

}


@media (max-width: 992px) {

.how_tab{margin-bottom:15px;}

.how_tab > label{
		padding: 10px 5px;
		font-size:13px;
	}
.how_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #E83828;
	border-bottom: 2px solid #E83828;
	border-radius: 0.6em 0.6em 0 0 ;
	color:#fff;
	background:#E83828;
	font-weight:700;
	font-size:14px;
}


.how_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #E83828;
	border-bottom: 1px solid #E83828;
	border-radius: 0.6em 0.6em 0 0 ;
	color:#fff;
	background:#E83828;
	font-weight:700;

}
.how_tab .how_tabpanel {
	padding: 1em 1em;
	border: 2px solid #E83828;
	background:#fff;
	min-height:300px;
	border-radius: 0 1em 1em 1em;
}


}

.how_tab h3{
	font-size:18px;
	font-weight:700;
		background:#f7dac9;
		padding:0.4em;
		border-radius: 0.5em;
		display:block;
		text-align:center;
		margin-bottom: 1em;
}
@media (max-width: 768px) {
.how_tab h3{
	font-size:16px;
}

}


.sp-kifu-bank-area{
	padding: 1em;
	border: 2px solid #E83828;
	background:#fff;
	border-radius: 1em;
}

/* */

.st_tab *, .st_tab *:before, .st_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.st_tab {
	margin: 0;
}
.st_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.st_tab .st_tabpanel {
	display: none;
}
.st_tab > input:first-child:checked ~ .st_tabpanels > .st_tabpanel:first-child,
.st_tab > input:nth-child(3):checked ~ .st_tabpanels > .st_tabpanel:nth-child(2),
.st_tab > input:nth-child(5):checked ~ .st_tabpanels > .st_tabpanel:nth-child(3),
.st_tab > input:nth-child(7):checked ~ .st_tabpanels > .st_tabpanel:nth-child(4),
.st_tab > input:nth-child(9):checked ~ .st_tabpanels > .st_tabpanel:nth-child(5),
.st_tab > input:nth-child(11):checked ~ .st_tabpanels > .st_tabpanel:nth-child(6) {
	display: block;
}
.st_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 2px solid #E83828;
	border-radius: 0.6em 0.6em 0 0 ;
	border-bottom: 0;
background:#fff;
	font-weight:700;
	font-size:18px;
}

.st_tab > label:hover,
.st_tab > input:focus + label {
	color: #E83828;
}
.st_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #E83828;
	border-bottom: 1px solid #E83828;
	border-radius: 0.6em 0.6em 0 0 ;
	color:#fff;
	background:#E83828;
	font-weight:700;

}
.st_tab .st_tabpanel {
	padding: 1.5em 1.5em;
	border: 2px solid #E83828;
	background:#fff;
	border-radius: 0 1em 1em 1em;

}
@media (max-width: 1199px) {
	.st_tab > label {
		font-size:16px;
	}
}


@media (max-width: 992px) {

.st_tab{margin-bottom:15px;}

.st_tab > label{
		padding: 10px 5px;
		font-size:13px;
	}
.st_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #E83828;
	border-bottom: 2px solid #E83828;
	border-radius: 0.6em 0.6em 0 0 ;
	color:#fff;
	background:#E83828;
	font-weight:700;
	font-size:14px;
}


.st_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #E83828;
	border-bottom: 1px solid #E83828;
	border-radius: 0.6em 0.6em 0 0 ;
	color:#fff;
	background:#E83828;
	font-weight:700;

}
.st_tab .st_tabpanel {
	padding: 1em 1em;
	border: 2px solid #E83828;
	background:#fff;
	border-radius: 0 1em 1em 1em;
}


}

.st_tab h3{
	font-size:18px;
	font-weight:700;
		background:#f7dac9;
		padding:0.4em;
		display:block;
		border-radius: 0.5em;
		text-align:center;
		margin-bottom:1em;

}
@media (max-width: 768px) {
.st_tab h3{
	font-size:16px;
}

.st_tab span {font-size:0.8em;}

}


@media screen and (min-width: 768px) {
	.st-detail dt {
		clear: left;
		float: left;
		width: 8em;
		margin-bottom: 0;
		color: #E83828;
		font-weight: 800;
		font-size:16px;
	}
	.st-detail dd {
		font-size:16px;
		margin-left: 8em;
		margin-bottom: 0.5em;
	}
		.st-detail dd:last-child {
		margin-bottom: 0;
	}

}
@media screen and (max-width: 767px) {
	.st-detail dt {
		clear: left;
		float: left;
		width: 8em;
		margin-bottom: 0;
		color: #E83828;
		font-weight: 800;
		font-size:14px;
	}
	.st-detail dd {
		font-size:14px;
		margin-left: 8em;
		margin-bottom: 0.5em;
	}
		.st-detail dd:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 991px) {
.st-detail img{
	width: 65%;
	margin:15px auto 0 auto;
}
}




.donationBtn a {
	font-size: 26px;
  color: #fff;
  font-weight: 700;
  outline: 3px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-align: center;
	padding: 0.6em;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:999;
  transition: all 0.3s;
	border-radius: 1em;
}

.donationBtn a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  background: #f29a03;
  z-index:-999;
  transition: all 0.3s ease;
  	border-radius: 1em;
}
.donationBtn a:hover::before {
	background: #f5b84e;
	transition: all 0.3s;
}
.donationBtn span{
	font-size:18px;
	font-weight:400;
	margin-bottom:5px;
	display:block;
}



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

	.donationBtn a {
		font-size: 20px;
	  outline: 2px solid #333;

	}
		.donationBtn span{
	font-size:14px;
	font-weight:400;
	margin-bottom:5px;
	display:block;
}
.donationBtn a::before {
  top: 3px;
  left: 3px;
}
.donationBtn a::after {
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
}


/* */
.donationBtn-top a {
	font-size: 22px;
  color: #fff;
  font-weight: 700;
  outline: 2px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-align: center;
	padding: 0.6em;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:999;
  transition: all 0.3s;
	border-radius: 0.7em;
}

.donationBtn-top a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: #f29a03;
  z-index:-999;
  transition: all 0.3s ease;
  	border-radius: 0.7em;
}
.donationBtn-top a:hover::before {
	background: #f5b84e;
	transition: all 0.3s;
}
.donationBtn-top span{
	font-size:16px;
	font-weight:400;
	margin-bottom:3px;
	display:block;
}



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

	.donationBtn-top a {
		font-size: 18px;
	  outline: 2px solid #333;
		padding: 0.4em;


	}
		.donationBtn-top span{
	font-size:13px;
	font-weight:400;
	margin-bottom:2px;
	display:block;
}
.donationBtn-top a::before {
  top: 2px;
  left: 2px;
}
.donationBtn-top a::after {
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
}

/* */

.donationBtn-web a {
	font-size: 26px;
  color: #fff;
  font-weight: 700;
  outline: 3px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-align: center;
	padding: 0.6em;
  margin-top: 1em;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:999;
  transition: all 0.3s;
	border-radius: 1em;
}

.donationBtn-web a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  background: #f29a03;
  z-index:-999;
  transition: all 0.3s ease;
  	border-radius: 1em;
}
.donationBtn-web a:hover::before {
	background: #f5b84e;
	transition: all 0.3s;
}
.donationBtn-web span{
	font-size:18px;
	font-weight:400;
	margin-bottom:5px;
	display:block;
}



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

	.donationBtn-web a {
		font-size: 20px;
	  outline: 2px solid #333;

	}
		.donationBtn-web span{
	font-size:14px;
	font-weight:400;
	margin-bottom:5px;
	display:block;
}
.donationBtn-web a::before {
  top: 3px;
  left: 3px;
}
.donationBtn-web a::after {
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
}

/* */


.donationBtn-w a {
	font-size: 26px;
  color: #fff;
  font-weight: 700;
  outline: 3px solid #fff;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-align: center;
	padding: 0.6em;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:999;
  transition: all 0.3s;
	border-radius: 1em;
}

.donationBtn-w a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  background: #f29a03;
  z-index:-999;
  transition: all 0.3s ease;
  	border-radius: 1em;
}
.donationBtn-w a:hover::before {
	background: #f5b84e;
	transition: all 0.3s;
}
.donationBtn-w span{
	font-size:18px;
	font-weight:400;
	margin-bottom:5px;
	display:block;
}



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

	.donationBtn-w a {
		font-size: 20px;
	  outline: 2px solid #fff;

	}
		.donationBtn-w span{
	font-size:14px;
	font-weight:400;
	margin-bottom:5px;
	display:block;
}
.donationBtn-w a::before {
  top: 3px;
  left: 3px;
}
.donationBtn-w a::after {
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
}

.placeCard {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
}
@media screen and (max-width: 767px){
.placeCard {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 8px;
}

}

.placeCard-item {
  background: #fff;
  padding: 0;
  border-radius: 0.5em;
  cursor: pointer;
}
.placeCard-img {
  aspect-ratio: 3/2;
  margin-bottom: 8px;
}
.placeCard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    border-radius: 0.5em 0.5em 0 0 ;

}
.placeCard-title {
  font-size: 13px;
  line-height:1.4;
  font-weight:700;
  text-align:center;
  color:#333 !important;
  margin:0.5em;
}
@media screen and (max-width: 767px){
.placeCard-title {
  font-size: 11px;
  line-height:1.4;
}

}

.placeCard-text{
	font-size:16px;
}



.viewExpand{
  position: relative;
}
.viewExpand__contents{
  /* オーバーレイが被る分、下の余白を確保 */
  padding-bottom: var(--view-expand-overlay-height) ;
}
/* グラデーションのぼかし部分 */
.viewExpand__overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--view-expand-overlay-height);
  background: linear-gradient(180deg,rgba(255,255,255,0) 0%, rgba(232,56,40,1) 100%);
  pointer-events: none;
  z-index: 1;
}
.viewExpand__button{
  -webkit-appearance: none;
  border: 2px solid #fff;
  border-radius: 10em;
  background-color: #fff;
  color: #333;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: var(--view-expand-btn-height);
  font-size: 16px;
  font-weight:700;
  z-index: 2;
  transition: .5s;
  cursor: pointer;
}
@media (hover: hover){
  .viewExpand__button:hover{
    opacity: 0.9;
  }
}

@media screen and (max-width: 767px){
.viewExpand__button{
font-size:14px;
 width: 160px;

}
}


/* レスポンシブ設定 */
@media screen and (min-width: 768px){
  .viewExpand{
    --view-expand-btn-height: 40px;
    --view-expand-overlay-height: 100px;
  }
}
@media screen and (max-width: 767px){
  .viewExpand{
    --view-expand-btn-height: 35px;
    --view-expand-overlay-height: 100px;
  }
}


/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
  background-color: rgba(232,56,40,0.9);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  padding: 30px;
  overflow-y: scroll;
  border-radius: 1em;
}

@media (max-width: 768px) {
.modal__content {
  position: relative;
  background-color: #fff;
  max-width: 900px;
  max-height: 780px;
  padding: 15px;
  overflow-y: scroll;
  border-radius: 1em;
}
}


/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  background: #fff;
  border: 3px solid #E83828;
  color:#E83828;
  padding:0.5em 1em;
  border-radius: 5em;
  cursor: pointer;
  z-index: 2;
  text-align:center;
  font-size:16px;
  font-weight:700;
}
@media (max-width: 767px) {
.modal__close-btn {
  padding:0.5em 1em;
  border-radius: 5em;
  border: 2px solid #E83828;
  font-size:13px;
}


}

.swiper-button-next, .swiper-button-prev {
        margin-left: -0.8em !important;
        margin-right: -0.8em !important;
        margin-top: calc(0px - var(--swiper-navigation-size) / 2);
        top: var(--swiper-navigation-top-offset, 30%) !important;}


/* Swiperの矢印部分 */
@media (max-width: 768px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    display: none;
  }
}

.store-sns{
width:100%;
text-align:right;
}
.store-sns img {
  width: 34px;
  height: 34px;
  display:inline-block;
margin-top:5px;
margin-left:8px;
}
		@media screen and (max-width:768px) {
.store-sns img {
  width: 28px;
  height: 28px;
  display:inline-block;
margin-top:5px;
margin-left:3px;
}

}

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.img-wrap {
  position: relative;
  display: inline-block;
	cursor:pointer;
}
.aspect-1-1{
  width: 100%;                /* 横幅を親要素に合わせる */
  height: auto;              /* 高さを固定 */
  aspect-ratio: 4 / 3;      /* アスペクト比を16:9に指定 */
  object-fit: cover;         /* 画像を歪ませずにトリミングして枠に収める */
  object-position: center;   /* 画像の中心を表示 */

}
.zoom-icon {
  position: absolute;
  right: 6px;
  bottom: 6px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 4px;
  pointer-events: none; /* クリックは画像に通す */
}
.zoom-icon img{
width:12px;
display:inline;
vertical-align: middle;
}

@media screen and (max-width:768px) {
	.zoom-icon {
	  position: absolute;
	  right: 4px;
	  bottom: 4px;
	  background: rgba(0,0,0,0.6);
	  color: #fff;
	  padding: 3px 5px;
	  font-size: 10px;
	  border-radius: 4px;
	  pointer-events: none; /* クリックは画像に通す */
	}
	.zoom-icon img{
	width:10px;
	display:inline;
	vertical-align: middle;
	}


}

.store-detail{
margin-bottom:2.5em;
}
.store-detail h1{
	font-size:24px;
	color:#fff;
	font-weight:700;
	background:#E83828;
	padding:0.5em;
	margin:0 0 1em 0;
	text-align:center;
}
.store-detail h2{
	font-size:20px;
	color:#fff;
	font-weight:700;
	background:#E83828;
	padding:0.5em;
	margin:1em 0;
	text-align:center;
}
	.store-detail dt {
		clear: left;
		float: left;
		width: 4em;
		margin-bottom: 0;
		font-weight: 800;
	}
	.store-detail dd {
		margin-left: 4em;
		min-height: 1.7em;
	}

		@media screen and (max-width:768px) {
.store-detail dl{margin-top:1px;}
	.store-detail dt {
		width: 3em;
	}
	.store-detail dd {
		margin-left: 3em;
		min-height: 1.6em;
	}


		}


	@media screen and (max-width:768px) {
.store-detail h1{
	font-size:16px;
	color:#fff;
	font-weight:700;
	background:#E83828;
	padding:0.3em;
	margin:0 0 0.5em 0;
	text-align:center;
}

.store-detail h2{
	font-size:14px;
	color:#fff;
	font-weight:700;
	background:#E83828;
	padding:0.3em;
	margin:0.5em 0;
	text-align:center;
}
.store-detail p{
font-size:12px;
line-height:1.6em;
}

	}


.store-detail-msg{
  position: relative;
  padding: 0.8em;
  border: 1px solid #E83828;
  border-radius: 1em;
  margin:1em 0;
}

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

			.store-detail-msg{
  position: relative;
  padding: 0.6em;
  border: 1px solid #E83828;
  border-radius: 1em;
  margin:1em 0;
}

		}


	#map {
  width: 100%;
  height: 350px;
}

	.swiper-button-next, .swiper-button-prev{
		color:#E83828 !important;
	}




	form {
	margin: 0 auto;
}
.form-input {
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #444;
	padding: 10px;
	margin-bottom: 0px;
	width: 100%;
	font-size: 16px;
}
.form-input:focus {
	border: 1px solid #E83828;
}
textarea {
	color: #333;
	height: 150px;
	line-height: 1.5em;
	resize: vertical;
}
[type="text"] {
	color: #333;
}
[type="submit"] {
	width: 100%;
	background: #E83828;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	color: white;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	font-weight: 400;
	text-align: center;
}
[type="submit"]:hover {
	background:#ec5f52;
	transition: all 0.3s;
}
[type="submit"]:disabled {
	background: #ccc;
	color: #fff;
}
input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 5px 5px 0;
}
.form-item {
	position: relative;
	margin-bottom: 15px;
}
.req {
	position: absolute;
	float: right;
	top: 11px;
	right: 10px;
	background:#E83828;
	color: #fff;
	font-size: 11px;
	padding: 3px 5px;
	border-radius: 3px;
}
.form-item label {
	font-size: 16px;
	display: none;
}
.counter {
	font-size: 14px;
	color: #ccc;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.error {
	font-size: 12px;
	color: #E83828;
}


.faq-list {
	margin-top: 20px;
}
.faq-list dl {
	position: relative;
	margin: 0;
	padding: 14px 10px 14px 15px;
	cursor: pointer;
	border-bottom: 1px solid #E83828;
}
.faq-list dl:first-child {
	border-top: 1px solid #E83828;
}
.faq-list dl::before {
	position: absolute;
	top: 18px;
	right: 20px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 2px solid #E83828;
	border-right: 2px solid #E83828;
}
.faq-list .open::before {
	transform: rotate(-45deg);
}
.faq-list dl dt {
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
	font-weight: bold;
	font-size: 16px;
}
.faq-list dl dt::before {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	content: 'Q.';
	color: #E83828;
}
.faq-list dl dd::before {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 2px;
	display: block;
	content: 'A.';
	font-weight: bold;
	color: #E83828;
}
.faq-list dl dd {
	position: relative;
	display: none;
	height: auto;
	margin: 20px 0 0;
	padding: 0 0 0 30px;
}
.faq-list dl dd p {
	margin: 30px 0 0;
}
.faq-list dl dd p:first-child {
	margin-top: 0;
}

.faq-list dt > span{
	font-size:12px;
	color:#E83828;
	border:1px solid #E83828;
	border-radius: 0.5em;
	display:table;
	margin-bottom:0.3em;
	font-weight:400;
	padding:0.2em 0.5em;
}

@media screen and (max-width: 767px) {
.faq-list dt > span{
	font-size:11px;
	color:#E83828;
	border:1px solid #E83828;
	border-radius: 0.5em;
	display:table;
	margin-bottom:0.3em;
	font-weight:400;
	padding:0.2em 0.5em;
}
}


@media screen and (max-width: 767px) {
	.faq-list dl {
		position: relative;
		padding: 12px 40px 12px 5px;
	}
	.faq-list dl::before {
		top: 15px;
		right: 10px;
		width: 7px;
		height: 7px;
	}
	.faq-list dl dt {
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.faq-list dl dt::before {
		font-size: 14px;
		top: 1px;
		left: 5px;
		content: 'Q.';
	}
	.faq-list dl dd::before {
		font-size: 14px;
		top: 3px;
		left: 5px;
		content: 'A.';
	}
	.faq-list dl dd {
		margin: 10px 0 0;
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.faq-list dl dd p {
		margin: 30px 0 0;
	}
	.faq-list dl dd p:first-child {
		margin-top: 0;
	}
}

.faq-list h2{
	font-size:18px;
	font-weight:700;
	color:#fff;
	background-color:#E83828;
	border-radius: 0.5em;;
	padding:0.5em;
	margin:2em 0 1em 0;
}

@media screen and (max-width: 767px) {
.faq-list h2{
	font-size:16px;
	font-weight:700;
	color:#fff;
	background-color:#E83828;
	border-radius: 0.5em;;
	padding:0.5em;
	margin:2em 0 1em 0;
}
}

.faq-list h1{
	font-size:46px;
	color:#E83828;
	display:block;
	text-align:center;
	margin-bottom:1em;
}
.faq-list h1 span{
	font-size:22px;
	font-weight:400;
	color:#E83828;
	display:block;
	text-align:center;
	margin-bottom:0.3em;
}

@media screen and (max-width: 767px) {
.faq-list h1{
	font-size:28px;
	color:#E83828;
	display:block;
	text-align:center;
	margin-bottom:1em;
}
.faq-list h1 span{
	font-size:16px;
	font-weight:400;
	color:#E83828;
	display:block;
	text-align:center;
	margin-bottom:0.3em;
}
	}


.transfer-info {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
}

.transfer-title {
  margin-left:-20px;
  margin-right:-20px;
  margin-bottom:0.5em;
  padding:8px;
  font-size: 16px;
  color: #333;
  padding-left: 10px;
  background-color: #eee;
  text-align :center;

}

.transfer-list {
  margin: 0;
  padding: 0;
}

.transfer-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 0.5em 0;
}

.transfer-item:last-child {
  border-bottom: none;
}

.transfer-item dt {
  width: 180px;
  color: #666;
  font-size:15px;
  font-weight: 400;
}

.transfer-item dd {
  width: 100%;
  margin: 0;
  color: #333;
  font-size:15px;
  font-weight: 400;
}

/* 口座番号を目立たせる */
.account-number {
  font-size: 1.1em !important;
  font-weight:700 !important;
  letter-spacing: 3px;
}


@media screen and (max-width: 767px) {
.transfer-info {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
}

.transfer-title {
  margin-left:-10px;
  margin-right:-10px;
  margin-bottom:0.5em;
  padding:6px;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  background-color: #eee;
  text-align :center;

}

.transfer-list {
  margin: 0;
  padding: 0;
}

.transfer-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 0.3em 0;
}

.transfer-item:last-child {
  border-bottom: none;
}

.transfer-item dt {
  width: 35%;
  color: #666;
  font-size:13px;
  font-weight: 400;
}

.transfer-item dd {
  width: 100%;
  margin: 0;
  color: #333;
  font-size:13px;
  font-weight: 400;
}

.account-number {
  font-size: 1.1em !important;
  font-weight:700 !important;
  letter-spacing: 3px;
}

}

.toggle-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.section.is-open .toggle-content {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
}
