@charset "euc-jp";
body > header > div {
    display: flex;
    padding: 10px;
    padding: 20px 20px 0;
  }
  body > header > div > div.logo_img > a > img {
      width: 130px;
  }
  .info_img {
	display: flex;
	position: absolute;
	right: 30px;
}

body > header > div > div.info_img > a > img {
	padding: 0 5px;
	width: 30px;
	height: 30px;
}

div#main_faq {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.faq {
	font-weight: 500;
}
.faq h2 {
	font-size: 40px;
}
.faq h3 {
	font-size: 20px;
	margin: 60px 0 10px;
}
ul.faq_anc {
    padding: 0;
}
.faq {
	margin-bottom: 60px;
}
.faq .faq_anc {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.faq .faq_anc li {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	width: 32%;
    margin: 0 2% 3% 0;
	border:1px solid #000;
	position: relative;
	height: 85px;
}
.faq .faq_anc li:nth-of-type(3n) {
	margin-right: 0;
}
.faq .faq_anc li a {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 10px 10px;
	position: relative;
	color: #000;
	text-align: center;
}
.faq .faq_anc li a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border:5px solid transparent;
	border-top: 6px solid #000;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	margin: auto;
}
.faq .anc {
	margin-top: -60px;
	padding-top: 60px;
}


.faq dl {
	margin: 0;
}
/*よくあるご質問_質問*/
.faq dl dt {
    border: 1px solid #000;
    padding: 15px 30px 15px 50px;
    margin-bottom: 10px;
    font-size: 12px;
    /*text-indent: -2em;*/
    position: relative;
    font-weight: bold;
    cursor: pointer;
    background: url(https://hyakumoku.itembox.design/item/faq/images/icn_q_sp.png) no-repeat left 10px center;
    background-size: 25px;
}
.faq dl dt::before {
	content: "";
	width: 2px;
	height: 14px;
	background: #000;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.faq dl dt::after {
	content: "";
	width: 14px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 9px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.faq dl dt.active::before {
	display: none;
}
/*よくあるご質問_回答*/
.faq dl dd {
	display: none;
	line-height: 1.8;
	padding: 0 0px 30px 50px;
	font-size: 12px;
	cursor: pointer;
	background: url(https://hyakumoku.itembox.design/item/faq/images/icn_a_sp.png) no-repeat left 10px top 5px;
	background-size: 25px;
	margin: 0;
}



.copy {
	background-color: #21470e;
	text-align: center;
	color: #fff;
	padding: 6px;
}


@media (min-width: 1px) and (max-width: 767px) {
	.faq .faq_anc li {
		width: 100%;
		margin-right: 0;
	}
}