@charset "UTF-8";
/*commons*/
.c-sec {
  padding: 100px 0;
}
.c-sec.-c-white * {
  color: #fff;
}
.c-sec.-bg-gray {
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .c-sec {
    padding: 80px 0;
  }
}

.c-sec_inner {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-sec_inner {
    padding: 0 15px;
  }
}

.c-sec_ttl {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 35px;
  font-size: 2rem;
}
.c-sec_ttl::before {
  content: "";
  width: 65px;
  height: 4px;
  background-color: #E70014;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-sec_ttl.-nodeco {
  padding-bottom: 0;
  font-style: italic;
}
.c-sec_ttl.-nodeco::before {
  display: none;
}

.c-sec_center-ttl {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.1875rem;
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  padding: 12px 18px;
  font-size: 0.875rem;
  text-align: center;
  background-color: #E70014;
  color: #fff;
  border-radius: 99em;
  transition: background-color 0.15s ease-in-out;
}
.c-btn:active {
  color: #fff;
}
.c-btn:hover {
  color: #fff;
  background-color: #0a0000;
}
@media screen and (max-width: 767px) {
  .c-btn:hover {
    background-color: #E70014;
  }
}
.c-btn.-w190 {
  min-width: 190px;
}
.c-btn.-w232 {
  min-width: 232px;
}
@media screen and (max-width: 767px) {
  .c-btn.-w232 {
    min-width: 0;
  }
}
.c-btn.-w270 {
  min-width: 270px;
}

.c-list > li {
  margin-bottom: 4px;
}
.c-list.-circle > li {
  position: relative;
  padding-left: 1.125rem;
}
.c-list.-circle > li::before {
  content: "・";
  color: currentColor;
  position: absolute;
  left: 0;
  top: 0;
}
.c-list.-nomark > li {
  position: relative;
  color: #555;
  font-weight: bold;
}

.c-box {
  padding: 40px 55px;
  background-color: #fff4f4;
  box-shadow: 8px 8px 15px -5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-box {
    padding: 40px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-box_item {
  padding-left: 74px;
  position: relative;
}
.c-box_item::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-box_item::after {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #E70014;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5625rem;
  position: absolute;
  left: 0;
  top: 0;
}

.c-box_head {
  margin-bottom: 12px;
  color: #0a0000;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 34px;
}

.c-blockquote blockquote {
  margin-top: 0;
  margin-bottom: 10px;
}
.c-blockquote blockquote::before {
  top: 16px;
}
.c-blockquote p {
  font-weight: 400;
}

.c-blockquote_cite {
  text-align: right;
  color: #555;
}

.c-more_wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-more_wrap {
    flex-direction: column;
    gap: 40px;
    padding: 0 17px;
    align-items: flex-start;
  }
}

.c-more_body {
  display: flex;
  gap: 1.5rem;
}

.c-more_icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #E70014;
  border-radius: 50%;
  position: relative;
}
.c-more_icon::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.875rem;
}
.c-more_icon.-note::after {
  content: "\f15c";
}

.c-more_lead {
  font-size: 1.5rem;
  line-height: 34px;
}

.c-more_link a {
  font-size: 1.0625rem;
}

.c-content-flex {
  display: flex;
  gap: 90px;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 100px 10px;
}
@media screen and (max-width: 767px) {
  .c-content-flex {
    padding: 80px 15px;
  }
}

.c-content-flex_main {
  width: 100%;
}

.c-content-flex_sub {
  padding: 30px 15px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .c-content-flex_sub {
    display: none;
  }
}

.c-side_ttl {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 18px;
  font-size: 1.625rem;
}
.c-side_ttl::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #E70014;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-side p {
  color: #555;
}
.c-side .c-btn {
  font-size: 1.0625rem;
  min-width: 168px;
}

.c-sub-mv {
  height: 524px;
  position: relative;
}
.c-sub-mv .c-sec_inner {
  height: 100%;
}
.c-sub-mv h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  position: relative;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-sub-mv {
    height: 363px;
  }
}

.c-sub-mv_overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.c-sub-mv_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-sub-mv_bg img {
  height: 524px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-sub-mv_bg img {
    height: 363px;
  }
}

/*horse-care*/
:where(.horse-care-page) p {
  margin-bottom: 1.25rem;
  color: #0a0000;
}

