html body main .contents.page .wrapper section.intro h2 {
  font-size: 2rem;
}
@media screen and (max-width: 575px) {
  html body main .contents.page .wrapper section.intro h2 {
    font-size: 1.7rem;
  }
}
html body main .contents.page .wrapper section.intro picture {
  display: block;
  padding-top: 2rem;
}
html body main .contents.page .wrapper section.intro picture img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
html body main .contents.page .wrapper section.chart .center h2 {
  margin-bottom: 2rem;
}
html body main .contents.page .wrapper section.chart .center h2 span {
  display: block;
}
html body main .contents.page .wrapper section.chart .center h2 span.top {
  font-size: 2rem;
}
@media screen and (max-width: 575px) {
  html body main .contents.page .wrapper section.chart .center h2 span.top {
    font-size: 1.6rem;
  }
}
html body main .contents.page .wrapper section.chart .center h2 span.bottom {
  padding-top: 0.5rem;
}
html body main .contents.page .wrapper section.chart .center .flag {
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 575px) {
  html body main .contents.page .wrapper section.chart .center .flag {
    width: 70%;
  }
}
html body main .contents.page .wrapper section.chart .route1st {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 780px;
  margin: 0 auto;
}
html body main .contents.page .wrapper section.chart .route1st .item {
  flex-basis: 33.3333333333%;
  max-width: 260px;
  display: flex;
  justify-content: center;
}
html body main .contents.page .wrapper section.chart .route1st .item a {
  text-align: center;
  display: block;
  background: #ff6161;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 1.5px 1.5px 4px #808080;
  padding: 1rem;
  margin: 1rem 0.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  width: 100%;
  font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  html body main .contents.page .wrapper section.chart .route1st .item a {
    padding: 0.8rem 0.3rem;
    margin: 1rem 0.2rem;
  }
}
html body main .contents.page .wrapper section.chart .route1st .item a.unselect {
  opacity: 0.5;
}
html body main .contents.page .wrapper section.chart .route1st .item a .yellow {
  color: #FFE163;
  font-size: 1.2rem;
  font-size: clamp(0.938rem, 0.778rem + 0.8vw, 1.375rem);
  vertical-align: bottom;
}
html body main .contents.page .wrapper section.chart .route1st .item a img {
  display: block;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
html body main .contents.page .wrapper section.chart .route1st .item a:hover {
  transition: opacity 250ms !important;
  opacity: 0.75 !important;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem {
  display: none;
  padding-top: 1rem;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.show {
  display: block;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.hide {
  display: none;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem {
  max-width: 780px;
  margin: 0 auto;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem h3 {
    font-size: 5.3vw;
  }
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem h3 img {
  width: 100%;
  max-width: 45px;
}
@media screen and (max-width: 575px) {
  html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem h3 img {
    max-width: 35px;
  }
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem h3 span {
  padding-left: 0.8rem;
}
@media screen and (max-width: 575px) {
  html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem h3 span {
    padding-left: 0.5rem;
  }
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice {
  justify-content: center;
  flex-wrap: wrap;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item {
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item:first-child {
  border-right: 1px solid #808080;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item .flex {
  align-items: center;
  justify-content: center;
  text-align: left;
  flex-wrap: wrap;
  margin: 0 0.5rem;
  flex-wrap: wrap;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item .flex .inItem {
  flex-basis: 50%;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item .flex .inItem:first-child {
  max-width: 120px;
}
@media screen and (max-width: 575px) {
  html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item .flex .inItem:first-child {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 335px) {
  html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item .flex .inItem:first-child {
    flex-basis: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item .flex .inItem:last-child {
    flex-basis: 60%;
  }
}
@media screen and (max-width: 335px) {
  html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item .flex .inItem:last-child {
    flex-basis: 100%;
  }
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item .flex .inItem img {
  width: 100%;
  max-width: 120px;
}
@media screen and (max-width: 335px) {
  html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item .flex .inItem img {
    width: 60%;
  }
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item .flex .inItem p {
  padding-left: 0.5rem;
  line-height: 1.2;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item a {
  border-radius: 9999px;
  box-shadow: 1.5px 1.5px 2px #808080;
  padding: 0.8rem 2rem;
  font-weight: bold;
  width: 80%;
  display: block;
  text-align: center;
  background: #fff;
  color: #ff6161;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item a {
    margin: 1rem auto 0;
  }
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item a:hover {
  transition: 0.3s;
  background: #ff6161;
  color: #fff;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.qItem .choice .item a.select {
  background: #ff6161;
  color: #fff;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .center p {
  font-weight: bold;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .center p.mPlus {
  font-size: 1.5rem;
  letter-spacing: inherit;
  padding-top: 2rem;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .center .triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ff6161;
  margin: 1rem auto;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox .item .stripeBox {
  background: repeating-linear-gradient(135deg, #ffe689, #ffe689 5px, #fff 5px, #fff 10px);
  padding: 5px;
  border-radius: 10px;
  margin: 1rem;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox .item .stripeBox .glitterBox {
  background-image: url(../images/page/money-style/bg-glitter-full.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox .item .stripeBox .glitterBox .aTxt {
  font-size: 2rem;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox .item .stripeBox .glitterBox .btnBox {
  padding: 2rem 0 1rem;
  max-width: 400px;
  margin: 0 auto;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox .item .stripeBox .glitterBox .btnBox .btnArrow {
  text-align: left;
  position: relative;
  display: block;
  padding: 0.8rem 2.5rem 0.8rem 1.5rem;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox .item .stripeBox .glitterBox .btnBox .btnArrow:not(:first-child) {
  margin-top: 1rem;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox .item .stripeBox .glitterBox .btnBox .btnArrow::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox .item .stripeBox .glitterBox .btnBox .btnArrow.green {
  background: #80C76D;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox .item .stripeBox .glitterBox .btnBox .btnArrow.pink {
  background: #ff6161;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox.flex {
  justify-content: center;
  flex-wrap: wrap;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox.flex .item {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox.flex .item {
    flex-basis: 100%;
  }
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox.flex .item:nth-child(odd) .stripeBox .glitterBox {
  background-image: url(../images/page/money-style/bg-glitter-half01.svg);
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .linkBox.flex .item:nth-child(even) .stripeBox .glitterBox {
  background-image: url(../images/page/money-style/bg-glitter-half02.svg);
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .another {
  padding-top: 1rem;
}
html body main .contents.page .wrapper section.chart .route2nd .routeItem.aItem .another p {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}
html body main .contents.page .wrapper section.notes h2 {
  font-weight: normal;
  font-size: 1.2rem;
}

/*# sourceMappingURL=money-style.css.map */