@charset "UTF-8";
/* faq
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.faq .questionArea {
  background-color: #f4f4f1;
  padding: 32px;
  margin-bottom: 80px; }
  .faq .questionArea .block {
    margin-bottom: 48px; }
    .faq .questionArea .block h3 {
      text-align: center;
      margin-bottom: 16px;
      font-size: 1.8rem;
      font-weight: bold; }
  .faq .questionArea ul {
    width: 856px;
    margin: auto; }
    .faq .questionArea ul li {
      background-color: #fff;
      margin-bottom: 8px; }
      .faq .questionArea ul li:last-child {
        margin-bottom: 0; }
      .faq .questionArea ul li a {
        display: table;
        width: 100%;
        color: #333; }
        .faq .questionArea ul li a:hover {
          text-decoration: none; }
          .faq .questionArea ul li a:hover .cat {
            color: #fff;
            background-color: #998452; }
          .faq .questionArea ul li a:hover .text {
            text-decoration: underline; }
        .faq .questionArea ul li a .cat {
          display: table-cell;
          text-align: center;
          vertical-align: top;
          width: 40px;
          padding: 12px;
          background-color: #ebebe8;
          font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
          font-weight: bold;
          font-size: 1.6rem;
          line-height: 1; }
        .faq .questionArea ul li a .text {
          display: table-cell;
          vertical-align: top;
          padding: 8px 16px; }
.faq .answerArea {
  padding-bottom: 16px;
  overflow: hidden; }
  .faq .answerArea .block {
    margin-bottom: 48px; }
    .faq .answerArea .block:last-child {
      margin-bottom: 0; }
    .faq .answerArea .block h3 {
      text-align: center;
      margin-bottom: 16px;
      font-size: 1.8rem;
      font-weight: bold; }
  .faq .answerArea ul {
    width: 856px;
    margin: auto; }
    .faq .answerArea ul li {
      background-color: #fff;
      margin-bottom: 32px; }
      .faq .answerArea ul li:last-child {
        margin-bottom: 0; }
      .faq .answerArea ul li .question .cat {
        color: #333; }
      .faq .answerArea ul li .answer .cat {
        color: #998452; }
      .faq .answerArea ul li .wrap {
        display: table;
        width: 100%;
        color: #333;
        margin-bottom: 2px;
        background-color: #f7f7f7; }
        .faq .answerArea ul li .wrap .cat {
          display: table-cell;
          text-align: center;
          vertical-align: top;
          width: 40px;
          padding: 12px 12px 12px 16px;
          background-color: #f7f7f7;
          font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
          font-weight: bold;
          font-size: 1.6rem;
          line-height: 1; }
        .faq .answerArea ul li .wrap .text {
          display: table-cell;
          vertical-align: top;
          padding: 8px 16px; }
      .faq .answerArea ul li a {
        display: block;
        color: #555; }
.faq .accessArea {
  display: none; }

/* ==========================================================================
    
   sp
   
   ========================================================================== */
@media screen and (max-width: 767px) {
  .faq .questionArea {
    background-color: #f4f4f1;
    padding: 16px 5%;
    margin-bottom: 40px; }
    .faq .questionArea .block {
      margin-bottom: 32px; }
      .faq .questionArea .block h3 {
        text-align: center;
        margin-bottom: 8px;
        font-size: 1.2rem;
        font-weight: bold; }
    .faq .questionArea ul {
      width: 100%;
      margin: auto; }
      .faq .questionArea ul li {
        background-color: #fff;
        margin-bottom: 8px; }
        .faq .questionArea ul li:last-child {
          margin-bottom: 0; }
        .faq .questionArea ul li a {
          display: table;
          width: 100%;
          color: #333; }
          .faq .questionArea ul li a:hover {
            text-decoration: none; }
            .faq .questionArea ul li a:hover .cat {
              color: #333;
              background-color: #ebebe8; }
            .faq .questionArea ul li a:hover .text {
              text-decoration: none; }
          .faq .questionArea ul li a .cat {
            display: table-cell;
            text-align: center;
            vertical-align: top;
            width: 36px;
            padding: 10px;
            background-color: #ebebe8;
            font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
            font-weight: bold;
            font-size: 1.2rem;
            line-height: 1; }
          .faq .questionArea ul li a .text {
            display: table-cell;
            vertical-align: top;
            padding: 8px 8px; }
  .faq .answerArea {
    padding: 16px 5% 32px;
    overflow: hidden; }
    .faq .answerArea .block {
      margin-bottom: 32px; }
      .faq .answerArea .block:last-child {
        margin-bottom: 0; }
      .faq .answerArea .block h3 {
        text-align: center;
        margin-bottom: 16px;
        font-size: 1.2rem;
        font-weight: bold; }
    .faq .answerArea ul {
      width: 100%;
      margin: auto; }
      .faq .answerArea ul li {
        background-color: #fff;
        margin-bottom: 24px; }
        .faq .answerArea ul li:last-child {
          margin-bottom: 0; }
        .faq .answerArea ul li .question .cat {
          color: #333; }
        .faq .answerArea ul li .answer .cat {
          color: #998452; }
        .faq .answerArea ul li .wrap {
          display: table;
          width: 100%;
          color: #333;
          margin-bottom: 2px;
          background-color: #f7f7f7; }
          .faq .answerArea ul li .wrap .cat {
            display: table-cell;
            text-align: center;
            vertical-align: top;
            width: 36px;
            padding: 10px 6px 10px 14px;
            background-color: #f7f7f7;
            font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
            font-weight: bold;
            font-size: 1.2rem;
            line-height: 1; }
          .faq .answerArea ul li .wrap .text {
            display: table-cell;
            vertical-align: top;
            padding: 8px 16px; }
        .faq .answerArea ul li a {
          display: block;
          color: #555;
          font-size: 1rem;
          margin-top: 8px; }
  .faq .accessArea {
    display: block;
    border-top: 1px solid #f4f4f2;
    padding-top: 35px; }
  .faq .contactBox {
    display: none; } }
