@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
.l-pageContent .zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
}
.l-pageContent .f-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.l-pageContent .f-noto-sans-jp--thin {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.l-pageContent .f-noto-sans-jp--extraLight {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.l-pageContent .f-noto-sans-jp--light {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.l-pageContent .f-noto-sans-jp--medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.l-pageContent .f-noto-sans-jp--semiBold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.l-pageContent .f-noto-sans-jp--bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.l-pageContent .f-noto-sans-jp--extraBold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.l-pageContent .f-noto-sans-jp--black {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  background-color: #fff;
}
body img {
  max-width: 100%;
  vertical-align: bottom;
}

.jtb-nav-breadcrumb {
  margin: 0;
  padding: 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 376px) {
  .jtb-nav-breadcrumb {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .jtb-nav-breadcrumb {
    margin: 0 auto;
    padding: 1px 0;
    max-width: 1280px;
    background: none;
  }
}
.jtb-nav-breadcrumb.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .jtb-nav-breadcrumb.pc {
    display: block;
  }
}
.jtb-nav-breadcrumb.sp {
  margin: 50px 0 0;
  padding: 20px 2.666667vw;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  line-height: 1.7;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .jtb-nav-breadcrumb.sp {
    display: none;
  }
}
.jtb-nav-breadcrumb li {
  margin-left: 0;
  color: #323743;
  font-size: 12px;
  line-height: 2;
  font-size: 3.2vw;
}
@media screen and (min-width: 376px) {
  .jtb-nav-breadcrumb li {
    font-size: 12px;
  }
}
.jtb-nav-breadcrumb li::before {
  display: none;
}
.jtb-nav-breadcrumb li:not(:last-child) {
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .jtb-nav-breadcrumb li:not(:last-child) {
    margin-right: 10px;
  }
}
.jtb-nav-breadcrumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  margin-top: -0.7vw;
  margin-left: 1.3333333333vw;
  border: 1px solid #c0c5cb;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .jtb-nav-breadcrumb li:not(:last-child)::after {
    width: 5px;
    height: 5px;
    margin-top: -3px;
    margin-left: 4px;
  }
}
.jtb-nav-breadcrumb a {
  color: #3498db;
}
.jtb-nav-breadcrumb span {
  font-weight: 400;
}

.l-pageContentWrap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.l-pageTitle {
  max-width: 1280px;
  margin: 8px auto;
  padding: 0 8px;
  font-size: 4.8vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
@media screen and (min-width: 376px) {
  .l-pageTitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .l-pageTitle {
    margin: 0 auto 8px;
    padding: 0;
  }
}

.l-pageContent {
  color: #333333;
}

.l-pageTopButton {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  aspect-ratio: 1/1;
  z-index: 10;
}
.l-pageTopButton a {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border: 2px solid #00B2B3;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.l-pageTopButton a::before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  aspect-ratio: 1/1;
  border-top: 2px solid #00B2B3;
  border-right: 2px solid #00B2B3;
  z-index: 1;
  -webkit-transition: border-top-color 0.3s ease, border-right-color 0.3s ease;
  transition: border-top-color 0.3s ease, border-right-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-pageTopButton a:hover {
    background-color: #00B2B3;
  }
  .l-pageTopButton a:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

.l-pageContent .p-fv {
  background-image: url(../images/fv-bg-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  padding-block: 3rem 4rem;
  margin-top: 1em;
}
@media screen and (min-width: 376px) {
  .l-pageContent .p-fv {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv {
    padding-block: 6rem;
    background-image: url(../images/fv-bg-pc.png);
  }
}
.l-pageContent .p-fv__inner {
  max-width: 56rem;
  padding-inline: 1.7rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__inner {
    max-width: 113.4rem;
  }
}
.l-pageContent .p-fv__title-wrap {
  margin-top: 4rem;
  text-align: center;
}
.l-pageContent .p-fv__title-sub {
  font-size: 2.1rem;
  font-weight: 500;
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__title-sub {
    font-size: 2.4rem;
  }
}
.l-pageContent .p-fv__title-sub::after, .l-pageContent .p-fv__title-sub::before {
  content: "";
  display: inline-block;
  background-color: white;
  width: 1px;
  height: 7rem;
  margin-inline: 1em;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__title-sub::after, .l-pageContent .p-fv__title-sub::before {
    height: 1em;
  }
}
.l-pageContent .p-fv__title-sub::before {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__title-sub::before {
    -webkit-transform: skew(30deg);
            transform: skew(30deg);
  }
}
.l-pageContent .p-fv__title-sub::after {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__title-sub::after {
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
  }
}
.l-pageContent .p-fv__title-main {
  color: #FFF100;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  word-break: keep-all;
  overflow-wrap: anywhere;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__title-main {
    font-size: 6.4rem;
    margin-top: unset;
  }
}
.l-pageContent .p-fv__title-main span {
  position: relative;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .l-pageContent .p-fv__title-main span {
    letter-spacing: 0.085em;
    line-height: 1.4;
  }
}
.l-pageContent .p-fv__title-main span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
  border-top: 0.2rem dashed white;
  -o-border-image: repeating-linear-gradient(to right, white, white 0.8rem, transparent 0.8rem, transparent 1.2rem) 1;
     border-image: repeating-linear-gradient(to right, white, white 0.8rem, transparent 0.8rem, transparent 1.2rem) 1;
}
.l-pageContent .p-fv__title-lead {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__title-lead {
    margin-top: 2.5rem;
  }
}
.l-pageContent .p-fv__title-lead span {
  display: block;
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.022em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__title-lead span {
    display: block;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 481px) {
  .l-pageContent .p-fv__title-lead .u-spOnly {
    display: none;
  }
}
.l-pageContent .p-fv__point {
  background-color: white;
  margin-top: 4rem;
  margin-inline: auto;
  border-radius: 1.4rem;
  padding: 7.5rem 1rem 4rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-pageContent .p-fv__point {
    padding: 8rem 6rem 5rem;
    margin-top: 6rem;
  }
}
.l-pageContent .p-fv__point-title {
  clip-path: polygon(0 0, 100% 0, 98% 50%, 100% 100%, 0 100%, 2% 50%);
  background-color: #00B2B3;
  color: white;
  min-height: 6.8rem;
  width: 88.9570552147%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.028em;
  line-height: 1.2;
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__point-title {
    min-height: 5.4rem;
    max-width: 70rem;
    font-size: 3rem;
  }
}
.l-pageContent .p-fv__point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__point-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-pageContent .p-fv__point-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cacaca;
  position: absolute;
  top: 51%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__point-list::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-pageContent .p-fv__point-item {
  width: 92.0245398773%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__point-item {
    width: 50%;
  }
}
.l-pageContent .p-fv__point-item + .p-fv__point-item {
  margin-top: 8rem;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__point-item + .p-fv__point-item {
    margin-top: unset;
  }
}
.l-pageContent .p-fv__point-item-title {
  border-radius: 50vh;
  background-color: #E83828;
  color: white;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85.8895705521%;
  max-width: 100%;
  min-height: 3.6rem;
  margin-inline: auto;
}
@media screen and (min-width: 481px) {
  .l-pageContent .p-fv__point-item-title {
    max-width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__point-item-title {
    width: 32.4rem;
    max-width: none;
    min-height: 4.6rem;
    font-size: 2.2rem;
  }
}
.l-pageContent .p-fv__point-item-title span {
  display: inline;
  background-color: white;
  color: #E83828;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.2em;
  padding-bottom: 0.1em;
}
.l-pageContent .p-fv__point-item-lead {
  text-align: center;
  margin-top: 1rem;
  margin-inline: auto;
  max-width: 29rem;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__point-item-lead {
    max-width: none;
  }
}
.l-pageContent .p-fv__point-item-lead span {
  font-size: 2.5rem;
  letter-spacing: 0.032em;
  color: #00B2B3;
  display: inline;
  font-weight: 700;
  line-height: 1.2;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__point-item-lead span {
    display: block;
    font-size: 2.8rem;
    letter-spacing: 0.036em;
  }
}
.l-pageContent .p-fv__point-item-img {
  text-align: center;
  margin-top: 2rem;
}
.l-pageContent .p-fv__point-item-text {
  text-align: center;
}
.l-pageContent .p-fv__point-item-text span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-fv__point-item-text span {
    font-size: 1.7rem;
  }
}

.l-pageContent .p-guide {
  background-color: #FCF8E2;
}
.l-pageContent .p-guide__title {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.032em;
  color: white;
  font-weight: 700;
  text-align: center;
  background-color: #00B2B3;
  padding-block: 0.8rem;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__title {
    font-size: 3rem;
    letter-spacing: 0.07em;
    padding-block: 1.2rem;
  }
}
.l-pageContent .p-guide__inner {
  max-width: 56rem;
  padding-inline: 1.7rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__inner {
    max-width: 113.4rem;
  }
}
.l-pageContent .p-guide__step {
  padding-block: 2.4rem;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step {
    padding-block: 4.3rem;
  }
}
.l-pageContent .p-guide__step-item {
  background-color: white;
  border-radius: 1.4rem;
  position: relative;
}
.l-pageContent .p-guide__step-item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 2.4rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #D5D5D5;
  position: absolute;
  bottom: -3.6rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-item:not(:last-of-type)::after {
    width: 5.4rem;
    height: 2.8rem;
    bottom: -4.6rem;
  }
}
.l-pageContent .p-guide__step-item + .p-guide__step-item {
  margin-top: 4.4rem;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-item + .p-guide__step-item {
    margin-top: 6.2rem;
  }
}
.l-pageContent .p-guide__step-item-body {
  padding: 2.5rem 2rem 3.8rem;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-item-body {
    padding: 3rem 2rem 3.8rem;
  }
}
.l-pageContent .p-guide__step-item-title {
  background-color: #00B2B3;
  color: white;
  text-align: center;
  border-radius: 1.4rem 1.4rem 0 0;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.032em;
  font-weight: 500;
}
.l-pageContent .p-guide__step-item-title span {
  color: #00B2B3;
  background-color: #FFF100;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.2em;
  padding-bottom: 0.2em;
}
.l-pageContent .p-guide__step-item-heading {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.032em;
  line-height: 1.2;
  color: #00B2B3;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-item-heading {
    font-size: 2.8rem;
  }
}
.l-pageContent .p-guide__step-item-note-text {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-inline: auto;
}
@media screen and (min-width: 481px) {
  .l-pageContent .p-guide__step-item-note-text {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-item-note-text {
    font-size: 1.7rem;
    width: 100%;
    max-width: 80rem;
  }
}
.l-pageContent .p-guide__step-item-note-text._small {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-item-note-text._small {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-item-note-text._pc-center {
    text-align: center;
  }
}
.l-pageContent .p-guide__step-item-note-notice {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  margin-inline: auto;
}
@media screen and (min-width: 481px) {
  .l-pageContent .p-guide__step-item-note-notice {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-item-note-notice {
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-align: left;
    font-size: 1.4rem;
    width: 100%;
    max-width: 80rem;
  }
}
@media screen and (min-width: 961px) {
  .l-pageContent .p-guide__step-item-note-notice.w85 {
    max-width: 85rem;
  }
}
.l-pageContent .p-guide__step-btn {
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  border-radius: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  min-height: 5.4rem;
  margin-top: 2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-btn {
    max-width: 33rem;
    margin-inline: unset;
  }
}
@media (any-hover: hover) {
  .l-pageContent .p-guide__step-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-item-body .p-guide__step-btn {
    margin-inline: auto;
  }
}
.l-pageContent .p-guide__step-btn._01 {
  background-color: #00B2B3;
  color: white;
}
.l-pageContent .p-guide__step-btn._02 {
  background-color: white;
  border: 1px solid #00B2B3;
  color: #00B2B3;
}
.l-pageContent .p-guide__step-btn span {
  font-weight: 700;
  font-size: 1.7rem;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-btn span {
    font-size: 1.8rem;
  }
}
.l-pageContent .p-guide__step-btn._01 span {
  translate: -1em 0;
}
.l-pageContent .p-guide__step-btn img {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-pageContent .p-guide__step-btn02 {
  margin-top: 2rem;
  border: 2px solid #0a5fc7;
  color: #0a5fc7;
  display: grid;
  place-items: center;
  min-height: 5.4rem;
}
.l-pageContent .p-guide__step-item-btns {
  padding-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .l-pageContent .p-guide__step-item-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 80%;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    margin-inline: auto;
  }
}
.l-pageContent .p-guide__step-item-image {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .u-spOnly {
    display: none;
  }
}

.u-pcOnly {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-pcOnly {
    display: block;
  }
}

.u-lgOnly {
  display: none;
}
@media screen and (min-width: 961px) {
  .u-lgOnly {
    display: block;
  }
}

.u-dib {
  display: inline-block;
}

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

.u-mt1em {
  margin-top: 1em;
}

.u-mt1-5em {
  margin-top: 1.5em;
}

.u-mt2em {
  margin-top: 2em;
}

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

.u-mb1em {
  margin-bottom: 1em;
}

.u-mb1-5em {
  margin-bottom: 1.5em;
}

.u-mb2em {
  margin-bottom: 2em;
}

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

.u-pt1em {
  padding-top: 1em;
}

.u-pt1-5em {
  padding-top: 1.5em;
}

.u-pt2em {
  padding-top: 2em;
}

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

.u-pb1em {
  padding-bottom: 1em;
}

.u-pb1-5em {
  padding-bottom: 1.5em;
}

.u-pb2em {
  padding-bottom: 2em;
}

.u-fwb {
  font-weight: bold;
}

.u-tac {
  text-align: center;
}

.c-heading {
  font-size: 2rem;
}/*# sourceMappingURL=style.css.map */