@media screen and (min-width: 769px), print {
  .faq .ttl {
    margin-bottom: 17px;
  }
  .faq .top {
    background: #f3f3f3;
    padding: 16px 60px 22px;
    margin-bottom: 30px;
  }
  .faq .top .check > label {
    width: 164px;
  }
  .faq .top .check .wrap {
    width: -webkit-calc(100% - 164px);
    width: -moz-calc(100% - 164px);
    width: calc(100% - 164px);
  }
  .faq .top .check.fa_01 .wrap > ul > li {
    width: auto;
    margin-right: 16px;
    margin-bottom: 5px;
  }
  .faq .top .check.fa_02 .wrap > ul > li {
    width: auto;
    margin-right: 21px;
    margin-bottom: 5px;
  }
  .faq .top .check.fa_03 {
    margin-top: -12px;
  }
  .faq .top .check.fa_04 {
    margin-top: 11px;
    padding-bottom: 0;
  }
  .faq .top .check.fa_04 > label {
    padding-top: 5px;
  }
  .faq .top .check.fa_04 .wrap {
    margin-left: -8px;
  }
  .faq .top .check.fa_04 .wrap input[type="text"] {
    display: block;
    width: 608px;
    height: 28px;
    background: #fff;
    border: 1px solid #bebebe;
    outline-style: solid;
    outline-color: transparent;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0 10px;
    word-break: keep-all;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .faq .pag {
    padding: 13px 0 96px;
  }
  .detail {
    padding: 46px 75px 98px;
  }
  .detail ul.date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .detail ul.date li {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-left: 15px;
  }
  .detail dl {
    font-size: 1.5rem;
    line-height: 24px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .detail dl dt {
    border-bottom: 1px solid #dcdcdc;
    padding-left: 50px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    position: relative;
  }
  .detail dl dt::before {
    content: "Q";
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    height: 34px;
    background: #515151;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 1px;
  }
  .detail dl dd {
    padding-left: 50px;
    position: relative;
  }
  .detail dl dd::before {
    content: "A";
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    height: 34px;
    background: #005ead;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 1px;
  }
  .detail dl .file {
    margin-top: 20px;
  }
  .detail dl figure {
    margin-bottom: 20px;
  }
  .detail dl figure img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  .detail dl .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail dl .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .detail dl .bottom span,
  .detail dl .bottom p {
    display: block;
    margin-bottom: 20px;
  }
  .detail dl .left {
    overflow: hidden;
  }
  .detail dl .left figure {
    float: left;
    margin-right: 20px;
    width: 50%;
  }
  .detail dl .right {
    overflow: hidden;
  }
  .detail dl .right figure {
    float: right;
    margin-left: 20px;
    width: 50%;
  }
  .detail dl a {
    color: #3aa6df;
  }
  .detail a._btn {
    margin-top: 152px;
  }
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 7.03125vw 0 16.01562vw;
  }
  .faq .ttl {
    margin-bottom: 5.07812vw;
  }
  .faq .top {
    background: #f3f3f3;
    padding: 5.46875vw 2.60417vw 6.51042vw;
    margin: 0 -2.60417vw 6.51042vw;
  }
  .faq .top .check.fa_04 {
    margin-bottom: 0;
  }
  .faq .top .check.fa_04 .wrap {
    margin-right: 0;
  }
  .faq .top .check.fa_04 .wrap input[type="text"] {
    display: block;
    width: 100%;
    height: 11.71875vw;
    background: #fff;
    border: 1px solid #bebebe;
    outline-style: solid;
    outline-color: transparent;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.125vw;
    line-height: 1;
    padding: 0 2.60417vw;
    word-break: keep-all;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .detail {
    padding: 6.90104vw 0 36.58854vw;
  }
  .detail .ttl {
    margin-bottom: 4.16667vw;
  }
  .detail ul.date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4.16667vw;
  }
  .detail ul.date li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.125vw;
    line-height: 4.16667vw;
    letter-spacing: 0.05208vw;
    margin-right: 4.55729vw;
    margin-bottom: 1.30208vw;
  }
  .detail dl {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    letter-spacing: -0.13021vw;
    margin-bottom: 3.90625vw;
  }
  .detail dl dt {
    border-bottom: 1px solid #dcdcdc;
    padding-left: 8.46354vw;
    padding-bottom: 1.69271vw;
    margin-bottom: 3.90625vw;
    position: relative;
  }
  .detail dl dt::before {
    content: "Q";
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6.64062vw;
    height: 6.64062vw;
    background: #515151;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.90625vw;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: -0.26042vw;
    left: 0;
  }
  .detail dl dd {
    padding-left: 8.46354vw;
    position: relative;
  }
  .detail dl dd::before {
    content: "A";
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6.64062vw;
    height: 6.64062vw;
    background: #005ead;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.90625vw;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: -0.26042vw;
    left: 0;
  }
  .detail dl .file {
    margin-top: 2.60417vw;
  }
  .detail dl figure {
    margin-bottom: 2.60417vw;
  }
  .detail dl figure img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  .detail dl .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail dl .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 2.60417vw;
  }
  .detail dl .bottom span,
  .detail dl .bottom p {
    display: block;
    margin-bottom: 2.60417vw;
  }
  .detail dl .left {
    overflow: hidden;
  }
  .detail dl .left figure {
    float: left;
    margin-right: 2.60417vw;
    width: 50%;
  }
  .detail dl .right {
    overflow: hidden;
  }
  .detail dl .right figure {
    float: right;
    margin-left: 2.60417vw;
    width: 50%;
  }
  .detail dl a {
    color: #3aa6df;
  }
  .detail a._btn {
    margin-top: 14.97396vw;
  }
}
