@charset "utf-8";
/* CSS Document */
.titleVisual .titleBk {
	background-image: url(../images/faq/ttl_bk.jpg);
}
/*-----------------------------------------------------------*/

.pageNav {
	background: url(../images/pt_strip.png);
	padding: 2.125em 0;
	margin-bottom: 2.125em;
}
.pageNav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.pageNav ul li {
	width: 33.6%;
	margin: 0 15px;
}
.pageNav ul li a {
	display: block;
	text-align: center;
	background: #112F7B;
	border: #112F7B 2px solid;
	border-radius: 50px;
	color: #ffffff;
	font-size: 1.25em;
	padding: 0.4em 0;
}

@media (min-width: 768px) {
.pageNav ul li a:hover {
	background: #ffffff;
	color: #112F7B;
}
}

@media (max-width: 767px) {
.pageNav {
	padding: 1.125em 0;
}
.pageNav ul {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.pageNav ul li {
	width: 49%;
	margin: 0 0;
}
.pageNav ul li a {
	font-size: 1em;
	padding: 0.4em 0;
}
}
.faq.regular .faqTtl {
	position: relative;
	padding-bottom: 5em;
	background: linear-gradient(transparent 40%, #dbe2f5 0%);
}
.faq.regular .faqTtl .sttlBox {
	bottom: -3.6em;
	right: 0;
	z-index: 10;
}
.faq.contractor .faqTtl {
	position: relative;
	padding-top: 4em;
	background: linear-gradient( #dbe2f5 60%, transparent 0%);
}
.faq.contractor .faqTtl .sttlBox {
	top: -4.8em;
	right: 0;
	z-index: 10;
}

@media (max-width: 767px) {
.faq.regular .faqTtl {
	padding-bottom: 5em;
}
.faq.regular .faqTtl >div {
	padding: 0;
}
.faq.contractor .faqTtl {
	position: relative;
	padding-bottom: 4em;
	background: linear-gradient(transparent 40%, #dbe2f5 0%);
}
	.faq.contractor .faqTtl .sttlBox {
	top: auto;
	bottom: -3.6em;
}
}
/*---------------------------------------------------------------------
					
-----------------------------------------------------------------------*/
.ttlCate {
	background: url(../images/pt_strip.png);
	padding: 1.875em 0;
}
.ttlCate h4 {
	color: #f19149;
	font-size: 1.5em;
	font-weight: 700;
}
.regular .faqList {
	margin-bottom: 60px;
}
.faqList dt {
	padding: 1.2em 0 1.2em 1.5em;
	border-top: 1px solid #DFDFDF;
	position: relative;
	font-size: 1.125em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.faqList dt::before {
	content: "";
	width: 22px;
	height: 31px;
	background: url(../images/faq/icon_q.png);
	background-size: cover;
	position: absolute;
	top: 1.3em;
	left: 1.3em;
}
.faqList dt:first-child {
	border-top: none !important;
}
.faqList dt .ques {
	width: 94%;
	padding-left: 1.5em;
	font-size: 1.125em;
}
.faqList dd {
	display: none;
	line-height: 1.75;
	padding: 0 0 1.2em 3em;
}
.accordion_icon {
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #112F7B;
}
.accordion_icon span {
	position: absolute;
	left: 50%;
	width: 60%;
	height: 4px;
	margin-left: -0.7em;
	margin-top: -2px;
	background-color: #fff;
	transition: all .4s;
}
.accordion_icon span:nth-of-type(1) {
	top: 50%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	top: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 50%;
	transform: rotate(0deg);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

@media (max-width: 767px) {
.ttlCate {
	padding: 1.38em 0;
}
.ttlCate h4 {
	font-size: 1.25em;
}
.regular .faqList {
	margin-bottom: 30px;
}
.faqList dt {
	padding: 1.2em 0 1.2em 0;
	font-size: 1em;
}
.faqList dt::before {
	content: "";
	width: 11px;
	height: 16px;
	left: 0;
}
.faqList dt .ques {
	padding-left: 1.3em;
	font-size: 1.125em;
}
.faqList dd {
	padding: 0 0 1.2em 0;
}
.accordion_icon {
	width: 2em;
	height: 2em;
}
.accordion_icon span {
	height: 2px;
	margin-left: -0.6em;
	margin-top: -2px;
}
}