.horse-care-page .sec-mv {
  position: relative;
  height: 747px;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec-mv {
    height: 560px;
  }
}
.horse-care-page .sec-mv_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.horse-care-page .sec-mv_bg img {
  width: 100%;
  height: 747px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec-mv_bg img {
    height: 560px;
  }
}
.horse-care-page .sec-mv_inner {
  position: relative;
  z-index: 1;
}
.horse-care-page .sec-mv_ttl {
  padding-top: 148px;
  font-family: Georgia, serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec-mv_ttl {
    padding-top: 20px;
  }
}
.horse-care-page .sec-mv_sub-ttl {
  width: fit-content;
  margin-bottom: 20px;
  padding: 4px 12px;
  border: 1px solid #0a0000;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec-mv_sub-ttl {
    width: 100%;
    margin-bottom: 12px;
    font-size: 0.875rem;
  }
}
.horse-care-page h1 {
  margin-bottom: 20px;
  font-size: 2.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .horse-care-page h1 {
    margin-bottom: 12px;
    font-size: 1.5625rem;
  }
}
.horse-care-page .sec-mv_desc {
  font-size: 1.3125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec-mv_desc {
    font-size: 0.8125rem;
  }
}

:where(.page-id-15935) .back-to-top {
  bottom: 120px;
}

.horse-care-page .sec-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 16px;
  background-color: rgba(10, 0, 0, 0.8);
}
.horse-care-page .sec-fixed_ttl {
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec-fixed_ttl {
    margin-bottom: 12px;
    font-size: 0.875rem;
  }
}
.horse-care-page .sec-fixed_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec-fixed_flex {
    gap: 20px;
  }
}

