@charset "utf-8";

/*
  File Name   : faq.css
  Description : FAQ
*/


/*.global-nav-list > li:nth-child(3) > a:before {
  width: 100%;
}*/
.global-nav-list > li:nth-child(4) > a:before {
  width: 100%;
}


/* info/index.html
============================================================ */

.sec-faq-top {
  margin: 80px 0 0;
}


/* content */

.sec-faq-content {
  margin-top: 80px;
}

.sec-faq-notice {
  padding: 20px;
  background: #edf3f5;
  margin-bottom: 80px;
}

.sec-faq-notice p {
  line-height: 1.8em;
}

.sec-faq-notice p span {
  color: #008db7;
  font-weight: bold;
}


.sec-faq-body {
  display: flex;
  justify-content: space-between;
}


/* side list */

.faq-side-wrap {
  width: 300px;
}

.faq-side-wrap h3 {
  color: #008db7;
  font-size: 20px;
  padding-bottom: 17px;
  border-bottom: 2px solid #008db7;
}

.faq-side-list {

}

.faq-side-list li {
  border-bottom: 1px solid #e6e6e6;
}

.faq-side-list li a {
  display: block;
  padding: 15px 50px 15px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.faq-side-list li a:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/icon-arrow-right-02.png) no-repeat right center;
  background-size: 20px 20px;
}

/* content list */
.faq-body-content-list {
  width: calc(100% - 340px);
}

.faq-body-content-list li {
  margin-bottom: 20px;
}

.faq-body-content-list li a {
  display: block;
  padding: 20px 40px 20px 20px;
  color: #008db7;
  font-weight: bold;
  transition: .3s ease-in;
  box-shadow: 0 3px 8px 1px rgba(0,0,0,.1);
  position: relative;
  font-size: 18px;
}

.faq-body-content-list li a:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/icon-arrow-right-02.png) no-repeat right center;
  background-size: 20px 20px;
}

.faq-body-content-list li a:hover {
  text-decoration: none;
  box-shadow: 0 3px 12px 5px rgba(0,0,0,.1);
}

.faq-body-content-list li a span {
  font-family: 'Open Sans';
  margin-right: 10px;
}


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

  .sec-faq-content {
    margin-top: 40px;
  }

  .sec-faq-notice {
    padding: 15px;
    margin-bottom: 40px;
  }

  .sec-faq-top {
    margin: 40px 0 0;
  }

  /* content */
  .sec-faq-body {
    display: block;
  }


  /* side list */

  .faq-side-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .faq-side-wrap h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }


  .faq-side-list li a {
    font-size: 16px;
  }

  /* content list */
  .faq-body-content-list {
    width: 100%;
  }

  .faq-body-content-list li {
    margin-bottom: 20px;
  }

  .faq-body-content-list li a {
    padding: 15px 30px 15px 15px;
    font-size: 16px;
  }


}


/* info/detail.html
============================================================ */

/* content list */
.faq-body-content-main {
  width: calc(100% - 340px);
}

.faq-body-content-main h1 {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.faq-body-content-main p {
  line-height: 2em;
  margin-bottom: 20px;
}

.faq-body-content-bottom {
  text-align: center;
  margin-top: 80px;
}

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


  /* content list */
  .faq-body-content-main {
    width: 100%;
  }

  .faq-body-content-main h1 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .faq-body-content-bottom {
    margin-top: 40px;
  }


}
