
.anchor {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto 100px auto;
}

.anchor ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.anchor ul li {
  border: 1px solid #E1E4E8;
  width: 100%;
}

.anchor ul li + li {
  border-left: none;
}

.anchor ul li a {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  position: relative;
  display: inline-block;
  background-color: #fff;
  width: 100%;
  height: 80px;
  line-height: 65px;
  text-decoration: none;
  text-align: center;
}

.anchor ul li a:before,
.anchor ul li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #179F5B;
  top: 75%;
}

.anchor ul li a:hover:before,
.anchor ul li a:hover:after {
  top: 85%;
  transition: top .2s ease-in-out;
}

.anchor ul li a:before {
  left: calc(50% - 6px);
  transform: translate(-50%, -50%) rotate(50deg);
}

.anchor ul li a:after {
  left: 50%;
  transform: translate(-50%, -50%) rotate(-50deg);
}

.anchor ul li a:hover {
  opacity: 100%;
}

.anchor ul li a span {
  color: #111;
}

#common-section.faq .wrap .faq-title {
  display: flex;
  align-items: center;
}

#common-section.faq .wrap .faq-content {
  padding: 0 70px 45px 70px;
  display: none;
}

#common-section.faq .wrap li.open .faq-content {
  display: block;
}

#common-section.faq .wrap .faq-content p {
  margin: 0;
}

#common-section.faq .wrap .faq-title a {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  width: 100%;
  padding: 20px 35px 20px 70px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 1.125em;
  color: #111;
  transition: color .3s;
}

#common-section.faq .wrap .faq-title a:hover {
  color: #179F5B;
}

#common-section.faq .wrap .faq-title a:before,
#common-section.faq .wrap .faq-title a:after {
  position: absolute;
  transition: transform .3s ease;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  top: 50%;
  background: #179F5B;
}

#common-section.faq .wrap .faq-title a:before {
  right: 10px;
  transform: translate(0, -50%);
}

#common-section.faq .wrap .faq-title a:after {
  right: 10px;
  transform: translate(0, -50%) rotate(90deg);
}

#common-section.faq .wrap li.open .faq-title a:before {
  width: 0;
}

#common-section.faq .wrap li.open .faq-title a:after {
  right: 10px;
  transform: translate(0, -50%) rotate(0);
}

#common-section.faq .wrap .faq-title a span:first-child {
  display: block;
  position: absolute;
  color: #179F5B;
  font-size: 1.125em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

#common-section.faq .wrap ul {
  margin: 0;
}

#common-section.faq .wrap ul li {
  border: 1px solid #D7DADE;
  border-right: transparent;
  border-left: transparent;
  margin: 0 40px;
  padding: 0;
}

#common-section.faq .wrap ul li + li {
  border-top: transparent;
}

#common-section.faq .wrap ul li:before {
  display: none;
}

@media screen and (max-width: 1130px) {

  .anchor {
    margin: 0 auto 40px auto;
  }

  .anchor ul {
    display: none;
  }

  .anchor .select-box {
    display: block;
  }

  .anchor .select-box select {
    font-size: 0.9375em;
    padding-right: 25px;
    padding-left: 15px;
    width: 100%;
    height: 100%;
  }

  .anchor .select-box {
    position: relative;
    display: block;
    width: 240px;
    height: 48px;
    border-radius: 5px;
    background: #F3F5F8;
  }

  .anchor .select-box:before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-radius: 3px;
    border-top-color: #111;
    top: 24px;
    right: 11px;
    opacity: .5;
  }
}

@media screen and (max-width: 1000px) {

  .anchor {
    width: initial;
    margin: 0 24px 40px 24px;
  }

  #common-section.faq .wrap ul {
    margin-top: 5px;
  }

  #common-section.faq .wrap ul li {
    margin: 0 9px;
  }

  #common-section.faq .wrap .faq-content {
    padding: 0 9px 30px 9px;
  }

  #common-section.faq .wrap .faq-title a {
    font-size: 1rem;
    line-height: 1.75;
    padding: 21px 46px 19px;
  }

  #common-section.faq .wrap .faq-content p {
    font-size: 0.9375rem;
  }

  #common-section.faq .wrap .faq-title a span:first-child {
    top: 23px;
    left: 0;
    transform: none;
  }

  #common-section.faq .wrap .faq-title a:before,
#common-section.faq .wrap .faq-title a:after {
  right: 0;
}
}