.horse-care-page .sec02 .c-sec_inner {
  padding-left: 25px;
  padding-right: 25px;
}
.horse-care-page .sec02_flex {
  display: flex;
  gap: 80px;
}
.horse-care-page .sec02_flex figure {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec02_flex {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .horse-care-page .sec02_flex figure {
    margin: auto;
  }
}

.horse-care-page .sec03 {
  background-image: linear-gradient(90deg, rgba(7, 7, 7, 0.7) 30%, rgba(7, 7, 7, 0) 70%), url(/wp-content/themes/factrie-child/assets/images/horse-care/sec03_bg_pc.jpg);
  background-size: cover;
  background-position: center;
}
.horse-care-page .sec03 .c-sec_content {
  max-width: 570px;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec03 {
    background-image: linear-gradient(90deg, rgba(7, 7, 7, 0.4) 0%, rgba(7, 7, 7, 0.4) 100%), url(/wp-content/themes/factrie-child/assets/images/horse-care/sec03_bg_sp.jpg);
  }
  .horse-care-page .sec03 .c-sec_content {
    max-width: 100%;
  }
}

.horse-care-page .sec04_box {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1fr 1fr;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec04_box {
    grid-auto-flow: row;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 30px;
  }
}
.horse-care-page .sec04_item01::after {
  content: "\e05c";
}
.horse-care-page .sec04_item02::after {
  content: "\f043";
}
.horse-care-page .sec04_item03::after {
  content: "\f6f0";
}
.horse-care-page .sec04_item04::after {
  content: "\f004";
}
.horse-care-page .sec04_item05::after {
  content: "\f681";
}
.horse-care-page .sec04_item06::after {
  content: "\f017";
}

.horse-care-page .sec05 .splide {
  padding: 0 52px;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec05 .splide {
    padding: 0 42px;
  }
}
.horse-care-page .sec05 .splide__pagination {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec05 .splide__pagination {
    margin-top: 20px;
  }
}
.horse-care-page .sec05_fig {
  margin-bottom: 0;
}
.horse-care-page .sec05_fig img {
  margin-bottom: 20px;
  width: 100%;
}
.horse-care-page .sec05_slide-head {
  margin-bottom: 12px;
  font-weight: bold;
  height: 2.5em;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec05_slide-head {
    height: auto;
  }
}

.horse-care-page .sec06_flex {
  display: flex;
  gap: 20px;
  align-items: center;
}
.horse-care-page .sec06_flex .sec06_body {
  width: 52%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec06_flex {
    flex-direction: column-reverse;
    align-items: center;
  }
  .horse-care-page .sec06_flex .sec06_body {
    width: 100%;
  }
}
.horse-care-page .sec06_slidewrap .splide {
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec06_slidewrap .splide__arrow {
    top: calc(50% - 60px);
  }
}

.horse-care-page .sec07 {
  padding-bottom: 140px;
  background-image: linear-gradient(90deg, #626262 50%, rgba(98, 98, 98, 0) 85%), url(/wp-content/themes/factrie-child/assets/images/horse-care/sec07_bg_pc.jpg);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
.horse-care-page .sec07 .c-sec_content {
  max-width: 570px;
}
.horse-care-page .sec07 .c-text.-lead {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec07 {
    padding-top: 70px;
    padding-bottom: 120px;
    background-image: linear-gradient(0deg, #173336 55%, rgba(23, 51, 54, 0) 90%), url(/wp-content/themes/factrie-child/assets/images/horse-care/sec07_bg_sp.jpg);
    background-size: cover, 105%;
    background-position: center, center top;
    background-repeat: no-repeat;
    background-blend-mode: normal;
  }
  .horse-care-page .sec07 .c-sec_content {
    max-width: 100%;
  }
  .horse-care-page .sec07 .c-text.-lead {
    white-space: normal;
  }
}
.horse-care-page .sec07_link {
  padding: 0 28px 0 32px;
  font-weight: bold;
  position: relative;
}
.horse-care-page .sec07_link span {
  text-decoration: underline;
}
.horse-care-page .sec07_link:hover span {
  text-decoration: none;
}
.horse-care-page .sec07_link::before, .horse-care-page .sec07_link::after {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.horse-care-page .sec07_link::before {
  width: 19px;
  height: 24px;
  background-image: url(/wp-content/themes/factrie-child/assets/images/horse-care/ico_paper.svg);
  left: 0;
}
.horse-care-page .sec07_link::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.125rem;
  right: 0;
  color: currentColor;
}

.horse-care-page .sec08 {
  padding-top: 0;
}
.horse-care-page .sec08 .c-box {
  margin-top: -90px;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec08 .c-box {
    margin: auto;
    margin-top: -70px;
  }
}
.horse-care-page .sec08_flex {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec08_flex {
    flex-direction: column-reverse;
  }
}
.horse-care-page .sec08_slidewrap {
  width: 45%;
  max-width: 480px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec08_slidewrap {
    width: 100%;
    max-width: 100%;
  }
}

.horse-care-page .sec11 {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/wp-content/themes/factrie-child/assets/images/horse-care/sec-last_bg_pc.jpg);
  background-size: cover;
  background-position: center;
}
.horse-care-page .sec11 .c-sec_content {
  max-width: 570px;
}
.horse-care-page .sec11 .c-text.-lead {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .horse-care-page .sec11 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/wp-content/themes/factrie-child/assets/images/horse-care/sec-last_bg_sp.jpg);
  }
  .horse-care-page .sec11 .c-sec_content {
    max-width: 100%;
  }
}

.horse-care-page .splide {
  position: relative;
}
.horse-care-page .splide__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 100px;
  border-radius: 0;
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  z-index: 1;
  background: none;
}
.horse-care-page .splide__arrow svg {
  width: 20px;
}
.horse-care-page .splide__arrow:hover {
  background: none;
  opacity: 0.7;
}
.horse-care-page .splide__arrow:focus {
  outline: none;
}
.horse-care-page .splide__arrow:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
@media screen and (max-width: 767px) {
  .horse-care-page .splide__arrow {
    left: -5px;
    top: calc(50% - 90px);
  }
}
.horse-care-page .splide__arrow--prev {
  transform: rotate(180deg);
}
.horse-care-page .splide__arrow--next {
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .horse-care-page .splide__arrow--next {
    left: auto;
    right: -5px;
  }
}
.horse-care-page .splide__pagination {
  margin-top: 20px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .horse-care-page .splide__pagination {
    margin-top: 10px;
    gap: 5px;
  }
}
.horse-care-page .splide__pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 0;
  padding: 0;
  width: 24px;
  height: 20px;
}
.horse-care-page .splide__pagination__page.is-active::after {
  background-color: #000;
}
.horse-care-page .splide__pagination__page:hover {
  opacity: 0.7;
}
.horse-care-page .splide__pagination__page::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #666;
}
.horse-care-page .splide__pagination__page:focus {
  outline: none;
}
.horse-care-page .splide__pagination__page:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

/*installation-flow*/
:where(.installation-flow-page) p {
  margin-bottom: 1.25rem;
  color: #0a0000;
}

.installation-flow-page .sec02 {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .installation-flow-page .sec02 .c-sec_inner {
    padding: 0;
  }
}

