/* override */
/* components */
.c-btn-1 {
  align-items: center;
  background: #7EBE57 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="17" viewBox="0 0 9 17" fill="none"><path d="M8.69102 16.6673C8.59372 16.7728 8.47815 16.8564 8.3509 16.9135C8.22366 16.9706 8.08724 17 7.94948 17C7.81171 17 7.6753 16.9706 7.54806 16.9135C7.42081 16.8564 7.30523 16.7728 7.20794 16.6673L0.245039 9.13882C0.167363 9.055 0.105738 8.95545 0.0636912 8.84585C0.0216444 8.73626 1.46542e-06 8.61877 1.48617e-06 8.50012C1.50691e-06 8.38147 0.0216445 8.26398 0.0636913 8.15438C0.105738 8.04479 0.167363 7.94523 0.245039 7.86142L7.20794 0.332937C7.61851 -0.110982 8.28045 -0.110981 8.69102 0.332937C9.10159 0.776855 9.10159 1.49256 8.69102 1.93648L2.62466 8.50465L8.69939 15.0728C9.10158 15.5077 9.10158 16.2324 8.69102 16.6673Z" fill="white"/></svg>') no-repeat 20px 50%/9px auto;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  height: 70px;
  transition: opacity 0.2s ease;
  text-decoration: none;
  width: 340px;
}
.c-btn-1:hover {
  opacity: 0.6;
}

.c-pulldown {
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M10.7847 0.192379C10.853 0.252969 10.9071 0.324947 10.944 0.404191C10.981 0.483435 11 0.568388 11 0.654184C11 0.73998 10.981 0.824933 10.944 0.904177C10.9071 0.983421 10.853 1.0554 10.7847 1.11599L5.91335 5.45226C5.85912 5.50063 5.7947 5.53901 5.72379 5.56519C5.65287 5.59138 5.57685 5.60486 5.50008 5.60486C5.4233 5.60486 5.34728 5.59138 5.27637 5.56519C5.20545 5.53901 5.14103 5.50063 5.0868 5.45226L0.215429 1.11599C-0.0718116 0.8603 -0.0718116 0.448067 0.215429 0.192379C0.50267 -0.0633098 0.965774 -0.0633098 1.25301 0.192379L5.50301 3.97031L9.753 0.187161C10.0344 -0.0633087 10.5033 -0.0633097 10.7847 0.192379Z" fill="%237EBE57"/></svg>') no-repeat right 9px top 50%/11px auto;
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  color: #000;
  cursor: pointer;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  height: 40px;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.u-overflow-hidden {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s\:u-overflow-hidden {
    overflow: hidden;
  }
}
.u-absolute {
  position: absolute;
}

.u-static {
  position: static;
}

.u-relative {
  position: relative;
}

.u-fixed {
  position: fixed;
}

@media screen and (max-width: 767px) {
  .s\:u-absolute {
    position: absolute;
  }
  .s\:u-static {
    position: static;
  }
  .s\:u-relative {
    position: relative;
  }
}
.u-bg-black {
  background-color: #222222 !important;
}
.u-bg-white {
  background-color: #fff !important;
}
.u-bg-grn {
  background-color: #7EBE57 !important;
}
.u-bg-yellow {
  background-color: #FFCF00 !important;
}
.u-bg-light-gray {
  background-color: #F5F5F2 !important;
}
.u-bg-light-blue {
  background-color: #CEE8FF !important;
}
.u-bg-red {
  background-color: #FF1818 !important;
}

@media screen and (max-width: 767px) {
  .s\:u-bg-white {
    background: #fff;
  }
  .s\:u-bg-light-gray {
    background: #F5F5F2;
  }
}
.u-border-box {
  border: 1px solid #222222;
}
.u-border-green {
  border-color: #7EBE57;
}
.u-border-0 {
  border: none !important;
}

@media screen and (max-width: 767px) {
  .s\:u-border-0 {
    border: none;
  }
}
.u-cursor-default {
  cursor: default;
}
.u-cursor-pointer {
  cursor: pointer;
}

.u-noevent {
  pointer-events: none;
}

.u-flex {
  display: flex;
}
.u-flex-space-between {
  justify-content: space-between;
}
.u-flex-reverse {
  flex-direction: row-reverse;
}
.u-flex-column-reverse {
  flex-direction: column-reverse;
}
.u-flex-center {
  justify-content: center;
}
.u-flex-middle {
  align-items: center;
}
.u-flex-right {
  justify-content: end;
}
.u-flex-left {
  justify-content: start;
}
.u-flex-start {
  align-items: start;
}
.u-flex-end {
  align-items: end;
}
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-unset {
  flex: unset !important;
}
.u-flex-1 {
  flex: 1 !important;
}
.u-flex-column {
  display: flex;
  flex-direction: column;
}
.u-flex-order-1 {
  order: 1;
}
.u-flex-order-2 {
  order: 2;
}
.u-flex-order-3 {
  order: 3;
}

@media screen and (max-width: 767px) {
  .s\:u-flex {
    display: flex;
  }
  .s\:u-flex-column {
    display: flex;
    flex-direction: column;
  }
  .s\:u-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .s\:u-flex-space-between {
    justify-content: space-between;
  }
  .s\:u-flex-reverse {
    flex-direction: row-reverse;
  }
  .s\:u-flex-center {
    justify-content: center;
  }
  .s\:u-flex-left {
    justify-content: start;
  }
  .s\:u-flex-middle {
    align-items: center;
  }
  .s\:u-flex-end {
    align-items: flex-end;
  }
  .s\:u-flex-wrap {
    flex-wrap: wrap;
  }
  .s\:u-flex-nowrap {
    flex-wrap: nowrap;
  }
  .s\:u-flex-order-1 {
    order: 1;
  }
  .s\:u-flex-order-2 {
    order: 2;
  }
  .s\:u-flex-order-3 {
    order: 3;
  }
}
.u-gap-0 {
  gap: 0rem !important;
}

.u-gap-5 {
  gap: 0.5rem !important;
}

.u-gap-10 {
  gap: 1rem !important;
}

.u-gap-15 {
  gap: 1.5rem !important;
}

.u-gap-20 {
  gap: 2rem !important;
}

.u-gap-25 {
  gap: 2.5rem !important;
}

.u-gap-30 {
  gap: 3rem !important;
}

.u-gap-35 {
  gap: 3.5rem !important;
}

.u-gap-40 {
  gap: 4rem !important;
}

.u-gap-45 {
  gap: 4.5rem !important;
}

.u-gap-50 {
  gap: 5rem !important;
}

.u-gap-55 {
  gap: 5.5rem !important;
}

.u-gap-60 {
  gap: 6rem !important;
}

.u-gap-65 {
  gap: 6.5rem !important;
}

.u-gap-70 {
  gap: 7rem !important;
}

.u-gap-75 {
  gap: 7.5rem !important;
}

.u-gap-80 {
  gap: 8rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-gap-0 {
    gap: 0rem !important;
  }
  .s\:u-gap-5 {
    gap: 0.5rem !important;
  }
  .s\:u-gap-10 {
    gap: 1rem !important;
  }
  .s\:u-gap-15 {
    gap: 1.5rem !important;
  }
  .s\:u-gap-20 {
    gap: 2rem !important;
  }
  .s\:u-gap-25 {
    gap: 2.5rem !important;
  }
  .s\:u-gap-30 {
    gap: 3rem !important;
  }
  .s\:u-gap-35 {
    gap: 3.5rem !important;
  }
  .s\:u-gap-40 {
    gap: 4rem !important;
  }
  .s\:u-gap-45 {
    gap: 4.5rem !important;
  }
  .s\:u-gap-50 {
    gap: 5rem !important;
  }
}
.u-grid {
  display: grid;
}

.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}
.u-align-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .s\:u-align-center {
    text-align: center;
  }
  .s\:u-align-right {
    text-align: right;
  }
  .s\:u-align-left {
    text-align: left;
  }
}
.u-lh-12 {
  line-height: 1.2;
}
.u-lh-14 {
  line-height: 1.4;
}
.u-lh-17 {
  line-height: 1.7;
}
.u-lh-20 {
  line-height: 2;
}
.u-lh-25 {
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .s\:u-lh-10 {
    line-height: 1;
  }
  .s\:u-lh-13 {
    line-height: 1.3;
  }
  .s\:u-lh-14 {
    line-height: 1.4;
  }
  .s\:u-lh-17 {
    line-height: 1.7;
  }
  .s\:u-lh-18 {
    line-height: 1.8;
  }
  .s\:u-lh-20 {
    line-height: 2;
  }
  .s\:u-lh-22 {
    line-height: 2.2;
  }
}
.u-ls-0 {
  letter-spacing: 0 !important;
}
.u-ls-5 {
  letter-spacing: 0.05rem !important;
}
.u-ls-10 {
  letter-spacing: 0.1rem !important;
}
.u-ls-15 {
  letter-spacing: 0.15rem !important;
}
.u-ls-20 {
  letter-spacing: 0.2rem !important;
}
.u-ls-25 {
  letter-spacing: 0.25rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-ls-0 {
    letter-spacing: 0;
  }
  .s\:u-ls-10 {
    letter-spacing: 0.1rem;
  }
  .s\:u-ls-15 {
    letter-spacing: 0.15rem;
  }
  .s\:u-ls-18 {
    letter-spacing: 0.18rem;
  }
  .s\:u-ls-20 {
    letter-spacing: 0.2rem;
  }
  .s\:u-ls-25 {
    letter-spacing: 0.25rem;
  }
}
.u-font-0 {
  font-size: 0 !important;
}
.u-font-14 {
  font-size: 1.4rem !important;
}
.u-font-15 {
  font-size: 1.5rem !important;
}
.u-font-16 {
  font-size: 1.6rem !important;
}
.u-font-20 {
  font-size: 2rem !important;
}
.u-font-24 {
  font-size: 2.4rem !important;
}
.u-font-28 {
  font-size: 2.8rem !important;
}
.u-font-30 {
  font-size: 3rem !important;
}
.u-font-black {
  color: #222222;
}
.u-font-light-gray {
  color: #F5F5F2;
}
.u-font-red {
  color: #FF1818;
}
.u-font-blue {
  color: #14178C;
}
.u-font-white {
  color: #fff !important;
}
.u-font-green {
  color: #7EBE57 !important;
}
.u-font-yellow {
  color: #FFCF00 !important;
}
.u-font-normal {
  font-weight: 400 !important;
}
.u-font-medium {
  font-weight: 500 !important;
}
.u-font-semibold {
  font-weight: 600 !important;
}
.u-font-bold {
  font-weight: 700 !important;
}
.u-font-super-bold {
  font-weight: 900 !important;
}
.u-font-underline {
  text-decoration: underline;
}
.u-font-family-1 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}
.u-font-family-2 {
  font-family: "Outfit", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}
.u-font-family-3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}

@media screen and (max-width: 767px) {
  .s\:u-font-12 {
    font-size: 1.2rem;
  }
  .s\:u-font-14 {
    font-size: 1.4rem;
  }
  .s\:u-font-16 {
    font-size: 1.6rem;
  }
  .s\:u-font-20 {
    font-size: 2rem;
  }
  .s\:u-font-24 {
    font-size: 2.4rem;
  }
  .s\:u-font-30 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .s\:u-hidden {
    display: none;
  }
}

