@charset "utf-8";


.qa_wrap {
	line-height: 1.7;
}

.wp-block-image img {
	width: auto;
}

.answer h2 {
	font-size: 130%;
	font-weight: bolder;
	margin-bottom: 20px;
}

.answer a {
	color: #004894;
	text-decoration: underline;
	
}

.answer a:hover {
	text-decoration: none;
}

.answer a.link_icon {
	padding-left: 30px;
	position: relative;
}

.answer a.link_icon:before {
	content:"";
	background: url(link_icon.png) no-repeat;
	background-size: 20px 22px;
	width: 20px;
	height: 22px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.qa_wrap ul {
	margin-left: 1em;
	margin-bottom: 30px;
}

.qa_wrap ul li {
	list-style:disc;
}

.qa_wrap iframe {
	display: block;
	width: 600px;
	height: 360px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
.answer h2 {
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 10px;
}
	
.qa_wrap iframe {
	display: block;
	width: 100%;
	height: 250px;
	margin: 0 auto;
}
}