@media screen and (min-width: 769px), print {
  .ttl {
    background: #00A8A0;
  }
  .ttl figure:before {
    background-color: #00A8A0;
  }
  .ttl_main_tt:before {
    background: url(../images/ic_ttl_cs.svg) no-repeat;
    width: 137px;
    height: 137px;
  }
  .qa_ct {
    margin-bottom: 100px;
  }
  .qa_ct .table {
    margin-bottom: 35px;
  }
  .qa_ct .table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .qa_ct .table table .note {
    font-size: 1.2rem;
    color: #666666;
  }
  .qa_ct .table table .ti {
    font-weight: bold;
    vertical-align: middle;
    border-left: 1px solid #E3E3E3;
    background: #F1F2F1;
  }
  .qa_ct .table table p:not(:last-child) {
    margin-bottom: 0;
  }
  .qa_ct .table tr th {
    background-color: #00A8A0;
    font-size: 1.8rem;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    border-right: 1px solid #00A8A0;
    border-left: 1px solid #00A8A0;
  }
  .qa_ct .table tr td {
    padding: 15px 20px;
    font-size: 1.4rem;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
  }
  .qa_ct dl {
    color: #333;
    margin-bottom: 50px;
  }
  .qa_ct dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 15px;
    cursor: pointer;
  }
  .qa_ct dl dt::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/ic_q.svg) center/contain no-repeat;
    display: block;
    margin-right: 25px;
  }
  .qa_ct dl dt.is_active span::after {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .qa_ct dl dt span {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 30px;
  }
  .qa_ct dl dt span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.5px;
    width: 22px;
    height: 3px;
    background: #00A8A0;
    display: block;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .qa_ct dl dt span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.5px;
    width: 22px;
    height: 3px;
    background: #00A8A0;
    display: block;
    -moz-border-radius: 2px;
         border-radius: 2px;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .qa_ct dl dd {
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: 500;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .qa_ct dl dd::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/ic_a.svg) center/contain no-repeat;
    display: block;
    margin-right: 25px;
    margin-top: 25px;
  }
  .qa_ct dl dd .ask_inner {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
    padding: 20px 0;
  }
  .qa_ct dl dd p:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .ttl {
    background: #00A8A0;
  }
  .ttl figure:before {
    background-color: #00A8A0;
  }
  .ttl_main_tt:before {
    background: url(../images/ic_ttl_cs.svg) no-repeat;
    width: 20.09333vw;
    height: 20.09333vw;
  }
  .ml {
    margin-left: -10.66667vw;
  }
  .qa_ct {
    margin-bottom: 13.33333vw;
  }
  .qa_ct .table {
    margin-bottom: 4.66667vw;
    margin-left: -10.66667vw;
  }
  .qa_ct .table.style02 tr:nth-of-type(2) td:nth-of-type(1) {
    width: 10%;
  }
  .qa_ct .table.style02 tr:nth-of-type(2) td:nth-of-type(2) {
    width: 90%;
  }
  .qa_ct .table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .qa_ct .table table .note {
    font-size: 2.93333vw;
    color: #666666;
  }
  .qa_ct .table table .ti {
    font-weight: bold;
    vertical-align: middle;
    border-left: 1px solid #E3E3E3;
    width: 30%;
    padding: 0.66667vw;
    text-align: center;
    background: #F1F2F1;
  }
  .qa_ct .table table p:not(:last-child) {
    margin-bottom: 0;
  }
  .qa_ct .table tr:nth-of-type(2) td:nth-of-type(2) {
    width: 35%;
  }
  .qa_ct .table tr th {
    background-color: #00A8A0;
    font-size: 4vw;
    color: #fff;
    padding: 2.66667vw;
    font-weight: bold;
    border-right: 1px solid #00A8A0;
    border-left: 1px solid #00A8A0;
  }
  .qa_ct .table tr td {
    padding: 2.66667vw;
    font-size: 3.73333vw;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
  }
  .qa_ct dl {
    color: #333;
    margin-bottom: 6.66667vw;
  }
  .qa_ct dl dt {
    font-size: 4vw;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 2.66667vw;
    cursor: pointer;
  }
  .qa_ct dl dt::before {
    content: "";
    width: 8vw;
    height: 8vw;
    background: url(../images/ic_q.svg) center/contain no-repeat;
    display: block;
    margin-right: 3.33333vw;
  }
  .qa_ct dl dt.is_active span::after {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .qa_ct dl dt span {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 7.33333vw;
  }
  .qa_ct dl dt span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 5.86667vw;
    height: 3px;
    background: #00A8A0;
    display: block;
    -moz-border-radius: 0.53333vw;
         border-radius: 0.53333vw;
  }
  .qa_ct dl dt span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 5.86667vw;
    height: 3px;
    background: #00A8A0;
    display: block;
    -moz-border-radius: 0.26667vw;
         border-radius: 0.26667vw;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .qa_ct dl dd {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    font-weight: 500;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .qa_ct dl dd::before {
    content: "";
    width: 8vw;
    height: 8vw;
    background: url(../images/ic_a.svg) center/contain no-repeat;
    display: block;
    margin-right: 3.33333vw;
    margin-top: 3.33333vw;
  }
  .qa_ct dl dd .ask_inner {
    width: -webkit-calc(100% - 9.33333vw);
    width: -moz-calc(100% - 9.33333vw);
    width: calc(100% - 9.33333vw);
    padding: 2.66667vw 0;
  }
  .qa_ct dl dd p:not(:last-child) {
    margin-bottom: 4.66667vw;
  }
}