.u-left-half {
  left: 50%;
}

.u-bottom-0 {
  bottom: 0rem !important;
}

.u-bottom-5 {
  bottom: 0.5rem !important;
}

.u-bottom-10 {
  bottom: 1rem !important;
}

.u-bottom-15 {
  bottom: 1.5rem !important;
}

.u-bottom-20 {
  bottom: 2rem !important;
}

.u-bottom-25 {
  bottom: 2.5rem !important;
}

.u-bottom-30 {
  bottom: 3rem !important;
}

.u-bottom-35 {
  bottom: 3.5rem !important;
}

.u-bottom-40 {
  bottom: 4rem !important;
}

.u-bottom-45 {
  bottom: 4.5rem !important;
}

.u-bottom-50 {
  bottom: 5rem !important;
}

.u-bottom-55 {
  bottom: 5.5rem !important;
}

.u-bottom-60 {
  bottom: 6rem !important;
}

.u-bottom-65 {
  bottom: 6.5rem !important;
}

.u-bottom-70 {
  bottom: 7rem !important;
}

.u-bottom-75 {
  bottom: 7.5rem !important;
}

.u-bottom-80 {
  bottom: 8rem !important;
}

.u-bottom-85 {
  bottom: 8.5rem !important;
}

.u-bottom-90 {
  bottom: 9rem !important;
}

.u-bottom-95 {
  bottom: 9.5rem !important;
}

.u-bottom-100 {
  bottom: 10rem !important;
}

.u-bottom-105 {
  bottom: 10.5rem !important;
}

.u-bottom-110 {
  bottom: 11rem !important;
}

.u-bottom-115 {
  bottom: 11.5rem !important;
}

.u-bottom-120 {
  bottom: 12rem !important;
}

.u-bottom-125 {
  bottom: 12.5rem !important;
}

.u-bottom-130 {
  bottom: 13rem !important;
}

.u-bottom-135 {
  bottom: 13.5rem !important;
}

.u-bottom-140 {
  bottom: 14rem !important;
}

.u-bottom-145 {
  bottom: 14.5rem !important;
}

.u-bottom-150 {
  bottom: 15rem !important;
}

.u-bottom-155 {
  bottom: 15.5rem !important;
}

.u-bottom-160 {
  bottom: 16rem !important;
}

.u-bottom-165 {
  bottom: 16.5rem !important;
}

.u-bottom-170 {
  bottom: 17rem !important;
}

.u-bottom-175 {
  bottom: 17.5rem !important;
}

.u-bottom-180 {
  bottom: 18rem !important;
}

.u-bottom-185 {
  bottom: 18.5rem !important;
}

.u-bottom-190 {
  bottom: 19rem !important;
}

.u-bottom-195 {
  bottom: 19.5rem !important;
}

.u-bottom-200 {
  bottom: 20rem !important;
}

.u-bottom-205 {
  bottom: 20.5rem !important;
}

.u-bottom-210 {
  bottom: 21rem !important;
}

.u-bottom-215 {
  bottom: 21.5rem !important;
}

.u-bottom-220 {
  bottom: 22rem !important;
}

.u-bottom-225 {
  bottom: 22.5rem !important;
}

.u-bottom-230 {
  bottom: 23rem !important;
}

.u-bottom-235 {
  bottom: 23.5rem !important;
}

.u-bottom-240 {
  bottom: 24rem !important;
}

.u-bottom-245 {
  bottom: 24.5rem !important;
}

.u-bottom-250 {
  bottom: 25rem !important;
}

.u-top-0 {
  top: 0rem !important;
}

.u-top-5 {
  top: 0.5rem !important;
}

.u-top-10 {
  top: 1rem !important;
}

.u-top-15 {
  top: 1.5rem !important;
}

.u-top-20 {
  top: 2rem !important;
}

.u-top-25 {
  top: 2.5rem !important;
}

.u-top-30 {
  top: 3rem !important;
}

.u-top-35 {
  top: 3.5rem !important;
}

.u-top-40 {
  top: 4rem !important;
}

.u-top-45 {
  top: 4.5rem !important;
}

.u-top-50 {
  top: 5rem !important;
}

.u-top-55 {
  top: 5.5rem !important;
}

.u-top-60 {
  top: 6rem !important;
}

.u-top-65 {
  top: 6.5rem !important;
}

.u-top-70 {
  top: 7rem !important;
}

.u-top-75 {
  top: 7.5rem !important;
}

.u-top-80 {
  top: 8rem !important;
}

.u-top-85 {
  top: 8.5rem !important;
}

.u-top-90 {
  top: 9rem !important;
}

.u-top-95 {
  top: 9.5rem !important;
}

.u-top-100 {
  top: 10rem !important;
}

.u-top-105 {
  top: 10.5rem !important;
}

.u-top-110 {
  top: 11rem !important;
}

.u-top-115 {
  top: 11.5rem !important;
}

.u-top-120 {
  top: 12rem !important;
}

.u-top-125 {
  top: 12.5rem !important;
}

.u-top-130 {
  top: 13rem !important;
}

.u-top-135 {
  top: 13.5rem !important;
}

.u-top-140 {
  top: 14rem !important;
}

.u-left-0 {
  left: 0rem !important;
}

.u-left-5 {
  left: 0.5rem !important;
}

.u-left-10 {
  left: 1rem !important;
}

.u-left-15 {
  left: 1.5rem !important;
}

.u-left-20 {
  left: 2rem !important;
}

.u-left-25 {
  left: 2.5rem !important;
}

.u-left-30 {
  left: 3rem !important;
}

.u-left-35 {
  left: 3.5rem !important;
}

.u-left-40 {
  left: 4rem !important;
}

.u-left-45 {
  left: 4.5rem !important;
}

.u-left-50 {
  left: 5rem !important;
}

.u-left-55 {
  left: 5.5rem !important;
}

.u-left-60 {
  left: 6rem !important;
}

.u-left-65 {
  left: 6.5rem !important;
}

.u-left-70 {
  left: 7rem !important;
}

.u-left-75 {
  left: 7.5rem !important;
}

.u-left-80 {
  left: 8rem !important;
}

.u-left-85 {
  left: 8.5rem !important;
}

.u-left-90 {
  left: 9rem !important;
}

.u-left-95 {
  left: 9.5rem !important;
}

.u-left-100 {
  left: 10rem !important;
}

.u-left-105 {
  left: 10.5rem !important;
}

.u-left-110 {
  left: 11rem !important;
}

.u-left-115 {
  left: 11.5rem !important;
}

.u-left-120 {
  left: 12rem !important;
}

.u-left-125 {
  left: 12.5rem !important;
}

.u-left-130 {
  left: 13rem !important;
}

.u-left-135 {
  left: 13.5rem !important;
}

.u-left-140 {
  left: 14rem !important;
}

.u-right-0 {
  right: 0rem !important;
}

.u-right-5 {
  right: 0.5rem !important;
}

.u-right-10 {
  right: 1rem !important;
}

.u-right-15 {
  right: 1.5rem !important;
}

.u-right-20 {
  right: 2rem !important;
}

.u-right-25 {
  right: 2.5rem !important;
}

.u-right-30 {
  right: 3rem !important;
}

.u-right-35 {
  right: 3.5rem !important;
}

.u-right-40 {
  right: 4rem !important;
}

.u-right-45 {
  right: 4.5rem !important;
}

.u-right-50 {
  right: 5rem !important;
}

.u-right-55 {
  right: 5.5rem !important;
}

.u-right-60 {
  right: 6rem !important;
}

.u-right-65 {
  right: 6.5rem !important;
}

.u-right-70 {
  right: 7rem !important;
}

.u-right-75 {
  right: 7.5rem !important;
}

.u-right-80 {
  right: 8rem !important;
}

.u-right-85 {
  right: 8.5rem !important;
}

.u-right-90 {
  right: 9rem !important;
}

.u-right-95 {
  right: 9.5rem !important;
}

.u-right-100 {
  right: 10rem !important;
}

.u-right-105 {
  right: 10.5rem !important;
}

.u-right-110 {
  right: 11rem !important;
}

.u-right-115 {
  right: 11.5rem !important;
}

.u-right-120 {
  right: 12rem !important;
}

.u-right-125 {
  right: 12.5rem !important;
}

.u-right-130 {
  right: 13rem !important;
}

.u-right-135 {
  right: 13.5rem !important;
}

