@charset "UTF-8";
.-noBg .topicPathWrap + .offerContents {
  margin-top: 0;
}

.offerContents img {
  max-width: 100% !important;
}

p {
  font-size: 1.8rem;
  font-weight: 500;
}

.pcOnly {
  display: block;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

* + .sectionBox {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  * + .sectionBox {
    margin-top: 5.6rem;
  }
}

.inner {
  display: block;
  margin-inline: auto;
  max-width: 1056px;
  padding-inline: 16px;
}
@media screen and (max-width: 767px) {
  .inner.-spNone {
    padding-inline: 0;
  }
}

/* ボタン */
.basicButton {
  background: url("/ticket/tokutoku/nara_dp/assets/img/arrow-right_white.svg") right 2.4rem center no-repeat;
  background-size: 1.1rem auto;
  background-color: #249245;
  box-shadow: 0 5px 0 #135327;
  border-radius: 10px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  max-width: 700px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding-inline: 3.8rem;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .basicButton {
    background-position: right 1.8rem center;
    background-size: 1rem auto;
    font-size: 1.6rem;
    min-height: 72px;
    padding-left: 1.9rem;
    text-align: left;
    padding-right: 2em;
    line-height: 1.4;
    border-radius: 5px;
  }
}
.basicButton:hover {
  box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.basicButton span img {
  margin-left: 1.2rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .basicButton span img {
    margin-left: 0.8rem;
  }
}
.basicButton + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .basicButton + * {
    margin-top: 2rem;
  }
}
.basicButton + .attentionList {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .basicButton + .attentionList {
    margin-top: 4rem;
  }
}

/* 右寄せ */
.textRight {
  text-align: right;
}

/* 左寄せ */
.textLeft {
  text-align: left;
}

/* 赤色テキスト */
.colorRed {
  color: #DF1F1C;
}

/* 注釈 */
.attentionText {
  font-size: 1.2rem;
}
.attentionText.-fontSizeMedium {
  font-size: 1.4rem;
}

/* テキストリンク */
.textLink.-iconBlank {
  display: inline-block;
  position: relative;
}
.textLink.-iconBlank::after {
  background: url("/ticket/tokutoku/nara_dp/assets/img/icon-blank.svg") center bottom no-repeat;
  background-size: 11px auto;
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
}

/* ※印つきリスト */
.attentionList {
  margin-top: 4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .attentionList {
    margin-top: 2.3rem;
  }
}
.attentionList > li {
  font-size: 1.6rem;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
.attentionList.-fontSizeSmall > li {
  font-size: 1.4rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}

/* ●印つきリスト */
.dotList {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .dotList {
    margin-top: 1.6rem;
  }
}
.dotList > li {
  font-size: 1.6rem;
  padding-left: 2.2rem;
  position: relative;
  line-height: 1.8;
}
.dotList > li::before {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.6rem;
  position: absolute;
  left: 0;
}
* + .dotList.-topNarrow {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  * + .dotList.-topNarrow {
    margin-top: 1.6rem;
  }
}
.dotList .attentionList {
  margin-top: 0;
}
.dotList + .attentionList {
  margin-top: 0;
}

/* ちいさな●印つきリスト */
.normalDotList > li {
  font-size: 1.6rem;
  padding-left: 1.6rem;
  position: relative;
}
.normalDotList > li::before {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
}

/* ダウンロードアイコンリスト */
.downloadList {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .downloadList {
    display: block;
  }
}
.downloadList > li {
  text-align: center;
}
.downloadList > li + li {
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .downloadList > li + li {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.downloadList > li a {
  display: block;
  transition: opacity 1s;
}
.downloadList > li a:hover {
  opacity: 0.7;
}

/* ロゴが横にあるボックス */
.logoSideBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .logoSideBox {
    display: block;
  }
}
.logoSideBox__image {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .logoSideBox__image {
    margin-inline: auto;
    width: 80px;
  }
  .logoSideBox__image + * {
    margin-top: 1rem;
  }
}
.logoSideBox__text {
  width: calc(100% - 154px);
}
@media screen and (max-width: 767px) {
  .logoSideBox__text {
    width: 100%;
  }
}

/* ダウンロードアイコン梱包用 */
.downloadBox {
  border-top: 1px solid #C9C9C9;
  padding-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .downloadBox {
    padding-top: 2.4rem;
  }
}
* + .downloadBox {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  * + .downloadBox {
    margin-top: 2.4rem;
  }
}

/* MV */
.mvWrap .attentionText {
  margin-top: 0.8rem;
}
.mvWrap img {
  display: inline-block;
}

.mvTop {
  background-color: #000;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mvTop {
    padding-block: 0.8rem;
    min-height: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mvTop img {
    width: 41.0666666667%;
  }
}

.mvHeading {
  margin-inline: auto;
  max-width: 1024px;
}

.mvInfo {
  background-color: #214DA0;
  padding-block: 2.4rem;
  text-align: center;
  position: relative;
}
.mvInfo::before {
  content: "";
  position: absolute;
  background-image: url("/ticket/tokutoku/nara_dp/assets/img/mv_balloon.svg");
  width: 163px;
  height: auto;
  aspect-ratio: 163/88;
  z-index: 1;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-147%);
          transform: translateX(-147%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .mvInfo::before {
    right: 16px;
    top: -10px;
    left: inherit;
    -webkit-transform: none;
            transform: none;
    width: 32%;
  }
}
.mvInfo img {
  margin-inline: auto;
}

.mvSet {
  background-color: #D5EAD8;
  max-width: 1024px;
  padding: 2.4rem;
  margin-inline: auto;
}

.setContent {
  display: flex;
  gap: 2.4590163934%;
}
@media screen and (max-width: 767px) {
  .setContent {
    flex-wrap: wrap;
  }
}
.setContent__content {
  width: 31.9672131148%;
}
@media screen and (max-width: 767px) {
  .setContent__content {
    width: 100%;
  }
}
.setContent__image {
  width: 65.5737704918%;
}
@media screen and (max-width: 767px) {
  .setContent__image {
    width: 100%;
  }
}
.setContent__image img {
  margin-top: 0.8rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .setContent__image img {
    margin-top: 2.4rem;
  }
}
.setContent__image .howtoTitle {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .setContent__image .howtoTitle {
    font-size: 1.8rem;
  }
}
.setContent__image .attention {
  display: inline-block;
  background-color: #B03A44;
  margin-top: 0.8rem;
  padding-bottom: 0.4rem;
  padding-inline: 0.8rem;
}
@media screen and (max-width: 767px) {
  .setContent__image .attention {
    width: 100%;
    padding-top: 0.4rem;
    line-height: 1.8;
  }
}
.setContent__image .attention span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.setContent__image p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .setContent__image p {
    font-size: 1.4rem;
  }
}

.setBox {
  padding-block: 0.8rem 1.6rem;
  text-align: center;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .setBox {
    padding-block: 1.6rem;
  }
}
.setBox.-blue {
  background-color: #0068B7;
}
.setBox.-black {
  background-color: #000;
}
.setBox.-green {
  background-color: #00913A;
}
.setBox:not(:last-child) {
  margin-bottom: 1.6rem;
}
.setBox:not(:last-child)::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("/ticket/tokutoku/nara_dp/assets/img/mv-set_plus.svg");
  width: 3rem;
  height: 3rem;
  bottom: -2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.setBox p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
.setBox p + p {
  margin-top: 0.4rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: fit-content;
  -webkit-padding-start: 1.3rem;
          padding-inline-start: 1.3rem;
}
@media screen and (max-width: 767px) {
  .setBox p + p {
    margin-top: 0.8rem;
  }
}
.setBox .textSmall {
  font-size: 1.2rem;
}
.setBox .attention {
  padding-left: 1em;
  text-indent: -1em;
}

.buttonBox {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .buttonBox {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.navLink {
  display: flex;
  justify-content: space-between;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 767px) {
  .navLink {
    flex-direction: column;
    row-gap: 20px;
  }
}
.navLink li {
  width: 31.93359375%;
}
@media screen and (max-width: 767px) {
  .navLink li {
    width: 100%;
  }
}
.navLink li .basicButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00913A;
  box-shadow: 0 5px 0 #00451C;
  min-height: 109px;
  background-image: url("/ticket/tokutoku/nara_dp/assets/img/arrow-bottom_white.svg");
  background-position: bottom 24px center;
  border-radius: 10px;
  font-size: 1.8rem;
  padding-inline: 0;
  padding-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .navLink li .basicButton {
    border-radius: 5px;
    font-size: 1.6rem;
    min-height: 72px;
    padding-bottom: 16px;
    background-position: bottom 12px center;
  }
}
.navLink li .basicButton:hover {
  box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/* --- 追従リンク --- */
.fixedLink {
  position: fixed;
  right: 0;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateX(141px);
          transform: translateX(141px);
  z-index: 99;
  transition: all 0.3s;
}
.fixedLink.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.fixedLink a {
  background-color: #249245;
  border-radius: 10px 0 0 10px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  padding-block: 30px;
  padding-left: 16px;
  padding-right: 48px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.fixedLink a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .fixedLink a {
    font-size: 1.2rem;
    padding-block: 20px;
    padding-left: 8px;
    padding-right: 20px;
  }
}
.fixedLink a::after {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fixedLink a::after {
    width: 7px;
    height: 8px;
  }
}

* + .contentBox {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  * + .contentBox {
    margin-top: 3.2rem;
  }
}
.contentBox + .basicButton {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .contentBox + .basicButton {
    margin-top: 2.4rem;
  }
}
* + .contentBox.-topNarrow {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  * + .contentBox.-topNarrow {
    margin-top: 1.6rem;
  }
}
.contentBox + .attentionText {
  margin-top: 1.6rem;
}

.headingLevel3 {
  background-color: #214DA0;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 114px;
}
@media screen and (max-width: 767px) {
  .headingLevel3 {
    font-size: 2rem;
    min-height: 74px;
  }
}
.headingLevel3 + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .headingLevel3 + * {
    margin-top: 2rem;
  }
}
.headingLevel3 + .informationBox {
  margin-top: 0;
}

.headingLevel4 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .headingLevel4 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.headingLevel4 + * {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .headingLevel4 + * {
    margin-top: 1.6rem;
  }
}

.headingLevel5 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .headingLevel5 {
    font-size: 1.6rem;
  }
}
.headingLevel5 + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .headingLevel5 + * {
    margin-top: 1.4rem;
  }
}

.headingLevel6 {
  background-color: #A69A1E;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  padding-block: 0.8rem;
  padding-left: 1.6rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .headingLevel6 {
    font-size: 2rem;
    text-align: center;
    padding-left: 0;
  }
}
.headingLevel6 span {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .headingLevel6 span {
    margin-left: 0;
  }
}
.headingLevel6 .textSmall {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .headingLevel6 .textSmall {
    font-size: 1.6rem;
  }
}
.headingLevel6.-blue {
  background-color: #214DA0;
}

.setHeading {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0.8rem;
}
.setHeading.-small {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.useHeading {
  font-size: 3rem;
  font-weight: 700;
  padding-left: 4.6rem;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .useHeading {
    font-size: 2rem;
    padding-left: 2.8rem;
  }
}
.useHeading::before {
  content: "";
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  top: 10%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .useHeading::before {
    width: 2rem;
    height: 2rem;
  }
}
.useHeading.-red {
  color: #BC1E21;
}
.useHeading.-red::before {
  background-color: #BC1E21;
}
.useHeading.-blue {
  color: #0068B7;
}
.useHeading.-blue::before {
  background-color: #0068B7;
}
.useHeading.-green {
  color: #A69A1E;
}
.useHeading.-green::before {
  background-color: #A69A1E;
}
.useHeading + * {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .useHeading + * {
    margin-top: 16px;
  }
}

.column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 6.4%;
     -moz-column-gap: 6.4%;
          column-gap: 6.4%;
  row-gap: 32px;
  justify-content: flex-start;
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .column {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5.8666666667%;
       -moz-column-gap: 5.8666666667%;
            column-gap: 5.8666666667%;
    row-gap: 24px;
  }
}
.column__item {
  position: relative;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .column__item {
    max-width: 100%;
  }
}
.column__item::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 22px solid;
  top: 35%;
  left: -11%;
}
@media screen and (max-width: 767px) {
  .column__item::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid;
    top: 37%;
    left: 5%;
  }
}
.column__item:first-child::before {
  border: none;
}
.column__item .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .column__item .number {
    width: 31.25%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.column__item figure {
  width: 77.3333333333%;
  margin-top: 9%;
  margin-left: 22%;
}
@media screen and (max-width: 767px) {
  .column__item figure {
    width: 75%;
    margin-top: 7%;
  }
}
.column__item figcaption {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}
.column.-red .number {
  background-color: #BC1E21;
}
.column.-red figcaption {
  color: #BC1E21;
}
.column.-red .column__item::before {
  border-left-color: #BC1E21;
}
.column.-blue .number {
  background-color: #0068B7;
}
.column.-blue figcaption {
  color: #0068B7;
}
.column.-blue .column__item::before {
  border-left-color: #0068B7;
}
.column.-green .number {
  background-color: #A69A1E;
}
.column.-green figcaption {
  color: #A69A1E;
}
.column.-green .column__item::before {
  border-left-color: #A69A1E;
}

.imageContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .imageContent {
    row-gap: 32px;
  }
}
.imageContent__content {
  width: 73.2421875%;
}
@media screen and (max-width: 767px) {
  .imageContent__content {
    width: 100%;
  }
}
.imageContent__image {
  width: 24.31640625%;
}
@media screen and (max-width: 767px) {
  .imageContent__image {
    width: 100%;
    padding-inline: 47px;
    text-align: center;
  }
}

