@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@700&display=swap');

html {
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	line-height:1.7;
	text-align:center;
	color:#3e3a39;
}
.serif{
	font-family: 'Noto Serif JP', serif;
}
a {
	transition : opacity 0.4s;
	-webkit-transition : opacity 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.7;
}

.only_smart,
.only_smart_i{
	display:none !important;
}

img{
	max-width:100%;
}

#wrapper{
	min-width:980px;
}


/* header */
header{
	width:100%;
	min-width:980px;
	position:fixed;
	z-index:100;
	position:fixed;
	background-color:#0090d7;
	box-shadow:0 0 6px rgba(0,0,0,0.2);
}
header > div{
	max-width:980px;
	height:80px;
	margin:auto;
	padding:0 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
header > div h1 a{
	display:block;
	width:217px;
	line-height:1;
}
header > div nav > ul{
	width:640px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header > div nav > ul > li{
	position:relative;
}
header > div nav > ul > li > a{
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
header > div nav ul > li > a:after{
	content:'\003009';
	display:inline-block;
	margin-left:0.2em;
	transform:rotate(90deg) translateX(0.3em);
}
header > div nav > ul > li ul{
	width:103px;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	box-shadow:0 3px 3px rgba(0,0,0,0.3);
	display:none;
}
header > div nav > ul > li ul li{
	border-bottom:1px solid #003e67;
}
header > div nav > ul > li ul li:last-child{
	border-bottom:none;
}
header > div nav > ul > li ul li a{
	display:block;
	line-height:32px;
	font-size:12px;
	font-weight:bold;
	color:#003e67;
}



/* article */
article{
	background:#f7f8f8 url(../images/white_bg.png)repeat-y center top;
	padding:80px 0 0;
}


/* .cont */
.cont{
}
.cont h2.tit{
	line-height:60px;
	font-size:24px;
	border-top:3px solid #00a0e9;
	border-bottom:3px solid #00a0e9;
}
.cont#stop h2.tit{
	border-color:#836100;
}
.cont#contact h2.tit{
	border-color:#3e3a39;
}


/* .form */
.form{
	width:600px;
	margin:auto;
	padding:50px 0 80px;
}
.form > p{
	margin-top:20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.form .privacy_link{
	color:#a4301d;
	cursor:pointer;
}
.form .tel{
	margin:20px 0;
	padding:15px 0 15px;
	display:block;
	background-color:#eaf6fd;
	font-size:18px;
	font-weight:bold;
	color:#3e3a39;
	line-height:1.2;
}
.form#stop .tel{
	background-color:#fcf4eb;
}
.form#contact .tel{
	background-color:#efefef;
}
.form a.tel span{
	margin-left:0.2em;
	display:inline-block;
	vertical-align:-0.15em;
	font-size:38px;
	color:#a4301d;
}
.form form dl{
	margin:50px 0 20px;
	text-align:left;
}
.form form dl dt{
	padding:0 15px;
	line-height:36px;
	font-size:18px;
	background-color:#eaf6fd;
}
.form#stop form dl dt{
	background-color:#fcf4eb;
}
.form#contact form dl dt{
	background-color:#efefef;
}
.form form dl dt.hissu:after{
	content:'必須';
	display:inline-block;
	line-height:1.5;
	margin-left:0.5em;
	padding:0 5px;
	font-size:14px;
	background-color:#a4301d;
	color:#fff;
}
.form form dl dd{
	padding:10px 15px;
	border:2px solid #eaf6fd;
	font-size:16px;
}
.form#stop form dl dd{
	border-color:#fcf4eb;
}
.form#contact form dl dd{
	border-color:#efefef;
}
.form form dl dd.mb{
	margin-bottom:15px;
}
.form form dl dd ul li:nth-child(n+2){
	margin:5px 0 0;
}
.form form dl + p{
	font-size:16px;
}
.form form dl + p span{
	font-weight:bold;
	color:#a4301d;
}
.form form .agree{
	font-size:16px;
}


/* #thanks */
#thanks{
	padding:50px 0 100px;
}
#thanks h2{
	line-height:62px;
	font-size:28px;
	background-color:#004b6f;
	color:#fff;
}
#thanks h2 + p{
	margin:30px 0;
	font-size:22px;
	text-align:center;
}
#thanks a{
	display:inline-block;
	width:296px;
	line-height:52px;
	font-size:20px;
	font-weight:bold;
	background-color:#0090d7;
	color:#fff;
}


/* #overlay */
html.overlay {
	overflow:hidden;
	height:100%;
}
#open_wrapper{
	width:100%;
	height:100vh;
	padding:30px;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.6);
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	display:none;
}
#open_wrapper:before{
	content:'×';
	font-size:30px;
	color:#fff;
	position:fixed;
	top:10px;
	right:30px;
	cursor:pointer;
}
#overlay{
	width:90%;
	max-width:900px;
	margin:0 auto;
	padding:30px;
	background-color:#fff;
	overflow:hidden;
}
#overlay iframe{
	width:100%;
	border:none;
}


/* #privacy */
#privacy{
	padding:5%;
}
#privacy h1{
	font-size:24px;
}
#privacy h1 +  span{
	display:block;
	margin:5% 0;
	text-align:right;
	font-size:12px;
}
#privacy > dl{
	text-align:left;
	padding-left:1em;
}
#privacy > dl > dt{
	text-indent:-1em;
	font-weight:bold;
}
#privacy > dl > dd{
	margin-bottom:1.5em;
}
#privacy > dl > dd dl{
	margin-top:1.5em;
}
#privacy > dl > dd dl dd.indent{
	padding-left:1em;
	text-indent:-1em;
}
#privacy > ul{
	margin-top:8%;
	padding:3%;
	border:1px solid;
	text-align:left;
}
#privacy > ul li{
	padding-left:1.2em;
	text-indent:-1.2em;
}
#privacy > ul li span{
	display:inline-block;
	text-indent:0;
}


/* footer */
footer{
	padding:50px 0;
	background:#003e67;
}
footer dl{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
}
footer dl:first-of-type dt{
	width:225px;
	margin-bottom:5px;
	padding-bottom:8px;
	border-bottom:2px solid #fff;
}
footer dl:first-of-type dd{
	font-size:15px;
	text-align:left;
}
footer dl:last-of-type{
	margin-left:20px;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	line-height:32px;
}
footer dl:last-of-type dt:first-of-type{
	padding-left:0.5em;
	font-size:22px;
	color:#003e67;
	float:left;
}
footer dl:last-of-type dd:first-of-type{
	padding:0 0.5em 0 3em;
	font-size:30px;
	background:url(../images/foot_tel.png)no-repeat center center;
	background-size:100% auto;
}
footer dl:last-of-type dd:first-of-type a{
	color:#003e67;
}
footer dl:last-of-type dt:last-of-type{
	width:2.8em;
	font-size:18px;
	float:left;
	position:relative;
}
footer dl:last-of-type dt:last-of-type:after{
	content:'';
	display:block;
	width:2px;
	height:70%;
	background-color:#fff;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%) rotate(15deg);
}
footer dl:last-of-type dd:last-of-type{
	padding-left:2.8em;
	font-size:23px;
}



/* to_top */
#topbtn{
	width:48px;
	position:fixed;
	z-index:99;
	right:30px;
	bottom:-200px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
