#main .main-inner{
	padding-top:40px;
}

#main .main-inner .content-wrap{
	margin-top:40px;
	background:#eaeff4;
	padding-top:65px;
	padding-bottom: 140px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 640px){
	#main{
		padding:0;
	}
	#main .main-inner .content-wrap{
		padding:20px 10px;
	}
}
#main .nav-wrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#main .nav-wrap li{
	width:47.95%;
}
@media screen and (max-width: 640px){
	#main .nav-wrap li{
		width:48.5%;
	}
}
#main .nav-wrap li a{
	font-size: 16px;
	color:#4E7996;
	width:100%;
	height: 98px;
	display: inline-block;
	border-radius: 49px;
	border:1px solid #4E7996;
	background-color: #fff;
	line-height: 85px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	transition: all .3s;
	font-weight: bold;
}
@media screen and (max-width: 640px){
	#main .nav-wrap li a{
		border-radius: 8px;
		font-size: 13px;
		height: 90px;
		line-height: 1;
    	padding-top: 15px;

	}
}
#main .nav-wrap li a:after{
	content: "";
	display: inline-block;
	width:14px;
	height: 9px;
	background: url("../img/icon-arrow-b.png") no-repeat;
	background-size: 100%;
	position: absolute;
	left:48%;
	bottom:16px;
}
#main .nav-wrap li a:hover{
	text-decoration: none;
	background: #4E7996;
	color:#fff;
}
#main .nav-wrap li a:hover:after{
	background: url("../img/icon-arrow-b2.png") no-repeat;
	background-size: 100%;
}
#main .sec-wrap{
	background: #fff;
	margin-top:80px;
}
#main .sec-wrap .sec-ttl{
	background: #4e7996;
	color:#fff;
	font-size: 32px;
	height:110px;
	box-sizing: border-box;
	padding-top:26px;
	text-align: center;
	font-weight: bold;
}
#main .sec-wrap .sec-ttl span{
	font-size: 28px;
	display: inline-block;
	padding:6px 14px;
	background-color: #fff;
	border-radius: 22px;
	color:#4e7996;
	margin-right: 45px;
}
@media screen and (max-width: 640px){
	#main .sec-wrap{
		margin-top:40px;
	}
	#main .sec-wrap .sec-ttl{
		font-size: 16px;
		height:70px;
		padding-top:18px;
	}
	#main .sec-wrap .sec-ttl span{
		font-size: 14px;
		margin-right: 10px;
	}
}
#main .sec-wrap .sec-content{
	padding:60px 80px 80px;
}
@media screen and (max-width: 640px){
	#main .sec-wrap .sec-content{
		padding:20px 20px;
	}
}
#main .sec-wrap .sec-content .info{
	width:354px;
	width:43.17%;
	font-size: 16px;
	line-height: 1.75;
}
@media screen and (max-width: 640px){
	#main .sec-wrap .sec-content .info{
		font-size: 14px;
		width:100%;
	}
}
#main .sec-wrap .sec-content .movie{
	width:50%;
}
@media screen and (max-width: 640px){
	#main .sec-wrap .sec-content .movie{
		width:100%;
		margin-top:25px;
	}
}
#main .sec-wrap .sec-content .movie-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .sec-wrap .sec-content .movie-block iframe{
	width:100%;
	height:230px;
}
@media screen and (max-width: 640px){
	#main .sec-wrap .sec-content .movie-block iframe{
		height:200px;
	}
}
#main .sec-wrap .sec-content .note{
	font-size: 12px;
	line-height: 1.75;
	text-indent: -1em;
	margin-left: 1em;
	margin-top:30px;
}
