h2:before{
	border-bottom:none;
}
h2:after{
	border-bottom:none;
}
.contents_movie{
	margin:10px auto;
	text-align:center;
	position:relative;
}
video{
	max-width:640px;
	max-height:360px;
}
iframe{
	display:none;
}
.contents_movie a{
	position:absolute;
	top:-25px;
	right:0;
	display:block;
	margin:0 auto;
	text-align:right;
	width:100px;
}
.contents_movie a img{
	width:100px;
	object-fit:contain;
}
.question{
	margin:20px auto;
	text-align:center;
}
.question h2{
	margin:10px auto;
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom:3px solid #3FC1C9;
}
.question h2 .apng-image{
	width:45px;
	height:45px;
}
.question_subject{
	display:flex;
	justify-content:center;
	max-width:100%;
	flex-wrap:wrap;
}
.question_subject section{
	width:48%;
	border:3px double #3FC1C9;
	border-radius:5px;
	margin-bottom:2%;
}
.question_subject section:nth-of-type(2n+1){
	margin-right:2%;
}
.question_subject section h3{
	margin:10px auto;
	positin:relative;
	padding:0.3em 0.3em 0.3em 0.8em;
	color:#fff;
	background:#3FC1C9;
	box-shadow:0 1px 1px rgba(0,0,0,0.6);
}
.question_subject section h3:before,
.question_subject section h3:after{
	position:absolute;
	width:0;height:51.95px;
	content:'';
	border-width:0 0 0 4px;
	border-style:double;
	border-color:#3FC1C9;
}
.question_subject section h3:before{
	right:10px;
	bottom:-15px;
}
.question_subject section h3:after{
	top:-15px;
	left:10px;
}
.question_subject section ul{
	padding:0 5% 3%;
	list-style:none;
	text-align:left;
}
@media (max-width: 640px) {
iframe{
	display:block;
	margin:0 auto;
	max-width:375px;
	/**width:100%;**/
	max-height:210px;
	/**height:100%;**/
}
video{
	display:none;
}
.contents_movie a{
	top:-40px;
}
.contents_movie a img{
	width:80px;
}
.question h2 .apng-image{
	width:30px;
	height:30px;
}
.question_subject{
	display:block;
}
.question_subject section{
	width:100%;
}
.question_subject section:nth-of-type(2n+1){
	margin-right:0;
}
.question_subject section ul li{
	font-size:14px;
}
}