.u-right-140 {
  right: 14rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-bottom-0 {
    bottom: 0rem !important;
  }
  .s\:u-bottom-5 {
    bottom: 0.5rem !important;
  }
  .s\:u-bottom-10 {
    bottom: 1rem !important;
  }
  .s\:u-bottom-15 {
    bottom: 1.5rem !important;
  }
  .s\:u-bottom-20 {
    bottom: 2rem !important;
  }
  .s\:u-bottom-25 {
    bottom: 2.5rem !important;
  }
  .s\:u-bottom-30 {
    bottom: 3rem !important;
  }
  .s\:u-bottom-35 {
    bottom: 3.5rem !important;
  }
  .s\:u-bottom-40 {
    bottom: 4rem !important;
  }
  .s\:u-bottom-45 {
    bottom: 4.5rem !important;
  }
  .s\:u-bottom-50 {
    bottom: 5rem !important;
  }
  .s\:u-bottom-55 {
    bottom: 5.5rem !important;
  }
  .s\:u-bottom-60 {
    bottom: 6rem !important;
  }
  .s\:u-bottom-65 {
    bottom: 6.5rem !important;
  }
  .s\:u-bottom-70 {
    bottom: 7rem !important;
  }
  .s\:u-bottom-75 {
    bottom: 7.5rem !important;
  }
  .s\:u-bottom-80 {
    bottom: 8rem !important;
  }
  .s\:u-bottom-85 {
    bottom: 8.5rem !important;
  }
  .s\:u-bottom-90 {
    bottom: 9rem !important;
  }
  .s\:u-bottom-95 {
    bottom: 9.5rem !important;
  }
  .s\:u-bottom-100 {
    bottom: 10rem !important;
  }
  .s\:u-top-0 {
    top: 0rem !important;
  }
  .s\:u-top-5 {
    top: 0.5rem !important;
  }
  .s\:u-top-10 {
    top: 1rem !important;
  }
  .s\:u-top-15 {
    top: 1.5rem !important;
  }
  .s\:u-top-20 {
    top: 2rem !important;
  }
  .s\:u-top-25 {
    top: 2.5rem !important;
  }
  .s\:u-top-30 {
    top: 3rem !important;
  }
  .s\:u-top-35 {
    top: 3.5rem !important;
  }
  .s\:u-top-40 {
    top: 4rem !important;
  }
  .s\:u-top-45 {
    top: 4.5rem !important;
  }
  .s\:u-top-50 {
    top: 5rem !important;
  }
  .s\:u-top-55 {
    top: 5.5rem !important;
  }
  .s\:u-top-60 {
    top: 6rem !important;
  }
  .s\:u-top-65 {
    top: 6.5rem !important;
  }
  .s\:u-top-70 {
    top: 7rem !important;
  }
  .s\:u-top-75 {
    top: 7.5rem !important;
  }
  .s\:u-top-80 {
    top: 8rem !important;
  }
  .s\:u-top-85 {
    top: 8.5rem !important;
  }
  .s\:u-top-90 {
    top: 9rem !important;
  }
  .s\:u-top-95 {
    top: 9.5rem !important;
  }
  .s\:u-top-100 {
    top: 10rem !important;
  }
  .s\:u-left-0 {
    left: 0rem !important;
  }
  .s\:u-left-5 {
    left: 0.5rem !important;
  }
  .s\:u-left-10 {
    left: 1rem !important;
  }
  .s\:u-left-15 {
    left: 1.5rem !important;
  }
  .s\:u-left-20 {
    left: 2rem !important;
  }
  .s\:u-left-25 {
    left: 2.5rem !important;
  }
  .s\:u-left-30 {
    left: 3rem !important;
  }
  .s\:u-left-35 {
    left: 3.5rem !important;
  }
  .s\:u-left-40 {
    left: 4rem !important;
  }
  .s\:u-left-45 {
    left: 4.5rem !important;
  }
  .s\:u-left-50 {
    left: 5rem !important;
  }
  .s\:u-left-55 {
    left: 5.5rem !important;
  }
  .s\:u-left-60 {
    left: 6rem !important;
  }
  .s\:u-left-65 {
    left: 6.5rem !important;
  }
  .s\:u-left-70 {
    left: 7rem !important;
  }
  .s\:u-left-75 {
    left: 7.5rem !important;
  }
  .s\:u-left-80 {
    left: 8rem !important;
  }
  .s\:u-left-85 {
    left: 8.5rem !important;
  }
  .s\:u-left-90 {
    left: 9rem !important;
  }
  .s\:u-left-95 {
    left: 9.5rem !important;
  }
  .s\:u-left-100 {
    left: 10rem !important;
  }
  .s\:u-right-0 {
    right: 0rem !important;
  }
  .s\:u-right-5 {
    right: 0.5rem !important;
  }
  .s\:u-right-10 {
    right: 1rem !important;
  }
  .s\:u-right-15 {
    right: 1.5rem !important;
  }
  .s\:u-right-20 {
    right: 2rem !important;
  }
  .s\:u-right-25 {
    right: 2.5rem !important;
  }
  .s\:u-right-30 {
    right: 3rem !important;
  }
  .s\:u-right-35 {
    right: 3.5rem !important;
  }
  .s\:u-right-40 {
    right: 4rem !important;
  }
  .s\:u-right-45 {
    right: 4.5rem !important;
  }
  .s\:u-right-50 {
    right: 5rem !important;
  }
  .s\:u-right-55 {
    right: 5.5rem !important;
  }
  .s\:u-right-60 {
    right: 6rem !important;
  }
  .s\:u-right-65 {
    right: 6.5rem !important;
  }
  .s\:u-right-70 {
    right: 7rem !important;
  }
  .s\:u-right-75 {
    right: 7.5rem !important;
  }
  .s\:u-right-80 {
    right: 8rem !important;
  }
  .s\:u-right-85 {
    right: 8.5rem !important;
  }
  .s\:u-right-90 {
    right: 9rem !important;
  }
  .s\:u-right-95 {
    right: 9.5rem !important;
  }
  .s\:u-right-100 {
    right: 10rem !important;
  }
}
.u-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .s\:u-block {
    display: block;
  }
}
.u-rounded-10 {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .s\:u-rounded-0 {
    border-radius: 0;
  }
}

.u-nowrap {
  white-space: nowrap;
}

