@charset "utf-8";
body {
	/*横スクロールバーを出さない ※.full_width対応*/
	overflow-x: hidden;
}

/*[開始]横幅いっぱい伸ばす*/
.full_width {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	width: 100vw;
}
/*[終了]横幅いっぱい伸ばす*/
/*[開始]コンテンツ幅指定*/
#content_wrap {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
#content {
	width: 88.88%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
/*[終了]コンテンツ幅指定*/
/*
---------------------------------------------------
*/
/*[開始]本文*/
.box {
	padding: 1.5em 3.6% 0.5em;
	margin-bottom: 2em;
	background-color: #fff;
	filter: drop-shadow(0 3px 3px #e6e4e2);
	-webkit-filter: drop-shadow(0 3px 3px #e6e4e2);
}
header {
	background-color: rgba(255, 255, 255, 0.7);
}
/*[終了]本文*/
main {
	margin-bottom: 50px;
}
h2 {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-top: 50px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
/*[開始]MV背景の設定*/
@media screen and (max-width:480px) {
	#mv {
		background-image: url("../images/bg_sp.png");
	}
}
@media screen and (min-width:479px) and (max-width:767px) {
	#mv {
		background-image: url("../images/bg_tab.png");
		background-position: 100% 70% !important;
	}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	#mv {
		background-image: url("../images/bg_pc.png");
	}
}
@media screen and (min-width:1024px) {
	#mv {
		background-image: url("../images/bg_pcbig.png");
	}
}
/*[終了]MV背景の設定*/
#mv {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 70vh;
	display: table;
}
#mv div.mvcontent_wrap {
	margin: auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#mv div.mvcontent_wrap div {
	width: 90%;
	padding: 10% 3%;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.7);
}
.logo_center{
	display: inline-block;
	width: 30%;
	max-width: 60px;
	text-align: center;
	margin-bottom: 1.5em;
}
h1 {
	font-size: 1.8rem;
	background-color: rgba(255, 255, 255, 0);
}
.faq details summary {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 40px;
	margin-bottom: 1em;
}
.faq details span {
	margin-top: 1em;
}
.faq details span.bold{
	margin-top: 0;
	padding-top: 1em;
	display: block;
}
.faq details span.bold.inline{
	display: inline;
}
.faq details span.bold.pd0{
	padding-top: 0;
}
.faq details[open] {
	padding-bottom: 1em;
}
.faq details summary:before {
	content: "Q.";
	margin-right: 0.5em;
	color: #cc0033;
	font-size: 130%;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -6px;
}
.faq details summary::-webkit-details-marker {
	display: none;
}
.faq details {
	cursor: pointer;
	position: relative;
}
/*リストのインデント設定*/
.list{
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
	margin-top: 0 !important;
}
.kaigyou{
	word-break: keep-all;
	overflow-wrap: anywhere;
}
/*黒丸のリスト*/
.disc:before {
	content: "・";
}
.disc {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
	margin-top: 0 !important;
}
/*米印のリスト*/
.kome:before {
	content: "※";
}
.kome {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
	margin-top: 0 !important;
}
/*数字リスト*/
.maru-deci{
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
	margin-top: 0 !important;
}
#contact {
	text-align: center;
	width: 80%;
	max-width: 600px;
	margin: 50px auto 80px;
}
.button a.web_link:link, .button a.web_link:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.button .web_link {
	height: 50px;
	display: block;
	width: 100%;
	background-color: #c03;
	font-size: 2.0rem;
	border-radius: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.5em;
}
#app_info {
	margin-top: 30px;
	margin-bottom: 50px;
}
#app_info .flex {
	flex-wrap: wrap;
	justify-content: space-between;
}
#app_info p {
	width: 100%;
	margin-top: 1em;
	filter: drop-shadow(0 3px 3px #e6e4e2);
	-webkit-filter: drop-shadow(0 3px 3px #e6e4e2);
	margin-left: auto;
	margin-right: auto;
}
#app_info a:hover {
	opacity: 0.8;
}
footer div .flex, footer div .flex a {
	display: block;
}