@charset "UTF-8";
/* コンテンツ */

.future li {
	float:left;
	width:400px;
	text-align:center;
	margin-bottom:40px;
}
.future li img {
	width:90%;
}

.sub {
	text-align:center;
	font-size:1.5em;
	margin-bottom:60px;
	line-height:1.5;
}
.subadj {
	margin-bottom:30px !important;
}
.sub img {
	height:50px;
	vertical-align:bottom;
	margin-right:5px;
}
.sub2 {
	text-align:left;
	font-size:1.5em;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:40px;
	line-height:1.5;
	font-weight:normal;
	font-weight:bold;
}
	
.waku1 {
	background-color:#1380ca;
	padding:30px;
}

.pw a {
	display:block;
	padding:30px;
	transition: background-color 0.2s;
}
.pw a:hover {
	background-color:#4eb1e1;
	transition: background-color 0.2s;
}
.more a {
	width:200px;
	display:block;
	text-align:center;
	padding:10px;
	background-color:#fff;
	color:#229eda;
	font-weight:bold;
	font-size:1.16em;
	line-height:1.4;
	transition: all 0.2s;
	 border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.more a:hover {
	color:#fff;
	background-color:#4eb1e1;
	transition: all 0.2s;
}
.hojo1 {
	color:#9ff;
	font-size:2em;
}
.hojo2 {
	font-size:1.5em;
}

.kwaku {
	background-color:#fff;
	border:5px solid #37539c;
	padding:25px;
	color:#37539c;
	line-height:1.7;
}
.kwaku h3 {
	font-size:1.5em;
	text-align:center;
}
.kwaku h3 span {
	font-size:1.5em;
	color:#C00;
}

@media screen and (min-width: 500px) {
.copy1 {
	font-size:1.8em;
}
.copy2 {
	font-size:1.4em;
}
.future li:nth-child(4),.future li:nth-child(5),.future li:nth-child(6) {
	margin-bottom:0;
}
}

@media screen and (max-width: 499px) {
.copy1 {
	font-size:1.24em;
}
.copy2 {
	font-size:0.92em;
}

.future li {
	width:50%;
	margin-bottom:10px;
}
.future li img {
	width:100%;
}
.future li:nth-child(5),.future li:nth-child(6) {
	margin-bottom:0;
}

.sub {
	text-align:center;
	font-size:1.32em;
	line-height:1.7;
	margin-bottom:40px;
}
.subadj {
	margin-bottom:20px !important;
}
.sub2 {
	text-align:center;
	font-size:1.32em;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:30px;
}
.sub img {
	height:30px;
	vertical-align:bottom;
	margin-right:5px;
}

.waku1 {
	padding:20px;
}

.more a {
	width:70%;
	margin:0 auto;
}
.hojo1 {
	font-size:1.32em;
}
.hojo2 {
	font-size:1.16em;
}

.kwaku {
	border:5px solid #37539c;
	padding:20px;
}
.kwaku h3 {
	font-size:1.2em;
	text-align:left;
	margin-bottom:10px;
}
.kwaku h3 span {
	font-size:1em;
}
}

.logo2 img {
	animation: svg 4s linear both infinite;
}
@keyframes svg {
	0% {
		opacity:1;
	}
	50%{
		opacity:1;
	}
	60% {
		opacity:0.3;
	}
	70%{
		opacity:1;
	}
	80%{
		opacity:0.3;
	}
	90%{
		opacity:1;
	}
}