@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

.section .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 640px;
	margin: 0 auto;
	height: 180px;
}
.section .list li {
	position: relative;
	padding-left: 1.2em;
	width: 50%;
	height: 20%;
	font-size: 1.5rem;
	line-height: 1.4;
}
.section .list li::before {
	content: '?';
	position: absolute;
	top: 0;
	left: 0;
	color: #EE869A;
}
@media screen and (max-width: 768px){
	.section .list {
		display: block;
		height: auto;
	}
	.section .list li {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
}

#content h3 {
	background: url('../image/faq_icon.jpg') left 10px no-repeat;
	border: none;
	padding: 17px 0 5px 40px;
	margin-bottom: 10px;
	font-size: 1.8rem;
	text-align: left;
}
.qa-blue {
	color: #75afd9;
	font-size: 1.3em;
	font-weight: bold;
}
.qa-title {
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: bold;
}
.qa-title-sub {
	font-size: 1.12em;
	font-weight: bold;
}
.qa-text {
	margin-bottom: 20px;
}
.section.imgleft {
	background: url('../image/icon_bottom.jpg') left top repeat-x;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 1.5rem;
}
.section.imgleft a {
	font-weight: bold;
	color:#EE869A;
}
@media screen and (max-width: 768px){
	#content .section.imgleft .image {
		width: auto;
	}
}
@media screen and (max-width: 480px){
	#content .section.imgleft .image {
		display: none;
	}
}
