@charset "UTF-8";



#main {
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative;
}
#main {background: url(../../images/application/mainbg_pc.gif);}
#main h2 {
	font-size: 3.5rem;
	position: absolute;
	width: 60%;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 10px 0;
}




#faq {
	font-size: 1.8rem;
	padding: 100px 0 50px 0;
}
#faq .content {
	width: 1100px;
	margin: 0 auto;
}

#faq .planetitle {
	font-size: 3.5rem;
	margin-bottom: 50px;
	text-align: center;
}

#faq .accordion-block {
	background: #ececec;
	padding: 15px;
	margin-bottom: 20px;
}

#faq .accordion-title {
	cursor: pointer;
	font-weight: bold;
	background: url(../../images/common/icon_open.gif) no-repeat right center;
	background-size: 20px auto;
}
#faq .accordion-title.open {
	background: url(../../images/common/icon_close.gif) no-repeat right center;
	background-size: 20px auto;
}
#faq .accordion-content {
	display: none;
	padding-left: 1em;
	padding-right: 2em;
	padding-top: 1em;
	color: #74c315;
	font-weight: bold;
	line-height: 1.8;
}
#faq .section {
	margin-bottom: 100px;
}










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

#main {
	height: 60vh;
}

#main {background: url(../../images/application/mainbg_sp.gif);}
#main h2 {
	font-size: 3rem;
	width: 100%;
}



#faq {
	font-size: 1.6rem;
	padding: 40px 0 20px 0;
}
#faq .content {
	width: 95%;
}


#faq .accordion-title {
	font-weight: bold;
	background: url(../../images/common/icon_open.gif) no-repeat right center;
	background-size: 3.7333% auto;
	padding-right: 7.3333%;
	box-sizing: border-box;
	line-height: 1.2;
	display: flex;
}
#faq .accordion-title.open {
	background: url(../../images/common/icon_close.gif) no-repeat right center;
	background-size: 3.7333% auto;
}

#faq .accordion-title span {
	vertical-align: middle;
}
#faq .accordion-content {
}
#eventconsultation {
	margin-bottom: 26.6666%;
}



}