@charset "utf-8";
/* CSS Document */
@media all {
  #firstview {
    width: 100%;
    padding: 200px 0 0;
    text-align: center;
  }
  #firstview h1 {
    font-size: 2.93rem;
  }
  #firstview .subtitle {
    font-size: 1.2rem;
    padding-bottom: 130px;
  }
  .attention {
    color: #333333;
    line-height: 1.7;
    text-align: center;
    margin-top: 110px;
  }
  #contents .text {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 1.5em;
  }
  #contents {
    width: calc(100% - 40px);
    max-width: 1380px;
    margin: 0 auto;
    padding: 110px 0;
    display: flex;
  }
  #contents .category {
    width: calc(100% - 940px);
    padding: 70px 110px 0 0;
    min-width: 365px;
  }
  #contents .category .sticky {
    width: 100%;
    position: sticky;
    top: 60px;
    left: 0;
    margin-bottom: 80px;
  }
  #contents .category a {
    display: block;
    width: 100%;
  }
  #contents .category li {
    font-size: 1.06rem;
    text-align: left;
    padding: 1em;
    border-bottom: solid 1px #ccc;
    position: relative;
  }
  #contents .category li:first-child {
    border-top: solid 1px #ccc;
  }
  #contents .category li::after {
    position: absolute;
    content: "";
    top: 44%;
    right: 10px;
    width: 40px;
    height: 21px;
    background: url("../common/images/icon_arrow_bk.png") no-repeat;
      background-size: 30%;
  }
  #contents .faqbox {
    width: 940px;
  }
  #contents .faqbox h2 {
    font-size: 1.86rem;
    padding-bottom: 1em;
    border-bottom: solid 1px #ccc;
  }
  #contents .faqbox dl {
    margin-bottom: 80px;
  }
  #contents .faqbox dt {
    display: block;
    padding: 1.8em 1em 1.8em 3.5em;
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #ccc;
  }
  #contents .faqbox dt::before {
    position: absolute;
    content: "";
    display: block;
    width: 1.3em;
    height: 1.3em;
    top: 25px;
    left: 13px;
    background: url("images/Q.webp") no-repeat;
    background-size: contain;
    background-position: center;
  }
  #contents .faqbox dt::after {
    position: absolute;
    content: "+";
    width: auto;
    height: auto;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #2E2D2A;
    transition: .3s;
  }
  #contents .faqbox .active {
    border-bottom: none;
  }
  #contents .faqbox dt.active::after {
    content: "";
    width: 12px;
    height: 1px;
    right: 30px;
    background-color: #2E2D2A;
    transform: translateY(-50%) rotate(-180deg);
  }
  #contents .faqbox dd {
    display: none;
    padding: 1.5em 1em 1.5em 3.5em;
    position: relative;
    border-bottom: solid 1px #ccc;
    background: rgba(181, 181, 181, 0.2);
  }
  #contents .faqbox dd::before {
    position: absolute;
    content: "";
    display: block;
    width: 1.3em;
    height: 1.3em;
    top: 25px;
    left: 13px;
    background: url("images/A.webp") no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media (max-width: 1024px) {}
@media (max-width: 767px) {
  .attention {
    margin-top: 50px;
  }
  #contents {
    padding: 50px 0;
    flex-direction: column;
  }
  #contents .category {
    width: 100%;
    padding: 0;
    min-width: 0;
  }
  #contents .category li::after {
    top: 38%;
    background: url("../common/images/icon_arrow_down_b_bk.png") no-repeat;
  }
  #contents .faqbox {
    width: 100%;
  }
  #contents .faqbox .active::after {
    right: 0;
  }
  #contents .faqbox dt::after {
    right: 5px;
  }
  .pd {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .attention {
    margin-top: 50px;
  }
  #contents {
    padding: 50px 0;
    flex-direction: column;
  }
  #contents .category {
    width: 100%;
    padding: 0;
  }
  #contents .category .sticky {
    display: flex;
  }
  #contents .category li {
    width: calc(100% / 4);
    margin: 0 10px;
      display: flex;
      align-items: center;
  }
  #contents .category li:first-child {
    border-top: none;
  }
  #contents .category li::after {
    top: 40%;
    background: url("../common/images/icon_arrow_down_b_bk.png") no-repeat;
      background-size: 30%;
  }
  #contents .faqbox {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .pd {
    display: none
  }
}