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;
	background:url(../img/bg.jpg) center/cover fixed;
}

.flexbox{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.flex2col{
	flex-basis: 49%;
	margin-bottom:1%;
}

/**** section ****/
main{
	max-width:960px;
	margin:0 auto;
	box-shadow:0 0 40px rgba(0,0,0,.3);
	background:#fff;
	display:block;
	border-left:#f7f2e9 10px solid;
	border-right:#f7f2e9 10px solid;
}
.inner{
	padding:3% 5%;
	text-align: left;
}
.bgGold{
	background:linear-gradient(100deg,#e5d0b2,#cfa972);
}
.bgBlue{
	background:linear-gradient(100deg,#1d2088,#00b2c4);
}
.bgHogan{
	background:url(../img/hougan.png);
	padding:5%;
	box-shadow:5px 5px 30px rgba(0,0,0,.1);
}

.boxWhite{
	background:#fff;
	padding:3%;
	border:#eee .3em solid;
	border-radius:5px;
	margin-bottom:3%;
}
.box{
	background:#fff;
	padding:3%;
	border:#e3ebef .4em solid;
	border-radius:5px;
	margin:0 auto 3%;
	text-align:left;
	overflow: hidden;
	box-shadow:3px 3px 10px #rgba(0,0,0,.1) ;
}
.tokuten{
	background:linear-gradient(100deg,#cfa972,#c19350);
}
.tokuten h3{
	background:linear-gradient(100deg,#cfa972,#996c33);
	border-bottom:#006 .1em solid;
}
.bgBlue h3{
	border: #cfa972 .15em solid; 
	box-shadow: 0 0 .6em rgba(0,0,0,.3) inset;
}
.tokuten h3,.bgBlue h3{
	font-size:3em;
	line-height:1.5;
	text-shadow: 3px 3px 10px rgba(0,0,0,.1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tokuten .box{
	border:#e3d2b9 .4em solid;
}

/**** headline ****/
h2{
	background:url(../img/bg_h1.jpg) center/cover;
	font-size:2em;
	font-weight:bolder;
	color:#fff;
	text-align:center;
	line-height:1.3;
	padding:5% 3%;
	border-top:#cfa972 .2em solid;
	border-bottom:#cfa972 .2em solid;
}
h3{
	font-size:1.5em;
	text-align:center;
	margin:0 0 .5em;
	padding:.5em;
	background:linear-gradient(100deg,#1d2088,#00b2c4);
	color:#fff;
	border-radius:5px;
}

h4{
	font-size:1.2em;
	text-align:center;
	border-bottom:#f66 1px solid;
	margin:0 0 1em;
	color:#f66;
}
h5{
	font-family: "Rounded Mplus 1c";
	font-size:1.2em;
	color:#666;
	border-bottom:#00c400 3px solid;
	font-weight:bold;
	text-align:center;
	margin-bottom:3%;
}
h5 strong{
	font-size:1.2em;
}


/**** inline ****/
p{
	margin-bottom:2em;
	line-height:2;
}
p:last-child{
	margin-bottom:0;
}
ul{
	margin-bottom:3%;
}
.kakomi{
	background:#fff;
	padding:.2em 1em;
	border-radius:5px;
	color:#006;
	font-size:.6em;
	box-shadow:3px 3px 8px rgba(0,0,0,.1);
}
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;
}
ul.check li strong{ color:red;}
ul.check li span{ font-size:.8em; font-weight: normal; }
ul.q li{
	font-size:1em;
	padding:1.5em 0 1.5em 3.5em;
	border-bottom:#ccc 1px dotted;
	font-weight:bold;
	line-height:1.3;
}
ul.q li:first-child{
	background:url(../img/q1.png) left no-repeat;
	background-size:3em;
}
ul.q li:nth-child(2){
	background:url(../img/q2.png) left no-repeat;
	background-size:3em;
}
ul.q li:nth-child(3){
	background:url(../img/q3.png) left no-repeat;
	background-size:3em;
}
/**** Q&A ****/
.qa1{ 
	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; 
}
.qa2{ 
	min-height:2.5em; 
	background:url(../img/qa02.png) left top no-repeat;
	background-size:2.5em; 
	padding:4px 0 0 3em;
}
/***** form *****/
table{
	width:100%;
	margin:0 0 2%;
	
}
th{
	background:#23b1ff;
	color:#fff;
	padding:1%;
	text-align:center;
	border:1px solid #ccc;
	vertical-align:middle;
}
td{
	background:#f9f9f9;
	padding:1%;
	border:1px solid #ccc;
}
select{
	width:100%;
	height:44px;
}

input[type="text"],
input[type="email"],
textarea {
	font-size:1.3em !important;
	width:100% !important;
	min-height:44px;
	margin:0 !important;
	border:#ccc 1px solid;
}
input[type="text"]:focus,
input[type="email"]:focus{
	background:#ffc;
	outline:0;
}
textarea{
	height:6em;
}
input[type="image"]{
	display:block;
	width:100%;
	margin:0 auto;
	transition:.3s;
}
input[type="image"]:hover{
	opacity: .7;
}

/*----- tel -----*/
.tel{
	background:#f4f4f4 url(../img/tel.png) .5em 50% no-repeat;
	border-radius:30px;
	border-bottom:#999 4px solid;
	font-size:2em;
	font-weight:bold;
	color:#f00;
	padding:15px 1em 10px 2em;
	line-height:.7;
	width:58%;
}
.tel a{
	color:#f00;
}
.tel span{
	font-size:.5em;
	font-weight: normal;
	color:black;
	vertical-align:middle;
}

/**** footer ****/
footer{
	background:#f4f4f4;
	color:#999;
	padding:3% 5%;
	font-size:.8em;
	line-height:1.5;
}
footer a:link,
footer a:visited,
footer a:visited,
footer a:hover{
	text-decoration: none;
	color:#999;
}


/***** inline *****/
a:hover{ 
	opacity: 0.70;
	filter: alpha(opacity=70);
}

a{ 
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
			text-decoration:none;
}

.translate{
	transition:.3s;
}
.translate:hover{
	transform: translate(0,-.4em)
}

/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	width:100%;
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid  #C90;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(204,163,0,1);
 	-moz-box-shadow: 0 0 3px rgba(204,163,0,1);
	box-shadow:  0 0 3px rgba(204,163,0,1);
 	color:  #000;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #EEE;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 1em;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid  #630;
		background:  #C90;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}



/*リンク*/
a:hover { opacity: 0.70; filter: alpha(opacity=70); }
input.lo:hover { opacity: 0.70; filter: alpha(opacity=70); }

/*------ timer -----*/
#timer {
  width: 100%;
  background: #e00;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  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;
}

@media screen and (max-width:640px){
body {
	font-size:13px;
}
main{
	border:none;
}
h1,h2{
	font-size:1.25em;
}
h3{
	font-size:1.1em;
}
.tokuten h3,.bgBlue h3{
	font-size:1.7em;
}
h5{
	font-size:1.15em;
}
.check li,.batsu li,.maru li{ font-size:1.1em;
}
#timer {font-size: 1em;}
.timer{
	padding-top:2em;
}
}
