@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*color*/
/*背景色*/
/*ベース文字色*/
/*アクセント色*/
/*アクセント色*/
/*アクセント色*/
/*線*/
/*線*/
/*線*/
/*線*/
/*線*/
/*線2*/
/*font*/
/*layout*/
@keyframes slide {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
/* faq
---------------------------------------- */
#faq .text {
  text-align: center; }
  #faq .text .btn {
    max-width: 320px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
    #faq .text .btn a {
      line-height: 50px;
      text-decoration: none; }
#faq #faq_cont {
  margin-top: 100px; }
  @media screen and (max-width: 1024px) {
    #faq #faq_cont {
      margin-top: 60px; } }
  #faq #faq_cont .wrapper {
    padding: 0 40px; }
    #faq #faq_cont .wrapper a {
      color: #76664f;
      text-decoration: underline; }
  #faq #faq_cont section {
    padding-bottom: 1px; }
  #faq #faq_cont h4 {
    position: relative;
    padding: 15px 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #2a2a2a; }
    @media (max-width: 767px) {
      #faq #faq_cont h4 {
        padding: 15px 30px; } }
    #faq #faq_cont h4:after {
      position: absolute;
      right: 30px;
      top: 50%;
      margin-top: -15px;
      width: 20px;
      height: 20px;
      content: '';
      display: block;
      border-right: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
      transform: rotate(45deg);
      transform-origin: center center;
      transition: all .5s; }
      @media (max-width: 767px) {
        #faq #faq_cont h4:after {
          width: 10px;
          height: 10px;
          margin-top: -8px;
          right: 20px; } }
    #faq #faq_cont h4.active:after {
      margin-top: -5px;
      transform: rotate(-135deg); }
      @media (max-width: 767px) {
        #faq #faq_cont h4.active:after {
          margin-top: -3px; } }
  #faq #faq_cont dl {
    display: none;
    /*span {
      display: block;
      width: 78px;
      position: absolute;
      left: 0;
      top: -5px;
    }*/ }
    #faq #faq_cont dl.active {
      display: block; }
    #faq #faq_cont dl dt, #faq #faq_cont dl dd {
      position: relative;
      padding-left: 60px;
      padding-right: 20px; }
    #faq #faq_cont dl dt {
      margin-top: 30px;
      margin-bottom: 30px;
      font-weight: bold; }
      #faq #faq_cont dl dt:before {
        display: block;
        position: absolute;
        left: 20px;
        top: 0;
        border-radius: 100%;
        text-align: center;
        line-height: 1;
        font-size: 24px;
        font-weight: bold; }
    #faq #faq_cont dl dd:before {
      display: block;
      position: absolute;
      left: 20px;
      top: 0;
      border-radius: 100%;
      text-align: center;
      line-height: 1;
      font-size: 24px;
      font-weight: bold; }
    #faq #faq_cont dl dt:before {
      content: "Q.";
      font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
      color: #a4a4a4; }
    #faq #faq_cont dl dd {
      margin-bottom: 28px;
      padding-bottom: 30px;
      border-bottom: 1px solid #eeeeee; }
      #faq #faq_cont dl dd:before {
        content: "A.";
        font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #76664f; }

@media screen and (max-width: 768px) {
  #faq h4 {
    font-size: 18px; } }
/* Scss Document */