.installation-flow-page .inst-flow_item {
  display: grid;
  grid-template: "inst-icon inst-ttl" max-content "inst-icon inst-body" 1fr/100px 1fr;
  gap: 20px;
  position: relative;
}
.installation-flow-page .inst-flow_item::after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #555;
  border-bottom: none;
  position: absolute;
  left: 40px;
  bottom: -40px;
}
.installation-flow-page .inst-flow_item:last-child::after {
  display: none;
}
.installation-flow-page .inst-flow_item + .inst-flow_item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .installation-flow-page .inst-flow_item {
    grid-template: "inst-icon inst-ttl" max-content "inst-body inst-body" 1fr/80px 1fr;
    align-items: center;
  }
  .installation-flow-page .inst-flow_item::after {
    left: calc(50% - 10px);
    bottom: -50px;
  }
}
.installation-flow-page .inst-flow_icon {
  grid-area: inst-icon;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.installation-flow-page .inst-flow_af {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 50%;
  font-size: 32px;
  color: #E70014;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .installation-flow-page .inst-flow_af {
    width: 80px;
    height: 80px;
  }
}
.installation-flow-page .inst-flow_step {
  margin-top: 4px;
  color: #0a0000;
  font-weight: bold;
  font-size: 1rem;
}
.installation-flow-page .inst-flow_ttl {
  grid-area: inst-ttl;
  margin-bottom: 0;
  color: #0a0000;
}
.installation-flow-page .inst-flow_body {
  grid-area: inst-body;
}
.installation-flow-page .inst-flow_body > .c-list.-circle {
  color: #0a0000;
  margin-bottom: 0;
}
.installation-flow-page .inst-flow_body > .c-list.-circle li {
  margin-bottom: 20px;
}
.installation-flow-page .inst-flow_body > .c-list.-circle li:last-child {
  margin-bottom: 0;
}
.installation-flow-page .inst-flow_body.-flex {
  display: flex;
  gap: 20px;
}
.installation-flow-page .inst-flow_body.-flex figure {
  flex-shrink: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .installation-flow-page .inst-flow_body.-flex {
    flex-direction: column-reverse;
  }
  .installation-flow-page .inst-flow_body.-flex figure img {
    width: 100%;
  }
}
.installation-flow-page .inst-flow_box {
  padding: 12px 20px;
  background-color: #f7f7f7;
  color: #0a0000;
}
.installation-flow-page .inst-flow_box h4 {
  font-size: 1.125rem;
  font-family: Arial, Helvetica, sans-serif;
}
.installation-flow-page .inst-flow_box .c-list.-circle {
  font-size: 1rem;
}
.installation-flow-page .inst-flow_box.-flex {
  display: flex;
  gap: 20px;
}
.installation-flow-page .inst-flow_box.-flex > div {
  width: 100%;
}
.installation-flow-page .inst-flow_box.-flex figure {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}
.installation-flow-page .inst-flow_box.-flex figure img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .installation-flow-page .inst-flow_box.-flex {
    flex-direction: column;
    gap: 12px;
  }
  .installation-flow-page .inst-flow_box.-flex figure {
    flex-direction: row;
    justify-content: center;
  }
}

.u-dn-pc {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-dn-pc {
    display: block !important;
  }
}

.u-dn-pc-ib {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-dn-pc-ib {
    display: inline-block !important;
  }
}

.u-dn-pc-i {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-dn-pc-i {
    display: inline !important;
  }
}

.u-dn-pc-f {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-dn-pc-f {
    display: flex !important;
  }
}

.u-dn-sp {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-dn-sp {
    display: none !important;
  }
}

.u-dn-sp-ib {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .u-dn-sp-ib {
    display: none !important;
  }
}

.u-dn-sp-i {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .u-dn-sp-i {
    display: none !important;
  }
}

.u-dn-sp-f {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .u-dn-sp-f {
    display: none !important;
  }
}

.u-dn-tab {
  display: block !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-dn-tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-dn-tab {
    display: block !important;
  }
}

.u-dn-tabsp {
  display: block !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-dn-tabsp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-dn-tabsp {
    display: none !important;
  }
}

.u-dn-tabpc {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .u-dn-tabpc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-dn-tabpc {
    display: block !important;
  }
}

.u-db {
  display: block !important;
}

.u-ib {
  display: inline-block !important;
}

.u-i {
  display: inline !important;
}

.u-f {
  display: flex !important;
}

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

