@charset "utf-8";
/* ===================================================================

 file name  :qa.css
 style info :Q&A

=================================================================== */

/* =============================

	overwrite

=============================== */



/* =================================== */
.wf-Raleway{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}


/*
#snav
---------------------------*/
#snav {
	margin-bottom: 45px;
}
#snav ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
}
#snav ul li {
	width: 220px;
	margin: 0 0 0 25px;
	text-align: center;
}
#snav ul li a {
	padding: 1.5em 1em;
	display: block;
	height: 100%;
	line-height: 1.5;
	position: relative;
	background: #005491;
	color: #FFF;
}
#snav ul li a[href]{
	color: #000;
	background: #ebebeb;
}
#snav ul li a[href]:hover{
	background: #005491;
	color: #FFF;
}
#snav ul li a span{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	#snav {
		margin-bottom: 25px;
	}
	#snav ul {
		justify-content: center;
		margin: 0 -1%;
	}
	#snav ul li {
		width: 48%;
		margin: 0 1% 2%;
	}
	#snav ul li a {
		padding: 1em 0.4em;
		line-height: 1.3;
	}
}



/*
#qandaList
---------------------------*/
#qandaList section {
	border-top:1px solid #dbdbdb;
	position: relative;
}
#qandaList section .btn-slide a{
	position: absolute;
	top: 50px;
	right: 30px;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#qandaList section.show .btn-slide a{
	top: calc(100% - 80px);
}
#qandaList section .btn-slide a::after{
	content:'';
	position: absolute;
	top: calc(50% - 15px);
	right: 15px;
	width: 20px;
	height: 20px;
	border-right:2px solid #373737;
	border-bottom:2px solid #373737;
	transform: rotate(45deg);
	transition: all ease .3s;
	z-index: 1
}
#qandaList section.show .btn-slide a::after{
	transform: rotate(225deg);
}


#qandaList section .q,
#qandaList section .a {
	padding: 3em 120px 3em 0;
	display: flex;
}
#qandaList section .q{
	cursor: pointer;
}
#qandaList section .slide-panel{
	display: none;
}
#qandaList section .q h3,
#qandaList section .a h3{
	width: 100px;
	margin-top: -0.15em;
	font-weight: 700;
	font-size: 4.8rem;
	color: #005491;
	line-height: 1;
}
#qandaList section .a h3{
	color: #70b1dd;
}
#qandaList section .q div,
#qandaList section .a div{
	width: calc(100% - 100px);
}


@media screen and (max-width: 767px) {
	#qandaList section .btn-slide a{
		top: 20px;
		right: 0;
		width: 30px;
		height: 30px;
	}
	#qandaList section.show .btn-slide a{
		top: calc(100% - 40px);
	}
	#qandaList section .btn-slide a::after{
		top: calc(50% - 15px);
		right: 8px;
		width: 14px;
		height: 14px;
	}
	#qandaList section.show .btn-slide a::after{
		top: calc(50% - 5px);
		transform: rotate(225deg);
	}


	#qandaList section .q,
	#qandaList section .a {
		padding: 20px 30px 10px 0;
	}
	#qandaList section .q h3,
	#qandaList section .a h3{
		width: 40px;
		margin-top: -0.2em;
		font-size: 3.5rem;
	}
	#qandaList section .q div,
	#qandaList section .a div{
		width: calc(100% - 40px);
	}
}





