<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .anchorList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px 0 60px;
  }
  .anchorList .btn.is_sink.is_tone3_fill {
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-right: 25px;
    background-color: #817039;
  }
  .anchorList .btn.is_sink.is_tone3_fill a {
    color: #fff;
  }
  .anchorList .btn.is_sink.is_tone3_fill:nth-of-type(5) {
    margin-right: 0;
  }
  .anchorList .btn.is_sink.is_tone3_fill:nth-of-type(n+6) {
    margin-top: 25px;
  }
  .contentsTxt {
    text-align: center;
  }
  .sectionMass + .sectionMass {
    margin-top: 100px;
  }
  .qaList li {
    margin-top: 15px;
    padding-bottom: 23px;
    border-bottom: 1px solid #c6c6c6;
  }
  .qaList .question {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .qaList .question .icon {
    color: #000a6e;
  }
  .qaList .answer .icon {
    color: #fc0000;
  }
  .qaList .answer, .qaList .question {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .qaList .answer .icon, .qaList .question .icon {
    font-family: 'Akrobat-ExtraBold';
    font-size: 3rem;
    font-weight: bold;
    width: 30px;
  }
  .qaList .answer .txt, .qaList .question .txt {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .topLink {
    text-align: right;
    margin-top: 20px;
  }
  .topLink a {
    padding-left: 20px;
    position: relative;
  }
  .topLink a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 10px;
    width: 10px;
    border-top: 3px solid #c6c6c6;
    border-right: 3px solid #c6c6c6;
    -webkit-transform: rotate(-45deg) translateY(-25%);
       -moz-transform: rotate(-45deg) translateY(-25%);
        -ms-transform: rotate(-45deg) translateY(-25%);
            transform: rotate(-45deg) translateY(-25%);
  }
}

@media screen and (max-width: 767px) {
  .anchorList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5vw 0 7vw;
  }
  .anchorList .btn.is_sink.is_tone3_fill {
    width: 48%;
    height: 9vw;
    line-height: 9vw;
    background-color: #817039;
  }
  .anchorList .btn.is_sink.is_tone3_fill a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  .anchorList li + li + li {
    margin-top: 2vw;
  }
  .sectionMass + .sectionMass {
    margin-top: 12vw;
  }
  .qaList li {
    margin-top: 3vw;
    padding-bottom: 6vw;
    border-bottom: 1px solid #c6c6c6;
  }
  .qaList .question {
    font-size: 3.90625vw;
    font-weight: bold;
  }
  .qaList .question .icon {
    color: #000a6e;
  }
  .qaList .answer .icon {
    color: #fc0000;
  }
  .qaList .answer, .qaList .question {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .qaList .answer .icon, .qaList .question .icon {
    font-family: 'Akrobat-ExtraBold';
    font-size: 6.51042vw;
    font-weight: bold;
    width: 7vw;
  }
  .qaList .answer .txt, .qaList .question .txt {
    width: -webkit-calc(100% - 7vw);
    width: -moz-calc(100% - 7vw);
    width: calc(100% - 7vw);
  }
  .topLink {
    text-align: right;
    margin-top: 5vw;
  }
  .topLink a {
    padding-left: 6vw;
    position: relative;
  }
  .topLink a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 3vw;
    width: 3vw;
    border-top: 3px solid #c6c6c6;
    border-right: 3px solid #c6c6c6;
    -webkit-transform: rotate(-45deg) translateY(-25%);
       -moz-transform: rotate(-45deg) translateY(-25%);
        -ms-transform: rotate(-45deg) translateY(-25%);
            transform: rotate(-45deg) translateY(-25%);
  }
}
</pre></body></html>