@charset "utf-8";

#QandA_page .top_img {
	background-image: url("../images/Cut (8).png");
	background-size: cover;
	background-position: center;
}
.wrap .align {
	margin-bottom: 90px;
}
.wrap a {
	text-decoration: underline;
	padding: 0 3px;
	color: #d83e38;
}
.wrap h2 {
	color: #FFF;
	background: #7D9BDA;
	border-radius: 10px;
	padding: 10px 10px 10px 30px;
	margin-bottom: 20px;
	font-size: 2.5rem;
	display: flex;
	align-items: center;
}
.wrap h2 span {
	margin-right: 20px;
	padding-top: 5px;
	font-family: 'Acumin Variable Concept';
	font-size: 2.7rem;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #FFF;
	color: #7D9BDA;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrap h3 {
	padding: 10px 50px;
	font-size: 1.6rem;
	line-height: 3.5ex;
	text-align: justify;
}
.wrap h3 ul {
	margin: 0 0 30px 30px;
}
.wrap .hide {
	display: none;
}

@media screen and (max-width: 800px){
	.wrap h2 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 1050px){
	.wrap .hide {
		display: block;
	}
	#Q3 .none {
		display: none;
	}
}