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-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
header img{
	margin-top: -1.5em;
}
.bgBlue{
	background: #000867;
}
/**** contents ****/
section{
	width: 100%;
	padding: 0 0 3%;
}
.inner{
	max-width: 1080px;
	padding:3em;
	margin:0 auto;
	border-radius:1em;
}
.inner2{
	max-width: 1366px;
	padding:3% 3% 0;
	margin:0 auto;
	border-radius:1em;
}
.btn{
    animation: bound 1.5s ease-in-out infinite;
}
@keyframes bound {
    0% {transform: scale(1.025);}
    50% {transform: scale(.975);}
    100% {transform: scale(1.025);}
}
/**** inline ****/
h2 {
	color: #fff;
	font-size: 1.75em;
	margin-bottom: 1em;
	text-align: center !important;
}
h3{
	text-align: left;
}
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;
}
/**** 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%;
	padding:1em;
	border:none;
	outline:none;
	background:#f4f4f4;
	font-size:1.5em;
	border-radius:10px;
	transition:.5s;
	margin: 0 auto 3%;
	display: block;
	border: .2em solid #ccc;
}
textarea{
	height:10em !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
	border:.2em solid #00D8FF;
	outline:none;
}
input[type="submit"],.button{
	font-size:1.3em;
	background:#FF7D38;
	color:#fff;
	padding:1em 2em;
	border-radius:.5em;
	line-height:1.5;
	transition:.3s;
	margin:0 auto 5%;
	display:block;
	max-width:30em;
	min-width: 50%;
	border:none;
	outline:none;
	transition:.3s;
}
a.button{ color:#fff !important;}
input[type="submit"]:hover{
	background: #2BBC69;
}
input[type="image"]{
	transition:.3s;
}
input[type="image"]:hover{
	transform: translateY(-.5em);
	opacity: 1;
	filter: brightness(120%);
}
/**** footer ****/
footer{
	font-size:.8em;
}
@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;}
	header img{
		margin-top: -2%;
	}
	.inner{margin:0 auto 0; padding: 5%;}
	h2{font-size: 1.2em}
	.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%;}
}
}

