@charset "UTF-8";

body#faq div#main ul#faq_cat {
	list-style-type: none;
	margin: 2em 5.733333333%;
}

body#faq div#main ul#faq_cat li {
	position: relative;
	float: left;
	width: 48.484848484%;
	margin: 0 3.03030303% 10px 0;
	background-color: #092c87;
	color: #fff;
	text-align: center;
}

body#faq div#main ul#faq_cat li:nth-child(even) {
	margin-right: 0;
}

body#faq div#main ul#faq_cat li a {
	display: block;
	padding: 12px 0 24px;
	color: #fff;
	text-decoration: none;
}

body#faq div#main ul#faq_cat li::before,
body#faq div#main ul#faq_cat li::after {
	position: absolute;
	bottom: 25%;
	right: 50%;
	display: block;
	content: '';
	width: 10px;
	height: 1px;
	background-color: #fff;
}
body#faq div#main ul#faq_cat li::before {
	margin-left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body#faq div#main ul#faq_cat li::after {
	margin-right: -6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body#faq div#main div.section {
	margin-bottom: 80px;
}

body#faq div#main div.section h2 {
	font-weight: bold;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	margin: 2em auto;
	padding: 0.5em 0;
	text-align: center;
}

body#faq div#main div.section dl {
	margin: 0 0 10%;
}

body#faq div#main div.section dl dt {
	position: relative;
	margin: 0;
	padding: 1em 8% 1em 2.5em;
	border-bottom: 1px solid #b8b8b8;
	background-color: #f3f3f3;
	color: #092c87;
	font-weight: bold;
	text-indent: -1.7em;
}

body#faq div#main div.section dl dt.active {
	border-bottom: none;
}

body#faq div#main div.section dl dt span {
	margin-right: 0.2em;
	font-size: 19px;
	font-weight: normal;
}

body#faq div#main div.section dl dt::before,
body#faq div#main div.section dl dt::after {
	position: absolute;
	top: 50%;
	right: 4%;
	display: block;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #000;
}

body#faq div#main div.section dl dt::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

body#faq div#main div.section dl dt.active::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

body#faq div#main div.section dl dd {
	margin: 0;
	padding: 1em 8% 1em 60px;
	background: transparent url('../images/culture/faq_icon.png') no-repeat 27px 1.2em;
	background-size: 23px auto;
}
body#faq div#main div.section dl dd .answer_inner {
	display: flex;
}
body#faq div#main div.section dl dd .answer_inner span {
	margin-right: 0.2em;
	font-size: 19px;
	color: #b7a75a;
}
body#faq div#main div.section dl dd .answer_inner p {
	margin: 0.3em 0 0;
}

body#faq div#main div.section dl dd .arrowLink {
	padding-left: 14px;
	background: transparent url('../images/arrow.png') no-repeat left 0.6em;
}

body#faq div#main div.section div.inquiry {
	padding: 0.8em 4%;
	background: #f8f7f8 url('../images/recruit/inquiry_bg.jpg') no-repeat right center;
	background-size: 300px auto;
	font-size: 13px;
	line-height: 1.4;
}

body#faq div#main div.section div.inquiry h3 {
	margin: 0;
	color: #092c87;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

body#faq div#main div.section div.inquiry p {
	margin: 0.5em;
}

body#faq div#main div.section div.inquiry p strong {
	font-size: 14px;
	font-weight: bold;
}


/*--------------------------------------------------------------------
 *	TB
 *--------------------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:1024px) {

body#faq div#main ul#faq_cat {
	margin-left: 4%;
	margin-right: 4%;
}

body#faq div#main div.section dl {
	width: 92%;
}

body#faq div#main div.section p.gotop {
	display: block;
	padding: 0 4%;
}

}

/*--------------------------------------------------------------------
 *	PC
 *--------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {

body#faq div#main ul#faq_cat {
	margin-top: 45px;
	margin-bottom: 80px;
	margin-top: 45px;
	margin-bottom: 80px;
}

body#faq div#main ul#faq_cat li {
	width: 30.232558139%;
	margin: 0 4.65116279% 30px 0;
	text-align: left;
	font-size: 16px;
}

body#faq div#main ul#faq_cat li:nth-child(even) {
	margin-right: 4.65116279%;
}

body#faq div#main ul#faq_cat li:nth-child(3n) {
	margin-right: 0%;
}

body#faq div#main ul#faq_cat li a {
	display: block;
	padding: 12px 7.5% 12px;
	color: #fff;
	text-decoration: none;
}

body#faq div#main ul#faq_cat li::before,
body#faq div#main ul#faq_cat li::after {
	top: 50%;
	right: 10%;
}

body#faq div#main div.section h2 {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	width: 290px;
	font-size: 18px;
}

body#faq div#main div.section dl {
	margin: 0 auto;
	border-top: 2px solid #092c87;
}

body#faq div#main div.section dl dt {
	padding: 20px 0 0 62px;
	border-bottom: none;
	font-size: 17px;
	text-indent: -1.9em;
}

body#faq div#main div.section dl dt span {
	font-size: 26px;
}

body#faq div#main div.section dl dd {
	margin-top: 1em;
	padding: 0 0 30px 80px;
	border-bottom: 2px solid #092c87;
	background-position: 30px top;
	background-size: 46px auto;
}

body#faq div#main div.section dl dd .answer_inner {
	position: relative;
	margin: 0 0 0 25px;
	padding: 0.5em 20px 1em 20px;
	background-color: #fff;
}
body#faq div#main div.section dl dd .answer_inner::before {
	position: absolute;
	content: "";
	top: 22px;
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 15px 4px 0;
	border-color: transparent #ffffff transparent transparent;
}

body#faq div#main div.section dl dd .answer_inner span {
	font-size: 26px;
}
body#faq div#main div.section dl dd .answer_inner p {
	margin: 1em 0 0.5em 10px;
}

body#faq div#main div.section dl dt::before,
body#faq div#main div.section dl dt::after {
	width: 0;
	height: 0;
	background-color: transparent;
}


body#faq div#main div.section div.inquiry {
	margin: 40px 0 0;
	padding: 20px 28.5%;
	background-size: 600px auto;
	font-size: 15px;
	line-height: 1.6;
}

body#faq div#main div.section div.inquiry h3 {
	margin: 0 0 1em;
	color: #092c87;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

body#faq div#main div.section div.inquiry p {
	margin: 0.5em;
	padding: 0;
}

body#faq div#main div.section div.inquiry p strong {
	font-size: 15px;
	font-weight: bold;
}

body#faq div#main div.section p.gotop {
	text-align: right;
}

body#faq div#main div.section p.gotop a {
	padding-right: 20px;
	position: relative;
	color: #092c87;
	text-decoration: none;
}

body#faq div#main div.section p.gotop a::before,
body#faq div#main div.section p.gotop a::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '';
	width: 8px;
	height: 1px;
	background-color: #092c87;
}
body#faq div#main div.section p.gotop a::before {
	margin-left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body#faq div#main div.section p.gotop a::after {
	margin-right: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


}


/*--------------------------------------------------------------------
 *	PC
 *--------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {

body#faq div#main ul#faq_cat {
	margin-left: 19.285714285%;
	margin-right: 19.285714285%;
}

body#faq div#main div.section dl {
	width: 63%;
}

body#faq div#main div.section p.gotop {
	padding: 0 18.5%;
}

}

/*-------------------------------------------------------------------------------*
 *	Clear fix
 *-------------------------------------------------------------------------------*/

body#faq div#main ul#faq_cat {
	zoom: 100%;
}

body#faq div#main ul#faq_cat:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
