@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	text-align: left;
	background: #FFF;
	color: #000;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1.6;
}
P { font-size: 1.5em;}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.red {color: #de7c66;}
header {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	background: #de7c66;}
header .logo {width:200px;}
header h1 {
	margin: 12px;
	font-size: 2.2em;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}
header p {
	font-size: 1.6em;
	color: #fff;
	font-weight: 700;
	line-height: 1.8;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
}
nav {
	padding-bottom: 30px;
	text-align: center;
	background: #de7c66;}
.navbt {
	padding:10px 0;
}
nav P{
	font-size: 1.6em;
	color: #de7c66;
	font-weight: 700;
	line-height: 2.4;
	text-align: center;
	background: #fff;}
nav .menu {
	border-bottom: 3px solid #fff;
	background:linear-gradient(90deg,#26486e 0%,#26486e 50%,#6ec370 50%,#6ec370 100%);}
nav ul {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
nav li {
	flex-basis: 33.33%;
	padding: 0.5em 0;
	font-size: 1.4em;
	font-weight: 700;
}
nav li A{
	display: block;
	color: #fff;
}
nav .nav1 { background:#26486e;}
nav .nav2 { background:#3097e0; border-left:3px solid #fff;border-right:3px solid #fff;}
nav .nav3 { background:#6ec370;}
nav img { width: 30px;}

main {
	width: 100%;
}
main h2 {
	font-size: 2.0em;
	color: #fff;
	font-weight: 700;
	line-height: 2.5;
	text-align:center 
}
main h2:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 0.5em;
	vertical-align: middle;
}

section {position: relative;}
section p{ margin:0 15px 15px;}
section .copy { margin:0; padding: 10px; background:#fffbc9;}
section .disc {
	margin-left: 2em;
	padding: 0 15px 15px;}
section .disc li {
	list-style:disc;
	font-size: 1.5em;}


#attention h2 { background:#26486e;}
#attention h2:before { background: url("../img/icon_attention.png") no-repeat;	background-size: contain;}
#attention h3 {
	margin: 0.5em 0;
	padding:15px 15px 15px 5em;
	font-size: 1.8em;
	color: #de7c66;
	font-weight: 700;
	line-height: 1.4;
	background: url("../img/ttl_attention.png") no-repeat left 15px center/60px auto;
	}
#attention h4 {
	margin:0.5em 0;
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
#attention .boxline { border-bottom: 2px solid #26486e;}
#attention .tel {
	padding:10px 0 15px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
#attention .tel span {
	font-size: 1.2em;
}
#attention .linkBtn {
	display: block;
	width: 65%;
	margin: 0 auto;
	padding: 0.5em;
	font-size:1.5em;
	color: #26486e;
	font-weight: 700;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
#attention .linkBtn:after{
	position: absolute;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
}
#attention .arrowcontent {
	padding:55px 0 25px;
	position: relative;
	background:#26486e;}
#attention .arrowcontent svg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	fill: #fff;
}
#attention .disc li span { 
	display: block;
	margin-left: 1em;
}

#rule h2 { background:#3097e0;}
#rule h2:before { background: url("../img/icon_rule.png") no-repeat;	background-size: contain;}
#rule h3 {
	margin-bottom: 0.5em;
	padding: 0.2em 15px 0;
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	line-height: 2.4;
	background: #3097e0;
	position: relative;
}
#rule h3 i {margin-right: 0.3em;}
#rule h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	border-top: 1px solid #3097e0;
	border-bottom: 1px solid #fff;
}
#rule .info {
	margin: 15px;
	padding: 10px;
	text-align: center;
	background: #3097e0;
	border-radius: 10px;
}
#rule .info h4 {
	display: inline;
	padding: 0.5em 0;
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #fff;
}
#rule .info ul { margin-top:20px;}
#rule .info li {
	margin-bottom: 0.5em;
	padding-left:1.5em;
	text-indent:-1.5em;
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	text-align: left;
}
#rule .info li:before{
	margin-right: 0.5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
}
#rule .linkBtn {
	display: block;
	width: 65%;
	margin: 1.5em auto;
	padding: 0.5em;
	font-size:1.5em;
	color: #3097e0;
	font-weight: 700;
	text-align: center;
	background: #fff;
	border: 1px solid #3097e0;
	border-radius: 10px;
	position: relative;
}
#rule .linkBtn:after{
	position: absolute;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
}
#rule .map {
	max-width: 1000px;
	margin: 0 auto;
}
#rule .map img {width: 100%;}

