@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
@font-face {
  font-family: "游ゴシック体";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium"); }
@font-face {
  font-family: "游ゴシック体";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: bold; }
/* faq */
#block-faq {
  max-width: 920px;
  margin: 0 auto; }
  #block-faq .container {
    padding: 80px 40px 0; }
  #block-faq h2 {
    margin-bottom: 18px;
    font-size: 3rem;
    font-weight: bold; }
  #block-faq .faq-category {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    #block-faq .faq-category li {
      width: calc(100% / 8);
      border: 1px solid #b5b5b6;
      overflow: hidden; }
      #block-faq .faq-category li:first-child {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px; }
      #block-faq .faq-category li:last-child {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px; }
      #block-faq .faq-category li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        font-size: 1.8rem;
        font-weight: bold; }
      #block-faq .faq-category li:hover a {
        background: #f5f5f5; }
      #block-faq .faq-category li.active a {
        background: #d70c18;
        color: #fff; }
  #block-faq .faq-search {
    width: 100%; }
    #block-faq .faq-search input {
      width: 100%;
      height: 50px;
      border: 1px solid #9fa0a0;
      border-radius: 25px;
      background-color: #f7f8f8; }
  #block-faq .faq-content li:last-child {
    border-bottom: 1px solid #d70c18; }
  #block-faq .faq-content .faq-q {
    padding: 35px 55px 35px 100px;
    border-top: 1px solid #d70c18;
    line-height: 1.6;
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    cursor: pointer; }
    #block-faq .faq-content .faq-q::after {
      content: "+";
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      padding: 0 0 3px 1px;
      border: 1px solid #000;
      border-radius: 20px;
      background-color: #efefef;
      position: absolute;
      top: 30px;
      right: 0;
      box-sizing: border-box; }
    #block-faq .faq-content .faq-q.active::after {
      content: 'ー';
      padding: 0 0 1px 2px; }
    #block-faq .faq-content .faq-q i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      padding: 0 0 3px 1px;
      border: 1px solid #000;
      border-radius: 25px;
      line-height: 1;
      font-size: 1.9rem;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      top: 25px;
      left: 15px; }
  #block-faq .faq-content .faq-a {
    padding: 30px 50px 30px 100px;
    border-top: 1px solid #d70c18;
    background-color: #fdf3e4;
    line-height: 1.8;
    font-weight: normal;
    position: relative; }
    #block-faq .faq-content .faq-a::before {
      content: 'A';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      padding: 0 0 3px 1px;
      border: 1px solid #000;
      border-radius: 25px;
      line-height: 1;
      font-size: 1.9rem;
      position: absolute;
      top: 35px;
      left: 15px;
      box-sizing: border-box; }

/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width: 1px) and (max-width: 599px) {
  /* faq */
  #block-faq .container {
    padding: 40px 5% 0; }
  #block-faq h2 {
    margin-bottom: 12px;
    font-size: 20px; }
  #block-faq .faq-category li {
    width: 25%; }
    #block-faq .faq-category li:first-child {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 0; }
    #block-faq .faq-category li:nth-of-type(4) {
      border-top-right-radius: 20px; }
    #block-faq .faq-category li:nth-of-type(5) {
      border-bottom-left-radius: 20px; }
    #block-faq .faq-category li:last-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 20px; }
    #block-faq .faq-category li a {
      height: 40px;
      font-size: 1.6rem; }
  #block-faq .faq-search {
    width: 100%; }
    #block-faq .faq-search input {
      height: 40px; }
  #block-faq .faq-content .faq-q {
    padding: 25px 50px 25px 60px;
    font-size: 1.8rem; }
    #block-faq .faq-content .faq-q::after {
      width: 30px;
      height: 30px;
      padding: 0 0 2px 0;
      top: 50%;
      transform: translateY(-50%); }
    #block-faq .faq-content .faq-q.active::after {
      content: 'ー';
      padding: 0 0 1px 2px; }
    #block-faq .faq-content .faq-q i {
      padding: 0 0 3px 0;
      top: 15px;
      left: 0; }
  #block-faq .faq-content .faq-a {
    padding: 15px 15px 15px 70px;
    font-size: 1.6rem; }
    #block-faq .faq-content .faq-a::before {
      width: 45px;
      height: 45px;
      padding: 0 0 4px 1px;
      top: 20px;
      left: 10px; } }

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