@charset "UTF-8";
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}
@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 80%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}
@media screen and (min-width: 769px) {
  .modaal-container {
    max-width: 670px;
    border: 2px solid #0A457F;
  }
  .modaal-overlay {
    opacity: 0.4 !important;
  }
  .modaal-close {
    display: none !important;
  }
  .modaal-content-container {
    padding: 40px 30px 50px;
  }
  .modaal-content-container h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .modaal-content-container h2 img {
    height: 131px;
    width: auto;
  }
  .modaal-content-container p:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .modaal-content-container .-btn {
    margin-top: 40px;
  }
  .modaal-content-container .-btn button {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #0A457F;
    border: 1px solid #0A457F;
    width: 170px;
    height: 40px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    cursor: pointer;
  }
  .modaal-content-container .-btn button img {
    width: 15px;
    margin-left: 10px;
  }
  .modaal-content-container .-btn button:hover {
    opacity: 0.8;
  }
  #GUIDELINE .guideBlk2025__lead {
    font-size: 2.2rem;
  }
  #GUIDELINE .guideBlk2025__lead small {
    display: block;
    margin-top: 40px;
    font-size: 1.8rem;
  }
  #GUIDELINE .guideBlk2025__nav {
    max-width: 670px;
    margin: 100px auto 0;
    gap: 15px;
  }
  #GUIDELINE .guideBlk2025__nav li {
    width: 47%;
    margin-bottom: 0;
  }
  #GUIDELINE .guideBlk2025--about {
    margin-top: 65px;
  }
  #GUIDELINE .guideBlk2025__btn {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #0A457F;
    border: 1px solid #0A457F;
    width: 340px;
    height: 60px;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  #GUIDELINE .guideBlk2025__btn img {
    width: 15px;
    margin-left: 10px;
  }
  #GUIDELINE .guideBlk2025__about__rgt {
    margin-top: -60px;
  }
  #GUIDELINE .guideBlk2025--merit {
    margin-top: 100px;
    padding-top: 50px;
  }
  #GUIDELINE .guideBlk2025--merit h2 {
    max-width: 767px;
    margin: 0 auto 20px;
  }
  #GUIDELINE .guideBlk2025__merit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
  #GUIDELINE .guideBlk2025__merit ul li {
    position: relative;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img img {
    width: 100%;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img.--1st {
    width: 288px;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img.--2nd {
    width: 288px;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img.--3rd {
    width: 288px;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img.--4th {
    width: 308px;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img.--5th {
    width: 387px;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-btn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 170px;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-btn.--btm {
    bottom: 30px;
  }
  #GUIDELINE .guideBlk2025__merit-btn {
    margin-bottom: 40px;
  }
  #GUIDELINE .guideBlk2025__merit-btn a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #0A457F;
    border: 1px solid #0A457F;
    width: 550px;
    height: 70px;
    border-radius: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto 0;
    text-align: center;
    line-height: 1.4;
    position: relative;
  }
  #GUIDELINE .guideBlk2025__merit-btn a img {
    width: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
  #GUIDELINE .guideBlk2025--crr {
    margin-top: 0;
  }
  #GUIDELINE .guideBlk2025__crr {
    padding: 70px 40px 100px;
  }
  #GUIDELINE .guideBlk2025__crr h2 small {
    display: block;
    font-size: 2.2rem;
    color: #0A457F;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
  #GUIDELINE .guideBlk2025__crr .addtxt {
    margin-top: 20px;
  }
  #GUIDELINE .guideBlk2025__crr__btn {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #0A457F;
    border: 1px solid #0A457F;
    width: 634px;
    height: 60px;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto 0;
  }
  #GUIDELINE .guideBlk2025__crr__btn img {
    width: 15px;
    margin-left: 10px;
  }
  #GUIDELINE .guideBlk2025--code {
    margin-top: 100px;
  }
  #GUIDELINE .guideBlk2025__code h2 {
    width: 705px;
    margin: 0 auto 20px;
  }
  #GUIDELINE .guideBlk2025__code__lead {
    line-height: 2.5;
    text-align: center;
    margin-bottom: 30px;
  }
  #GUIDELINE .guideBlk2025__code__two ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 55px;
  }
  #GUIDELINE .guideBlk2025__code__two ul img {
    height: 278px;
    width: auto;
  }
  #GUIDELINE .guideBlk2025__code__two a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #0A457F;
    border: 1px solid #0A457F;
    width: 461px;
    height: 60px;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto 0;
  }
  #GUIDELINE .guideBlk2025__code__two a img {
    width: 15px;
    margin-left: 10px;
  }
  #GUIDELINE .guideBlk2025__code__view {
    margin-top: 120px;
    text-align: center;
    background: #e6ecf2;
    padding: 0 35px 50px;
  }
  #GUIDELINE .guideBlk2025__code__view h3 {
    display: inline-block;
    text-align: center;
    color: #0A457F;
    font-weight: bold;
    font-size: 3rem;
    position: relative;
    top: -25px;
    margin-bottom: 20px;
  }
  #GUIDELINE .guideBlk2025__code__view h3 img {
    width: 43px;
    position: absolute;
    top: 5px;
    left: 103%;
  }
  #GUIDELINE .guideBlk2025__code__view ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  #GUIDELINE .guideBlk2025__code__view ul li {
    width: 278px;
  }
  #GUIDELINE .guideBlk2025__code__view p {
    font-size: 1.5rem;
    margin-top: 10px;
    text-align: right;
    letter-spacing: 0;
  }
  #GUIDELINE .guideBlk2025__code__view p a {
    text-decoration: underline;
  }
  #GUIDELINE .guideBlk2025__faq {
    margin-top: 100px;
    padding-top: 0;
    padding-inline: 40px;
    background: #e8e8e8;
  }
  #GUIDELINE .guideBlk2025__faq h2 {
    text-align: center;
    margin-bottom: 0;
  }
  #GUIDELINE .guideBlk2025__faq h2 span {
    display: inline-block;
    text-align: center;
    color: #0A457F;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 0.1em;
    position: relative;
    top: -25px;
  }
  #GUIDELINE .guideBlk2025__faq h2 span img {
    width: 20px;
    position: absolute;
    top: -7px;
    left: 102%;
  }
  #GUIDELINE .guideBlk2025__faq__btn {
    display: block;
    width: 170px;
    margin: 15px auto 0;
  }
  #GUIDELINE .guideBlk2025__faq__btn img {
    width: 100%;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm {
    position: relative;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:not(:last-child) {
    margin-bottom: 80px;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:not(:last-child)::after {
    content: "";
    display: block;
    width: 76px;
    height: 22px;
    background: url(../img/guideline/crr_arw.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:nth-of-type(1) .comAccdHd::before {
    content: "1";
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:nth-of-type(2) .comAccdHd::before {
    content: "2";
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:nth-of-type(3) .comAccdHd::before {
    content: "3";
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:nth-of-type(4) .comAccdHd::before {
    content: "4";
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:nth-of-type(5) .comAccdHd::before {
    content: "5";
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm .comAccdHd {
    color: #0A457F;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm .comAccdHd::before {
    font-size: 3rem;
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm .comAccdCnt {
    margin-top: 15px;
    padding-inline: 20px;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm .comAccdCnt strong {
    display: block;
    color: #0A457F;
    font-weight: bold;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .modaal-container {
    width: 86.6666666667vw;
    border: 0.5333333333vw solid #0A457F;
  }
  .modaal-overlay {
    opacity: 0.4 !important;
  }
  .modaal-close {
    display: none !important;
  }
  .modaal-content-container {
    padding: 10.6666666667vw 4vw 13.3333333333vw 2vw;
  }
  .modaal-content-container h2 {
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
  .modaal-content-container h2 img {
    height: 36.5333333333vw;
    width: auto;
  }
  .modaal-content-container p {
    text-align: justify;
    line-height: 1.4;
  }
  .modaal-content-container p:nth-of-type(n+2) {
    margin-top: 4vw;
  }
  .modaal-content-container .-btn {
    margin-top: 2.6666666667vw;
  }
  .modaal-content-container .-btn button {
    font-size: 4.2666666667vw;
    font-weight: bold;
    color: #fff;
    background: #0A457F;
    border: 1px solid #0A457F;
    width: 45.3333333333vw;
    height: 10vw;
    border-radius: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin: 0 auto;
    cursor: pointer;
  }
  .modaal-content-container .-btn button img {
    width: 4vw;
    margin-left: 2.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__lead {
    font-size: 4.4vw;
    letter-spacing: 0;
  }
  #GUIDELINE .guideBlk2025__lead small {
    display: block;
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  #GUIDELINE .guideBlk2025__nav {
    max-width: 76vw;
    margin: 6.6666666667vw auto 0;
    gap: 4vw;
  }
  #GUIDELINE .guideBlk2025__nav li {
    width: 100%;
    margin-bottom: 0;
  }
  #GUIDELINE .guideBlk2025__nav li a {
    font-size: 4.2666666667vw;
    height: 14.6666666667vw;
    padding-inline: 5.3333333333vw;
    line-height: 1.2;
  }
  #GUIDELINE .guideBlk2025__nav li a::after {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    right: 3.4666666667vw;
  }
  #GUIDELINE .guideBlk2025--about {
    padding-top: 11.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__about {
    margin-left: 0;
  }
  #GUIDELINE .guideBlk2025__about::before {
    content: none;
  }
  #GUIDELINE .guideBlk2025__about__spttl {
    position: relative;
    margin-left: 4vw;
  }
  #GUIDELINE .guideBlk2025__about__spttl::before {
    content: "";
    display: block;
    width: 0.5333333333vw;
    height: 100%;
    background: #0A457F;
    position: absolute;
    top: 0;
    left: -4vw;
  }
  #GUIDELINE .guideBlk2025__about__spttl h2 {
    font-size: 6.4vw;
  }
  #GUIDELINE .guideBlk2025__btn {
    font-size: 4.2666666667vw;
    font-weight: bold;
    color: #fff;
    background: #0A457F;
    border: 1px solid #0A457F;
    width: 82.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 14.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin-top: 6.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__btn img {
    width: 4vw;
    margin-left: 2.6666666667vw;
  }
  #GUIDELINE .guideBlk2025--merit {
    margin-top: 5.3333333333vw;
    padding-top: 10.6666666667vw;
  }
  #GUIDELINE .guideBlk2025--merit h2 {
    width: 80vw;
    margin: 0 auto 5.3333333333vw;
  }
  #GUIDELINE .guideBlk2025__merit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
  #GUIDELINE .guideBlk2025__merit ul li {
    position: relative;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img img {
    width: 100%;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img.--1st {
    width: 79.4666666667vw;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img.--2nd {
    width: 79.4666666667vw;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img.--3rd {
    width: 79.4666666667vw;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img.--4th {
    width: 82.1333333333vw;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-img.--5th {
    width: 81.3333333333vw;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-btn {
    position: absolute;
    bottom: 6.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 170px;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-btn.--sp2 {
    bottom: 12vw;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-btn.--sp3 {
    bottom: 2.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-btn.--sp4 {
    bottom: 10.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__merit ul li .-btn.--sp5 {
    bottom: 1.3333333333vw;
  }
  #GUIDELINE .guideBlk2025__merit-btn {
    margin-bottom: 40px;
  }
  #GUIDELINE .guideBlk2025__merit-btn a {
    font-size: 4.2666666667vw;
    font-weight: bold;
    color: #fff;
    background: #0A457F;
    border: 1px solid #0A457F;
    width: 100%;
    height: 23.7333333333vw;
    border-radius: 23.7333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin: 6.6666666667vw auto 0;
    text-align: center;
    line-height: 1.4;
  }
  #GUIDELINE .guideBlk2025__merit-btn a img {
    width: 4vw;
    margin-left: 2.6666666667vw;
  }
  #GUIDELINE .guideBlk2025--crr {
    margin-top: 13.3333333333vw;
  }
  #GUIDELINE .guideBlk2025__crr {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 13.3333333333vw 5% 18.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__crr h2 {
    font-size: 6.4vw;
    margin-bottom: 6.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__crr h2 small {
    display: block;
    font-size: 4.8vw;
    color: #0A457F;
    margin-top: 2.6666666667vw;
    letter-spacing: 0.1em;
  }
  #GUIDELINE .guideBlk2025__crr .addtxt {
    margin-top: 5.3333333333vw;
    text-align: center;
  }
  #GUIDELINE .guideBlk2025__crr__btn {
    font-size: 4.2666666667vw;
    font-weight: bold;
    color: #fff;
    background: #0A457F;
    border: 1px solid #0A457F;
    width: 82.1333333333vw;
    height: 23.7333333333vw;
    border-radius: 23.7333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin: 6.6666666667vw auto 0;
    text-align: center;
  }
  #GUIDELINE .guideBlk2025__crr__btn img {
    width: 4vw;
    margin-left: 2.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__crr ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #GUIDELINE .guideBlk2025__crr ul li .lft {
    width: 13.3333333333vw;
  }
  #GUIDELINE .guideBlk2025__crr ul li .rgt {
    width: 70.1333333333vw;
  }
  #GUIDELINE .guideBlk2025__crr ul li .rgt .ttl {
    font-size: 4.2666666667vw;
    margin-top: 0;
    text-align: left;
  }
  #GUIDELINE .guideBlk2025--code {
    margin-top: 18.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__code h2 {
    width: 78.4vw;
    margin: 0 auto 2.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__code__lead {
    letter-spacing: 0;
    line-height: 2;
    text-align: center;
    margin-bottom: 4vw;
  }
  #GUIDELINE .guideBlk2025__code__two ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4vw;
  }
  #GUIDELINE .guideBlk2025__code__two ul img {
    height: 53.3333333333vw;
    width: auto;
  }
  #GUIDELINE .guideBlk2025__code__two a {
    font-size: 4.2666666667vw;
    font-weight: bold;
    color: #fff;
    background: #0A457F;
    border: 1px solid #0A457F;
    width: 82.1333333333vw;
    height: 16.5333333333vw;
    border-radius: 16.5333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin: 5.3333333333vw auto 0;
    text-align: center;
  }
  #GUIDELINE .guideBlk2025__code__two a img {
    width: 4vw;
    margin-left: 2.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__code__view {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 25.3333333333vw;
    text-align: center;
    background: #e6ecf2;
    padding: 0 35px 50px;
  }
  #GUIDELINE .guideBlk2025__code__view h3 {
    display: inline-block;
    text-align: center;
    color: #0A457F;
    font-weight: bold;
    font-size: 6.4vw;
    position: relative;
    top: -4vw;
    margin-bottom: 1.3333333333vw;
    line-height: 1.4;
  }
  #GUIDELINE .guideBlk2025__code__view h3 img {
    width: 11.4666666667vw;
    position: absolute;
    top: 2.6666666667vw;
    left: 102%;
  }
  #GUIDELINE .guideBlk2025__code__view ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4vw;
  }
  #GUIDELINE .guideBlk2025__code__view ul li {
    width: 53.3333333333vw;
  }
  #GUIDELINE .guideBlk2025__code__view p {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
    text-align: center;
    letter-spacing: 0;
  }
  #GUIDELINE .guideBlk2025__code__view p a {
    text-decoration: underline;
  }
  #GUIDELINE .guideBlk2025__faq {
    margin-top: 32vw;
    padding-top: 0;
    padding-inline: 5%;
    background: #e8e8e8;
  }
  #GUIDELINE .guideBlk2025__faq h2 {
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
  #GUIDELINE .guideBlk2025__faq h2 span {
    display: inline-block;
    text-align: center;
    color: #0A457F;
    font-weight: bold;
    font-size: 6.4vw;
    letter-spacing: 0.05em;
    position: relative;
    top: -3.3333333333vw;
  }
  #GUIDELINE .guideBlk2025__faq h2 span img {
    display: none;
  }
  #GUIDELINE .guideBlk2025__faq__btn {
    display: block;
    width: 170px;
    margin: 15px auto 0;
  }
  #GUIDELINE .guideBlk2025__faq__btn img {
    width: 100%;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm {
    position: relative;
    margin-top: 0;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:not(:last-child)::after {
    content: none;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:nth-of-type(1) .comAccdHd::before {
    content: "1";
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:nth-of-type(2) .comAccdHd::before {
    content: "2";
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:nth-of-type(3) .comAccdHd::before {
    content: "3";
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:nth-of-type(4) .comAccdHd::before {
    content: "4";
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm:nth-of-type(5) .comAccdHd::before {
    content: "5";
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm .comAccdHd {
    color: #0A457F;
    font-size: 4.9333333333vw;
    min-height: 20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 12vw;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm .comAccdHd::before {
    font-size: 8vw;
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm .comAccdCnt {
    margin-top: 4vw;
    padding-inline: 0;
    padding-bottom: 5.3333333333vw;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm .comAccdCnt strong {
    display: block;
    font-size: 4.8vw;
    color: #0A457F;
    font-weight: bold;
    margin-bottom: 2.6666666667vw;
  }
  #GUIDELINE .guideBlk2025__faq .faq__blk__elm .comAccdCnt p {
    display: block;
    font-size: 3.7333333333vw;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
  #GUIDELINE #top {
    padding-bottom: 10.6666666667vw;
  }
}