#faq h2 { background:#6ec370;}
#faq h2:before { background: url("../img/icon_faq.png") no-repeat;	background-size: contain;}
#faq .voice { max-width:1000px; margin: 0 auto; padding: 15px;}
#faq .voiceq, #faq .voicea {
	width: 100%;
}
#faq .voiceq, #faq .voiceq p {
	float: left;
}
#faq .voicea, #faq .voicea p {
	float: right;
}
#faq .voiceq P, #faq .voicea P {
	width: 76%;
	margin:0 0 20px 0 !important;
	padding:0.5em 0.8em 0.5em 2.3em;
	text-indent:-1.7em;
	line-height: 1.4;
	position: relative;
	box-sizing: border-box;
}
#faq .voiceq P {
	background: #f2f2f2;
}
#faq .voicea P {
	background: #6ec370;
	margin-bottom: 30px !important;
}
#faq .voicea P A {
 color:#f2f2f2;
}
#faq .voiceq P:after {
	content: '';
	margin-top: -5px;
	position: absolute;
	left: -10px;
	top: 30%;
	border-right: 10px solid #f2f2f2;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
#faq .voicea P:after {
	content: '';
	margin-top: -5px;
	position: absolute;
	right: -10px;
	top: 30%;
	border-left: 10px solid #6ec370;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
#faq .voiceq P:before {
	content: '';
	display: inline-block;
  width: 20px;
  height:20px;
	margin-right: 0.3em;
  background-image: url(../img/icon_q.png);
  background-size: contain;
  vertical-align: middle;}
#faq .voicea P:before {
	content: '';
	display: inline-block;
  width: 20px;
  height:20px;
	margin-right: 0.3em;
  background: url(../img/icon_a.png);
  background-size: contain;
  vertical-align: top;}
#faq .voiceq .qimg, #faq .voicea .aimg {
	width: 16%;
	max-width: 60px;
}
#faq .voiceq .qimg {
	margin:0 25px 10px 0;
	float: left;
}
#faq .voicea .aimg {
	margin-left: 25px;
	float: right;
}

#agreement h2 { background:#9bb3bf;}
#agreement h2:before { background: url("../img/icon_agreement.png") no-repeat;	background-size: contain;}
#agreement h3 {
	margin:0.5em 0;
	font-size: 1.5em;
	color: #666;
	font-weight: 700;
	text-align: center;
}
#agreement h4 {
	margin:0.5em 0;
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
#agreement dl {padding: 15px;}
#agreement dt,
#agreement dd {
	margin:0.5em 0;
	font-size: 1.5em;
}
#agreement dt {font-weight: 700;}
#agreement .decimal {
	margin-left:3.5em;
	counter-reset: number;
}
#agreement .decimal li{
	position: relative;
  list-style: none;
	font-size: 1em;
}
#agreement .decimal li:before {
	counter-increment: number;
	content: "("counter(number)")";
	position: absolute;
	top: 0;
	left: -2em;
	width: 4em;
	height: 1em;
}

#agreement .siryo{
	margin: 15px;
	padding: 10px;
	border: 1px solid #666}
#agreement .siryo P{
	margin: 0;
	padding: 0;
}
#agreement .linkBtn {
	display: block;
	width: 65%;
	margin: 1.5em auto;
	padding: 0.5em;
	font-size:1.5em;
	color: #668291;
	font-weight: 700;
	text-align: center;
	background: #fff;
	border: 1px solid #668291;
	border-radius: 10px;
	position: relative;
}
#agreement .linkBtn:after{
	position: absolute;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
}

footer {text-align:center; background: #3097e0;}
footer .flogo {
	width:200px;
	margin: 15px 0;}
footer .fnav{
	display: block;
	margin: 0 auto;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
}
footer .copyright {
	font-size: 1.0em;
	color: #fff;}
footer .emergency {
	padding: 10px 0 20px;
	background: #de7c66;
}
footer .emergency h3 {
	font-size: 1.6em;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
footer .emergency .telall {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px 10px;
	text-align: center;
}
footer .emergency .telall A {
	display: block;
	background: #fff;
}
footer .emergency .telall P {
	margin: 0.3em 0;
	padding: 0.8em 0;
	font-size: 1.4em;
	color: #de7c66;
	font-weight: 700;
}
footer .emergency .telall P span{
	margin-left: 0.5em;
	font-size: 1.4em;}
footer .emergency .telall .police P
footer .emergency .telall .fire P{
	margin: 0.5em 0 0;
}
footer .emergency .telall .police P img,
footer .emergency .telall .fire P img{
	height: 40px;
	margin-top: 3px;
	vertical-align: bottom;
}

footer p { 
	padding:15px;
}


#page_top{
  position: fixed;
  right: 10px;
  bottom:70px;
	font-size: 5em;
  color: #333;
  text-decoration: none;
}
.bpdf::before,
.apdf::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color:#ee1717;
	content: "\f1c1";}
.bpdf::before { margin-right:0.5em;}
.apdf::after {margin-left:0.5em;}


@media only screen and (max-width:768px) {

}
