<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.1;
	display:block;
}
#top_title_wrap .title_en {
	position: absolute;
	left: 50%;
	top: 45%;
	width: 100%;
	font-size: 2.5em;
	line-height: 1;
	transform: translate(-50%, -50%);
}
#top_title_wrap .title {
	position: absolute;
	left: 50%;
	top: 55%;
	width: 100%;
	font-size: 1.2em;
	line-height: 1;
	transform: translate(-50%, -50%);
}

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

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0;
	}
	#top_title_wrap h2 {
		font-size: 70px;
		margin: 0 0;
	}

}



/*=============================================
	
	よくある質問とこたえ
	
==============================================*/
.faq_wrap {
	padding: 3em 0;
	background: #F4F2E5;
}
.faq_wrap .box {
	padding: 3em 5%;
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 1.5em;
}
.faq_wrap h3 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 1em;
	color: #B2AF8A;
}
.faq_wrap h4 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 0.5em;
}
.faq_wrap .sub_en {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 2.5em;
}

.faq_wrap .list_wrap {
	margin-bottom: 0;
}
.faq_wrap .list_wrap .faq_list {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
.faq_wrap .list_wrap .faq_list:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.faq_wrap .list_wrap .faq_list .btn_open {
	padding: 1em 2em 1em 0;
	font-size: 1.1em;
	position: relative;
}
.faq_wrap .list_wrap .faq_list .btn_open h5 {
	position: relative;
	padding-left: 2em;
}
.faq_wrap .list_wrap .faq_list .btn_open h5:before {
	content: "Q.";
	position: absolute;
	left: 0;
	top: 0.8em;
	transform: translateY(-50%);
	color: #B2AF8A;
	font-size: 1.2em;
	line-height: 1;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.faq_wrap .list_wrap .faq_list .detail_open {
	padding: 1em 0 1em 2em;
	font-size: 1em;
	line-height: 2;
	position: relative;
}
.faq_wrap .list_wrap .faq_list .detail_open:before {
	content: "A.";
	position: absolute;
	left: 0;
	top: 1.8em;
	transform: translateY(-50%);
	color: #C0003B;
	font-size: 1.2em;
	line-height: 1;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}


.accordion-header {
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  right:0;
  top: 50%;
  transform: translateY(-50%);
  width:10px;
  height:1px;
  margin:auto;
  background:#B2AF8A;
}
.accordion-header::after{
  transform:rotate(-90deg) translate(10%, 0%);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg) translateY(-50%);}


.accordion-content {
    display: none ;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.faq_wrap {
		padding: 50px 0;
	}
	.faq_wrap .container {
		max-width: 1024px;
	}

	.faq_wrap h3 {
		font-size: 32px;
		margin-bottom: 70px;
	}
	.faq_wrap h4 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.faq_wrap .sub_en {
		font-size: 13px;
		margin-bottom: 30px;
	}
	
	.faq_wrap .list_wrap {
		margin-bottom: 70px;
	}
	.faq_wrap .list_wrap .faq_list {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.faq_wrap .list_wrap .faq_list:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.faq_wrap .list_wrap .faq_list .btn_open {
		padding: 1em 2em 1em 0;
		font-size: 14px;
	}
	.faq_wrap .list_wrap .faq_list .btn_open h5 {
		padding-left: 30px;
	}
	.faq_wrap .list_wrap .faq_list .btn_open h5:before {
		font-size: 1.4em;
	}
	.faq_wrap .list_wrap .faq_list .detail_open {
		padding: 1em 0 1em 2em;
		font-size: 15px;
		line-height: 2;
		position: relative;
	}
	.faq_wrap .list_wrap .faq_list .detail_open:before {
		font-size: 1.4em;
		top: 1.6em;
	}

}
</pre></body></html>