@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

body {
  min-width: 100%;
}
body .inner,
body #fnav {
  width: 100%;
}
body #topicPath {
  width: 100%;
  max-width: 1024px;
  padding: 0 4%;
}
@media screen and (min-width: 768px) {
  body #topicPath {
    padding: 0 20px;
  }
}

#renewal #nav-4 .burger-menu {
  left: inherit;
  right: 15px;
  transform: inherit;
}

@media screen and (max-width: 767px) {
  #renewal {
    overflow-x: hidden;
  }
}
#renewal .l-contents {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: normal;
  letter-spacing: 0.03em;
  padding: 0 4%;
  max-width: 1064px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #renewal .l-contents {
    padding: 0 20px;
  }
}
#renewal .l-contents * {
  box-sizing: border-box;
}
#renewal .l-contents .cmn-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 107.1428571429%;
  font-weight: 600;
  color: #fff;
  line-height: 1.375;
  background: #333;
  min-height: 56px;
  padding: 0.6em 1.4em 0.7em 1em;
  border-radius: 4em;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #renewal .l-contents .cmn-btn {
    text-align: center;
    width: 95%;
    max-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  #renewal .l-contents .cmn-btn {
    display: inline-flex;
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    min-width: 320px;
    width: 100%;
    min-height: 64px;
    padding: 0.4em 3em 0.4em 2.4em;
  }
}
@media screen and (min-width: 768px) {
  #renewal .l-contents .cmn-btn.is-wide {
    min-width: 540px;
  }
  #renewal .l-contents .cmn-btn.is-wide::after {
    right: 1.8em;
  }
}
#renewal .l-contents .cmn-btn::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_arrow_white.svg) no-repeat center bottom/contain;
  margin-left: 1em;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #renewal .l-contents .cmn-btn::after {
    width: 1em;
    height: 1em;
    right: 1.2em;
  }
}
#renewal .l-contents .cmn-btn:hover {
  opacity: 0.8;
}
#renewal .l-contents .cmn-btn:hover::after {
  transform: translate(8px, -50%);
}
@media screen and (min-width: 768px) {
  #renewal .l-contents .cmn-btn-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #renewal .l-contents .cmn-btn-list li:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  #renewal .l-contents .cmn-btn-list li {
    padding: 0 0.7em;
  }
}
@media screen and (min-width: 768px) {
  #renewal .l-contents .cmn-btn br {
    display: none;
  }
}