.u-rotate-90 {
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .s\:u-rotate-90 {
    transform: rotate(90deg);
  }
}
/* text 2 image */
.u-t2i {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.u-t-0 {
  top: 0rem !important;
}

.u-t-5 {
  top: 0.5rem !important;
}

.u-t-10 {
  top: 1rem !important;
}

.u-t-15 {
  top: 1.5rem !important;
}

.u-t-20 {
  top: 2rem !important;
}

.u-t-25 {
  top: 2.5rem !important;
}

.u-t-30 {
  top: 3rem !important;
}

.u-b-0 {
  bottom: 0rem !important;
}

.u-b-5 {
  bottom: 0.5rem !important;
}

.u-b-10 {
  bottom: 1rem !important;
}

.u-b-15 {
  bottom: 1.5rem !important;
}

.u-b-20 {
  bottom: 2rem !important;
}

.u-b-25 {
  bottom: 2.5rem !important;
}

.u-b-30 {
  bottom: 3rem !important;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .u-t-0 {
    top: 0rem !important;
  }
  .u-t-5 {
    top: 0.5rem !important;
  }
  .u-t-10 {
    top: 1rem !important;
  }
  .u-t-15 {
    top: 1.5rem !important;
  }
  .u-t-20 {
    top: 2rem !important;
  }
  .u-t-25 {
    top: 2.5rem !important;
  }
  .u-t-30 {
    top: 3rem !important;
  }
  .u-b-0 {
    bottom: 0rem !important;
  }
  .u-b-5 {
    bottom: 0.5rem !important;
  }
  .u-b-10 {
    bottom: 1rem !important;
  }
  .u-b-15 {
    bottom: 1.5rem !important;
  }
  .u-b-20 {
    bottom: 2rem !important;
  }
  .u-b-25 {
    bottom: 2.5rem !important;
  }
  .u-b-30 {
    bottom: 3rem !important;
  }
  .u-b-35 {
    bottom: 3.5rem !important;
  }
  .u-b-40 {
    bottom: 4rem !important;
  }
  .u-b-45 {
    bottom: 4.5rem !important;
  }
  .u-b-50 {
    bottom: 5rem !important;
  }
  .u-b-55 {
    bottom: 5.5rem !important;
  }
  .u-b-60 {
    bottom: 6rem !important;
  }
  .u-b-65 {
    bottom: 6.5rem !important;
  }
  .u-b-70 {
    bottom: 7rem !important;
  }
  .u-b-75 {
    bottom: 7.5rem !important;
  }
  .u-b-80 {
    bottom: 8rem !important;
  }
  .u-b-85 {
    bottom: 8.5rem !important;
  }
  .u-b-90 {
    bottom: 9rem !important;
  }
  .u-b-95 {
    bottom: 9.5rem !important;
  }
  .u-b-100 {
    bottom: 10rem !important;
  }
  .u-b-105 {
    bottom: 10.5rem !important;
  }
  .u-b-110 {
    bottom: 11rem !important;
  }
  .u-b-115 {
    bottom: 11.5rem !important;
  }
  .u-b-120 {
    bottom: 12rem !important;
  }
  .u-b-125 {
    bottom: 12.5rem !important;
  }
  .u-b-130 {
    bottom: 13rem !important;
  }
  .u-b-135 {
    bottom: 13.5rem !important;
  }
  .u-b-140 {
    bottom: 14rem !important;
  }
  .u-b-145 {
    bottom: 14.5rem !important;
  }
  .u-b-150 {
    bottom: 15rem !important;
  }
  .u-b-155 {
    bottom: 15.5rem !important;
  }
  .u-b-160 {
    bottom: 16rem !important;
  }
  .u-b-165 {
    bottom: 16.5rem !important;
  }
  .u-b-170 {
    bottom: 17rem !important;
  }
  .u-b-175 {
    bottom: 17.5rem !important;
  }
  .u-b-180 {
    bottom: 18rem !important;
  }
  .u-b-185 {
    bottom: 18.5rem !important;
  }
  .u-b-190 {
    bottom: 19rem !important;
  }
  .u-b-195 {
    bottom: 19.5rem !important;
  }
  .u-b-200 {
    bottom: 20rem !important;
  }
  .u-b-205 {
    bottom: 20.5rem !important;
  }
  .u-b-210 {
    bottom: 21rem !important;
  }
  .u-b-215 {
    bottom: 21.5rem !important;
  }
  .u-b-220 {
    bottom: 22rem !important;
  }
}
@media screen and (max-width: 767px) {
  .s\:u-t-0 {
    top: 0rem !important;
  }
  .s\:u-t-5 {
    top: 0.5rem !important;
  }
  .s\:u-t-10 {
    top: 1rem !important;
  }
  .s\:u-t-15 {
    top: 1.5rem !important;
  }
  .s\:u-t-20 {
    top: 2rem !important;
  }
  .s\:u-b-0 {
    bottom: 0rem !important;
  }
  .s\:u-b-5 {
    bottom: 0.5rem !important;
  }
  .s\:u-b-10 {
    bottom: 1rem !important;
  }
  .s\:u-b-15 {
    bottom: 1.5rem !important;
  }
  .s\:u-b-20 {
    bottom: 2rem !important;
  }
  .s\:u-b-25 {
    bottom: 2.5rem !important;
  }
  .s\:u-b-30 {
    bottom: 3rem !important;
  }
  .s\:u-b-35 {
    bottom: 3.5rem !important;
  }
  .s\:u-b-40 {
    bottom: 4rem !important;
  }
  .s\:u-b-45 {
    bottom: 4.5rem !important;
  }
  .s\:u-b-50 {
    bottom: 5rem !important;
  }
  .s\:u-b-55 {
    bottom: 5.5rem !important;
  }
  .s\:u-b-60 {
    bottom: 6rem !important;
  }
  .s\:u-b-65 {
    bottom: 6.5rem !important;
  }
  .s\:u-b-70 {
    bottom: 7rem !important;
  }
  .s\:u-b-75 {
    bottom: 7.5rem !important;
  }
  .s\:u-b-80 {
    bottom: 8rem !important;
  }
}
.u-p-0 {
  padding: 0rem !important;
}

.u-p-5 {
  padding: 0.5rem !important;
}

.u-p-10 {
  padding: 1rem !important;
}

.u-p-15 {
  padding: 1.5rem !important;
}

.u-p-20 {
  padding: 2rem !important;
}

.u-p-25 {
  padding: 2.5rem !important;
}

.u-p-30 {
  padding: 3rem !important;
}

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

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pb-105 {
  padding-bottom: 10.5rem !important;
}

.u-pb-110 {
  padding-bottom: 11rem !important;
}

.u-pb-115 {
  padding-bottom: 11.5rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-135 {
  padding-bottom: 13.5rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-145 {
  padding-bottom: 14.5rem !important;
}

.u-pb-150 {
  padding-bottom: 15rem !important;
}

.u-pb-155 {
  padding-bottom: 15.5rem !important;
}

.u-pb-160 {
  padding-bottom: 16rem !important;
}

.u-pb-165 {
  padding-bottom: 16.5rem !important;
}

.u-pb-170 {
  padding-bottom: 17rem !important;
}

.u-pb-175 {
  padding-bottom: 17.5rem !important;
}

.u-pb-180 {
  padding-bottom: 18rem !important;
}

.u-pb-185 {
  padding-bottom: 18.5rem !important;
}

.u-pb-190 {
  padding-bottom: 19rem !important;
}

.u-pb-195 {
  padding-bottom: 19.5rem !important;
}

.u-pb-200 {
  padding-bottom: 20rem !important;
}

.u-pb-205 {
  padding-bottom: 20.5rem !important;
}

.u-pb-210 {
  padding-bottom: 21rem !important;
}

.u-pb-215 {
  padding-bottom: 21.5rem !important;
}

.u-pb-220 {
  padding-bottom: 22rem !important;
}

.u-pb-225 {
  padding-bottom: 22.5rem !important;
}

.u-pb-230 {
  padding-bottom: 23rem !important;
}

.u-pb-235 {
  padding-bottom: 23.5rem !important;
}

.u-pb-240 {
  padding-bottom: 24rem !important;
}

.u-pb-245 {
  padding-bottom: 24.5rem !important;
}

.u-pb-250 {
  padding-bottom: 25rem !important;
}

.u-pb-255 {
  padding-bottom: 25.5rem !important;
}

.u-pb-260 {
  padding-bottom: 26rem !important;
}

.u-pb-265 {
  padding-bottom: 26.5rem !important;
}

.u-pb-270 {
  padding-bottom: 27rem !important;
}

.u-pb-275 {
  padding-bottom: 27.5rem !important;
}

.u-pb-280 {
  padding-bottom: 28rem !important;
}

.u-pb-285 {
  padding-bottom: 28.5rem !important;
}

.u-pb-290 {
  padding-bottom: 29rem !important;
}

.u-pb-295 {
  padding-bottom: 29.5rem !important;
}

.u-pb-300 {
  padding-bottom: 30rem !important;
}

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

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

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

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-105 {
  padding-top: 10.5rem !important;
}

.u-pt-110 {
  padding-top: 11rem !important;
}

.u-pt-115 {
  padding-top: 11.5rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-135 {
  padding-top: 13.5rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-145 {
  padding-top: 14.5rem !important;
}

.u-pt-150 {
  padding-top: 15rem !important;
}

.u-pt-155 {
  padding-top: 15.5rem !important;
}

.u-pt-160 {
  padding-top: 16rem !important;
}

.u-pt-165 {
  padding-top: 16.5rem !important;
}

.u-pt-170 {
  padding-top: 17rem !important;
}

.u-pt-175 {
  padding-top: 17.5rem !important;
}

.u-pt-180 {
  padding-top: 18rem !important;
}

.u-pt-185 {
  padding-top: 18.5rem !important;
}

.u-pt-190 {
  padding-top: 19rem !important;
}

.u-pt-195 {
  padding-top: 19.5rem !important;
}

.u-pt-200 {
  padding-top: 20rem !important;
}

.u-pt-205 {
  padding-top: 20.5rem !important;
}

.u-pt-210 {
  padding-top: 21rem !important;
}

.u-pt-215 {
  padding-top: 21.5rem !important;
}

.u-pt-220 {
  padding-top: 22rem !important;
}

.u-pt-225 {
  padding-top: 22.5rem !important;
}

.u-pt-230 {
  padding-top: 23rem !important;
}

.u-pt-235 {
  padding-top: 23.5rem !important;
}

.u-pt-240 {
  padding-top: 24rem !important;
}

.u-pt-245 {
  padding-top: 24.5rem !important;
}

.u-pt-250 {
  padding-top: 25rem !important;
}

.u-pt-255 {
  padding-top: 25.5rem !important;
}

.u-pt-260 {
  padding-top: 26rem !important;
}

.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pl-5 {
  padding-left: 0.5rem !important;
}

.u-pl-10 {
  padding-left: 1rem !important;
}

.u-pl-15 {
  padding-left: 1.5rem !important;
}

.u-pl-20 {
  padding-left: 2rem !important;
}

.u-pl-25 {
  padding-left: 2.5rem !important;
}

.u-pl-30 {
  padding-left: 3rem !important;
}

.u-pl-35 {
  padding-left: 3.5rem !important;
}

.u-pl-40 {
  padding-left: 4rem !important;
}

.u-pl-45 {
  padding-left: 4.5rem !important;
}

.u-pl-50 {
  padding-left: 5rem !important;
}

.u-pl-55 {
  padding-left: 5.5rem !important;
}

.u-pl-60 {
  padding-left: 6rem !important;
}

.u-pl-65 {
  padding-left: 6.5rem !important;
}

.u-pl-70 {
  padding-left: 7rem !important;
}

.u-pl-75 {
  padding-left: 7.5rem !important;
}

.u-pl-80 {
  padding-left: 8rem !important;
}

.u-pl-85 {
  padding-left: 8.5rem !important;
}

.u-pl-90 {
  padding-left: 9rem !important;
}

.u-pl-95 {
  padding-left: 9.5rem !important;
}

.u-pl-100 {
  padding-left: 10rem !important;
}

.u-pl-105 {
  padding-left: 10.5rem !important;
}

.u-pl-110 {
  padding-left: 11rem !important;
}

.u-pl-115 {
  padding-left: 11.5rem !important;
}

.u-pl-120 {
  padding-left: 12rem !important;
}

.u-pl-125 {
  padding-left: 12.5rem !important;
}

.u-pl-130 {
  padding-left: 13rem !important;
}

.u-pl-135 {
  padding-left: 13.5rem !important;
}

.u-pl-140 {
  padding-left: 14rem !important;
}

.u-pl-145 {
  padding-left: 14.5rem !important;
}

.u-pl-150 {
  padding-left: 15rem !important;
}

.u-pl-155 {
  padding-left: 15.5rem !important;
}

.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pr-5 {
  padding-right: 0.5rem !important;
}

.u-pr-10 {
  padding-right: 1rem !important;
}

.u-pr-15 {
  padding-right: 1.5rem !important;
}

.u-pr-20 {
  padding-right: 2rem !important;
}

.u-pr-25 {
  padding-right: 2.5rem !important;
}

.u-pr-30 {
  padding-right: 3rem !important;
}

.u-pr-35 {
  padding-right: 3.5rem !important;
}

.u-pr-40 {
  padding-right: 4rem !important;
}

.u-pr-45 {
  padding-right: 4.5rem !important;
}

.u-pr-50 {
  padding-right: 5rem !important;
}

.u-pr-55 {
  padding-right: 5.5rem !important;
}

.u-pr-60 {
  padding-right: 6rem !important;
}

.u-pr-65 {
  padding-right: 6.5rem !important;
}

.u-pr-70 {
  padding-right: 7rem !important;
}

.u-pr-75 {
  padding-right: 7.5rem !important;
}

.u-pr-80 {
  padding-right: 8rem !important;
}

.u-pr-85 {
  padding-right: 8.5rem !important;
}

.u-pr-90 {
  padding-right: 9rem !important;
}

.u-pr-95 {
  padding-right: 9.5rem !important;
}

.u-pr-100 {
  padding-right: 10rem !important;
}

.u-pr-105 {
  padding-right: 10.5rem !important;
}

.u-pr-110 {
  padding-right: 11rem !important;
}

.u-pr-115 {
  padding-right: 11.5rem !important;
}

.u-pr-120 {
  padding-right: 12rem !important;
}

.u-pr-125 {
  padding-right: 12.5rem !important;
}

.u-pr-130 {
  padding-right: 13rem !important;
}

.u-pr-135 {
  padding-right: 13.5rem !important;
}

.u-pr-140 {
  padding-right: 14rem !important;
}

.u-pr-145 {
  padding-right: 14.5rem !important;
}

.u-pr-150 {
  padding-right: 15rem !important;
}

.u-pr-155 {
  padding-right: 15.5rem !important;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .u-p-0 {
    padding: 0rem !important;
  }
  .u-p-5 {
    padding: 0.5rem !important;
  }
  .u-p-10 {
    padding: 1rem !important;
  }
  .u-p-15 {
    padding: 1.5rem !important;
  }
  .u-p-20 {
    padding: 2rem !important;
  }
  .u-p-25 {
    padding: 2.5rem !important;
  }
  .u-p-30 {
    padding: 3rem !important;
  }
  .u-pb-0 {
    padding-bottom: 0rem !important;
  }
  .u-pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-10 {
    padding-bottom: 1rem !important;
  }
  .u-pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-20 {
    padding-bottom: 2rem !important;
  }
  .u-pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-30 {
    padding-bottom: 3rem !important;
  }
  .u-pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb-40 {
    padding-bottom: 4rem !important;
  }
  .u-pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb-50 {
    padding-bottom: 5rem !important;
  }
  .u-pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pb-60 {
    padding-bottom: 6rem !important;
  }
  .u-pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .u-pb-70 {
    padding-bottom: 7rem !important;
  }
  .u-pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .u-pb-80 {
    padding-bottom: 8rem !important;
  }
  .u-pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .u-pb-90 {
    padding-bottom: 9rem !important;
  }
  .u-pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .u-pb-100 {
    padding-bottom: 10rem !important;
  }
  .u-pb-105 {
    padding-bottom: 10.5rem !important;
  }
  .u-pb-110 {
    padding-bottom: 11rem !important;
  }
  .u-pb-115 {
    padding-bottom: 11.5rem !important;
  }
  .u-pb-120 {
    padding-bottom: 12rem !important;
  }
  .u-pb-125 {
    padding-bottom: 12.5rem !important;
  }
  .u-pb-130 {
    padding-bottom: 13rem !important;
  }
  .u-pb-135 {
    padding-bottom: 13.5rem !important;
  }
  .u-pb-140 {
    padding-bottom: 14rem !important;
  }
  .u-pb-145 {
    padding-bottom: 14.5rem !important;
  }
  .u-pb-150 {
    padding-bottom: 15rem !important;
  }
  .u-pb-155 {
    padding-bottom: 15.5rem !important;
  }
  .u-pb-160 {
    padding-bottom: 16rem !important;
  }
  .u-pb-165 {
    padding-bottom: 16.5rem !important;
  }
  .u-pb-170 {
    padding-bottom: 17rem !important;
  }
  .u-pb-175 {
    padding-bottom: 17.5rem !important;
  }
  .u-pb-180 {
    padding-bottom: 18rem !important;
  }
  .u-pb-185 {
    padding-bottom: 18.5rem !important;
  }
  .u-pb-190 {
    padding-bottom: 19rem !important;
  }
  .u-pb-195 {
    padding-bottom: 19.5rem !important;
  }
  .u-pb-200 {
    padding-bottom: 20rem !important;
  }
  .u-pb-205 {
    padding-bottom: 20.5rem !important;
  }
  .u-pb-210 {
    padding-bottom: 21rem !important;
  }
  .u-pb-215 {
    padding-bottom: 21.5rem !important;
  }
  .u-pb-220 {
    padding-bottom: 22rem !important;
  }
  .u-pb-225 {
    padding-bottom: 22.5rem !important;
  }
  .u-pb-230 {
    padding-bottom: 23rem !important;
  }
  .u-pt-0 {
    padding-top: 0rem !important;
  }
  .u-pt-5 {
    padding-top: 0.5rem !important;
  }
  .u-pt-10 {
    padding-top: 1rem !important;
  }
  .u-pt-15 {
    padding-top: 1.5rem !important;
  }
  .u-pt-20 {
    padding-top: 2rem !important;
  }
  .u-pt-25 {
    padding-top: 2.5rem !important;
  }
  .u-pt-30 {
    padding-top: 3rem !important;
  }
  .u-pt-35 {
    padding-top: 3.5rem !important;
  }
  .u-pt-40 {
    padding-top: 4rem !important;
  }
  .u-pt-45 {
    padding-top: 4.5rem !important;
  }
  .u-pt-50 {
    padding-top: 5rem !important;
  }
  .u-pt-55 {
    padding-top: 5.5rem !important;
  }
  .u-pt-60 {
    padding-top: 6rem !important;
  }
  .u-pt-65 {
    padding-top: 6.5rem !important;
  }
  .u-pt-70 {
    padding-top: 7rem !important;
  }
  .u-pt-75 {
    padding-top: 7.5rem !important;
  }
  .u-pt-80 {
    padding-top: 8rem !important;
  }
  .u-pt-85 {
    padding-top: 8.5rem !important;
  }
  .u-pt-90 {
    padding-top: 9rem !important;
  }
  .u-pt-95 {
    padding-top: 9.5rem !important;
  }
  .u-pt-100 {
    padding-top: 10rem !important;
  }
  .u-pt-105 {
    padding-top: 10.5rem !important;
  }
  .u-pt-110 {
    padding-top: 11rem !important;
  }
  .u-pt-115 {
    padding-top: 11.5rem !important;
  }
  .u-pt-120 {
    padding-top: 12rem !important;
  }
  .u-pt-125 {
    padding-top: 12.5rem !important;
  }
  .u-pt-130 {
    padding-top: 13rem !important;
  }
  .u-pt-135 {
    padding-top: 13.5rem !important;
  }
  .u-pt-140 {
    padding-top: 14rem !important;
  }
  .u-pt-145 {
    padding-top: 14.5rem !important;
  }
  .u-pt-150 {
    padding-top: 15rem !important;
  }
  .u-pt-155 {
    padding-top: 15.5rem !important;
  }
  .u-pt-160 {
    padding-top: 16rem !important;
  }
  .u-pt-165 {
    padding-top: 16.5rem !important;
  }
  .u-pt-170 {
    padding-top: 17rem !important;
  }
  .u-pt-175 {
    padding-top: 17.5rem !important;
  }
  .u-pt-180 {
    padding-top: 18rem !important;
  }
  .u-pt-185 {
    padding-top: 18.5rem !important;
  }
  .u-pt-190 {
    padding-top: 19rem !important;
  }
  .u-pt-195 {
    padding-top: 19.5rem !important;
  }
  .u-pt-200 {
    padding-top: 20rem !important;
  }
  .u-pt-205 {
    padding-top: 20.5rem !important;
  }
  .u-pt-210 {
    padding-top: 21rem !important;
  }
  .u-pt-215 {
    padding-top: 21.5rem !important;
  }
  .u-pt-220 {
    padding-top: 22rem !important;
  }
  .u-pl-0 {
    padding-left: 0rem !important;
  }
  .u-pl-5 {
    padding-left: 0.5rem !important;
  }
  .u-pl-10 {
    padding-left: 1rem !important;
  }
  .u-pl-15 {
    padding-left: 1.5rem !important;
  }
  .u-pl-20 {
    padding-left: 2rem !important;
  }
  .u-pl-25 {
    padding-left: 2.5rem !important;
  }
  .u-pl-30 {
    padding-left: 3rem !important;
  }
  .u-pl-35 {
    padding-left: 3.5rem !important;
  }
  .u-pl-40 {
    padding-left: 4rem !important;
  }
  .u-pl-45 {
    padding-left: 4.5rem !important;
  }
  .u-pl-50 {
    padding-left: 5rem !important;
  }
  .u-pl-55 {
    padding-left: 5.5rem !important;
  }
  .u-pl-60 {
    padding-left: 6rem !important;
  }
  .u-pl-65 {
    padding-left: 6.5rem !important;
  }
  .u-pl-70 {
    padding-left: 7rem !important;
  }
  .u-pl-75 {
    padding-left: 7.5rem !important;
  }
  .u-pl-80 {
    padding-left: 8rem !important;
  }
  .u-pl-85 {
    padding-left: 8.5rem !important;
  }
  .u-pl-90 {
    padding-left: 9rem !important;
  }
  .u-pl-95 {
    padding-left: 9.5rem !important;
  }
  .u-pl-100 {
    padding-left: 10rem !important;
  }
  .u-pl-105 {
    padding-left: 10.5rem !important;
  }
  .u-pl-110 {
    padding-left: 11rem !important;
  }
  .u-pl-115 {
    padding-left: 11.5rem !important;
  }
  .u-pl-120 {
    padding-left: 12rem !important;
  }
  .u-pl-125 {
    padding-left: 12.5rem !important;
  }
  .u-pl-130 {
    padding-left: 13rem !important;
  }
  .u-pl-135 {
    padding-left: 13.5rem !important;
  }
  .u-pl-140 {
    padding-left: 14rem !important;
  }
  .u-pl-145 {
    padding-left: 14.5rem !important;
  }
  .u-pl-150 {
    padding-left: 15rem !important;
  }
  .u-pl-155 {
    padding-left: 15.5rem !important;
  }
  .u-pr-0 {
    padding-right: 0rem !important;
  }
  .u-pr-5 {
    padding-right: 0.5rem !important;
  }
  .u-pr-10 {
    padding-right: 1rem !important;
  }
  .u-pr-15 {
    padding-right: 1.5rem !important;
  }
  .u-pr-20 {
    padding-right: 2rem !important;
  }
  .u-pr-25 {
    padding-right: 2.5rem !important;
  }
  .u-pr-30 {
    padding-right: 3rem !important;
  }
  .u-pr-35 {
    padding-right: 3.5rem !important;
  }
  .u-pr-40 {
    padding-right: 4rem !important;
  }
  .u-pr-45 {
    padding-right: 4.5rem !important;
  }
  .u-pr-50 {
    padding-right: 5rem !important;
  }
  .u-pr-55 {
    padding-right: 5.5rem !important;
  }
  .u-pr-60 {
    padding-right: 6rem !important;
  }
  .u-pr-65 {
    padding-right: 6.5rem !important;
  }
  .u-pr-70 {
    padding-right: 7rem !important;
  }
  .u-pr-75 {
    padding-right: 7.5rem !important;
  }
  .u-pr-80 {
    padding-right: 8rem !important;
  }
  .u-pr-85 {
    padding-right: 8.5rem !important;
  }
  .u-pr-90 {
    padding-right: 9rem !important;
  }
  .u-pr-95 {
    padding-right: 9.5rem !important;
  }
  .u-pr-100 {
    padding-right: 10rem !important;
  }
  .u-pr-105 {
    padding-right: 10.5rem !important;
  }
  .u-pr-110 {
    padding-right: 11rem !important;
  }
  .u-pr-115 {
    padding-right: 11.5rem !important;
  }
  .u-pr-120 {
    padding-right: 12rem !important;
  }
  .u-pr-125 {
    padding-right: 12.5rem !important;
  }
  .u-pr-130 {
    padding-right: 13rem !important;
  }
  .u-pr-135 {
    padding-right: 13.5rem !important;
  }
  .u-pr-140 {
    padding-right: 14rem !important;
  }
  .u-pr-145 {
    padding-right: 14.5rem !important;
  }
  .u-pr-150 {
    padding-right: 15rem !important;
  }
  .u-pr-155 {
    padding-right: 15.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .s\:u-p-0 {
    padding: 0rem !important;
  }
  .s\:u-p-5 {
    padding: 0.5rem !important;
  }
  .s\:u-p-10 {
    padding: 1rem !important;
  }
  .s\:u-p-15 {
    padding: 1.5rem !important;
  }
  .s\:u-p-20 {
    padding: 2rem !important;
  }
  .s\:u-pb-0 {
    padding-bottom: 0rem !important;
  }
  .s\:u-pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .s\:u-pb-10 {
    padding-bottom: 1rem !important;
  }
  .s\:u-pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .s\:u-pb-20 {
    padding-bottom: 2rem !important;
  }
  .s\:u-pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .s\:u-pb-30 {
    padding-bottom: 3rem !important;
  }
  .s\:u-pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .s\:u-pb-40 {
    padding-bottom: 4rem !important;
  }
  .s\:u-pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .s\:u-pb-50 {
    padding-bottom: 5rem !important;
  }
  .s\:u-pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .s\:u-pb-60 {
    padding-bottom: 6rem !important;
  }
  .s\:u-pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .s\:u-pb-70 {
    padding-bottom: 7rem !important;
  }
  .s\:u-pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .s\:u-pb-80 {
    padding-bottom: 8rem !important;
  }
  .s\:u-pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .s\:u-pb-90 {
    padding-bottom: 9rem !important;
  }
  .s\:u-pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .s\:u-pb-100 {
    padding-bottom: 10rem !important;
  }
  .s\:u-pb-105 {
    padding-bottom: 10.5rem !important;
  }
  .s\:u-pb-110 {
    padding-bottom: 11rem !important;
  }
  .s\:u-pb-115 {
    padding-bottom: 11.5rem !important;
  }
  .s\:u-pb-120 {
    padding-bottom: 12rem !important;
  }
  .s\:u-pb-125 {
    padding-bottom: 12.5rem !important;
  }
  .s\:u-pb-130 {
    padding-bottom: 13rem !important;
  }
  .s\:u-pb-135 {
    padding-bottom: 13.5rem !important;
  }
  .s\:u-pb-140 {
    padding-bottom: 14rem !important;
  }
  .s\:u-pb-145 {
    padding-bottom: 14.5rem !important;
  }
  .s\:u-pb-150 {
    padding-bottom: 15rem !important;
  }
  .s\:u-pt-0 {
    padding-top: 0rem !important;
  }
  .s\:u-pt-5 {
    padding-top: 0.5rem !important;
  }
  .s\:u-pt-10 {
    padding-top: 1rem !important;
  }
  .s\:u-pt-15 {
    padding-top: 1.5rem !important;
  }
  .s\:u-pt-20 {
    padding-top: 2rem !important;
  }
  .s\:u-pt-25 {
    padding-top: 2.5rem !important;
  }
  .s\:u-pt-30 {
    padding-top: 3rem !important;
  }
  .s\:u-pt-35 {
    padding-top: 3.5rem !important;
  }
  .s\:u-pt-40 {
    padding-top: 4rem !important;
  }
  .s\:u-pt-45 {
    padding-top: 4.5rem !important;
  }
  .s\:u-pt-50 {
    padding-top: 5rem !important;
  }
  .s\:u-pt-55 {
    padding-top: 5.5rem !important;
  }
  .s\:u-pt-60 {
    padding-top: 6rem !important;
  }
  .s\:u-pt-65 {
    padding-top: 6.5rem !important;
  }
  .s\:u-pt-70 {
    padding-top: 7rem !important;
  }
  .s\:u-pt-75 {
    padding-top: 7.5rem !important;
  }
  .s\:u-pt-80 {
    padding-top: 8rem !important;
  }
  .s\:u-pt-85 {
    padding-top: 8.5rem !important;
  }
  .s\:u-pt-90 {
    padding-top: 9rem !important;
  }
  .s\:u-pt-95 {
    padding-top: 9.5rem !important;
  }
  .s\:u-pt-100 {
    padding-top: 10rem !important;
  }
  .s\:u-pt-105 {
    padding-top: 10.5rem !important;
  }
  .s\:u-pt-110 {
    padding-top: 11rem !important;
  }
  .s\:u-pt-115 {
    padding-top: 11.5rem !important;
  }
  .s\:u-pt-120 {
    padding-top: 12rem !important;
  }
  .s\:u-pt-125 {
    padding-top: 12.5rem !important;
  }
  .s\:u-pt-130 {
    padding-top: 13rem !important;
  }
  .s\:u-pt-135 {
    padding-top: 13.5rem !important;
  }
  .s\:u-pt-140 {
    padding-top: 14rem !important;
  }
  .s\:u-pt-145 {
    padding-top: 14.5rem !important;
  }
  .s\:u-pt-150 {
    padding-top: 15rem !important;
  }
  .s\:u-pl-0 {
    padding-left: 0rem !important;
  }
  .s\:u-pl-5 {
    padding-left: 0.5rem !important;
  }
  .s\:u-pl-10 {
    padding-left: 1rem !important;
  }
  .s\:u-pl-15 {
    padding-left: 1.5rem !important;
  }
  .s\:u-pl-20 {
    padding-left: 2rem !important;
  }
  .s\:u-pl-25 {
    padding-left: 2.5rem !important;
  }
  .s\:u-pl-30 {
    padding-left: 3rem !important;
  }
  .s\:u-pl-35 {
    padding-left: 3.5rem !important;
  }
  .s\:u-pl-40 {
    padding-left: 4rem !important;
  }
  .s\:u-pl-45 {
    padding-left: 4.5rem !important;
  }
  .s\:u-pl-50 {
    padding-left: 5rem !important;
  }
  .s\:u-pl-55 {
    padding-left: 5.5rem !important;
  }
  .s\:u-pl-60 {
    padding-left: 6rem !important;
  }
  .s\:u-pl-65 {
    padding-left: 6.5rem !important;
  }
  .s\:u-pl-70 {
    padding-left: 7rem !important;
  }
  .s\:u-pl-75 {
    padding-left: 7.5rem !important;
  }
  .s\:u-pl-80 {
    padding-left: 8rem !important;
  }
  .s\:u-pr-0 {
    padding-right: 0rem !important;
  }
  .s\:u-pr-5 {
    padding-right: 0.5rem !important;
  }
  .s\:u-pr-10 {
    padding-right: 1rem !important;
  }
  .s\:u-pr-15 {
    padding-right: 1.5rem !important;
  }
  .s\:u-pr-20 {
    padding-right: 2rem !important;
  }
  .s\:u-pr-25 {
    padding-right: 2.5rem !important;
  }
  .s\:u-pr-30 {
    padding-right: 3rem !important;
  }
  .s\:u-pr-35 {
    padding-right: 3.5rem !important;
  }
  .s\:u-pr-40 {
    padding-right: 4rem !important;
  }
  .s\:u-pr-45 {
    padding-right: 4.5rem !important;
  }
  .s\:u-pr-50 {
    padding-right: 5rem !important;
  }
  .s\:u-pr-55 {
    padding-right: 5.5rem !important;
  }
  .s\:u-pr-60 {
    padding-right: 6rem !important;
  }
  .s\:u-pr-65 {
    padding-right: 6.5rem !important;
  }
  .s\:u-pr-70 {
    padding-right: 7rem !important;
  }
  .s\:u-pr-75 {
    padding-right: 7.5rem !important;
  }
  .s\:u-pr-80 {
    padding-right: 8rem !important;
  }
}
.u-m-auto {
  margin: 0 auto;
}

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

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

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

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

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

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

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

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

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

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

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

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

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

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

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

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

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

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

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

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

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

.u-mb-105 {
  margin-bottom: 10.5rem !important;
}

.u-mb-110 {
  margin-bottom: 11rem !important;
}

.u-mb-115 {
  margin-bottom: 11.5rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-mb-125 {
  margin-bottom: 12.5rem !important;
}

.u-mb-130 {
  margin-bottom: 13rem !important;
}

.u-mb-135 {
  margin-bottom: 13.5rem !important;
}

.u-mb-140 {
  margin-bottom: 14rem !important;
}

.u-mb-145 {
  margin-bottom: 14.5rem !important;
}

.u-mb-150 {
  margin-bottom: 15rem !important;
}

.u-mb-155 {
  margin-bottom: 15.5rem !important;
}

.u-mb-160 {
  margin-bottom: 16rem !important;
}

.u-mb-165 {
  margin-bottom: 16.5rem !important;
}

.u-mb-170 {
  margin-bottom: 17rem !important;
}

.u-mb-175 {
  margin-bottom: 17.5rem !important;
}

.u-mb-180 {
  margin-bottom: 18rem !important;
}

.u-mb-185 {
  margin-bottom: 18.5rem !important;
}

.u-mb-190 {
  margin-bottom: 19rem !important;
}

.u-mb-195 {
  margin-bottom: 19.5rem !important;
}

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

.u-mb-205 {
  margin-bottom: 20.5rem !important;
}

.u-mb-210 {
  margin-bottom: 21rem !important;
}

.u-mb-215 {
  margin-bottom: 21.5rem !important;
}

.u-mb-220 {
  margin-bottom: 22rem !important;
}

.u-mb-225 {
  margin-bottom: 22.5rem !important;
}

.u-mb-230 {
  margin-bottom: 23rem !important;
}

.u-mb-235 {
  margin-bottom: 23.5rem !important;
}

.u-mb-240 {
  margin-bottom: 24rem !important;
}

.u-mb-245 {
  margin-bottom: 24.5rem !important;
}

.u-mb-250 {
  margin-bottom: 25rem !important;
}

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

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

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

.u-mt-15 {
  margin-top: 1.5rem !important;
}

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

.u-mt-25 {
  margin-top: 2.5rem !important;
}

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

.u-mt-35 {
  margin-top: 3.5rem !important;
}

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

.u-mt-45 {
  margin-top: 4.5rem !important;
}

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

.u-mt-55 {
  margin-top: 5.5rem !important;
}

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

.u-mt-65 {
  margin-top: 6.5rem !important;
}

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

.u-mt-75 {
  margin-top: 7.5rem !important;
}

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

.u-mt-85 {
  margin-top: 8.5rem !important;
}

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

.u-mt-95 {
  margin-top: 9.5rem !important;
}

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

.u-mt-105 {
  margin-top: 10.5rem !important;
}

.u-mt-110 {
  margin-top: 11rem !important;
}

.u-mt-115 {
  margin-top: 11.5rem !important;
}

.u-mt-120 {
  margin-top: 12rem !important;
}

.u-mt-125 {
  margin-top: 12.5rem !important;
}

.u-mt-130 {
  margin-top: 13rem !important;
}

.u-mt-135 {
  margin-top: 13.5rem !important;
}

.u-mt-140 {
  margin-top: 14rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-ml-5 {
  margin-left: 0.5rem !important;
}

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

.u-ml-15 {
  margin-left: 1.5rem !important;
}

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

.u-ml-25 {
  margin-left: 2.5rem !important;
}

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

.u-ml-35 {
  margin-left: 3.5rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-ml-45 {
  margin-left: 4.5rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-ml-55 {
  margin-left: 5.5rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-ml-65 {
  margin-left: 6.5rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-ml-75 {
  margin-left: 7.5rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-ml-85 {
  margin-left: 8.5rem !important;
}

.u-ml-90 {
  margin-left: 9rem !important;
}

.u-ml-95 {
  margin-left: 9.5rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

.u-ml-105 {
  margin-left: 10.5rem !important;
}

.u-ml-110 {
  margin-left: 11rem !important;
}

.u-ml-115 {
  margin-left: 11.5rem !important;
}

.u-ml-120 {
  margin-left: 12rem !important;
}

.u-ml-125 {
  margin-left: 12.5rem !important;
}

.u-ml-130 {
  margin-left: 13rem !important;
}

.u-ml-135 {
  margin-left: 13.5rem !important;
}

.u-ml-140 {
  margin-left: 14rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mr-5 {
  margin-right: 0.5rem !important;
}

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

.u-mr-15 {
  margin-right: 1.5rem !important;
}

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

.u-mr-25 {
  margin-right: 2.5rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mr-35 {
  margin-right: 3.5rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mr-45 {
  margin-right: 4.5rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mr-55 {
  margin-right: 5.5rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mr-65 {
  margin-right: 6.5rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mr-75 {
  margin-right: 7.5rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mr-85 {
  margin-right: 8.5rem !important;
}

.u-mr-90 {
  margin-right: 9rem !important;
}

.u-mr-95 {
  margin-right: 9.5rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

.u-mr-105 {
  margin-right: 10.5rem !important;
}

.u-mr-110 {
  margin-right: 11rem !important;
}

.u-mr-115 {
  margin-right: 11.5rem !important;
}

.u-mr-120 {
  margin-right: 12rem !important;
}

.u-mr-125 {
  margin-right: 12.5rem !important;
}

.u-mr-130 {
  margin-right: 13rem !important;
}

.u-mr-135 {
  margin-right: 13.5rem !important;
}

.u-mr-140 {
  margin-right: 14rem !important;
}

.u-mb-m-50 {
  margin-bottom: -5rem !important;
}

.u-mb-m-45 {
  margin-bottom: -4.5rem !important;
}

.u-mb-m-40 {
  margin-bottom: -4rem !important;
}

.u-mb-m-35 {
  margin-bottom: -3.5rem !important;
}

.u-mb-m-30 {
  margin-bottom: -3rem !important;
}

.u-mb-m-25 {
  margin-bottom: -2.5rem !important;
}

.u-mb-m-20 {
  margin-bottom: -2rem !important;
}

.u-mb-m-15 {
  margin-bottom: -1.5rem !important;
}

.u-mb-m-10 {
  margin-bottom: -1rem !important;
}

.u-mb-m-5 {
  margin-bottom: -0.5rem !important;
}

.u-mb-m-0 {
  margin-bottom: 0rem !important;
}

.u-mt-m-100 {
  margin-top: -10rem !important;
}

.u-mt-m-95 {
  margin-top: -9.5rem !important;
}

.u-mt-m-90 {
  margin-top: -9rem !important;
}

.u-mt-m-85 {
  margin-top: -8.5rem !important;
}

.u-mt-m-80 {
  margin-top: -8rem !important;
}

.u-mt-m-75 {
  margin-top: -7.5rem !important;
}

.u-mt-m-70 {
  margin-top: -7rem !important;
}

.u-mt-m-65 {
  margin-top: -6.5rem !important;
}

.u-mt-m-60 {
  margin-top: -6rem !important;
}

.u-mt-m-55 {
  margin-top: -5.5rem !important;
}

.u-mt-m-50 {
  margin-top: -5rem !important;
}

.u-mt-m-45 {
  margin-top: -4.5rem !important;
}

.u-mt-m-40 {
  margin-top: -4rem !important;
}

.u-mt-m-35 {
  margin-top: -3.5rem !important;
}

.u-mt-m-30 {
  margin-top: -3rem !important;
}

.u-mt-m-25 {
  margin-top: -2.5rem !important;
}

.u-mt-m-20 {
  margin-top: -2rem !important;
}

.u-mt-m-15 {
  margin-top: -1.5rem !important;
}

.u-mt-m-10 {
  margin-top: -1rem !important;
}

.u-mt-m-5 {
  margin-top: -0.5rem !important;
}

.u-mt-m-0 {
  margin-top: 0rem !important;
}

.u-ml-m-100 {
  margin-left: -10rem !important;
}

.u-ml-m-95 {
  margin-left: -9.5rem !important;
}

.u-ml-m-90 {
  margin-left: -9rem !important;
}

.u-ml-m-85 {
  margin-left: -8.5rem !important;
}

.u-ml-m-80 {
  margin-left: -8rem !important;
}

.u-ml-m-75 {
  margin-left: -7.5rem !important;
}

.u-ml-m-70 {
  margin-left: -7rem !important;
}

.u-ml-m-65 {
  margin-left: -6.5rem !important;
}

.u-ml-m-60 {
  margin-left: -6rem !important;
}

.u-ml-m-55 {
  margin-left: -5.5rem !important;
}

.u-ml-m-50 {
  margin-left: -5rem !important;
}

.u-ml-m-45 {
  margin-left: -4.5rem !important;
}

.u-ml-m-40 {
  margin-left: -4rem !important;
}

.u-ml-m-35 {
  margin-left: -3.5rem !important;
}

.u-ml-m-30 {
  margin-left: -3rem !important;
}

.u-ml-m-25 {
  margin-left: -2.5rem !important;
}

.u-ml-m-20 {
  margin-left: -2rem !important;
}

.u-ml-m-15 {
  margin-left: -1.5rem !important;
}

.u-ml-m-10 {
  margin-left: -1rem !important;
}

.u-ml-m-5 {
  margin-left: -0.5rem !important;
}

.u-ml-m-0 {
  margin-left: 0rem !important;
}

.u-mr-m-50 {
  margin-right: -5rem !important;
}

.u-mr-m-45 {
  margin-right: -4.5rem !important;
}

.u-mr-m-40 {
  margin-right: -4rem !important;
}

.u-mr-m-35 {
  margin-right: -3.5rem !important;
}

.u-mr-m-30 {
  margin-right: -3rem !important;
}

.u-mr-m-25 {
  margin-right: -2.5rem !important;
}

.u-mr-m-20 {
  margin-right: -2rem !important;
}

.u-mr-m-15 {
  margin-right: -1.5rem !important;
}

.u-mr-m-10 {
  margin-right: -1rem !important;
}

.u-mr-m-5 {
  margin-right: -0.5rem !important;
}

.u-mr-m-0 {
  margin-right: 0rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-m-auto {
    margin: 0 auto;
  }
  .s\:u-mb-0 {
    margin-bottom: 0rem !important;
  }
  .s\:u-mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .s\:u-mb-10 {
    margin-bottom: 1rem !important;
  }
  .s\:u-mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .s\:u-mb-20 {
    margin-bottom: 2rem !important;
  }
  .s\:u-mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .s\:u-mb-30 {
    margin-bottom: 3rem !important;
  }
  .s\:u-mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .s\:u-mb-40 {
    margin-bottom: 4rem !important;
  }
  .s\:u-mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .s\:u-mb-50 {
    margin-bottom: 5rem !important;
  }
  .s\:u-mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .s\:u-mb-60 {
    margin-bottom: 6rem !important;
  }
  .s\:u-mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .s\:u-mb-70 {
    margin-bottom: 7rem !important;
  }
  .s\:u-mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .s\:u-mb-80 {
    margin-bottom: 8rem !important;
  }
  .s\:u-mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .s\:u-mb-90 {
    margin-bottom: 9rem !important;
  }
  .s\:u-mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .s\:u-mb-100 {
    margin-bottom: 10rem !important;
  }
  .s\:u-mb-105 {
    margin-bottom: 10.5rem !important;
  }
  .s\:u-mb-110 {
    margin-bottom: 11rem !important;
  }
  .s\:u-mb-115 {
    margin-bottom: 11.5rem !important;
  }
  .s\:u-mb-120 {
    margin-bottom: 12rem !important;
  }
  .s\:u-mb-125 {
    margin-bottom: 12.5rem !important;
  }
  .s\:u-mb-130 {
    margin-bottom: 13rem !important;
  }
  .s\:u-mb-135 {
    margin-bottom: 13.5rem !important;
  }
  .s\:u-mb-140 {
    margin-bottom: 14rem !important;
  }
  .s\:u-mb-145 {
    margin-bottom: 14.5rem !important;
  }
  .s\:u-mb-150 {
    margin-bottom: 15rem !important;
  }
  .s\:u-mt-0 {
    margin-top: 0rem !important;
  }
  .s\:u-mt-5 {
    margin-top: 0.5rem !important;
  }
  .s\:u-mt-10 {
    margin-top: 1rem !important;
  }
  .s\:u-mt-15 {
    margin-top: 1.5rem !important;
  }
  .s\:u-mt-20 {
    margin-top: 2rem !important;
  }
  .s\:u-mt-25 {
    margin-top: 2.5rem !important;
  }
  .s\:u-mt-30 {
    margin-top: 3rem !important;
  }
  .s\:u-mt-35 {
    margin-top: 3.5rem !important;
  }
  .s\:u-mt-40 {
    margin-top: 4rem !important;
  }
  .s\:u-mt-45 {
    margin-top: 4.5rem !important;
  }
  .s\:u-mt-50 {
    margin-top: 5rem !important;
  }
  .s\:u-mt-55 {
    margin-top: 5.5rem !important;
  }
  .s\:u-mt-60 {
    margin-top: 6rem !important;
  }
  .s\:u-mt-65 {
    margin-top: 6.5rem !important;
  }
  .s\:u-mt-70 {
    margin-top: 7rem !important;
  }
  .s\:u-mt-75 {
    margin-top: 7.5rem !important;
  }
  .s\:u-mt-80 {
    margin-top: 8rem !important;
  }
  .s\:u-mt-85 {
    margin-top: 8.5rem !important;
  }
  .s\:u-mt-90 {
    margin-top: 9rem !important;
  }
  .s\:u-mt-95 {
    margin-top: 9.5rem !important;
  }
  .s\:u-mt-100 {
    margin-top: 10rem !important;
  }
  .s\:u-ml-10 {
    margin-left: -1rem !important;
  }
  .s\:u-ml-5 {
    margin-left: -0.5rem !important;
  }
  .s\:u-ml-0 {
    margin-left: 0rem !important;
  }
  .s\:u-ml-5 {
    margin-left: 0.5rem !important;
  }
  .s\:u-ml-10 {
    margin-left: 1rem !important;
  }
  .s\:u-ml-15 {
    margin-left: 1.5rem !important;
  }
  .s\:u-ml-20 {
    margin-left: 2rem !important;
  }
  .s\:u-ml-25 {
    margin-left: 2.5rem !important;
  }
  .s\:u-ml-30 {
    margin-left: 3rem !important;
  }
  .s\:u-ml-35 {
    margin-left: 3.5rem !important;
  }
  .s\:u-ml-40 {
    margin-left: 4rem !important;
  }
  .s\:u-ml-45 {
    margin-left: 4.5rem !important;
  }
  .s\:u-ml-50 {
    margin-left: 5rem !important;
  }
  .s\:u-ml-55 {
    margin-left: 5.5rem !important;
  }
  .s\:u-ml-60 {
    margin-left: 6rem !important;
  }
  .s\:u-ml-65 {
    margin-left: 6.5rem !important;
  }
  .s\:u-ml-70 {
    margin-left: 7rem !important;
  }
  .s\:u-ml-75 {
    margin-left: 7.5rem !important;
  }
  .s\:u-ml-80 {
    margin-left: 8rem !important;
  }
  .s\:u-mr-0 {
    margin-right: 0rem !important;
  }
  .s\:u-mr-5 {
    margin-right: 0.5rem !important;
  }
  .s\:u-mr-10 {
    margin-right: 1rem !important;
  }
  .s\:u-mr-15 {
    margin-right: 1.5rem !important;
  }
  .s\:u-mr-20 {
    margin-right: 2rem !important;
  }
  .s\:u-mr-25 {
    margin-right: 2.5rem !important;
  }
  .s\:u-mr-30 {
    margin-right: 3rem !important;
  }
  .s\:u-mr-35 {
    margin-right: 3.5rem !important;
  }
  .s\:u-mr-40 {
    margin-right: 4rem !important;
  }
  .s\:u-mr-45 {
    margin-right: 4.5rem !important;
  }
  .s\:u-mr-50 {
    margin-right: 5rem !important;
  }
  .s\:u-mr-55 {
    margin-right: 5.5rem !important;
  }
  .s\:u-mr-60 {
    margin-right: 6rem !important;
  }
  .s\:u-mr-65 {
    margin-right: 6.5rem !important;
  }
  .s\:u-mr-70 {
    margin-right: 7rem !important;
  }
  .s\:u-mr-75 {
    margin-right: 7.5rem !important;
  }
  .s\:u-mr-80 {
    margin-right: 8rem !important;
  }
  .s\:u-mb-m-50 {
    margin-bottom: -5rem !important;
  }
  .s\:u-mb-m-45 {
    margin-bottom: -4.5rem !important;
  }
  .s\:u-mb-m-40 {
    margin-bottom: -4rem !important;
  }
  .s\:u-mb-m-35 {
    margin-bottom: -3.5rem !important;
  }
  .s\:u-mb-m-30 {
    margin-bottom: -3rem !important;
  }
  .s\:u-mb-m-25 {
    margin-bottom: -2.5rem !important;
  }
  .s\:u-mb-m-20 {
    margin-bottom: -2rem !important;
  }
  .s\:u-mb-m-15 {
    margin-bottom: -1.5rem !important;
  }
  .s\:u-mb-m-10 {
    margin-bottom: -1rem !important;
  }
  .s\:u-mb-m-5 {
    margin-bottom: -0.5rem !important;
  }
  .s\:u-mb-m-0 {
    margin-bottom: 0rem !important;
  }
  .s\:u-mt-m-50 {
    margin-top: -5rem !important;
  }
  .s\:u-mt-m-45 {
    margin-top: -4.5rem !important;
  }
  .s\:u-mt-m-40 {
    margin-top: -4rem !important;
  }
  .s\:u-mt-m-35 {
    margin-top: -3.5rem !important;
  }
  .s\:u-mt-m-30 {
    margin-top: -3rem !important;
  }
  .s\:u-mt-m-25 {
    margin-top: -2.5rem !important;
  }
  .s\:u-mt-m-20 {
    margin-top: -2rem !important;
  }
  .s\:u-mt-m-15 {
    margin-top: -1.5rem !important;
  }
  .s\:u-mt-m-10 {
    margin-top: -1rem !important;
  }
  .s\:u-mt-m-5 {
    margin-top: -0.5rem !important;
  }
  .s\:u-mt-m-0 {
    margin-top: 0rem !important;
  }
  .s\:u-ml-m-50 {
    margin-left: -5rem !important;
  }
  .s\:u-ml-m-45 {
    margin-left: -4.5rem !important;
  }
  .s\:u-ml-m-40 {
    margin-left: -4rem !important;
  }
  .s\:u-ml-m-35 {
    margin-left: -3.5rem !important;
  }
  .s\:u-ml-m-30 {
    margin-left: -3rem !important;
  }
  .s\:u-ml-m-25 {
    margin-left: -2.5rem !important;
  }
  .s\:u-ml-m-20 {
    margin-left: -2rem !important;
  }
  .s\:u-ml-m-15 {
    margin-left: -1.5rem !important;
  }
  .s\:u-ml-m-10 {
    margin-left: -1rem !important;
  }
  .s\:u-ml-m-5 {
    margin-left: -0.5rem !important;
  }
  .s\:u-ml-m-0 {
    margin-left: 0rem !important;
  }
  .s\:u-mr-m-50 {
    margin-right: -5rem !important;
  }
  .s\:u-mr-m-45 {
    margin-right: -4.5rem !important;
  }
  .s\:u-mr-m-40 {
    margin-right: -4rem !important;
  }
  .s\:u-mr-m-35 {
    margin-right: -3.5rem !important;
  }
  .s\:u-mr-m-30 {
    margin-right: -3rem !important;
  }
  .s\:u-mr-m-25 {
    margin-right: -2.5rem !important;
  }
  .s\:u-mr-m-20 {
    margin-right: -2rem !important;
  }
  .s\:u-mr-m-15 {
    margin-right: -1.5rem !important;
  }
  .s\:u-mr-m-10 {
    margin-right: -1rem !important;
  }
  .s\:u-mr-m-5 {
    margin-right: -0.5rem !important;
  }
  .s\:u-mr-m-0 {
    margin-right: 0rem !important;
  }
}
.u-w-full-vw {
  width: 100vw;
}
.u-w-full {
  width: 100%;
}
.u-w-half {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .s\:u-w-full {
    width: 100%;
  }
  .s\:u-w-auto {
    width: auto;
  }
}
.u-h-full {
  height: 100%;
}
.u-h-half {
  height: 50%;
}

@media screen and (max-width: 767px) {
  .s\:u-h-full {
    height: 100%;
  }
  .s\:u-h-auto {
    height: auto;
  }
}
.u-z-9999 {
  z-index: 9999;
}
.u-z-2 {
  z-index: 2;
}

.u-mix-blend-normal {
  mix-blend-mode: normal;
}
.u-mix-blend-multiply {
  mix-blend-mode: multiply;
}

.u-opacity-0 {
  opacity: 0;
}
.u-opacity-20 {
  opacity: 0.2;
}
.u-opacity-50 {
  opacity: 0.5;
}
.u-opacity-100 {
  opacity: 1;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.blog {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
.blog .main-content {
  background: #FFFBF2;
  flex: 1;
}
.blog-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px 0 0;
}
@media screen and (max-width: 1280px) {
  .blog-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .blog-inner {
    flex-direction: column;
    flex-wrap: unset;
    padding: 0 24px;
  }
}
.blog-inner.is-single {
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
  .blog-inner.is-single {
    padding-top: 0;
  }
}
.blog-side {
  height: fit-content;
  margin-top: -80px;
  position: sticky;
  padding: 80px 0 120px;
  top: 0;
  width: 20.773381295%;
}
@media screen and (max-width: 767px) {
  .blog-side {
    margin: 0;
    position: unset;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .is-single .blog-side {
    display: none;
  }
}
.blog-side select {
  color: #000;
}
.blog-side-search form {
  height: 40px;
  position: relative;
  width: 100%;
}
.blog-side-search input {
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  height: 40px;
  font-size: 12px;
  padding: 0 10px;
  width: 100%;
}
.blog-side-search input::placeholder {
  color: #B9B9B9;
}
.blog-side-search button {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M5.54765 11.0953C3.99716 11.0953 2.68506 10.5582 1.61138 9.48393C0.537696 8.40967 0.000569442 7.09758 4.51579e-07 5.54765C-0.000568538 3.99772 0.536558 2.68563 1.61138 1.61138C2.6862 0.537127 3.99829 0 5.54765 0C7.09701 0 8.40939 0.537127 9.48478 1.61138C10.5602 2.68563 11.097 3.99772 11.0953 5.54765C11.0953 6.17354 10.9957 6.76387 10.7966 7.31863C10.5974 7.8734 10.3272 8.36415 9.98578 8.7909L14.7653 13.5704C14.9218 13.7269 15 13.926 15 14.1679C15 14.4097 14.9218 14.6088 14.7653 14.7653C14.6088 14.9218 14.4097 15 14.1679 15C13.926 15 13.7269 14.9218 13.5704 14.7653L8.7909 9.98577C8.36415 10.3272 7.8734 10.5974 7.31863 10.7966C6.76387 10.9957 6.17354 11.0953 5.54765 11.0953ZM5.54765 9.38834C6.61451 9.38834 7.52148 9.01508 8.26856 8.26856C9.01565 7.52205 9.38891 6.61508 9.38834 5.54765C9.38777 4.48023 9.01451 3.57354 8.26856 2.8276C7.52262 2.08165 6.61565 1.70811 5.54765 1.70697C4.47966 1.70583 3.57297 2.07937 2.8276 2.8276C2.08222 3.57582 1.70868 4.4825 1.70697 5.54765C1.70526 6.6128 2.07881 7.51977 2.8276 8.26856C3.57639 9.01735 4.48307 9.39061 5.54765 9.38834Z" fill="black"/></svg>') no-repeat 50% 50%/15px auto;
  border: 0;
  cursor: pointer;
  height: 40px;
  top: 0;
  position: absolute;
  right: 0;
  width: 40px;
}
.blog-side-search button:hover {
  opacity: 0.6;
}
.blog-side-cat {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .blog-side-cat {
    padding: 16px 0;
  }
}
.blog-side-cat ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .blog-side-cat ul {
    display: none;
  }
}
.blog-side-cat ul li a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.blog-side-cat ul li a:hover {
  color: #7EBE57;
}
.blog-main {
  padding: 8px 0 67px min(8.8495575221vw, 120px);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .blog-main {
    padding: 27px 0 0;
  }
  .is-single .blog-main {
    padding: 0;
  }
}
.is-single .blog-main {
  margin-top: -101.59px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .is-single .blog-main {
    margin-top: 0;
  }
}
.blog-date {
  color: #7EBE57;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .blog-date {
    font-size: 12px;
  }
}
.blog-cats {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .blog-cats {
    gap: 6px;
  }
}
.blog-cat a {
  align-items: center;
  background: #fff;
  border: 1px solid #7EBE57;
  border-radius: 9999px;
  color: #7EBE57;
  display: flex;
  font-weight: 600;
  height: 31px;
  line-height: 1;
  justify-content: center;
  padding: 0 15px;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .blog-cat a {
    font-size: 12px;
    height: 28px;
  }
}
.blog-cat a:hover {
  opacity: 0.6;
}
.blog-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .blog-items {
    gap: 16px;
  }
}
.blog-items.is-top {
  margin: 0 auto;
  gap: 15px;
  width: 769px;
}
@media screen and (max-width: 767px) {
  .blog-items.is-top {
    padding: 0 20px;
    width: 100%;
  }
}
.blog-item {
  align-items: center;
  border-bottom: 1px solid #A4A4A4;
  column-gap: min(4.6875%, 23px);
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 15px;
  row-gap: 12px;
}
@media screen and (max-width: 767px) {
  .blog-item {
    column-gap: 19px;
    row-gap: 6px;
    padding: 0 0 15px;
  }
}
.blog-item .ttl {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.blog-item .ttl a {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M0.590939 0.215275C0.651528 0.147036 0.723507 0.0928956 0.802751 0.0559551C0.881995 0.0190147 0.966948 0 1.05274 0C1.13854 0 1.22349 0.0190147 1.30274 0.0559551C1.38198 0.0928956 1.45396 0.147036 1.51455 0.215275L5.85082 5.08665C5.89919 5.14088 5.93757 5.2053 5.96375 5.27621C5.98994 5.34713 6.00342 5.42315 6.00342 5.49992C6.00342 5.5767 5.98994 5.65272 5.96375 5.72363C5.93757 5.79455 5.89919 5.85897 5.85082 5.9132L1.51455 10.7846C1.25886 11.0718 0.846627 11.0718 0.590939 10.7846C0.33525 10.4973 0.33525 10.0342 0.590939 9.74699L4.36887 5.49699L0.585721 1.247C0.335251 0.965619 0.33525 0.496654 0.590939 0.215275Z" fill="%237EBE57"/></svg>') no-repeat right 0 top 7px/5.605px auto;
  color: #222222;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 0 30px 0 0;
  transition: opacity 0.2s ease;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-item .ttl a {
    background: unset;
    font-size: 14px;
    padding: 0;
  }
}
.blog-item .ttl a:hover {
  opacity: 0.6;
}
.blog-article-header {
  align-items: center;
  border-bottom: 1px solid #222222;
  column-gap: 36px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  margin: 0 0 34px;
  padding: 0 0 22px;
}
@media screen and (max-width: 767px) {
  .blog-article-header {
    column-gap: 19px;
    margin: 0 0 16px;
    padding: 0 0 14px;
    row-gap: 8px;
  }
}
.blog-article-header .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-article-header .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .blog-article-main {
    padding: 0 0 40px;
  }
}
.blog-article-main > * {
  line-height: normal !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .blog-article-main > * {
    font-size: 14px;
    line-height: 157.143% !important;
  }
}
.blog-article-main > * + * {
  margin: 1.5em 0 0 !important;
}
.blog-article-main > * + .wp-block-heading {
  margin-top: 2em !important;
}
.blog-article-main figure {
  margin: 0;
  max-width: 100%;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .blog-article-main figure {
    margin: 0 auto;
    width: fit-content;
  }
}
.blog-article-main figure img {
  height: auto;
  vertical-align: bottom;
}
.blog-article-main a:hover {
  opacity: 0.6;
}
.blog-article-footer {
  background: #fff;
}
.blog-paging {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 92px 0 0;
}
@media screen and (max-width: 767px) {
  .blog-paging {
    gap: 20px;
    padding: 40px 0 0;
  }
}
.blog-paging li {
  font-size: 14px;
}
.blog-paging li a {
  color: #A4A4A4;
  text-decoration: none;
}
.blog-paging li span {
  color: #7EBE57;
  font-weight: 700;
}
.blog-footer {
  background: #fff;
  display: flex;
  margin: 0 calc(50% - 50vw) -48px;
  justify-content: center;
  padding: 70px 0;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .blog-footer {
    padding: 39px 0;
  }
}/*# sourceMappingURL=blog.css.map */