@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */

#main .faq-01 {
    padding-bottom: 32px;
    border-bottom: 1px solid #ccc;
    flex-direction: column;
  }
  #main .faq-01 .box {
    display: flex;
    align-items: baseline;
  }
  #main .faq-01 .box > * {
    min-width: 0;
  }
  #main .faq-01 .box::before {
    margin-right: 16px;
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #main .faq-01 .box:first-child::before {
    content: "Q";
    color: #fff;
    background-color: #7f452e;
    border: 2px solid #7f452e;
  }
  #main .faq-01 .box:first-child > div {
    font-weight: 700;
  }
  #main .faq-01 .box:last-child {
    margin-top: 16px;
  }
  #main .faq-01 .box:last-child::before {
    content: "A";
    color: #7f452e;
    background-color: #fff;
    border: 2px solid #7f452e;
  }
  #main .faq-01 .box > div {
    flex: 1;
  }

/*===========================tab====================================== */
@media screen and (min-width: 469px) and (max-width: 768px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 468px){






}
/*===========================sp END====================================== */