div#footer {
  display: block !important;
  font-size: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.l-main {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-main-banner-pc {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }
  .l-main-banner-pc img {
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main-banner-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-main-banner-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-main-banner-sp {
    display: block;
    margin: 20px 20px 20px;
  }
  .l-main-banner-sp img {
    width: 100%;
    height: auto;
  }
}

.home-mv img {
  width: 100%;
}

.main-bottom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .main-bottom {
    width: 100%;
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-bottom {
    width: 96%;
  }
}

.home-banner {
  max-width: 1100px;
  margin: 0 auto;
}

.home-plus {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-plus {
    width: 60%;
    margin: 50px auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .home-plus {
    width: calc(100% - 40px);
    margin: 20px;
  }
}

.home-latestnews {
  display: flex;
  justify-self: center;
}
@media screen and (max-width: 767px) {
  .home-latestnews {
    width: 100%;
    margin-top: 0;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 768px) {
  .home-latestnews {
    border-radius: 10px;
    overflow: hidden;
    margin: 40px auto;
    width: 1024px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-latestnews {
    width: 90% !important;
    margin: 40px auto;
  }
}
.home-latestnews > * {
  min-height: 100px;
}
@media screen and (min-width: 768px) {
  .home-latestnews > * {
    min-height: 40px;
  }
}
.home-latestnews-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 114.2857142857%;
  font-weight: 600;
  color: #333333;
  background: #ed99ab;
  padding: 0.4em 0;
}
@media screen and (max-width: 767px) {
  .home-latestnews-heading {
    min-width: 4.4em;
  }
}
@media screen and (min-width: 768px) {
  .home-latestnews-heading {
    font-size: clamp(142.8571428571%, 2.4vw, 171.4285714286%);
    width: 20%;
    max-width: 180px;
  }
}
.home-latestnews-list {
  flex: 1;
  display: flex;
  padding: 0 1.4em;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .home-latestnews-list {
    align-items: center;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .home-latestnews-list {
    padding: 0 2em;
    border-radius: 0 1em 1em 0;
  }
}
@media screen and (max-width: 767px) {
  .home-latestnews-list dl {
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .home-latestnews-list dl {
    display: flex;
    align-items: center;
  }
}
.home-latestnews-list dt,
.home-latestnews-list dd {
  font-size: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .home-latestnews-list dt,
  .home-latestnews-list dd {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
    padding: 1em 0;
    margin-top: -0.15em;
  }
}
.home-latestnews-list dt {
  font-weight: 600;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .home-latestnews-list dd {
    margin-top: 0.1em;
  }
}
#renewal .home-latestnews-list a {
  color: #111111;
  transition: 0.4s;
}
#renewal .home-latestnews-list a:hover {
  border-color: transparent;
}

.home-anchor {
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .home-anchor {
    margin-top: 0;
  }
}
.home-anchor::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fad2dd;
}
.home-anchor > * {
  position: relative;
}
.home-anchor-list {
  width: 100%;
  padding: 2.6em 0 3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-anchor-list {
    display: flex;
    width: calc(100% + 1.3em);
    padding: 2.5em 0;
    margin: 0 -0.65em;
  }
}
.home-anchor-list::before, .home-anchor-list::after {
  content: "";
  display: block;
  width: 8em;
  height: 35%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .home-anchor-list::before, .home-anchor-list::after {
    top: 0;
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .home-anchor-list::before, .home-anchor-list::after {
    width: 10.5em;
    bottom: 0.4em;
    height: 150%;
  }
}
.home-anchor-list li {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-anchor-list li {
    margin-top: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .home-anchor-list li {
    width: 25%;
    padding: 0 0.65em;
  }
}
.home-anchor-list li:first-child {
  margin-top: 0;
}
.home-anchor-list li:last-child a::after {
  transform: translateY(-50%) rotate(-90deg);
}
.home-anchor-list a {
  display: flex;
  align-items: center;
  font-size: 128.5714285714%;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  min-height: 3.4em;
  position: relative;
  background: #fff;
  padding: 0 2.5em 0 1.1em;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-anchor-list a {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
    min-height: 5em;
    padding: 0 2.8em 0 1.6em;
  }
}
.home-anchor-list a::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_arrow_lightpink.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .home-anchor-list a::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .home-anchor-list br {
    display: block !important;
  }
}

.home-what {
  padding: 70px 0 90px;
  overflow-y: clip;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .home-what {
    padding: 70px 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-what {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-what {
    padding: 0;
  }
}
.home-what::before, .home-what::after {
  content: "";
  display: block;
  width: 28%;
  height: 14em;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home-what::before, .home-what::after {
    width: 26%;
    max-width: 280px;
    height: 23em;
  }
}
.home-what::before {
  left: 10%;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/what/what_title_koko.svg) no-repeat 0 bottom/contain;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .home-what::before {
    left: -15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-what::before {
    left: -7%;
  }
}
.home-what::after {
  right: 10%;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/what/what_title_kokusai.svg) no-repeat 0 bottom/contain;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .home-what::after {
    right: -15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-what::after {
    right: -6%;
  }
}
.home-what-kokuban {
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/what/what_kokuban_pc.jpg) no-repeat top center #365c49;
  background-size: cover;
  padding: 50px 50px 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-what-kokuban {
    width: 108.6956521739%;
    max-width: none;
    margin-left: -4.347826087%;
    margin-right: -4.347826087%;
    background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/what/what_kokuban_tablet.jpg) no-repeat top center #365c49;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .home-what-kokuban {
    width: 108.6956521739%;
    max-width: none;
    margin-left: -4.347826087%;
    margin-right: -4.347826087%;
    background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/what/what_kokuban_sp.jpg) no-repeat top center #365c49;
    background-size: cover;
    padding: 0 25px 70px;
  }
}
.home-what-kokuban {
  /*border: 10px solid #804F00;
  padding:0 0 50px;*/
}
.home-what-box {
  position: relative;
}
.home-what-box::before {
  content: "";
  display: block;
  width: 100vw;
  height: 110%;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/what/what_quesition.svg) no-repeat top right 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .home-what-box::before {
    background-size: contain;
    left: 0;
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .home-what-box::before {
    background-size: 25% auto;
    left: 0;
    top: 10px;
  }
}
.home-what-box::after {
  content: "";
  display: block;
  width: 100vw;
  height: 250%;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/what/what_bg.jpg) no-repeat top center #365c49;
  background-size: 100% auto;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translatex(-50%);
  z-index: -1;
}
.home-what-box-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-what-box-inner {
    padding: 0 0 3em;
  }
}
@media screen and (max-width: 767px) {
  .home-what-box-inner {
    padding: 3em 0 0;
  }
}
.home-what-heading {
  font-size: 171.4285714286%;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-what-heading {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
.home-what-txt {
  font-size: 114.2857142857%;
  line-height: 1.6;
  margin: 0.8em 0 0;
}
@media screen and (min-width: 768px) {
  .home-what-txt {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    text-align: center;
    line-height: 1.8;
    margin-top: 30px;
  }
}
.home-what-recommend {
  width: 57%;
  max-width: 600px;
  position: relative;
  border: 4px solid #fff;
  padding: 1em 1em 1em;
  border-radius: 10px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .home-what-recommend {
    padding: 30px 20px 30px;
    margin-top: 0em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-what-recommend {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home-what-recommend {
    width: 100%;
    border: 3px solid #fff;
    margin: 2.5em 0 1em;
    padding: 1.5em 1.5em 1.5em;
    border-radius: 10px;
  }
}
#renewal .home-what-recommend-heading {
  font-size: 157.1428571429%;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #renewal .home-what-recommend-heading {
    font-size: clamp(142.8571428571%, 2vw, 171.4285714286%);
  }
}
.home-what-recommend-list {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .home-what-recommend-list {
    margin-top: 0.5em;
  }
}
.home-what-recommend-list-wrap {
  display: flex;
  justify-content: center;
}
.home-what-recommend-list li {
  font-size: 128.5714285714%;
  padding-left: 2.4em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-what-recommend-list li {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
    padding-left: 2.7em;
  }
}
@media screen and (max-width: 767px) {
  .home-what-recommend-list li {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
    padding-left: 1.9em;
  }
}
.home-what-recommend-list li:nth-child(n+2) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .home-what-recommend-list li:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .home-what-recommend-list li:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
.home-what-recommend-list li::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/what/what_check.svg) no-repeat center bottom/contain;
}
@media screen and (min-width: 768px) {
  .home-what-recommend-list li::before {
    width: 1.4em;
    height: 1.4em;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .home-what-recommend-list li::before {
    width: 1.4em;
    height: 1.4em;
  }
}
.home-what-movie {
  width: 40%;
  margin: 0;
  max-width: 600px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-what-movie {
    width: 100%;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .home-what-movie {
    width: 100%;
    margin: 30px 0 5em;
  }
}
.home-what-movie-caption {
  margin-top: 10px;
  text-align: center;
  font-size: clamp(92.8571428571%, 1.3vw, 107.1428571429%);
}
.home-what-movie .home-movie-box {
  width: 100% !important;
  margin: 0 !important;
}
.home-what-box-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-what-box-flex {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .home-what-box-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}

.home-rate {
  position: relative;
  margin-top: 0;
  padding: 100px 0 0;
  overflow-y: clip;
}
@media screen and (min-width: 768px) {
  .home-rate {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-rate {
    padding: 30px 0 0;
  }
}
.home-rate::before {
  content: "";
  display: block;
  width: 100vw;
  height: 110%;
  background: #f0f9fd;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .home-rate::before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-rate::before {
    height: 100%;
  }
}
.home-rate-inner {
  padding-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-rate-inner {
    padding-bottom: 60px;
  }
}
.home-rate-inner::before, .home-rate-inner::after {
  content: "";
  display: block;
  width: 8em;
  height: 8em;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .home-rate-inner::before, .home-rate-inner::after {
    width: 16em;
    height: 16em;
  }
}
.home-rate-inner > * {
  position: relative;
}
.home-rate-heading {
  font-size: 171.4285714286%;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-rate-heading {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
.home-rate-subheading {
  font-size: 114.2857142857%;
  font-weight: 600;
  text-align: center;
  margin-top: 1.4em;
}
@media screen and (min-width: 768px) {
  .home-rate-subheading {
    font-size: clamp(142.8571428571%, 2.4vw, 171.4285714286%);
  }
}
.home-rate-img {
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .home-rate-img {
    margin-top: 0.8em;
  }
}
.home-rate-btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .home-rate-btn {
    margin-top: 40px;
  }
}

.home-point {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
}
@media screen and (min-width: 768px) {
  .home-point {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-point {
    padding: 50px 0 30px;
  }
}
.home-point::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #fdf2f5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.home-point::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -99px;
  transform: translateX(-50%);
  width: 100vw;
  height: 100px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fdf2f5;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-point::after {
    height: 50px;
    bottom: -49px;
  }
}
.home-point-heading {
  padding-bottom: 0;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-point-heading {
    padding-bottom: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .home-point-heading {
    line-height: 1.1;
  }
}
.home-point-heading::after {
  content: "";
  display: block;
  width: 10em;
  height: 10.6em;
  position: absolute;
  bottom: 0em;
  right: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/point/point_koko_kokusai.png) no-repeat 0 0/contain;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .home-point-heading::after {
    width: 25%;
    height: 14em;
    bottom: 1.2em;
    background-position: 0 bottom;
  }
}
@media screen and (max-width: 767px) {
  .home-point-heading::after {
    bottom: -15px;
  }
}
.home-point-heading > span {
  display: block;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .home-point-heading > span {
    line-height: 1.45;
  }
}
.home-point-heading > span:nth-child(1) {
  font-size: 171.4285714286%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .home-point-heading > span:nth-child(1) {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
@media screen and (max-width: 767px) {
  .home-point-heading > span:nth-child(1) {
    padding: 0 0 6px;
  }
}
.home-point-heading > span:nth-child(2) {
  font-size: 128.5714285714%;
  padding-bottom: 1.2em;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .home-point-heading > span:nth-child(2) {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    padding-bottom: 0.5em;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .home-point-heading > span:nth-child(2) {
    font-size: 100%;
    line-height: 1.2;
  }
}
.home-point-anchor {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -0.5em 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-point-anchor {
    margin: 1.8em -0.7em 0;
  }
}
.home-point-anchor > * {
  position: relative;
}
.home-point-anchor-link {
  display: block;
  text-align: center;
  width: 50%;
  padding: 0 0.5em;
  margin-top: 1.3em;
  transition: 0.4s;
  cursor: pointer;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .home-point-anchor-link {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .home-point-anchor-link {
    width: 16.6666666667%;
    padding: 0 0.3em;
    margin-top: 1.6em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-point-anchor-link {
    width: 33.3333333333%;
  }
}
.home-point-anchor-link:hover {
  opacity: 0.8;
}
.home-point-anchor-item {
  position: relative;
  overflow: visible;
}
.home-point-anchor-item.is-noicon::after {
  display: none;
}
.home-point-anchor-item::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_arrow_lightpink.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .home-point-anchor-item::after {
    width: 20px;
    height: 20px;
    bottom: -12px;
    transform: translateX(-50%);
  }
}
.home-point-anchor dt {
  font-size: 92.8571428571%;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.06em;
  background: #ffe600;
  padding: 0.41em 1em;
  border-radius: 0.4em 0.4em 0 0;
}
@media screen and (min-width: 768px) {
  .home-point-anchor dt {
    font-size: clamp(100%, 2.4vw, 128.5714285714%);
    padding: 0.25em 1em;
  }
}
.home-point-anchor dd {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  min-height: 4.5em;
  background: #fff;
  border-radius: 0 0 0.4em 0.4em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-point-anchor dd {
    min-height: 7.9em;
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .home-point-anchor dd {
    padding: 0 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .home-point-anchor span,
  .home-point-anchor sup {
    letter-spacing: 0.05em;
  }
}
.home-point-anchor span.is-font1,
.home-point-anchor sup.is-font1 {
  font-size: 128.5714285714%;
  font-weight: 700;
  color: #d4113b;
}
@media screen and (min-width: 768px) {
  .home-point-anchor span.is-font1,
  .home-point-anchor sup.is-font1 {
    font-size: clamp(135.7142857143%, 2.6vw, 157.1428571429%);
  }
}
.home-point-anchor span.is-font2,
.home-point-anchor sup.is-font2 {
  font-size: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .home-point-anchor span.is-font2,
  .home-point-anchor sup.is-font2 {
    font-size: clamp(100%, 2.4vw, 128.5714285714%);
  }
}
.home-point-anchor span.is-font3,
.home-point-anchor sup.is-font3 {
  font-size: 92.8571428571%;
  font-weight: 700;
  color: #d4113b;
}
@media screen and (min-width: 768px) {
  .home-point-anchor span.is-font3,
  .home-point-anchor sup.is-font3 {
    font-size: clamp(92.8571428571%, 1.4vw, 107.1428571429%);
  }
}
.home-point-anchor span.is-font4,
.home-point-anchor sup.is-font4 {
  font-size: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .home-point-anchor span.is-font4,
  .home-point-anchor sup.is-font4 {
    font-size: clamp(85.7142857143%, 1.4vw, 114.2857142857%);
  }
}
.home-point-anchor span.is-font5,
.home-point-anchor sup.is-font5 {
  font-size: 128.5714285714%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .home-point-anchor span.is-font5,
  .home-point-anchor sup.is-font5 {
    font-size: clamp(135.7142857143%, 2.6vw, 157.1428571429%);
  }
}
.home-point-anchor span.is-font6,
.home-point-anchor sup.is-font6 {
  position: relative;
  top: -1em;
}
@media screen and (max-width: 767px) {
  .home-point-anchor span.is-font6,
  .home-point-anchor sup.is-font6 {
    font-size: 50%;
  }
}
.home-point-child {
  padding: 0 1.5em 1.5em;
  position: relative;
  margin-top: 2.3em;
}
@media screen and (min-width: 768px) {
  .home-point-child {
    padding: 0 0 2em 9em;
    margin-top: 5em;
  }
}
.home-point-child:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .home-point-child:nth-of-type(n + 2) {
    margin-top: 3.8em;
  }
}
.home-point-child::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 1.6em);
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .home-point-child::before {
    width: 96%;
    height: calc(100% - 1.9em);
    border-radius: 2em;
  }
}
@media screen and (min-width: 768px) {
  .home-point-child-row {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .home-point-child-col:nth-child(1) {
    flex: 1;
    padding-right: 1em;
  }
}
@media screen and (min-width: 768px) {
  .home-point-child-col:nth-child(2) {
    width: 21%;
  }
}
.home-point-child-heading {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 100% !important;
}
@media screen and (max-width: 767px) {
  .home-point-child-heading {
    text-align: left;
    line-height: 1.25;
  }
}
.home-point-child-heading-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.3em;
  height: 5.3em;
  text-align: center;
  background: #ffe600;
  border-radius: 5em;
}
@media screen and (max-width: 767px) {
  .home-point-child-heading-icon {
    margin: 0 0 0.4em -25px;
    width: 4em;
    height: 4em;
  }
}
@media screen and (min-width: 768px) {
  .home-point-child-heading-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.2em;
    height: 7.2em;
  }
}
.home-point-child-heading-icon span span {
  color: #333;
  display: block;
  line-height: 1.05;
}
.home-point-child-heading-icon span span:nth-child(1) {
  font-size: 71.4285714286%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .home-point-child-heading-icon span span:nth-child(1) {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
  }
}
.home-point-child-heading-icon span span:nth-child(2) {
  font-size: 171.4285714286%;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .home-point-child-heading-icon span span:nth-child(2) {
    font-size: clamp(235.7142857143%, 3.3vw, 271.4285714286%);
  }
}
.home-point-child-heading .is-font1 {
  font-size: 200%;
  font-weight: 700;
  color: #d4113b;
}
@media screen and (min-width: 768px) {
  .home-point-child-heading .is-font1 {
    font-size: clamp(214.2857142857%, 3vw, 257.1428571429%);
  }
}
@media screen and (max-width: 767px) {
  .home-point-child-heading .is-font1 {
    text-align: left;
  }
}
.home-point-child-heading .is-font2 {
  font-size: 142.8571428571%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .home-point-child-heading .is-font2 {
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
  }
}
.home-point-child-heading .is-font3 {
  font-size: 114.2857142857%;
  font-weight: 700;
  color: #d4113b;
}
@media screen and (min-width: 768px) {
  .home-point-child-heading .is-font3 {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.home-point-child-heading .is-font4 {
  font-size: 142.8571428571%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .home-point-child-heading .is-font4 {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.home-point-child-heading .is-font5 {
  font-size: 200%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .home-point-child-heading .is-font5 {
    font-size: clamp(214.2857142857%, 3vw, 257.1428571429%);
  }
}
.home-point-child-heading .is-font6 {
  font-size: 62.1428571429%;
  font-weight: 700;
  position: relative;
  top: -1.6em;
  left: -0.2em;
}
@media screen and (min-width: 768px) {
  .home-point-child-heading .is-font6 {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
    top: -0.9em;
    left: 0em;
  }
}
.home-point-child-txt {
  font-size: 100%;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0.85em;
}
.renewal-top .home-point-child-txt {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .home-point-child-txt {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
    line-height: 1.6;
    margin-top: 0.75em;
  }
}
.home-point-child-txt.is-small {
  font-size: 100%;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .home-point-child-txt.is-small {
    margin-bottom: -0.5em;
  }
}
@media screen and (min-width: 768px) {
  .home-point-child-txt.is-small {
    font-size: clamp(85.7142857143%, 1.2vw, 100%);
    margin-top: 0.3em;
  }
}
@media (min-width: 550px) {
  .home-point-child-txt.is-small br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home-point-child-img {
    text-align: center;
    padding: 0 2%;
    margin-top: -1em;
    width: 30%;
    max-width: 120px;
    position: absolute;
    top: 30px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .home-point-child-img.is-point01 {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-point-child-img.is-point02 {
    right: -5px;
  }
}
@media screen and (max-width: 767px) {
  .home-point-child-img.is-point03 {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home-point-child-img.is-point05 {
    top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .home-point-child-img.is-point06 {
    position: relative;
    top: 2.3em;
  }
}
@media screen and (max-width: 767px) {
  .home-point-child-img.is-point06 {
    top: 70px;
  }
}
.home-point-btn {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .home-point-btn {
    margin-top: 40px;
  }
}

#renewal .font-pink {
  display: inline;
  color: #db3458;
  font-weight: 900;
  font-size: 171.4285714286%;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  #renewal .font-pink {
    font-size: clamp(142.8571428571%, 2.5vw, 171.4285714286%);
  }
}
@media screen and (max-width: 767px) {
  #renewal .font-pink {
    font-size: 128.5714285714%;
    letter-spacing: 0.02em;
    line-height: 1.1;
  }
}

.home-lineup {
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .home-lineup {
    padding-bottom: 40px;
    margin-top: clamp(160px, 16%, 200px);
  }
}
.home-lineup-heading {
  position: relative;
}
.home-lineup-heading::after {
  content: "";
  display: block;
  width: 10em;
  height: 10.6em;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/lineup/lineup_koko_kokusai.svg) no-repeat 0 0/contain;
  transform: translateY(3%);
}
@media screen and (min-width: 768px) {
  .home-lineup-heading::after {
    width: 25%;
    height: 13em;
    transform: translateY(32%);
    background-position: 0 bottom;
  }
}
@media screen and (max-width: 767px) {
  .home-lineup-heading::after {
    bottom: -50px;
  }
}
.home-lineup-heading > span {
  display: block;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .home-lineup-heading > span {
    line-height: 1.45;
  }
}
.home-lineup-heading > span:nth-child(1) {
  font-size: 200%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .home-lineup-heading > span:nth-child(1) {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
.home-lineup-lead {
  font-size: 128.5714285714%;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .home-lineup-lead {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    padding-bottom: 1.65em;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .home-lineup-lead {
    font-size: 92.8571428571%;
    padding-bottom: 1em;
    margin-top: 0.3em;
  }
}
.home-lineup .is-fluctuation10 {
  background: #fdf2f5;
  border: 1px solid #ed2891;
  border-radius: 0.5em;
  margin-top: 22px;
}
.home-lineup .is-fixed5 {
  background: #f0f9fd;
  border: 1px solid #00aeef;
  border-radius: 0.5em;
  margin-top: 22px;
}
.home-lineup .is-fixed3 {
  background: #fff0e0;
  border: 1px solid #f5821f;
  border-radius: 0.5em;
  margin-top: 22px;
}
.home-lineup-sp-trigger {
  font-size: 142.8571428571%;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 0.7em 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-lineup-sp-trigger {
    display: none;
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.home-lineup-sp-trigger::after {
  content: "";
  display: block;
  background: #8d8d8d;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
  border-radius: 2em;
}
.home-lineup-sp-trigger span {
  display: block;
  position: relative;
}
.home-lineup-sp-trigger span::before, .home-lineup-sp-trigger span::after {
  content: "";
  display: block;
  width: 3px;
  height: 0.8em;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0.5em;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .home-lineup-sp-trigger span::before, .home-lineup-sp-trigger span::after {
    width: 4px;
    height: 1.7em;
  }
}
.home-lineup-sp-trigger span::before {
  transform: translateY(-50%) rotate(90deg);
}
.home-lineup-sp-trigger span::after {
  transform: translateY(-50%);
}
.home-lineup-sp-trigger.is-active span::after {
  transform: translateY(-50%) rotate(90deg);
}
.home-lineup-tablewrap {
  position: relative;
  margin: 0 15px 15px;
}
@media screen and (max-width: 767px) {
  .home-lineup-sp-trigger-wrap:nth-of-type(n + 2) .home-lineup-tablewrap {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-tablewrap {
    height: 603px;
    overflow: hidden;
    margin-top: 3.6em;
    transition: 0.6s;
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-tablewrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 73px;
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.4s;
    opacity: 1;
  }
}
.home-lineup-tablewrap.is-active::before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .home-lineup-table {
    margin-top: 16px;
    background: #fff;
  }
}
.home-lineup-table thead th,
.home-lineup-table thead td {
  text-align: center;
  padding: 0.8em 0;
}
@media screen and (min-width: 768px) {
  .home-lineup-table thead th,
  .home-lineup-table thead td {
    padding: 1.3em 0;
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-table thead img {
    max-width: 180px;
  }
}
.home-lineup-table tbody tr {
  height: 2.7em;
}
@media screen and (min-width: 768px) {
  .home-lineup-table tbody tr {
    height: 5.25em;
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-table tbody tr:nth-child(1) > * {
    height: 7em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-table tbody tr:nth-child(n+5) {
    height: 4.2em;
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-table tbody tr:nth-last-child(2) {
    height: 6.2em;
  }
}
@media screen and (max-width: 767px) {
  .home-lineup-table tbody tr:last-child {
    height: 3.8em;
  }
}
.home-lineup-table th,
.home-lineup-table td {
  text-align: center;
  padding: 0 1em;
  border: 1px solid #707070;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .home-lineup-table th,
  .home-lineup-table td {
    line-height: 1.28;
    padding: 0 0.6em;
  }
}
.home-lineup-table th {
  font-size: 92.8571428571%;
}
@media screen and (min-width: 768px) {
  .home-lineup-table th {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
  }
}
.home-lineup-table th:first-child {
  font-weight: 600;
  background: #f5f5f5;
  width: 124px;
}
.home-lineup-table td {
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .home-lineup-table td {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
@media screen and (min-width: 768px) {
  .home-lineup-table td {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
  }
}
.home-lineup-table .is-fz28 {
  font-size: 114.2857142857%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .home-lineup-table .is-fz28 {
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
  }
}
.home-lineup-table .is-fz24 {
  font-size: 114.2857142857%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .home-lineup-table .is-fz24 {
    font-size: clamp(142.8571428571%, 2.4vw, 171.4285714286%);
  }
}
.home-lineup-table .is-fz20 {
  font-size: 142.8571428571%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .home-lineup-table .is-fz20 {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.home-lineup-table .is-fz18 {
  font-size: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home-lineup-table .is-fz18 {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
  }
}
.home-lineup-table .is-bold {
  font-weight: bold;
}
.home-lineup-table sup {
  display: inline-block;
  font-size: 53.5714285714%;
  vertical-align: top;
  margin-top: 0.3em;
  margin-left: 0.2em;
}
.home-lineup-table sup.is-th-sup {
  margin-top: 0;
}
.home-lineup-table .is-bg1 {
  background: #fdf2f5;
}
.home-lineup-table .is-bg2 {
  background: #f0f9fd;
}
.home-lineup-table .is-bg3 {
  background: #fff0e0;
}
@media screen and (max-width: 767px) {
  .home-lineup-table img {
    display: block;
    width: 48%;
    margin: 0 auto;
  }
}
.home-lineup-btn {
  display: inline-flex;
  font-size: 71.4285714286%;
  font-weight: 600;
  padding: 0.75em 3em 0.75em 1.4em;
  position: relative;
  color: #fff !important;
  background: #333;
  border-radius: 2em;
  margin-top: 1.1em;
}
@media screen and (min-width: 768px) {
  .home-lineup-btn {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
    padding: 0.26em 2em 0.26em 1em;
    margin-top: 0.8em;
  }
}
.home-lineup-btn::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.4s;
  width: 1.2em;
  height: 1.2em;
  top: 50%;
  right: 1em;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_arrow_white.svg) no-repeat center center/contain;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .home-lineup-btn::after {
    width: 0.7em;
    height: 0.7em;
    right: 0.6em;
  }
}
.home-lineup-btn:hover {
  opacity: 0.7 !important;
}
.home-lineup-btn:hover::before {
  background: rgba(255, 255, 255, 0.4);
}
.home-lineup-btn:hover::after {
  transform: translate(8px, -50%);
}
.home-lineup-trigger {
  width: 4em;
  height: 4em;
  background: #8d8d8d;
  border-radius: 3em;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home-lineup-trigger {
    display: none;
  }
}
.home-lineup-trigger:hover {
  opacity: 0.7;
}
.home-lineup-trigger::before, .home-lineup-trigger::after {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 1.15em;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .home-lineup-trigger::before, .home-lineup-trigger::after {
    right: 1.85em;
    width: 4px;
    height: 1.7em;
  }
}
.home-lineup-trigger::before {
  transform: translateY(-50%) rotate(90deg);
}
.home-lineup-trigger::after {
  transform: translateY(-50%);
}
.is-active .home-lineup-trigger::after {
  transform: translateY(-50%) rotate(90deg);
}
.home-lineup-list {
  counter-reset: note;
  margin-top: 1.8em;
}
@media screen and (min-width: 768px) {
  .home-lineup-list {
    margin-top: 1.8em;
  }
}
.home-lineup-list li {
  display: flex;
  font-size: 92.8571428571%;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .home-lineup-list li {
    font-size: 100%;
  }
}
.home-lineup-list li::before {
  counter-increment: note;
  content: "※" counter(note) " ";
  margin-right: 0.5em;
}

.home-specialtalk {
  display: block;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .home-specialtalk {
    margin-top: clamp(50px, 8%, 80px);
  }
}

.home-prefecture47 {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .home-prefecture47 {
    margin-top: clamp(30px, 4.5%, 45px);
  }
}

.home-simulation {
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-simulation {
    padding: 30px 6% 60px;
    margin: 0 -5.5% 0;
  }
}
@media screen and (min-width: 768px) {
  .home-simulation {
    padding: 50px 0 130px;
    margin-top: 0;
  }
}
.home-simulation::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f0f9fd;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home-simulation::before {
    top: 0;
  }
}
.home-simulation-heading {
  text-align: center;
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .home-simulation-heading {
    line-height: 1.45;
  }
}
.home-simulation-heading {
  font-size: 171.4285714286%;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .home-simulation-heading {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
@media screen and (max-width: 767px) {
  .home-simulation-heading {
    padding: 0 0 6px;
  }
}
.home-simulation-heading .font-large {
  font-size: 128.5714285714%;
}
@media screen and (min-width: 768px) {
  .home-simulation-heading .font-large {
    font-size: clamp(128.5714285714%, 1.8vw, 171.4285714286%) !important;
  }
}
.home-simulation-lead {
  font-size: 128.5714285714%;
  text-align: center;
  padding-bottom: 1.2em;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .home-simulation-lead {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    padding-bottom: 1.6em;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .home-simulation-lead {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
    padding-bottom: 1em;
    margin-top: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .home-simulation-row {
    display: flex;
    margin: 10px -3% 0;
  }
}
.home-simulation-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  .home-simulation-col {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .home-simulation-col {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .home-simulation-col:nth-child(2) {
    margin-top: 38px;
  }
}
.home-simulation-box {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 1.3em 1.3em 0;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  border-radius: 10px;
  background: #eee;
}
@media screen and (min-width: 768px) {
  .home-simulation-box {
    padding: 1.5em 2em 0;
    border-width: 3px;
    border-radius: 16px;
  }
}
.home-simulation-box.is-purchase {
  background: #fff;
  border-color: #d4113b;
}
.home-simulation-box.is-realization {
  background: #fff;
  border-color: #114d72;
}
.home-simulation-box-flex {
  display: flex;
  justify-content: space-between;
}
.home-simulation-img {
  width: 30%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .home-simulation-img {
    width: 30%;
    margin: 0 10px 0 0;
  }
}
.home-simulation-txt {
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .home-simulation-txt {
    width: 65%;
    margin: 0;
  }
}
#renewal .home-simulation-subheading {
  font-size: 128.5714285714%;
  line-height: 1.2;
  margin-top: 0.6em;
}
@media screen and (min-width: 768px) {
  #renewal .home-simulation-subheading {
    font-size: clamp(128.5714285714%, 2.4vw, 157.1428571429%);
    margin-top: 0.5em;
  }
}
.is-purchase .home-simulation-subheading {
  color: #d4113b;
}
.is-realization .home-simulation-subheading {
  color: #114d72;
}
@media screen and (min-width: 768px) {
  .home-simulation-subheading br {
    display: none;
  }
}
.home-simulation-txt02 {
  font-size: 100%;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .home-simulation-txt02 {
    line-height: 1.4;
  }
}
.home-simulation-link {
  display: inline-block;
  font-size: 92.8571428571%;
  font-weight: 600;
  width: 100%;
  max-width: 200px;
  background: #d4113b;
  color: #fff !important;
  padding: 0.8em 1em;
  border-radius: 3em;
  margin: 0 auto;
  position: relative;
  transform: translateY(50%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-simulation-link {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
    max-width: 240px;
    padding: 0.65em 1em;
  }
}
.home-simulation-link::before, .home-simulation-link::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.4s;
}
.home-simulation-link::before {
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 102%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .home-simulation-link::before {
    height: 100%;
  }
}
.home-simulation-link::after {
  width: 1em;
  height: 1em;
  top: 50%;
  right: 1em;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_arrow_white.svg) no-repeat center bottom/contain;
  transform: translate(0, -50%);
}
.home-simulation-link:hover {
  opacity: 1 !important;
}
.home-simulation-link:hover::before {
  background: rgba(255, 255, 255, 0.4);
}
.home-simulation-link:hover::after {
  transform: translate(8px, -50%);
}
.home-simulation .is-realization .home-simulation-link {
  background-color: #114d72 !important;
}
.home-simulation-attention {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-simulation-col {
    align-items: stretch;
  }
  .home-simulation-box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .home-simulation-box-flex {
    flex: 1 1 auto;
  }
  .home-simulation-link {
    margin-top: auto;
    margin-bottom: 0;
    transform: translateY(50%);
  }
}

.home-howto {
  position: relative;
  margin-top: clamp(75px, 10%, 110px);
}
@media screen and (max-width: 767px) {
  .home-howto {
    margin-top: 50px;
  }
}
.home-howto::before, .home-howto::after {
  content: "";
  display: block;
  position: absolute;
}
.home-howto::before {
  width: 45%;
  height: 6%;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/how/how_img.png) no-repeat 0 0/contain;
  top: -50px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .home-howto::before {
    width: 25%;
    height: 15%;
  }
}
@media screen and (max-width: 767px) {
  .home-howto::before {
    width: 35%;
    height: 6%;
    top: -10px;
  }
}
.home-howto-child-inner {
  border-left: 5px solid #fad2dd;
  border-right: 5px solid #fad2dd;
  border-bottom: 5px solid #fad2dd;
  padding: 1em 4em 4em;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .home-howto-child-inner {
    padding: 0.5em 1.5em 0em;
    border-left: 3px solid #fad2dd;
    border-right: 3px solid #fad2dd;
    border-bottom: 3px solid #fad2dd;
    border-radius: 0 0 10px 10px;
  }
}
.home-howto-heading {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .home-howto-heading {
    line-height: 1.45;
  }
}
.home-howto-heading {
  font-size: 171.4285714286%;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .home-howto-heading {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
@media screen and (max-width: 767px) {
  .home-howto-heading {
    padding: 0 0 6px;
  }
}
.home-howto-heading .font-large {
  font-size: 128.5714285714%;
}
@media screen and (min-width: 768px) {
  .home-howto-heading .font-large {
    font-size: clamp(128.5714285714%, 1.8vw, 171.4285714286%) !important;
  }
}
.home-howto-lead {
  font-size: 128.5714285714%;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .home-howto-lead {
    padding-bottom: 1em;
    border-bottom: 1px solid #d5d5d5;
    font-size: 92.8571428571%;
  }
}
@media screen and (min-width: 768px) {
  .home-howto-lead {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    margin-top: 0.8em;
  }
}
#renewal .home-howto-subheading {
  font-size: 142.8571428571%;
  padding: 15px 0 5px;
  margin-top: 1.4em;
  text-align: center;
  background: #fad2dd;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 768px) {
  #renewal .home-howto-subheading {
    padding: 20px 0 10px;
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
  }
}
@media screen and (max-width: 767px) {
  #renewal .home-howto-subheading {
    border-radius: 10px 10px 0 0;
  }
}
.home-howto-grandchild {
  padding: 0 0 2.3em 0em;
  position: relative;
  margin-top: 1.8em;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (min-width: 768px) {
  .home-howto-grandchild {
    padding: 0 0 2.8em 9em;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .home-howto-grandchild {
    border-bottom: none;
  }
}
.home-howto-grandchild:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .home-howto-grandchild:nth-of-type(n + 2) {
    margin-top: 2.6em;
  }
}
.home-howto-grandchild:last-child {
  border-bottom: none;
}
.home-howto-grandchild:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-howto-grandchild::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 25px solid #58c2dd;
    border-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 100%);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #58c2dd;
  }
}
@media screen and (min-width: 768px) {
  .home-howto-grandchild-row {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .home-howto-grandchild-col:nth-child(1) {
    flex: 1;
    padding-right: 1.4em;
  }
}
@media screen and (min-width: 768px) {
  .home-howto-grandchild-col:nth-child(2) {
    width: 26.6%;
  }
}
.home-howto-grandchild-heading {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 100% !important;
}
@media screen and (max-width: 767px) {
  .home-howto-grandchild-heading {
    line-height: 1.1;
    display: flex;
    align-items: center;
  }
}
.home-howto-grandchild-heading-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  text-align: center;
  background: #d4113b;
  border-radius: 0.8em;
  position: absolute;
  top: -0.2em;
}
@media screen and (max-width: 767px) {
  .home-howto-grandchild-heading-icon {
    left: 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .home-howto-grandchild-heading-icon {
    left: 0;
    width: 7.2em;
    height: 7.2em;
  }
}
.home-howto-grandchild-heading-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 48%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/how/howto_arrow.svg) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .home-howto-grandchild-heading-icon::after {
    height: 65%;
    background-size: 38%;
    display: none;
  }
}
#step04 .home-howto-grandchild-heading-icon::after {
  display: none;
}
.home-howto-grandchild-heading-icon span span {
  color: #fff;
  display: block;
  line-height: 1.05;
}
.home-howto-grandchild-heading-icon span span:nth-child(1) {
  font-size: 100%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .home-howto-grandchild-heading-icon span span:nth-child(1) {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
  }
}
.home-howto-grandchild-heading-icon span span:nth-child(2) {
  font-size: 200%;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .home-howto-grandchild-heading-icon span span:nth-child(2) {
    font-size: clamp(235.7142857143%, 3.3vw, 271.4285714286%);
  }
}
.home-howto-grandchild-heading-txt {
  font-size: 142.8571428571%;
  line-height: 1.4;
  width: 80%;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
@media screen and (min-width: 768px) {
  .home-howto-grandchild-heading-txt {
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
    width: auto;
  }
}
.home-howto-grandchild-txt {
  font-size: 114.2857142857%;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 0.9em;
}
@media screen and (min-width: 768px) {
  .home-howto-grandchild-txt {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
    line-height: 1.6;
  }
}
.home-howto-grandchild-txt.is-small {
  font-size: 100%;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .home-howto-grandchild-txt.is-small {
    margin-top: 0.3em;
  }
}
#renewal .home-howto-grandchild-link {
  display: inline-block;
  font-size: 114.2857142857%;
  color: #114d72 !important;
  border-bottom: 1px solid #114d72;
  transition: 0.4s;
  margin-top: 0.7em;
}
@media screen and (min-width: 768px) {
  #renewal .home-howto-grandchild-link {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
  }
}
#renewal .home-howto-grandchild-link::after {
  display: inline-block;
  margin-left: 0.3em;
}
@media screen and (min-width: 768px) {
  #renewal .home-howto-grandchild-link::after {
    margin-left: 0.4em;
  }
}
#renewal .home-howto-grandchild-link:hover {
  opacity: 1;
  border-color: transparent;
}
.home-howto-grandchild-img {
  background: #fff;
  border-radius: 1.2em;
  overflow: hidden;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .home-howto-grandchild-img {
    aspect-ratio: 1.8/1;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    margin-top: 1.2em;
  }
  .home-howto-grandchild-img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

.home-faq {
  margin-top: 0px;
  padding-bottom: 38px;
  position: relative;
  overflow-y: clip;
}
@media screen and (min-width: 768px) {
  .home-faq {
    margin-top: 20px;
    padding-bottom: clamp(80px, 12.5%, 130px);
  }
}
.home-faq > * {
  position: relative;
}
.home-faq::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f5f5f5 url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/faq/faq_bg.jpg) no-repeat center 0;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .home-faq::before {
    top: 6.5em;
    background: #f5f5f5 url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/faq/faq_bg.jpg) no-repeat center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .home-faq::before {
    top: 5.3em;
  }
}
.home-faq-heading {
  text-align: center;
  position: relative;
  padding-left: 1.4em;
  padding-bottom: 0.9em;
  padding-top: 4em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-faq-heading {
    padding-left: 0.6em;
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .home-faq-heading {
    padding-bottom: 3.1em;
  }
}
.home-faq-heading::before, .home-faq-heading::after {
  content: "";
  display: block;
  width: 24%;
  height: 16em;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .home-faq-heading::before, .home-faq-heading::after {
    width: 20%;
  }
}
.home-faq-heading::before {
  left: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/faq/faq_koko.svg) no-repeat 0 bottom/contain;
}
@media screen and (min-width: 768px) {
  .home-faq-heading::before {
    left: 2em;
  }
}
.home-faq-heading::after {
  right: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/faq/faq_kokusai.svg) no-repeat 0 bottom/contain;
}
@media screen and (min-width: 768px) {
  .home-faq-heading::after {
    right: 2em;
  }
}
.home-faq-heading span {
  display: block;
  letter-spacing: 0.02em;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .home-faq-heading span {
    line-height: 1.45;
  }
}
.home-faq-heading span:nth-child(1) {
  font-size: 171.4285714286%;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .home-faq-heading span:nth-child(1) {
    font-size: clamp(214.2857142857%, 3.3vw, 314.2857142857%);
    line-height: 1.454;
  }
}
.home-faq-heading span:nth-child(2) {
  font-size: 171.4285714286%;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .home-faq-heading span:nth-child(2) {
    font-size: clamp(357.1428571429%, 5vw, 428.5714285714%);
    line-height: 1.454;
  }
}
.home-faq-heading .font-large {
  font-size: 171.4285714286%;
}
@media screen and (min-width: 768px) {
  .home-faq-heading .font-large {
    font-size: clamp(357.1428571429%, 5vw, 428.5714285714%) !important;
  }
}
.home-faq-box {
  background: #fff;
  padding: 2em 1.3em 2em;
  border: 3px solid #b7e4f0;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .home-faq-box {
    padding: 3.5em 3.5em 2.5em;
    border-width: 5px;
    border-radius: 1.5em;
  }
}
.home-faq-unit {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1.1em;
  margin-bottom: 1.1em;
}
@media screen and (min-width: 768px) {
  .home-faq-unit {
    padding-bottom: 1.6em;
    margin-bottom: 1.5em;
  }
}
.home-faq-unit-question {
  display: flex;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
.home-faq-unit-question:hover {
  opacity: 0.7;
}
.home-faq-unit-question::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: #d5d5d5;
  border-radius: 3em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .home-faq-unit-question::after {
    width: 4em;
    height: 4em;
  }
}
.home-faq-unit-question > div {
  display: flex;
  width: 100%;
  padding-right: 3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-faq-unit-question > div {
    padding-right: 5em;
  }
}
.home-faq-unit-question > div::before, .home-faq-unit-question > div::after {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 1.15em;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .home-faq-unit-question > div::before, .home-faq-unit-question > div::after {
    right: 1.85em;
    width: 4px;
    height: 1.7em;
  }
}
.home-faq-unit-question > div::before {
  transform: translateY(-50%) rotate(90deg);
}
.home-faq-unit-question > div::after {
  transform: translateY(-50%);
}
.is-active .home-faq-unit-question > div::after {
  transform: translateY(-50%) rotate(90deg);
}
.home-faq-unit-question span {
  display: flex;
  align-items: center;
  min-height: 1.8em;
}
.home-faq-unit-question span:nth-child(1) {
  justify-content: flex-end;
  width: 40px;
  height: 40px;
  font-size: 114.2857142857%;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  text-align: right;
  position: relative;
  background: #1f7f96;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .home-faq-unit-question span:nth-child(1) {
    font-size: clamp(142.8571428571%, 2.6vw, 171.4285714286%);
    width: 50px;
    height: 50px;
  }
}
.home-faq-unit-question span:nth-child(2) {
  flex: 1;
  font-size: 114.2857142857%;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 0.7em;
}
@media screen and (max-width: 767px) {
  .home-faq-unit-question span:nth-child(2) {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .home-faq-unit-question span:nth-child(2) {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    padding-left: 1.2em;
  }
}
.home-faq-unit-answer {
  display: none;
}
.home-faq-unit-answer > div {
  display: flex;
  width: 100%;
  margin-top: 1em;
}
.home-faq-unit-answer span:nth-child(1) {
  width: 40px;
  height: 40px;
  font-size: 114.2857142857%;
  font-weight: 700;
  color: #fff;
  background: #d4113b;
  letter-spacing: 0.02em;
  position: relative;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .home-faq-unit-answer span:nth-child(1) {
    font-size: clamp(142.8571428571%, 2.6vw, 171.4285714286%);
    width: 50px;
    height: 50px;
  }
}
.home-faq-unit-answer span:nth-child(2) {
  flex: 1;
  font-size: 100%;
  padding-left: 0.7em;
}
@media screen and (min-width: 768px) {
  .home-faq-unit-answer span:nth-child(2) {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
  }
}
.home-faq-unit-answer span:nth-child(2) a {
  color: #114d72;
}
.home-faq-ttl {
  text-align: center;
  font-size: clamp(185.7142857143%, 2.6vw, 214.2857142857%);
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .home-faq-ttl {
    margin-top: 1em;
    margin-bottom: -10px;
    font-size: 128.5714285714%;
  }
}
.home-faq-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.8em 0 0;
  position: relative;
  margin: 0 -0.4em;
}
@media screen and (min-width: 768px) {
  .home-faq-list {
    padding: 2.2em 0 0;
    margin: 0 -1%;
  }
}
.home-faq-list::before, .home-faq-list::after {
  content: "";
  display: block;
  width: 8em;
  height: 35%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .home-faq-list::before, .home-faq-list::after {
    top: 0;
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .home-faq-list::before, .home-faq-list::after {
    width: 10.5em;
    bottom: 0.4em;
    height: 150%;
  }
}
.home-faq-list li {
  width: 50%;
  padding: 0 0.4em;
  position: relative;
  z-index: 1;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .home-faq-list li {
    width: 33.3333333333%;
    padding: 0 1%;
    margin-top: 2%;
  }
}
.home-faq-list a {
  display: flex;
  align-items: center;
  font-size: 92.8571428571%;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  min-height: 3.4em;
  position: relative;
  background: #fff;
  padding: 0 1em;
  border: 2px solid #bfe7f8;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-faq-list a {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
    min-height: 4.5em;
    padding: 0 1.3em;
    border-width: 4px;
  }
}
.home-faq-list a::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_arrow_lightblue.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .home-faq-list a::after {
    width: 1.5em;
    height: 1.5em;
    right: 1em;
  }
}

.home-news {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .home-news {
    padding-top: clamp(70px, 10%, 100px);
  }
}
.home-news-heading {
  font-size: 171.4285714286%;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-news-heading {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
.home-news-box {
  padding: 0.8em 1.6em 2em;
  border: 1px solid #8d8d8d;
  border-radius: 10px;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .home-news-box {
    padding: 1.4em 3em 3.5em;
    border-radius: 1.5em;
    margin-top: 1.8em;
  }
}
.home-news dl {
  max-width: 800px;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-news dl {
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .home-news dl {
    display: flex;
  }
}
.home-news dl dt,
.home-news dl dd {
  font-size: 114.2857142857%;
}
@media screen and (min-width: 768px) {
  .home-news dl dt,
  .home-news dl dd {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
    padding: 1.8em 0;
  }
}
.home-news dl dt {
  font-weight: 600;
  padding-right: 3em;
}
@media screen and (max-width: 767px) {
  .home-news dl dd {
    margin-top: 0.1em;
  }
}
.home-news dl a {
  transition: 0.4s;
}
.home-news dl a:hover {
  border-color: transparent;
}

.home-special {
  margin-top: 65px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-special {
    margin-top: clamp(70px, 10%, 110px);
  }
}
.home-special::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f0f9fd;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .home-special::before {
    top: 15px;
  }
}
.home-special > * {
  position: relative;
}
.home-special-heading {
  text-align: center;
  position: relative;
}
.home-special-heading::before {
  content: "";
  display: block;
  width: 100vw;
  height: 88%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home-special-heading::before {
    height: 86%;
  }
}
.home-special-heading span {
  display: block;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .home-special-heading span {
    margin-top: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .home-special-heading span {
    line-height: 1.45;
  }
}
.home-special-heading span:nth-child(1) {
  font-size: 171.4285714286%;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .home-special-heading span:nth-child(1) {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
.home-special-lead {
  font-size: 92.8571428571%;
  text-align: center;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .home-special-lead {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    margin-top: 0.6em;
  }
}
@media (min-width: 576px) {
  .home-special-lead br {
    display: none;
  }
}
.home-special-row {
  margin-top: 2.5em;
  position: relative;
  padding-bottom: clamp(150px, 46%, 185px);
}
@media screen and (max-width: 767px) {
  .home-special-row {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .home-special-row {
    display: flex;
    padding-bottom: clamp(70px, 10%, 100px);
    margin-top: 3.7em;
  }
}
.home-special-row::before, .home-special-row::after {
  content: "";
  display: block;
  width: 33.5%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .home-special-row::before, .home-special-row::after {
    max-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .home-special-row::before, .home-special-row::after {
    width: 20%;
  }
}
.home-special-row::before {
  left: 50%;
  bottom: -15px;
  transform: translateX(-115%);
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/special/special_koko.svg) no-repeat 0 bottom/contain;
}
@media screen and (min-width: 768px) {
  .home-special-row::before {
    left: 0;
    bottom: -30px;
    transform: translateX(-110%);
  }
}
.home-special-row::after {
  right: 50%;
  bottom: -15px;
  transform: translateX(115%);
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/special/special_kokusai.svg) no-repeat 0 bottom/contain;
}
@media screen and (min-width: 768px) {
  .home-special-row::after {
    right: 0;
    bottom: -30px;
    transform: translateX(110%);
  }
}
.home-special-col {
  padding: 0 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .home-special-col {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .home-special-col {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-special-col:nth-child(n+2) {
    margin-top: 1em;
  }
}
.home-special-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d4113b;
  border-radius: 1em;
  position: relative;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .home-special-link {
    border-radius: 10px;
    padding: 10px 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  .home-special-link {
    min-height: 14.3em;
    border-width: 3px;
  }
}
.home-special-link::before, .home-special-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 55%);
  width: 2.9em;
  height: 2.9em;
}
@media screen and (max-width: 767px) {
  .home-special-link::before, .home-special-link::after {
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    left: 95%;
    transform: translate(-50%, -50%);
  }
}
.home-special-link::before {
  background: #db3458;
  border: 2px solid #fff;
  border-radius: 5em;
}
.home-special-link::after {
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/special/special_icon_arrow.svg) no-repeat 55% center/26% auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home-special-unit {
    padding-bottom: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .home-special-unit {
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.home-special-unit dt,
.home-special-unit dd {
  font-size: 114.2857142857%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-special-unit dt,
  .home-special-unit dd {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
  }
}
@media screen and (max-width: 767px) {
  .home-special-unit dt,
  .home-special-unit dd {
    text-align: left;
  }
}
.home-special-unit dt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-special-unit dt {
    width: 25% !important;
    margin-right: 10px;
  }
}
.home-special-unit dt span.is-period {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  background: #333;
  min-width: 6em;
  min-height: 1.5em;
  padding: 0.12em 0.2em;
  border-radius: 2em;
}
@media screen and (max-width: 767px) {
  .home-special-unit dt span.is-period {
    font-size: 85.7142857143%;
  }
}
@media screen and (min-width: 768px) {
  .home-special-unit dt span.is-period {
    padding: 0.25em 1em;
    min-height: 1.8em;
  }
}
.home-special-unit dt span.is-icon {
  display: inline-block;
  min-height: 1.8em;
  width: 3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-special-unit dt span.is-icon {
    width: 2.5em;
    min-height: 1em;
  }
}
@media screen and (min-width: 768px) {
  .home-special-unit dt span.is-icon {
    width: 5em;
  }
}
.home-special-unit dt span.is-icon img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-40%, 30%);
}
@media screen and (max-width: 767px) {
  .home-special-unit dt span.is-icon img {
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 768px) {
  .home-special-unit dt span.is-icon img {
    transform: translate(-40%, 10%);
  }
}
@media screen and (max-width: 767px) {
  .home-special-unit dd {
    width: 65% !important;
  }
}
.home-special-unit dd .is-txt {
  display: block;
  font-size: 185.7142857143%;
  font-weight: 600;
  color: #d4113b;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .home-special-unit dd .is-txt {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .home-special-unit dd .is-txt {
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
    margin-top: 0.35em;
  }
}
.home-special-unit dd {
  line-height: 1.4;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .home-special-unit dd {
    font-size: 92.8571428571%;
  }
}

.home-movie {
  position: relative;
  padding-bottom: 50px;
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .home-movie {
    padding-bottom: clamp(40px, 7%, 60px);
    margin-top: 100px;
  }
}
.home-movie-heading {
  text-align: center;
  position: relative;
}
.home-movie-heading::before {
  content: "";
  display: block;
  width: 100vw;
  height: 60%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .home-movie-heading::before {
    height: 60%;
  }
}
.home-movie-heading span {
  display: block;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
.home-movie-heading span:nth-child(1) {
  font-size: 171.4285714286%;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .home-movie-heading span:nth-child(1) {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
.home-movie-lead {
  font-size: 100%;
  text-align: center;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .home-movie-lead {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    margin-top: 0.6em;
  }
}
@media (min-width: 576px) {
  .home-movie-lead br {
    display: none;
  }
}
.home-movie-carousel {
  padding: 0 0 4em;
  border-radius: 1em;
  margin-top: 0.5em;
  position: relative;
}
.renewal-top .home-movie-carousel {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .renewal-top .home-movie-carousel {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .renewal-top .home-movie-carousel {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .home-movie-carousel {
    padding: 1em 0 6.5em;
    border-radius: 2em;
    margin-top: 3em;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .home-movie-carousel::before, .home-movie-carousel::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fdf2f5;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .home-movie-carousel::before {
    left: 0;
    transform: translateX(100%);
  }
  .home-movie-carousel::after {
    right: 0;
    transform: translateX(-100%);
  }
}
.home-movie-box {
  cursor: pointer;
  transition: opacity 0.2s;
  box-sizing: border-box;
  padding: 0 !important;
}
.renewal-top .home-movie-box {
  width: clamp(340px, 24.5vw, 520px);
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  .renewal-top .home-movie-box {
    width: min(82vw, 360px);
    margin: 0 6px;
  }
}
.home-movie-box:hover {
  opacity: 0.6;
}
.renewal-top .home-movie-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-movie-caption {
  font-size: 100%;
  font-weight: 500;
  text-align: center;
  padding: 0 5px;
  margin-top: 1em;
  line-height: 1.42;
}
@media screen and (min-width: 768px) {
  .home-movie-caption {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
    margin-top: 1.2em;
  }
}
.home-movie-btn {
  margin-top: 1.6em;
}
@media screen and (min-width: 768px) {
  .home-movie-btn {
    margin-top: 3em;
  }
}
@media screen and (min-width: 768px) {
  .home-movie-btn a {
    min-width: 460px;
  }
}
@media screen and (min-width: 768px) {
  .home-movie-prev, .home-movie-next {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .renewal-top .home-movie-prev, .renewal-top .home-movie-next {
    transform: translate(0, -85%) !important;
  }
}
.home-movie-prev img, .home-movie-next img {
  width: 36px;
}
@media screen and (min-width: 768px) {
  .home-movie-prev img, .home-movie-next img {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .home-movie-prev {
    transform: translate(-50%, -102%) !important;
  }
}
@media screen and (max-width: 767px) {
  .home-movie-next {
    transform: translate(50%, -102%) !important;
  }
}
.home-movie-video .fixed-video-panel {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  transition: 0.7s;
}
.home-movie-video .fixed-video-panel:not(.open) {
  opacity: 0;
  pointer-events: none;
}
.home-movie-video .fixed-video-panel > .close-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 188, 195, 0.5);
}
.home-movie-video .fixed-video-panel .screen {
  position: relative;
  margin: auto;
  z-index: 2;
  max-width: 920px;
  width: 95%;
}
.home-movie-video .fixed-video-panel .screen .close-pane {
  position: absolute;
  z-index: 10;
  top: 2%;
  right: 2%;
  width: 30px;
  height: 30px;
  background-color: white;
  cursor: pointer;
}
.home-movie-video .fixed-video-panel .screen .close-pane i {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-color: #000000;
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
}
.home-movie-video .fixed-video-panel .screen .close-pane i:nth-child(2) {
  transform: rotate(-45deg);
}
.home-movie-video .fixed-video-panel .screen video {
  display: block;
  width: 100%;
  height: auto;
}
.home-movie-video .fixed-video-panel .screen iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .home-movie-video .fixed-video-panel[data-id-numeber="5"] .screen {
    max-width: none;
    width: auto;
    max-height: 90vh;
    height: 90vh;
  }
}
@media screen and (min-width: 768px) {
  .home-movie-video .fixed-video-panel[data-id-numeber="5"] .screen video {
    width: auto;
    height: 100%;
    max-height: 90vh;
  }
}
.home-movie-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-65%) !important;
}
@media screen and (min-width: 768px) {
  .home-movie-prev {
    transform: translateY(-59%) !important;
  }
}
@media screen and (max-width: 767px) {
  .renewal-top .home-movie-prev {
    transform: translateY(-100%) !important;
  }
}
.home-movie-prev img.on {
  position: relative;
  opacity: 1;
}
.home-movie-prev img.off {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.home-movie-prev.slick-disabled {
  pointer-events: none;
}
.home-movie-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-65%) !important;
}
@media screen and (min-width: 768px) {
  .home-movie-next {
    transform: translateY(-59%) !important;
  }
}
.renewal-top .home-movie-next {
  transform: translateY(-100%) !important;
}
.home-movie-next img.on {
  position: relative;
  opacity: 1;
}
.home-movie-next img.off {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.home-movie-next.slick-disabled {
  pointer-events: none;
}

.home-promotion-archive {
  display: block;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .home-promotion-archive {
    margin-top: 90px;
  }
}

.c-sns {
  padding: 55px 0 35px;
}
@media screen and (min-width: 768px) {
  .c-sns {
    padding: 90px 0 70px;
  }
}
.c-sns-heading {
  font-size: 128.5714285714%;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-sns-heading {
    font-size: clamp(100%, 1.4vw, 128.5714285714%);
  }
}
.c-sns-widget {
  position: relative;
  margin: 1.5em auto 0;
  min-height: 350px;
}
.c-sns-widget::before {
  content: "";
  display: block;
  width: 100vw;
  height: 90%;
  background: #000;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -20%);
}
@media screen and (min-width: 768px) {
  .c-sns-widget::before {
    height: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.c-sns-widget > * {
  position: relative;
}
.c-sns-widget .twitter-timeline {
  width: 80vw !important;
  max-width: 648px !important;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-sns-widget .twitter-timeline {
    width: 60vw !important;
  }
}
.c-sns-widget .follow {
  display: none;
}
.c-sns-list {
  display: flex;
  justify-content: center;
  margin-top: 3.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-sns-list {
    max-width: 550px;
    margin: 20px auto 150px;
  }
}
.c-sns-list::before, .c-sns-list::after {
  content: "";
  display: block;
  width: 25%;
  max-width: 130px;
  height: 350%;
  position: absolute;
  bottom: 100%;
}
@media screen and (min-width: 768px) {
  .c-sns-list::before, .c-sns-list::after {
    width: 15%;
    max-width: 180px;
    bottom: 0;
  }
}
.c-sns-list::before {
  left: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/sns/sns_kokusai.svg) no-repeat center bottom/contain;
  transform: translate(15%, 0);
}
@media screen and (max-width: 767px) {
  .c-sns-list::before {
    left: 50px;
    bottom: -180px;
    transform: translate(15%, -14%);
  }
}
.c-sns-list::after {
  right: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/sns/sns_koko.svg) no-repeat center bottom/contain;
  transform: translate(-15%, 0);
}
@media screen and (max-width: 767px) {
  .c-sns-list::after {
    right: 50px;
    bottom: -180px;
    transform: translate(-15%, -14%);
  }
}
.c-sns-list li {
  padding: 0 3%;
}
@media screen and (min-width: 768px) {
  .c-sns-list li {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-list li img {
    width: 42px;
  }
}

.home-bottom-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transform: translateY(120%);
  transition: transform 0.4s ease;
}
.home-bottom-navigation.is-hide {
  transform: translateY(120%);
}
.home-bottom-navigation.is-display {
  transform: translateY(0);
}
.home-bottom-navigation ul {
  position: relative;
  display: flex;
}
.home-bottom-navigation ul li {
  position: relative;
  width: 33.3333333333%;
  background-color: #fff;
}
.home-bottom-navigation ul li a {
  display: block;
  padding: 25px 10px;
  display: grid;
  align-items: baseline;
  justify-content: center;
  transition: none !important;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.home-bottom-navigation ul li a:hover {
  opacity: 1 !important;
}
.home-bottom-navigation ul li a p {
  font-weight: 900;
  position: relative;
  font-size: 142.8571428571%;
}
@media screen and (min-width: 768px) {
  .home-bottom-navigation ul li a p {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.home-bottom-navigation ul li a p span {
  font-size: 125%;
}
.home-bottom-navigation ul li a p:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  right: -5px;
  width: 26.5px;
  height: 26.5px;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_arrow_common01.svg) no-repeat center center;
  background-size: 100%;
}
.home-bottom-navigation ul li:last-child a {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .home-bottom-navigation {
    transform: translateY(50%);
  }
  .home-bottom-navigation.is-display {
    box-shadow: 0 -12px 10px -2px rgba(128, 128, 128, 0.25);
  }
  .home-bottom-navigation ul li a {
    padding: 5%;
  }
  .home-bottom-navigation ul li a p {
    position: unset;
    display: grid;
    text-align: center;
    font-size: 85.7142857143%;
  }
  .home-bottom-navigation ul li a p::after {
    position: absolute;
    top: 10%;
    bottom: 0;
    right: 5%;
    margin: auto;
    width: 14px;
    height: 14px;
  }
  .home-bottom-navigation ul li a p span {
    font-size: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer .pagetop.is-fixed {
    bottom: 33vw;
  }
}
@media screen and (min-width: 768px) {
  .renewal-top .footer .pagetop.is-fixed {
    bottom: 103px !important;
  }
}

.bgg-purchase-box--3 {
  margin-bottom: 90px !important;
}

.bgg-purchase-box--4 {
  margin-bottom: 0 !important;
}

.shinmado-mv img {
  width: 100%;
}

.shinmado-anchor {
  position: relative;
}
.shinmado-anchor::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #e4eba6;
}
.shinmado-anchor > * {
  position: relative;
}
.shinmado-anchor-list {
  width: 100%;
  padding: 2.6em 0 3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-anchor-list {
    display: flex;
    justify-content: center;
    padding: 2.5em 0;
  }
}
.shinmado-anchor-list::before, .shinmado-anchor-list::after {
  content: "";
  display: block;
  width: 8em;
  height: 40%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .shinmado-anchor-list::before, .shinmado-anchor-list::after {
    top: 0;
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-anchor-list::before, .shinmado-anchor-list::after {
    width: 11.5em;
    bottom: 0.4em;
    height: 150%;
  }
}
.shinmado-anchor-list li {
  padding: 0 0.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .shinmado-anchor-list li {
    margin-top: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-anchor-list li {
    width: 33.3333333333%;
  }
}
.shinmado-anchor-list li:first-child {
  margin-top: 0;
}
.shinmado-anchor-list a {
  display: flex;
  align-items: center;
  font-size: 128.5714285714%;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  min-height: 3.4em;
  position: relative;
  background: #fff;
  padding: 0 2.5em 0 1.1em;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-anchor-list a {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
    min-height: 5em;
    padding: 0 2.8em 0 1.8em;
  }
}
.shinmado-anchor-list a::after {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/icon_arrow_green.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .shinmado-anchor-list a::after {
    width: 1.5em;
    height: 1.5em;
    right: 1.2em;
  }
}

.shinmado-what {
  padding: 70px 0 90px;
  overflow-y: clip;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .shinmado-what {
    padding: 70px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-what {
    padding: 0;
  }
}
.shinmado-what::before, .shinmado-what::after {
  content: "";
  display: block;
  width: 10em;
  height: 15em;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .shinmado-what::before, .shinmado-what::after {
    width: 30%;
    max-width: 330px;
    height: 25em;
  }
}
.shinmado-what::before {
  left: 10%;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/what/what_title_koko.svg) no-repeat 0 bottom/contain;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .shinmado-what::before {
    left: -13%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shinmado-what::before {
    left: -7%;
  }
}
.shinmado-what::after {
  right: 10%;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/what/what_title_kokusai.svg) no-repeat 0 bottom/contain;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .shinmado-what::after {
    right: -10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shinmado-what::after {
    right: -6%;
  }
}
.shinmado-what-kokuban {
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/what/what_kokuban_pc.jpg) no-repeat top center #365c49;
  background-size: 100% auto;
  padding: 0 0 8.6%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shinmado-what-kokuban {
    width: 108.6956521739%;
    max-width: none;
    margin-left: -4.347826087%;
    margin-right: -4.347826087%;
    background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/what/what_kokuban.png) no-repeat top center #365c49;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-what-kokuban {
    width: 108.6956521739%;
    max-width: none;
    margin-left: -4.347826087%;
    margin-right: -4.347826087%;
    background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/what/what_kokuban_sp.jpg) no-repeat top center #365c49;
    background-size: cover;
    padding: 0 0 8.8%;
  }
}
.shinmado-what-kokuban {
  /*border: 10px solid #804F00;
  padding:0 0 50px;*/
}
.shinmado-what-box {
  position: relative;
}
.shinmado-what-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/what/what_quesition.svg) no-repeat top right 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .shinmado-what-box::before {
    background-size: contain;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-what-box::before {
    background-size: 25% auto;
    left: 0;
  }
}
.shinmado-what-box::after {
  content: "";
  display: block;
  width: 100vw;
  height: 150%;
  background: #f5f5f5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatex(-50%);
  z-index: -1;
}
.shinmado-what-box-inner {
  padding: 3em 2em 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-what-box-inner {
    padding: 3em 2em;
  }
}
.shinmado-what-heading {
  font-size: 171.4285714286%;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shinmado-what-heading {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
.shinmado-what-txt {
  font-size: 114.2857142857%;
  line-height: 1.4;
  max-width: 868px;
  margin: 0.8em auto 0;
}
@media screen and (min-width: 768px) {
  .shinmado-what-txt {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    text-align: center;
    line-height: 1.8;
    margin-top: 0.5em;
  }
}
.shinmado-what-recommend {
  max-width: 660px;
  position: relative;
  border: 4px solid #fff;
  padding: 2em 1.9em 3em;
  border-radius: 16px;
  margin: 0 auto 0;
}
@media screen and (min-width: 768px) {
  .shinmado-what-recommend {
    padding: 2em 1.9em 3em;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-what-recommend {
    border: 3px solid #fff;
    margin: 2.5em 20px 6em;
    padding: 1.5em 1.5em 1.5em;
    border-radius: 10px;
  }
}
#renewal .shinmado-what-recommend-heading {
  font-size: 157.1428571429%;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #renewal .shinmado-what-recommend-heading {
    font-size: clamp(185.7142857143%, 2.6vw, 214.2857142857%);
  }
}
.shinmado-what-recommend-list {
  margin-top: 1.3em;
}
.shinmado-what-recommend-list-wrap {
  display: flex;
  justify-content: center;
}
.shinmado-what-recommend-list li {
  font-size: 128.5714285714%;
  padding-left: 2.4em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-what-recommend-list li {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    padding-left: 2.7em;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-what-recommend-list li {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
    padding-left: 1.9em;
  }
}
.shinmado-what-recommend-list li:nth-child(n+2) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .shinmado-what-recommend-list li:nth-child(n+2) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-what-recommend-list li:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
.shinmado-what-recommend-list li::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/what/what_check.svg) no-repeat center bottom/contain;
}
@media screen and (min-width: 768px) {
  .shinmado-what-recommend-list li::before {
    width: 1.9em;
    height: 1.9em;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .shinmado-what-recommend-list li::before {
    width: 1.4em;
    height: 1.4em;
  }
}

.shinmado-point {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 50px 0 50px;
}
@media screen and (min-width: 768px) {
  .shinmado-point {
    padding: 100px 0 50px;
  }
}
.shinmado-point::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f0fcef;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.shinmado-point::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -99px;
  transform: translateX(-50%);
  width: 100vw;
  height: 100px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #f0fcef;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .shinmado-point::after {
    height: 50px;
    bottom: -49px;
  }
}
.shinmado-point-heading {
  padding-bottom: 1.2em;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-point-heading {
    padding-bottom: 2.4em;
  }
}
.shinmado-point-heading::after {
  content: "";
  display: block;
  width: 10em;
  height: 10.6em;
  position: absolute;
  bottom: 0em;
  right: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/point/point_koko_kokusai.png) no-repeat 0 0/contain;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .shinmado-point-heading::after {
    width: 25%;
    height: 14em;
    bottom: 1.2em;
    background-position: 0 bottom;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-point-heading::after {
    bottom: -15px;
  }
}
.shinmado-point-heading span {
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .shinmado-point-heading span {
    line-height: 1.6;
  }
}
.shinmado-point-heading span:nth-child(1) {
  font-size: 171.4285714286%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .shinmado-point-heading span:nth-child(1) {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
.shinmado-point-heading span:nth-child(3) {
  font-size: 128.5714285714%;
  padding-bottom: 1.2em;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .shinmado-point-heading span:nth-child(3) {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    padding-bottom: 0.5em;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-point-heading span:nth-child(3) {
    font-size: 85.7142857143%;
    line-height: 1.4;
  }
}
.shinmado-point-anchor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.7em -0.5em 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor {
    margin: 3.3em -0.7em 0;
  }
}
.shinmado-point-anchor > * {
  position: relative;
}
.shinmado-point-anchor-link {
  display: block;
  text-align: center;
  width: 50%;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .shinmado-point-anchor-link:nth-child(n+3) {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor-link {
    width: 33.3333333333%;
    padding: 0 0.7em;
  }
}
.shinmado-point-anchor-item {
  position: relative;
}
.shinmado-point-anchor-item::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/point/point_icon_arrow.svg) no-repeat right bottom/contain;
  background-size: 100% auto;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor-item::after {
    width: 1.8em;
    height: 1.8em;
  }
}
.shinmado-point-anchor dt {
  font-size: 92.8571428571%;
  font-weight: 600;
  color: #111;
  letter-spacing: 0.06em;
  background: #c6e495;
  padding: 0.41em 1em;
  border-radius: 0.8em 0.8em 0 0;
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor dt {
    font-size: clamp(114.2857142857%, 1.6vw, 142.8571428571%);
    padding: 0.25em 1em;
  }
}
.shinmado-point-anchor dd {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  min-height: 5.3em;
  background: #fff;
  border-radius: 0 0 0.8em 0.8em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor dd {
    min-height: 7.9em;
    border-width: 2px;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor dd.is-lineheigth {
    line-height: 1.1;
  }
}
.shinmado-point-anchor dd > div {
  margin-top: -0.25em;
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor dd > div {
    margin-top: -0.5em;
  }
}
.shinmado-point-anchor span,
.shinmado-point-anchor sup {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor span,
  .shinmado-point-anchor sup {
    letter-spacing: 0.05em;
  }
}
.shinmado-point-anchor span.is-font1,
.shinmado-point-anchor sup.is-font1 {
  font-size: 128.5714285714%;
  font-weight: 700;
  color: #d4113b;
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor span.is-font1,
  .shinmado-point-anchor sup.is-font1 {
    font-size: clamp(157.1428571429%, 2.2vw, 185.7142857143%);
  }
}
.shinmado-point-anchor span.is-font2,
.shinmado-point-anchor sup.is-font2 {
  font-size: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor span.is-font2,
  .shinmado-point-anchor sup.is-font2 {
    font-size: clamp(128.5714285714%, 1.8vw, 157.1428571429%);
  }
}
.shinmado-point-anchor span.is-font3,
.shinmado-point-anchor sup.is-font3 {
  font-size: 92.8571428571%;
  font-weight: 700;
  color: #d4113b;
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor span.is-font3,
  .shinmado-point-anchor sup.is-font3 {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
  }
}
.shinmado-point-anchor span.is-font4,
.shinmado-point-anchor sup.is-font4 {
  font-size: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor span.is-font4,
  .shinmado-point-anchor sup.is-font4 {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
  }
}
.shinmado-point-anchor span.is-font5,
.shinmado-point-anchor sup.is-font5 {
  font-size: 128.5714285714%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shinmado-point-anchor span.is-font5,
  .shinmado-point-anchor sup.is-font5 {
    font-size: clamp(185.7142857143%, 2.6vw, 228.5714285714%);
  }
}
.shinmado-point-anchor span.is-font6,
.shinmado-point-anchor sup.is-font6 {
  position: relative;
  top: -1em;
}
@media screen and (max-width: 767px) {
  .shinmado-point-anchor span.is-font6,
  .shinmado-point-anchor sup.is-font6 {
    font-size: 50%;
  }
}
.shinmado-point-child {
  padding: 0 1.5em 2.5em;
  position: relative;
  margin-top: 2.3em;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child {
    padding: 0 0 2em 9em;
    margin-top: 7em;
  }
}
.shinmado-point-child:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child:nth-of-type(n + 2) {
    margin-top: 5.6em;
  }
}
.shinmado-point-child::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 2.6em);
  background: #fff;
  border-radius: 1.4em;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child::before {
    width: 96%;
    height: calc(100% - 2.1em);
    border-radius: 2em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-row {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-col:nth-child(1) {
    flex: 1;
    padding-right: 0.7em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-col:nth-child(2) {
    width: 24%;
    margin-top: -1em;
    position: relative;
    top: 3.8em;
  }
}
.shinmado-point-child-heading {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 100% !important;
}
@media screen and (max-width: 767px) {
  .shinmado-point-child-heading {
    text-align: left;
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-heading.is-wide {
    margin-right: -10em;
  }
}
.shinmado-point-child-heading-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.3em;
  height: 5.3em;
  text-align: center;
  background: #c6e495;
  border-radius: 5em;
}
@media screen and (max-width: 767px) {
  .shinmado-point-child-heading-icon {
    margin: 0 0 0.4em -25px;
    width: 4em;
    height: 4em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-heading-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.2em;
    height: 7.2em;
  }
}
.shinmado-point-child-heading-icon span span {
  color: #111;
  display: block;
  line-height: 1.05;
}
.shinmado-point-child-heading-icon span span:nth-child(1) {
  font-size: 71.4285714286%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-heading-icon span span:nth-child(1) {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
  }
}
.shinmado-point-child-heading-icon span span:nth-child(2) {
  font-size: 171.4285714286%;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-heading-icon span span:nth-child(2) {
    font-size: clamp(235.7142857143%, 3.3vw, 271.4285714286%);
  }
}
.shinmado-point-child-heading .is-font1 {
  font-size: 192.8571428571%;
  font-weight: 700;
  color: #d4113b;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-heading .is-font1 {
    font-size: clamp(214.2857142857%, 3vw, 257.1428571429%);
  }
}
.shinmado-point-child-heading .is-font2 {
  font-size: 142.8571428571%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-heading .is-font2 {
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
  }
}
.shinmado-point-child-heading .is-font3 {
  font-size: 114.2857142857%;
  font-weight: 700;
  color: #d4113b;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-heading .is-font3 {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.shinmado-point-child-heading .is-font4 {
  font-size: 142.8571428571%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-heading .is-font4 {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.shinmado-point-child-heading .is-font5 {
  font-size: 200%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-heading .is-font5 {
    font-size: clamp(214.2857142857%, 3vw, 257.1428571429%);
  }
}
.shinmado-point-child-heading .is-font6 {
  font-size: 62.1428571429%;
  font-weight: 700;
  position: relative;
  top: -1.6em;
  left: -0.2em;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-heading .is-font6 {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
    top: -0.9em;
    left: 0em;
  }
}
.shinmado-point-child-txt {
  font-size: 114.2857142857%;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 0.85em;
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-txt {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
    line-height: 1.6;
  }
}
.shinmado-point-child-txt.is-small {
  font-size: 100%;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .shinmado-point-child-txt.is-small {
    margin-bottom: -0.5em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-txt.is-small {
    font-size: clamp(85.7142857143%, 1.2vw, 100%);
    margin-top: 0.3em;
  }
}
@media (min-width: 550px) {
  .shinmado-point-child-txt.is-small br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-point-child-btn {
    margin-top: 1.4em;
    margin-bottom: -0.5em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-point-child-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .shinmado-point-child-btn a {
    min-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-point-child-img {
    text-align: center;
    padding: 0 4%;
    margin-top: -1em;
    width: 30%;
    max-width: 120px;
    position: absolute;
    top: 10px;
    right: -10px;
  }
}
@media screen and (min-width: 768px) {
  #point02 .shinmado-point-child-img {
    margin-top: -0.7em;
  }
}
@media screen and (max-width: 767px) {
  #point02 .shinmado-point-child-img {
    top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #point03 .shinmado-point-child-img {
    margin-top: -1.5em;
  }
}
@media screen and (max-width: 767px) {
  #point03 .shinmado-point-child-img {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-point-btn {
    margin-top: 75px;
  }
}

#renewal .font-green {
  display: inline;
  color: #1c8446;
  font-weight: 900;
  font-size: 171.4285714286%;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  #renewal .font-green {
    font-size: clamp(142.8571428571%, 2.5vw, 171.4285714286%);
  }
}
@media screen and (max-width: 767px) {
  #renewal .font-green {
    font-size: 128.5714285714%;
    letter-spacing: 0.02em;
    line-height: 1.1;
  }
}

.shinmado-lineup {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup {
    padding-bottom: 40px;
    margin-top: clamp(160px, 16%, 200px);
  }
}
.shinmado-lineup-heading {
  position: relative;
}
.shinmado-lineup-heading::after {
  content: "";
  display: block;
  width: 10em;
  height: 10.6em;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/lineup/lineup_koko_kokusai.svg) no-repeat 0 0/contain;
  transform: translateY(3%);
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-heading::after {
    width: 25%;
    height: 13em;
    transform: translateY(32%);
    background-position: 0 bottom;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-lineup-heading::after {
    bottom: -50px;
  }
}
.shinmado-lineup-heading span {
  letter-spacing: 0.02em;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-heading span {
    line-height: 1.45;
  }
}
.shinmado-lineup-heading span:nth-child(1) {
  font-size: 171.4285714286%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-heading span:nth-child(1) {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
.shinmado-lineup-lead {
  font-size: 85.7142857143%;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-lead {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    padding-bottom: 1.65em;
    margin-top: 0.8em;
  }
}
.shinmado-lineup-sp-trigger-wrap {
  background: #f0fcef;
  border: 1px solid #1c8446;
  border-radius: 0.5em;
  margin-top: 24px;
}
.shinmado-lineup-sp-trigger {
  font-size: 142.8571428571%;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 0.7em 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-sp-trigger {
    display: none;
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.shinmado-lineup-sp-trigger:nth-of-type(n + 2) {
  margin-top: 22px;
}
.shinmado-lineup-sp-trigger::after {
  content: "";
  display: block;
  background: #8d8d8d;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
  border-radius: 2em;
}
.shinmado-lineup-sp-trigger span {
  display: block;
  position: relative;
}
.shinmado-lineup-sp-trigger span::before, .shinmado-lineup-sp-trigger span::after {
  content: "";
  display: block;
  width: 3px;
  height: 0.8em;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0.5em;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-sp-trigger span::before, .shinmado-lineup-sp-trigger span::after {
    width: 4px;
    height: 1.7em;
  }
}
.shinmado-lineup-sp-trigger span::before {
  transform: translateY(-50%) rotate(90deg);
}
.shinmado-lineup-sp-trigger span::after {
  transform: translateY(-50%);
}
.shinmado-lineup-sp-trigger.is-active span::after {
  transform: translateY(-50%) rotate(90deg);
}
.shinmado-lineup-tablewrap {
  position: relative;
  margin: 0 15px 15px;
}
@media screen and (max-width: 767px) {
  .shinmado-lineup-sp-trigger-wrap:nth-of-type(n + 2) .shinmado-lineup-tablewrap {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-tablewrap {
    margin-top: 3.4em;
  }
}
.shinmado-lineup-table {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .shinmado-lineup-table {
    margin-top: 16px;
  }
}
.shinmado-lineup-table thead th,
.shinmado-lineup-table thead td {
  letter-spacing: 0.15em;
  padding: 0.8em 0;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table thead th,
  .shinmado-lineup-table thead td {
    padding: 1.1em 0 1em;
  }
}
.shinmado-lineup-table thead th {
  font-size: 114.2857142857%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table thead th {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.shinmado-lineup-table thead th img {
  margin-bottom: 0.25em;
}
.shinmado-lineup-table tbody tr {
  height: 2.7em;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table tbody tr {
    height: 4.2em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table tbody tr:nth-child(n+5) {
    height: 4.2em;
  }
}
.shinmado-lineup-table tbody tr:first-child {
  font-weight: 600;
  background: #e4eba6;
}
@media screen and (max-width: 767px) {
  .shinmado-lineup-table tbody tr:nth-child(1) > td, .shinmado-lineup-table tbody tr:nth-child(2) > td {
    font-size: 114.2857142857%;
  }
}
.shinmado-lineup-table tbody tr:nth-last-child(-n+2) > * {
  padding: 0.6em;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table tbody tr:nth-last-child(-n+2) > * {
    padding: 0.8em 1em;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-lineup-table tbody tr:last-child {
    height: 3.8em;
  }
}
.shinmado-lineup-table th,
.shinmado-lineup-table td {
  text-align: center;
  letter-spacing: 0;
  padding: 0 0.8em;
  border: 1px solid #707070;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .shinmado-lineup-table th,
  .shinmado-lineup-table td {
    line-height: 1.28;
    padding: 0 0.6em;
  }
}
.shinmado-lineup-table th.is-fz16,
.shinmado-lineup-table td.is-fz16 {
  font-size: 92.8571428571%;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table th.is-fz16,
  .shinmado-lineup-table td.is-fz16 {
    font-size: clamp(100%, 1.4vw, 114.2857142857%) !important;
  }
}
.shinmado-lineup-table th.is-wide1,
.shinmado-lineup-table td.is-wide1 {
  width: 1.6em;
  letter-spacing: 0.3em;
  line-height: 1.2;
  padding: 0 0.4em;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table th.is-wide1,
  .shinmado-lineup-table td.is-wide1 {
    width: 1.8em;
    padding: 0;
  }
}
.shinmado-lineup-table th.is-wide1 span,
.shinmado-lineup-table td.is-wide1 span {
  position: relative;
  left: 0.15em;
}
.shinmado-lineup-table th.is-wide2,
.shinmado-lineup-table td.is-wide2 {
  width: 5.4em;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  background: #f5f5f5;
  padding: 0 0.6em;
}
@media screen and (max-width: 767px) {
  .shinmado-lineup-table th.is-wide2,
  .shinmado-lineup-table td.is-wide2 {
    font-size: 92.8571428571%;
    line-height: 1.23;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table th.is-wide2,
  .shinmado-lineup-table td.is-wide2 {
    padding: 0 0.7em;
  }
}
.shinmado-lineup-table th.is-wide3,
.shinmado-lineup-table td.is-wide3 {
  padding: 0;
  font-weight: 600;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .shinmado-lineup-table th.is-wide3,
  .shinmado-lineup-table td.is-wide3 {
    font-size: 92.8571428571%;
    padding: 0 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table th.is-wide3,
  .shinmado-lineup-table td.is-wide3 {
    width: 2.5em;
  }
}
.shinmado-lineup-table th.is-bg1,
.shinmado-lineup-table td.is-bg1 {
  background: #f6d133 !important;
  min-width: 120px;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table th.is-bg1,
  .shinmado-lineup-table td.is-bg1 {
    min-width: 215px;
  }
}
.shinmado-lineup-table th .is-fz16,
.shinmado-lineup-table td .is-fz16 {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table th .is-fz16,
  .shinmado-lineup-table td .is-fz16 {
    font-size: clamp(14px, 1.4vw, 16px) !important;
  }
}
.shinmado-lineup-table th {
  font-size: 92.8571428571%;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table th {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
  }
}
.shinmado-lineup-table th:first-child {
  font-weight: 600;
  background: #f5f5f5;
}
.shinmado-lineup-table td {
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .shinmado-lineup-table td {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table td {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.shinmado-lineup-table .is-fz28 {
  font-size: 114.2857142857%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table .is-fz28 {
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
  }
}
.shinmado-lineup-table .is-fz24 {
  font-size: 114.2857142857%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table .is-fz24 {
    font-size: clamp(142.8571428571%, 2.4vw, 171.4285714286%);
  }
}
.shinmado-lineup-table .is-fz20 {
  font-size: 142.8571428571%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table .is-fz20 {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.shinmado-lineup-table .is-fz18 {
  font-size: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-table .is-fz18 {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
  }
}
.shinmado-lineup-table .is-bold {
  font-weight: bold;
}
.shinmado-lineup-table sup {
  display: inline-block;
  font-size: 53.5714285714%;
  vertical-align: top;
  margin-top: 0.3em;
  margin-left: 0.2em;
}
.shinmado-lineup-table sup.is-th-sup {
  margin-top: 0;
}
.shinmado-lineup-table .is-bg1 {
  background: #fdf2f5;
}
.shinmado-lineup-table .is-bg2 {
  background: #f0f9fd;
}
.shinmado-lineup-table .is-bg3 {
  background: #fff0e0;
}
.shinmado-lineup-table img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shinmado-lineup-table img {
    width: 86px;
  }
}
.shinmado-lineup-trigger {
  width: 4em;
  height: 4em;
  background: #8d8d8d;
  border-radius: 3em;
  margin: 1.5em auto 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .shinmado-lineup-trigger {
    display: none;
  }
}
.shinmado-lineup-trigger:hover {
  opacity: 0.7;
}
.shinmado-lineup-trigger::before, .shinmado-lineup-trigger::after {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 1.15em;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-trigger::before, .shinmado-lineup-trigger::after {
    right: 1.85em;
    width: 4px;
    height: 1.7em;
  }
}
.shinmado-lineup-trigger::before {
  transform: translateY(-50%) rotate(90deg);
}
.shinmado-lineup-trigger::after {
  transform: translateY(-50%);
}
.is-active .shinmado-lineup-trigger::after {
  transform: translateY(-50%) rotate(90deg);
}
.shinmado-lineup-list {
  counter-reset: note;
  margin-top: 1.8em;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-list {
    margin-top: 1.8em;
  }
}
.shinmado-lineup-list li {
  display: flex;
  font-size: 92.8571428571%;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-list li {
    font-size: 100%;
  }
}
.shinmado-lineup-list li::before {
  counter-increment: note;
  content: "※" counter(note) " ";
  margin-right: 0.5em;
}
.shinmado-lineup-btn {
  padding-top: 1.8em;
  border-top: 1px solid #d5d5d5;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .shinmado-lineup-btn {
    padding-top: 3.4em;
    margin-top: 3em;
  }
}

.shinmado-schedule {
  margin-top: 65px;
  position: relative;
  overflow-y: clip;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule {
    margin-top: clamp(70px, 7vw, 100px);
  }
}
.shinmado-schedule::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f0fcef;
  position: absolute;
  top: 1.3em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .shinmado-schedule::before {
    top: 2.4em;
  }
}
.shinmado-schedule-inner {
  position: relative;
  padding-bottom: 126px;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-inner {
    padding-bottom: clamp(45px, 6.5vw, 62px);
  }
}
.shinmado-schedule-inner > * {
  position: relative;
}
.shinmado-schedule-inner {
  /*
  &::before, &::after {
    content: '';
    display: block;
    width: 31%;
    height: 20%;
    background: red;
    position: absolute;
    bottom: 0;
    @include sp {
      max-width: 108px;
    }
    @include pc {
      width: 20%;
    }
  }

  &::before {
    left: 50%;
    transform: translateX(-111%);
    background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/schedule/schedule_koko.svg) no-repeat 0 bottom /contain;
    @include pc {
      left: 0;
    }
  }
  &::after {
    right: 50%;
    transform: translateX(111%);
    background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/schedule/schedule_kokusai.svg) no-repeat 0 bottom /78%;
    @include pc {
      right: 0;
    }
  }*/
}
.shinmado-schedule-heading {
  font-size: 171.4285714286%;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-heading {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
#renewal .shinmado-schedule-subheading {
  font-size: 128.5714285714%;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25em;
}
@media screen and (min-width: 768px) {
  #renewal .shinmado-schedule-subheading {
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
  }
}
.shinmado-schedule-lead {
  font-size: 85.7142857143%;
  line-height: 1.6;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-lead {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    text-align: center;
    margin-top: 0.1em;
  }
}
.shinmado-schedule-tbl1 {
  width: 100%;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-tbl1 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-schedule-tbl1:nth-of-type(1) {
    margin-top: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-tbl1:nth-of-type(1) {
    margin-top: 1.5em;
  }
  .shinmado-schedule-tbl1:nth-of-type(1):nth-of-type(n + 2) {
    margin-top: 1em;
  }
}
.shinmado-schedule-tbl1 th,
.shinmado-schedule-tbl1 td {
  font-size: 92.8571428571%;
  text-align: center;
  vertical-align: middle;
  padding: 0.65em;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-tbl1 th,
  .shinmado-schedule-tbl1 td {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    padding: 1em;
  }
}
.shinmado-schedule-tbl1 th {
  font-weight: 600;
}
.shinmado-schedule-tbl1 .is-bg-transparent {
  position: relative;
}
.shinmado-schedule-tbl1 .is-bg-transparent > * {
  height: 8px;
  padding: 0;
  border: none;
  background: #f0fcef;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-tbl1 .is-bg-transparent > * {
    height: 16px;
  }
}
.shinmado-schedule-tbl1 thead {
  background: #f5f5f5;
}
.shinmado-schedule-tbl1 thead th {
  font-size: 92.8571428571%;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-tbl1 thead th {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
  }
}
.shinmado-schedule-tbl1 tbody th {
  width: 20%;
  font-size: 114.2857142857%;
  color: #fff;
  background: #1c8446;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-tbl1 tbody th {
    font-size: clamp(142.8571428571%, 2.4vw, 171.4285714286%);
    width: 15%;
  }
}
.shinmado-schedule-tbl1 tbody td:nth-of-type(1) {
  width: 20%;
  font-size: 92.8571428571%;
  background: #e4eba6;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-tbl1 tbody td:nth-of-type(1) {
    width: 15%;
    font-size: 20px;
  }
}
.shinmado-schedule-tbl1 tbody td:nth-of-type(2), .shinmado-schedule-tbl1 tbody td:nth-of-type(3) {
  width: 30%;
  background: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-tbl1 tbody td:nth-of-type(2), .shinmado-schedule-tbl1 tbody td:nth-of-type(3) {
    width: 38%;
  }
}
.shinmado-schedule-list {
  font-size: 100%;
  margin-top: 1.2em;
}
.shinmado-schedule-list li {
  font-size: clamp(85.7142857143%, 1.2vw, 100%);
}
@media screen and (max-width: 767px) {
  .shinmado-schedule section:first-of-type {
    margin-top: 0.5em;
  }
}
.shinmado-schedule section:last-of-type {
  margin-top: 2.5em;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule section:last-of-type {
    margin-top: 6%;
  }
}
.shinmado-schedule-row {
  display: flex;
  flex-wrap: wrap;
  margin: 1em -2.5% 0;
}
@media screen and (min-width: 768px) {
  .shinmado-schedule-row {
    margin-top: 1.2em;
    margin-bottom: 1.3em;
  }
}
.shinmado-schedule-col {
  width: 100%;
  padding: 0 9%;
}
@media screen and (max-width: 767px) {
  .shinmado-schedule-col {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .shinmado-schedule-col {
    width: 33.3333333333%;
    padding: 0 2.5%;
  }
}
@media (max-width: 575px) {
  .shinmado-schedule-col:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.shinmado-schedule-card {
  text-align: center;
  background: #fff;
  padding: 1.6em 1em 1.5em;
  border-radius: 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 575px) {
  .shinmado-schedule-card {
    width: 80%;
  }
}
@media (min-width: 576px) {
  .shinmado-schedule-card {
    padding: 1.2em 1em;
  }
}
@media (min-width: 768px) {
  .shinmado-schedule-card {
    padding: 1.8em 2em;
  }
}
@media (max-width: 575px) {
  .shinmado-schedule-card img {
    display: block;
    width: 65%;
    max-width: 150px;
    margin: 0 auto;
  }
}
.shinmado-schedule-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 107.1428571429%;
  font-weight: 600;
  color: #fff !important;
  background: #000;
  padding: 0.55em 1.8em 0.65em 1em;
  border-radius: 2em;
  position: relative;
  margin: 0.8em auto 0;
  max-width: 200px;
}
@media (min-width: 576px) {
  .shinmado-schedule-link {
    margin-top: 1.2em;
    font-size: clamp(78.5714285714%, 1.1vw, 114.2857142857%);
  }
}
.shinmado-schedule-link::after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_arrow_white.svg) no-repeat center center/contain;
  transform: translate(0, -50%);
  transition: 0.4s;
}

.shinmado-howto {
  position: relative;
  margin-top: clamp(75px, 10%, 110px);
}
@media screen and (max-width: 767px) {
  .shinmado-howto {
    margin-top: 50px;
  }
}
.shinmado-howto::before, .shinmado-howto::after {
  content: "";
  display: block;
  position: absolute;
}
.shinmado-howto::before {
  width: 45%;
  height: 6%;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/how/how_img.png) no-repeat 0 0/contain;
  top: -50px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .shinmado-howto::before {
    width: 25%;
    height: 15%;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-howto::before {
    width: 35%;
    height: 6%;
    top: -30px;
  }
}
.shinmado-howto-child-inner {
  border-left: 5px solid #c6e495;
  border-right: 5px solid #c6e495;
  border-bottom: 5px solid #c6e495;
  padding: 1em 4em 4em;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .shinmado-howto-child-inner {
    padding: 0.5em 1.5em 0em;
    border-left: 3px solid #c6e495;
    border-right: 3px solid #c6e495;
    border-bottom: 3px solid #c6e495;
    border-radius: 0 0 10px 10px;
  }
}
.shinmado-howto-heading {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .shinmado-howto-heading {
    line-height: 1.45;
  }
}
.shinmado-howto-heading {
  font-size: 171.4285714286%;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .shinmado-howto-heading {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
  }
}
@media screen and (max-width: 767px) {
  .shinmado-howto-heading {
    padding: 0 0 6px;
  }
}
.shinmado-howto-heading .font-large {
  font-size: 128.5714285714%;
}
@media screen and (min-width: 768px) {
  .shinmado-howto-heading .font-large {
    font-size: clamp(128.5714285714%, 1.8vw, 171.4285714286%) !important;
  }
}
.shinmado-howto-lead {
  font-size: 92.8571428571%;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .shinmado-howto-lead {
    line-height: 1.4;
    padding-bottom: 1em;
    border-bottom: 1px solid #d5d5d5;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-howto-lead {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    margin-top: 0.8em;
  }
}
#renewal .shinmado-howto-subheading {
  font-size: 142.8571428571%;
  padding: 15px 0 5px;
  margin-top: 1.4em;
  text-align: center;
  background: #c6e495;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 768px) {
  #renewal .shinmado-howto-subheading {
    padding: 20px 0 10px;
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
  }
}
@media screen and (max-width: 767px) {
  #renewal .shinmado-howto-subheading {
    border-radius: 10px 10px 0 0;
  }
}
.shinmado-howto-grandchild {
  padding: 0 0 2.3em 0em;
  /*padding: 0 0 2.3em 6em;*/
  position: relative;
  margin-top: 1.8em;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (min-width: 768px) {
  .shinmado-howto-grandchild {
    padding: 0 0 2.8em 8.9em;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .shinmado-howto-grandchild {
    border-bottom: none;
  }
}
.shinmado-howto-grandchild:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .shinmado-howto-grandchild:nth-of-type(n + 2) {
    margin-top: 2.6em;
  }
}
.shinmado-howto-grandchild:last-child {
  border-bottom: none;
}
.shinmado-howto-grandchild:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .shinmado-howto-grandchild::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 25px solid #8cc929;
    border-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 100%);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #8cc929;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-howto-grandchild-row {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-howto-grandchild-col:nth-child(1) {
    flex: 1;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-howto-grandchild-col:nth-child(2) {
    width: 26.6%;
  }
}
.shinmado-howto-grandchild-heading {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 100% !important;
}
@media screen and (max-width: 767px) {
  .shinmado-howto-grandchild-heading {
    line-height: 1.1;
    display: flex;
    align-items: center;
  }
}
.shinmado-howto-grandchild-heading-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  text-align: center;
  background: #1c8446;
  border-radius: 0.8em;
  position: absolute;
  top: -0.2em;
}
@media screen and (max-width: 767px) {
  .shinmado-howto-grandchild-heading-icon {
    left: 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-howto-grandchild-heading-icon {
    left: 0;
    width: 7.2em;
    height: 7.2em;
  }
}
.shinmado-howto-grandchild-heading-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 48%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/how/howto_arrow.svg) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .shinmado-howto-grandchild-heading-icon::after {
    height: 65%;
    background-size: 38%;
    display: none;
  }
}
#step04 .shinmado-howto-grandchild-heading-icon::after {
  display: none;
}
.shinmado-howto-grandchild-heading-icon span span {
  color: #fff;
  display: block;
  line-height: 1.05;
}
.shinmado-howto-grandchild-heading-icon span span:nth-child(1) {
  font-size: 100%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .shinmado-howto-grandchild-heading-icon span span:nth-child(1) {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
  }
}
.shinmado-howto-grandchild-heading-icon span span:nth-child(2) {
  font-size: 200%;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .shinmado-howto-grandchild-heading-icon span span:nth-child(2) {
    font-size: clamp(235.7142857143%, 3.3vw, 271.4285714286%);
  }
}
.shinmado-howto-grandchild-heading-txt {
  font-size: 142.8571428571%;
  line-height: 1.4;
  width: 80%;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
@media screen and (min-width: 768px) {
  .shinmado-howto-grandchild-heading-txt {
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
    width: auto;
  }
}
.shinmado-howto-grandchild-txt {
  font-size: 114.2857142857%;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0.9em;
}
@media screen and (min-width: 768px) {
  .shinmado-howto-grandchild-txt {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
    line-height: 1.6;
  }
}
.shinmado-howto-grandchild-txt.is-small {
  font-size: 100%;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .shinmado-howto-grandchild-txt.is-small {
    margin-top: 0.3em;
  }
}
#renewal .shinmado-howto-grandchild-link {
  display: inline-block;
  font-size: 114.2857142857%;
  color: #114d72 !important;
  border-bottom: 1px solid #114d72;
  transition: 0.4s;
  margin-top: 0.7em;
}
@media screen and (min-width: 768px) {
  #renewal .shinmado-howto-grandchild-link {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
  }
}
#renewal .shinmado-howto-grandchild-link::after {
  display: inline-block;
  margin-left: 0.3em;
}
@media screen and (min-width: 768px) {
  #renewal .shinmado-howto-grandchild-link::after {
    margin-left: 0.4em;
  }
}
#renewal .shinmado-howto-grandchild-link:hover {
  opacity: 1;
  border-color: transparent;
}
.shinmado-howto-grandchild-img {
  background: #fff;
  border-radius: 1.2em;
  overflow: hidden;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .shinmado-howto-grandchild-img {
    aspect-ratio: 1.8/1;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    margin-top: 1.2em;
  }
  .shinmado-howto-grandchild-img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

.shinmado-search {
  position: relative;
  overflow-y: clip;
}
@media screen and (min-width: 768px) {
  .shinmado-search {
    margin-top: clamp(20px, 6%, 40px);
  }
}
@media screen and (max-width: 767px) {
  .shinmado-search {
    padding-top: -20px;
  }
}
.shinmado-search > * {
  position: relative;
}
.shinmado-search-heading {
  text-align: center;
  position: relative;
  padding-left: 1.4em;
  padding-bottom: 0.9em;
  padding-top: 4em;
  margin: 0 auto;
  transform: translateY(44%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .shinmado-search-heading {
    padding-left: 0.1em;
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-search-heading {
    padding-bottom: 0.5em;
    transform: translateY(38%);
  }
}
.shinmado-search-heading > span {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .shinmado-search-heading > span {
    line-height: 1.45;
  }
}
.shinmado-search-heading > span:nth-child(1) {
  font-size: 142.8571428571%;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .shinmado-search-heading > span:nth-child(1) {
    font-size: clamp(242.8571428571%, 3.3vw, 314.2857142857%);
    line-height: 1.15;
  }
}
.shinmado-search-heading > span:nth-child(1) > span {
  font-size: 26px;
  font-weight: 700;
  margin-left: 0.1em;
}
@media screen and (min-width: 768px) {
  .shinmado-search-heading > span:nth-child(1) > span {
    font-size: clamp(50px, 5vw, 60px);
  }
}
.shinmado-search-box {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .shinmado-search-box {
    padding-bottom: clamp(60px, 12vw, 80px);
  }
}
.shinmado-search-box::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f0fcef;
}
@media screen and (min-width: 768px) {
  .shinmado-search-box::before {
    top: 0;
  }
}
.shinmado-search-box-inner {
  position: relative;
}
.shinmado-search-box-inner::before, .shinmado-search-box-inner::after {
  content: "";
  display: block;
  width: 24%;
  height: 16em;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .shinmado-search-box-inner::before, .shinmado-search-box-inner::after {
    max-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-search-box-inner::before, .shinmado-search-box-inner::after {
    width: 20%;
  }
}
.shinmado-search-box-inner::before {
  top: 143px;
  left: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/search/search_koko.svg) no-repeat 0 bottom/contain;
}
@media screen and (max-width: 767px) {
  .shinmado-search-box-inner::before {
    top: 70px;
    left: -10px;
  }
}
.shinmado-search-box-inner::after {
  top: 143px;
  right: 10px;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/search/search_kokusai.svg) no-repeat 0 bottom/contain;
}
@media screen and (max-width: 767px) {
  .shinmado-search-box-inner::after {
    top: 70px;
    right: -10px;
  }
}
.shinmado-search-list {
  width: 100%;
  padding: 3.8em 0 2.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-search-list {
    display: flex;
    flex-wrap: wrap;
    padding: 11% 0 0;
    margin: 0 -1.5%;
  }
}
.shinmado-search-list li {
  padding: 0 1.5%;
  position: relative;
  z-index: 1;
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .shinmado-search-list li {
    width: 33.3333333333%;
    margin-top: 2.9%;
  }
}
.shinmado-search-list a {
  display: flex;
  align-items: center;
  font-size: 128.5714285714%;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  min-height: 3.4em;
  position: relative;
  background: #fff;
  padding: 0 2.5em 0 1.1em;
  border: 2px solid #8cc929;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-search-list a {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
    min-height: 4.025em;
    padding: 0 2.8em 0 1.8em;
  }
}
.shinmado-search-list a::after {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/icon_arrow_green.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .shinmado-search-list a::after {
    width: 1.5em;
    height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-search-btn {
    margin-top: 3.4em;
  }
}

.shinmado-faq {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 38px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-faq {
    margin-top: clamp(70px, 10%, 100px);
    padding-bottom: clamp(80px, 12.5%, 130px);
  }
}
.shinmado-faq > * {
  position: relative;
}
.shinmado-faq::before {
  content: "";
  display: block;
  width: 100vw;
  height: 92%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/faq/faq_bg_sp.jpg) repeat center 0;
}
@media screen and (min-width: 768px) {
  .shinmado-faq::before {
    top: 5.5em;
    background-image: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/faq/faq_bg_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .shinmado-faq::before {
    top: 5.3em;
  }
}
.shinmado-faq-heading {
  text-align: center;
  position: relative;
  padding-left: 1.4em;
  padding-bottom: 0.9em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shinmado-faq-heading {
    padding-left: 0.6em;
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-faq-heading {
    padding-bottom: 3.1em;
  }
}
.shinmado-faq-heading::before, .shinmado-faq-heading::after {
  content: "";
  display: block;
  width: 24%;
  height: 16em;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-heading::before, .shinmado-faq-heading::after {
    width: 20%;
  }
}
.shinmado-faq-heading::before {
  left: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/faq/faq_koko.svg) no-repeat 0 bottom/contain;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-heading::before {
    left: 2em;
  }
}
.shinmado-faq-heading::after {
  right: 0;
  background: url(/jgbs/individual/kojinmuke/assets/img/shinmado/renewal2026/faq/faq_kokusai.svg) no-repeat 0 bottom/contain;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-heading::after {
    right: 2em;
  }
}
.shinmado-faq-heading span {
  display: block;
  letter-spacing: 0.02em;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-heading span {
    line-height: 1.45;
  }
}
.shinmado-faq-heading span:nth-child(1) {
  font-size: 157.1428571429%;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-heading span:nth-child(1) {
    font-size: clamp(214.2857142857%, 3.3vw, 314.2857142857%);
    line-height: 1.454;
  }
}
.shinmado-faq-heading span:nth-child(2) {
  font-size: 171.4285714286%;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-heading span:nth-child(2) {
    font-size: clamp(357.1428571429%, 5vw, 428.5714285714%);
    line-height: 1.454;
  }
}
.shinmado-faq-heading .font-large {
  font-size: 200% !important;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-heading .font-large {
    font-size: clamp(357.1428571429%, 5vw, 428.5714285714%) !important;
  }
}
.shinmado-faq-box {
  background: #fff;
  padding: 2em 1.3em 2em;
  border: 3px solid #c7e1d1;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-box {
    padding: 3.5em 3.5em 2.5em;
    border-width: 5px;
    border-radius: 1.5em;
  }
}
.shinmado-faq-unit {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1.1em;
  margin-bottom: 1.1em;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-unit {
    padding-bottom: 1.6em;
    margin-bottom: 1.5em;
  }
}
.shinmado-faq-unit-question {
  display: flex;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
.shinmado-faq-unit-question:hover {
  opacity: 0.7;
}
.shinmado-faq-unit-question::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: #d5d5d5;
  border-radius: 3em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .shinmado-faq-unit-question::after {
    width: 4em;
    height: 4em;
  }
}
.shinmado-faq-unit-question > div {
  display: flex;
  width: 100%;
  padding-right: 3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-unit-question > div {
    padding-right: 5em;
  }
}
.shinmado-faq-unit-question > div::before, .shinmado-faq-unit-question > div::after {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 1.15em;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-unit-question > div::before, .shinmado-faq-unit-question > div::after {
    right: 1.85em;
    width: 4px;
    height: 1.7em;
  }
}
.shinmado-faq-unit-question > div::before {
  transform: translateY(-50%) rotate(90deg);
}
.shinmado-faq-unit-question > div::after {
  transform: translateY(-50%);
}
.is-active .shinmado-faq-unit-question > div::after {
  transform: translateY(-50%) rotate(90deg);
}
.shinmado-faq-unit-question span {
  display: flex;
  align-items: center;
  min-height: 1.8em;
}
.shinmado-faq-unit-question span:nth-child(1) {
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 114.2857142857%;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  background: #1c8446;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-unit-question span:nth-child(1) {
    font-size: clamp(142.8571428571%, 2.6vw, 171.4285714286%);
    width: 50px;
    height: 50px;
  }
}
.shinmado-faq-unit-question span:nth-child(2) {
  flex: 1;
  font-size: 114.2857142857%;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 0.7em;
}
@media screen and (max-width: 767px) {
  .shinmado-faq-unit-question span:nth-child(2) {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .shinmado-faq-unit-question span:nth-child(2) {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
    padding-left: 1.2em;
  }
}
.shinmado-faq-unit-answer {
  display: none;
}
.shinmado-faq-unit-answer > div {
  display: flex;
  width: 100%;
  margin-top: 1em;
}
.shinmado-faq-unit-answer span:nth-child(1) {
  width: 40px;
  height: 40px;
  font-size: 114.2857142857%;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  background: #ab5a00;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-unit-answer span:nth-child(1) {
    font-size: clamp(142.8571428571%, 2.4vw, 171.4285714286%);
    width: 50px;
    height: 50px;
  }
}
.shinmado-faq-unit-answer span:nth-child(2) {
  flex: 1;
  font-size: 114.2857142857%;
  padding-left: 0.7em;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-unit-answer span:nth-child(2) {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
    padding-left: 1.2em;
  }
}
.shinmado-faq-unit-answer span a {
  color: #114d72 !important;
  border-bottom: 1px solid #114d72 !important;
  transition: 0.4s;
}
.shinmado-faq-unit-answer span a:hover {
  border-color: transparent !important;
}
.shinmado-faq-btn {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .shinmado-faq-btn {
    margin-top: 3.3em;
  }
}

.shinmado-bottom-navi {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transform: translateY(130%);
  transition: transform 0.4s ease;
}
.shinmado-bottom-navi.is-display {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .shinmado-bottom-navi.is-display {
    box-shadow: 0 -12px 10px -2px rgba(128, 128, 128, 0.25);
  }
}

.shinmado-bottom-navi__howtobuy {
  background: #008337;
}
.shinmado-bottom-navi__howtobuy a {
  font-feature-settings: "pwid" 1;
  font-weight: 900;
  position: relative;
  display: block;
  width: 100%;
  padding: 1.3em 0 1.3em 4.5em;
  text-align: center;
  box-sizing: border-box;
}
.shinmado-bottom-navi__howtobuy a span {
  color: #fff;
  font-size: 114.2857142857%;
}
.shinmado-bottom-navi__howtobuy a::before {
  content: "";
  position: absolute;
  bottom: 7px;
  margin: auto;
  left: 2%;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/bottomnavi_howtobuy_img01.svg) no-repeat center center/contain;
  width: 105px;
  height: 70px;
}
.shinmado-bottom-navi__howtobuy a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.1em;
  width: 24px;
  height: 24px;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_arrow_sw.svg) no-repeat center center;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .footer .shinmado-pagetop.is-fixed {
    bottom: 19vw;
  }
}

.footer-inner {
  max-width: 1064px;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer-new-row {
    display: flex;
    margin: 0 -3%;
  }
}
@media screen and (max-width: 767px) {
  .footer-new-col {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  .footer-new-col {
    width: 50%;
    padding: 0 3%;
  }
}
.footer-new-heading {
  padding-bottom: 0.35em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer-new-heading {
    padding-bottom: 0.2em;
  }
}
#renewal .is-kojin .footer-new-heading {
  border-color: #d4113b;
}
#renewal .is-shinmado .footer-new-heading {
  border-color: #1c8446;
}
.footer-new-heading a {
  display: inline-block;
  font-size: 171.4285714286%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .footer-new-heading a {
    font-size: clamp(142.8571428571%, 2.4vw, 171.4285714286%);
  }
}
#renewal .is-kojin .footer-new-heading a {
  color: #d4113b;
}
#renewal .is-shinmado .footer-new-heading a {
  color: #1c8446;
}
.footer-new-heading span {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.3em;
  height: 2.3em;
  background: #d5d5d5;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .footer-new-heading span {
    display: none;
  }
}
.footer-new-heading span::before, .footer-new-heading span::after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 1.1em;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .footer-new-heading span::before, .footer-new-heading span::after {
    right: 1.15em;
  }
}
.footer-new-heading span::before {
  transform: translateY(-50%) rotate(90deg);
}
.footer-new-heading span::after {
  transform: translateY(-50%);
}
.is-active .footer-new-heading span::after {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .footer-new-box {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer-new-box {
    display: flex !important;
  }
}
.footer-new-list {
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .footer-new-list {
    width: 50%;
    margin-top: 1em;
  }
}
.footer-new-list:first-child {
  padding-right: 4.5em;
}
@media (max-width: 1000px) {
  .footer-new-list:first-child {
    padding-right: 2em;
  }
}
.footer-new-list li {
  margin-top: 1.1em;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_footer_arrow_black.svg) no-repeat 0 0.3em;
  padding-left: 2em;
}
@media screen and (min-width: 768px) {
  .footer-new-list li {
    margin-top: 0.8em;
  }
}
.footer-new-list li.is-external-kojin {
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_footer_external_pink.svg) no-repeat 0 0.5em;
}
.footer-new-list li.is-external-shinmado {
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_footer_external_green.svg) no-repeat 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer-new-list li br {
    display: none;
  }
}
.footer-new-list a {
  font-size: 114.2857142857%;
  line-height: 1.6;
  border-bottom: 1px solid #000;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .footer-new-list a {
    font-size: clamp(107.1428571429%, 1.5vw, 128.5714285714%);
  }
}
.footer-new-list a:hover {
  border-color: transparent;
}
.footer-new-list2 {
  width: 100%;
  margin-top: 3.2em;
}
@media screen and (min-width: 768px) {
  .footer-new-list2 {
    display: flex;
    justify-content: center;
  }
}
.footer-new-list2 li {
  padding: 0.3em 1.5em;
  position: relative;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .footer-new-list2 li {
    text-align: center;
    width: 33.3333333333%;
    padding: 0.65em 0;
    margin: 0 -0.5px;
  }
}
.footer-new-list2 li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  background: #f5f5f5;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_footer_arrow_black.svg) no-repeat 0 0;
}
.footer-new-list2 li::before {
  left: 0;
}
.footer-new-list2 li::after {
  right: 0;
}
.footer-new-list2 a {
  font-size: 142.8571428571%;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-new-list2 a {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}

#renewal .footer {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #renewal .footer {
    padding-top: 74px;
    padding-bottom: 80px;
  }
}
.footer .pagetop a {
  box-sizing: border-box;
}

