body {
	font-family: MyYuGothicM , YuGothic , -appple-system , BlinkMacSystemFont , "Hiragino Kaku Gothic ProN" , Meiryo , sans-serif ;
	color:#222;
	text-align:center;
	line-height:1.75;
	font-feature-settings : "palt";
	letter-spacing:1px;
	font-size:18px;
	font-weight:500;
	background:#fff;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	background:#fff;
	background-size:cover;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/**** header ****/
header{
	background:url(../img/bg_header.jpg);
	background-size: cover;
}
header div{
	background:rgba(255,255,50,.5);
}


/**** contents ****/

.inner{
	max-width:1000px;
	margin:0 auto;
	padding:1% 3% 3%;
	text-align:left;
	clear:both;
}
.main{
	display:block;
}
.gradation{
	background:linear-gradient(#f9f9f9, #fff);
}
.box{
	background:#f9f9f9;
	padding:3%;
	border:#ccc 1px solid;
	border-radius:5px;
	margin-bottom:3%;
}
.box2{
	background:#3f347a;
	padding:2% 3%;
	border-radius:30px;
	margin-bottom:1%;
}
.box2 p{
	color:#fff;
	margin:1em 0 0;
	font-size:.9em;
}
.box3{
	background:#fff;
	padding:3%;
	border:#ccc 1px solid;
	border-radius:5px;
	margin-bottom:3%;
}
.bgCvr{
	background:url(../img/bg_cvr.jpg) bottom;
	background-size:cover;
}
.bgPyellow{
	background:#ffc;
}

.bgWhite{
	background:#fff;
}

/**** headline ****/
h1{
	font-weight:100;
	color:#fff;
	font-size:8px;
	max-width:1000px;
	margin:0 auto;
	padding:3px 3%;
	text-align:left;
}
h2,h3,h4,h5,.selif,th{
	font-family: 'Libre Baskerville', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2{
	background:url(../img/bg_h2.jpg) center;
	background-size:cover;
	font-size:3em;
	color:#fff;
	text-align:center;
	line-height:1.5;
	padding:1em .3em;
	margin:0 0 .5em;
	text-shadow:0 0 5px #003;
	box-shadow:0 -30px 150px #000 inset;
	border-top:#cfa972 5px solid;
	border-bottom:#cfa972 5px solid;
}
h2 strong{ color:#ff0;}
h3{
	background:#f5e8c1;
	font-size:1.5em;
	line-height:1.5;
	margin:0 0 1em;
	text-align:center;
	padding:2% 3%;
	border-radius:5px;
}
h4{
	color:#3f347a;
	font-size:1.3em;
	line-height:1.5;
	text-align: center;
	margin:0 0 1em;
}
h5{
	color:#fff;
	font-size:1.8em;
	line-height:1.5;
}
.number{
	border:0;
	text-align:left;
	padding:0 0 0 2em;
	position:relative;
}
.number .no{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	width:1.6em;
	height:1.6em;
	border-radius:.8em;
	color:#3f347a;
	background:#fff;
	padding:.1em .3em .3em;
}
/**** inline ****/
p{
	margin-bottom:2em;
	line-height:2;
	text-align: justify;
}
p:last-child{
	margin-bottom:0;
}
p.columns{
	columns: 2;
	column-gap: 3em;
}
li{list-style:none;}
.check li{
	background:url(../img/check.png) center left no-repeat;
	background-size:2em;
	font-family: "Noto Sans Japanese";
	list-style:none;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	border-bottom:#ccc 1px dotted;
	padding:.5em 0 .5em 3em;
}
.batsu li{
	background:url(../img/batsu.png) center left no-repeat;
	background-size:2em;
	font-family: "Noto Sans Japanese";
	list-style:none;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	border-bottom:#ccc 1px dotted;
	padding:.5em 0 .5em 3em;
}
.maru li{
	background:url(../img/maru.png) center left no-repeat;
	background-size:2em;
	font-family: "Noto Sans Japanese";
	list-style:none;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	border-bottom:#ccc 1px dotted;
	padding:.5em 0 .5em 3em;
}
a{
	color:#333;
	transition:.3s;
}
a:visited,a:active,a:link{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:none;
	opacity:.75;
}

/**** table ****/
table{
	width:100%;
	margin-bottom:3%;
}
th,td{
	padding:1em;
	border:#e6e6e6 1px solid;
	background:rgba(255,255,255,.5);
}
th{
	vertical-align: middle;
	text-align:left;
	background:rgba(0,36,172,.75);
	color:#fff;
	max-width:7em;
}
form th{width:11em !important;}

/***** form *****/
form{
	text-align:left;
	margin:3% auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
	width:100%;
	padding:3%;
	height:44px;
	border:#f00 5px solid;
	outline:none;
	background:#ff9;
	font-size:2em;
	border-radius:10px;
	transition:.3s;
}
textarea{
	height:10em !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
	background:#ff6;
	border:#f00 5px solid;
	outline:none;
}
input[type="submit"],.button{
	font-size:1.3em;
	background:#0024ac;
	color:#fff;
	padding:1em 2em;
	border-radius:3em;
	line-height:1.5;
	transition:.3s;
	margin:0 auto;
	display:block;
	text-align:center;
	max-width:30em;
	border:none;
	outline:none;
}
a.button{ color:#fff !important;}
input[type="submit"]:hover{
	background:#3357df;
}
.rei{
	font-size:.7em;
	color:#999;
}

/**** footer ****/
footer{
	clear:both;
	background:#ccc;
	color:#666;
	font-size:8px;
	padding:1em 3%;
}
footer .content2{
	text-align:right !important;
}
footer span{
	display:inline-block;
	font-size:.6em;
}
footer a{
	color:#666 !important;
}
/**** back to top btn ****/
.back{
	position:fixed;
	display:block;
	bottom:18vh;
	right:10px;
	width:44px;
	height:60px;
	border-right:#999 1px solid;
	z-index:10;
	transition:.3s;
}
.back:after{
	content:"";
	position:absolute;
	top:6px;
	right:-5px;
	width:18px;
	height:1px;
	background:#999;
	transform:rotate(-60deg);
}
.back:hover{
	height:90px;
}

@media screen and (max-width:640px){
body{font-size:12px;}
h2{	font-size:2em;}
h3{ font-size:1.3em;}
h4{ font-size:1.2em;}
h5{ font-size:1.3em;}
.headerNavi ul li{
	font-size:10px;
	margin-right:2em;
	letter-spacing:0;
}
.box2{
	padding:3%;
	border-radius:20px;
}
th,td{ display:block; min-width:100%; max-width:100%; padding:.5em;}
th{font-size:1.1em;}

.imgRight{ float:none; margin:0 auto 3%; max-width:80%; display:block;}
p.columns{columns: 1;column-gap: 3em;}
}