@charset "utf-8";

.faqSec {
}

.faqSec .navi {
	margin-bottom: 45px;
}

.faqSec .navi ul {
	margin: 0 -6px;
}

.faqSec .navi ul li {
	width: 50%;
	float: left;
	padding: 0 6px;
	margin-bottom: 15px;
}

.faqSec .navi ul li a {
	display: block;
	height: 100%;
	padding: 11px 30px 11px 25px;
	color: #fff;
	text-decoration: none;
	background-color: #5c9cb6;
	position: relative;
}

.faqSec .navi ul li a:after {
	content: "";
	display: block;
	width: 16px;
	height: 9px;
	background: url(../images/common/ico_arrow02_white.png) no-repeat left top;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}

.faqSec .group {
	margin-bottom: 50px;
}

.faqSec .group:last-child {
	margin-bottom: 0;
}

.faqSec .group .title {
	padding: 3px 15px 3px 20px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	background-color: #c8dee7;
}

.faqSec .group dl {
}

.faqSec .group dl dt {
	padding: 20px 50px 8px 80px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px dotted #918c8a;
	position: relative;
	cursor: pointer;
}

.faqSec .group dl dd {
	display: none;
	padding: 12px 0 8px 80px;
	margin-bottom: 20px;
	position: relative;
}

.faqSec .group dl dt:before,
.faqSec .group dl dd:before {
	display: block;
	font-size: 44px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 20px;
}

.faqSec .group dl dt:before {
	content: "Q";
	color: #cc1225;
}

.faqSec .group dl dd:before {
	content: "A";
	color: #0755a6;
	top: 5px;
}

.faqSec .group dl dt:after {
	content: "";
	display: block;
	width: 26px;
	height: 16px;
	background: url(../images/common/ico_arrow09.png) no-repeat left top;
	position: absolute;
	bottom: 12px;
	right: 18px;
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:         all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.faqSec .group dl dt.is_active:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


@media screen and (max-width:768px){

}

@media screen and (max-width:767px){

	.faqSec {
		padding-top: 10px;
	}

	.faqSec .navi {
		margin-bottom: 30px;
	}

	.faqSec .navi ul {
		margin: 0 -17px;
		border-top: 1px solid #cccccc;
	}

	.faqSec .navi ul li {
		width: 50%;
		float: left;
		padding: 0;
		margin-bottom: 0;
		line-height: 1.2;
		border-bottom: 1px solid #cccccc;
	}

	.faqSec .navi ul li:nth-child(odd) {
		border-right: 1px solid #cccccc;
	}

	.faqSec .navi ul li a {
		display: block;
		height: 100%;
		padding: 15px 17px 15px 17px;
		color: #333333;
		text-decoration: none;
		background-color: #fff;
		position: relative;
	}

	.faqSec .navi ul li:last-child a {
		padding: 6px 17px 5px 17px;
	}

	.faqSec .navi ul li a:after {
		content: "";
		display: block;
		width: 11px;
		height: 11px;
		background: url(../images/common/ico_arrow08.png) no-repeat left center;
		background-size: 11px;
		position: absolute;
		top: 50%;
		right: 17px;
		margin-top: -6px;
	}

	.faqSec .group .title {
		padding: 8px 10px 8px 10px;
		margin-bottom: 10px;
		font-size: 18px;
	}

	.faqSec .group dl dt {
		padding: 8px 35px 8px 45px;
		font-size: 17px;
		border-bottom: 1px dotted #918c8a;
	}

	.faqSec .group dl dd {
		display: none;
		padding: 12px 0 8px 45px;
		margin-bottom: 20px;
		position: relative;
	}

	.faqSec .group dl dt:before,
	.faqSec .group dl dd:before {
		font-size: 30px;
		left: 10px;
	}

	.faqSec .group dl dt:after {
		width: 20px;
		height: 12px;
		background-size: 20px 12px;
		bottom: 12px;
		right: 10px;
	}

}

@media screen and (max-width:360px) {

	.faqSec .navi ul li {
		font-size: 4.2vw;
	}
}