.banner_howtobuy {
  position: fixed;
  right: 0;
  bottom: 80px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9999;
  visibility: hidden;
  transition: all 0.4s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .renewal-top .banner_howtobuy {
    bottom: 160px;
  }
}
.banner_howtobuy.is-display {
  visibility: visible;
  opacity: 1;
}
.banner_howtobuy a {
  max-width: 205px;
  display: block;
}
.banner_howtobuy a img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .banner_howtobuy {
    display: none !important;
  }
}
.home-bottom-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transform: translateY(120%);
  transition: transform 0.4s ease;
}
.home-bottom-navigation.is-hide {
  transform: translateY(120%);
}
.home-bottom-navigation.is-display {
  transform: translateY(0);
}
.home-bottom-navigation ul {
  position: relative;
  display: flex;
}
.home-bottom-navigation ul li {
  position: relative;
  width: 33.3333333333%;
  background-color: #fff;
}
.home-bottom-navigation ul li a {
  display: block;
  padding: 25px 10px;
  display: grid;
  align-items: baseline;
  justify-content: center;
  transition: none !important;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.home-bottom-navigation ul li a:hover {
  opacity: 1 !important;
}
.home-bottom-navigation ul li a p {
  font-weight: 900;
  position: relative;
  font-size: 142.8571428571%;
}
@media screen and (min-width: 768px) {
  .home-bottom-navigation ul li a p {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.home-bottom-navigation ul li a p span {
  font-size: 125%;
}
.home-bottom-navigation ul li a p:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  right: -5px;
  width: 26.5px;
  height: 26.5px;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_arrow_common01.svg) no-repeat center center;
  background-size: 100%;
}
.home-bottom-navigation ul li:last-child a {
  border-right: 0;
}

@media all and (max-width: 767px) {
  .home-bottom-navigation {
    transform: translateY(50%);
  }
  .home-bottom-navigation.is-display {
    box-shadow: 0 -12px 10px -2px rgba(128, 128, 128, 0.25);
  }
  .home-bottom-navigation ul li a {
    padding: 5%;
  }
  .home-bottom-navigation ul li a p {
    position: unset;
    display: grid;
    text-align: center;
    font-size: 85.7142857143%;
  }
  .home-bottom-navigation ul li a p::after {
    position: absolute;
    top: 10%;
    bottom: 0;
    right: 5%;
    margin: auto;
    width: 14px;
    height: 14px;
  }
  .home-bottom-navigation ul li a p span {
    font-size: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-bottom-navigation ul li a p {
    font-size: clamp(107.1428571429%, 1.5vw, 128.5714285714%);
  }
  .home-bottom-navigation ul li a p span {
    font-size: 110.7142857143%;
  }
}
.home-bottom-navigation__howtobuy {
  background: #db3458;
}
.home-bottom-navigation__howtobuy a {
  font-feature-settings: "pwid" 1;
  font-weight: 900;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.7em 0 0.7em 9.3em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home-bottom-navigation__howtobuy a {
    padding: 0.75em 2.5em 0.75em 4.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .home-bottom-navigation__howtobuy a:hover {
    opacity: 1 !important;
  }
}
.home-bottom-navigation__howtobuy a span {
  color: #fff;
  font-size: 114.2857142857%;
}
@media screen and (min-width: 768px) {
  .home-bottom-navigation__howtobuy a span {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
  }
}
@media screen and (max-width: 767px) {
  .home-bottom-navigation__howtobuy a span {
    flex: 1 1 auto;
    padding: 0 0.25em;
  }
}
.home-bottom-navigation__howtobuy a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 4px;
  margin: auto;
  left: 2%;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/bottomnavi_howtobuy_img01.svg) no-repeat center center;
  background-size: contain;
  width: 105px;
  height: 70px;
  transform: translateY(-16%);
}
@media screen and (max-width: 767px) {
  .home-bottom-navigation__howtobuy a::before {
    left: 10px;
    transform: translateY(-8%);
  }
}
.home-bottom-navigation__howtobuy a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 1.1em;
  width: 24px;
  height: 24px;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2026/icon_arrow_sw.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .home-bottom-navigation__howtobuy a:after {
    right: 0.65em;
  }
}

