.page-guide-howto {
  background-color: #E4F993;
}
.page-guide-howto .howto-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-guide-howto .m-section-inner {
  position: relative;
}
.page-guide-howto .howto-content__block {
  background-color: var(--colorBg1);
  border: 0.2rem solid #6EB92B;
  border-radius: 0 0 1rem 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
}
.page-guide-howto .howto-content__box {
  max-width: 64rem;
  margin: 0 auto;
}
.page-guide-howto .howto-content__sub-head {
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  text-shadow: 3px 3px 2px #6EB92B, -3px -3px 2px #6EB92B, 3px -3px 2px #6EB92B, -3px 3px 2px #6EB92B, 0px 3px 2px #6EB92B, 0px -3px 2px #6EB92B, 3px 0px 2px #6EB92B, -3px 0px 2px #6EB92B;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.page-guide-howto .howto-content__head {
  background-color: #6EB92B;
  min-height: 8.3rem;
  padding-left: 9rem;
  position: relative;
  border-radius: 0 1rem 0 0;
}
.page-guide-howto .howto-content__head::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background-color: #6EB92B;
  position: absolute;
  top: -1.8rem;
  left: -2.3rem;
}
.page-guide-howto .howto-content__head::after {
  content: "";
  display: block;
  background: url(../../img/guide/howto/howto_no1.svg) no-repeat center center/contain;
  width: 5.1rem;
  height: 7rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.page-guide-howto .howto-content__text {
  font-weight: 700;
  font-size: 1.6rem;
}
.page-guide-howto .howto-content__description {
  width: 100%;
  flex: 1 1;
}
.page-guide-howto .howto-content__description span {
  color: #EA4F35;
  font-weight: 700;
}
.page-guide-howto .howto-content__head text {
  font-weight: 700;
  stroke: #3e8a23;
  fill: #ffffff;
  font-size: 1.8rem;
}
.page-guide-howto .howto-content__head > svg > use {
  stroke-width: 1rem;
  paint-order: stroke;
  stroke-linejoin: round;
}
.page-guide-howto .howto-content__pictures {
  position: relative;
  padding-top: 2rem;
}
.page-guide-howto .howto-content__point1 {
  position: absolute;
  bottom: 23.3rem;
  left: 0;
  cursor: pointer;
}
.page-guide-howto .howto-content__point2 {
  position: absolute;
  bottom: 6.8rem;
  left: 0;
  cursor: pointer;
}
.page-guide-howto .howto-content__point3 {
  position: absolute;
  top: 73.2rem;
  left: 0;
  cursor: pointer;
}
.page-guide-howto .howto-content__heading {
  color: #fff;
  line-height: 4.3rem;
  min-height: 4.3rem;
  font-weight: 700;
  text-shadow: 3px 3px 2px #3e8a23, -3px 3px 2px #3e8a23, 3px -3px 2px #3e8a23, -3px -3px 2px #3e8a23, 3px 0px 2px #3e8a23, 0px 3px 2px #3e8a23, -3px 0px 2px #3e8a23, 0px -3px 2px #3e8a23;
  background-color: #6EB92B;
  position: relative;
  border-radius: 0 1rem 0 0;
  font-size: 1.8rem;
  padding-left: 6rem;
}
.page-guide-howto .howto-content__heading::before {
  content: "";
  display: block;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  background-color: #6EB92B;
  position: absolute;
  top: -1rem;
  left: -1rem;
}
.page-guide-howto .howto-content__heading::after {
  content: "";
  display: block;
  background: url(../../img/guide/howto/howto_no1.svg) no-repeat center center/contain;
  width: 2.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0.6rem;
  left: 0.8rem;
}
.page-guide-howto .howto-content__heading--no2::after {
  background: url(../../img/guide/howto/howto_no2.svg) no-repeat center center/contain;
}
.page-guide-howto .howto-content__heading--no3::after {
  background: url(../../img/guide/howto/howto_no3.svg) no-repeat center center/contain;
}
.page-guide-howto .howto-content__heading--no4::after {
  background: url(../../img/guide/howto/howto_no4.svg) no-repeat center center/contain;
}
.page-guide-howto .howto-content__paddock-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-guide-howto .howto-content__paddock-caution {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.page-guide-howto .howto-content__medium-heading {
  color: var(--colorBg1);
  font-weight: 700;
  background-color: #6EB92B;
  position: relative;
  min-height: 6rem;
  font-size: 1.6rem;
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
  cursor: pointer;
  margin-bottom: 0.2rem;
}
.page-guide-howto .howto-content__medium-heading span {
  color: #E4F993;
  display: inline-block;
}
.page-guide-howto .howto-content__medium-heading::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.page-guide-howto .howto-content__medium-heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 1rem;
  height: 1rem;
  border: solid var(--colorBg1);
  border-width: 0 0.2rem 0.2rem 0;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: transform 0.3s;
}
.page-guide-howto .howto-content__medium-heading.is-active::after {
  transform: translateY(-50%) rotate(225deg);
}
.page-guide-howto .howto-content__wrapper {
  height: 0;
  overflow: hidden;
  transition: padding 0.3s;
}
.page-guide-howto .howto-content__wrapper.is-open {
  padding: 2rem 0 4rem;
  height: auto;
}
.page-guide-howto .howto-content__answer {
  color: #EA4F35;
  font-weight: 700;
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.page-guide-howto .howto-content__answer::before {
  content: "A";
  position: absolute;
  left: 0.2rem;
}
.page-guide-howto .howto-content__check:not(:last-of-type) {
  margin-bottom: 4rem;
}
.page-guide-howto .howto-content__check-head {
  font-weight: 700;
  color: #6D6D6D;
  background-color: #F5FFEC;
  border-radius: 10rem;
  border: 0.3rem solid #6EB92B;
  display: inline-block;
  line-height: 1.4;
  padding: 1rem 1.6rem;
  margin-bottom: 1rem;
}
.page-guide-howto .howto-content__check-text {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.page-guide-howto .howto-content__schematic {
  margin-bottom: 6rem;
}
.page-guide-howto .howto-content__detail {
  margin-top: 2rem;
}
.page-guide-howto .howto-content__detail--green .howto-content__detail-head {
  background-color: #44A78A;
}
.page-guide-howto .howto-content__detail--green .howto-content__detail-text {
  border: 0.2rem solid #44A78A;
}
.page-guide-howto .howto-content__detail--orange .howto-content__detail-head {
  background-color: #F39801;
}
.page-guide-howto .howto-content__detail--orange .howto-content__detail-text {
  border: 0.2rem solid #F39801;
}
.page-guide-howto .howto-content__detail--yellow-green .howto-content__detail-head {
  background-color: #91B721;
}
.page-guide-howto .howto-content__detail--yellow-green .howto-content__detail-text {
  border: 0.2rem solid #91B721;
}
.page-guide-howto .howto-content__detail--purple .howto-content__detail-head {
  background-color: #9082B0;
}
.page-guide-howto .howto-content__detail--purple .howto-content__detail-text {
  border: 0.2rem solid #9082B0;
}
.page-guide-howto .howto-content__detail-head {
  background-color: #EB6F8F;
  box-sizing: border-box;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem 2rem;
}
.page-guide-howto .howto-content__detail-heading {
  color: var(--colorBg1);
  font-weight: 700;
  font-size: 1.6rem;
}
.page-guide-howto .howto-content__detail-text {
  padding: 2rem;
  border: 0.2rem solid #EB6F8F;
  border-radius: 0 0 1rem 1rem;
}
.page-guide-howto .howto-content__line {
  border-top: 0.3rem dashed #6EB92B;
  min-height: 4rem;
  margin-top: 4rem;
}
.page-guide-howto .howto-content__case {
  margin-top: 4rem;
}
.page-guide-howto .howto-content__case-head {
  font-weight: 700;
  color: #6EB92B;
  font-size: 1.6rem;
}
.page-guide-howto .howto-content__bib-image {
  margin-top: 2rem;
}
.page-guide-howto .howto-content__costume-head {
  color: #6EB92B;
  font-weight: 700;
  margin-top: 4rem;
  font-size: 1.6rem;
}
.page-guide-howto .howto-content__costume-image img {
  margin-top: 1rem;
}
.page-guide-howto .howto-content__course-image {
  margin-top: 2rem;
}
.page-guide-howto .howto-content__comment {
  font-weight: 700;
  color: #EA4F35;
  border: 0.2rem solid #EA4F35;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 1rem 2rem;
}
.page-guide-howto .howto-content__comment a {
  position: relative;
}
.page-guide-howto .howto-content__comment a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 0.1rem;
  background-color: #EA4F35;
  bottom: 0.2rem;
  left: 0;
}
.page-guide-howto .howto-content__icon {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.page-guide-howto .howto-content__description-box {
  overflow: hidden;
  transition: padding 0.3s;
  height: 0;
}
.page-guide-howto .howto-content__description-box.is-open {
  padding: 3rem 0 4rem;
  height: auto;
}
.page-guide-howto .howto-content__description-box .howto-content__comment {
  margin-top: 2rem;
  margin-bottom: 0;
}
.page-guide-howto .howto-content__betting-ticket-image {
  padding-bottom: 2rem;
  box-sizing: border-box;
}
.page-guide-howto .howto-content__buy .howto-content__wrapper.accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.page-guide-howto .howto-content__buy .howto-content__wrapper:last-of-type .howto-content__buy-box {
  padding-bottom: 0;
}
.page-guide-howto .howto-content__buy .howto-content__comment {
  margin-bottom: 0;
}
.page-guide-howto .howto-content__buy-box {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.page-guide-howto .howto-content__buy-box .howto-content__comment {
  margin-top: 2rem;
}
.page-guide-howto .howto-content__buy-head {
  font-weight: 700;
  background-color: #082E5E;
  color: var(--colorBg1);
  text-align: center;
  font-size: 1.6rem;
}
.page-guide-howto .howto-content__buy-target {
  border: 0.2rem solid #082E5E;
  position: relative;
  margin-bottom: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-guide-howto .howto-content__buy-target::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 2rem;
  background-color: #082E5E;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-guide-howto .howto-content__buy-target::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 2rem;
  background-color: #fff;
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-guide-howto .howto-content__buy-text {
  font-weight: 700;
  color: #082E5E;
  text-align: center;
  font-size: 1.6rem;
}
.page-guide-howto .howto-content__marksheet {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.page-guide-howto .howto-content__buy-step {
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
.page-guide-howto .howto-content__step-item {
  position: relative;
  font-size: 1.4rem;
  padding-left: 3rem;
}
.page-guide-howto .howto-content__step-item span {
  display: inline-block;
  position: absolute;
  left: 0;
  color: #6EB92B;
  font-size: 2rem;
}
.page-guide-howto .howto-content__text-box {
  background-color: #FEFCDA;
  padding: 2rem;
  margin-top: 4rem;
}
.page-guide-howto .howto-content__buy-comment {
  padding-left: 1em;
  text-indent: -1em;
}
.page-guide-howto .howto-content__buy-image {
  margin: 0 auto 4rem;
}
.page-guide-howto .howto-modal--blue .howto-modal__head {
  color: #00A0E9;
}
.page-guide-howto .howto-modal--blue .howto-modal__comment {
  color: #00A0E9;
  border: 0.2rem solid #00A0E9;
}
.page-guide-howto .howto-modal--red .howto-modal__head {
  color: #E94E35;
}
.page-guide-howto .howto-modal--red .howto-modal__comment {
  color: #E94E35;
  border: 0.2rem solid #E94E35;
}
.page-guide-howto .m-basic-modal__content {
  border-radius: 1rem;
  padding: 2rem;
}
.page-guide-howto .howto-modal__head {
  color: #F08300;
  line-height: 0.9;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-guide-howto .howto-modal__point {
  font-size: 1.2rem;
}
.page-guide-howto .howto-modal__heading {
  font-size: 1.6rem;
}
.page-guide-howto .howto-modal__text {
  font-size: 1.6rem;
}
.page-guide-howto .howto-modal__schematic {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-guide-howto .howto-modal__comment {
  font-weight: 700;
  border: 0.2rem solid #F08300;
  color: #F08300;
  line-height: 1.4;
  padding: 1rem 2rem;
}
.page-guide-howto .howto-modal__sub-head {
  color: #464646;
  background-color: #E8B525;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  padding: 0.8rem;
}
@media screen {
  .page-guide-howto .m-anchor-tab__button:last-child .m-anchor-tab__link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    font-size: 1.1rem;
    width: 12rem;
  }
  .page-guide-howto .howto-content__block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page-guide-howto .howto-content__point1 {
    width: 8.2rem;
    bottom: 8.7rem;
  }
  .page-guide-howto .howto-content__point2 {
    width: 8.2rem;
    bottom: 1.3rem;
  }
  .page-guide-howto .howto-content__point3 {
    width: 8.2rem;
    top: 37.2rem;
  }
  .page-guide-howto .howto-content__heading--no3 + .howto-content__block {
    padding-bottom: 6rem;
  }
  .page-guide-howto .howto-content__heading--no4 {
    font-size: 1.6rem;
  }
  .page-guide-howto .howto-content__medium-heading {
    padding-right: 7.5rem;
    line-height: 1.4;
  }
  .page-guide-howto .howto-content__medium-heading span {
    font-size: 2.2rem;
    padding-right: 1.5rem;
  }
  .page-guide-howto .howto-content__wrapper--pb-remove.is-open {
    padding-bottom: 0;
  }
  .page-guide-howto .howto-content__wrapper--pb-small.is-open {
    padding-bottom: 1.5rem;
  }
  .page-guide-howto .howto-content__answer::before {
    font-size: 2.2rem;
    top: 0.5rem;
  }
  .page-guide-howto .howto-content__check {
    text-align: center;
  }
  .page-guide-howto .howto-content__check-text {
    display: inline-block;
    text-align: left;
  }
  .page-guide-howto .howto-content__line--small {
    margin-top: 0;
    min-height: 3rem;
  }
  .page-guide-howto .howto-content__case:last-of-type {
    margin-top: 2rem;
  }
  .page-guide-howto .howto-content__betting-ticket:last-of-type .howto-content__description-box {
    padding-bottom: 0;
  }
  .page-guide-howto .howto-content__buy-text {
    line-height: 1.4;
  }
  .page-guide-howto .howto-content__step-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .page-guide-howto .howto-content__text-box {
    margin-bottom: 2rem;
    width: 30rem;
    margin-right: auto;
    margin-left: auto;
  }
  .page-guide-howto .howto-content__text-box .howto-content__text {
    font-size: 1.4rem;
  }
  .page-guide-howto .m-basic-modal__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media print {
  .page-guide-howto .howto-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .page-guide-howto .howto-content__block {
    border: 0.4rem solid #6EB92B;
    border-radius: 0 0 4rem 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-bottom: 4rem;
  }
  .page-guide-howto .howto-content__sub-head {
    font-size: 2.6rem;
    text-shadow: 4px 4px 2px #6EB92B, -4px -4px 2px #6EB92B, 4px -4px 2px #6EB92B, -4px 4px 2px #6EB92B, 0px 4px 2px #6EB92B, 0px -4px 2px #6EB92B, 4px 0px 2px #6EB92B, -4px 0px 2px #6EB92B;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .page-guide-howto .howto-content__head {
    border-radius: 0 4rem 0 0;
    min-height: 8.3rem;
  }
  .page-guide-howto .howto-content__text {
    font-size: 1.8rem;
  }
  .page-guide-howto .howto-content__description {
    font-size: 1.8rem;
  }
  .page-guide-howto .howto-content__head text {
    font-size: 3.2rem;
  }
  .page-guide-howto .howto-content__pictures {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-guide-howto .howto-content__heading {
    font-size: 3.2rem;
    line-height: 8.5rem;
    min-height: 8.3rem;
    border-radius: 0 4rem 0 0;
    padding-left: 11rem;
  }
  .page-guide-howto .howto-content__heading::before {
    top: -1.8rem;
    left: -2.3rem;
    width: 12rem;
    height: 12rem;
  }
  .page-guide-howto .howto-content__heading::after {
    top: 1rem;
    left: 1rem;
    width: 5.1rem;
    height: 7rem;
  }
  .page-guide-howto .howto-content__paddock-image {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .page-guide-howto .howto-content__paddock-caution {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .page-guide-howto .howto-content__medium-heading {
    font-size: 2.2rem;
    padding-left: 2rem;
  }
  .page-guide-howto .howto-content__medium-heading span {
    padding-right: 2rem;
  }
  .page-guide-howto .howto-content__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-guide-howto .howto-content__wrapper.is-open {
    padding: 2rem 2rem 6rem;
  }
  .page-guide-howto .howto-content__wrapper--pb-remove.is-open {
    padding-bottom: 0;
  }
  .page-guide-howto .howto-content__answer {
    font-size: 2.2rem;
    padding-left: 3.5rem;
    margin-bottom: 6rem;
  }
  .page-guide-howto .howto-content__check:not(:last-of-type) {
    margin-bottom: 6rem;
  }
  .page-guide-howto .howto-content__check-head {
    font-size: 1.8rem;
    padding: 1rem 1.6rem;
    margin-bottom: 1rem;
  }
  .page-guide-howto .howto-content__check-text {
    font-size: 2.2rem;
  }
  .page-guide-howto .howto-content__detail-head {
    min-height: 2.5rem;
    line-height: 2.5rem;
  }
  .page-guide-howto .howto-content__detail-heading {
    font-size: 1.8rem;
  }
  .page-guide-howto .howto-content__detail-text {
    font-size: 1.8rem;
  }
  .page-guide-howto .howto-content__line {
    min-height: 6rem;
    margin-top: 6rem;
  }
  .page-guide-howto .howto-content__line--small {
    margin-top: 0;
    min-height: 2rem;
  }
  .page-guide-howto .howto-content__case {
    position: relative;
    height: 14.4rem;
  }
  .page-guide-howto .howto-content__case-head {
    position: relative;
    z-index: 1;
    font-size: 1.8rem;
  }
  .page-guide-howto .howto-content__case-image {
    position: absolute;
    top: 0;
  }
  .page-guide-howto .howto-content__bib-image {
    margin-top: 4rem;
  }
  .page-guide-howto .howto-content__costume {
    margin-top: 4rem;
  }
  .page-guide-howto .howto-content__costume-head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .page-guide-howto .howto-content__course-image {
    margin-top: 4rem;
  }
  .page-guide-howto .howto-content__comment {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .page-guide-howto .howto-content__betting-ticket:first-of-type {
    margin-top: 4rem;
  }
  .page-guide-howto .howto-content__description-box {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .page-guide-howto .howto-content__description-box.is-open {
    padding: 4rem 2rem;
  }
  .page-guide-howto .howto-content__description-box .howto-content__comment {
    margin-top: 4rem;
  }
  .page-guide-howto .howto-content__betting-ticket-image {
    max-width: 33.5rem;
    padding-bottom: 4rem;
  }
  .page-guide-howto .howto-content__buy:first-of-type {
    margin-top: 4rem;
  }
  .page-guide-howto .howto-content__buy-box {
    padding: 4rem 2rem 6rem;
  }
  .page-guide-howto .howto-content__buy-box .howto-content__comment {
    margin-top: 4rem;
  }
  .page-guide-howto .howto-content__buy-head {
    font-size: 1.8rem;
    min-height: 4.5rem;
    line-height: 4.5rem;
  }
  .page-guide-howto .howto-content__buy-target {
    margin-bottom: 4rem;
  }
  .page-guide-howto .howto-content__buy-text {
    font-size: 1.8rem;
  }
  .page-guide-howto .howto-content__marksheet {
    margin-bottom: 4rem;
  }
  .page-guide-howto .howto-content__buy-step {
    line-height: 4rem;
  }
  .page-guide-howto .howto-content__step-item {
    padding-left: 2.7rem;
    font-size: 1.8rem;
  }
  .page-guide-howto .howto-content__step-item span {
    font-size: 2.2rem;
  }
  .page-guide-howto .howto-content__text-box {
    margin-top: 6rem;
  }
  .page-guide-howto .howto-content__buy-image {
    max-width: 40rem;
  }
  .page-guide-howto .m-basic-modal__content {
    border-radius: 4rem;
    padding: 3rem 1.5rem 3rem 3rem;
  }
  .page-guide-howto .m-basic-modal__content--pr-wide {
    padding-right: 3rem;
  }
  .page-guide-howto .howto-modal__head {
    line-height: 1.4;
  }
  .page-guide-howto .howto-modal__point {
    font-size: 1.6rem;
  }
  .page-guide-howto .howto-modal__heading {
    font-size: 2.2rem;
  }
  .page-guide-howto .howto-modal__schematic {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .page-guide-howto .howto-modal__comment {
    font-size: 1.8rem;
    padding: 0.8rem 0.8rem 0.8rem 1.6rem;
  }
  .page-guide-howto .howto-modal__sub-head {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}