@charset "UTF-8";
:root {
  --main-bg-color: #fdd400;
  --sub-bg-color: #ffffff;
  --accent-color: #095ccd;
  --pc-width: 1040px;
  --sp-width: 750px;
  --color-blue-ccc: #004092;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}
body #vrank {
  background-color: #fff;
  font-size: 1.6rem;
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}
body #vrank h2 {
  font-weight: 700;
}
#Wrapper {
  display: flex;
  justify-content: center;
}
#wrapper img {
  max-width: 100%;
}
#Wrapper a {
  word-break: break-all;
}
main {
  width: 100%;
  max-width: var(--pc-width);
  margin: 0 auto;
}
.inner {
  margin: 0 auto;
}
.guide-breadcrumb {
  font-family: Helvetica Neue, Arial, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, Hiragino Kaku Gothic ProN, Meiryo,
    sans-serif;
}
.guide-breadcrumb ul {
  font-size: 0;
}
.guide-breadcrumb li {
  display: inline;
  font-size: 14px;
  line-height: 1;
}
.guide-breadcrumb li:after {
  display: inline;
  padding: 0 6px 0 7px;
  content: ">";
  font-size: 14px;
  line-height: 1.8;
}
.guide-breadcrumb li:last-child:after {
  display: none;
}
.guide-breadcrumb li a {
  color: #203d95;
  line-height: 1.8;
}
.guide-breadcrumb li a:hover {
  text-decoration: underline;
}
.guide-breadcrumb__inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: auto;
}
.newt-header-register-box {
  display: none;
}
.mode-fix-register #newt-gfooter {
  padding-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .guide-breadcrumb__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .guide-breadcrumb__inner {
    max-width: 1039px;
    padding: 0 25px;
  }
}
@media (min-width: 960px) and (max-width: 1163px) {
  .pc-d {
    display: none;
  }
  .sp-d {
    display: block;
  }
  .guide-breadcrumb {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .container {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .kv,
  .kv-img {
    width: 100%;
  }
  .wrap {
    padding: 0 41.1428571429px 41.1428571429px;
    background-color: var(--main-bg-color);
  }
  .wrap-inner {
    position: relative;
    padding: 54.8571428571px;
    background-color: #fff;
  }
  .appdownload {
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 41.1428571429px;
    background-color: #fff100;
    color: #00f;
    --b: 10px;
    --top-from: #ffffbb;
    --top-to: #ffeb82;
    --right-from: #ffdc00;
    --right-to: #ffd700;
    --bottom-from: #ffd100;
    --bottom-to: #ffb700;
    --left-from: #fff04f;
    --left-to: #ffe661;
    border: var(--b) solid transparent;
    background-image: linear-gradient(to right, var(--top-from), var(--top-to)),
      linear-gradient(to bottom, var(--right-from), var(--right-to)), linear-gradient(to right, var(--bottom-from), var(--bottom-to)),
      linear-gradient(to bottom, var(--left-from), var(--left-to)), linear-gradient(45deg, var(--left-from) 50%, var(--top-from) 0),
      linear-gradient(135deg, var(--top-to) 50%, var(--right-from) 0), linear-gradient(225deg, var(--right-to) 50%, var(--bottom-to) 0),
      linear-gradient(315deg, var(--bottom-from) 50%, var(--left-to) 0);
    background-position: left var(--b) top 0, right 0 top var(--b), left var(--b) bottom 0, left 0 top var(--b), left 0 top 0, right 0 top 0,
      right 0 bottom 0, left 0 bottom 0;
    background-size: calc(100% - 2 * var(--b)) var(--b), var(--b) calc(100% - 2 * var(--b)), calc(100% - 2 * var(--b)) var(--b),
      var(--b) calc(100% - 2 * var(--b)), var(--b) var(--b), var(--b) var(--b), var(--b) var(--b), var(--b) var(--b);
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
  }
  .mr-10 {
    margin-right: 13.7142857143px;
  }
  .appdownload-top {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 19.2px;
  }
  .icon-img {
    width: 83.6571428571px;
    margin: 0 auto;
  }
  .appdownload-txt {
    color: #003c9a;
    font-weight: 700;
    font-size: 38.4px;
    line-height: 1.8;
    letter-spacing: -2.0571428571px;
  }
  .appdownload-txt img {
    width: 100%;
    max-width: 398px;
    margin-left: 10px;
  }
  .appicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150.8571428571px;
    height: 150.8571428571px;
    padding: 10.9714285714px 19.2px;
    border-radius: 21.9428571429px;
    background-color: #fff;
    box-shadow: 4.1142857143px 4.1142857143px 2.7428571429px #00000040;
  }
  .download-btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 104.2285714286px;
    margin: 34.2857142857px auto 20.5714285714px;
    padding: 12.3428571429px 8.2285714286px 12.3428571429px 21.9428571429px;
    border-radius: 137.1428571429px;
    background-color: #1d4293;
  }
  .download-inner {
    flex: 1;
    text-align: center;
  }
  a.download-btn-txt,
  a.download-btn-txt:visited,
  a.download-btn-txt:active,
  a.download-btn-txt:focus {
    color: #fff;
    font-weight: 700;
    font-size: 35.6571428571px;
    text-decoration: none;
  }
  .rank-section .section-title {
    padding-top: 82.2857142857px;
    background-image: radial-gradient(circle, #095ccd 1px, transparent 1px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
  }
  .rank-section .section-title h2 {
    font-size: 57.6px;
  }
  .section-title {
    position: relative;
    margin: 82.2857142857px 0 54.8571428571px;
    color: #004098;
    font-weight: 700;
    font-size: 57.6px;
    text-align: center;
  }
  .section-lead {
    margin-bottom: 41.1428571429px;
    color: #004098;
    font-weight: 700;
    font-size: 37.0285714286px;
    line-height: 1.8;
    letter-spacing: -1.0971428571px;
    text-align: center;
  }
  .cube .logo {
    position: absolute;
    width: 89.1428571429px;
    height: auto;
  }
  .rank-section .right {
    top: -19.2px;
    right: -23.3142857143px;
  }
  .rank-section .left {
    top: 363.4285714286px;
    left: -16.4571428571px;
  }
  .rank-section .right2 {
    right: -17.8285714286px;
    bottom: 480px;
    transform: scaleX(-1) rotate(-40deg);
  }
  .rank-section .left2 {
    top: -41.1428571429px;
    left: -27.4285714286px;
    transform: scaleX(-1) rotate(45deg);
  }
  .vrank-img {
    position: relative;
    margin-bottom: 82.2857142857px;
  }
  a.btn-y-txt:link,
  a.btn-y-txt:visited,
  a.btn-y-txt:active,
  a.btn-y-txt:focus {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    font-size: 23.3142857143px;
    text-decoration: none;
  }
  .btn-y {
    display: flex;
    align-items: center;
    width: 100%;
    height: 117.9428571429px;
    margin: 54.8571428571px auto 0;
    border-radius: 137.1428571429px;
    background-color: #1d4293;
  }
  .rank-status {
    margin-top: 17.8285714286px;
  }
  .rank-status-inner {
    flex: 1;
    font-size: 35.6571428571px;
    text-align: center;
  }
  .coupon {
    margin: 0 auto 41.1428571429px;
    text-align: center;
  }
  .dotted-line {
    position: relative;
    height: 2px;
    margin-top: 82.2857142857px;
    background-image: radial-gradient(circle, #095ccd 1px, transparent 1px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
  }
  .benefits_inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 13.7142857143px;
  }
  .benefits_inner .left_contents,
  .benefits_inner .right_contents {
    width: 100%;
  }
  .benefits_inner .left_contents .benefits_text {
    width: 522.5142857143px;
  }
  .benefits_inner .left_contents .benefits_image {
    width: 496.4571428571px;
  }
  .benefits_inner .right_contents .benefits_text {
    width: 554.0571428571px;
  }
  .benefits_inner .right_contents .benefits_image {
    width: 463.5428571429px;
  }
  .bonusmission {
    position: relative;
    margin-top: 96px;
    padding: 0;
    color: #004098;
    font-weight: 700;
    font-size: 24.6857142857px;
    text-align: center;
  }
  .right3 {
    top: -35.6571428571px;
    right: -20.5714285714px;
    width: 68.5714285714px;
    transform: rotate(45deg);
  }
  .bunusmission-contents .cube .right2 {
    top: -41.1428571429px;
    right: -13.7142857143px;
    transform: scaleX(1) rotate(50deg);
  }
  .bunusmission-contents {
    padding: 27.4285714286px 20.5714285714px 20.5714285714px;
    background-color: #e5e5e5;
  }
  .bunusmission-contents .inner_sp {
    padding: 54.8571428571px 27.4285714286px;
    background-color: #fff;
  }
  .bunusmission-txt {
    color: #000;
    font-weight: 700;
    font-size: 35.6571428571px;
    line-height: 1.8;
    letter-spacing: -1.0971428571px;
    text-align: center;
  }
  .bunusmission-check-inner {
    flex: 1;
    text-align: center;
  }
  .bunusmission-check {
    width: 100%;
    height: 159.0857142857px;
    font-size: 35.6571428571px;
  }
  .period {
    position: relative;
  }
  .period .section-title h2 {
    letter-spacing: -2.0571428571px;
  }
  .period .cube .logo.right2 {
    top: 466.2857142857px;
    right: -27.4285714286px;
  }
  .period .period_lead {
    margin-bottom: 41.1428571429px;
  }
  .period .period_lead p {
    color: #004098;
    font-weight: 700;
    font-size: 35.6571428571px;
    text-align: center;
  }
  .period .note {
    margin-top: 48px;
    padding-left: 0;
    font-size: 13px;
  }
  .period .note p {
    line-height: 1.8;
  }
  .period .note p a {
    color: #203d95;
    text-decoration: underline;
  }
  .participate {
    position: relative;
  }
  .participate .area_01 .step_contents.right .cube .logo.right {
    top: 41.1428571429px;
    right: 27.4285714286px;
    transform: scaleX(1) rotate(-5deg);
  }
  .participate .area_02 .step_contents.right {
    margin-bottom: 0;
  }
  .participate .area_02 .step_contents.right .cube .logo.right {
    top: 27.4285714286px;
    right: 54.8571428571px;
    transform: scaleX(1) rotate(50deg);
  }
  .participate .area_02 .step_contents.left .cube .logo.right {
    top: 109.7142857143px;
    left: 41.1428571429px;
    transform: scaleX(-1) rotate(10deg);
  }
  .participate .cube .logo.left2 {
    top: 0;
    left: 41.1428571429px;
    transform: scaleX(-1) rotate(45deg);
  }
  .participate .line-mark {
    position: relative;
    padding-top: 116.5714285714px;
  }
  .participate .line-mark:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 68.5714285714px 37.7142857143px 0 37.7142857143px;
    border-style: solid;
    border-color: #c6c6c6 transparent transparent transparent;
    content: "";
  }
  .participate .step_inner {
    display: flex;
    flex-direction: column;
  }
  .participate .step_inner .step_contents {
    width: 100%;
    margin-bottom: 54.8571428571px;
  }
  .participate .step_inner .step_contents h2 {
    margin-bottom: 41.1428571429px;
    border-bottom: 2px solid #004098;
    color: #004098;
    font-weight: 700;
    font-size: 43.8857142857px;
    text-align: center;
  }
  .participate .step_inner .step_contents p {
    color: #004098;
    font-weight: 700;
    font-size: 35.6571428571px;
    line-height: 1.8em;
    letter-spacing: -0.04em;
    text-align: center;
  }
  .participate .step_inner .step_contents p.image_text {
    font-size: 35.6571428571px;
    letter-spacing: -0.08em;
  }
  .participate .step_inner .step_contents .vpoint_icon {
    width: 234.5142857143px;
    margin: 0 auto 54.8571428571px;
  }
  .participate .step_inner .step_contents .dl_btn,
  .participate .step_inner .step_contents .guide_btn,
  .participate .step_inner .step_contents .mypage_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 647.3142857143px;
    height: 104.2285714286px;
    margin: 0 auto;
    border-radius: 137.1428571429px;
    font-weight: 700;
    font-size: 35.6571428571px;
  }
  .participate .step_inner .step_contents .dl_btn,
  .participate .step_inner .step_contents .mypage_btn {
    margin-bottom: 54.8571428571px;
    background-color: #1d4293;
    color: #fff;
  }
  .participate .step_inner .step_contents .guide_btn {
    border: 2px solid #1d4293;
    background-color: #fff;
    color: #1d4293;
  }
  .participate .step_inner .step_contents.left p,
  .participate .step_inner .step_contents.right p {
    margin-bottom: 54.8571428571px;
  }
  .participate .step_inner.area_02 {
    position: relative;
  }
  .participate .step_inner.area_02 .step_contents .vpoint_icon {
    width: 493.7142857143px;
  }
  .participate .step_inner.area_02 .step_contents.left .mypage_btn {
    margin-bottom: 0;
  }
  .others-menu {
    margin-top: 82.2857142857px;
  }
  .others-menu .container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .others-menu .container .contents {
    width: 100%;
    height: auto;
    padding: 54.8571428571px;
    border: 2px solid #004098;
    border-radius: 6.8571428571px;
    text-align: center;
  }
  .others-menu .container .contents a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 647.3142857143px;
    height: 104.2285714286px;
    margin: 0 auto;
    border-radius: 137.1428571429px;
    background-color: #1d4293;
    color: #fff;
    font-weight: 700;
    font-size: 35.6571428571px;
    text-align: center;
    text-decoration: none;
  }
  .others-menu .container .marker p {
    color: #004098;
  }
  .others-menu .container .marker p span {
    background: linear-gradient(transparent 60%, #ff0 60%);
  }
  .others-menu .container .contents.left {
    margin-bottom: 54.8571428571px;
  }
  .others-menu .container .contents.left p {
    margin-bottom: 20.5714285714px;
    font-weight: 700;
    font-size: 35.6571428571px;
    line-height: 1.8em;
    letter-spacing: -1px;
  }
  .others-menu .container .contents.left p.comment {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 27.4285714286px;
    color: #000;
    font-size: 35.6571428571px;
  }
  .others-menu .container .contents.left p.comment:before,
  .others-menu .container .contents.left p.comment:after {
    position: absolute;
    top: 0;
    height: 41.1428571429px;
    content: "";
  }
  .others-menu .container .contents.left p.comment:before {
    top: 13.7142857143px;
    left: -30.1714285714px;
    transform: rotate(-30deg);
    border-left: solid 2.7428571429px;
  }
  .others-menu .container .contents.left p.comment:after {
    top: 13.7142857143px;
    right: -30.1714285714px;
    transform: rotate(30deg);
    border-right: solid 2.7428571429px;
  }
  .others-menu .container .contents.right p {
    margin-bottom: 54.8571428571px;
    font-weight: 700;
    font-size: 35.6571428571px;
    line-height: 1.8em;
    letter-spacing: -1px;
  }
  .qa-container .dotted-line .cube img {
    top: -54.8571428571px;
    left: 41.1428571429px;
    transform: rotate(0);
  }
  .left3 {
    top: 28px;
    left: -17px;
    transform: rotate(-55deg);
  }
  .qa-section {
    margin-top: 37px;
    border-top: 1px solid #b2b2b2;
  }
  .qa-section > * + * {
    margin-top: 20px;
    border-top: 1px solid #b2b2b2;
  }
  .qa-block .answer {
    display: none;
  }
  .qa-block.vrank-open .answer {
    display: block;
  }
  .question {
    display: flex;
    align-items: baseline;
    cursor: pointer;
  }
  .question .question-label {
    margin-right: 20px;
    color: #000;
    font-weight: 700;
    font-size: 3.8rem;
  }
  .question-text {
    width: 90%;
    padding: 2rem 2rem 0 0;
    color: #000;
    font-weight: 700;
    font-size: 2.8rem;
  }
  .answer {
    display: block;
    margin-top: 22px;
    overflow: hidden;
  }
  .answer-label {
    margin-right: 20px;
    float: left;
    color: #000;
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 1;
  }
  .answer-txt {
    display: block;
    overflow: hidden;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.9;
  }
  .answer-txt a {
    color: #203d95;
    text-decoration: underline;
  }
  .arrow {
    width: 12px;
    height: 12px;
    transform: translateY(-25%) rotate(45deg);
    border-right: 3px solid #000000;
    border-bottom: 3px solid #000000;
  }
  .qa-block.vrank-open .arrow {
    transform: translateY(25%) rotate(-135deg);
  }
  .attention p {
    margin-top: 27px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.8;
  }
  .attention p a {
    color: #203d95;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1040px) {
  .guide-breadcrumb__inner {
    max-width: 1040px;
    padding: 0 40px;
  }
}
@media (min-width: 1163px) {
  .pc-d {
    display: block;
  }
  .sp-d {
    display: none;
  }
  .guide-breadcrumb {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .container {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .kv,
  .kv-img {
    width: 100%;
  }
  .wrap {
    margin-bottom: 50px;
    padding: 0 50px 50px;
    background-color: var(--main-bg-color);
  }
  .wrap-inner {
    position: relative;
    padding: 2.2rem 80px 80px;
    background-color: #fff;
  }
  .appdownload {
    position: absolute;
    top: -135px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 540px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff100;
    color: #00f;
    --b: 10px;
    --top-from: #ffffbb;
    --top-to: #ffeb82;
    --right-from: #ffdc00;
    --right-to: #ffd700;
    --bottom-from: #ffd100;
    --bottom-to: #ffb700;
    --left-from: #fff04f;
    --left-to: #ffe661;
    border: var(--b) solid transparent;
    background-image: linear-gradient(to right, var(--top-from), var(--top-to)),
      linear-gradient(to bottom, var(--right-from), var(--right-to)), linear-gradient(to right, var(--bottom-from), var(--bottom-to)),
      linear-gradient(to bottom, var(--left-from), var(--left-to)), linear-gradient(45deg, var(--left-from) 50%, var(--top-from) 0),
      linear-gradient(135deg, var(--top-to) 50%, var(--right-from) 0), linear-gradient(225deg, var(--right-to) 50%, var(--bottom-to) 0),
      linear-gradient(315deg, var(--bottom-from) 50%, var(--left-to) 0);
    background-position: left var(--b) top 0, right 0 top var(--b), left var(--b) bottom 0, left 0 top var(--b), left 0 top 0, right 0 top 0,
      right 0 bottom 0, left 0 bottom 0;
    background-size: calc(100% - 2 * var(--b)) var(--b), var(--b) calc(100% - 2 * var(--b)), calc(100% - 2 * var(--b)) var(--b),
      var(--b) calc(100% - 2 * var(--b)), var(--b) var(--b), var(--b) var(--b), var(--b) var(--b), var(--b) var(--b);
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
  }
  .appdownload-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  .icon-img {
    width: 53px;
    margin: 0 auto;
  }
  .appdownload-txt {
    color: #003c9a;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: -0.7px;
  }
  .appdownload-txt img {
    width: 100%;
    max-width: 278px;
    margin-left: 10px;
  }
  .appicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    padding: 8px 14px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 3px 3px 2px #00000040;
  }
  .download-btn {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 389px;
    margin: 18px auto 0;
    padding: 9px 6px 9px 16px;
    border-radius: 30px;
    background-color: #1d4293;
  }
  .download-btn:hover {
    opacity: 0.8;
  }
  .download-inner {
    flex: 1;
    text-align: center;
  }
  a.download-btn-txt,
  a.download-btn-txt:visited,
  a.download-btn-txt:active,
  a.download-btn-txt:focus {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none;
  }
  .section-title {
    position: relative;
    margin: 50px 0 25px;
    color: #004098;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
  }
  .section-lead {
    margin-bottom: 30px;
    color: #004098;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  .cube .logo {
    position: absolute;
    width: 40px;
    height: auto;
  }
  .rank-section {
    margin-top: 120px;
  }
  .rank-section .left {
    top: 110px;
    left: -12px;
  }
  .rank-section .right2 {
    right: -13px;
    bottom: -90px;
    transform: scaleX(-1) rotate(-40deg);
  }
  .rank-section .left2 {
    top: -21px;
    left: 30px;
    transform: scaleX(-1) rotate(45deg);
  }
  .vrank-img {
    position: relative;
    margin-bottom: 50px;
  }
  a.btn-y-txt:hover {
    opacity: 0.8;
  }
  a.btn-y-txt:link,
  a.btn-y-txt:visited,
  a.btn-y-txt:active,
  a.btn-y-txt:focus {
    display: block;
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
  }
  .btn-y {
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    padding: 9px 6px 9px 16px;
    border-radius: 100px;
    background-color: #1d4293;
  }
  .rank-status {
    margin-top: 13px;
  }
  .rank-status-inner {
    flex: 1;
    text-align: center;
  }
  .coupon {
    margin: 0 auto 30px;
    text-align: center;
  }
  .dotted-line {
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-image: radial-gradient(circle, #095ccd 1px, transparent 1px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
  }
  .benefits_inner {
    display: flex;
    align-items: stretch;
    gap: 10px;
  }
  .benefits_inner .left_contents,
  .benefits_inner .right_contents {
    width: 50%;
  }
  .benefits_inner .left_contents {
    margin-right: 30px;
  }
  .benefits_inner .right_contents {
    margin-left: 30px;
  }
  .benefits_inner .left_contents .benefits_text,
  .benefits_inner .left_contents .benefits_image {
    width: 222px;
  }
  .benefits_inner .right_contents .benefits_text {
    width: 263px;
  }
  .benefits_inner .right_contents .benefits_image {
    width: 222px;
  }
  .bonusmission {
    position: relative;
    padding: 0;
    color: #004098;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
  }
  .right3 {
    top: -26px;
    right: -15px;
    width: 50px !important;
    transform: rotate(45deg);
  }
  .bunusmission-contents {
    padding: 0;
    background-color: #fff;
  }
  .bunusmission-txt {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  .bunusmission-check-inner {
    flex: 1;
    text-align: center;
  }
  .bunusmission-check {
    padding: 10px 8px 10px 14px;
    font-size: 16px;
  }
  .rank-section .right {
    top: -14px;
    right: -17px;
  }
  .period {
    position: relative;
  }
  .period .cube .logo.right2 {
    top: 0;
    right: 17px;
  }
  .period .period_lead {
    margin-bottom: 30px;
  }
  .period .period_lead p {
    color: #004098;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
  }
  .period .note {
    margin-top: 25px;
    padding-left: 2em;
    font-size: 13px;
  }
  .period .note p {
    line-height: 1.8;
  }
  .period .note p a {
    color: #203d95;
    text-decoration: underline;
  }
  .period .note p a:hover {
    text-decoration: none;
  }
  .period .note p:last-child {
    margin-bottom: 0;
  }
  .participate {
    position: relative;
  }
  .participate .cube .logo.left2 {
    top: 0;
    left: 30px;
    transform: scaleX(-1) rotate(45deg);
  }
  .participate .step_inner {
    display: flex;
    margin-bottom: 50px;
  }
  .participate .step_inner .step_contents {
    width: 50%;
  }
  .participate .step_inner .step_contents h2 {
    margin-bottom: 30px;
    border-bottom: 2px solid #004098;
    color: #004098;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
  }
  .participate .step_inner .step_contents p {
    font-size: 15px;
    letter-spacing: -0.04em;
    text-align: center;
  }
  .participate .step_inner .step_contents p.image_text {
    font-size: 13px;
    letter-spacing: -0.08em;
  }
  .participate .step_inner .step_contents .vpoint_icon {
    width: 186px;
    margin: 0 auto 40px;
  }
  .participate .step_inner .step_contents .dl_btn,
  .participate .step_inner .step_contents .guide_btn,
  .participate .step_inner .step_contents .mypage_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
  }
  .participate .step_inner .step_contents .dl_btn,
  .participate .step_inner .step_contents .mypage_btn {
    margin-bottom: 25px;
    background-color: #1d4293;
    color: #fff;
  }
  .participate .step_inner .step_contents .guide_btn {
    border: 2px solid #1d4293;
    background-color: #fff;
    color: #1d4293;
  }
  .participate .step_inner .step_contents a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .participate .step_inner .step_contents.left {
    margin-right: 30px;
  }
  .participate .step_inner .step_contents.left p {
    margin-bottom: 40px;
  }
  .participate .step_inner .step_contents.right {
    margin-left: 30px;
  }
  .participate .step_inner .step_contents.right p {
    margin-bottom: 50px;
  }
  .participate .step_inner.area_02 {
    position: relative;
  }
  .participate .step_inner.area_02 .logo.right {
    position: absolute;
    top: -30px;
    right: -26px;
    transform: scaleX(-1) rotate(10deg);
  }
  .participate .step_inner.area_02 .step_contents .vpoint_icon {
    width: 134px;
    margin-bottom: 20px;
  }
  .participate .step_inner.area_02 .step_contents .image_text,
  .participate .step_inner.area_02 .step_contents.left p {
    margin-bottom: 20px;
  }
  .participate .step_inner.area_02 .step_contents.left .mypage_btn {
    margin-bottom: 0;
  }
  .others-menu {
    margin-top: 50px;
  }
  .others-menu .container {
    display: flex;
    padding: 0;
  }
  .others-menu .container .contents {
    width: 50%;
    height: 284px;
    padding: 10px;
    border: 2px solid #004098;
    border-radius: 5px;
    text-align: center;
  }
  .others-menu .container .contents a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 52px;
    margin: 0 auto;
    border-radius: 100px;
    background-color: #1d4293;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
  }
  .others-menu .container .contents a:hover {
    opacity: 0.8;
  }
  .others-menu .container .marker p {
    color: #004098;
  }
  .others-menu .container .marker p span {
    background: linear-gradient(transparent 60%, #ff0 60%);
  }
  .others-menu .container .contents.left {
    margin-right: 20px;
  }
  .others-menu .container .contents.left p {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: -1px;
  }
  .others-menu .container .contents.left p.comment {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
    color: #000;
    font-size: 16px;
  }
  .others-menu .container .contents.left p.comment:before,
  .others-menu .container .contents.left p.comment:after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: "";
  }
  .others-menu .container .contents.left p.comment:before {
    top: 2px;
    left: -12px;
    transform: rotate(-30deg);
    border-left: solid 2px;
  }
  .others-menu .container .contents.left p.comment:after {
    top: 2px;
    right: -12px;
    transform: rotate(30deg);
    border-right: solid 2px;
  }
  .others-menu .container .contents.right {
    margin-left: 20px;
  }
  .others-menu .container .contents.right p {
    margin-top: 20px;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 17.5px;
    line-height: 1.8em;
    letter-spacing: -1px;
  }
  .qa-container .dotted-line .cube img {
    top: -25px;
    left: 100px;
    transform: rotate(0);
  }
  .left3 {
    top: 28px;
    left: -17px;
    transform: rotate(-55deg);
  }
  .qa-section {
    margin-top: 37px;
    border-top: 1px solid #b2b2b2;
  }
  .qa-section > * + * {
    margin-top: 20px;
    border-top: 1px solid #b2b2b2;
  }
  .qa-block .answer {
    display: none;
  }
  .qa-block.vrank-open .answer {
    display: block;
  }
  .question {
    display: flex;
    align-items: baseline;
    cursor: pointer;
  }
  .question .question-label {
    margin-right: 20px;
    color: #000;
    font-weight: 700;
    font-size: 24px;
  }
  .question-text {
    width: 90%;
    padding: 20px 10px 0 0;
    color: #000;
    font-weight: 700;
    font-size: 16px;
  }
  .answer {
    display: block;
    margin-top: 22px;
    overflow: hidden;
  }
  .answer-label {
    margin-right: 20px;
    float: left;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
  }
  .answer-txt {
    display: block;
    overflow: hidden;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.9;
  }
  .answer-txt a {
    color: #203d95;
    text-decoration: underline;
  }
  .answer-txt a:hover {
    text-decoration: none;
  }
  .arrow {
    width: 12px;
    height: 12px;
    transform: translateY(-25%) rotate(45deg);
    border-right: 3px solid #000000;
    border-bottom: 3px solid #000000;
  }
  .qa-block.vrank-open .arrow {
    transform: translateY(25%) rotate(-135deg);
  }
  .attention p {
    margin-top: 27px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.8;
  }
  .attention p a {
    color: #203d95;
    text-decoration: underline;
  }
  .attention p a:hover {
    text-decoration: none;
  }
}
@media (max-width: 960px) {
  .pc-d {
    display: none;
  }
  .sp-d {
    display: block;
  }
  .guide-breadcrumb {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .container {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .kv,
  .kv-img {
    width: 100%;
  }
  .wrap {
    padding: 0 4.29vw 4.29vw;
    background-color: var(--main-bg-color);
  }
  .wrap-inner {
    position: relative;
    padding: 5.71vw;
    background-color: #fff;
  }
  .appdownload {
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4.29vw;
    background-color: #fff100;
    color: #00f;
    --b: 10px;
    --top-from: #ffffbb;
    --top-to: #ffeb82;
    --right-from: #ffdc00;
    --right-to: #ffd700;
    --bottom-from: #ffd100;
    --bottom-to: #ffb700;
    --left-from: #fff04f;
    --left-to: #ffe661;
    border: var(--b) solid transparent;
    background-image: linear-gradient(to right, var(--top-from), var(--top-to)),
      linear-gradient(to bottom, var(--right-from), var(--right-to)), linear-gradient(to right, var(--bottom-from), var(--bottom-to)),
      linear-gradient(to bottom, var(--left-from), var(--left-to)), linear-gradient(45deg, var(--left-from) 50%, var(--top-from) 0),
      linear-gradient(135deg, var(--top-to) 50%, var(--right-from) 0), linear-gradient(225deg, var(--right-to) 50%, var(--bottom-to) 0),
      linear-gradient(315deg, var(--bottom-from) 50%, var(--left-to) 0);
    background-position: left var(--b) top 0, right 0 top var(--b), left var(--b) bottom 0, left 0 top var(--b), left 0 top 0, right 0 top 0,
      right 0 bottom 0, left 0 bottom 0;
    background-size: calc(100% - 2 * var(--b)) var(--b), var(--b) calc(100% - 2 * var(--b)), calc(100% - 2 * var(--b)) var(--b),
      var(--b) calc(100% - 2 * var(--b)), var(--b) var(--b), var(--b) var(--b), var(--b) var(--b), var(--b) var(--b);
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
  }
  .mr-10 {
    margin-right: 1.43vw;
  }
  .appdownload-top {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 2vw;
  }
  .icon-img {
    width: 8.71vw;
    margin: 0 auto;
  }
  .appdownload-txt {
    color: #003c9a;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: -0.21vw;
  }
  .appdownload-txt img {
    width: 100%;
    max-width: 44.86vw;
    margin-left: 1.43vw;
  }
  .appicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.71vw;
    height: 15.71vw;
    padding: 1.14vw 2vw;
    border-radius: 2.29vw;
    background-color: #fff;
    box-shadow: 0.43vw 0.43vw 0.29vw #00000040;
  }
  .download-btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.86vw;
    margin: 0 auto;
    margin-top: 3.57vw;
    margin-bottom: 2.14vw;
    padding: 1.29vw 0.86vw 1.29vw 2.29vw;
    border-radius: 14.29vw;
    background-color: #1d4293;
  }
  .download-inner {
    flex: 1;
    text-align: center;
  }
  a.download-btn-txt,
  a.download-btn-txt:visited,
  a.download-btn-txt:active,
  a.download-btn-txt:focus {
    color: #fff;
    font-weight: 700;
    font-size: 3.71vw;
    text-decoration: none;
  }
  .rank-section .section-title {
    padding-top: 8.57vw;
    background-image: radial-gradient(circle, #095ccd 1px, transparent 1px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
  }
  .rank-section .section-title h2 {
    font-size: 6vw;
  }
  .section-title {
    position: relative;
    margin: 8.57vw 0 5.71vw;
    color: #004098;
    font-weight: 700;
    font-size: 6vw;
    text-align: center;
  }
  .section-lead {
    margin-bottom: 4.29vw;
    color: #004098;
    font-weight: 700;
    font-size: 3.86vw;
    line-height: 1.8;
    letter-spacing: -0.11vw;
    text-align: center;
  }
  .cube .logo {
    position: absolute;
    width: 9.29vw;
    height: auto;
  }
  .rank-section .right {
    top: -2vw;
    right: -2.43vw;
  }
  .rank-section .left {
    top: 37.86vw;
    left: -1.71vw;
  }
  .rank-section .right2 {
    right: -1.86vw;
    bottom: 50vw;
    transform: scaleX(-1) rotate(-40deg);
  }
  .rank-section .left2 {
    top: -4.29vw;
    left: -2.86vw;
    transform: scaleX(-1) rotate(45deg);
  }
  .vrank-img {
    position: relative;
    margin-bottom: 8.57vw;
  }
  a.btn-y-txt:link,
  a.btn-y-txt:visited,
  a.btn-y-txt:active,
  a.btn-y-txt:focus {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    font-size: 2.43vw;
    text-decoration: none;
  }
  .btn-y {
    display: flex;
    align-items: center;
    width: 100%;
    height: 12.29vw;
    margin: 0 auto;
    margin-top: 5.71vw;
    border-radius: 14.29vw;
    background-color: #1d4293;
  }
  .rank-status {
    margin-top: 1.86vw;
  }
  .rank-status-inner {
    flex: 1;
    font-size: 3.71vw;
    text-align: center;
  }
  .coupon {
    margin: 0 auto;
    margin-bottom: 4.29vw;
    text-align: center;
  }
  .dotted-line {
    position: relative;
    height: 2px;
    margin-top: 8.57vw;
    background-image: radial-gradient(circle, #095ccd 1px, transparent 1px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
  }
  .benefits_inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.43vw;
  }
  .benefits_inner .left_contents,
  .benefits_inner .right_contents {
    width: 100%;
  }
  .benefits_inner .left_contents .benefits_text {
    width: 54.43vw;
  }
  .benefits_inner .left_contents .benefits_image {
    width: 51.71vw;
  }
  .benefits_inner .right_contents .benefits_text {
    width: 57.71vw;
  }
  .benefits_inner .right_contents .benefits_image {
    width: 48.29vw;
  }
  .bonusmission {
    position: relative;
    margin-top: 10vw;
    padding: 0;
    color: #004098;
    font-weight: 700;
    font-size: 2.57vw;
    text-align: center;
  }
  .right3 {
    top: -3.71vw;
    right: -2.14vw;
    width: 7.14vw;
    transform: rotate(45deg);
  }
  .bunusmission-contents .cube .right2 {
    top: -4.29vw;
    right: -1.43vw;
    transform: scaleX(1) rotate(50deg);
  }
  .bunusmission-contents {
    padding: 2.86vw 2.14vw 2.14vw;
    background-color: #e5e5e5;
  }
  .bunusmission-contents .inner_sp {
    padding: 5.71vw 2.86vw;
    background-color: #fff;
  }
  .bunusmission-txt {
    color: #000;
    font-weight: 700;
    font-size: 3.71vw;
    line-height: 1.8;
    letter-spacing: -0.11vw;
    text-align: center;
  }
  .bunusmission-check-inner {
    flex: 1;
    text-align: center;
  }
  .bunusmission-check {
    width: 100%;
    height: 16.57vw;
    font-size: 3.71vw;
  }
  .period {
    position: relative;
  }
  .period .section-title h2 {
    letter-spacing: -0.21vw;
  }
  .period .cube .logo.right2 {
    top: 48.57vw;
    right: -2.86vw;
  }
  .period .period_lead {
    margin-bottom: 4.29vw;
  }
  .period .period_lead p {
    color: #004098;
    font-weight: 700;
    font-size: 3.71vw;
    text-align: center;
  }
  .period .note {
    margin-top: 5vw;
    padding-left: 0;
    font-size: 13px;
  }
  .period .note p {
    line-height: 1.8;
  }
  .period .note p a {
    color: #203d95;
    text-decoration: underline;
  }
  .participate {
    position: relative;
  }
  .participate .area_01 .step_contents.right .cube .logo.right {
    top: 4.29vw;
    right: 2.86vw;
    transform: scaleX(1) rotate(-5deg);
  }
  .participate .area_02 .step_contents.right {
    margin-bottom: 0;
  }
  .participate .area_02 .step_contents.right .cube .logo.right {
    top: 2.86vw;
    right: 5.71vw;
    transform: scaleX(1) rotate(50deg);
  }
  .participate .area_02 .step_contents.left .cube .logo.right {
    top: 11.43vw;
    left: 4.29vw;
    transform: scaleX(-1) rotate(10deg);
  }
  .participate .cube .logo.left2 {
    top: 0;
    left: 4.29vw;
    transform: scaleX(-1) rotate(45deg);
  }
  .participate .line-mark {
    position: relative;
    padding-top: 12.14vw;
  }
  .participate .line-mark:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 7.14vw 3.93vw 0 3.93vw;
    border-style: solid;
    border-color: #c6c6c6 transparent transparent transparent;
    content: "";
  }
  .participate .step_inner {
    display: flex;
    flex-direction: column;
  }
  .participate .step_inner .step_contents {
    width: 100%;
    margin-bottom: 5.71vw;
  }
  .participate .step_inner .step_contents h2 {
    margin-bottom: 4.29vw;
    border-bottom: 2px solid #004098;
    color: #004098;
    font-weight: 700;
    font-size: 4.57vw;
    text-align: center;
  }
  .participate .step_inner .step_contents p {
    color: #004098;
    font-weight: 700;
    font-size: 3.71vw;
    line-height: 1.8em;
    letter-spacing: -0.04em;
    text-align: center;
  }
  .participate .step_inner .step_contents p.image_text {
    font-size: 3.71vw;
    letter-spacing: -0.08em;
  }
  .participate .step_inner .step_contents .vpoint_icon {
    width: 24.43vw;
    margin: 0 auto;
    margin-bottom: 5.71vw;
  }
  .participate .step_inner .step_contents .dl_btn,
  .participate .step_inner .step_contents .guide_btn,
  .participate .step_inner .step_contents .mypage_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 67.43vw;
    height: 10.86vw;
    margin: 0 auto;
    border-radius: 14.29vw;
    font-weight: 700;
    font-size: 3.71vw;
  }
  .participate .step_inner .step_contents .dl_btn,
  .participate .step_inner .step_contents .mypage_btn {
    margin-bottom: 5.71vw;
    background-color: #1d4293;
    color: #fff;
  }
  .participate .step_inner .step_contents .guide_btn {
    border: 2px solid #1d4293;
    background-color: #fff;
    color: #1d4293;
  }
  .participate .step_inner .step_contents.left p,
  .participate .step_inner .step_contents.right p {
    margin-bottom: 5.71vw;
  }
  .participate .step_inner.area_02 {
    position: relative;
  }
  .participate .step_inner.area_02 .step_contents .vpoint_icon {
    width: 51.43vw;
  }
  .participate .step_inner.area_02 .step_contents.left .mypage_btn {
    margin-bottom: 0;
  }
  .others-menu {
    margin-top: 8.57vw;
  }
  .others-menu .container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .others-menu .container .contents {
    width: 100%;
    height: auto;
    padding: 5.71vw;
    border: 2px solid #004098;
    border-radius: 0.71vw;
    text-align: center;
  }
  .others-menu .container .contents a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67.43vw;
    height: 10.86vw;
    margin: 0 auto;
    border-radius: 14.29vw;
    background-color: #1d4293;
    color: #fff;
    font-weight: 700;
    font-size: 3.71vw;
    text-align: center;
    text-decoration: none;
  }
  .others-menu .container .marker p {
    color: #004098;
  }
  .others-menu .container .marker p span {
    background: linear-gradient(transparent 60%, #ff0 60%);
  }
  .others-menu .container .contents.left {
    margin-bottom: 5.71vw;
  }
  .others-menu .container .contents.left p {
    margin-bottom: 2.14vw;
    font-weight: 700;
    font-size: 3.71vw;
    line-height: 1.8em;
    letter-spacing: -1px;
  }
  .others-menu .container .contents.left p.comment {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 2.86vw;
    color: #000;
    font-size: 3.71vw;
  }
  .others-menu .container .contents.left p.comment:before,
  .others-menu .container .contents.left p.comment:after {
    position: absolute;
    top: 0;
    height: 4.29vw;
    content: "";
  }
  .others-menu .container .contents.left p.comment:before {
    top: 1.43vw;
    left: -3.14vw;
    transform: rotate(-30deg);
    border-left: solid 0.29vw;
  }
  .others-menu .container .contents.left p.comment:after {
    top: 1.43vw;
    right: -3.14vw;
    transform: rotate(30deg);
    border-right: solid 0.29vw;
  }
  .others-menu .container .contents.right p {
    margin-bottom: 5.71vw;
    font-weight: 700;
    font-size: 3.71vw;
    line-height: 1.8em;
    letter-spacing: -1px;
  }
  .qa-container .dotted-line .cube img {
    top: -5.71vw;
    left: 4.29vw;
    transform: rotate(0);
  }
  .left3 {
    top: 28px;
    left: -17px;
    transform: rotate(-55deg);
  }
  .qa-section {
    margin-top: 37px;
    border-top: 1px solid #b2b2b2;
  }
  .qa-section > * + * {
    margin-top: 20px;
    border-top: 1px solid #b2b2b2;
  }
  .qa-block .answer {
    display: none;
  }
  .qa-block.vrank-open .answer {
    display: block;
  }
  .question {
    display: flex;
    align-items: baseline;
    cursor: pointer;
  }
  .question .question-label {
    margin-right: 20px;
    color: #000;
    font-weight: 700;
    font-size: 24px;
  }
  .question-text {
    width: 90%;
    padding: 20px 10px 0 0;
    color: #000;
    font-weight: 700;
    font-size: 16px;
  }
  .answer {
    display: block;
    margin-top: 22px;
    overflow: hidden;
  }
  .answer-label {
    margin-right: 20px;
    float: left;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
  }
  .answer-txt {
    display: block;
    overflow: hidden;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.9;
  }
  .answer-txt a {
    color: #203d95;
    text-decoration: underline;
  }
  .arrow {
    width: 12px;
    height: 12px;
    transform: translateY(-25%) rotate(45deg);
    border-right: 3px solid #000000;
    border-bottom: 3px solid #000000;
  }
  .qa-block.vrank-open .arrow {
    transform: translateY(25%) rotate(-135deg);
  }
  .attention p {
    margin-top: 27px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.8;
  }
  .attention p a {
    color: #203d95;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .guide-breadcrumb {
    font-family: Helvetica Neue, Arial, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, Hiragino Kaku Gothic ProN, Meiryo,
      sans-serif;
  }
  .guide-breadcrumb ul {
    font-size: 0;
  }
  .guide-breadcrumb li {
    display: inline;
    font-size: 12px;
  }
  .guide-breadcrumb li:after {
    display: inline;
    padding: 0 4px 0 6px;
    content: ">";
    font-size: 12px;
    line-height: 1.8;
  }
  .guide-breadcrumb li:last-child:after {
    display: none;
  }
  .guide-breadcrumb li a {
    color: #203d95;
    line-height: 1.8;
  }
  .guide-breadcrumb li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 575px) {
  .guide-breadcrumb__inner {
    padding: 0 14px;
  }
}
