@charset "utf-8";

/*  ====================================================
 FAQ用
===================================================== */
html{
	scroll-behavior: smooth;
}
.swiper{
	overflow-y: visible;
	}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: none !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: none !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}
#main {
	font-size: 16px;
	letter-spacing: 1.2px;
	line-height: 2em;
	
}


.accordion__link{
	color: #86762B;
	text-decoration: underline;
}
h1 {
	text-align: center;
	margin: 40px 0 80px;
}

.h1_sp {
	margin: 40px 0;
}

.pane-link {
	padding: 15px 0 0;
	margin-bottom: 58px;
}

.arekore-index {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	gap: 20px 20px;
	max-width: 1120px;
}

.arekore-index li {
	width: 330px;
	min-height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #B6B9BB;
	border-radius: 6px;
	color: #444;
}

.arekore-index li a {
	color: #444;
	text-decoration: none;
}

.arekore-container {
	width: 100%;
}

.accordions {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 20px ;
}
#arekore-b5{
	margin-left: auto;
	padding: 50px 20px 80px;
}
.accordion {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.accordion__menu {
	border-top: 1px solid #E0E1E2;
}

.accordion__button {
	appearance: none;
	text-align: inherit;
	width: 100%;
	background-color: transparent;
	border: none;
	color: black;
	padding: 20px;
	cursor: pointer;
	position: relative;
}

.accordion__button p {
	width: 90%;
	padding-left: 1em;
	text-indent: -1.3em;
	color: #444;
}
#arekore-b5 .accordion__button p{
	width: 90%;
	padding-left: 0;
	text-indent: 0;
	color: #444;
}
.accordion__button::before {
	content: "";
	display: block;
	width: 17px;
	height: 1.5px;
	position: absolute;
	right: 21px;
	top: calc(50% - 2px);
	background: #2F363C;
	transform: rotate(90deg);
	transition: all 0.4s ease;
}

.accordion__button::after {
	content: "";
	display: block;
	width: 17px;
	height: 1.5px;
	position: absolute;
	right: 21px;
	top: calc(50% - 2px);
	background: #2F363C;
}

.accordion__menu.open .accordion__button::before {
	transform: rotate(0deg);
	transition: all 0.4s ease;
}

.accordion__body {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}

.accordion__body .swiper-slide {
	text-align: center;
}

.accordion__body .swiper-pagination-bullet {
	background: none repeat scroll 0 0 #86762B;
}

.swiper-button-next,
.swiper-button-prev {
	color: #86762B !important;
}

:root {
	--swiper-navigation-size: 30px !important;
}

.accordion__text {
	padding: 0 20px 20px;
}

.btn_more2 a {
	padding: 0 0 0 20px;
}

.accordion__text p {
	font: 99% arial, helvetica, clean, sans-serif;
	padding-left: 1em;
	text-indent: -1.3em;
}
#arekore-b5 .accordion__text p {
	font: 99% arial, helvetica, clean, sans-serif;
	padding-left: 0;
	text-indent: 0;
}
.accordion__img {
	text-align: center;
}


/* modal */
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

div.btn_more3 {
	background: url("/images/link_mark.gif") no-repeat 0 4px;
	padding: 5px 5px 5px 18px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
/* .ans_block{
	width: 100%;
	text-align: center;
} */
.madori {
	position: relative;
	margin: 0 auto;
	width: fit-content;
}
.madori img{
height: 100%;
}
.madori button {
	position: absolute;
	width: 6%;
}

.bn01 {
	top: 12%;
    left: 74%;
}

.bn02 {
	top: 10%;
    left: 63%;
}

.bn03 {
	top: 27%;
    left: 69%;
}

.bn04 {
	top: 61%;
    left: 41%;
}

.bn05 {
	top: 53%;
    left: 9%;
}

.bn06 {
	top: 45%;
    left: 27%;
}

.faq_cate-h {
	padding: 15px 0 10px;
}



#modal-overlay {
	opacity: 0;
	background: rgba(255,255,255, .7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.modal-style {
	opacity: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 5px 5px 15px #888;
	z-index: -1;
	transition: all 0.3s;
	text-align: center;
	background-color: #FFF;
}

.modal-style h3 {
	text-align: center;
}
.mordal-close-buttons{
	position: absolute;
    right: 0;
	transform: translateX(-10px);
}
.close-button {
	position: relative;
	width: 20px !important;
	height: 20px;
}

.close-button::before,
.close-button::after {
	/* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left:0;
	width: 2px;
	/* 棒の幅（太さ） */
	height: 20px;
	/* 棒の高さ */
	background: #333;
}

.close-button::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.close-button::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
