.h2Qa {
	margin: 20px auto 10px auto;
	padding: 0 0 10px 0;
	color: #00B7E1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-image: url("images/title_bar.svg");
	background-position: bottom center;
	background-size: 145px;
	background-repeat: no-repeat;
}
.h2Qa-bottom {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.topSec06 .title,
.qaSec00 .title,
.qaSec01 .title,
.qaSec02 .title,
.qaSec03 .title,
.qaSec04 .title,
.qaSec05 .title,
.qaSec06 .title,
.qaSec07 .title {
	margin: 40px 0 20px 0;
	padding: 40px 0;
	color: #00B7E1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-image: url("images/heart_pink.png");
	background-position: center;
	background-size: 125px;
	background-repeat: no-repeat;
}
.topSec06 .title span,
.qaSec00 .title span,
.qaSec01 .title span,
.qaSec02 .title span,
.qaSec03 .title span,
.qaSec04 .title span,
.qaSec05 .title span,
.qaSec06 .title span,
.qaSec07 .title span {
	display: block;
}
#qa01,
#qa02,
#qa03,
#qa04,
#qa05,
#qa06,
#qa07 {
    padding-top: 110px;
    margin-top:-110px;
}

.qaSec00 {
	margin: 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: calc(980px - 40px);
	text-align: center;
}

.qaSec01-area {
	margin: 50px 0;
	padding: 40px 0;
	width: 100%;
	background-color: #CCF1F9;
}
.qaSec01 {
	margin: 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: calc(980px - 40px);
}
.qaSec01 .box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.qaSec01 .box-item {
	position: relative;
	margin: 10px;
	padding: 10px;
	width: calc(22% - 20px);
	font-weight: bold;
	border: 1px solid #00B7E1;
	background-color: #ffffff;
}

.qaSec01 .box-item .qaSec01-more {
	position: absolute;
	bottom: 15px;
	right: 20px;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: right;
	color: #00B7E1;
}
.qaSec01 .box-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qaSec01 .box-item a:hover {
	background-color: rgba(255,255,187,0.2);
}

.qaSec02-area {
	margin: 50px 0;
	padding: 40px 0;
	width: 100%;
}
.qaSec02 {
	margin: 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: calc(980px - 40px);
}

@media only screen and (max-width: 767px) {
	.qaSec01 .box {
		margin: 0 auto;
		max-width: 500px;
	}
	.qaSec01 .box-item {
		width: 205px;
	}
	.topSec06 .title,
	.qaSec00 .title,
	.qaSec01 .title,
	.qaSec02 .title,
	.qaSec03 .title,
	.qaSec04 .title,
	.qaSec05 .title,
	.qaSec06 .title,
	.qaSec07 .title {
		background-size: 85px;
	}
}










