
/*WHIZ FAQ START*/
#ac{
	display: inline-block;
	float: right;
	margin-bottom: 30px;
	margin-right: 30px;
	transition: opacity .3s ease;
	cursor:pointer;
}
#ac:hover{
	opacity: .5;
}
#acMenu dt{
	position: relative;
	margin-bottom: 20px;
	display:block;
	cursor:pointer;
	padding: 20px;
	background: #fafafa;
	/*ackground: #FFFFFF 0% 0% no-repeat padding-box;*/
	box-shadow: 0px 3px 6px #00000029;
}
#acMenu dt p:first-child{
	margin-right: 10px;
	color: #0082AD;
	font-size: 38px;
	font-weight: normal;
}
#acMenu dd{
	margin-bottom: 40px;
	padding-right: 60px;
	padding-left: 20px;
	line-height: 1.5;
	display:none;
	color: #404040;
	border-left: 2px solid #0082AD;

}
.question_answer_accordion{
	margin-bottom: 200px;
}
.question_answer_accordion .plus_minus {
	background: #404040;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right:20px;
	margin-top: -10px;
	border-radius: 50%;
}
.question_answer_accordion .plus_minus:after,
.question_answer_accordion .plus_minus:before {
	content: '';
	position: absolute;
	left: 9px;
	top: 4px;
	width: 2px;
	height: 0.75em;
	background-color: #fff;
	transition: all 0.2s;
}
.question_answer_accordion .plus_minus:after {
	transform: rotate(90deg);
}
.question_answer_accordion .active .plus_minus:before {
	transform: rotate(90deg) !important;
}
@media screen and (max-width: 768px) {
	#ac{
		margin-bottom: 20px;
	}
	#acMenu dt p:nth-child(2){
		padding-right: 40px;
	}
	#acMenu dt p:first-child {
		font-size: 25px;
	}
	#acMenu dd{
		padding-right: 20px;
	}
	.question_answer_accordion{
		margin-bottom: 100px;
	}

}

.button.fill-white.faqbutton:after{

    transform: rotate(135deg);
}

/*.button.fill-white > * {
    border-radius: 7px;
}
*/
.mainvisual {
    background: url(/jp/set/data/recruit/img/faq_sp.png) no-repeat;
    background-size: cover;
}
@media screen and (min-width: 768px){
.mainvisual {
    position: relative;
    background: url(/jp/set/data/recruit/img/faq_pc.png) no-repeat;
	background-position: center;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
	}}

#mvArea {
    width: 100%;
	height: 360px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
}

/*footer*/
.pagetop-wrapper .pagetop {
	display: none;}

.faq-top{
	display: inline-block;
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: 14px;
    color: #0082ad;
    vertical-align: middle;
}

.pagetop-wrapper .faq-top:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/jp/set/data/common/img/icon_page-top.png);
    margin-left: .5em;
    vertical-align: middle;
}