.stamp_rally2025 #wrapping {
  position: relative;
  z-index: 1;
  padding-top: 3.5em;
  padding-bottom: 7em;
}
.stamp_rally2025 #wrapping .head {
  position: relative;
  z-index: 1;
}
.stamp_rally2025 #wrapping p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  width: 90%;
  max-width: 840px;
  margin: 2em auto 0 auto;
}
@media screen and (min-width: 600px) {
  .stamp_rally2025 #wrapping p {
    font-size: 20px;
  }
}
.stamp_rally2025 #wrapping::before {
  display: block;
  content: "";
  background: #A2CB69;
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(29, 29, 29);
  border-radius: 50rem;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  max-width: 665px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5em;
  margin: 2em auto 0 auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
a.btn .arrow {
  position: relative;
  z-index: 0;
  padding: 0 1.5em;
}
a.btn .arrow small {
  font-weight: 400;
  line-height: 1;
}
a.btn .arrow::before,
a.btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #FFF;
  transform-origin: calc(100% - 1px) 50%;
}
a.btn .arrow::before {
  transform: rotate(45deg);
}
a.btn .arrow::after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 600px) {
  a.btn {
    font-size: 20px;
  }
}
a.btn:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0);
}

#course02 {
  padding-top: 3em;
}

.course {
  background: #A2CB69;
}
.course .inner {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.course .inner .itinerary_head {
  padding: 3em 0 2em 0;
}
.course .inner .itinerary_head .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
.course .inner .itinerary_head .icon img {
  max-width: 121px;
}
.course .inner .itinerary_head h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.course .inner .itinerary_head .info {
  margin-top: 1rem;
  font-weight: bold;
  background: #F7FFB5;
  line-height: 1.4;
  border: solid 1px #1D1D1D;
  padding: 0.5em;
}
.course .inner .itinerary_head .info h4 {
  border-bottom: 2px solid #A2CB69;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.course .inner .itinerary_head .info p {
  font-size: 1rem;
  line-height: 1.8;
}
.course .inner .itinerary_head .info p + h4 {
  margin-top: 1.5rem;
}
@media screen and (min-width: 600px) {
  .course .inner .itinerary_head h3 {
    font-size: 24px;
  }
}
.course .inner .kukan_clms {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.course .inner .kukan_clms .clm {
  width: 47%;
  background: #1C7E13;
  border: solid 1px #1D1D1D;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0.5em 0;
}
@media screen and (min-width: 600px) {
  .course .inner .kukan_clms .clm {
    width: 48%;
    font-size: 22px;
    padding: 1em 0;
  }
}
.course .inner .kukan_clms::after {
  display: block;
  content: "";
  background: url("../images/rail_arrow.svg") no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 45px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: -12px auto 0 auto;
}
.course .inner .itinerary {
  position: relative;
  z-index: 0;
}
.course .inner .itinerary .ressya {
  padding-top: 3em;
  position: relative;
  z-index: 1;
}
.course .inner .itinerary .ressya dl {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFF;
  border: solid 1px #1D1D1D;
  padding: 0.5em 0;
}
.course .inner .itinerary .ressya dl dt {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 0.5em 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
.course .inner .itinerary .ressya dl dd {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.5em 0.5em 1em;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.course .inner .itinerary .ressya dl dd::after {
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: #1D1D1D;
  position: absolute;
  bottom: -5px;
  left: 2.5em;
}
.course .inner .itinerary .ressya dl dd:last-child::after {
  display: none;
}
.course .inner .itinerary .ressya .info {
  background: #F7FFB5;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  border: solid 1px #1D1D1D;
  border-top: 0;
  padding: 0.5em;
}
.course .inner .itinerary .ressya::before {
  display: block;
  content: "";
  background-position: 0 0;
  background-size: 100%;
  width: 59px;
  height: 59px;
  position: absolute;
  top: 1em;
  left: -1em;
  z-index: 2;
}
.course .inner .itinerary .tokkyu::before {
  background: url("../images/icon_tokkyu.svg") no-repeat;
}
.course .inner .itinerary .kashikiri01::before {
  background: url("../images/icon_kashikiri01.svg") no-repeat;
}
.course .inner .itinerary .kashikiri02::before {
  background: url("../images/icon_kashikiri02.svg") no-repeat;
}
.course .inner .itinerary .toho::before {
  background: url("../images/icon_toho.svg") no-repeat;
}
.course .inner .itinerary::after {
  display: block;
  content: "";
  background: url("../images/rail.svg") repeat-y;
  background-position: 0 0;
  background-size: 100%;
  width: 100%;
  max-width: 10px;
  height: 100%;
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
  margin: 0 auto 0 auto;
  z-index: 0;
}

.course_title_plan {
  vertical-align: middle;
  background: #005BAB;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 600;
  padding-top: 0.5rem;
  color: #FFF;
  border-radius: 1rem;
  border: 2px solid #000;
  margin-bottom: 1rem;
  box-shadow: 0px 9px 0px 0px #1C7E13;
  margin-bottom: 2rem;
}
.course_title_plan span {
  padding: 0.5rem;
  color: #1D1D1D;
  border-radius: 0 0 1rem 1rem;
  display: block;
  background: #FFF;
  font-size: 1.2rem;
}

.sns {
  padding: 2em 0;
}
.sns p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #FFF;
}

#w_chance {
  background: #A2CB69;
  padding: 4em 0 3em 0;
}
#w_chance .inner {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
#w_chance .inner h2 {
  margin-bottom: 1em;
}
#w_chance .inner h2 img {
  max-width: 149px;
}
#w_chance .inner p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
#w_chance .inner p.small {
  font-weight: 400;
  font-size: 1rem;
}
#w_chance .inner .ekipura {
  padding: 0em 2em;
}
#w_chance .inner a.btn {
  text-align: center;
  line-height: 1.2;
}/*# sourceMappingURL=style.css.map */