@charset "utf-8";


.anker_nav {
}
.anker_nav .anker_list ul{
	display: flex;
	justify-content: center;
}
.anker_nav .anker_list ul li{
	width: calc(100% / 2);
	text-align: center;
	justify-content: space-between;
	padding: 70px 0 50px;
}
.anker_nav .anker_list ul li a{
	position: relative;
	display: block;
	padding: 10px 0 25px;
	border-left: 1px solid #CCC;
	font-weight: 500;
}
.anker_nav .anker_list ul li a:after{
	position: absolute;
	content: "";
	display: block;
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #57A110;
	border-right: 2px solid #57A110;
	box-sizing: border-box;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.anker_nav .anker_list ul li:last-child a{
	border-right: 1px solid #CCC;
}
.anker_nav .anker_list ul li a span{
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 28px;
	color: #000;
}



h4 {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    color: #57a110;
    padding: 0px 0 20px;
}



@media screen and (max-width: 767px){
	.anker_nav .anker_list ul li{
		padding: 30px 0;
	}
	.anker_nav .anker_list ul li a{
		padding: 5px 0 16px;
	}
	.anker_nav .anker_list ul li a span{
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	h4 {
    padding: 0;
}



}






.faq_list{
  margin-bottom: 140px;
}
@media screen and (max-width: 1080px){
  .faq_list{
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px){
  .faq_list{
    margin-bottom: 50px;
  }
}

.faq_list li{
  padding: 34px 20px;
  
}
@media screen and (max-width: 767px){
  .faq_list li{
    padding: 24px 10px;
  }
}


.faq_list dt,
.faq_list dd{
  position: relative;
  padding-top: 3px;
  padding-left: 54px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 25px;
}

.faq_list dd .detail{
	padding: 10px 0 0 0;
}

.faq_list dd .detail .photo{
	width: 80%;
	padding: 20px 0 0 0

}

.faq_list dd .detail .photo img{
	width: 100%;
	
}

.faq_list dd .detail .text{
	display: block;
}

.faq_list dd .detail .text a{
	position: relative;
	text-decoration: underline;
	transition: 0.2s;
}

.faq_list dd .detail .text a:hover{
	color: #57a110;
}

.faq_list dd .detail .text a:after{
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    background-image: url(../../common/img/parts/pdf_icon.png);
    background-repeat: no-repeat;
    right: -25px;
}

@media screen and (max-width: 767px){
  .faq_list dt,
  .faq_list dd{
    padding-left: 54px;
    margin: 10px 0 0 0;
  }

  .faq_list dd .detail .photo{
	width: 100%;
	padding: 10px 0 0 0

}

.faq_list dd .detail .photo img{
	width: 100%;
	
}
}

.faq_list dt:before,
.faq_list dd:before{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 31px;
  height: 31px;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP';
  font-style: normal;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .faq_list dt:before,
  .faq_list dd:before{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
}

.faq_list dt{
  margin-bottom: 0px;
  min-height: 50px;
}
.faq_list dt:before{
  content: "Q";
  font-size: 16px;
  color: #000;
  line-height: 25px;
  border: 2px solid #000;
  font-weight: 700;
}
@media screen and (max-width: 767px){
  .faq_list dt:before{
    line-height: 36px;
  }
}


.faq_list dd{
}
.faq_list dd:before{
  content: "A";
  line-height: 31px;
  color: #FFF;
  font-size: 16px;
  background-color: #57A110;
}

@media screen and (max-width: 767px){
	.faq_list dd:before{
  content: "A";
  line-height: 39px;
}

}
