@charset "utf-8";





#info_box {
}
#info {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 40px;
}
h3 {
	margin-bottom: 80px;
	text-align: center;
	font-size: 187.5%;
	font-weight: 700;
	color: #023894;
}
h4 {
	margin-bottom: 10px;
	font-size: 137.5%;
	font-weight: 700;
	color: #023894;
}



.comment {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 80px;
}
.portrait_img {
	float: left;
	width: 30%;
	max-width: 200px;
}
.balloon_box {
	margin-left: 230px;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.balloon_box {
		margin-left: 32%;
	}
}/* 閉じカッコ */
.balloon {
	position: relative;
	display: inline-block;
	min-height: 4em;
	margin-bottom: 30px;
	margin-left: 14px;
	padding: 16px 20px;
	color: #023894;
	font-size: 125%;
	font-weight: 700;
	background: #fff;
	border: solid 2px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
}
.balloon:before {
	content: "";
	position: absolute;
	top: 50px;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
	z-index: 2;
}
.balloon:after {
	content: "";
	position: absolute;
	top: 50px;
	left: -29px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #ccc;
	z-index: 1;
}
.charge {
	text-align: right;
	font-size: 112.5%;
}
.charge span {
	margin-right: 0.6em;
	color: #023894;
	font-weight: 700;
}



#info_contents {
	font-size: 112.5%;
	line-height: 2.2;
	margin-bottom: 60px;
}
.info_contents_img {
	margin-bottom: 40px;
	text-align: center;
}
.movie_box {
	margin-bottom: 2em;
	text-align: center;
	line-height: 1.2;
}
.movie_box iframe {
	width: 800px;
	height: 450px;
}
@media screen and (max-width: 900px){
	.movie_box {
		width: 100%;
		height: 506px; /*safari用*/
		height: 54vw;
	}
	.movie_box iframe {
		width: 100%;
		height: 100%;
	}
}/* 閉じカッコ */











.nav-below {
	padding: 0 20px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.nav-below {
		padding: 0 10px;
	}
}/* 閉じカッコ */
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}


.to_list {
	clear: both;
	padding: 20px 0 0;
	text-align: center;
}
.to_list a {
	display: inline-block;
	width: auto;
	padding: 10px;
	border: 1px solid #003894;
	text-decoration: none;
}
.to_list a:hover {
	background: #003894;
	color: #fff;
}





