﻿
@import url("css2-Cormorantitalwght0300040005000600070013001400150016001700_Robotoitalwght010003000400050007000900110013001400150017001900_swap.css");
.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}
@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
.roboto {
  font-family: "Roboto", sans-serif !important;
}

.cormo {
  font-family: "Cormorant", serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@-webkit-keyframes fadein-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-enter {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-enter-active {
  opacity: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: scrollAnimeUp;
          animation-name: scrollAnimeUp;
}

/*----------------------------------------
MAIN
-----------------------------------------*/
@media (min-width: 781px) {
  #FAQ {
    color: #707070;
    margin: 0 auto;
  }
  #FAQ .faq__ttl {
    text-align: center;
    padding-top: 40px;
  }
  #FAQ .faq__inr {
    width: 90%;
    max-width: 800px;
    margin: 60px auto 150px;
  }
  #FAQ .faq__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #FAQ .faq__nav::after {
    content: "";
    display: block;
    width: 20%;
  }
  #FAQ .faq__nav li {
    width: 46%;
    margin-top: 25px;
  }

  #FAQ .faq__nav li a {
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-right: 40px;
  }
  #FAQ .faq__nav li a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    position: absolute;
    right: -30px;
    top: 5px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #FAQ .faq__main__blk {
    margin-top: 100px;
  }
  #FAQ .faq__main__blk h2 {
    font-size: 20px;
    border-bottom: 2px solid #707070;
  }
  #FAQ .faq__main__blk__q {
    margin-top: 50px;
  }
  #FAQ .faq__main__blk__q:not(:first-of-type) {
    margin-top: 60px;
  }
  #FAQ .faq__main__blk__q .faqAccd {
    position: relative;
    font-size: 20px;
    padding-left: 50px;
    cursor: pointer;
  }
  #FAQ .faq__main__blk__q .faqAccd::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../image/icon_q.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #FAQ .faq__main__blk__q .faqAccd__nav {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #FAQ .faq__main__blk__q .faqAccd__nav div {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
  }
  #FAQ .faq__main__blk__q .faqAccd__nav div span {
    display: block;
    width: 100%;
    height: 2px;
    background: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #FAQ .faq__main__blk__q .faqAccd__nav div span:last-of-type {
    height: 100%;
    width: 2px;
  }
  #FAQ .faq__main__blk__q .faqAccd--active .faqAccd__nav div span:last-of-type {
    display: none;
  }
  #FAQ .faq__main__blk__q .faqAccdCts {
    padding: 40px 0 10px;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__deco {
    width: 40px;
    position: absolute;
    top: -5px;
    left: 0;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main {
    padding-left: 50px;
    position: relative;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main strong {
    font-weight: bold;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main a {
    text-decoration: underline;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main a:hover {
    text-decoration: none;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main table {
    text-align: left;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main table th, #FAQ .faq__main__blk__q .faqAccdCts__main table td {
    padding: 5px 10px;
  }
}
@media (max-width: 780px) {
  #FAQ {
    color: #707070;
  }
  #FAQ .faq__ttl {
    text-align: center;
  }
  #FAQ .faq__ttl h1 {
    font-size: 21px;
  }
  #FAQ .faq__inr {
    width: 90%;
    margin: 50px auto 80px;
  }
  #FAQ .faq__nav {
    max-width: 240px;
    margin: 0 auto;
  }
  #FAQ .faq__nav li:not(:first-of-type) {
    margin-top: 25px;
  }
  #FAQ .faq__nav li a {
    font-weight: bold;
    display: block;
    position: relative;
  }
  #FAQ .faq__nav li a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #FAQ .faq__main__blk {
    margin-top: 60px;
  }
  #FAQ .faq__main__blk h2 {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #707070;
  }
  #FAQ .faq__main__blk__q {
    margin-top: 35px;
  }
  #FAQ .faq__main__blk__q:not(:first-of-type) {
    margin-top: 45px;
  }
  #FAQ .faq__main__blk__q .faqAccd {
    position: relative;
    font-size: 14px;
    padding: 0 35px;
  }
  #FAQ .faq__main__blk__q .faqAccd::before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: url(../image/icon_q.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #FAQ .faq__main__blk__q .faqAccd__nav {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #FAQ .faq__main__blk__q .faqAccd__nav div {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
  }
  #FAQ .faq__main__blk__q .faqAccd__nav div span {
    display: block;
    width: 100%;
    height: 2px;
    background: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #FAQ .faq__main__blk__q .faqAccd__nav div span:last-of-type {
    height: 100%;
    width: 2px;
  }
  #FAQ .faq__main__blk__q .faqAccd--active .faqAccd__nav div span:last-of-type {
    display: none;
  }
  #FAQ .faq__main__blk__q .faqAccdCts {
    padding: 30px 0 5px;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__deco {
    width: 27px;
    position: absolute;
    top: -5px;
    left: 0;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main {
    padding-left: 35px;
    position: relative;
    font-size: 12px;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main p {
    text-align: justify;
    line-height: 1.8;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main strong {
    font-weight: bold;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main a {
    text-decoration: underline;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main table {
    text-align: left;
  }
  #FAQ .faq__main__blk__q .faqAccdCts__main table th, #FAQ .faq__main__blk__q .faqAccdCts__main table td {
    padding: 5px 0;
  }
}