body {
	font-family:Arial,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
	color:#222;
	text-align:center;
	line-height:1.75;
	-webkit-font-feature-settings : "palt";
	        font-feature-settings : "palt";
	letter-spacing:1px;
	font-size:16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/**** header ****/
header{
	background: url("../img/bg.png") top center/cover no-repeat;
}
/**** contents ****/
section{
	background:url("../img/bg02.png") top center/100%  no-repeat;
	width: 100%;
	padding: 0 0 3%;
}
.inner{
	max-width: 1024px;
	padding:3%;
	margin:0 auto;
	box-shadow: 0 -2em 5em rgba(0,0,0,.05);
	background: #fff;
	border-radius:1em;
}
.inner2{
	max-width: 1280px;
	margin: 0 auto ;
	padding: 3%;
}
.inner3{
	max-width: 1280px;
	margin: 0 auto ;
}
.boxWhite{
	background:#fff;
	padding:3%;
	border:#eee 1px solid;
	border-radius:.5em;
	margin-bottom:3%;
	box-shadow: 0 0 1em rgba(0,0,0,.1);
}
.box{
	background:#fff;
	padding:3%;
	border:#eee .3em solid;
	border-radius:5px;
	margin-bottom:3%;
}
.bgWhite{
	background:#fff;
}
.bgHogan{
	background:url(../img/bg_hougan.png);
	padding:5%;
	box-shadow:5px 5px 30px rgba(0,0,0,.1);
}
.border_gold{
	border:#cfa972 .5em solid;
	margin-bottom:11px !important;
}
.border_red{
	border:#933 .5em solid;
	margin-bottom:11px !important;
}
.cvr{
	background: url("../img/bg02.jpg") top center/cover no-repeat !important;
}
.cs{
	opacity: .5;
}
.bg01{
	background:url("../img/bg02.png") top center/100%  no-repeat,  linear-gradient(120deg,rgba(20,60,135,.9),rgba(10,20,90,.9));
}
.bgSubhead,.content,.content h3{
	background: url("../img/bg02.png") top center/100%  no-repeat, linear-gradient(120deg,rgba(20,60,135,.9),rgba(10,20,90,.9));
}
.tokuten,.tokuten h3{
	background: url("../img/bg06.png") top center/100%  no-repeat, linear-gradient(120deg,rgba(200,185,105,.9),rgba(130,100,40,.9)) !important;
}
/**** headline ****/
h2{
	padding: 1.25em 1em;
	font-size: 3.25em;
	color: white;
	text-shadow:0 0 .5em rgba(0,0,0,1);
	line-height: 1.25;
	border-top: 1px solid #fff;
}
h3{
	background: url("../img/bg02.png") top center/100%  no-repeat, linear-gradient(120deg,rgba(20,60,135,.9),rgba(29,175,185,.9));
	font-size:1.75em;
	text-align:center;
	margin:0 0 1em;
	padding:.3em;
	color:#fff;
	border-radius:.5em;
	border:.2em solid #eddebb;
	text-shadow: 0 0 .5em rgba(0,0,0,.25);
	box-shadow: .1em .1em .5em rgba(0,0,0,.1) inset;
}

.content h3{
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:3.6em;
	margin:0 0 .5em;
	line-height:1.3;
}

.content h3,.tokuten h3{
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:3em;
	margin:0 0 .5em;
	line-height:1.3;
}
.tokuten h3{
	background:linear-gradient(100deg,#c6b86a,#806325);
}
h4{
	text-align: center;
	font-size: 1.3em;
	border-bottom:#000 1px solid;
	margin-bottom: 1em;
}
/**** inline ****/
p{
	margin-bottom:3%;
	line-height:2;
	text-align: justify;
}
p:last-child{
	margin-bottom:0;
}
p.columns{
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	-webkit-column-gap: 3em;
	   -moz-column-gap: 3em;
	        column-gap: 3em;
}
hr{
	border: none;
	border-bottom: #000 1px dotted;
	margin: 3% 0;
}
.tag{
	background:#fff;
	padding:.2em 1em;
	border-radius:5px;
	color:#806325;
	font-size:.7em;
	text-shadow: none;
	line-height:2.5;
}
/**** list ****/
ul{ margin-bottom:3%; }
li{ list-style:none; }
.check li{
	background:url(../img/check.svg) 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;
}
/**** Q&A ****/
.q{ 
	min-height:2em; 
	background:url(../img/qa01.png) left top no-repeat;
	background-size:2.5em;
	padding:4px 0 20px 3em; 
	border-bottom:1px #CCC dashed;
	margin-bottom:1em;
	color:#06F;
	font-weight:bold; 
	text-align: left;
}
.a{ 
	min-height:2.5em; 
	background:url(../img/qa02.png) left top no-repeat;
	background-size:2.5em; 
	padding:4px 0 0 3em;
}
/**** link ****/
a{
	color:#333;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
a img:hover{
	filter: brightness(120%);
	transform: translateY(-.5em);
}
a:visited,a:active,a:link{
	text-decoration:none;
	color:#333;
}
/***** form *****/
form{
	text-align:left;
	margin:0 auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
	font-size:2em;
	width:100%;
	max-width: 1024px;
	padding:1em;
	border:none;
	outline:none;
	background:#f4f4f4;
	font-size:2em;
	border-radius:10px;
	transition:.5s;
	margin: 0 auto;
	display: block;
}
textarea{
	height:10em !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
	background:#cef;
	border:none;
	outline:none;
	box-shadow:0 0 0 .2em  #abc 
}
input[type="submit"],.button{
	font-size:1.3em;
	background:#eee;
	color:#fff;
	padding:1em 2em;
	border-radius:3em;
	line-height:1.5;
	transition:.3s;
	margin:0 auto 5%;
	display:block;
	text-align:center;
	max-width:30em;
	border:none;
	outline:none;
}
a.button{ color:#fff !important;}
input[type="submit"]:hover{
	background:#3357df;
}
input[type="image"]{
	transition:.3s;
}
input[type="image"]:hover{
	transform: translateY(-.5em);
	opacity: 1;
	filter: brightness(120%);
}
/**** footer ****/
footer{
	color:#666;
	font-size:8px;
	padding:2em 3%;
	text-align: center;
	background: #f4f4f4;
}
/*------ timer -----*/
#timer {
  width: 100%;
  background: #e00;
  position: fixed;
  left: 0;
  top: 0;
  z-index:100;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height:1em;
  color: #fff;
  padding:.5em;
  box-shadow:0 0 10px rgba(0,0,0,.2);
}
.timer{
	padding-top:2.5em;
}
/*----- tel -----*/
.tel{
	display:inline-block;
	background:#f4f4f4 url(../img/tel.png) .5em 50% no-repeat;
	border-radius:.5em;
	border-bottom:#999 4px solid;
	font-size:2em;
	font-weight:bold;
	color:#f00;
	padding:.5em 1em .3em 2.2em;
	line-height:.8;
	margin-bottom:3%;
}
.tel a{
	color:#f00;
}
.tel span{
	font-size:.5em;
	font-weight: normal;
	color:black;
	vertical-align:middle;
}
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
.fuwatAnimeNone *{ visibility: visible !important;}

@-webkit-keyframes scrollAnime {
 0% { opacity: 0; -webkit-transform: translateY(2em); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes scrollAnime {
 0% { opacity: 0; -webkit-transform: translateY(2em); -ms-transform: translateY(2em); transform: translateY(2em); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@media screen and (max-width:768px){
}
@media screen and (max-width:640px){
	body{font-size: 13px;}
	.box{padding: 5%;}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
	font-size:1.5em;
	width:100%;
	padding:1em;
}
@media screen and (max-width:640px){
	body{font-size:13px;}
	h2{	font-size:1.3em; padding: 1em 1em 1em;}
	h3{ font-size:1.2em;}
	h4{ font-size:1.15em;}
	h5{ font-size:1.15em;}
	.content h3,.tokuten h3{font-size: 1.8em;	}
	.check li,.maru li,.batsu li{font-size:1.1em;}
	table{font-size:.7em;}
	p.columns{columns: 1;column-gap: 3em;}
	#timer {font-size: 14px;}
	.inner{margin:0 auto 0;}
	.sp_only{display: block;}
	section{ padding-bottom:0;}
	input[type="text"],	input[type="email"],input[type="tel"],select,textarea{font-size:1.5em;}
	.seminer img{width: 23%;}
}