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.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}
/**** contents ****/
section{
	width: 100%;
}
.innerL{
	max-width: 1366px;
	padding:3%;
	margin:0 auto;
	border-radius:1em;
}
.inner{
	max-width: 960px;
	padding:1.5em;
	margin:0 auto;
	border-radius:1em;
}
.box{
	background: #fff;
	border-radius: .5em;
	padding: 3%;
}
.boxGray{
	background: #f4f4f4;
	border-radius: .5em;
	padding: 3%;
}
/**** inline ****/
h2 {
	color: #3d0090;
	display: inline-block;
	background: linear-gradient(160deg, #3d0090 , #cf64cf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2em;
	margin-bottom: .5em;
	text-align: center !important;
}
h3{
	font-size: 1.5em;
	border-bottom: 1px solid #333;
	margin-bottom: .75em;
}
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;
}
ul{
	list-style: none;
	text-align: left;
}
/**** 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:1.5em;
	width:100%;
	padding:3%;
	border:none;
	outline:none;
	background:#f4f4f4;
	font-size:1.5em;
	border-radius:10px;
	transition:.5s;
	margin: 0 auto 3%;
	display: block;
	text-align: left;
	border: .2em solid #eee;
}
textarea{
	height:10em !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
	background:#cef;
	border:.2em solid #abc;
	outline:none;
}
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;
}
footer p{
	text-align: center;
	max-width: 1024px;
	margin: 0 auto 1em;
	color: #999;
}
@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;}
	.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%;}
}
}