@media (min-width: 768px) {
  .u-mb0-pc {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb0-sp {
    margin-bottom: 0px !important;
  }
}
.u-mb8 {
  margin-bottom: 8px !important;
}

@media (min-width: 768px) {
  .u-mb8-pc {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb8-sp {
    margin-bottom: 8px !important;
  }
}
.u-mb16 {
  margin-bottom: 16px !important;
}

@media (min-width: 768px) {
  .u-mb16-pc {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb16-sp {
    margin-bottom: 16px !important;
  }
}
.u-mb24 {
  margin-bottom: 24px !important;
}

@media (min-width: 768px) {
  .u-mb24-pc {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb24-sp {
    margin-bottom: 24px !important;
  }
}
.u-mb32 {
  margin-bottom: 32px !important;
}

@media (min-width: 768px) {
  .u-mb32-pc {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb32-sp {
    margin-bottom: 32px !important;
  }
}
.u-mb40 {
  margin-bottom: 40px !important;
}

@media (min-width: 768px) {
  .u-mb40-pc {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb40-sp {
    margin-bottom: 40px !important;
  }
}
.u-mb48 {
  margin-bottom: 48px !important;
}

@media (min-width: 768px) {
  .u-mb48-pc {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb48-sp {
    margin-bottom: 48px !important;
  }
}
.u-mb56 {
  margin-bottom: 56px !important;
}

@media (min-width: 768px) {
  .u-mb56-pc {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb56-sp {
    margin-bottom: 56px !important;
  }
}
.u-mb64 {
  margin-bottom: 64px !important;
}

@media (min-width: 768px) {
  .u-mb64-pc {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb64-sp {
    margin-bottom: 64px !important;
  }
}
.u-mb72 {
  margin-bottom: 72px !important;
}

@media (min-width: 768px) {
  .u-mb72-pc {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb72-sp {
    margin-bottom: 72px !important;
  }
}
.u-mb80 {
  margin-bottom: 80px !important;
}

@media (min-width: 768px) {
  .u-mb80-pc {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb80-sp {
    margin-bottom: 80px !important;
  }
}
.u-mb88 {
  margin-bottom: 88px !important;
}

@media (min-width: 768px) {
  .u-mb88-pc {
    margin-bottom: 88px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb88-sp {
    margin-bottom: 88px !important;
  }
}
.u-mb96 {
  margin-bottom: 96px !important;
}

@media (min-width: 768px) {
  .u-mb96-pc {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb96-sp {
    margin-bottom: 96px !important;
  }
}
.u-mb104 {
  margin-bottom: 104px !important;
}

@media (min-width: 768px) {
  .u-mb104-pc {
    margin-bottom: 104px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb104-sp {
    margin-bottom: 104px !important;
  }
}
.u-mb112 {
  margin-bottom: 112px !important;
}

@media (min-width: 768px) {
  .u-mb112-pc {
    margin-bottom: 112px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb112-sp {
    margin-bottom: 112px !important;
  }
}
.u-mb120 {
  margin-bottom: 120px !important;
}

@media (min-width: 768px) {
  .u-mb120-pc {
    margin-bottom: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb120-sp {
    margin-bottom: 120px !important;
  }
}
.u-mb128 {
  margin-bottom: 128px !important;
}

@media (min-width: 768px) {
  .u-mb128-pc {
    margin-bottom: 128px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb128-sp {
    margin-bottom: 128px !important;
  }
}
.u-mb136 {
  margin-bottom: 136px !important;
}

@media (min-width: 768px) {
  .u-mb136-pc {
    margin-bottom: 136px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb136-sp {
    margin-bottom: 136px !important;
  }
}
.u-mb144 {
  margin-bottom: 144px !important;
}

@media (min-width: 768px) {
  .u-mb144-pc {
    margin-bottom: 144px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb144-sp {
    margin-bottom: 144px !important;
  }
}
.u-mb152 {
  margin-bottom: 152px !important;
}

@media (min-width: 768px) {
  .u-mb152-pc {
    margin-bottom: 152px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb152-sp {
    margin-bottom: 152px !important;
  }
}
.u-mb4 {
  margin-bottom: 4px !important;
}

@media (min-width: 768px) {
  .u-mb4-pc {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb4-sp {
    margin-bottom: 4px !important;
  }
}
.u-mb12 {
  margin-bottom: 12px !important;
}

@media (min-width: 768px) {
  .u-mb12-pc {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb12-sp {
    margin-bottom: 12px !important;
  }
}
.u-mb18 {
  margin-bottom: 18px !important;
}

@media (min-width: 768px) {
  .u-mb18-pc {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb18-sp {
    margin-bottom: 18px !important;
  }
}
.u-mb20 {
  margin-bottom: 20px !important;
}

@media (min-width: 768px) {
  .u-mb20-pc {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb20-sp {
    margin-bottom: 20px !important;
  }
}
.u-mb30 {
  margin-bottom: 30px !important;
}

@media (min-width: 768px) {
  .u-mb30-pc {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb30-sp {
    margin-bottom: 30px !important;
  }
}
.u-m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  .u-m-auto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-m-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

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