/*
** faq anchor
******************************/
.mainvis.pattern.-cheers .mainvis_text {
	padding-top: 5.5%;
}

.mainvis.pattern .mainvis_text h2 {
    margin-top: 10px;
    font-size: 3.5vw;
    
}
@media (min-width: 769px) and (max-width: 1200px) {
    .mainvis.pattern .mainvis_text h2 {
      font-size: 42px;
    }
}

.faq_anchor {
  display: flex;
  flex-wrap: wrap;
  width: 870px;
  margin: 50px auto 60px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

.faq_anchor > .item {
  position: relative;
  display: flex;
  align-items: start;
  width: calc(100%/2);
  padding: 8px 40px 8px 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #4C7E0A;
}
.faq_anchor > .item:nth-child(1),
.faq_anchor > .item:nth-child(2){
  border-bottom: 1px solid #ccc;
}
.faq_anchor > .item span{
  font-weight: 300;
  font-size: 14px;
  padding-left: 1em;
  color: #666;
  display: block;
}
.faq_anchor > .item::before {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 12px;
  height: 16px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.faq_anchor > .item + .item {
  border-left: 1px solid #ccc;
}
.faq_anchor > .item:nth-child(3){
border-left: none;
}
@media (max-width: 767px) {
	.mainvis.pattern.-cheers .mainvis_text {
		padding-top: 18.5%;
	}
  .mainvis.pattern .mainvis_text h2 {
    font-size: 7.5vw;
}
  .faq_anchor {
    flex-direction: column;
    width: 100%;
    margin: 30px auto 50px;
  }

  .faq_anchor > .item {
    justify-content: flex-start;
    width: 100%;
    padding: 8px 30px 8px 10px;
  }

  .faq_anchor > .item + .item {
    border-top: 1px solid #ccc;
    border-left: 0;
  }
  .faq_anchor > .item span{
    font-size: 12px;
  }
  .faq_anchor > .item:nth-child(1),
  .faq_anchor > .item:nth-child(2){
    border-bottom: none;
  }
}


.faq_title {
  position: relative;
  display: flex;
  width: 570px;
  height: 46px;
  margin: 0 auto 50px;
  justify-content: center;
  align-items: center;
  background: #444444;
  border-radius: 23px;
}

.faq_title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140vw;
  height: 2px;
  margin: auto;
  background: #444444;
  overflow: hidden;
}

.faq_title > span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.faq_title > span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 24px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

@media (max-width: 767px) {
  .faq_title {
    width: 90%;
    height: 36px;
  }

  .faq_title > span {
    padding-left: 20px;
    font-size: 18px;
  }

  .faq_title > span::before {
    width: 14px;
    height: 18px;
    font-size: 18px;
  }
}


/*
** faq
******************************/
.faq {
  position: relative;
  width: 770px;
  margin: 0 auto;
}

.faq dl{
  margin-bottom: 20px;
}
.faq dl dt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding-left: 50px;
  font-weight: 700;
  font-size: 22px;
  padding: 12px 10px 12px 50px;
  background: #FFF8B7;
  border-radius: 10px;
  cursor: pointer;
}
.faq dl dt .title{
  width: 95%;
  text-align: left;
  margin: 0;
}
.faq dl dt span{
  margin-left: auto;
}
.faq dl dt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/mobilebuy/_assets/images/faq/icon_q.svg) no-repeat;
  display: block;
  content: "";
}


.faq dl dd {
  margin-top: 20px;
  padding: 0 30px 20px 80px;
  position: relative;
}

.faq dl dd:after{
  position: absolute;
  content: "";
  display: block;
  background:url(/mobilebuy/_assets/images/faq/icon_a.svg) no-repeat;
  top: 0;
  left: 50px;
  width: 28px;
  height: 28px;
}

.faq dl dd > .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 10px;
}

 .faq dl dd > .text span{
  color: #ff0000;
  font-weight: 700;
  display: block;
 }
.faq dl dd img{
  width: auto;
  height: auto;
}
.faq dl dd > .text a{
  color: #4C7E0A;
  text-decoration: underline;
}
.faq dl dd > .text a:hover{
  text-decoration: none;
}
.faq .hammenu_toggleicon{
  width: 3.2em;
}
.faq .hammenu_toggletext{
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {

  .faq,.faq dl {
    width: 100%;
  }
  .faq dl dt .title{
    width: 93%;
  }
  .faq dl dt {
    height: auto;
    font-size: 18px;
    text-align: left;
  }

  .faq dl dt small {
    display: contents;
    font-size: 16px;
  }

  .faq dl dt::after {
    right: 0;
    left: 0;
    margin: auto;
  }

  .faq dl dd {
    padding: 0 20px;
    display: block;
  }

  .faq dl dd:after{
    left: 10px;
  }
  .faq dl dd > .text {
    font-size: 14px;
    padding-left: 30px;
  }

  .faq dl_btn {
    margin-top: 20px;
  }

  .faq dl .btn {
    font-size: 16px;
  }


  .faq dl_cv .btn + a {
    margin-top: 60px;
  }
}

.faq .-close {
  display: none;
}

/* is-active */
.faq .is-active .-open {
  display: none;
}
.faq .is-active .-close {
  display: block;
}
