@media screen and (min-width: 769px), print {
  .faq_cont {
    margin: 41px 0 72px;
  }
  .faq_cont .ttl_box {
    text-align: center;
  }
  .faq_cont .ttl_box p {
    font-size: 1.8rem;
    color: #c23b26;
    padding-top: 5px;
  }
  .faq_cont .dl_lst {
    margin-top: 56px;
  }
  .faq_cont .dl_lst dl {
    padding-bottom: 47px;
  }
  .faq_cont .dl_lst dl:last-child {
    padding-bottom: 0;
  }
  .faq_cont .dl_lst dl dt {
    font-size: 2.4rem;
    line-height: 26px;
    font-weight: bold;
    position: relative;
    padding: 2px 15px 16px 81px;
    letter-spacing: 2px;
    border-bottom: 1px solid #cfcfcf;
  }
  .faq_cont .dl_lst dl dt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 33px;
    background: url("../images/q_txt.png") no-repeat;
    width: 34px;
    height: 30px;
  }
  .faq_cont .dl_lst dl dd {
    position: relative;
    margin: 11px 0 0 63px;
    padding-left: 30px;
  }
  .faq_cont .dl_lst dl dd::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -4px;
    background: url("../images/a_txt.png") no-repeat;
    width: 27px;
    height: 21px;
  }
  .faq_cont .dl_lst dl dd p {
    font-size: 1.6rem;
    line-height: 38px;
  }
  .faq_cont .dl_lst dl dd em, .faq_cont .dl_lst dl dd strong {
    font-style: normal;
  }
  .faq_cont .dl_lst dl dd span {
    display: block;
  }
  .faq_cont .dl_lst dl dd em {
    padding-left: 20px;
    display: block;
  }
  .faq_cont .dl_lst dl dd ul li, .faq_cont .dl_lst dl dd ol li {
    line-height: 26px;
    font-size: 1.6rem;
  }
  .faq_cont .dl_lst dl dd ol {
    margin: -6px 0 26px;
  }
  .faq_cont .dl_lst dl dd ol li span {
    padding-left: 14px;
    position: relative;
  }
  .faq_cont .dl_lst dl dd ol li span::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 5px;
    width: 3px;
    height: 3px;
    background-color: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .faq_cont .dl_lst dl dd ol.diff {
    margin: 6px 0 0;
  }
  .faq_cont .dl_lst dl dd ol.diff li {
    padding-bottom: 12px;
  }
  .faq_cont .dl_lst dl dd ol.diff li em {
    padding: 12px 16px 0;
  }
  .faq_cont .dl_lst dl dd ol.diff li:last-child {
    padding-bottom: 0;
  }
  .faq_cont .dl_lst dl dd .aquar {
    padding-top: 7px;
    margin-left: -1px;
  }
  .faq_cont .dl_lst dl dd .aquar li {
    padding-bottom: 14px;
  }
  .faq_cont .dl_lst dl dd .aquar li em {
    padding: 11px 0 0 18px;
  }
}

@media screen and (max-width: 768px) {
  .faq_cont {
    margin: 6.51042vw 0 13.02083vw;
  }
  .faq_cont .ttl_box {
    text-align: center;
  }
  .faq_cont .ttl_box img {
    max-width: 30.33854vw;
  }
  .faq_cont .ttl_box p {
    font-size: 3.64583vw;
    color: #c23b26;
    padding-top: 1.30208vw;
  }
  .faq_cont .dl_lst {
    margin-top: 7.29167vw;
  }
  .faq_cont .dl_lst dl {
    padding-bottom: 5.20833vw;
  }
  .faq_cont .dl_lst dl:last-child {
    padding-bottom: 0;
  }
  .faq_cont .dl_lst dl dt {
    font-size: 4.16667vw;
    line-height: 6.25vw;
    font-weight: bold;
    position: relative;
    padding: 0 5.20833vw 1.30208vw;
    border-bottom: 1px solid #cfcfcf;
  }
  .faq_cont .dl_lst dl dt::before {
    content: '';
    position: absolute;
    top: 1.30208vw;
    left: 0;
    background: url("../images/q_txt.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 4.42708vw;
    height: 3.90625vw;
  }
  .faq_cont .dl_lst dl dd {
    position: relative;
    margin: 1.30208vw 0 0 2.60417vw;
    padding-left: 3.90625vw;
  }
  .faq_cont .dl_lst dl dd::before {
    content: '';
    position: absolute;
    top: 1.43229vw;
    left: -0.52083vw;
    background: url("../images/a_txt.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.90625vw;
    height: 3.38542vw;
  }
  .faq_cont .dl_lst dl dd a {
    text-decoration: none;
  }
  .faq_cont .dl_lst dl dd p {
    font-size: 3.64583vw;
    line-height: 6.25vw;
  }
  .faq_cont .dl_lst dl dd em, .faq_cont .dl_lst dl dd strong {
    font-style: normal;
  }
  .faq_cont .dl_lst dl dd span {
    display: block;
  }
  .faq_cont .dl_lst dl dd em {
    padding-left: 2.60417vw;
    display: block;
  }
  .faq_cont .dl_lst dl dd ul li, .faq_cont .dl_lst dl dd ol li {
    line-height: 5.20833vw;
    font-size: 3.64583vw;
  }
  .faq_cont .dl_lst dl dd ol {
    margin: 0 0 2.34375vw;
  }
  .faq_cont .dl_lst dl dd ol li span {
    padding-left: 2.08333vw;
    position: relative;
  }
  .faq_cont .dl_lst dl dd ol li span::before {
    content: '';
    position: absolute;
    top: 2.21354vw;
    left: 0;
    width: 0.65104vw;
    height: 0.65104vw;
    background-color: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .faq_cont .dl_lst dl dd ol.diff li {
    padding-bottom: 1.30208vw;
  }
  .faq_cont .dl_lst dl dd ol.diff li em {
    padding: 1.5625vw 2.08333vw 0;
  }
  .faq_cont .dl_lst dl dd ol.diff li:last-child {
    padding-bottom: 0;
  }
  .faq_cont .dl_lst dl dd .aquar {
    padding-top: 1.04167vw;
  }
  .faq_cont .dl_lst dl dd .aquar li {
    padding-bottom: 1.5625vw;
  }
  .faq_cont .dl_lst dl dd .aquar li em {
    padding: 1.5625vw 1.30208vw 2.34375vw;
  }
}
