/* media query */
h2.section_ttl {
  font-size: 2.6rem;
  letter-spacing: 2.5px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 3.8rem; }
  h2.section_ttl:before {
    content: "";
    width: 5px;
    height: 18px;
    background: #F2A900;
    display: inline-block;
    margin-right: 17px; }

h2.section_ttl_two_line:before {
  height: 73px !important;
  float: left;
  display: block; }

h3.section_subttl {
  font-size: 1.8rem;
  border-bottom: 1px dashed #151636;
  border-top: 1px dashed #151636;
  padding: 8px 0; }

ul.question_list {
  letter-spacing: -.4em; }
  ul.question_list li {
    width: 47.75%;
    display: inline-block;
    margin-top: 30px;
    margin-right: 0;
    letter-spacing: normal;
    font-size: 1.5rem;
    overflow: hidden;
    vertical-align: bottom; }
    ul.question_list li:nth-of-type(2n+1) {
      margin-right: 4.5%; }
    ul.question_list li a {
      color: #151636;
      background: #f1f1f3;
      display: block;
      padding: 35px 50px 35px 30px;
      border-radius: 7px;
      position: relative;
      transition: .5s all;
      line-height: 2.5rem; }
      ul.question_list li a:after {
        content: ">";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(-50%, -50%);
        transition: .5s all; }
      ul.question_list li a:hover {
        color: #ffffff;
        background: #737386; }
        ul.question_list li a:hover:after {
          color: #ffffff;
          right: 10px; }
  ul.question_list li.twoline a {
    padding: 23px 50px 22px 30px; }
  ul.question_list li.threeline a {
    padding: 10px 50px 10px 30px; }

.two_contents {
  display: flex; }
  .two_contents li {
    width: 47.75%; }
    .two_contents li ul.question_list li {
      width: 100%;
      margin-right: 0; }
    .two_contents li:first-of-type {
      margin-right: 4.5%; }

p.section_txt {
  font-size: 1.6rem;
  line-height: 3.2rem; }
  p.section_txt span {
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #ED1E79;
    display: block; }

.navy_bg {
  background: #f8f8f9; }

.anker ul {
  display: flex;
  margin-top: 70px; }
  .anker ul li {
    width: calc(100% / 6);
    display: table;
    border-top: 1px solid #151636;
    border-left: 1px solid #151636;
    border-bottom: 1px solid #151636;
    box-sizing: border-box; }
    .anker ul li a {
      display: table-cell;
      vertical-align: middle;
      height: 70px;
      text-align: center;
      color: #151636;
      position: relative;
      line-height: 2rem;
      transition: .5s all; }
      .anker ul li a:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border: 0px;
        border-top: solid 2px #151636;
        border-right: solid 2px #151636;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%) rotate(135deg); }
      .anker ul li a:hover {
        background: #b9b9c3; }
    .anker ul li:last-of-type {
      border-right: 1px solid #151636; }

.procedure ul:not(:last-of-type),
.payment ul:not(:last-of-type),
.service_about ul:not(:last-of-type),
.setting ul:not(:last-of-type) {
  margin-bottom: 40px; }

@media screen and (max-width: 768px) {
  h2.section_ttl {
    font-size: 2.4rem;
    margin-bottom: 25px;
    letter-spacing: 1px; }

  h3.section_subttl {
    font-size: 1.5rem; }

  .section_ttl_link {
    float: none; }
    .section_ttl_link a {
      padding: 2.5% 8%;
      margin: 5% 0; }
      .section_ttl_link a:after {
        content: none; }

  p.section_txt {
    font-size: 1.3rem;
    /*  */
    line-height: 2.4rem;
    /*  */
    float: none; }
    p.section_txt span {
      font-size: 1.1rem;
      /*  */
      line-height: 2.2rem;
      /*  */ }

  ul.question_list li {
    width: 100%;
    /*  */
    font-size: 1.2rem;
    /*  */
    margin-top: 7%;
    /*  */ }
    ul.question_list li:not(:first-of-type) {
      margin-top: 4%; }
    ul.question_list li:nth-of-type(2n+1) {
      margin-right: 0;
      /*  */ }
    ul.question_list li a {
      padding: 6% 12% 6% 4.5%;
      /*  */ }
      ul.question_list li a:after {
        right: 2%; }
  ul.question_list li.twoline {
    /*  */ }
    ul.question_list li.twoline a {
      padding: 6% 12% 6% 4.5%; }
  ul.question_list li.threeline {
    /*  */ }
    ul.question_list li.threeline a {
      padding: 6% 12% 6% 4.5%; }

  .two_contents {
    flex-wrap: wrap; }
    .two_contents li {
      width: 100%; }
      .two_contents li:first-of-type {
        margin-right: 0; }
        .two_contents li:first-of-type ul {
          margin-bottom: 40px; }

  .anker ul {
    margin-top: 30px;
    flex-wrap: wrap; }
    .anker ul li {
      width: calc(100% / 3); }
      .anker ul li a {
        font-size: 1.3rem;
        line-height: 1.5rem;
        height: 60px; }
      .anker ul li:not(:nth-of-type(n+4)) {
        margin-bottom: 10px; }
      .anker ul li:nth-of-type(3n) {
        border-right: 1px solid #151636; } }

/*# sourceMappingURL=faq.css.map */
