@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- FAQ　ページのパーツ
---------------------------------------------------- */
#faq .content__asnav {
  display: none; }

.anker_list {
  background: #f3f7fb;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 13px 15px 13px; }
  @media screen and (max-width: 899px) {
    .anker_list {
      padding: 15px 12px 15px 12px; } }
  @media screen and (max-width: 699px) {
    .anker_list {
      padding: 15px 7px 15px 7px; } }
  .anker_list > li {
    width: calc(33.33% - 22px);
    margin: 0 11px 0 11px; }
    .anker_list > li:nth-child(n+4) {
      margin-top: 15px; }
    @media screen and (max-width: 699px) {
      .anker_list > li {
        width: 100%; }
        .anker_list > li:not(:first-child) {
          margin-top: 10px; } }
    .anker_list > li > a {
      position: relative;
      display: block;
      background: #fff;
      width: 100%;
      padding: 13px 0 14px 36px;
      border: solid 1px #f8f9fa;
      border-top-color: #fff;
      border-bottom-color: #bfc9d0;
      border-radius: 6px;
      transition: all 0.1s ease-out; }
      @media screen and (max-width: 899px) {
        .anker_list > li > a {
          display: flex;
          height: 100%;
          padding: 13px 16px 14px 36px;
          align-items: center; } }
      .anker_list > li > a::before {
        content: "\f063";
        position: absolute;
        top: 50%;
        left: 17px;
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 900;
        color: #ff9416;
        font-size: 14px;
        transform: translateY(-50%);
        transition: all 0.1s ease-out; }
      .anker_list > li > a > span {
        display: block;
        color: #333;
        font-size: 15px;
        transition: all 0.2s ease-out; }
        @media screen and (max-width: 899px) {
          .anker_list > li > a > span {
            font-size: 14px; } }
      .anker_list > li > a:hover::before {
        top: 54%; }
      .anker_list > li > a:hover > span {
        color: #ff9416; }

.faq_list {
  background: #fdfbe6;
  padding: 24px 30px 30px 30px; }
  @media screen and (max-width: 639px) {
    .faq_list {
      padding: 12px 15px 15px 15px; } }
  .faq_list__item {
    background: #fff;
    padding: 0 30px 30px;
    border: solid 1px #ddd; }
    @media screen and (max-width: 639px) {
      .faq_list__item {
        padding: 0 11px 12px; } }
    .faq_list__item:not(:first-child) {
      margin-top: 24px; }
      @media screen and (max-width: 639px) {
        .faq_list__item:not(:first-child) {
          margin-top: 12px; } }
    .faq_list__item > .ttl {
      position: relative;
      padding: 0 0 0 36px;
      border-bottom: dotted 1px #ddd; }
      @media screen and (max-width: 639px) {
        .faq_list__item > .ttl {
          padding: 0 0 0 32px; } }
      .faq_list__item > .ttl > span {
        display: flex;
        align-items: center;
        height: 100%;
        min-height: 68px;
        flex-basis: auto;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.2;
        font-feature-settings: 'palt'; }
        @media screen and (max-width: 639px) {
          .faq_list__item > .ttl > span {
            min-height: 62px;
            padding: 4px 8px 0 0;
            font-size: 16px;
            line-height: 1.313; } }
      .faq_list__item > .ttl::before {
        position: absolute;
        top: 50%;
        left: -2px;
        content: '';
        background: url(../images/faq/icon_question.png) no-repeat;
        background-size: 100%;
        width: 23px;
        height: 30px;
        transform: translateY(-50%); }
        @media screen and (max-width: 639px) {
          .faq_list__item > .ttl::before {
            top: calc(50% + 2px);
            width: 22px;
            height: 29px;
            left: -1px; } }
    .faq_list__item > .cont {
      padding: 0 10px 0 0; }
      @media screen and (max-width: 899px) {
        .faq_list__item > .cont {
          padding: 0 0 0 0; } }
      .faq_list__item > .cont > p {
        font-size: 16px;
        max-height: 100%;
        margin-top: 21px;
        margin-bottom: -6px;
        line-height: 1.75; }
        @media screen and (max-width: 899px) {
          .faq_list__item > .cont > p {
            font-size: 15px;
            max-height: 100%;
            margin-top: 8.4975px;
            margin-bottom: -3.5025px;
            line-height: 1.467; } }
    .faq_list__item.photo_set {
      overflow: hidden; }
      .faq_list__item.photo_set > .ttl,
      .faq_list__item.photo_set > .cont {
        float: left;
        width: calc( 100% - 480px - 44px); }
        @media screen and (max-width: 899px) {
          .faq_list__item.photo_set > .ttl,
          .faq_list__item.photo_set > .cont {
            width: calc( 100% - 20vw - 30px); } }
        @media screen and (max-width: 639px) {
          .faq_list__item.photo_set > .ttl,
          .faq_list__item.photo_set > .cont {
            width: 100%; } }
      .faq_list__item.photo_set > .photo {
        display: inline-block;
        margin: 29px 0 5px 30px;
        font-size: 0; }
        @media screen and (max-width: 899px) {
          .faq_list__item.photo_set > .photo {
            margin: 29px 0 5px 30px; } }
        @media screen and (max-width: 639px) {
          .faq_list__item.photo_set > .photo {
            margin: 20px 0 0 0; } }
        .faq_list__item.photo_set > .photo > img {
          width: 240px;
          margin-right: 14px; }
          @media screen and (max-width: 899px) {
            .faq_list__item.photo_set > .photo > img {
              display: block;
              width: 20vw;
              margin: 0 0 10px 0; } }
          @media screen and (max-width: 639px) {
            .faq_list__item.photo_set > .photo > img {
              display: inline-block;
              width: calc(50% - 6px );
              margin: 0 12px 0 0; } }
          @media screen and (max-width: 359px) {
            .faq_list__item.photo_set > .photo > img {
              display: block;
              width: 100%;
              margin: 0 0 10px 0; } }
        .faq_list__item.photo_set > .photo > img + img {
          margin: 0 !important; }

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