@charset "UTF-8";
/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/* =======================================
class.scssここから
======================================= */
.u-ttl-sm {
  font-size: clamp(1.8rem, 1.5984rem + 0.54vw, 2.2rem);
  font-weight: 600;
  line-height: 1.5;
}

.u-ttl-ss {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
}

.u-fontA {
  font-family: FontAwesome;
  margin-right: 0.5rem;
}

.u-fontW-n {
  font-weight: normal;
}

.u-fontW-b {
  font-weight: 600;
}

.u-pc {
  display: none;
}
@media (min-width: 70em) {
  .u-pc {
    display: block;
  }
}

.u-tab {
  display: none;
}
@media (min-width: 48em) {
  .u-tab {
    display: block;
  }
}

@media (min-width: 70em) {
  .u-sp {
    display: none;
  }
}

.u-positionR {
  position: relative;
}

.u-w100 {
  width: 100%;
}

.u-wNarrow {
  width: min(95%, 68rem);
  margin: 0 auto;
}

.u-linkColor {
  color: #45ADF9;
  text-decoration: none;
}
.u-linkColor:hover {
  text-decoration: underline;
}

.u-cRed {
  color: #F83333;
}

.u-cGray {
  color: #707070;
}

.u-textalignL {
  text-align: left;
}

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

.u-textalignR {
  text-align: right;
}

.u-justifyC {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-justifyE {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.u-pt-2 {
  padding-top: 2rem;
}

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

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-1 {
  margin-bottom: 1rem;
}

.u-mb-2 {
  margin-bottom: 2rem;
}

.u-mb-3 {
  margin-bottom: 3rem;
}

.u-mb-4 {
  margin-bottom: 4rem;
}

.u-mb-5 {
  margin-bottom: 5rem;
}

.u-mb-6 {
  margin-bottom: 6rem;
}

.u-mb-7 {
  margin-bottom: 7rem;
}

.u-mb-8 {
  margin-bottom: 8rem;
}

.u-mb-9 {
  margin-bottom: 9rem;
}

.u-mb-10 {
  margin-bottom: 10rem;
}

.u-mb-20 {
  margin-bottom: 20rem;
}

.u-mb-30 {
  margin-bottom: 30rem;
}

.u-mb-40 {
  margin-bottom: 40rem;
}

.u-mb-50 {
  margin-bottom: 50rem;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-1 {
  margin-top: 1rem;
}

.u-mt-2 {
  margin-top: 2rem;
}

.u-mt-3 {
  margin-top: 3rem;
}

.u-mt-4 {
  margin-top: 4rem;
}

.u-mt-5 {
  margin-top: 5rem;
}

.u-mt-6 {
  margin-top: 6rem;
}

.u-mt-7 {
  margin-top: 7rem;
}

.u-mt-8 {
  margin-top: 8rem;
}

.u-mt-9 {
  margin-top: 9rem;
}

.u-mt-10 {
  margin-top: 10rem;
}

.u-mt-20 {
  margin-top: 20rem;
}

.u-mt-30 {
  margin-top: 30rem;
}

.u-mt-40 {
  margin-top: 40rem;
}

.u-mt-50 {
  margin-top: 50rem;
}

.u-ml-1 {
  margin-left: 1rem;
}

.u-ml-2 {
  margin-left: 2rem;
}

.u-ml-3 {
  margin-left: 3rem;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mr-1 {
  margin-right: 1rem;
}

.u-mr-2 {
  margin-right: 2rem;
}

.u-zindex-10 {
  z-index: 10;
}/*# sourceMappingURL=utility.css.map */