.bgg-feature-begin {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bgg-feature-begin {
    margin-bottom: -20px;
  }
}

@media screen and (min-width: 768px) {
  .expiration-points__inner {
    width: 1064px;
  }
}
.expiration-points__inner .home-point-child-txt {
  letter-spacing: 0.02em;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -15px;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  opacity: 0.3;
}
.slick-slide:hover {
  opacity: 0.3;
}
.slick-slide.slick-current {
  opacity: 1;
}
.slick-slide.slick-current:hover {
  opacity: 0.7;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide {
  margin: 0 8px;
}
@media screen and (min-width: 768px) {
  .slick-slide {
    margin: 0 15px;
  }
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots li.slick-active button {
  background: #58c2dd !important;
}
.slick-dots li button {
  background: #d5d5d5 !important;
  border-radius: 20px !important;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 142.8571428571%;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 1em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: 2.2em;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slick-dots li {
    margin: 0 8px;
  }
}
.slick-dots li button {
  border: 0;
  font-size: 0px;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 10px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slick-dots li button {
    height: 16px;
    width: 16px;
    line-height: 16px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.u-m0 {
  margin: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-p0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-m5 {
  margin: 5px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-p5 {
  padding: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-m15 {
  margin: 15px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-m25 {
  margin: 25px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-m35 {
  margin: 35px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-p35 {
  padding: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-m45 {
  margin: 45px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-p45 {
  padding: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-m55 {
  margin: 55px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-p55 {
  padding: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-m60 {
  margin: 60px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-p60 {
  padding: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-m65 {
  margin: 65px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-p65 {
  padding: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-m70 {
  margin: 70px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-p70 {
  padding: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-m75 {
  margin: 75px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-p75 {
  padding: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-m80 {
  margin: 80px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-p80 {
  padding: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-m85 {
  margin: 85px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-p85 {
  padding: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-m90 {
  margin: 90px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-p90 {
  padding: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-m95 {
  margin: 95px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-p95 {
  padding: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-m100 {
  margin: 100px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-p100 {
  padding: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-m105 {
  margin: 105px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mr105 {
  margin-right: 105px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-ml105 {
  margin-left: 105px !important;
}

.u-p105 {
  padding: 105px !important;
}

.u-pt105 {
  padding-top: 105px !important;
}

.u-pr105 {
  padding-right: 105px !important;
}

.u-pb105 {
  padding-bottom: 105px !important;
}

.u-pl105 {
  padding-left: 105px !important;
}

.u-m110 {
  margin: 110px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mr110 {
  margin-right: 110px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-p110 {
  padding: 110px !important;
}

.u-pt110 {
  padding-top: 110px !important;
}

.u-pr110 {
  padding-right: 110px !important;
}

.u-pb110 {
  padding-bottom: 110px !important;
}

.u-pl110 {
  padding-left: 110px !important;
}

.u-m115 {
  margin: 115px !important;
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mr115 {
  margin-right: 115px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-ml115 {
  margin-left: 115px !important;
}

.u-p115 {
  padding: 115px !important;
}

.u-pt115 {
  padding-top: 115px !important;
}

.u-pr115 {
  padding-right: 115px !important;
}

.u-pb115 {
  padding-bottom: 115px !important;
}

.u-pl115 {
  padding-left: 115px !important;
}

.u-m120 {
  margin: 120px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-p120 {
  padding: 120px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pr120 {
  padding-right: 120px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pl120 {
  padding-left: 120px !important;
}

.u-m125 {
  margin: 125px !important;
}

.u-mt125 {
  margin-top: 125px !important;
}

.u-mr125 {
  margin-right: 125px !important;
}

.u-mb125 {
  margin-bottom: 125px !important;
}

.u-ml125 {
  margin-left: 125px !important;
}

.u-p125 {
  padding: 125px !important;
}

.u-pt125 {
  padding-top: 125px !important;
}

.u-pr125 {
  padding-right: 125px !important;
}

.u-pb125 {
  padding-bottom: 125px !important;
}

.u-pl125 {
  padding-left: 125px !important;
}

.u-m130 {
  margin: 130px !important;
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mr130 {
  margin-right: 130px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-ml130 {
  margin-left: 130px !important;
}

.u-p130 {
  padding: 130px !important;
}

.u-pt130 {
  padding-top: 130px !important;
}

.u-pr130 {
  padding-right: 130px !important;
}

.u-pb130 {
  padding-bottom: 130px !important;
}

.u-pl130 {
  padding-left: 130px !important;
}

.u-m135 {
  margin: 135px !important;
}

.u-mt135 {
  margin-top: 135px !important;
}

.u-mr135 {
  margin-right: 135px !important;
}

.u-mb135 {
  margin-bottom: 135px !important;
}

.u-ml135 {
  margin-left: 135px !important;
}

.u-p135 {
  padding: 135px !important;
}

.u-pt135 {
  padding-top: 135px !important;
}

.u-pr135 {
  padding-right: 135px !important;
}

.u-pb135 {
  padding-bottom: 135px !important;
}

.u-pl135 {
  padding-left: 135px !important;
}

.u-m140 {
  margin: 140px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mr140 {
  margin-right: 140px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-ml140 {
  margin-left: 140px !important;
}

.u-p140 {
  padding: 140px !important;
}

.u-pt140 {
  padding-top: 140px !important;
}

.u-pr140 {
  padding-right: 140px !important;
}

.u-pb140 {
  padding-bottom: 140px !important;
}

.u-pl140 {
  padding-left: 140px !important;
}

.u-m145 {
  margin: 145px !important;
}

.u-mt145 {
  margin-top: 145px !important;
}

.u-mr145 {
  margin-right: 145px !important;
}

.u-mb145 {
  margin-bottom: 145px !important;
}

.u-ml145 {
  margin-left: 145px !important;
}

.u-p145 {
  padding: 145px !important;
}

.u-pt145 {
  padding-top: 145px !important;
}

.u-pr145 {
  padding-right: 145px !important;
}

.u-pb145 {
  padding-bottom: 145px !important;
}

.u-pl145 {
  padding-left: 145px !important;
}

.u-m150 {
  margin: 150px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mr150 {
  margin-right: 150px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-ml150 {
  margin-left: 150px !important;
}

.u-p150 {
  padding: 150px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pr150 {
  padding-right: 150px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pl150 {
  padding-left: 150px !important;
}

.u-m155 {
  margin: 155px !important;
}

.u-mt155 {
  margin-top: 155px !important;
}

.u-mr155 {
  margin-right: 155px !important;
}

.u-mb155 {
  margin-bottom: 155px !important;
}

.u-ml155 {
  margin-left: 155px !important;
}

.u-p155 {
  padding: 155px !important;
}

.u-pt155 {
  padding-top: 155px !important;
}

.u-pr155 {
  padding-right: 155px !important;
}

.u-pb155 {
  padding-bottom: 155px !important;
}

.u-pl155 {
  padding-left: 155px !important;
}

.u-m160 {
  margin: 160px !important;
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mr160 {
  margin-right: 160px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-ml160 {
  margin-left: 160px !important;
}

.u-p160 {
  padding: 160px !important;
}

.u-pt160 {
  padding-top: 160px !important;
}

.u-pr160 {
  padding-right: 160px !important;
}

.u-pb160 {
  padding-bottom: 160px !important;
}

.u-pl160 {
  padding-left: 160px !important;
}

.u-m165 {
  margin: 165px !important;
}

.u-mt165 {
  margin-top: 165px !important;
}

.u-mr165 {
  margin-right: 165px !important;
}

.u-mb165 {
  margin-bottom: 165px !important;
}

.u-ml165 {
  margin-left: 165px !important;
}

.u-p165 {
  padding: 165px !important;
}

.u-pt165 {
  padding-top: 165px !important;
}

.u-pr165 {
  padding-right: 165px !important;
}

.u-pb165 {
  padding-bottom: 165px !important;
}

.u-pl165 {
  padding-left: 165px !important;
}

.u-m170 {
  margin: 170px !important;
}

.u-mt170 {
  margin-top: 170px !important;
}

.u-mr170 {
  margin-right: 170px !important;
}

.u-mb170 {
  margin-bottom: 170px !important;
}

.u-ml170 {
  margin-left: 170px !important;
}

.u-p170 {
  padding: 170px !important;
}

.u-pt170 {
  padding-top: 170px !important;
}

.u-pr170 {
  padding-right: 170px !important;
}

.u-pb170 {
  padding-bottom: 170px !important;
}

.u-pl170 {
  padding-left: 170px !important;
}

.u-m175 {
  margin: 175px !important;
}

.u-mt175 {
  margin-top: 175px !important;
}

.u-mr175 {
  margin-right: 175px !important;
}

.u-mb175 {
  margin-bottom: 175px !important;
}

.u-ml175 {
  margin-left: 175px !important;
}

.u-p175 {
  padding: 175px !important;
}

.u-pt175 {
  padding-top: 175px !important;
}

.u-pr175 {
  padding-right: 175px !important;
}

.u-pb175 {
  padding-bottom: 175px !important;
}

.u-pl175 {
  padding-left: 175px !important;
}

.u-m180 {
  margin: 180px !important;
}

.u-mt180 {
  margin-top: 180px !important;
}

.u-mr180 {
  margin-right: 180px !important;
}

.u-mb180 {
  margin-bottom: 180px !important;
}

.u-ml180 {
  margin-left: 180px !important;
}

.u-p180 {
  padding: 180px !important;
}

.u-pt180 {
  padding-top: 180px !important;
}

.u-pr180 {
  padding-right: 180px !important;
}

.u-pb180 {
  padding-bottom: 180px !important;
}

.u-pl180 {
  padding-left: 180px !important;
}

.u-m185 {
  margin: 185px !important;
}

.u-mt185 {
  margin-top: 185px !important;
}

.u-mr185 {
  margin-right: 185px !important;
}

.u-mb185 {
  margin-bottom: 185px !important;
}

.u-ml185 {
  margin-left: 185px !important;
}

.u-p185 {
  padding: 185px !important;
}

.u-pt185 {
  padding-top: 185px !important;
}

.u-pr185 {
  padding-right: 185px !important;
}

.u-pb185 {
  padding-bottom: 185px !important;
}

.u-pl185 {
  padding-left: 185px !important;
}

.u-m190 {
  margin: 190px !important;
}

.u-mt190 {
  margin-top: 190px !important;
}

.u-mr190 {
  margin-right: 190px !important;
}

.u-mb190 {
  margin-bottom: 190px !important;
}

.u-ml190 {
  margin-left: 190px !important;
}

.u-p190 {
  padding: 190px !important;
}

.u-pt190 {
  padding-top: 190px !important;
}

.u-pr190 {
  padding-right: 190px !important;
}

.u-pb190 {
  padding-bottom: 190px !important;
}

.u-pl190 {
  padding-left: 190px !important;
}

.u-m195 {
  margin: 195px !important;
}

.u-mt195 {
  margin-top: 195px !important;
}

.u-mr195 {
  margin-right: 195px !important;
}

.u-mb195 {
  margin-bottom: 195px !important;
}

.u-ml195 {
  margin-left: 195px !important;
}

.u-p195 {
  padding: 195px !important;
}

.u-pt195 {
  padding-top: 195px !important;
}

.u-pr195 {
  padding-right: 195px !important;
}

.u-pb195 {
  padding-bottom: 195px !important;
}

.u-pl195 {
  padding-left: 195px !important;
}

.u-m200 {
  margin: 200px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mr200 {
  margin-right: 200px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-ml200 {
  margin-left: 200px !important;
}

.u-p200 {
  padding: 200px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pr200 {
  padding-right: 200px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

.u-pl200 {
  padding-left: 200px !important;
}

.u-m205 {
  margin: 205px !important;
}

.u-mt205 {
  margin-top: 205px !important;
}

.u-mr205 {
  margin-right: 205px !important;
}

.u-mb205 {
  margin-bottom: 205px !important;
}

.u-ml205 {
  margin-left: 205px !important;
}

.u-p205 {
  padding: 205px !important;
}

.u-pt205 {
  padding-top: 205px !important;
}

.u-pr205 {
  padding-right: 205px !important;
}

.u-pb205 {
  padding-bottom: 205px !important;
}

.u-pl205 {
  padding-left: 205px !important;
}

.u-m210 {
  margin: 210px !important;
}

.u-mt210 {
  margin-top: 210px !important;
}

.u-mr210 {
  margin-right: 210px !important;
}

.u-mb210 {
  margin-bottom: 210px !important;
}

.u-ml210 {
  margin-left: 210px !important;
}

.u-p210 {
  padding: 210px !important;
}

.u-pt210 {
  padding-top: 210px !important;
}

.u-pr210 {
  padding-right: 210px !important;
}

.u-pb210 {
  padding-bottom: 210px !important;
}

.u-pl210 {
  padding-left: 210px !important;
}

.u-m215 {
  margin: 215px !important;
}

.u-mt215 {
  margin-top: 215px !important;
}

.u-mr215 {
  margin-right: 215px !important;
}

.u-mb215 {
  margin-bottom: 215px !important;
}

.u-ml215 {
  margin-left: 215px !important;
}

.u-p215 {
  padding: 215px !important;
}

.u-pt215 {
  padding-top: 215px !important;
}

.u-pr215 {
  padding-right: 215px !important;
}

.u-pb215 {
  padding-bottom: 215px !important;
}

.u-pl215 {
  padding-left: 215px !important;
}

.u-m220 {
  margin: 220px !important;
}

.u-mt220 {
  margin-top: 220px !important;
}

.u-mr220 {
  margin-right: 220px !important;
}

.u-mb220 {
  margin-bottom: 220px !important;
}

.u-ml220 {
  margin-left: 220px !important;
}

.u-p220 {
  padding: 220px !important;
}

.u-pt220 {
  padding-top: 220px !important;
}

.u-pr220 {
  padding-right: 220px !important;
}

.u-pb220 {
  padding-bottom: 220px !important;
}

.u-pl220 {
  padding-left: 220px !important;
}

.u-m225 {
  margin: 225px !important;
}

.u-mt225 {
  margin-top: 225px !important;
}

.u-mr225 {
  margin-right: 225px !important;
}

.u-mb225 {
  margin-bottom: 225px !important;
}

.u-ml225 {
  margin-left: 225px !important;
}

.u-p225 {
  padding: 225px !important;
}

.u-pt225 {
  padding-top: 225px !important;
}

.u-pr225 {
  padding-right: 225px !important;
}

.u-pb225 {
  padding-bottom: 225px !important;
}

.u-pl225 {
  padding-left: 225px !important;
}

.u-m230 {
  margin: 230px !important;
}

.u-mt230 {
  margin-top: 230px !important;
}

.u-mr230 {
  margin-right: 230px !important;
}

.u-mb230 {
  margin-bottom: 230px !important;
}

.u-ml230 {
  margin-left: 230px !important;
}

.u-p230 {
  padding: 230px !important;
}

.u-pt230 {
  padding-top: 230px !important;
}

.u-pr230 {
  padding-right: 230px !important;
}

.u-pb230 {
  padding-bottom: 230px !important;
}

.u-pl230 {
  padding-left: 230px !important;
}

.u-m235 {
  margin: 235px !important;
}

.u-mt235 {
  margin-top: 235px !important;
}

.u-mr235 {
  margin-right: 235px !important;
}

.u-mb235 {
  margin-bottom: 235px !important;
}

.u-ml235 {
  margin-left: 235px !important;
}

.u-p235 {
  padding: 235px !important;
}

.u-pt235 {
  padding-top: 235px !important;
}

.u-pr235 {
  padding-right: 235px !important;
}

.u-pb235 {
  padding-bottom: 235px !important;
}

.u-pl235 {
  padding-left: 235px !important;
}

.u-m240 {
  margin: 240px !important;
}

.u-mt240 {
  margin-top: 240px !important;
}

.u-mr240 {
  margin-right: 240px !important;
}

.u-mb240 {
  margin-bottom: 240px !important;
}

.u-ml240 {
  margin-left: 240px !important;
}

.u-p240 {
  padding: 240px !important;
}

.u-pt240 {
  padding-top: 240px !important;
}

.u-pr240 {
  padding-right: 240px !important;
}

.u-pb240 {
  padding-bottom: 240px !important;
}

.u-pl240 {
  padding-left: 240px !important;
}

.u-m245 {
  margin: 245px !important;
}

.u-mt245 {
  margin-top: 245px !important;
}

.u-mr245 {
  margin-right: 245px !important;
}

.u-mb245 {
  margin-bottom: 245px !important;
}

.u-ml245 {
  margin-left: 245px !important;
}

.u-p245 {
  padding: 245px !important;
}

.u-pt245 {
  padding-top: 245px !important;
}

.u-pr245 {
  padding-right: 245px !important;
}

.u-pb245 {
  padding-bottom: 245px !important;
}

.u-pl245 {
  padding-left: 245px !important;
}

.u-m250 {
  margin: 250px !important;
}

.u-mt250 {
  margin-top: 250px !important;
}

.u-mr250 {
  margin-right: 250px !important;
}

.u-mb250 {
  margin-bottom: 250px !important;
}

.u-ml250 {
  margin-left: 250px !important;
}

.u-p250 {
  padding: 250px !important;
}

.u-pt250 {
  padding-top: 250px !important;
}

.u-pr250 {
  padding-right: 250px !important;
}

.u-pb250 {
  padding-bottom: 250px !important;
}

.u-pl250 {
  padding-left: 250px !important;
}

.u-m255 {
  margin: 255px !important;
}

.u-mt255 {
  margin-top: 255px !important;
}

.u-mr255 {
  margin-right: 255px !important;
}

.u-mb255 {
  margin-bottom: 255px !important;
}

.u-ml255 {
  margin-left: 255px !important;
}

.u-p255 {
  padding: 255px !important;
}

.u-pt255 {
  padding-top: 255px !important;
}

.u-pr255 {
  padding-right: 255px !important;
}

.u-pb255 {
  padding-bottom: 255px !important;
}

.u-pl255 {
  padding-left: 255px !important;
}

.u-m260 {
  margin: 260px !important;
}

.u-mt260 {
  margin-top: 260px !important;
}

.u-mr260 {
  margin-right: 260px !important;
}

.u-mb260 {
  margin-bottom: 260px !important;
}

.u-ml260 {
  margin-left: 260px !important;
}

.u-p260 {
  padding: 260px !important;
}

.u-pt260 {
  padding-top: 260px !important;
}

.u-pr260 {
  padding-right: 260px !important;
}

.u-pb260 {
  padding-bottom: 260px !important;
}

.u-pl260 {
  padding-left: 260px !important;
}

.u-m265 {
  margin: 265px !important;
}

.u-mt265 {
  margin-top: 265px !important;
}

.u-mr265 {
  margin-right: 265px !important;
}

.u-mb265 {
  margin-bottom: 265px !important;
}

.u-ml265 {
  margin-left: 265px !important;
}

.u-p265 {
  padding: 265px !important;
}

.u-pt265 {
  padding-top: 265px !important;
}

.u-pr265 {
  padding-right: 265px !important;
}

.u-pb265 {
  padding-bottom: 265px !important;
}

.u-pl265 {
  padding-left: 265px !important;
}

.u-m270 {
  margin: 270px !important;
}

.u-mt270 {
  margin-top: 270px !important;
}

.u-mr270 {
  margin-right: 270px !important;
}

.u-mb270 {
  margin-bottom: 270px !important;
}

.u-ml270 {
  margin-left: 270px !important;
}

.u-p270 {
  padding: 270px !important;
}

.u-pt270 {
  padding-top: 270px !important;
}

.u-pr270 {
  padding-right: 270px !important;
}

.u-pb270 {
  padding-bottom: 270px !important;
}

.u-pl270 {
  padding-left: 270px !important;
}

.u-m275 {
  margin: 275px !important;
}

.u-mt275 {
  margin-top: 275px !important;
}

.u-mr275 {
  margin-right: 275px !important;
}

.u-mb275 {
  margin-bottom: 275px !important;
}

.u-ml275 {
  margin-left: 275px !important;
}

.u-p275 {
  padding: 275px !important;
}

.u-pt275 {
  padding-top: 275px !important;
}

.u-pr275 {
  padding-right: 275px !important;
}

.u-pb275 {
  padding-bottom: 275px !important;
}

.u-pl275 {
  padding-left: 275px !important;
}

.u-m280 {
  margin: 280px !important;
}

.u-mt280 {
  margin-top: 280px !important;
}

.u-mr280 {
  margin-right: 280px !important;
}

.u-mb280 {
  margin-bottom: 280px !important;
}

.u-ml280 {
  margin-left: 280px !important;
}

.u-p280 {
  padding: 280px !important;
}

.u-pt280 {
  padding-top: 280px !important;
}

.u-pr280 {
  padding-right: 280px !important;
}

.u-pb280 {
  padding-bottom: 280px !important;
}

.u-pl280 {
  padding-left: 280px !important;
}

.u-m285 {
  margin: 285px !important;
}

.u-mt285 {
  margin-top: 285px !important;
}

.u-mr285 {
  margin-right: 285px !important;
}

.u-mb285 {
  margin-bottom: 285px !important;
}

.u-ml285 {
  margin-left: 285px !important;
}

.u-p285 {
  padding: 285px !important;
}

.u-pt285 {
  padding-top: 285px !important;
}

.u-pr285 {
  padding-right: 285px !important;
}

.u-pb285 {
  padding-bottom: 285px !important;
}

.u-pl285 {
  padding-left: 285px !important;
}

.u-m290 {
  margin: 290px !important;
}

.u-mt290 {
  margin-top: 290px !important;
}

.u-mr290 {
  margin-right: 290px !important;
}

.u-mb290 {
  margin-bottom: 290px !important;
}

.u-ml290 {
  margin-left: 290px !important;
}

.u-p290 {
  padding: 290px !important;
}

.u-pt290 {
  padding-top: 290px !important;
}

.u-pr290 {
  padding-right: 290px !important;
}

.u-pb290 {
  padding-bottom: 290px !important;
}

.u-pl290 {
  padding-left: 290px !important;
}

.u-m295 {
  margin: 295px !important;
}

.u-mt295 {
  margin-top: 295px !important;
}

.u-mr295 {
  margin-right: 295px !important;
}

.u-mb295 {
  margin-bottom: 295px !important;
}

.u-ml295 {
  margin-left: 295px !important;
}

.u-p295 {
  padding: 295px !important;
}

.u-pt295 {
  padding-top: 295px !important;
}

.u-pr295 {
  padding-right: 295px !important;
}

.u-pb295 {
  padding-bottom: 295px !important;
}

.u-pl295 {
  padding-left: 295px !important;
}

.u-m300 {
  margin: 300px !important;
}

.u-mt300 {
  margin-top: 300px !important;
}

.u-mr300 {
  margin-right: 300px !important;
}

.u-mb300 {
  margin-bottom: 300px !important;
}

.u-ml300 {
  margin-left: 300px !important;
}

.u-p300 {
  padding: 300px !important;
}

.u-pt300 {
  padding-top: 300px !important;
}

.u-pr300 {
  padding-right: 300px !important;
}

.u-pb300 {
  padding-bottom: 300px !important;
}

.u-pl300 {
  padding-left: 300px !important;
}

.u-m305 {
  margin: 305px !important;
}

.u-mt305 {
  margin-top: 305px !important;
}

.u-mr305 {
  margin-right: 305px !important;
}

.u-mb305 {
  margin-bottom: 305px !important;
}

.u-ml305 {
  margin-left: 305px !important;
}

.u-p305 {
  padding: 305px !important;
}

.u-pt305 {
  padding-top: 305px !important;
}

.u-pr305 {
  padding-right: 305px !important;
}

.u-pb305 {
  padding-bottom: 305px !important;
}

.u-pl305 {
  padding-left: 305px !important;
}

.u-m310 {
  margin: 310px !important;
}

.u-mt310 {
  margin-top: 310px !important;
}

.u-mr310 {
  margin-right: 310px !important;
}

.u-mb310 {
  margin-bottom: 310px !important;
}

.u-ml310 {
  margin-left: 310px !important;
}

.u-p310 {
  padding: 310px !important;
}

.u-pt310 {
  padding-top: 310px !important;
}

.u-pr310 {
  padding-right: 310px !important;
}

.u-pb310 {
  padding-bottom: 310px !important;
}

.u-pl310 {
  padding-left: 310px !important;
}

.u-m315 {
  margin: 315px !important;
}

.u-mt315 {
  margin-top: 315px !important;
}

.u-mr315 {
  margin-right: 315px !important;
}

.u-mb315 {
  margin-bottom: 315px !important;
}

.u-ml315 {
  margin-left: 315px !important;
}

.u-p315 {
  padding: 315px !important;
}

.u-pt315 {
  padding-top: 315px !important;
}

.u-pr315 {
  padding-right: 315px !important;
}

.u-pb315 {
  padding-bottom: 315px !important;
}

.u-pl315 {
  padding-left: 315px !important;
}

.u-m320 {
  margin: 320px !important;
}

.u-mt320 {
  margin-top: 320px !important;
}

.u-mr320 {
  margin-right: 320px !important;
}

.u-mb320 {
  margin-bottom: 320px !important;
}

.u-ml320 {
  margin-left: 320px !important;
}

.u-p320 {
  padding: 320px !important;
}

.u-pt320 {
  padding-top: 320px !important;
}

.u-pr320 {
  padding-right: 320px !important;
}

.u-pb320 {
  padding-bottom: 320px !important;
}

.u-pl320 {
  padding-left: 320px !important;
}

.u-m325 {
  margin: 325px !important;
}

.u-mt325 {
  margin-top: 325px !important;
}

.u-mr325 {
  margin-right: 325px !important;
}

.u-mb325 {
  margin-bottom: 325px !important;
}

.u-ml325 {
  margin-left: 325px !important;
}

.u-p325 {
  padding: 325px !important;
}

.u-pt325 {
  padding-top: 325px !important;
}

.u-pr325 {
  padding-right: 325px !important;
}

.u-pb325 {
  padding-bottom: 325px !important;
}

.u-pl325 {
  padding-left: 325px !important;
}

.u-m330 {
  margin: 330px !important;
}

.u-mt330 {
  margin-top: 330px !important;
}

.u-mr330 {
  margin-right: 330px !important;
}

.u-mb330 {
  margin-bottom: 330px !important;
}

.u-ml330 {
  margin-left: 330px !important;
}

.u-p330 {
  padding: 330px !important;
}

.u-pt330 {
  padding-top: 330px !important;
}

.u-pr330 {
  padding-right: 330px !important;
}

.u-pb330 {
  padding-bottom: 330px !important;
}

.u-pl330 {
  padding-left: 330px !important;
}

.u-m335 {
  margin: 335px !important;
}

.u-mt335 {
  margin-top: 335px !important;
}

.u-mr335 {
  margin-right: 335px !important;
}

.u-mb335 {
  margin-bottom: 335px !important;
}

.u-ml335 {
  margin-left: 335px !important;
}

.u-p335 {
  padding: 335px !important;
}

.u-pt335 {
  padding-top: 335px !important;
}

.u-pr335 {
  padding-right: 335px !important;
}

.u-pb335 {
  padding-bottom: 335px !important;
}

.u-pl335 {
  padding-left: 335px !important;
}

.u-m340 {
  margin: 340px !important;
}

.u-mt340 {
  margin-top: 340px !important;
}

.u-mr340 {
  margin-right: 340px !important;
}

.u-mb340 {
  margin-bottom: 340px !important;
}

.u-ml340 {
  margin-left: 340px !important;
}

.u-p340 {
  padding: 340px !important;
}

.u-pt340 {
  padding-top: 340px !important;
}

.u-pr340 {
  padding-right: 340px !important;
}

.u-pb340 {
  padding-bottom: 340px !important;
}

.u-pl340 {
  padding-left: 340px !important;
}

.u-m345 {
  margin: 345px !important;
}

.u-mt345 {
  margin-top: 345px !important;
}

.u-mr345 {
  margin-right: 345px !important;
}

.u-mb345 {
  margin-bottom: 345px !important;
}

.u-ml345 {
  margin-left: 345px !important;
}

.u-p345 {
  padding: 345px !important;
}

.u-pt345 {
  padding-top: 345px !important;
}

.u-pr345 {
  padding-right: 345px !important;
}

.u-pb345 {
  padding-bottom: 345px !important;
}

.u-pl345 {
  padding-left: 345px !important;
}

.u-m350 {
  margin: 350px !important;
}

.u-mt350 {
  margin-top: 350px !important;
}

.u-mr350 {
  margin-right: 350px !important;
}

.u-mb350 {
  margin-bottom: 350px !important;
}

.u-ml350 {
  margin-left: 350px !important;
}

.u-p350 {
  padding: 350px !important;
}

.u-pt350 {
  padding-top: 350px !important;
}

.u-pr350 {
  padding-right: 350px !important;
}

.u-pb350 {
  padding-bottom: 350px !important;
}

.u-pl350 {
  padding-left: 350px !important;
}

.u-m355 {
  margin: 355px !important;
}

.u-mt355 {
  margin-top: 355px !important;
}

.u-mr355 {
  margin-right: 355px !important;
}

.u-mb355 {
  margin-bottom: 355px !important;
}

.u-ml355 {
  margin-left: 355px !important;
}

.u-p355 {
  padding: 355px !important;
}

.u-pt355 {
  padding-top: 355px !important;
}

.u-pr355 {
  padding-right: 355px !important;
}

.u-pb355 {
  padding-bottom: 355px !important;
}

.u-pl355 {
  padding-left: 355px !important;
}

.u-m360 {
  margin: 360px !important;
}

.u-mt360 {
  margin-top: 360px !important;
}

.u-mr360 {
  margin-right: 360px !important;
}

.u-mb360 {
  margin-bottom: 360px !important;
}

.u-ml360 {
  margin-left: 360px !important;
}

.u-p360 {
  padding: 360px !important;
}

.u-pt360 {
  padding-top: 360px !important;
}

.u-pr360 {
  padding-right: 360px !important;
}

.u-pb360 {
  padding-bottom: 360px !important;
}

.u-pl360 {
  padding-left: 360px !important;
}

.u-m365 {
  margin: 365px !important;
}

.u-mt365 {
  margin-top: 365px !important;
}

.u-mr365 {
  margin-right: 365px !important;
}

.u-mb365 {
  margin-bottom: 365px !important;
}

.u-ml365 {
  margin-left: 365px !important;
}

.u-p365 {
  padding: 365px !important;
}

.u-pt365 {
  padding-top: 365px !important;
}

.u-pr365 {
  padding-right: 365px !important;
}

.u-pb365 {
  padding-bottom: 365px !important;
}

.u-pl365 {
  padding-left: 365px !important;
}

.u-m370 {
  margin: 370px !important;
}

.u-mt370 {
  margin-top: 370px !important;
}

.u-mr370 {
  margin-right: 370px !important;
}

.u-mb370 {
  margin-bottom: 370px !important;
}

.u-ml370 {
  margin-left: 370px !important;
}

.u-p370 {
  padding: 370px !important;
}

.u-pt370 {
  padding-top: 370px !important;
}

.u-pr370 {
  padding-right: 370px !important;
}

.u-pb370 {
  padding-bottom: 370px !important;
}

.u-pl370 {
  padding-left: 370px !important;
}

.u-m375 {
  margin: 375px !important;
}

.u-mt375 {
  margin-top: 375px !important;
}

.u-mr375 {
  margin-right: 375px !important;
}

.u-mb375 {
  margin-bottom: 375px !important;
}

.u-ml375 {
  margin-left: 375px !important;
}

.u-p375 {
  padding: 375px !important;
}

.u-pt375 {
  padding-top: 375px !important;
}

.u-pr375 {
  padding-right: 375px !important;
}

.u-pb375 {
  padding-bottom: 375px !important;
}

.u-pl375 {
  padding-left: 375px !important;
}

.u-m380 {
  margin: 380px !important;
}

.u-mt380 {
  margin-top: 380px !important;
}

.u-mr380 {
  margin-right: 380px !important;
}

.u-mb380 {
  margin-bottom: 380px !important;
}

.u-ml380 {
  margin-left: 380px !important;
}

.u-p380 {
  padding: 380px !important;
}

.u-pt380 {
  padding-top: 380px !important;
}

.u-pr380 {
  padding-right: 380px !important;
}

.u-pb380 {
  padding-bottom: 380px !important;
}

.u-pl380 {
  padding-left: 380px !important;
}

.u-m385 {
  margin: 385px !important;
}

.u-mt385 {
  margin-top: 385px !important;
}

.u-mr385 {
  margin-right: 385px !important;
}

.u-mb385 {
  margin-bottom: 385px !important;
}

.u-ml385 {
  margin-left: 385px !important;
}

.u-p385 {
  padding: 385px !important;
}

.u-pt385 {
  padding-top: 385px !important;
}

.u-pr385 {
  padding-right: 385px !important;
}

.u-pb385 {
  padding-bottom: 385px !important;
}

.u-pl385 {
  padding-left: 385px !important;
}

.u-m390 {
  margin: 390px !important;
}

.u-mt390 {
  margin-top: 390px !important;
}

.u-mr390 {
  margin-right: 390px !important;
}

.u-mb390 {
  margin-bottom: 390px !important;
}

.u-ml390 {
  margin-left: 390px !important;
}

.u-p390 {
  padding: 390px !important;
}

.u-pt390 {
  padding-top: 390px !important;
}

.u-pr390 {
  padding-right: 390px !important;
}

.u-pb390 {
  padding-bottom: 390px !important;
}

.u-pl390 {
  padding-left: 390px !important;
}

.u-m395 {
  margin: 395px !important;
}

.u-mt395 {
  margin-top: 395px !important;
}

.u-mr395 {
  margin-right: 395px !important;
}

.u-mb395 {
  margin-bottom: 395px !important;
}

.u-ml395 {
  margin-left: 395px !important;
}

.u-p395 {
  padding: 395px !important;
}

.u-pt395 {
  padding-top: 395px !important;
}

.u-pr395 {
  padding-right: 395px !important;
}

.u-pb395 {
  padding-bottom: 395px !important;
}

.u-pl395 {
  padding-left: 395px !important;
}

.u-m400 {
  margin: 400px !important;
}

.u-mt400 {
  margin-top: 400px !important;
}

.u-mr400 {
  margin-right: 400px !important;
}

.u-mb400 {
  margin-bottom: 400px !important;
}

.u-ml400 {
  margin-left: 400px !important;
}

.u-p400 {
  padding: 400px !important;
}

.u-pt400 {
  padding-top: 400px !important;
}

.u-pr400 {
  padding-right: 400px !important;
}

.u-pb400 {
  padding-bottom: 400px !important;
}

.u-pl400 {
  padding-left: 400px !important;
}

.u-m405 {
  margin: 405px !important;
}

.u-mt405 {
  margin-top: 405px !important;
}

.u-mr405 {
  margin-right: 405px !important;
}

.u-mb405 {
  margin-bottom: 405px !important;
}

.u-ml405 {
  margin-left: 405px !important;
}

.u-p405 {
  padding: 405px !important;
}

.u-pt405 {
  padding-top: 405px !important;
}

.u-pr405 {
  padding-right: 405px !important;
}

.u-pb405 {
  padding-bottom: 405px !important;
}

.u-pl405 {
  padding-left: 405px !important;
}

.u-m410 {
  margin: 410px !important;
}

.u-mt410 {
  margin-top: 410px !important;
}

.u-mr410 {
  margin-right: 410px !important;
}

.u-mb410 {
  margin-bottom: 410px !important;
}

.u-ml410 {
  margin-left: 410px !important;
}

.u-p410 {
  padding: 410px !important;
}

.u-pt410 {
  padding-top: 410px !important;
}

.u-pr410 {
  padding-right: 410px !important;
}

.u-pb410 {
  padding-bottom: 410px !important;
}

.u-pl410 {
  padding-left: 410px !important;
}

.u-m415 {
  margin: 415px !important;
}

.u-mt415 {
  margin-top: 415px !important;
}

.u-mr415 {
  margin-right: 415px !important;
}

.u-mb415 {
  margin-bottom: 415px !important;
}

.u-ml415 {
  margin-left: 415px !important;
}

.u-p415 {
  padding: 415px !important;
}

.u-pt415 {
  padding-top: 415px !important;
}

.u-pr415 {
  padding-right: 415px !important;
}

.u-pb415 {
  padding-bottom: 415px !important;
}

.u-pl415 {
  padding-left: 415px !important;
}

.u-m420 {
  margin: 420px !important;
}

.u-mt420 {
  margin-top: 420px !important;
}

.u-mr420 {
  margin-right: 420px !important;
}

.u-mb420 {
  margin-bottom: 420px !important;
}

.u-ml420 {
  margin-left: 420px !important;
}

.u-p420 {
  padding: 420px !important;
}

.u-pt420 {
  padding-top: 420px !important;
}

.u-pr420 {
  padding-right: 420px !important;
}

.u-pb420 {
  padding-bottom: 420px !important;
}

.u-pl420 {
  padding-left: 420px !important;
}

.u-m425 {
  margin: 425px !important;
}

.u-mt425 {
  margin-top: 425px !important;
}

.u-mr425 {
  margin-right: 425px !important;
}

.u-mb425 {
  margin-bottom: 425px !important;
}

.u-ml425 {
  margin-left: 425px !important;
}

.u-p425 {
  padding: 425px !important;
}

.u-pt425 {
  padding-top: 425px !important;
}

.u-pr425 {
  padding-right: 425px !important;
}

.u-pb425 {
  padding-bottom: 425px !important;
}

.u-pl425 {
  padding-left: 425px !important;
}

.u-m430 {
  margin: 430px !important;
}

.u-mt430 {
  margin-top: 430px !important;
}

.u-mr430 {
  margin-right: 430px !important;
}

.u-mb430 {
  margin-bottom: 430px !important;
}

.u-ml430 {
  margin-left: 430px !important;
}

.u-p430 {
  padding: 430px !important;
}

.u-pt430 {
  padding-top: 430px !important;
}

.u-pr430 {
  padding-right: 430px !important;
}

.u-pb430 {
  padding-bottom: 430px !important;
}

.u-pl430 {
  padding-left: 430px !important;
}

.u-m435 {
  margin: 435px !important;
}

.u-mt435 {
  margin-top: 435px !important;
}

.u-mr435 {
  margin-right: 435px !important;
}

.u-mb435 {
  margin-bottom: 435px !important;
}

.u-ml435 {
  margin-left: 435px !important;
}

.u-p435 {
  padding: 435px !important;
}

.u-pt435 {
  padding-top: 435px !important;
}

.u-pr435 {
  padding-right: 435px !important;
}

.u-pb435 {
  padding-bottom: 435px !important;
}

.u-pl435 {
  padding-left: 435px !important;
}

.u-m440 {
  margin: 440px !important;
}

.u-mt440 {
  margin-top: 440px !important;
}

.u-mr440 {
  margin-right: 440px !important;
}

.u-mb440 {
  margin-bottom: 440px !important;
}

.u-ml440 {
  margin-left: 440px !important;
}

.u-p440 {
  padding: 440px !important;
}

.u-pt440 {
  padding-top: 440px !important;
}

.u-pr440 {
  padding-right: 440px !important;
}

.u-pb440 {
  padding-bottom: 440px !important;
}

.u-pl440 {
  padding-left: 440px !important;
}

.u-m445 {
  margin: 445px !important;
}

.u-mt445 {
  margin-top: 445px !important;
}

.u-mr445 {
  margin-right: 445px !important;
}

.u-mb445 {
  margin-bottom: 445px !important;
}

.u-ml445 {
  margin-left: 445px !important;
}

.u-p445 {
  padding: 445px !important;
}

.u-pt445 {
  padding-top: 445px !important;
}

.u-pr445 {
  padding-right: 445px !important;
}

.u-pb445 {
  padding-bottom: 445px !important;
}

.u-pl445 {
  padding-left: 445px !important;
}

.u-m450 {
  margin: 450px !important;
}

.u-mt450 {
  margin-top: 450px !important;
}

.u-mr450 {
  margin-right: 450px !important;
}

.u-mb450 {
  margin-bottom: 450px !important;
}

.u-ml450 {
  margin-left: 450px !important;
}

.u-p450 {
  padding: 450px !important;
}

.u-pt450 {
  padding-top: 450px !important;
}

.u-pr450 {
  padding-right: 450px !important;
}

.u-pb450 {
  padding-bottom: 450px !important;
}

.u-pl450 {
  padding-left: 450px !important;
}

.u-m455 {
  margin: 455px !important;
}

.u-mt455 {
  margin-top: 455px !important;
}

.u-mr455 {
  margin-right: 455px !important;
}

.u-mb455 {
  margin-bottom: 455px !important;
}

.u-ml455 {
  margin-left: 455px !important;
}

.u-p455 {
  padding: 455px !important;
}

.u-pt455 {
  padding-top: 455px !important;
}

.u-pr455 {
  padding-right: 455px !important;
}

.u-pb455 {
  padding-bottom: 455px !important;
}

.u-pl455 {
  padding-left: 455px !important;
}

.u-m460 {
  margin: 460px !important;
}

.u-mt460 {
  margin-top: 460px !important;
}

.u-mr460 {
  margin-right: 460px !important;
}

.u-mb460 {
  margin-bottom: 460px !important;
}

.u-ml460 {
  margin-left: 460px !important;
}

.u-p460 {
  padding: 460px !important;
}

.u-pt460 {
  padding-top: 460px !important;
}

.u-pr460 {
  padding-right: 460px !important;
}

.u-pb460 {
  padding-bottom: 460px !important;
}

.u-pl460 {
  padding-left: 460px !important;
}

.u-m465 {
  margin: 465px !important;
}

.u-mt465 {
  margin-top: 465px !important;
}

.u-mr465 {
  margin-right: 465px !important;
}

.u-mb465 {
  margin-bottom: 465px !important;
}

.u-ml465 {
  margin-left: 465px !important;
}

.u-p465 {
  padding: 465px !important;
}

.u-pt465 {
  padding-top: 465px !important;
}

.u-pr465 {
  padding-right: 465px !important;
}

.u-pb465 {
  padding-bottom: 465px !important;
}

.u-pl465 {
  padding-left: 465px !important;
}

.u-m470 {
  margin: 470px !important;
}

.u-mt470 {
  margin-top: 470px !important;
}

.u-mr470 {
  margin-right: 470px !important;
}

.u-mb470 {
  margin-bottom: 470px !important;
}

.u-ml470 {
  margin-left: 470px !important;
}

.u-p470 {
  padding: 470px !important;
}

.u-pt470 {
  padding-top: 470px !important;
}

.u-pr470 {
  padding-right: 470px !important;
}

.u-pb470 {
  padding-bottom: 470px !important;
}

.u-pl470 {
  padding-left: 470px !important;
}

.u-m475 {
  margin: 475px !important;
}

.u-mt475 {
  margin-top: 475px !important;
}

.u-mr475 {
  margin-right: 475px !important;
}

.u-mb475 {
  margin-bottom: 475px !important;
}

.u-ml475 {
  margin-left: 475px !important;
}

.u-p475 {
  padding: 475px !important;
}

.u-pt475 {
  padding-top: 475px !important;
}

.u-pr475 {
  padding-right: 475px !important;
}

.u-pb475 {
  padding-bottom: 475px !important;
}

.u-pl475 {
  padding-left: 475px !important;
}

.u-m480 {
  margin: 480px !important;
}

.u-mt480 {
  margin-top: 480px !important;
}

.u-mr480 {
  margin-right: 480px !important;
}

.u-mb480 {
  margin-bottom: 480px !important;
}

.u-ml480 {
  margin-left: 480px !important;
}

.u-p480 {
  padding: 480px !important;
}

.u-pt480 {
  padding-top: 480px !important;
}

.u-pr480 {
  padding-right: 480px !important;
}

.u-pb480 {
  padding-bottom: 480px !important;
}

.u-pl480 {
  padding-left: 480px !important;
}

.u-m485 {
  margin: 485px !important;
}

.u-mt485 {
  margin-top: 485px !important;
}

.u-mr485 {
  margin-right: 485px !important;
}

.u-mb485 {
  margin-bottom: 485px !important;
}

.u-ml485 {
  margin-left: 485px !important;
}

.u-p485 {
  padding: 485px !important;
}

.u-pt485 {
  padding-top: 485px !important;
}

.u-pr485 {
  padding-right: 485px !important;
}

.u-pb485 {
  padding-bottom: 485px !important;
}

.u-pl485 {
  padding-left: 485px !important;
}

.u-m490 {
  margin: 490px !important;
}

.u-mt490 {
  margin-top: 490px !important;
}

.u-mr490 {
  margin-right: 490px !important;
}

.u-mb490 {
  margin-bottom: 490px !important;
}

.u-ml490 {
  margin-left: 490px !important;
}

.u-p490 {
  padding: 490px !important;
}

.u-pt490 {
  padding-top: 490px !important;
}

.u-pr490 {
  padding-right: 490px !important;
}

.u-pb490 {
  padding-bottom: 490px !important;
}

.u-pl490 {
  padding-left: 490px !important;
}

.u-m495 {
  margin: 495px !important;
}

.u-mt495 {
  margin-top: 495px !important;
}

.u-mr495 {
  margin-right: 495px !important;
}

.u-mb495 {
  margin-bottom: 495px !important;
}

.u-ml495 {
  margin-left: 495px !important;
}

.u-p495 {
  padding: 495px !important;
}

.u-pt495 {
  padding-top: 495px !important;
}

.u-pr495 {
  padding-right: 495px !important;
}

.u-pb495 {
  padding-bottom: 495px !important;
}

.u-pl495 {
  padding-left: 495px !important;
}

.u-m500 {
  margin: 500px !important;
}

.u-mt500 {
  margin-top: 500px !important;
}

.u-mr500 {
  margin-right: 500px !important;
}

.u-mb500 {
  margin-bottom: 500px !important;
}

.u-ml500 {
  margin-left: 500px !important;
}

.u-p500 {
  padding: 500px !important;
}

.u-pt500 {
  padding-top: 500px !important;
}

.u-pr500 {
  padding-right: 500px !important;
}

.u-pb500 {
  padding-bottom: 500px !important;
}

.u-pl500 {
  padding-left: 500px !important;
}

@media all and (max-width: 767px) {
  .u-m0 {
    margin: 0px !important;
  }
  .u-mt0 {
    margin-top: 0px !important;
  }
  .u-mr0 {
    margin-right: 0px !important;
  }
  .u-mb0 {
    margin-bottom: 0px !important;
  }
  .u-ml0 {
    margin-left: 0px !important;
  }
  .u-p0 {
    padding: 0px !important;
  }
  .u-pt0 {
    padding-top: 0px !important;
  }
  .u-pr0 {
    padding-right: 0px !important;
  }
  .u-pb0 {
    padding-bottom: 0px !important;
  }
  .u-pl0 {
    padding-left: 0px !important;
  }
  .u-m5 {
    margin: 2.5px !important;
  }
  .u-mt5 {
    margin-top: 2.5px !important;
  }
  .u-mr5 {
    margin-right: 2.5px !important;
  }
  .u-mb5 {
    margin-bottom: 2.5px !important;
  }
  .u-ml5 {
    margin-left: 2.5px !important;
  }
  .u-p5 {
    padding: 2.5px !important;
  }
  .u-pt5 {
    padding-top: 2.5px !important;
  }
  .u-pr5 {
    padding-right: 2.5px !important;
  }
  .u-pb5 {
    padding-bottom: 2.5px !important;
  }
  .u-pl5 {
    padding-left: 2.5px !important;
  }
  .u-m10 {
    margin: 5px !important;
  }
  .u-mt10 {
    margin-top: 5px !important;
  }
  .u-mr10 {
    margin-right: 5px !important;
  }
  .u-mb10 {
    margin-bottom: 5px !important;
  }
  .u-ml10 {
    margin-left: 5px !important;
  }
  .u-p10 {
    padding: 5px !important;
  }
  .u-pt10 {
    padding-top: 5px !important;
  }
  .u-pr10 {
    padding-right: 5px !important;
  }
  .u-pb10 {
    padding-bottom: 5px !important;
  }
  .u-pl10 {
    padding-left: 5px !important;
  }
  .u-m15 {
    margin: 7.5px !important;
  }
  .u-mt15 {
    margin-top: 7.5px !important;
  }
  .u-mr15 {
    margin-right: 7.5px !important;
  }
  .u-mb15 {
    margin-bottom: 7.5px !important;
  }
  .u-ml15 {
    margin-left: 7.5px !important;
  }
  .u-p15 {
    padding: 7.5px !important;
  }
  .u-pt15 {
    padding-top: 7.5px !important;
  }
  .u-pr15 {
    padding-right: 7.5px !important;
  }
  .u-pb15 {
    padding-bottom: 7.5px !important;
  }
  .u-pl15 {
    padding-left: 7.5px !important;
  }
  .u-m20 {
    margin: 10px !important;
  }
  .u-mt20 {
    margin-top: 10px !important;
  }
  .u-mr20 {
    margin-right: 10px !important;
  }
  .u-mb20 {
    margin-bottom: 10px !important;
  }
  .u-ml20 {
    margin-left: 10px !important;
  }
  .u-p20 {
    padding: 10px !important;
  }
  .u-pt20 {
    padding-top: 10px !important;
  }
  .u-pr20 {
    padding-right: 10px !important;
  }
  .u-pb20 {
    padding-bottom: 10px !important;
  }
  .u-pl20 {
    padding-left: 10px !important;
  }
  .u-m25 {
    margin: 12.5px !important;
  }
  .u-mt25 {
    margin-top: 12.5px !important;
  }
  .u-mr25 {
    margin-right: 12.5px !important;
  }
  .u-mb25 {
    margin-bottom: 12.5px !important;
  }
  .u-ml25 {
    margin-left: 12.5px !important;
  }
  .u-p25 {
    padding: 12.5px !important;
  }
  .u-pt25 {
    padding-top: 12.5px !important;
  }
  .u-pr25 {
    padding-right: 12.5px !important;
  }
  .u-pb25 {
    padding-bottom: 12.5px !important;
  }
  .u-pl25 {
    padding-left: 12.5px !important;
  }
  .u-m30 {
    margin: 15px !important;
  }
  .u-mt30 {
    margin-top: 15px !important;
  }
  .u-mr30 {
    margin-right: 15px !important;
  }
  .u-mb30 {
    margin-bottom: 15px !important;
  }
  .u-ml30 {
    margin-left: 15px !important;
  }
  .u-p30 {
    padding: 15px !important;
  }
  .u-pt30 {
    padding-top: 15px !important;
  }
  .u-pr30 {
    padding-right: 15px !important;
  }
  .u-pb30 {
    padding-bottom: 15px !important;
  }
  .u-pl30 {
    padding-left: 15px !important;
  }
  .u-m35 {
    margin: 17.5px !important;
  }
  .u-mt35 {
    margin-top: 17.5px !important;
  }
  .u-mr35 {
    margin-right: 17.5px !important;
  }
  .u-mb35 {
    margin-bottom: 17.5px !important;
  }
  .u-ml35 {
    margin-left: 17.5px !important;
  }
  .u-p35 {
    padding: 17.5px !important;
  }
  .u-pt35 {
    padding-top: 17.5px !important;
  }
  .u-pr35 {
    padding-right: 17.5px !important;
  }
  .u-pb35 {
    padding-bottom: 17.5px !important;
  }
  .u-pl35 {
    padding-left: 17.5px !important;
  }
  .u-m40 {
    margin: 20px !important;
  }
  .u-mt40 {
    margin-top: 20px !important;
  }
  .u-mr40 {
    margin-right: 20px !important;
  }
  .u-mb40 {
    margin-bottom: 20px !important;
  }
  .u-ml40 {
    margin-left: 20px !important;
  }
  .u-p40 {
    padding: 20px !important;
  }
  .u-pt40 {
    padding-top: 20px !important;
  }
  .u-pr40 {
    padding-right: 20px !important;
  }
  .u-pb40 {
    padding-bottom: 20px !important;
  }
  .u-pl40 {
    padding-left: 20px !important;
  }
  .u-m45 {
    margin: 22.5px !important;
  }
  .u-mt45 {
    margin-top: 22.5px !important;
  }
  .u-mr45 {
    margin-right: 22.5px !important;
  }
  .u-mb45 {
    margin-bottom: 22.5px !important;
  }
  .u-ml45 {
    margin-left: 22.5px !important;
  }
  .u-p45 {
    padding: 22.5px !important;
  }
  .u-pt45 {
    padding-top: 22.5px !important;
  }
  .u-pr45 {
    padding-right: 22.5px !important;
  }
  .u-pb45 {
    padding-bottom: 22.5px !important;
  }
  .u-pl45 {
    padding-left: 22.5px !important;
  }
  .u-m50 {
    margin: 25px !important;
  }
  .u-mt50 {
    margin-top: 25px !important;
  }
  .u-mr50 {
    margin-right: 25px !important;
  }
  .u-mb50 {
    margin-bottom: 25px !important;
  }
  .u-ml50 {
    margin-left: 25px !important;
  }
  .u-p50 {
    padding: 25px !important;
  }
  .u-pt50 {
    padding-top: 25px !important;
  }
  .u-pr50 {
    padding-right: 25px !important;
  }
  .u-pb50 {
    padding-bottom: 25px !important;
  }
  .u-pl50 {
    padding-left: 25px !important;
  }
  .u-m55 {
    margin: 27.5px !important;
  }
  .u-mt55 {
    margin-top: 27.5px !important;
  }
  .u-mr55 {
    margin-right: 27.5px !important;
  }
  .u-mb55 {
    margin-bottom: 27.5px !important;
  }
  .u-ml55 {
    margin-left: 27.5px !important;
  }
  .u-p55 {
    padding: 27.5px !important;
  }
  .u-pt55 {
    padding-top: 27.5px !important;
  }
  .u-pr55 {
    padding-right: 27.5px !important;
  }
  .u-pb55 {
    padding-bottom: 27.5px !important;
  }
  .u-pl55 {
    padding-left: 27.5px !important;
  }
  .u-m60 {
    margin: 30px !important;
  }
  .u-mt60 {
    margin-top: 30px !important;
  }
  .u-mr60 {
    margin-right: 30px !important;
  }
  .u-mb60 {
    margin-bottom: 30px !important;
  }
  .u-ml60 {
    margin-left: 30px !important;
  }
  .u-p60 {
    padding: 30px !important;
  }
  .u-pt60 {
    padding-top: 30px !important;
  }
  .u-pr60 {
    padding-right: 30px !important;
  }
  .u-pb60 {
    padding-bottom: 30px !important;
  }
  .u-pl60 {
    padding-left: 30px !important;
  }
  .u-m65 {
    margin: 32.5px !important;
  }
  .u-mt65 {
    margin-top: 32.5px !important;
  }
  .u-mr65 {
    margin-right: 32.5px !important;
  }
  .u-mb65 {
    margin-bottom: 32.5px !important;
  }
  .u-ml65 {
    margin-left: 32.5px !important;
  }
  .u-p65 {
    padding: 32.5px !important;
  }
  .u-pt65 {
    padding-top: 32.5px !important;
  }
  .u-pr65 {
    padding-right: 32.5px !important;
  }
  .u-pb65 {
    padding-bottom: 32.5px !important;
  }
  .u-pl65 {
    padding-left: 32.5px !important;
  }
  .u-m70 {
    margin: 35px !important;
  }
  .u-mt70 {
    margin-top: 35px !important;
  }
  .u-mr70 {
    margin-right: 35px !important;
  }
  .u-mb70 {
    margin-bottom: 35px !important;
  }
  .u-ml70 {
    margin-left: 35px !important;
  }
  .u-p70 {
    padding: 35px !important;
  }
  .u-pt70 {
    padding-top: 35px !important;
  }
  .u-pr70 {
    padding-right: 35px !important;
  }
  .u-pb70 {
    padding-bottom: 35px !important;
  }
  .u-pl70 {
    padding-left: 35px !important;
  }
  .u-m75 {
    margin: 37.5px !important;
  }
  .u-mt75 {
    margin-top: 37.5px !important;
  }
  .u-mr75 {
    margin-right: 37.5px !important;
  }
  .u-mb75 {
    margin-bottom: 37.5px !important;
  }
  .u-ml75 {
    margin-left: 37.5px !important;
  }
  .u-p75 {
    padding: 37.5px !important;
  }
  .u-pt75 {
    padding-top: 37.5px !important;
  }
  .u-pr75 {
    padding-right: 37.5px !important;
  }
  .u-pb75 {
    padding-bottom: 37.5px !important;
  }
  .u-pl75 {
    padding-left: 37.5px !important;
  }
  .u-m80 {
    margin: 40px !important;
  }
  .u-mt80 {
    margin-top: 40px !important;
  }
  .u-mr80 {
    margin-right: 40px !important;
  }
  .u-mb80 {
    margin-bottom: 40px !important;
  }
  .u-ml80 {
    margin-left: 40px !important;
  }
  .u-p80 {
    padding: 40px !important;
  }
  .u-pt80 {
    padding-top: 40px !important;
  }
  .u-pr80 {
    padding-right: 40px !important;
  }
  .u-pb80 {
    padding-bottom: 40px !important;
  }
  .u-pl80 {
    padding-left: 40px !important;
  }
  .u-m85 {
    margin: 42.5px !important;
  }
  .u-mt85 {
    margin-top: 42.5px !important;
  }
  .u-mr85 {
    margin-right: 42.5px !important;
  }
  .u-mb85 {
    margin-bottom: 42.5px !important;
  }
  .u-ml85 {
    margin-left: 42.5px !important;
  }
  .u-p85 {
    padding: 42.5px !important;
  }
  .u-pt85 {
    padding-top: 42.5px !important;
  }
  .u-pr85 {
    padding-right: 42.5px !important;
  }
  .u-pb85 {
    padding-bottom: 42.5px !important;
  }
  .u-pl85 {
    padding-left: 42.5px !important;
  }
  .u-m90 {
    margin: 45px !important;
  }
  .u-mt90 {
    margin-top: 45px !important;
  }
  .u-mr90 {
    margin-right: 45px !important;
  }
  .u-mb90 {
    margin-bottom: 45px !important;
  }
  .u-ml90 {
    margin-left: 45px !important;
  }
  .u-p90 {
    padding: 45px !important;
  }
  .u-pt90 {
    padding-top: 45px !important;
  }
  .u-pr90 {
    padding-right: 45px !important;
  }
  .u-pb90 {
    padding-bottom: 45px !important;
  }
  .u-pl90 {
    padding-left: 45px !important;
  }
  .u-m95 {
    margin: 47.5px !important;
  }
  .u-mt95 {
    margin-top: 47.5px !important;
  }
  .u-mr95 {
    margin-right: 47.5px !important;
  }
  .u-mb95 {
    margin-bottom: 47.5px !important;
  }
  .u-ml95 {
    margin-left: 47.5px !important;
  }
  .u-p95 {
    padding: 47.5px !important;
  }
  .u-pt95 {
    padding-top: 47.5px !important;
  }
  .u-pr95 {
    padding-right: 47.5px !important;
  }
  .u-pb95 {
    padding-bottom: 47.5px !important;
  }
  .u-pl95 {
    padding-left: 47.5px !important;
  }
  .u-m100 {
    margin: 50px !important;
  }
  .u-mt100 {
    margin-top: 50px !important;
  }
  .u-mr100 {
    margin-right: 50px !important;
  }
  .u-mb100 {
    margin-bottom: 50px !important;
  }
  .u-ml100 {
    margin-left: 50px !important;
  }
  .u-p100 {
    padding: 50px !important;
  }
  .u-pt100 {
    padding-top: 50px !important;
  }
  .u-pr100 {
    padding-right: 50px !important;
  }
  .u-pb100 {
    padding-bottom: 50px !important;
  }
  .u-pl100 {
    padding-left: 50px !important;
  }
  .u-m105 {
    margin: 52.5px !important;
  }
  .u-mt105 {
    margin-top: 52.5px !important;
  }
  .u-mr105 {
    margin-right: 52.5px !important;
  }
  .u-mb105 {
    margin-bottom: 52.5px !important;
  }
  .u-ml105 {
    margin-left: 52.5px !important;
  }
  .u-p105 {
    padding: 52.5px !important;
  }
  .u-pt105 {
    padding-top: 52.5px !important;
  }
  .u-pr105 {
    padding-right: 52.5px !important;
  }
  .u-pb105 {
    padding-bottom: 52.5px !important;
  }
  .u-pl105 {
    padding-left: 52.5px !important;
  }
  .u-m110 {
    margin: 55px !important;
  }
  .u-mt110 {
    margin-top: 55px !important;
  }
  .u-mr110 {
    margin-right: 55px !important;
  }
  .u-mb110 {
    margin-bottom: 55px !important;
  }
  .u-ml110 {
    margin-left: 55px !important;
  }
  .u-p110 {
    padding: 55px !important;
  }
  .u-pt110 {
    padding-top: 55px !important;
  }
  .u-pr110 {
    padding-right: 55px !important;
  }
  .u-pb110 {
    padding-bottom: 55px !important;
  }
  .u-pl110 {
    padding-left: 55px !important;
  }
  .u-m115 {
    margin: 57.5px !important;
  }
  .u-mt115 {
    margin-top: 57.5px !important;
  }
  .u-mr115 {
    margin-right: 57.5px !important;
  }
  .u-mb115 {
    margin-bottom: 57.5px !important;
  }
  .u-ml115 {
    margin-left: 57.5px !important;
  }
  .u-p115 {
    padding: 57.5px !important;
  }
  .u-pt115 {
    padding-top: 57.5px !important;
  }
  .u-pr115 {
    padding-right: 57.5px !important;
  }
  .u-pb115 {
    padding-bottom: 57.5px !important;
  }
  .u-pl115 {
    padding-left: 57.5px !important;
  }
  .u-m120 {
    margin: 60px !important;
  }
  .u-mt120 {
    margin-top: 60px !important;
  }
  .u-mr120 {
    margin-right: 60px !important;
  }
  .u-mb120 {
    margin-bottom: 60px !important;
  }
  .u-ml120 {
    margin-left: 60px !important;
  }
  .u-p120 {
    padding: 60px !important;
  }
  .u-pt120 {
    padding-top: 60px !important;
  }
  .u-pr120 {
    padding-right: 60px !important;
  }
  .u-pb120 {
    padding-bottom: 60px !important;
  }
  .u-pl120 {
    padding-left: 60px !important;
  }
  .u-m125 {
    margin: 62.5px !important;
  }
  .u-mt125 {
    margin-top: 62.5px !important;
  }
  .u-mr125 {
    margin-right: 62.5px !important;
  }
  .u-mb125 {
    margin-bottom: 62.5px !important;
  }
  .u-ml125 {
    margin-left: 62.5px !important;
  }
  .u-p125 {
    padding: 62.5px !important;
  }
  .u-pt125 {
    padding-top: 62.5px !important;
  }
  .u-pr125 {
    padding-right: 62.5px !important;
  }
  .u-pb125 {
    padding-bottom: 62.5px !important;
  }
  .u-pl125 {
    padding-left: 62.5px !important;
  }
  .u-m130 {
    margin: 65px !important;
  }
  .u-mt130 {
    margin-top: 65px !important;
  }
  .u-mr130 {
    margin-right: 65px !important;
  }
  .u-mb130 {
    margin-bottom: 65px !important;
  }
  .u-ml130 {
    margin-left: 65px !important;
  }
  .u-p130 {
    padding: 65px !important;
  }
  .u-pt130 {
    padding-top: 65px !important;
  }
  .u-pr130 {
    padding-right: 65px !important;
  }
  .u-pb130 {
    padding-bottom: 65px !important;
  }
  .u-pl130 {
    padding-left: 65px !important;
  }
  .u-m135 {
    margin: 67.5px !important;
  }
  .u-mt135 {
    margin-top: 67.5px !important;
  }
  .u-mr135 {
    margin-right: 67.5px !important;
  }
  .u-mb135 {
    margin-bottom: 67.5px !important;
  }
  .u-ml135 {
    margin-left: 67.5px !important;
  }
  .u-p135 {
    padding: 67.5px !important;
  }
  .u-pt135 {
    padding-top: 67.5px !important;
  }
  .u-pr135 {
    padding-right: 67.5px !important;
  }
  .u-pb135 {
    padding-bottom: 67.5px !important;
  }
  .u-pl135 {
    padding-left: 67.5px !important;
  }
  .u-m140 {
    margin: 70px !important;
  }
  .u-mt140 {
    margin-top: 70px !important;
  }
  .u-mr140 {
    margin-right: 70px !important;
  }
  .u-mb140 {
    margin-bottom: 70px !important;
  }
  .u-ml140 {
    margin-left: 70px !important;
  }
  .u-p140 {
    padding: 70px !important;
  }
  .u-pt140 {
    padding-top: 70px !important;
  }
  .u-pr140 {
    padding-right: 70px !important;
  }
  .u-pb140 {
    padding-bottom: 70px !important;
  }
  .u-pl140 {
    padding-left: 70px !important;
  }
  .u-m145 {
    margin: 72.5px !important;
  }
  .u-mt145 {
    margin-top: 72.5px !important;
  }
  .u-mr145 {
    margin-right: 72.5px !important;
  }
  .u-mb145 {
    margin-bottom: 72.5px !important;
  }
  .u-ml145 {
    margin-left: 72.5px !important;
  }
  .u-p145 {
    padding: 72.5px !important;
  }
  .u-pt145 {
    padding-top: 72.5px !important;
  }
  .u-pr145 {
    padding-right: 72.5px !important;
  }
  .u-pb145 {
    padding-bottom: 72.5px !important;
  }
  .u-pl145 {
    padding-left: 72.5px !important;
  }
  .u-m150 {
    margin: 75px !important;
  }
  .u-mt150 {
    margin-top: 75px !important;
  }
  .u-mr150 {
    margin-right: 75px !important;
  }
  .u-mb150 {
    margin-bottom: 75px !important;
  }
  .u-ml150 {
    margin-left: 75px !important;
  }
  .u-p150 {
    padding: 75px !important;
  }
  .u-pt150 {
    padding-top: 75px !important;
  }
  .u-pr150 {
    padding-right: 75px !important;
  }
  .u-pb150 {
    padding-bottom: 75px !important;
  }
  .u-pl150 {
    padding-left: 75px !important;
  }
  .u-m155 {
    margin: 77.5px !important;
  }
  .u-mt155 {
    margin-top: 77.5px !important;
  }
  .u-mr155 {
    margin-right: 77.5px !important;
  }
  .u-mb155 {
    margin-bottom: 77.5px !important;
  }
  .u-ml155 {
    margin-left: 77.5px !important;
  }
  .u-p155 {
    padding: 77.5px !important;
  }
  .u-pt155 {
    padding-top: 77.5px !important;
  }
  .u-pr155 {
    padding-right: 77.5px !important;
  }
  .u-pb155 {
    padding-bottom: 77.5px !important;
  }
  .u-pl155 {
    padding-left: 77.5px !important;
  }
  .u-m160 {
    margin: 80px !important;
  }
  .u-mt160 {
    margin-top: 80px !important;
  }
  .u-mr160 {
    margin-right: 80px !important;
  }
  .u-mb160 {
    margin-bottom: 80px !important;
  }
  .u-ml160 {
    margin-left: 80px !important;
  }
  .u-p160 {
    padding: 80px !important;
  }
  .u-pt160 {
    padding-top: 80px !important;
  }
  .u-pr160 {
    padding-right: 80px !important;
  }
  .u-pb160 {
    padding-bottom: 80px !important;
  }
  .u-pl160 {
    padding-left: 80px !important;
  }
  .u-m165 {
    margin: 82.5px !important;
  }
  .u-mt165 {
    margin-top: 82.5px !important;
  }
  .u-mr165 {
    margin-right: 82.5px !important;
  }
  .u-mb165 {
    margin-bottom: 82.5px !important;
  }
  .u-ml165 {
    margin-left: 82.5px !important;
  }
  .u-p165 {
    padding: 82.5px !important;
  }
  .u-pt165 {
    padding-top: 82.5px !important;
  }
  .u-pr165 {
    padding-right: 82.5px !important;
  }
  .u-pb165 {
    padding-bottom: 82.5px !important;
  }
  .u-pl165 {
    padding-left: 82.5px !important;
  }
  .u-m170 {
    margin: 85px !important;
  }
  .u-mt170 {
    margin-top: 85px !important;
  }
  .u-mr170 {
    margin-right: 85px !important;
  }
  .u-mb170 {
    margin-bottom: 85px !important;
  }
  .u-ml170 {
    margin-left: 85px !important;
  }
  .u-p170 {
    padding: 85px !important;
  }
  .u-pt170 {
    padding-top: 85px !important;
  }
  .u-pr170 {
    padding-right: 85px !important;
  }
  .u-pb170 {
    padding-bottom: 85px !important;
  }
  .u-pl170 {
    padding-left: 85px !important;
  }
  .u-m175 {
    margin: 87.5px !important;
  }
  .u-mt175 {
    margin-top: 87.5px !important;
  }
  .u-mr175 {
    margin-right: 87.5px !important;
  }
  .u-mb175 {
    margin-bottom: 87.5px !important;
  }
  .u-ml175 {
    margin-left: 87.5px !important;
  }
  .u-p175 {
    padding: 87.5px !important;
  }
  .u-pt175 {
    padding-top: 87.5px !important;
  }
  .u-pr175 {
    padding-right: 87.5px !important;
  }
  .u-pb175 {
    padding-bottom: 87.5px !important;
  }
  .u-pl175 {
    padding-left: 87.5px !important;
  }
  .u-m180 {
    margin: 90px !important;
  }
  .u-mt180 {
    margin-top: 90px !important;
  }
  .u-mr180 {
    margin-right: 90px !important;
  }
  .u-mb180 {
    margin-bottom: 90px !important;
  }
  .u-ml180 {
    margin-left: 90px !important;
  }
  .u-p180 {
    padding: 90px !important;
  }
  .u-pt180 {
    padding-top: 90px !important;
  }
  .u-pr180 {
    padding-right: 90px !important;
  }
  .u-pb180 {
    padding-bottom: 90px !important;
  }
  .u-pl180 {
    padding-left: 90px !important;
  }
  .u-m185 {
    margin: 92.5px !important;
  }
  .u-mt185 {
    margin-top: 92.5px !important;
  }
  .u-mr185 {
    margin-right: 92.5px !important;
  }
  .u-mb185 {
    margin-bottom: 92.5px !important;
  }
  .u-ml185 {
    margin-left: 92.5px !important;
  }
  .u-p185 {
    padding: 92.5px !important;
  }
  .u-pt185 {
    padding-top: 92.5px !important;
  }
  .u-pr185 {
    padding-right: 92.5px !important;
  }
  .u-pb185 {
    padding-bottom: 92.5px !important;
  }
  .u-pl185 {
    padding-left: 92.5px !important;
  }
  .u-m190 {
    margin: 95px !important;
  }
  .u-mt190 {
    margin-top: 95px !important;
  }
  .u-mr190 {
    margin-right: 95px !important;
  }
  .u-mb190 {
    margin-bottom: 95px !important;
  }
  .u-ml190 {
    margin-left: 95px !important;
  }
  .u-p190 {
    padding: 95px !important;
  }
  .u-pt190 {
    padding-top: 95px !important;
  }
  .u-pr190 {
    padding-right: 95px !important;
  }
  .u-pb190 {
    padding-bottom: 95px !important;
  }
  .u-pl190 {
    padding-left: 95px !important;
  }
  .u-m195 {
    margin: 97.5px !important;
  }
  .u-mt195 {
    margin-top: 97.5px !important;
  }
  .u-mr195 {
    margin-right: 97.5px !important;
  }
  .u-mb195 {
    margin-bottom: 97.5px !important;
  }
  .u-ml195 {
    margin-left: 97.5px !important;
  }
  .u-p195 {
    padding: 97.5px !important;
  }
  .u-pt195 {
    padding-top: 97.5px !important;
  }
  .u-pr195 {
    padding-right: 97.5px !important;
  }
  .u-pb195 {
    padding-bottom: 97.5px !important;
  }
  .u-pl195 {
    padding-left: 97.5px !important;
  }
  .u-m200 {
    margin: 100px !important;
  }
  .u-mt200 {
    margin-top: 100px !important;
  }
  .u-mr200 {
    margin-right: 100px !important;
  }
  .u-mb200 {
    margin-bottom: 100px !important;
  }
  .u-ml200 {
    margin-left: 100px !important;
  }
  .u-p200 {
    padding: 100px !important;
  }
  .u-pt200 {
    padding-top: 100px !important;
  }
  .u-pr200 {
    padding-right: 100px !important;
  }
  .u-pb200 {
    padding-bottom: 100px !important;
  }
  .u-pl200 {
    padding-left: 100px !important;
  }
  .u-m205 {
    margin: 102.5px !important;
  }
  .u-mt205 {
    margin-top: 102.5px !important;
  }
  .u-mr205 {
    margin-right: 102.5px !important;
  }
  .u-mb205 {
    margin-bottom: 102.5px !important;
  }
  .u-ml205 {
    margin-left: 102.5px !important;
  }
  .u-p205 {
    padding: 102.5px !important;
  }
  .u-pt205 {
    padding-top: 102.5px !important;
  }
  .u-pr205 {
    padding-right: 102.5px !important;
  }
  .u-pb205 {
    padding-bottom: 102.5px !important;
  }
  .u-pl205 {
    padding-left: 102.5px !important;
  }
  .u-m210 {
    margin: 105px !important;
  }
  .u-mt210 {
    margin-top: 105px !important;
  }
  .u-mr210 {
    margin-right: 105px !important;
  }
  .u-mb210 {
    margin-bottom: 105px !important;
  }
  .u-ml210 {
    margin-left: 105px !important;
  }
  .u-p210 {
    padding: 105px !important;
  }
  .u-pt210 {
    padding-top: 105px !important;
  }
  .u-pr210 {
    padding-right: 105px !important;
  }
  .u-pb210 {
    padding-bottom: 105px !important;
  }
  .u-pl210 {
    padding-left: 105px !important;
  }
  .u-m215 {
    margin: 107.5px !important;
  }
  .u-mt215 {
    margin-top: 107.5px !important;
  }
  .u-mr215 {
    margin-right: 107.5px !important;
  }
  .u-mb215 {
    margin-bottom: 107.5px !important;
  }
  .u-ml215 {
    margin-left: 107.5px !important;
  }
  .u-p215 {
    padding: 107.5px !important;
  }
  .u-pt215 {
    padding-top: 107.5px !important;
  }
  .u-pr215 {
    padding-right: 107.5px !important;
  }
  .u-pb215 {
    padding-bottom: 107.5px !important;
  }
  .u-pl215 {
    padding-left: 107.5px !important;
  }
  .u-m220 {
    margin: 110px !important;
  }
  .u-mt220 {
    margin-top: 110px !important;
  }
  .u-mr220 {
    margin-right: 110px !important;
  }
  .u-mb220 {
    margin-bottom: 110px !important;
  }
  .u-ml220 {
    margin-left: 110px !important;
  }
  .u-p220 {
    padding: 110px !important;
  }
  .u-pt220 {
    padding-top: 110px !important;
  }
  .u-pr220 {
    padding-right: 110px !important;
  }
  .u-pb220 {
    padding-bottom: 110px !important;
  }
  .u-pl220 {
    padding-left: 110px !important;
  }
  .u-m225 {
    margin: 112.5px !important;
  }
  .u-mt225 {
    margin-top: 112.5px !important;
  }
  .u-mr225 {
    margin-right: 112.5px !important;
  }
  .u-mb225 {
    margin-bottom: 112.5px !important;
  }
  .u-ml225 {
    margin-left: 112.5px !important;
  }
  .u-p225 {
    padding: 112.5px !important;
  }
  .u-pt225 {
    padding-top: 112.5px !important;
  }
  .u-pr225 {
    padding-right: 112.5px !important;
  }
  .u-pb225 {
    padding-bottom: 112.5px !important;
  }
  .u-pl225 {
    padding-left: 112.5px !important;
  }
  .u-m230 {
    margin: 115px !important;
  }
  .u-mt230 {
    margin-top: 115px !important;
  }
  .u-mr230 {
    margin-right: 115px !important;
  }
  .u-mb230 {
    margin-bottom: 115px !important;
  }
  .u-ml230 {
    margin-left: 115px !important;
  }
  .u-p230 {
    padding: 115px !important;
  }
  .u-pt230 {
    padding-top: 115px !important;
  }
  .u-pr230 {
    padding-right: 115px !important;
  }
  .u-pb230 {
    padding-bottom: 115px !important;
  }
  .u-pl230 {
    padding-left: 115px !important;
  }
  .u-m235 {
    margin: 117.5px !important;
  }
  .u-mt235 {
    margin-top: 117.5px !important;
  }
  .u-mr235 {
    margin-right: 117.5px !important;
  }
  .u-mb235 {
    margin-bottom: 117.5px !important;
  }
  .u-ml235 {
    margin-left: 117.5px !important;
  }
  .u-p235 {
    padding: 117.5px !important;
  }
  .u-pt235 {
    padding-top: 117.5px !important;
  }
  .u-pr235 {
    padding-right: 117.5px !important;
  }
  .u-pb235 {
    padding-bottom: 117.5px !important;
  }
  .u-pl235 {
    padding-left: 117.5px !important;
  }
  .u-m240 {
    margin: 120px !important;
  }
  .u-mt240 {
    margin-top: 120px !important;
  }
  .u-mr240 {
    margin-right: 120px !important;
  }
  .u-mb240 {
    margin-bottom: 120px !important;
  }
  .u-ml240 {
    margin-left: 120px !important;
  }
  .u-p240 {
    padding: 120px !important;
  }
  .u-pt240 {
    padding-top: 120px !important;
  }
  .u-pr240 {
    padding-right: 120px !important;
  }
  .u-pb240 {
    padding-bottom: 120px !important;
  }
  .u-pl240 {
    padding-left: 120px !important;
  }
  .u-m245 {
    margin: 122.5px !important;
  }
  .u-mt245 {
    margin-top: 122.5px !important;
  }
  .u-mr245 {
    margin-right: 122.5px !important;
  }
  .u-mb245 {
    margin-bottom: 122.5px !important;
  }
  .u-ml245 {
    margin-left: 122.5px !important;
  }
  .u-p245 {
    padding: 122.5px !important;
  }
  .u-pt245 {
    padding-top: 122.5px !important;
  }
  .u-pr245 {
    padding-right: 122.5px !important;
  }
  .u-pb245 {
    padding-bottom: 122.5px !important;
  }
  .u-pl245 {
    padding-left: 122.5px !important;
  }
  .u-m250 {
    margin: 125px !important;
  }
  .u-mt250 {
    margin-top: 125px !important;
  }
  .u-mr250 {
    margin-right: 125px !important;
  }
  .u-mb250 {
    margin-bottom: 125px !important;
  }
  .u-ml250 {
    margin-left: 125px !important;
  }
  .u-p250 {
    padding: 125px !important;
  }
  .u-pt250 {
    padding-top: 125px !important;
  }
  .u-pr250 {
    padding-right: 125px !important;
  }
  .u-pb250 {
    padding-bottom: 125px !important;
  }
  .u-pl250 {
    padding-left: 125px !important;
  }
}
@media all and (max-width: 767px) {
  .u-sm-m0 {
    margin: 0px !important;
  }
  .u-sm-mt0 {
    margin-top: 0px !important;
  }
  .u-sm-mr0 {
    margin-right: 0px !important;
  }
  .u-sm-mb0 {
    margin-bottom: 0px !important;
  }
  .u-sm-ml0 {
    margin-left: 0px !important;
  }
  .u-sm-p0 {
    padding: 0px !important;
  }
  .u-sm-pt0 {
    padding-top: 0px !important;
  }
  .u-sm-pr0 {
    padding-right: 0px !important;
  }
  .u-sm-pb0 {
    padding-bottom: 0px !important;
  }
  .u-sm-pl0 {
    padding-left: 0px !important;
  }
  .u-sm-m5 {
    margin: 5px !important;
  }
  .u-sm-mt5 {
    margin-top: 5px !important;
  }
  .u-sm-mr5 {
    margin-right: 5px !important;
  }
  .u-sm-mb5 {
    margin-bottom: 5px !important;
  }
  .u-sm-ml5 {
    margin-left: 5px !important;
  }
  .u-sm-p5 {
    padding: 5px !important;
  }
  .u-sm-pt5 {
    padding-top: 5px !important;
  }
  .u-sm-pr5 {
    padding-right: 5px !important;
  }
  .u-sm-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sm-pl5 {
    padding-left: 5px !important;
  }
  .u-sm-m10 {
    margin: 10px !important;
  }
  .u-sm-mt10 {
    margin-top: 10px !important;
  }
  .u-sm-mr10 {
    margin-right: 10px !important;
  }
  .u-sm-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sm-ml10 {
    margin-left: 10px !important;
  }
  .u-sm-p10 {
    padding: 10px !important;
  }
  .u-sm-pt10 {
    padding-top: 10px !important;
  }
  .u-sm-pr10 {
    padding-right: 10px !important;
  }
  .u-sm-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sm-pl10 {
    padding-left: 10px !important;
  }
  .u-sm-m15 {
    margin: 15px !important;
  }
  .u-sm-mt15 {
    margin-top: 15px !important;
  }
  .u-sm-mr15 {
    margin-right: 15px !important;
  }
  .u-sm-mb15 {
    margin-bottom: 15px !important;
  }
  .u-sm-ml15 {
    margin-left: 15px !important;
  }
  .u-sm-p15 {
    padding: 15px !important;
  }
  .u-sm-pt15 {
    padding-top: 15px !important;
  }
  .u-sm-pr15 {
    padding-right: 15px !important;
  }
  .u-sm-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sm-pl15 {
    padding-left: 15px !important;
  }
  .u-sm-m20 {
    margin: 20px !important;
  }
  .u-sm-mt20 {
    margin-top: 20px !important;
  }
  .u-sm-mr20 {
    margin-right: 20px !important;
  }
  .u-sm-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sm-ml20 {
    margin-left: 20px !important;
  }
  .u-sm-p20 {
    padding: 20px !important;
  }
  .u-sm-pt20 {
    padding-top: 20px !important;
  }
  .u-sm-pr20 {
    padding-right: 20px !important;
  }
  .u-sm-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sm-pl20 {
    padding-left: 20px !important;
  }
  .u-sm-m25 {
    margin: 25px !important;
  }
  .u-sm-mt25 {
    margin-top: 25px !important;
  }
  .u-sm-mr25 {
    margin-right: 25px !important;
  }
  .u-sm-mb25 {
    margin-bottom: 25px !important;
  }
  .u-sm-ml25 {
    margin-left: 25px !important;
  }
  .u-sm-p25 {
    padding: 25px !important;
  }
  .u-sm-pt25 {
    padding-top: 25px !important;
  }
  .u-sm-pr25 {
    padding-right: 25px !important;
  }
  .u-sm-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sm-pl25 {
    padding-left: 25px !important;
  }
  .u-sm-m30 {
    margin: 30px !important;
  }
  .u-sm-mt30 {
    margin-top: 30px !important;
  }
  .u-sm-mr30 {
    margin-right: 30px !important;
  }
  .u-sm-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sm-ml30 {
    margin-left: 30px !important;
  }
  .u-sm-p30 {
    padding: 30px !important;
  }
  .u-sm-pt30 {
    padding-top: 30px !important;
  }
  .u-sm-pr30 {
    padding-right: 30px !important;
  }
  .u-sm-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sm-pl30 {
    padding-left: 30px !important;
  }
  .u-sm-m35 {
    margin: 35px !important;
  }
  .u-sm-mt35 {
    margin-top: 35px !important;
  }
  .u-sm-mr35 {
    margin-right: 35px !important;
  }
  .u-sm-mb35 {
    margin-bottom: 35px !important;
  }
  .u-sm-ml35 {
    margin-left: 35px !important;
  }
  .u-sm-p35 {
    padding: 35px !important;
  }
  .u-sm-pt35 {
    padding-top: 35px !important;
  }
  .u-sm-pr35 {
    padding-right: 35px !important;
  }
  .u-sm-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sm-pl35 {
    padding-left: 35px !important;
  }
  .u-sm-m40 {
    margin: 40px !important;
  }
  .u-sm-mt40 {
    margin-top: 40px !important;
  }
  .u-sm-mr40 {
    margin-right: 40px !important;
  }
  .u-sm-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sm-ml40 {
    margin-left: 40px !important;
  }
  .u-sm-p40 {
    padding: 40px !important;
  }
  .u-sm-pt40 {
    padding-top: 40px !important;
  }
  .u-sm-pr40 {
    padding-right: 40px !important;
  }
  .u-sm-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sm-pl40 {
    padding-left: 40px !important;
  }
  .u-sm-m45 {
    margin: 45px !important;
  }
  .u-sm-mt45 {
    margin-top: 45px !important;
  }
  .u-sm-mr45 {
    margin-right: 45px !important;
  }
  .u-sm-mb45 {
    margin-bottom: 45px !important;
  }
  .u-sm-ml45 {
    margin-left: 45px !important;
  }
  .u-sm-p45 {
    padding: 45px !important;
  }
  .u-sm-pt45 {
    padding-top: 45px !important;
  }
  .u-sm-pr45 {
    padding-right: 45px !important;
  }
  .u-sm-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sm-pl45 {
    padding-left: 45px !important;
  }
  .u-sm-m50 {
    margin: 50px !important;
  }
  .u-sm-mt50 {
    margin-top: 50px !important;
  }
  .u-sm-mr50 {
    margin-right: 50px !important;
  }
  .u-sm-mb50 {
    margin-bottom: 50px !important;
  }
  .u-sm-ml50 {
    margin-left: 50px !important;
  }
  .u-sm-p50 {
    padding: 50px !important;
  }
  .u-sm-pt50 {
    padding-top: 50px !important;
  }
  .u-sm-pr50 {
    padding-right: 50px !important;
  }
  .u-sm-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sm-pl50 {
    padding-left: 50px !important;
  }
  .u-sm-m55 {
    margin: 55px !important;
  }
  .u-sm-mt55 {
    margin-top: 55px !important;
  }
  .u-sm-mr55 {
    margin-right: 55px !important;
  }
  .u-sm-mb55 {
    margin-bottom: 55px !important;
  }
  .u-sm-ml55 {
    margin-left: 55px !important;
  }
  .u-sm-p55 {
    padding: 55px !important;
  }
  .u-sm-pt55 {
    padding-top: 55px !important;
  }
  .u-sm-pr55 {
    padding-right: 55px !important;
  }
  .u-sm-pb55 {
    padding-bottom: 55px !important;
  }
  .u-sm-pl55 {
    padding-left: 55px !important;
  }
  .u-sm-m60 {
    margin: 60px !important;
  }
  .u-sm-mt60 {
    margin-top: 60px !important;
  }
  .u-sm-mr60 {
    margin-right: 60px !important;
  }
  .u-sm-mb60 {
    margin-bottom: 60px !important;
  }
  .u-sm-ml60 {
    margin-left: 60px !important;
  }
  .u-sm-p60 {
    padding: 60px !important;
  }
  .u-sm-pt60 {
    padding-top: 60px !important;
  }
  .u-sm-pr60 {
    padding-right: 60px !important;
  }
  .u-sm-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sm-pl60 {
    padding-left: 60px !important;
  }
  .u-sm-m65 {
    margin: 65px !important;
  }
  .u-sm-mt65 {
    margin-top: 65px !important;
  }
  .u-sm-mr65 {
    margin-right: 65px !important;
  }
  .u-sm-mb65 {
    margin-bottom: 65px !important;
  }
  .u-sm-ml65 {
    margin-left: 65px !important;
  }
  .u-sm-p65 {
    padding: 65px !important;
  }
  .u-sm-pt65 {
    padding-top: 65px !important;
  }
  .u-sm-pr65 {
    padding-right: 65px !important;
  }
  .u-sm-pb65 {
    padding-bottom: 65px !important;
  }
  .u-sm-pl65 {
    padding-left: 65px !important;
  }
  .u-sm-m70 {
    margin: 70px !important;
  }
  .u-sm-mt70 {
    margin-top: 70px !important;
  }
  .u-sm-mr70 {
    margin-right: 70px !important;
  }
  .u-sm-mb70 {
    margin-bottom: 70px !important;
  }
  .u-sm-ml70 {
    margin-left: 70px !important;
  }
  .u-sm-p70 {
    padding: 70px !important;
  }
  .u-sm-pt70 {
    padding-top: 70px !important;
  }
  .u-sm-pr70 {
    padding-right: 70px !important;
  }
  .u-sm-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sm-pl70 {
    padding-left: 70px !important;
  }
  .u-sm-m75 {
    margin: 75px !important;
  }
  .u-sm-mt75 {
    margin-top: 75px !important;
  }
  .u-sm-mr75 {
    margin-right: 75px !important;
  }
  .u-sm-mb75 {
    margin-bottom: 75px !important;
  }
  .u-sm-ml75 {
    margin-left: 75px !important;
  }
  .u-sm-p75 {
    padding: 75px !important;
  }
  .u-sm-pt75 {
    padding-top: 75px !important;
  }
  .u-sm-pr75 {
    padding-right: 75px !important;
  }
  .u-sm-pb75 {
    padding-bottom: 75px !important;
  }
  .u-sm-pl75 {
    padding-left: 75px !important;
  }
  .u-sm-m80 {
    margin: 80px !important;
  }
  .u-sm-mt80 {
    margin-top: 80px !important;
  }
  .u-sm-mr80 {
    margin-right: 80px !important;
  }
  .u-sm-mb80 {
    margin-bottom: 80px !important;
  }
  .u-sm-ml80 {
    margin-left: 80px !important;
  }
  .u-sm-p80 {
    padding: 80px !important;
  }
  .u-sm-pt80 {
    padding-top: 80px !important;
  }
  .u-sm-pr80 {
    padding-right: 80px !important;
  }
  .u-sm-pb80 {
    padding-bottom: 80px !important;
  }
  .u-sm-pl80 {
    padding-left: 80px !important;
  }
  .u-sm-m85 {
    margin: 85px !important;
  }
  .u-sm-mt85 {
    margin-top: 85px !important;
  }
  .u-sm-mr85 {
    margin-right: 85px !important;
  }
  .u-sm-mb85 {
    margin-bottom: 85px !important;
  }
  .u-sm-ml85 {
    margin-left: 85px !important;
  }
  .u-sm-p85 {
    padding: 85px !important;
  }
  .u-sm-pt85 {
    padding-top: 85px !important;
  }
  .u-sm-pr85 {
    padding-right: 85px !important;
  }
  .u-sm-pb85 {
    padding-bottom: 85px !important;
  }
  .u-sm-pl85 {
    padding-left: 85px !important;
  }
  .u-sm-m90 {
    margin: 90px !important;
  }
  .u-sm-mt90 {
    margin-top: 90px !important;
  }
  .u-sm-mr90 {
    margin-right: 90px !important;
  }
  .u-sm-mb90 {
    margin-bottom: 90px !important;
  }
  .u-sm-ml90 {
    margin-left: 90px !important;
  }
  .u-sm-p90 {
    padding: 90px !important;
  }
  .u-sm-pt90 {
    padding-top: 90px !important;
  }
  .u-sm-pr90 {
    padding-right: 90px !important;
  }
  .u-sm-pb90 {
    padding-bottom: 90px !important;
  }
  .u-sm-pl90 {
    padding-left: 90px !important;
  }
  .u-sm-m95 {
    margin: 95px !important;
  }
  .u-sm-mt95 {
    margin-top: 95px !important;
  }
  .u-sm-mr95 {
    margin-right: 95px !important;
  }
  .u-sm-mb95 {
    margin-bottom: 95px !important;
  }
  .u-sm-ml95 {
    margin-left: 95px !important;
  }
  .u-sm-p95 {
    padding: 95px !important;
  }
  .u-sm-pt95 {
    padding-top: 95px !important;
  }
  .u-sm-pr95 {
    padding-right: 95px !important;
  }
  .u-sm-pb95 {
    padding-bottom: 95px !important;
  }
  .u-sm-pl95 {
    padding-left: 95px !important;
  }
  .u-sm-m100 {
    margin: 100px !important;
  }
  .u-sm-mt100 {
    margin-top: 100px !important;
  }
  .u-sm-mr100 {
    margin-right: 100px !important;
  }
  .u-sm-mb100 {
    margin-bottom: 100px !important;
  }
  .u-sm-ml100 {
    margin-left: 100px !important;
  }
  .u-sm-p100 {
    padding: 100px !important;
  }
  .u-sm-pt100 {
    padding-top: 100px !important;
  }
  .u-sm-pr100 {
    padding-right: 100px !important;
  }
  .u-sm-pb100 {
    padding-bottom: 100px !important;
  }
  .u-sm-pl100 {
    padding-left: 100px !important;
  }
  .u-sm-m105 {
    margin: 105px !important;
  }
  .u-sm-mt105 {
    margin-top: 105px !important;
  }
  .u-sm-mr105 {
    margin-right: 105px !important;
  }
  .u-sm-mb105 {
    margin-bottom: 105px !important;
  }
  .u-sm-ml105 {
    margin-left: 105px !important;
  }
  .u-sm-p105 {
    padding: 105px !important;
  }
  .u-sm-pt105 {
    padding-top: 105px !important;
  }
  .u-sm-pr105 {
    padding-right: 105px !important;
  }
  .u-sm-pb105 {
    padding-bottom: 105px !important;
  }
  .u-sm-pl105 {
    padding-left: 105px !important;
  }
  .u-sm-m110 {
    margin: 110px !important;
  }
  .u-sm-mt110 {
    margin-top: 110px !important;
  }
  .u-sm-mr110 {
    margin-right: 110px !important;
  }
  .u-sm-mb110 {
    margin-bottom: 110px !important;
  }
  .u-sm-ml110 {
    margin-left: 110px !important;
  }
  .u-sm-p110 {
    padding: 110px !important;
  }
  .u-sm-pt110 {
    padding-top: 110px !important;
  }
  .u-sm-pr110 {
    padding-right: 110px !important;
  }
  .u-sm-pb110 {
    padding-bottom: 110px !important;
  }
  .u-sm-pl110 {
    padding-left: 110px !important;
  }
  .u-sm-m115 {
    margin: 115px !important;
  }
  .u-sm-mt115 {
    margin-top: 115px !important;
  }
  .u-sm-mr115 {
    margin-right: 115px !important;
  }
  .u-sm-mb115 {
    margin-bottom: 115px !important;
  }
  .u-sm-ml115 {
    margin-left: 115px !important;
  }
  .u-sm-p115 {
    padding: 115px !important;
  }
  .u-sm-pt115 {
    padding-top: 115px !important;
  }
  .u-sm-pr115 {
    padding-right: 115px !important;
  }
  .u-sm-pb115 {
    padding-bottom: 115px !important;
  }
  .u-sm-pl115 {
    padding-left: 115px !important;
  }
  .u-sm-m120 {
    margin: 120px !important;
  }
  .u-sm-mt120 {
    margin-top: 120px !important;
  }
  .u-sm-mr120 {
    margin-right: 120px !important;
  }
  .u-sm-mb120 {
    margin-bottom: 120px !important;
  }
  .u-sm-ml120 {
    margin-left: 120px !important;
  }
  .u-sm-p120 {
    padding: 120px !important;
  }
  .u-sm-pt120 {
    padding-top: 120px !important;
  }
  .u-sm-pr120 {
    padding-right: 120px !important;
  }
  .u-sm-pb120 {
    padding-bottom: 120px !important;
  }
  .u-sm-pl120 {
    padding-left: 120px !important;
  }
  .u-sm-m125 {
    margin: 125px !important;
  }
  .u-sm-mt125 {
    margin-top: 125px !important;
  }
  .u-sm-mr125 {
    margin-right: 125px !important;
  }
  .u-sm-mb125 {
    margin-bottom: 125px !important;
  }
  .u-sm-ml125 {
    margin-left: 125px !important;
  }
  .u-sm-p125 {
    padding: 125px !important;
  }
  .u-sm-pt125 {
    padding-top: 125px !important;
  }
  .u-sm-pr125 {
    padding-right: 125px !important;
  }
  .u-sm-pb125 {
    padding-bottom: 125px !important;
  }
  .u-sm-pl125 {
    padding-left: 125px !important;
  }
  .u-sm-m130 {
    margin: 130px !important;
  }
  .u-sm-mt130 {
    margin-top: 130px !important;
  }
  .u-sm-mr130 {
    margin-right: 130px !important;
  }
  .u-sm-mb130 {
    margin-bottom: 130px !important;
  }
  .u-sm-ml130 {
    margin-left: 130px !important;
  }
  .u-sm-p130 {
    padding: 130px !important;
  }
  .u-sm-pt130 {
    padding-top: 130px !important;
  }
  .u-sm-pr130 {
    padding-right: 130px !important;
  }
  .u-sm-pb130 {
    padding-bottom: 130px !important;
  }
  .u-sm-pl130 {
    padding-left: 130px !important;
  }
  .u-sm-m135 {
    margin: 135px !important;
  }
  .u-sm-mt135 {
    margin-top: 135px !important;
  }
  .u-sm-mr135 {
    margin-right: 135px !important;
  }
  .u-sm-mb135 {
    margin-bottom: 135px !important;
  }
  .u-sm-ml135 {
    margin-left: 135px !important;
  }
  .u-sm-p135 {
    padding: 135px !important;
  }
  .u-sm-pt135 {
    padding-top: 135px !important;
  }
  .u-sm-pr135 {
    padding-right: 135px !important;
  }
  .u-sm-pb135 {
    padding-bottom: 135px !important;
  }
  .u-sm-pl135 {
    padding-left: 135px !important;
  }
  .u-sm-m140 {
    margin: 140px !important;
  }
  .u-sm-mt140 {
    margin-top: 140px !important;
  }
  .u-sm-mr140 {
    margin-right: 140px !important;
  }
  .u-sm-mb140 {
    margin-bottom: 140px !important;
  }
  .u-sm-ml140 {
    margin-left: 140px !important;
  }
  .u-sm-p140 {
    padding: 140px !important;
  }
  .u-sm-pt140 {
    padding-top: 140px !important;
  }
  .u-sm-pr140 {
    padding-right: 140px !important;
  }
  .u-sm-pb140 {
    padding-bottom: 140px !important;
  }
  .u-sm-pl140 {
    padding-left: 140px !important;
  }
  .u-sm-m145 {
    margin: 145px !important;
  }
  .u-sm-mt145 {
    margin-top: 145px !important;
  }
  .u-sm-mr145 {
    margin-right: 145px !important;
  }
  .u-sm-mb145 {
    margin-bottom: 145px !important;
  }
  .u-sm-ml145 {
    margin-left: 145px !important;
  }
  .u-sm-p145 {
    padding: 145px !important;
  }
  .u-sm-pt145 {
    padding-top: 145px !important;
  }
  .u-sm-pr145 {
    padding-right: 145px !important;
  }
  .u-sm-pb145 {
    padding-bottom: 145px !important;
  }
  .u-sm-pl145 {
    padding-left: 145px !important;
  }
  .u-sm-m150 {
    margin: 150px !important;
  }
  .u-sm-mt150 {
    margin-top: 150px !important;
  }
  .u-sm-mr150 {
    margin-right: 150px !important;
  }
  .u-sm-mb150 {
    margin-bottom: 150px !important;
  }
  .u-sm-ml150 {
    margin-left: 150px !important;
  }
  .u-sm-p150 {
    padding: 150px !important;
  }
  .u-sm-pt150 {
    padding-top: 150px !important;
  }
  .u-sm-pr150 {
    padding-right: 150px !important;
  }
  .u-sm-pb150 {
    padding-bottom: 150px !important;
  }
  .u-sm-pl150 {
    padding-left: 150px !important;
  }
  .u-sm-m155 {
    margin: 155px !important;
  }
  .u-sm-mt155 {
    margin-top: 155px !important;
  }
  .u-sm-mr155 {
    margin-right: 155px !important;
  }
  .u-sm-mb155 {
    margin-bottom: 155px !important;
  }
  .u-sm-ml155 {
    margin-left: 155px !important;
  }
  .u-sm-p155 {
    padding: 155px !important;
  }
  .u-sm-pt155 {
    padding-top: 155px !important;
  }
  .u-sm-pr155 {
    padding-right: 155px !important;
  }
  .u-sm-pb155 {
    padding-bottom: 155px !important;
  }
  .u-sm-pl155 {
    padding-left: 155px !important;
  }
  .u-sm-m160 {
    margin: 160px !important;
  }
  .u-sm-mt160 {
    margin-top: 160px !important;
  }
  .u-sm-mr160 {
    margin-right: 160px !important;
  }
  .u-sm-mb160 {
    margin-bottom: 160px !important;
  }
  .u-sm-ml160 {
    margin-left: 160px !important;
  }
  .u-sm-p160 {
    padding: 160px !important;
  }
  .u-sm-pt160 {
    padding-top: 160px !important;
  }
  .u-sm-pr160 {
    padding-right: 160px !important;
  }
  .u-sm-pb160 {
    padding-bottom: 160px !important;
  }
  .u-sm-pl160 {
    padding-left: 160px !important;
  }
  .u-sm-m165 {
    margin: 165px !important;
  }
  .u-sm-mt165 {
    margin-top: 165px !important;
  }
  .u-sm-mr165 {
    margin-right: 165px !important;
  }
  .u-sm-mb165 {
    margin-bottom: 165px !important;
  }
  .u-sm-ml165 {
    margin-left: 165px !important;
  }
  .u-sm-p165 {
    padding: 165px !important;
  }
  .u-sm-pt165 {
    padding-top: 165px !important;
  }
  .u-sm-pr165 {
    padding-right: 165px !important;
  }
  .u-sm-pb165 {
    padding-bottom: 165px !important;
  }
  .u-sm-pl165 {
    padding-left: 165px !important;
  }
  .u-sm-m170 {
    margin: 170px !important;
  }
  .u-sm-mt170 {
    margin-top: 170px !important;
  }
  .u-sm-mr170 {
    margin-right: 170px !important;
  }
  .u-sm-mb170 {
    margin-bottom: 170px !important;
  }
  .u-sm-ml170 {
    margin-left: 170px !important;
  }
  .u-sm-p170 {
    padding: 170px !important;
  }
  .u-sm-pt170 {
    padding-top: 170px !important;
  }
  .u-sm-pr170 {
    padding-right: 170px !important;
  }
  .u-sm-pb170 {
    padding-bottom: 170px !important;
  }
  .u-sm-pl170 {
    padding-left: 170px !important;
  }
  .u-sm-m175 {
    margin: 175px !important;
  }
  .u-sm-mt175 {
    margin-top: 175px !important;
  }
  .u-sm-mr175 {
    margin-right: 175px !important;
  }
  .u-sm-mb175 {
    margin-bottom: 175px !important;
  }
  .u-sm-ml175 {
    margin-left: 175px !important;
  }
  .u-sm-p175 {
    padding: 175px !important;
  }
  .u-sm-pt175 {
    padding-top: 175px !important;
  }
  .u-sm-pr175 {
    padding-right: 175px !important;
  }
  .u-sm-pb175 {
    padding-bottom: 175px !important;
  }
  .u-sm-pl175 {
    padding-left: 175px !important;
  }
  .u-sm-m180 {
    margin: 180px !important;
  }
  .u-sm-mt180 {
    margin-top: 180px !important;
  }
  .u-sm-mr180 {
    margin-right: 180px !important;
  }
  .u-sm-mb180 {
    margin-bottom: 180px !important;
  }
  .u-sm-ml180 {
    margin-left: 180px !important;
  }
  .u-sm-p180 {
    padding: 180px !important;
  }
  .u-sm-pt180 {
    padding-top: 180px !important;
  }
  .u-sm-pr180 {
    padding-right: 180px !important;
  }
  .u-sm-pb180 {
    padding-bottom: 180px !important;
  }
  .u-sm-pl180 {
    padding-left: 180px !important;
  }
  .u-sm-m185 {
    margin: 185px !important;
  }
  .u-sm-mt185 {
    margin-top: 185px !important;
  }
  .u-sm-mr185 {
    margin-right: 185px !important;
  }
  .u-sm-mb185 {
    margin-bottom: 185px !important;
  }
  .u-sm-ml185 {
    margin-left: 185px !important;
  }
  .u-sm-p185 {
    padding: 185px !important;
  }
  .u-sm-pt185 {
    padding-top: 185px !important;
  }
  .u-sm-pr185 {
    padding-right: 185px !important;
  }
  .u-sm-pb185 {
    padding-bottom: 185px !important;
  }
  .u-sm-pl185 {
    padding-left: 185px !important;
  }
  .u-sm-m190 {
    margin: 190px !important;
  }
  .u-sm-mt190 {
    margin-top: 190px !important;
  }
  .u-sm-mr190 {
    margin-right: 190px !important;
  }
  .u-sm-mb190 {
    margin-bottom: 190px !important;
  }
  .u-sm-ml190 {
    margin-left: 190px !important;
  }
  .u-sm-p190 {
    padding: 190px !important;
  }
  .u-sm-pt190 {
    padding-top: 190px !important;
  }
  .u-sm-pr190 {
    padding-right: 190px !important;
  }
  .u-sm-pb190 {
    padding-bottom: 190px !important;
  }
  .u-sm-pl190 {
    padding-left: 190px !important;
  }
  .u-sm-m195 {
    margin: 195px !important;
  }
  .u-sm-mt195 {
    margin-top: 195px !important;
  }
  .u-sm-mr195 {
    margin-right: 195px !important;
  }
  .u-sm-mb195 {
    margin-bottom: 195px !important;
  }
  .u-sm-ml195 {
    margin-left: 195px !important;
  }
  .u-sm-p195 {
    padding: 195px !important;
  }
  .u-sm-pt195 {
    padding-top: 195px !important;
  }
  .u-sm-pr195 {
    padding-right: 195px !important;
  }
  .u-sm-pb195 {
    padding-bottom: 195px !important;
  }
  .u-sm-pl195 {
    padding-left: 195px !important;
  }
  .u-sm-m200 {
    margin: 200px !important;
  }
  .u-sm-mt200 {
    margin-top: 200px !important;
  }
  .u-sm-mr200 {
    margin-right: 200px !important;
  }
  .u-sm-mb200 {
    margin-bottom: 200px !important;
  }
  .u-sm-ml200 {
    margin-left: 200px !important;
  }
  .u-sm-p200 {
    padding: 200px !important;
  }
  .u-sm-pt200 {
    padding-top: 200px !important;
  }
  .u-sm-pr200 {
    padding-right: 200px !important;
  }
  .u-sm-pb200 {
    padding-bottom: 200px !important;
  }
  .u-sm-pl200 {
    padding-left: 200px !important;
  }
  .u-sm-m205 {
    margin: 205px !important;
  }
  .u-sm-mt205 {
    margin-top: 205px !important;
  }
  .u-sm-mr205 {
    margin-right: 205px !important;
  }
  .u-sm-mb205 {
    margin-bottom: 205px !important;
  }
  .u-sm-ml205 {
    margin-left: 205px !important;
  }
  .u-sm-p205 {
    padding: 205px !important;
  }
  .u-sm-pt205 {
    padding-top: 205px !important;
  }
  .u-sm-pr205 {
    padding-right: 205px !important;
  }
  .u-sm-pb205 {
    padding-bottom: 205px !important;
  }
  .u-sm-pl205 {
    padding-left: 205px !important;
  }
  .u-sm-m210 {
    margin: 210px !important;
  }
  .u-sm-mt210 {
    margin-top: 210px !important;
  }
  .u-sm-mr210 {
    margin-right: 210px !important;
  }
  .u-sm-mb210 {
    margin-bottom: 210px !important;
  }
  .u-sm-ml210 {
    margin-left: 210px !important;
  }
  .u-sm-p210 {
    padding: 210px !important;
  }
  .u-sm-pt210 {
    padding-top: 210px !important;
  }
  .u-sm-pr210 {
    padding-right: 210px !important;
  }
  .u-sm-pb210 {
    padding-bottom: 210px !important;
  }
  .u-sm-pl210 {
    padding-left: 210px !important;
  }
  .u-sm-m215 {
    margin: 215px !important;
  }
  .u-sm-mt215 {
    margin-top: 215px !important;
  }
  .u-sm-mr215 {
    margin-right: 215px !important;
  }
  .u-sm-mb215 {
    margin-bottom: 215px !important;
  }
  .u-sm-ml215 {
    margin-left: 215px !important;
  }
  .u-sm-p215 {
    padding: 215px !important;
  }
  .u-sm-pt215 {
    padding-top: 215px !important;
  }
  .u-sm-pr215 {
    padding-right: 215px !important;
  }
  .u-sm-pb215 {
    padding-bottom: 215px !important;
  }
  .u-sm-pl215 {
    padding-left: 215px !important;
  }
  .u-sm-m220 {
    margin: 220px !important;
  }
  .u-sm-mt220 {
    margin-top: 220px !important;
  }
  .u-sm-mr220 {
    margin-right: 220px !important;
  }
  .u-sm-mb220 {
    margin-bottom: 220px !important;
  }
  .u-sm-ml220 {
    margin-left: 220px !important;
  }
  .u-sm-p220 {
    padding: 220px !important;
  }
  .u-sm-pt220 {
    padding-top: 220px !important;
  }
  .u-sm-pr220 {
    padding-right: 220px !important;
  }
  .u-sm-pb220 {
    padding-bottom: 220px !important;
  }
  .u-sm-pl220 {
    padding-left: 220px !important;
  }
  .u-sm-m225 {
    margin: 225px !important;
  }
  .u-sm-mt225 {
    margin-top: 225px !important;
  }
  .u-sm-mr225 {
    margin-right: 225px !important;
  }
  .u-sm-mb225 {
    margin-bottom: 225px !important;
  }
  .u-sm-ml225 {
    margin-left: 225px !important;
  }
  .u-sm-p225 {
    padding: 225px !important;
  }
  .u-sm-pt225 {
    padding-top: 225px !important;
  }
  .u-sm-pr225 {
    padding-right: 225px !important;
  }
  .u-sm-pb225 {
    padding-bottom: 225px !important;
  }
  .u-sm-pl225 {
    padding-left: 225px !important;
  }
  .u-sm-m230 {
    margin: 230px !important;
  }
  .u-sm-mt230 {
    margin-top: 230px !important;
  }
  .u-sm-mr230 {
    margin-right: 230px !important;
  }
  .u-sm-mb230 {
    margin-bottom: 230px !important;
  }
  .u-sm-ml230 {
    margin-left: 230px !important;
  }
  .u-sm-p230 {
    padding: 230px !important;
  }
  .u-sm-pt230 {
    padding-top: 230px !important;
  }
  .u-sm-pr230 {
    padding-right: 230px !important;
  }
  .u-sm-pb230 {
    padding-bottom: 230px !important;
  }
  .u-sm-pl230 {
    padding-left: 230px !important;
  }
  .u-sm-m235 {
    margin: 235px !important;
  }
  .u-sm-mt235 {
    margin-top: 235px !important;
  }
  .u-sm-mr235 {
    margin-right: 235px !important;
  }
  .u-sm-mb235 {
    margin-bottom: 235px !important;
  }
  .u-sm-ml235 {
    margin-left: 235px !important;
  }
  .u-sm-p235 {
    padding: 235px !important;
  }
  .u-sm-pt235 {
    padding-top: 235px !important;
  }
  .u-sm-pr235 {
    padding-right: 235px !important;
  }
  .u-sm-pb235 {
    padding-bottom: 235px !important;
  }
  .u-sm-pl235 {
    padding-left: 235px !important;
  }
  .u-sm-m240 {
    margin: 240px !important;
  }
  .u-sm-mt240 {
    margin-top: 240px !important;
  }
  .u-sm-mr240 {
    margin-right: 240px !important;
  }
  .u-sm-mb240 {
    margin-bottom: 240px !important;
  }
  .u-sm-ml240 {
    margin-left: 240px !important;
  }
  .u-sm-p240 {
    padding: 240px !important;
  }
  .u-sm-pt240 {
    padding-top: 240px !important;
  }
  .u-sm-pr240 {
    padding-right: 240px !important;
  }
  .u-sm-pb240 {
    padding-bottom: 240px !important;
  }
  .u-sm-pl240 {
    padding-left: 240px !important;
  }
  .u-sm-m245 {
    margin: 245px !important;
  }
  .u-sm-mt245 {
    margin-top: 245px !important;
  }
  .u-sm-mr245 {
    margin-right: 245px !important;
  }
  .u-sm-mb245 {
    margin-bottom: 245px !important;
  }
  .u-sm-ml245 {
    margin-left: 245px !important;
  }
  .u-sm-p245 {
    padding: 245px !important;
  }
  .u-sm-pt245 {
    padding-top: 245px !important;
  }
  .u-sm-pr245 {
    padding-right: 245px !important;
  }
  .u-sm-pb245 {
    padding-bottom: 245px !important;
  }
  .u-sm-pl245 {
    padding-left: 245px !important;
  }
  .u-sm-m250 {
    margin: 250px !important;
  }
  .u-sm-mt250 {
    margin-top: 250px !important;
  }
  .u-sm-mr250 {
    margin-right: 250px !important;
  }
  .u-sm-mb250 {
    margin-bottom: 250px !important;
  }
  .u-sm-ml250 {
    margin-left: 250px !important;
  }
  .u-sm-p250 {
    padding: 250px !important;
  }
  .u-sm-pt250 {
    padding-top: 250px !important;
  }
  .u-sm-pr250 {
    padding-right: 250px !important;
  }
  .u-sm-pb250 {
    padding-bottom: 250px !important;
  }
  .u-sm-pl250 {
    padding-left: 250px !important;
  }
}/*# sourceMappingURL=style_renewal2026.css.map */