.informationBox {
  max-width: 1024px;
  margin-inline: auto;
}
.informationBox .bgGreen {
  background-color: #D5EAD8;
  padding-top: 4rem;
  padding-bottom: 6.4rem;
  padding-inline: 2.4rem;
}
@media screen and (max-width: 767px) {
  .informationBox .bgGreen {
    padding-top: 2.4rem;
    padding-bottom: 4.4rem;
  }
}
.informationBox .bgLightgreen {
  background-color: #F1F8F2;
  padding-top: 6.4rem;
  padding-bottom: 9.6rem;
  padding-inline: 2.4rem;
}
@media screen and (max-width: 767px) {
  .informationBox .bgLightgreen {
    padding-top: 2rem;
    padding-bottom: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .informationBox p {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}

.informationHeading {
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .informationHeading {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .informationHeading img {
    width: 100%;
  }
}

.areaWrap {
  margin-block: 4rem;
}
@media screen and (max-width: 767px) {
  .areaWrap {
    margin-block: 2rem 2.4rem;
  }
}

.areaBox {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .areaBox {
    gap: 2.4rem;
  }
}
.areaBox__item {
  flex-basis: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .areaBox__item {
    flex-basis: 100%;
  }
}
.areaBox__item h6 {
  font-size: 2.6rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 8px;
  padding-inline: 1.6rem;
  padding-block: 0.7rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .areaBox__item h6 {
    font-size: 2rem;
  }
}
.areaBox__item.-yellow h6 {
  background-color: #F8E6A6;
}
.areaBox__item.-pink h6 {
  background-color: #F7C5DB;
}
.areaBox__item.-blue h6 {
  background-color: #CDDFEF;
}
.areaBox__item.-green h6 {
  background-color: #B2CDBA;
}

.areaHeading {
  font-weight: 900;
  color: #214DA0;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .areaHeading {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}

.stamprallyBox {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .stamprallyBox {
    margin-bottom: 3.2rem;
  }
}
.stamprallyBox ul {
  display: grid;
  grid-template-columns: 132px 1fr 1fr;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 2.4rem;
  padding-inline: 7rem;
  padding-block: 2.4rem;
}
@media screen and (max-width: 767px) {
  .stamprallyBox ul {
    grid-template-columns: 1fr 1fr;
    padding-inline: 2rem;
    padding-block: 1.1rem 1.6rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    row-gap: 0.6rem;
  }
}
.stamprallyBox ul li {
  font-size: 2.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .stamprallyBox ul li {
    font-size: 1.8rem;
  }
  .stamprallyBox ul li:nth-child(n+5) {
    grid-column: 1/span 2;
  }
}
.stamprallyBox ul li span {
  background-color: #A69A1E;
  color: #fff;
  font-size: 3rem;
  border-radius: 50px;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.08em;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .stamprallyBox ul li span {
    font-size: 2.4rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}

.stamprallyHeading {
  color: #fff;
  background-color: #A69A1E;
  text-align: center;
  padding-block: 1.2rem;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .stamprallyHeading {
    font-size: 2rem;
  }
}

.imageContent {
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .imageContent {
    flex-wrap: wrap;
  }
}
.imageContent__image {
  flex-basis: 25.2100840336%;
}
@media screen and (max-width: 767px) {
  .imageContent__image {
    flex-basis: 100%;
  }
}
.imageContent__content {
  flex: 1;
}
.imageContent__content p {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .imageContent__content {
    flex-basis: 100%;
  }
}

.mtNone {
  margin-top: 0;
}
