﻿@charset "utf-8";
/* CSS Document */

.head-change {
	position: relative;
	z-index: 2;
}
.faq .cont01 {
	margin-bottom: 160px;
}
.faq .page-link {
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
}
.faq .page-link li {
	width: 14.5%;
	margin-right: 2.1%;
}
.faq .cont01 .box {
	margin-bottom: 60px;
}
.faq .cont01 .box h4 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #789bd0;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.faq .cont01 .box h4:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #789bd0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
.faq .cont01 .box dl {
	background-color: #fff;
}


/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {
	
	.faq .cont01 {
		margin-bottom: 20px;
	}
	.faq .page-link {
		margin-bottom: 40px;
	}
	.faq .cont01 .box {
		margin-bottom: 40px;
	}
	.faq .cont01 .box h4 {
		font-size: 1.4rem;
		padding-left: 20px;
	}
	.faq .cont01 .box h4:before {
		width: 10px;
	}

}


