@charset "UTF-8";
.js-tabs[data-tabs-fade] .js-tabs-content ._current {
  transition: opacity 0.3s linear;
}
body.resilience_body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #5d595a;
  background-color: #fff;
}
* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*::before,
*::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}
a {
  outline: none;
  -webkit-touch-callout: none;
}
a,
a:visited {
  color: inherit;
}
@media (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}
footer,
header {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
img,
video {
  max-width: 100%;
}
img {
  height: auto;
  vertical-align: top;
  border-style: none;
}
@media not all and (min-width: 768px) {
  img {
    width: 100%;
  }
}
blockquote,
q {
  quotes: none;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}
b,
em,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
address {
  font-style: normal;
}
small {
  font-size: 87.5%;
}
[hidden] {
  display: none !important;
}
[disabled] {
  cursor: not-allowed;
}
/* form */
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea {
  display: block;
}
fieldset {
  margin: 0;
  border: none;
}
legend {
  display: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
:root {
  --zindex-header: 10;
}
.l-header {
  z-index: var(--zindex-header);
}
.l-footer,
.swiper-button-next,
.swiper-button-prev {
  z-index: calc(var(--zindex-header) - 1);
}
.c-accordion:not(._faq) .c-accordion__btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 4vw 8vw 4vw 0;
  font-size: 16px;
  line-height: 1.5;
  color: #d74353;
  text-align: left;
}
@media (min-width: 768px) {
  .c-accordion:not(._faq) .c-accordion__btn {
    padding: 20px 55px 20px 0;
  }
}
@media (min-width: 768px) {
  .c-accordion:not(._faq) .c-accordion__btn {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-accordion:not(._faq) .c-accordion__btn:hover {
    opacity: 0.7;
  }
}
.c-accordion:not(._faq) .c-accordion__btn::before,
.c-accordion:not(._faq) .c-accordion__btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 4vw;
  height: 2px;
  content: "";
  background: #d74353;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .c-accordion:not(._faq) .c-accordion__btn::before,
  .c-accordion:not(._faq) .c-accordion__btn::after {
    width: 20px;
  }
}
.c-accordion:not(._faq) .c-accordion__btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion:not(._faq) .c-accordion__btn span {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-accordion:not(._faq) .c-accordion__item._open .c-accordion__btn::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.c-accordion:not(._faq) .c-accordion__item {
  border-bottom: 1px solid #d5d5d5;
}
.c-accordion:not(._faq) .c-accordion__bodyInner {
  padding: 0 0 4vw;
}
@media (min-width: 768px) {
  .c-accordion:not(._faq) .c-accordion__bodyInner {
    padding: 0 0 20px;
  }
}
.c-accordion._faq .c-accordion__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 5.3333333333vw 12.5333333333vw 5.3333333333vw 4.5333333333vw;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__btn {
    padding: 20px 49px 20px 17px;
  }
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__btn {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-accordion._faq .c-accordion__btn:hover {
    opacity: 0.7;
  }
}
.c-accordion._faq .c-accordion__btn::before {
  display: inline-block;
  align-self: flex-start;
  margin-top: -0.2em;
  margin-right: 2.6666666667vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #d74353;
  content: "Q.";
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__btn::before {
    margin-right: 10px;
  }
}
.c-accordion._faq .c-accordion__btn span {
  position: absolute;
  right: 4.5333333333vw;
  display: block;
  width: 4vw;
  height: 4vw;
  overflow: hidden;
  line-height: 500px;
  background-size: 15px auto;
  transition: transform 0.3s ease, background 0.3s ease;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__btn span {
    right: 17px;
    width: 20px;
    height: 20px;
  }
}
.c-accordion._faq .c-accordion__btn span::before,
.c-accordion._faq .c-accordion__btn span::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4vw;
  height: 2px;
  content: "";
  background: #d74353;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__btn span::before,
  .c-accordion._faq .c-accordion__btn span::after {
    width: 20px;
  }
}
.c-accordion._faq .c-accordion__btn span::before {
  transform: translateY(-50%) rotate(90deg);
}
.c-accordion._faq .c-accordion__btn span::after {
  left: 50%;
}
.c-accordion .c-accordion__item._open .c-accordion__btn span::before {
  transform: translateY(-50%) rotate(0deg);
}
.c-accordion._faq .c-accordion__item {
  border: 1px solid #f0aab1;
  border-radius: 3.2vw;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__item {
    border-radius: 12px;
  }
}
.c-accordion._faq .c-accordion__bodyInner {
  padding: 0 4.5333333333vw 5.3333333333vw;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__bodyInner {
    padding: 0 17px 20px;
  }
}
.c-accordion._faq .c-accordion__bodyInner p {
  display: flex;
  align-items: flex-start;
  padding-top: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.5625;
  border-top: 1px solid #d5d5d5;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__bodyInner p {
    padding-top: 20px;
  }
}
.c-accordion._faq .c-accordion__bodyInner p::before {
  display: inline-block;
  flex-shrink: 0;
  margin-top: -0.3em;
  margin-right: 2.6666666667vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  content: "A.";
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__bodyInner p::before {
    margin-right: 10px;
  }
}
.c-accordion .c-accordion__item + .c-accordion__item {
  margin-top: 8px;
}
.c-accordion .c-accordion__body {
  overflow: hidden;
  transition: height 0.3s ease;
}
.c-accordion .c-accordion__item:not(._open) .c-accordion__body {
  display: none;
}
.c-accordion .c-accordion__desc .c-accordion__descTitle {
  margin-bottom: 2.6666666667vw;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-accordion .c-accordion__desc .c-accordion__descTitle {
    margin-bottom: 10px;
  }
}
.c-accordion .c-accordion__desc .c-accordion__descText {
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
.c-accordion
  .c-accordion__desc
  .c-accordion__descText
  + .c-accordion__descTitle {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .c-accordion
    .c-accordion__desc
    .c-accordion__descText
    + .c-accordion__descTitle {
    margin-top: 17px;
  }
}
:not(.c-boxDesc) > .c-box__wrap {
  padding: 22px 16px;
}
@media (min-width: 768px) {
  :not(.c-boxDesc) > .c-box__wrap {
    padding: 18px 22px;
  }
}
.c-box__wrap._col {
  padding: 0;
}
@media (min-width: 768px) {
  .c-box__wrap._col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .c-box__wrap._col > [class^="c-box"] {
    flex-basis: calc(calc(100% - 25px) / 2);
    width: calc(calc(100% - 25px) / 2);
    max-width: calc(calc(100% - 25px) / 2);
  }
}
@media not all and (min-width: 768px) {
  .c-box__wrap._col > [class^="c-box"]:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .c-box__wrap._col > [class^="c-box"]:nth-of-type(n + 3) {
    margin-top: 24px;
  }
}
.c-box__wrap._col3:not(:root) {
  padding: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-box__wrap._col3:not(:root) {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .c-box__wrap._col3:not(:root) > [class^="c-box"] {
    flex-basis: calc(calc(100% - 45px * 2) / 3);
    width: calc(calc(100% - 45px * 2) / 3);
    max-width: calc(calc(100% - 45px * 2) / 3);
  }
}
@media not all and (min-width: 768px) {
  .c-box__wrap._col3:not(:root) > [class^="c-box"]:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .c-box__wrap._col3:not(:root) > [class^="c-box"]:nth-of-type(n + 4) {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .c-box__wrap._col3:not(:root) > [class^="c-box"]:nth-of-type(3n + 2) {
    margin-right: 45px;
    margin-left: 45px;
  }
}
@media (min-width: 768px) {
  .c-box__wrap._row {
    display: flex;
  }
}
.c-box__wrap._row + .c-box__wrap._row {
  margin-top: 27px;
}
@media (min-width: 768px) {
  .c-box__wrap._row + .c-box__wrap._row {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .c-box__wrap._row .c-boxDesc__title {
    flex-basis: 176px;
    width: 176px;
    max-width: 176px;
  }
}
@media (min-width: 768px) {
  .c-box__wrap._row .c-boxDesc__body {
    flex-basis: calc(100% - 176px);
    width: calc(100% - 176px);
    max-width: calc(100% - 176px);
    padding-left: 8px;
  }
}
.c-boxBgGray {
  padding: 42px 25px;
  margin-top: 18px;
  background: #f3f3f3;
}
@media (min-width: 768px) {
  .c-boxBgGray {
    padding: 30px 32px;
    margin-top: 25px;
  }
}
.c-boxBgGray > p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6071428571;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .c-boxBgGray > p {
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
.c-boxBgGray > p + p {
  margin-top: 1.7em;
}
.c-boxBgGreen {
  padding: 22px 16px;
  background: #fff6f7;
}
@media (min-width: 768px) {
  .c-boxBgGreen {
    padding: 18px 22px;
  }
}
.c-box__wrap:not(._col) .c-boxBgGreen {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .c-box__wrap:not(._col) .c-boxBgGreen {
    margin-top: 50px;
  }
}
.c-box__wrap:not(._col) .c-boxBgGreen + .c-boxBgGreen {
  margin-top: 30px;
}
.c-boxBorder {
  background: #fff;
  border: 1px solid #ccc;
}
.c-boxBorder._narrow {
  padding: 15px 14px;
}
@media (min-width: 768px) {
  .c-boxBorder._narrow {
    padding: 15px 16px;
  }
}
.c-boxBorder > p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6071428571;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .c-boxBorder > p {
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
.c-boxBorder > p + p {
  margin-top: 1.7em;
}
.c-boxDot {
  border: 1px dashed #666;
}
.c-boxDot .c-box__wrap {
  padding: 22px 16px;
}
@media (min-width: 768px) {
  .c-boxDot .c-box__wrap {
    padding: 10px 18px;
  }
}
.c-boxDot p {
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .c-boxDot p {
    letter-spacing: 0.02em;
  }
}
.c-boxDot p + p {
  margin-top: 0.5em;
}
.c-boxDesc + .c-boxDesc {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .c-boxDesc + .c-boxDesc {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .c-box__wrap._col .c-boxDesc + .c-boxDesc {
    margin-top: 0;
  }
}
.c-boxDesc .c-boxDesc__title {
  letter-spacing: 0.01em;
}
@media not all and (min-width: 768px) {
  .c-boxDesc .c-boxDesc__title {
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) {
  .c-boxDesc .c-boxDesc__title {
    margin-bottom: 10px;
    letter-spacing: 0.02em;
  }
}
.c-box__wrap:not(._row) {
  line-height: 1.4375;
}
@media (min-width: 768px) {
  .c-box__wrap:not(._row) {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2777777778;
  }
}
.c-boxDesc .c-boxDesc__title._brown {
  color: #a25a1a;
}
.c-boxDesc .c-boxDesc__title._green {
  color: #197434;
}
.c-boxDesc .c-boxDesc__body p {
  line-height: 2;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .c-boxDesc .c-boxDesc__body p {
    letter-spacing: 0.02em;
  }
}
.c-boxDesc .c-boxDesc__body p + p {
  margin-top: 0.5em;
}
.c-box__movie a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.c-box__movie a::after {
  position: absolute;
  display: block;
  width: 58px;
  height: 41px;
  content: "";
  background: url(../img/common/btn_play.png) no-repeat 0 0;
  background-size: 58px auto;
}
.c-box__movie .c-box__movieImage {
  width: 100%;
  height: auto;
}
.c-box__movie .c-box__movieTitle {
  margin-top: 15px;
  text-align: center;
}
.c-buttonWrap {
  display: flex;
}
.c-buttonWrap._left {
  justify-content: flex-start;
}
.c-buttonWrap._center {
  justify-content: center;
}
.c-buttonWrap._right {
  justify-content: flex-end;
}
.c-buttonWrap .c-button {
  flex-basis: 75.2vw;
  width: 75.2vw;
}
@media (min-width: 768px) {
  .c-buttonWrap .c-button {
    flex-basis: 477px;
    width: 477px;
  }
}
@media (min-width: 768px) {
  .c-button a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-button a:hover {
    opacity: 0.7;
  }
}
.c-button .c-button__link {
  position: relative;
  display: block;
  width: 75.2vw;
  height: 17.0666666667vw;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-button .c-button__link {
    width: 100%;
    height: 70px;
  }
}
.c-button .c-button__link::before {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  border: 2px solid #ffe7e7;
  border-radius: 8.5333333333vw;
}
@media (min-width: 768px) {
  .c-button .c-button__link::before {
    border-radius: 35px;
  }
}
.c-button .c-button__link span {
  position: relative;
  top: 0.8vw;
  left: 1.0666666667vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75.2vw;
  height: 17.0666666667vw;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  background: #d74353;
  border-radius: 8.5333333333vw;
}
@media (min-width: 768px) {
  .c-button .c-button__link span {
    top: 8px;
    left: 8px;
    width: 100%;
    height: 70px;
    padding-right: 25px;
    padding-bottom: 8px;
    padding-left: 25px;
    font-size: 20px;
    font-size: 1.25rem;
    border-radius: 35px;
  }
}
.c-button .c-button__link span::after {
  position: absolute;
  right: 9.3333333333vw;
  display: block;
  width: 2.1333333333vw;
  height: 4vw;
  content: "";
  background: url("https://assets.belta.co.jp/resilience/common/icon_arrow.svg")
    no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .c-button .c-button__link span::after {
    right: 58px;
    width: 14px;
    height: 25px;
  }
}
.c-button .c-button__border {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #d74353;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  border: 2px solid #d74353;
  border-radius: 35px;
}
@media (min-width: 1024px) {
  .c-button .c-button__border {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.c-button._center {
  margin-right: auto;
  margin-left: auto;
}
@media not all and (min-width: 1024px) {
  .c-button + .c-button {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .c-button + .c-button {
    margin-left: 29px;
  }
}
@media not all and (min-width: 768px) {
  .c-buttonText {
    margin-left: 3.2vw;
  }
  .c-buttonText img {
    width: 50.4vw;
    height: auto;
  }
}
@media (min-width: 768px) {
  .c-buttonText {
    margin-bottom: 8px;
    margin-left: -293px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-card .c-cardList._col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-card .c-cardList._col .c-card__item {
  border-bottom: 2px solid #d74353;
}
@media (min-width: 768px) {
  .c-card .c-cardList._col .c-card__item {
    flex-basis: 46.4%;
    width: 46.4%;
    max-width: 46.4%;
  }
  .c-card .c-cardList._col .c-card__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.c-card .c-cardList._col .c-card__item:nth-of-type(n + 3) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .c-card .c-cardList._col .c-card__item:nth-of-type(n + 3) {
    margin-top: 86px;
  }
}
.c-card .c-cardList._col .c-more {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .c-card .c-cardList._col .c-more {
    margin-top: 28px;
  }
}
.c-card .c-card__item:nth-of-type(n + 2) {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .c-card .c-card__item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.c-card .c-card__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 8vw;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-card .c-card__item a {
    padding-bottom: 30px;
  }
}
.c-card .c-card__image {
  order: 1;
}
.c-card .c-card__body {
  display: flex;
  flex-direction: column;
  order: 2;
}
.c-card .c-card__body h2 {
  order: 2;
}
.c-card .c-card__body time {
  display: block;
  order: 1;
  margin: 10px 0;
  line-height: 1.375;
  color: #909090;
  letter-spacing: 0.05em;
}
.c-card .c-card__body .c-more {
  order: 3;
}
.c-description {
  padding: 10.6666666667vw 9.0666666667vw;
  margin-top: 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
  background: #fff6f7;
  border-radius: 7.2vw;
}
@media (min-width: 768px) {
  .c-description {
    padding: 40px 34px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 27px;
  }
}
.c-description > p {
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.c-description .c-description__lead {
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .c-description .c-description__lead {
    margin-bottom: 15px;
  }
}
.c-description .c-descriptionBody + p {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .c-description .c-descriptionBody + p {
    margin-top: 17px;
  }
}
.c-description .c-descriptionItem + .c-descriptionItem {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .c-description .c-descriptionItem + .c-descriptionItem {
    margin-top: 17px;
  }
}
.c-description .c-descriptionItem._border {
  padding-bottom: 4.5333333333vw;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 768px) {
  .c-description .c-descriptionItem._border {
    padding-bottom: 17px;
  }
}
.c-description .c-descriptionItem dt {
  margin-bottom: 2.6666666667vw;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-description .c-descriptionItem dt {
    margin-bottom: 10px;
  }
}
.c-description .c-descriptionItem dt._red {
  color: #d74353;
}
.c-description .c-descriptionItem dt._lage {
  font-size: 18px;
  font-size: 1.125rem;
}
.c-description .c-descriptionItem dd {
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
.c-description .c-descriptionItem dd p + p {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .c-description .c-descriptionItem dd p + p {
    margin-top: 10px;
  }
}
.c-description .c-description__note {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
}
.c-description .c-description__note + .c-description__note {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .c-description .c-description__note + .c-description__note {
    margin-top: 10px;
  }
}
.c-description .c-descriptionFlow {
  counter-reset: number 0;
}
.c-description .c-descriptionFlow li {
  counter-increment: number 1;
}
.c-description .c-descriptionFlow li + li::before {
  display: block;
  width: 8px;
  height: 14px;
  margin: 8vw auto;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  .c-description .c-descriptionFlow li + li::before {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c-description .c-descriptionFlow li > span {
  display: flex;
}
@media (min-width: 768px) {
  .c-description .c-descriptionFlow li > span {
    justify-content: center;
  }
}
.c-description .c-descriptionFlow li > span::before {
  flex-shrink: 0;
  margin-right: 3.2vw;
  content: counter(number) ".";
}
@media (min-width: 768px) {
  .c-description .c-descriptionFlow li > span::before {
    margin-right: 12px;
  }
}
.c-form .c-form__lead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.c-form .c-form__lead + dl {
  margin-top: 40px;
}
.c-form + .c-buttonWrap {
  margin-top: 46px;
}
.c-form .c-form__err {
  font-size: 16px;
  font-size: 10px;
  line-height: 1.5;
  color: #d00404;
}
.c-form .c-form__err + dl {
  margin-top: 20px;
}
.c-form .c-form__item + .c-form__item {
  margin-top: 30px;
}
.c-form .c-form__item .c-form__err {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.c-form .c-form__item dt {
  margin-bottom: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #d74353;
  letter-spacing: 0.05em;
}
.c-form .c-form__item dd label {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.c-form .c-form__item dd label + label {
  margin-top: 7px;
}
.c-form .c-form__item dd > p {
  padding-top: 8px;
}
.c-form .c-buttonWrap {
  margin-top: 40px;
}
.c-form__required {
  font-size: 14px;
  font-size: 0.875rem;
  color: #e80808;
}
.c-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border: none;
}
.c-hamburger .c-hamburger__line {
  position: relative;
  display: block;
  width: 26px;
  height: 1px;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-hamburger .c-hamburger__line::before,
.c-hamburger .c-hamburger__line::after {
  position: absolute;
  left: 0;
  display: block;
  width: 26px;
  height: 3px;
  content: "";
  background-color: #777;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-hamburger .c-hamburger__line::before {
  top: -6px;
}
.c-hamburger .c-hamburger__line::after {
  bottom: -6px;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line {
  background: none;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::before,
.l-header__navigation._open + .c-hamburger .c-hamburger__line::after {
  background-color: #777;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::before {
  transform: translateY(6px) rotateZ(45deg);
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::after {
  transform: translateY(-4px) rotateZ(-45deg);
}
@media not all and (min-width: 768px) {
  .c-hamburger {
    display: flex;
  }
}
[class*="c-heading"] {
  color: #000;
}
[class*="c-heading"]._center {
  text-align: center;
}
[class*="c-heading"]._right {
  text-align: right;
}
[class*="c-heading"]._left {
  text-align: left;
}
[class*="c-heading"]:first-child {
  margin-top: 0;
}
.c-heading01 {
  padding: 12vw 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #d74353;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fff;
}
@media (min-width: 768px) {
  .c-heading01 {
    padding: 45px 0;
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.6216216216;
  }
}
@media (max-width: 768px) {
  .c-heading01 span {
    display: block;
  }
}
.c-heading02 {
  position: relative;
  margin-bottom: 57px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #d74353;
  text-align: center;
  letter-spacing: 0.03em;
  background: #fff6f7;
}
@media not all and (min-width: 768px) {
  .c-heading02 {
    padding: 4.8vw 1.3333333333vw;
    margin-right: -3.2vw;
    margin-bottom: 15.2vw;
    margin-left: -3.2vw;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.32;
  }
}
@media (min-width: 768px) {
  .c-heading02 {
    padding: 25px 5px;
    margin-bottom: 40px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}
.c-heading02 i {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
}
.c-heading02::after {
  position: absolute;
  bottom: -7.2vw;
  left: 50%;
  display: block;
  width: 14.4vw;
  height: 7.2vw;
  content: "";
  background: url("https://assets.belta.co.jp/resilience/common/heading02_bg.svg")
    no-repeat 0 50%;
  background-size: contain;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .c-heading02::after {
    bottom: -27px;
    width: 54px;
    height: 27px;
  }
}
.c-heading03 {
  padding-bottom: 1.0666666667vw;
  margin-bottom: 7.2vw;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #d74353;
  border-bottom: 2px solid #d74353;
}
@media (min-width: 768px) {
  .c-heading03 {
    padding-bottom: 4px;
    margin-bottom: 27px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.c-heading04 {
  display: flex;
  justify-content: center;
  margin-bottom: 4.8vw;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  color: #707070;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-heading04 {
    margin-bottom: 20px;
  }
}
.c-heading04 span {
  display: inline-flex;
  align-self: center;
}
.c-heading04 span::before,
.c-heading04 span::after {
  display: inline-block;
  width: 1px;
  height: 5.3333333333vw;
  content: "";
  background: #707070;
}
@media (min-width: 768px) {
  .c-heading04 span::before,
  .c-heading04 span::after {
    height: 20px;
  }
}
.c-heading04 span::before {
  margin-right: 2.6666666667vw;
  transform: rotate(-35deg);
}
@media (min-width: 768px) {
  .c-heading04 span::before {
    margin-right: 10px;
  }
}
.c-heading04 span::after {
  margin-left: 2.6666666667vw;
  transform: rotate(35deg);
}
@media (min-width: 768px) {
  .c-heading04 span::after {
    margin-left: 10px;
  }
}
.c-heading05 {
  margin-top: 10.6666666667vw;
  color: #d74353;
}
@media (min-width: 768px) {
  .c-heading05 {
    margin-top: 40px;
  }
}
.c-icon {
  display: inline-block;
  align-self: center;
  width: 28px;
  height: 32px;
}
.c-icon._iconTwitter {
  background: url(../img/common/icon_twitter.png) no-repeat 50% 50%;
  background-size: contain;
}
.c-icon._iconFacebook {
  background: url(../img/common/icon_facebook.png) no-repeat 50% 50%;
  background-size: contain;
}
input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.c-input {
  width: 100%;
}
.c-input input[type="date"],
.c-input input[type="email"],
.c-input input[type="number"],
.c-input input[type="password"],
.c-input input[type="tel"],
.c-input input[type="text"],
.c-input input[type="time"] {
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .c-input input[type="date"],
  .c-input input[type="email"],
  .c-input input[type="number"],
  .c-input input[type="password"],
  .c-input input[type="tel"],
  .c-input input[type="text"],
  .c-input input[type="time"] {
    padding: 15px;
  }
}
.c-input input[type="date"]::-moz-placeholder,
.c-input input[type="email"]::-moz-placeholder,
.c-input input[type="number"]::-moz-placeholder,
.c-input input[type="password"]::-moz-placeholder,
.c-input input[type="tel"]::-moz-placeholder,
.c-input input[type="text"]::-moz-placeholder,
.c-input input[type="time"]::-moz-placeholder {
  color: #999;
}
.c-input input[type="date"]:-ms-input-placeholder,
.c-input input[type="email"]:-ms-input-placeholder,
.c-input input[type="number"]:-ms-input-placeholder,
.c-input input[type="password"]:-ms-input-placeholder,
.c-input input[type="tel"]:-ms-input-placeholder,
.c-input input[type="text"]:-ms-input-placeholder,
.c-input input[type="time"]:-ms-input-placeholder {
  color: #999;
}
.c-input input[type="date"]::placeholder,
.c-input input[type="email"]::placeholder,
.c-input input[type="number"]::placeholder,
.c-input input[type="password"]::placeholder,
.c-input input[type="tel"]::placeholder,
.c-input input[type="text"]::placeholder,
.c-input input[type="time"]::placeholder {
  color: #999;
}
.c-input input[type="date"]:focus-visible,
.c-input input[type="email"]:focus-visible,
.c-input input[type="number"]:focus-visible,
.c-input input[type="password"]:focus-visible,
.c-input input[type="tel"]:focus-visible,
.c-input input[type="text"]:focus-visible,
.c-input input[type="time"]:focus-visible {
  outline: 2px solid #d74353;
}
.c-input input[name="Zip"] {
  margin-bottom: 13px;
}
.c-input input[name="Zip"]::before {
  margin-right: 12px;
  content: "〒";
}
.c-input._lage input[type="date"],
.c-input._lage input[type="email"],
.c-input._lage input[type="number"],
.c-input._lage input[type="password"],
.c-input._lage input[type="tel"],
.c-input._lage input[type="text"],
.c-input._lage input[type="time"] {
  width: 100%;
}
.c-input._medium input[type="date"],
.c-input._medium input[type="email"],
.c-input._medium input[type="number"],
.c-input._medium input[type="password"],
.c-input._medium input[type="tel"],
.c-input._medium input[type="text"],
.c-input._medium input[type="time"] {
  width: 50%;
}
@media not all and (min-width: 768px) {
  .c-input._medium input[type="date"],
  .c-input._medium input[type="email"],
  .c-input._medium input[type="number"],
  .c-input._medium input[type="password"],
  .c-input._medium input[type="tel"],
  .c-input._medium input[type="text"],
  .c-input._medium input[type="time"] {
    width: 100%;
  }
}
.c-input._small input[type="date"],
.c-input._small input[type="email"],
.c-input._small input[type="number"],
.c-input._small input[type="password"],
.c-input._small input[type="tel"],
.c-input._small input[type="text"],
.c-input._small input[type="time"] {
  width: 140px;
}
@media not all and (min-width: 768px) {
  .c-input._small input[type="date"],
  .c-input._small input[type="email"],
  .c-input._small input[type="number"],
  .c-input._small input[type="password"],
  .c-input._small input[type="tel"],
  .c-input._small input[type="text"],
  .c-input._small input[type="time"] {
    width: 100%;
  }
}
.c-input input[type="checkbox"],
.c-input input[type="radio"] {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .c-input input[type="checkbox"],
  .c-input input[type="radio"] {
    margin-right: 8px;
  }
}
span.c-input + span.c-input {
  margin-left: 20px;
}
@media not all and (min-width: 768px) {
  span.c-input + span.c-input {
    display: block;
    margin-left: 0;
  }
}
p.c-input__help {
  margin-bottom: 10px;
}
span.c-input__help {
  margin-left: 10px;
}
@media not all and (min-width: 768px) {
  span.c-input__help {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}
.c-textarea {
  margin-top: 23px;
}
.c-textarea._narrow {
  margin: 28px auto 30px;
}
@media (min-width: 1024px) {
  .c-textarea._narrow {
    width: 76%;
  }
}
.c-textarea._narrow textarea {
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-textarea textarea {
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  min-height: 80px;
  padding: 10px 12px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .c-textarea textarea {
    height: 225px;
    padding: 20px;
  }
}
.c-textarea textarea:focus-visible {
  outline: 2px solid #d74353;
}
.c-label {
  display: inline-block;
  width: 120px;
  padding: 6px 4px 4px;
  margin-left: 12px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #d74353;
  text-align: center;
  background: #fff;
  border: 1px solid #d74353;
}
@media (min-width: 768px) {
  .c-label {
    align-self: flex-start;
    padding: 4px;
    margin-left: 20px;
  }
}
.p-services__lead .c-labelList {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-services__lead .c-labelList {
    margin-top: 34px;
  }
}
.c-labelList._round {
  text-align: center;
}
.c-labelList._round .c-labelList__item {
  display: inline-flex;
  justify-content: center;
  height: 32px;
  padding: 0 15px;
  margin-right: -0.3em;
  background: #d1f1da;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .c-labelList._round .c-labelList__item {
    display: inline-flex;
    height: 35px;
    padding: 0 20px;
    border-radius: 17px;
  }
}
@media not all and (min-width: 768px) {
  .c-labelList._round .c-labelList__item + .c-labelList__item {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .c-labelList._round .c-labelList__item + .c-labelList__item {
    margin-left: 20px;
  }
}
.c-labelList._round .c-labelList__item span {
  align-self: center;
}
.c-list._dot .c-list__item {
  margin-left: 1em;
  font-weight: 500;
  line-height: 1.375;
  text-indent: -1em;
}
.c-list._dot .c-list__item + .c-list__item {
  margin-top: 2.1333333333vw;
}
@media (min-width: 768px) {
  .c-list._dot .c-list__item + .c-list__item {
    margin-top: 8px;
  }
}
.c-list._dot .c-list__item::before {
  content: "・";
}
.c-list._border .c-list__item {
  padding-bottom: 43px;
  border-bottom: 1px solid #cecece;
}
.c-list._date .c-list__item:not(:first-of-type) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-list._date .c-list__item:not(:first-of-type) {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .c-list._date .c-list__item > a,
  .c-list._date .c-list__item .c-list__itemInner {
    display: flex;
    justify-content: flex-start;
  }
}
.c-list._date .c-list__item > a > .c-list__detail,
.c-list._date .c-list__item .c-list__itemInner > .c-list__detail {
  line-height: 1.875;
}
@media (min-width: 768px) {
  .c-list._date .c-list__item > a > .c-list__detail,
  .c-list._date .c-list__item .c-list__itemInner > .c-list__detail {
    flex-basis: calc(100% - calc(4em + 30px));
    width: calc(100% - calc(4em + 30px));
    max-width: calc(100% - calc(4em + 30px));
  }
}
.c-list._date .c-list__item a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-list._date .c-list__item a:hover {
    text-decoration: underline;
  }
}
.c-list._date .c-list__item .c-list__time {
  display: inline-block;
  margin-bottom: 4px;
  color: #999;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-list._date .c-list__item .c-list__time {
    display: block;
    flex-basis: calc(4em + 20px);
    width: calc(4em + 20px);
    max-width: calc(4em + 20px);
    margin-bottom: 0;
    line-height: 1.875;
  }
}
@media (min-width: 768px) {
  .p-top .c-list._date .c-list__item .c-list__time {
    flex-basis: calc(4em + 30px);
    width: calc(4em + 30px);
    max-width: calc(4em + 30px);
  }
}
@media not all and (min-width: 768px) {
  .p-topMainVisual__info .c-list._date .c-list__item .c-list__time {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.0714285714;
  }
}
@media (min-width: 768px) {
  .p-topMainVisual__info .c-list._date .c-list__item .c-list__time {
    line-height: 1.875;
  }
}
@media (min-width: 768px) {
  .c-list._date .c-list__item .c-label {
    flex-basis: 120px;
    max-width: 120px;
    margin-top: 0.2em;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .c-list._date .c-list__item .c-label + .c-list__detail {
    flex-basis: calc(100% - calc(4em + 150px));
    width: calc(100% - calc(4em + 150px));
    max-width: calc(100% - calc(4em + 150px));
  }
}
.c-list._iconBar .c-list__item > p {
  margin-left: 28px;
  line-height: 1.4;
  text-indent: -28px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .c-list._iconBar .c-list__item > p {
    letter-spacing: 0.02em;
  }
}
.c-list._iconBar .c-list__item > p::before {
  display: inline-block;
  width: 16px;
  height: 2px;
  margin-right: 12px;
  content: "";
  background: #d74353;
  transform: translateY(-0.3em);
}
@media (min-width: 768px) {
  .c-list._iconBar .c-list__item > p::before {
    height: 3px;
  }
}
.c-list._iconBar .c-list__item + .c-list__item {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .c-list._iconBar .c-list__item + .c-list__item {
    margin-top: 10px;
  }
}
.c-list._borderNumber {
  padding-left: 1em;
  list-style: decimal;
}
.c-modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-modalWrap:not(.is-open) {
  display: none;
}
.c-modalWrap[aria-hidden="false"] {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modalWrap[aria-hidden="true"] {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal.modal {
  position: static;
  width: 100%;
  max-width: 900px;
  padding: 0;
  background: none;
  box-shadow: none;
}
.c-modal.modal a.close-modal {
  display: none;
}
.c-modal .c-modal__body {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-right: auto;
  margin-left: auto;
}
.c-modal .c-modal__body iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-modal .c-modal__close {
  right: -6px;
  z-index: 999;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  margin-bottom: 15px;
  margin-left: auto;
  overflow: visible;
  color: #fff;
  text-align: right;
  touch-action: manipulation;
  cursor: pointer;
  background: url(../img/common/icon_close.png) no-repeat 100% 0;
  background-size: 30px auto;
  border: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .c-modal .c-modal__close {
    width: 48px;
    height: 48px;
    margin-right: 0;
    margin-bottom: 19px;
    background-size: 48px auto;
  }
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.c-more {
  color: #d74353;
  text-align: right;
  text-decoration: none;
  text-transform: capitalize;
}
.c-more span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 4vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-more span {
    padding-right: 15px;
  }
}
.c-more span::after {
  position: absolute;
  right: 0;
  display: block;
  width: 2.1333333333vw;
  height: 4vw;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23d74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23d74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
}
@media (min-width: 768px) {
  .c-more span::after {
    width: 8px;
    height: 15px;
  }
}
.c-more .c-more__link:not(._border) {
  border: 1px solid #d74353;
}
@media (min-width: 768px) {
  .c-more .c-more__link:not(._border) {
    position: relative;
    overflow: hidden;
  }
  .c-more .c-more__link:not(._border) span {
    position: relative;
    z-index: 3;
    transition: color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-more .c-more__link:not(._border)::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .c-more .c-more__link:not(._border):hover span {
    color: #d74353;
  }
  .c-more .c-more__link:not(._border):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.c-more .c-more__link._border {
  color: #d74353;
  background: #fff;
  border: 1px solid #d74353;
}
@media (min-width: 768px) {
  .c-more .c-more__link._border {
    position: relative;
    overflow: hidden;
  }
  .c-more .c-more__link._border span {
    position: relative;
    z-index: 3;
    transition: color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-more .c-more__link._border::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: #d74353;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .c-more .c-more__link._border:hover span {
    color: #fff;
  }
  .c-more .c-more__link._border:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.c-more .c-more__link._border span {
  position: relative;
  z-index: 3;
  justify-content: space-between;
  width: 100%;
}
.c-more .c-more__link._border span::after {
  width: 22px;
  height: 1px;
  content: "";
  background: #d74353;
  transition: background 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .c-more .c-more__link._border span::after {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .c-more .c-more__link._border:hover span::after {
    background: #fff;
  }
}
.c-navi {
  width: 76.66%;
  max-width: 749px;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #f5f7f6;
}
.l-contents .c-navi {
  margin-top: 80px;
}
.c-navi .c-naviList {
  display: flex;
  justify-content: center;
}
.c-navi .c-naviList__item {
  margin-right: 24px;
  margin-left: 24px;
}
.c-navi .c-naviList__item._current a {
  color: #d74353;
  pointer-events: none;
}
.c-navi .c-naviList__item._current a span::after {
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 3px;
  content: "";
  background: #d74353;
}
.c-navi .c-naviList__item a {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}
.c-navi .c-naviList__item a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
}
.c-navi .c-naviList__item a span::after {
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 3px;
  content: "";
  background: #d74353;
  transition: bottom 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-navi .c-naviList__item a:hover span::after {
  bottom: 1px;
}
.c-naviSelect {
  position: relative;
  margin: 35px 18px 0;
}
.l-contents .c-naviSelect {
  margin-right: 0;
  margin-left: 0;
}
.c-naviSelect::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 17px;
  z-index: 2;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-color: #d74353 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 6px 0 6px;
}
.c-naviSelect .c-naviSelect__select {
  width: 100%;
  height: 51px;
  padding: 0 35px 0 15px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-pagination {
  text-align: center;
}
.c-pagination._list {
  margin-top: 40px;
}
@media not all and (min-width: 768px) {
  .c-pagination._list {
    position: relative;
    padding-top: 63px;
  }
}
@media (min-width: 768px) {
  .c-pagination._list {
    margin-top: 50px;
  }
}
.c-pagination._list .wp-pagenavi {
  display: inline-flex;
  justify-content: center;
}
.c-pagination._list a {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-pagination._list a {
    height: 40px;
  }
}
.c-pagination._list a.page {
  margin-right: 8px;
  margin-left: 8px;
  background: #f6f6f6;
}
@media (min-width: 768px) {
  .c-pagination._list a.page {
    margin-right: 9px;
    margin-left: 9px;
    transition: background 0.3s cubic-bezier(0.22, 1, 0.36, 1),
      color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media (min-width: 768px) {
  .c-pagination._list a.page:hover:hover {
    color: #fff;
    background: #d74353;
  }
}
@media not all and (min-width: 768px) {
  .c-pagination._list a.previouspostslink,
  .c-pagination._list a.nextpostslink {
    position: absolute;
    top: 0;
  }
}
.c-pagination._list a.previouspostslink {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}
@media not all and (min-width: 768px) {
  .c-pagination._list a.previouspostslink {
    right: calc(50% + 74px);
  }
}
@media (min-width: 768px) {
  .c-pagination._list a.previouspostslink {
    margin-right: 46px;
  }
}
.c-pagination._list a.previouspostslink::before {
  display: inline-block;
  align-self: center;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  content: "";
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transition: border-bottom-color 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    border-left-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transform: rotateZ(45deg);
}
@media (min-width: 768px) {
  .c-pagination._list a.previouspostslink:hover::before {
    border-bottom-color: #d74353;
    border-left-color: #d74353;
  }
}
.c-pagination._list a.nextpostslink {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}
@media not all and (min-width: 768px) {
  .c-pagination._list a.nextpostslink {
    left: calc(50% + 74px);
  }
}
@media (min-width: 768px) {
  .c-pagination._list a.nextpostslink {
    margin-left: 46px;
  }
}
.c-pagination._list a.nextpostslink::after {
  display: inline-block;
  align-self: center;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: border-top-color 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    border-right-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transform: rotateZ(45deg);
}
@media (min-width: 768px) {
  .c-pagination._list a.nextpostslink:hover::after {
    border-top-color: #d74353;
    border-right-color: #d74353;
  }
}
.c-pagination._list .current {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 16px;
  margin-right: 8px;
  margin-left: 8px;
  color: #fff;
  background: #d74353;
}
@media (min-width: 768px) {
  .c-pagination._list .current {
    height: 40px;
    margin-right: 9px;
    margin-left: 9px;
  }
}
.c-pagination._detail {
  border-top: 1px solid #cecece;
}
@media not all and (min-width: 768px) {
  .c-pagination._detail {
    position: relative;
    padding-top: 87px;
  }
}
@media (min-width: 768px) {
  .c-pagination._detail {
    padding-top: 40px;
  }
}
.c-pagination._detail .wp-pagenavi {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-pagination._detail .wp-pagenavi {
    width: 53.2%;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-pagination._detail a {
  display: inline-flex;
  padding: 10px;
  text-decoration: none;
}
.c-pagination._detail a.page {
  margin-right: auto;
  margin-left: auto;
}
@media not all and (min-width: 768px) {
  .c-pagination._detail a.previouspostslink,
  .c-pagination._detail a.nextpostslink {
    position: absolute;
    top: 25px;
  }
}
.c-pagination._detail a.previouspostslink {
  text-transform: capitalize;
}
@media not all and (min-width: 768px) {
  .c-pagination._detail a.previouspostslink {
    right: calc(50% + 20px);
  }
}
@media (min-width: 768px) {
  .c-pagination._detail a.previouspostslink {
    margin-right: 46px;
  }
}
.c-pagination._detail a.nextpostslink {
  text-transform: capitalize;
}
@media not all and (min-width: 768px) {
  .c-pagination._detail a.nextpostslink {
    left: calc(50% + 20px);
  }
}
@media (min-width: 768px) {
  .c-pagination._detail a.nextpostslink {
    margin-left: 46px;
  }
}
.c-table > table {
  margin-top: 35px;
  margin-bottom: 35px;
  background: #fff;
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
@media (min-width: 768px) {
  .c-table > table {
    width: 100%;
    margin-top: 46px;
    margin-bottom: 56px;
  }
}
.c-table > table + table {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .c-table > table + table {
    margin-top: 46px;
  }
}
.c-table th,
.c-table td {
  padding: 15px 14px 15px;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
@media (min-width: 768px) {
  .c-table th,
  .c-table td {
    padding: 25px 30px;
  }
}
.c-table th {
  line-height: 1.4285714286;
  text-align: left;
  letter-spacing: 0.01em;
  vertical-align: top;
  background: #fff6f7;
}
@media (min-width: 768px) {
  .c-table th {
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}
.c-table td > p {
  line-height: 1.4285714286;
}
@media (min-width: 768px) {
  .c-table td > p {
    line-height: 1.75;
  }
}
.c-table._line table {
  border-right: none;
}
.c-table._line th,
.c-table._line td {
  border-left: none;
}
.c-table._line th {
  background: none;
}
@media not all and (min-width: 768px) {
  .p-recruitEmployee .c-table table,
  .p-recruitEmployee .c-table tbody,
  .p-recruitEmployee .c-table tr,
  .p-recruitEmployee .c-table th,
  .p-recruitEmployee .c-table td {
    display: block;
    width: 100%;
  }
}
.l-breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-breadcrumb .l-breadcrumb__list {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.l-breadcrumb .l-breadcrumb__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.l-breadcrumb .l-breadcrumb__item:nth-child(n + 2) {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.l-breadcrumb .l-breadcrumb__item:nth-child(n + 2)::before {
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  content: "";
  border-top: 2px solid #5d595a;
  border-right: 2px solid #5d595a;
  transform: rotate(45deg);
}
.l-breadcrumb .l-breadcrumb__item:last-child {
  font-weight: 700;
}
.l-breadcrumb .l-breadcrumb__itemLink {
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-breadcrumb .l-breadcrumb__itemLink:hover {
    text-decoration: underline;
  }
}
.l-columns {
  width: 100%;
  max-width: 1000px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-columns {
    display: flex;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-columns .l-columns__main,
.l-columns .l-columns__sub {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .l-columns .l-columns__main {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .l-columns .l-columns__sub {
    position: sticky;
    top: 150px;
    right: 0;
    flex: 1;
    margin-left: 5%;
  }
}
.l-container.p-top {
  background: #ffe8e8;
}
.l-contents {
  position: relative;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .l-contents {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
@media (min-width: 768px) {
  .l-contents {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media not all and (min-width: 768px) {
  .p-top .l-contents {
    padding-top: 13.3333333333vw;
    margin-top: -13.3333333333vw;
  }
  .p-top .l-contents::before {
    position: absolute;
    top: 0;
    left: 3.2vw;
    z-index: 1;
    display: block;
    width: calc(100% - 6.4vw);
    height: 13.3333333333vw;
    content: "";
    background: #fff6f7;
  }
}
@media (min-width: 768px) {
  .p-top .l-contents {
    padding-top: 9.8096632504vw;
    margin-top: -9.8096632504vw;
  }
  .p-top .l-contents::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 9.8096632504vw;
    content: "";
    background: #fff6f7;
  }
}
.l-footer {
  position: relative;
}
.l-footer .l-footer__inner {
  padding-top: 13.3333333333vw;
  padding-bottom: 9.0666666667vw;
  background: #fff6f7;
}
@media (min-width: 768px) {
  .l-footer .l-footer__inner {
    padding-top: 71px;
    padding-bottom: 71px;
  }
}
@media not all and (min-width: 768px) {
  .l-footer .l-footer__body {
    padding-right: 8.2666666667vw;
    padding-left: 8.2666666667vw;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__body {
    display: grid;
    grid-template-areas: "logo link" "sns link" "links links";
    grid-template-rows: 140px auto;
    grid-template-columns: 43.7917222964% 1fr;
    gap: 0 10.0133511348%;
    width: 749px;
    margin: 0 auto;
  }
  .l-footer .l-footer__body .l-footre__logoWrap {
    grid-area: logo;
  }
  .l-footer .l-footer__body .l-sns {
    grid-area: sns;
  }
  .l-footer .l-footer__body .l-globalNavigation__inner {
    grid-area: link;
  }
  .l-footer .l-footer__body .l-footer__links {
    grid-area: links;
  }
}
.l-footer .l-footre__logoWrap {
  margin-bottom: 12vw;
}
@media (min-width: 768px) {
  .l-footer .l-footre__logoWrap {
    padding-top: 21px;
  }
}
@media not all and (min-width: 768px) {
  .l-footer .l-footre__logoWrap .l-footre__logoImage {
    width: 35.2vw;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__nav {
    display: contents;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__nav .l-globalNavigation {
    display: contents;
  }
}
.l-footer .l-footer__link {
  margin: 5.3333333333vw 0 1.8666666667vw;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .l-footer .l-footer__link {
    margin: 70px 0 16px;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__link > .link {
    display: flex;
  }
}
.l-footer .l-footer__link > .link .link__item {
  display: inline-flex;
}
@media not all and (min-width: 768px) {
  .l-footer .l-footer__link > .link .link__item {
    margin-bottom: 3.4666666667vw;
  }
}
.l-footer .l-footer__link > .link .link__item:not(:last-child) {
  margin-right: 6.6666666667vw;
}
@media (min-width: 768px) {
  .l-footer .l-footer__link > .link .link__item:not(:last-child) {
    margin-right: 38px;
  }
}
.l-footer .l-footer__link > .link .link__item a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #5d595a;
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .l-footer .l-footer__link > .link .link__item a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer .l-footer__link > .link .link__item a:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer__link > .link .link__item a::before {
  width: 0;
  height: 0;
  margin-right: 5px;
  content: "";
  border-color: transparent transparent transparent #5d595a;
  border-style: solid;
  border-width: 6px 0 6px 10px;
}
.l-footer .l-footer__privacy {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
}
.l-footer .l-footer__privacy i {
  margin-right: 5px;
}
@media not all and (min-width: 768px) {
  .l-footer .l-footer__privacy i img {
    width: 6.9333333333vw;
  }
}
.l-footer .l-footer__copy {
  display: block;
  padding: 4.8vw;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2307692308;
  color: #727272;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer .l-footer__copy {
    padding: 18px 0;
  }
}
@media not all and (min-width: 768px) {
  .l-header .l-globalNavigation {
    width: 100%;
    height: 100%;
    padding: 21.3333333333vw 8.5333333333vw 5.3333333333vw;
    overflow-y: auto;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__inner {
    display: flex;
  }
}
@media not all and (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__list {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__list {
    display: flex;
  }
}
@media not all and (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__item {
    border-bottom: 1px solid #d5d5d5;
  }
}
@media (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    letter-spacing: 0.1em;
  }
}
.l-header
  .l-globalNavigation
  .l-globalNavigation__item
  .l-globalNavigation__itemLink {
  color: #5d595a;
  text-decoration: none;
}
@media not all and (min-width: 768px) {
  .l-header
    .l-globalNavigation
    .l-globalNavigation__item
    .l-globalNavigation__itemLink {
    position: relative;
    display: block;
    padding: 8.5333333333vw 6.6666666667vw 8.5333333333vw 1.3333333333vw;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
  .l-header
    .l-globalNavigation
    .l-globalNavigation__item
    .l-globalNavigation__itemLink::after {
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    width: 8px;
    height: 14px;
    margin: auto;
    vertical-align: middle;
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%235D595A" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%235D595A" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .l-header
    .l-globalNavigation
    .l-globalNavigation__item
    .l-globalNavigation__itemLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    padding-right: 17px;
    padding-left: 17px;
    transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .l-header
    .l-globalNavigation
    .l-globalNavigation__item
    .l-globalNavigation__itemLink {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .l-header
    .l-globalNavigation
    .l-globalNavigation__item
    .l-globalNavigation__itemLink:hover {
    color: #d74353;
  }
}
.l-footer .l-globalNavigation .l-globalNavigation__list {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .l-footer .l-globalNavigation .l-globalNavigation__list {
    margin-bottom: 30px;
  }
}
.l-footer .l-globalNavigation .l-globalNavigation__item {
  font-size: 16px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 768px) {
  .l-footer .l-globalNavigation .l-globalNavigation__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-footer
  .l-globalNavigation
  .l-globalNavigation__item
  .l-globalNavigation__itemLink {
  position: relative;
  display: flex;
  align-items: center;
  color: #5d595a;
  text-decoration: none;
}
@media not all and (min-width: 768px) {
  .l-footer
    .l-globalNavigation
    .l-globalNavigation__item
    .l-globalNavigation__itemLink {
    padding: 5.0666666667vw 6.6666666667vw 5.0666666667vw 1.0666666667vw;
  }
}
@media (min-width: 768px) {
  .l-footer
    .l-globalNavigation
    .l-globalNavigation__item
    .l-globalNavigation__itemLink {
    padding: 21px 25px 21px 5px;
    transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .l-footer
    .l-globalNavigation
    .l-globalNavigation__item
    .l-globalNavigation__itemLink {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .l-footer
    .l-globalNavigation
    .l-globalNavigation__item
    .l-globalNavigation__itemLink:hover {
    color: #d74353;
  }
}
.l-footer
  .l-globalNavigation
  .l-globalNavigation__item
  .l-globalNavigation__itemLink::after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 8px;
  height: 14px;
  margin: auto;
  vertical-align: middle;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%235D595A" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%235D595A" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
}
.l-globalNavigation .l-globalNavigation__btn {
  display: flex;
}
@media not all and (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__btn {
    margin-bottom: 12vw;
  }
}
.l-footer .l-globalNavigation .l-globalNavigation__btn {
  justify-content: center;
}
.l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem {
  align-self: center;
}
.l-globalNavigation
  .l-globalNavigation__btn
  .l-globalNavigation__btnItem
  + .l-globalNavigation__btnItem {
  margin-left: 11px;
}
.l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 2.4em 0 1em;
  font-size: 16px;
  font-size: 10px;
  line-height: 1;
  color: #d74353;
  text-decoration: none;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 2px solid #d74353;
  border-radius: 5em;
}
@media not all and (min-width: 768px) {
  .l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a {
    justify-content: center;
    width: 40vw;
    min-height: 10.9333333333vw;
  }
}
@media (min-width: 768px) {
  .l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a {
    min-width: 129px;
    max-width: 400px;
    min-height: 35px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-globalNavigation
  .l-globalNavigation__btn
  .l-globalNavigation__btnItem
  a::after {
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  width: 7px;
  height: 12px;
  margin: auto;
  vertical-align: middle;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23d74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23d74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: cover;
}
.l-footer
  .l-globalNavigation
  .l-globalNavigation__btn
  .l-globalNavigation__btnItem
  a {
  justify-content: center;
  width: 40vw;
  height: 10.9333333333vw;
  font-size: 16px;
  font-size: 10px;
  color: #fff;
  background-color: #d74353;
  border: none;
}
@media (min-width: 768px) {
  .l-footer
    .l-globalNavigation
    .l-globalNavigation__btn
    .l-globalNavigation__btnItem
    a {
    width: 150px;
    height: 41px;
    padding: 0 2.4em 0 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer
  .l-globalNavigation
  .l-globalNavigation__btn
  .l-globalNavigation__btnItem
  a::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23ffffff" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23ffffff" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .l-header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .l-header {
    height: 100px;
  }
}
.l-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .l-header .l-header__inner {
    justify-content: space-between;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .l-header .l-header__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.l-header .l-header__logoWrap {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column-reverse;
  flex-shrink: 0;
}
@media not all and (min-width: 768px) {
  .l-header .l-header__logo {
    height: 33px;
  }
}
@media (min-width: 768px) {
  .l-header .l-header__logo {
    height: 45px;
  }
}
.l-header .l-header__logoImage {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
@media not all and (min-width: 768px) {
  .l-header .l-header__logoImage {
    width: 81px;
    height: 33px;
  }
}
@media (min-width: 768px) {
  .l-header .l-header__logoImage {
    width: 111px;
    height: 45px;
  }
}
@media not all and (min-width: 768px) {
  .l-header .l-header__navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
  .l-header .l-header__navigation._open {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-header .l-header__navigation {
    margin-left: auto;
  }
}
.l-main {
  width: 100%;
}
@media not all and (min-width: 1024px) {
  .l-container:not(.p-top) .l-main {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  .l-container:not(.p-top) .l-main {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-container:not(.p-top) .l-main {
    padding-top: 16px;
  }
}
.l-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 68px;
  height: 68px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
@media not all and (min-width: 768px) {
  .l-pagetop {
    width: 50px;
    height: 50px;
  }
}
.l-pagetop._show {
  visibility: visible;
  opacity: 1;
}
.l-pagetop._show .l-pagetop__link {
  transform: translateY(0);
}
.l-pagetop .l-pagetop__link {
  position: absolute;
  display: block;
  width: 68px;
  height: 68px;
  background-color: rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(65px);
}
@media not all and (min-width: 768px) {
  .l-pagetop .l-pagetop__link {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .l-pagetop .l-pagetop__link:hover {
    opacity: 0.7;
  }
}
.l-pagetop .l-pagetop__link::before {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 11px);
  display: block;
  width: 22px;
  height: 37px;
  content: "";
  background: url(../img/icon_arrow_white.svg) no-repeat 0 0;
  background-size: 100% auto;
  transform: rotate(-180deg);
  transform-origin: center;
}
@media not all and (min-width: 768px) {
  .l-pagetop .l-pagetop__link::before {
    top: calc(50% - 18px);
    left: calc(50% - 7px);
    width: 14px;
    height: 24px;
  }
}
.l-section {
  width: 100%;
}
.l-section + .l-section {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .l-section + .l-section {
    margin-top: 80px;
  }
}
.l-section .l-section__wide {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.l-section .l-section__narrow {
  width: 100%;
  max-width: 749px;
  margin-right: auto;
  margin-left: auto;
}
.l-section .l-section__body {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .l-section .l-section__body {
    margin-top: 40px;
  }
}
.l-sectionTop + .l-sectionTop {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .l-sectionTop + .l-sectionTop {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .l-header .l-sns {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .l-footer .l-sns {
    margin-top: 12vw;
  }
}
@media not all and (min-width: 768px) {
  .l-sns > p {
    text-align: center;
  }
}
.l-sns .l-sns__list {
  display: flex;
  margin-top: 5.6vw;
}
@media not all and (min-width: 768px) {
  .l-sns .l-sns__list {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .l-sns .l-sns__list {
    margin-top: 25px;
  }
}
.l-sns .l-sns__item {
  align-self: center;
}
.l-sns .l-sns__item + .l-sns__item {
  margin-left: 7.2vw;
}
@media (min-width: 768px) {
  .l-sns .l-sns__item + .l-sns__item {
    margin-left: 27px;
  }
}
.l-sns .l-sns__item a {
  display: block;
}
@media not all and (min-width: 768px) {
  .l-sns .l-sns__item a img {
    width: 13.3333333333vw;
  }
}
.l-sns .twitter {
  overflow: hidden;
  border-radius: 6px;
}
.p-articles {
  padding-bottom: 33.6vw;
}
@media (min-width: 768px) {
  .p-articles {
    max-width: 749px;
    padding-bottom: 126px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-articles {
    padding-bottom: 13.6vw;
  }
}
.p-articles .p-articles__heading {
  margin-bottom: 6.6666666667vw;
  background: #fff6f7;
}
@media not all and (min-width: 768px) {
  .p-articles .p-articles__heading {
    margin-right: -3.2vw;
    margin-left: -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading {
    margin-bottom: 25px;
  }
}
.p-articles .p-articles__heading .c-heading01 {
  padding: 15.4666666667vw 0 5.3333333333vw;
  background: transparent;
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading .c-heading01 {
    padding: 58px 0 20px;
  }
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading .c-heading01::before {
    top: 18px;
    margin-left: -22px;
  }
}
.p-articles .p-articles__heading .c-heading01 span {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.13);
}
.p-articles .p-articles__heading .p-articles__headingSubTitle {
  padding-bottom: 12.2666666667vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #d74353;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading .p-articles__headingSubTitle {
    padding-bottom: 46px;
  }
}
.p-articles .p-articles__heading .p-articles__headingText {
  padding: 13.3333333333vw 9.8666666667vw;
  margin-bottom: 6.1333333333vw;
  background: #fff6f7;
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading .p-articles__headingText {
    padding: 50px 30px;
    margin-bottom: 23px;
  }
}
.p-articles .p-articles__heading p {
  font-size: 16px;
  font-size: 10px;
  line-height: 1.875;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.75;
    letter-spacing: 0.055em;
  }
}
.p-articles .p-articles__heading p + p {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading p + p {
    margin-top: 20px;
  }
}
.p-articles .p-articlesTab {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab {
    margin-bottom: 40px;
  }
}
.p-articles .p-articlesTab .p-articlesTab__list {
  display: flex;
}
.p-articles .p-articlesTab .p-articlesTab__listItem._current a {
  color: #fff;
  background: #d74353;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__listItem._current a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-articles .p-articlesTab .p-articlesTab__listItem._current a .u-brSP {
  display: none;
}
.p-articles .p-articlesTab .p-articlesTab__listItem:not(._current) a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__listItem:not(._current) a {
    font-size: 16px;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__listItem:not(._current) a:hover {
    color: #fff;
    background: #d74353;
  }
}
.p-articles .p-articlesTab .p-articlesTab__listItem a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1.6vw 5.3333333333vw;
  font-size: 16px;
  font-size: 10px;
  line-height: 1;
  color: #d74353;
  text-decoration: none;
  border-top: 2px solid #d74353;
  border-right: 2px solid #d74353;
  border-left: 2px solid #d74353;
  border-top-left-radius: 3.7333333333vw;
  border-top-right-radius: 3.7333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__listItem a {
    padding: 15px 30px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
}
.p-articles .p-articlesTab .p-articlesTab__content {
  border: 2px solid #d74353;
}
.p-articles .p-articlesTab .p-articlesTab__contentInner {
  display: none;
}
.p-articles .p-articlesTab .p-articlesTab__contentInner._current {
  display: block;
}
.p-articles .p-articlesTab .p-articlesTab__body {
  display: flex;
  flex-direction: column;
  padding: 7.2vw 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__body {
    padding: 30px;
  }
}
.p-articles .p-articlesTab .p-articlesTab__heading {
  display: flex;
  flex-direction: column;
  order: 2;
}
.p-articles .p-articlesTab .p-articlesTab__heading .p-articlesTab__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 2;
  padding-bottom: 5.3333333333vw;
  color: #d74353;
  border-bottom: 2px solid #d74353;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__heading .p-articlesTab__title {
    padding-bottom: 20px;
  }
}
.p-articles .p-articlesTab .p-articlesTab__heading .p-articlesTab__title h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-articles .p-articlesTab .p-articlesTab__heading .p-articlesTab__title span {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-articles .p-articlesTab .p-articlesTab__heading p {
  order: 1;
  margin-bottom: 3.2vw;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__heading p {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 10px;
  }
}
.p-articles .p-articlesTab .p-articlesTab__image {
  display: block;
  order: 1;
  text-align: center;
}
.p-articles .p-articlesTab .p-articlesTab__button {
  display: flex;
  justify-content: center;
  order: 3;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__button {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__button {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-articles .p-articlesTab .p-articlesTab__button:hover {
    opacity: 0.7;
  }
}
.p-articles .p-articlesTab .p-articlesTab__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60.8vw;
  height: 14.4vw;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  background: #fce464;
  border-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__button a {
    min-width: 456px;
    height: 54px;
    border-radius: 27px;
  }
}
.p-articles .p-articlesTab .p-articlesTab__button a::after {
  display: block;
  width: 1.6vw;
  height: 3.2vw;
  margin-left: 2.9333333333vw;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%235d595a" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%235d595a" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__button a::after {
    width: 12px;
    height: 23px;
    margin-left: 11px;
  }
}
.p-articles .p-articlesNav {
  margin-top: 18.6666666667vw;
  margin-bottom: 16vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesNav {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.p-articles .p-articlesNav .p-articlesNav__heading {
  padding: 2.6666666667vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #d74353;
  border-top-left-radius: 7.2vw;
  border-top-right-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesNav .p-articlesNav__heading {
    padding: 20px;
    font-size: 28px;
    font-size: 1.75rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.p-articles .p-articlesNav .p-articlesNav__list {
  padding: 8vw 9.0666666667vw 13.3333333333vw;
  border-right: 2px solid #d74353;
  border-bottom: 2px solid #d74353;
  border-left: 2px solid #d74353;
  border-bottom-right-radius: 7.2vw;
  border-bottom-left-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesNav .p-articlesNav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 34px 50px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.p-articles .p-articlesNav .p-articlesNav__item {
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  border-bottom: 1px solid #d74353;
}
@media (min-width: 768px) {
  .p-articles .p-articlesNav .p-articlesNav__item {
    width: 48%;
    padding: 10px 10px 10px 20px;
  }
}
.p-articles .p-articlesNav .p-articlesNav__item a {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.p-articles .p-articlesNav .p-articlesNav__item a span {
  position: relative;
  display: block;
}
.p-articles .p-articlesNav .p-articlesNav__item a span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5.3333333333vw;
  width: 8px;
  height: 14px;
  margin: auto;
  vertical-align: middle;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
}
@media (min-width: 768px) {
  .p-articles .p-articlesNav .p-articlesNav__item a span::before {
    left: -20px;
  }
}
@media not all and (min-width: 768px) {
  .p-articles .p-articlesContents {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-articles .p-articlesContents._section01 .p-articlesContents__heading {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__heading .c-heading02 {
    margin-right: -6.4vw;
    margin-left: -6.4vw;
  }
}
.p-articles .p-articlesContents .p-articlesContents__lead {
  font-size: 16px;
  font-size: 10px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__lead {
    line-height: 2.5;
  }
}
.p-articles
  .p-articlesContents
  .p-articlesContents__lead
  + .p-articlesContents__lead {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .p-articles
    .p-articlesContents
    .p-articlesContents__lead
    + .p-articlesContents__lead {
    margin-top: 15px;
  }
}
.p-articles .p-articlesContents .p-articlesContents__lead em {
  font-style: normal;
  color: #d74353;
}
.p-articles .p-articlesContents .p-articlesContents__lead + .item__image {
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__lead + .item__image {
    margin-top: 26px;
  }
}
.p-articles .p-articlesContents .p-articlesContents__text {
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.p-articles
  .p-articlesContents
  .p-articlesContents__text
  + .p-articlesContents__text {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-articles
    .p-articlesContents
    .p-articlesContents__text
    + .p-articlesContents__text {
    margin-top: 20px;
  }
}
.p-articles .p-articlesContents .p-articlesContents__item {
  margin-top: 6.9333333333vw;
  margin-bottom: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__item ._grid,
  .p-articles .p-articlesContents .p-articlesContents__item._grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
  .p-articles .p-articlesContents .p-articlesContents__item ._grid .item,
  .p-articles .p-articlesContents .p-articlesContents__item._grid .item {
    display: flex;
    flex-direction: column;
  }
  .p-articles
    .p-articlesContents
    .p-articlesContents__item
    ._grid
    .item
    + .item,
  .p-articles
    .p-articlesContents
    .p-articlesContents__item._grid
    .item
    + .item {
    margin-top: 0;
  }
  .p-articles
    .p-articlesContents
    .p-articlesContents__item
    ._grid
    .item
    .c-heading03,
  .p-articles
    .p-articlesContents
    .p-articlesContents__item._grid
    .item
    .c-heading03 {
    order: 1;
  }
  .p-articles
    .p-articlesContents
    .p-articlesContents__item
    ._grid
    .item
    .item__image,
  .p-articles
    .p-articlesContents
    .p-articlesContents__item._grid
    .item
    .item__image {
    order: 2;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-articles
    .p-articlesContents
    .p-articlesContents__item
    ._grid
    .item
    .item__text,
  .p-articles
    .p-articlesContents
    .p-articlesContents__item._grid
    .item
    .item__text {
    order: 3;
  }
}
.p-articles .p-articlesContents .item + .item {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item + .item {
    margin-top: 60px;
  }
}
.p-articles .p-articlesContents .item .item__text {
  margin-top: 5.3333333333vw;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__text {
    margin-top: 20px;
  }
}
.p-articles .p-articlesContents .item .item__image {
  margin-top: 9.6vw;
  text-align: center;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__image {
    margin-top: 36px;
  }
}
.p-articles .p-articlesContents .item .item__description {
  padding: 10.6666666667vw 9.0666666667vw;
  margin-top: 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
  background: #fff6f7;
  border-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__description {
    padding: 40px 34px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 27px;
  }
}
.p-articles .p-articlesContents .item .item__description > p {
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-articles
  .p-articlesContents
  .item
  .item__description
  .item__descriptionBody
  + p {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-articles
    .p-articlesContents
    .item
    .item__description
    .item__descriptionBody
    + p {
    margin-top: 17px;
  }
}
.p-articles
  .p-articlesContents
  .item
  .item__description
  .item__descriptionItem
  + .item__descriptionItem {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-articles
    .p-articlesContents
    .item
    .item__description
    .item__descriptionItem
    + .item__descriptionItem {
    margin-top: 17px;
  }
}
.p-articles
  .p-articlesContents
  .item
  .item__description
  .item__descriptionItem
  dt {
  margin-bottom: 2.6666666667vw;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-articles
    .p-articlesContents
    .item
    .item__description
    .item__descriptionItem
    dt {
    margin-bottom: 10px;
  }
}
.p-articles
  .p-articlesContents
  .item
  .item__description
  .item__descriptionItem
  dd {
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
.p-articles
  .p-articlesContents
  .item
  .item__description
  .item__descriptionFlow {
  counter-reset: number 0;
}
.p-articles
  .p-articlesContents
  .item
  .item__description
  .item__descriptionFlow
  li {
  counter-increment: number 1;
}
.p-articles
  .p-articlesContents
  .item
  .item__description
  .item__descriptionFlow
  li
  + li::before {
  display: block;
  width: 8px;
  height: 14px;
  margin: 8vw auto;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  .p-articles
    .p-articlesContents
    .item
    .item__description
    .item__descriptionFlow
    li
    + li::before {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-articles
  .p-articlesContents
  .item
  .item__description
  .item__descriptionFlow
  li
  > span {
  display: flex;
}
@media (min-width: 768px) {
  .p-articles
    .p-articlesContents
    .item
    .item__description
    .item__descriptionFlow
    li
    > span {
    justify-content: center;
  }
}
.p-articles
  .p-articlesContents
  .item
  .item__description
  .item__descriptionFlow
  li
  > span::before {
  flex-shrink: 0;
  margin-right: 3.2vw;
  content: counter(number) ".";
}
@media (min-width: 768px) {
  .p-articles
    .p-articlesContents
    .item
    .item__description
    .item__descriptionFlow
    li
    > span::before {
    margin-right: 12px;
  }
}
.p-articles .p-articlesContents .item .description__checkList {
  margin-top: 5.3333333333vw;
  margin-left: 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .description__checkList {
    padding-left: 52px;
    margin-top: 30px;
  }
}
.p-articles .p-articlesContents .item .description__checkList li + li {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .description__checkList li + li {
    margin-top: 38px;
  }
}
.p-articles .p-articlesContents .item .description__checkList li > span {
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.p-articles
  .p-articlesContents
  .item
  .description__checkList
  li
  > span::before {
  display: block;
  flex-shrink: 0;
  width: 29px;
  height: 29px;
  margin-right: 17px;
  content: "";
  background: url("https://assets.belta.co.jp/resilience/goods/medical_bath/icon_check.png")
    no-repeat 0 -0.2em;
  background-size: contain;
}
.p-articles .p-articlesContents .item .item__note {
  margin-top: 1.3333333333vw;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #d74353;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__note {
    margin-top: 5px;
  }
}
.p-articles .p-articlesContents .item__descriptionNote {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: right;
  letter-spacing: 0.05em;
}
.p-articles .p-articlesContents .p-articlesContents__note {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: right;
}
.p-articles .p-articlesContents .c-accordion {
  margin-top: 12.5333333333vw;
  margin-bottom: 12.5333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .c-accordion {
    margin-top: 47px;
    margin-bottom: 47px;
  }
}
.p-articles .p-articlesContents .p-articles__button {
  margin-top: 9.0666666667vw;
  margin-bottom: 11.7333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articles__button {
    margin-top: 34px;
    margin-bottom: 44px;
  }
}
.p-goods {
  padding-bottom: 33.6vw;
}
@media (min-width: 768px) {
  .p-goods {
    max-width: 749px;
    padding-bottom: 126px;
    margin: 0 auto;
  }
}
.p-goods .p-goodsProduct {
  background: #fff;
}
@media not all and (min-width: 768px) {
  .p-goods .p-goodsProduct {
    margin: 0 -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct {
    position: relative;
    z-index: 1;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__inner {
  display: flex;
  flex-direction: column-reverse;
}
.p-goods .p-goodsProduct .p-goodsProduct__heading {
  margin-top: 9.6vw;
  margin-bottom: 6.6666666667vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #d74353;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__heading {
    margin-top: 67px;
    margin-bottom: 40px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span {
  display: block;
  text-align: center;
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span i {
  display: inline-flex;
  align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__heading span i {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1.4516129032;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span i::before,
.p-goods .p-goodsProduct .p-goodsProduct__heading span i::after {
  width: 3px;
  height: 1em;
  content: "";
  background: #d74353;
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span i::before {
  margin-right: 3.7333333333vw;
  transform: rotate(-35deg);
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__heading span i::before {
    margin-right: 14px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span i::after {
  margin-left: 3.7333333333vw;
  transform: rotate(35deg);
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__heading span i::after {
    margin-left: 14px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span em {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__heading span em {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.6216216216;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__slide {
  position: relative;
  overflow: hidden;
}
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next,
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev {
  width: 8vw;
  height: 8vw;
  color: #5d595a;
  background: #fff;
  border-radius: 20px;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next,
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 30px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next::after,
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev::after {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next::after,
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev::after {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next,
.p-goods
  .p-goodsProduct
  .p-goodsProduct__slide
  .swiper-container-rtl
  .swiper-button-prev {
  right: 3.2vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next,
  .p-goods
    .p-goodsProduct
    .p-goodsProduct__slide
    .swiper-container-rtl
    .swiper-button-prev {
    right: 24px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev,
.p-goods
  .p-goodsProduct
  .p-goodsProduct__slide
  .swiper-container-rtl
  .swiper-button-next {
  left: 3.2vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev,
  .p-goods
    .p-goodsProduct
    .p-goodsProduct__slide
    .swiper-container-rtl
    .swiper-button-next {
    left: 24px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 12px;
}
@media (min-width: 768px) {
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 23px;
  }
}
.p-goods
  .p-goodsProduct
  .p-goodsProduct__slide
  .swiper-pagination-bullet-active {
  opacity: 1;
}
.p-goods .p-goodsProduct .p-goodsProduct__about {
  padding: 19.2vw 9.8666666667vw;
  text-align: center;
  background: #fff
    url("https://assets.belta.co.jp/resilience/top/product_bg_sp.webp")
    no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__about {
    padding: 72px 37px;
    background: #fff
      url("https://assets.belta.co.jp/resilience/top/product_bg_pc.webp")
      no-repeat 0 0;
    background-size: cover;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text {
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 0.055em;
  }
}
.p-goods
  .p-goodsProduct
  .p-goodsProduct__about
  .about
  .about__text
  + .about__text {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .p-goods
    .p-goodsProduct
    .p-goodsProduct__about
    .about
    .about__text
    + .about__text {
    margin-top: 15px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.5;
}
@media not all and (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text span {
    margin-top: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text span {
    font-size: 16px;
    line-height: 3.125;
  }
}
.p-goods .p-goods__heading {
  padding-bottom: 15.2vw;
  background: #fff6f7;
}
@media not all and (min-width: 768px) {
  .p-goods .p-goods__heading {
    margin-right: -3.2vw;
    margin-left: -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goods__heading {
    padding-bottom: 57px;
  }
}
.p-goods .p-goods__heading .c-heading01 {
  margin-bottom: 15.2vw;
}
@media (min-width: 768px) {
  .p-goods .p-goods__heading .c-heading01 {
    margin-bottom: 57px;
  }
}
.p-goods .p-goods__heading p {
  font-size: 16px;
  font-size: 10px;
  line-height: 1.875;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-goods .p-goods__heading p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.75;
    letter-spacing: 0.055em;
  }
}
.p-goods .p-goods__heading p + p {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goods__heading p + p {
    margin-top: 20px;
  }
}
.p-goods .p-goodsTab {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab {
    margin-bottom: 40px;
  }
}
.p-goods .p-goodsTab .p-goodsTab__list {
  display: flex;
}
.p-goods .p-goodsTab .p-goodsTab__listItem._current a {
  color: #fff;
  background: #d74353;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__listItem._current a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-goods .p-goodsTab .p-goodsTab__listItem._current a .u-brSP {
  display: none;
}
.p-goods .p-goodsTab .p-goodsTab__listItem:not(._current) a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__listItem:not(._current) a {
    font-size: 16px;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__listItem:not(._current) a:hover {
    color: #fff;
    background: #d74353;
  }
}
.p-goods .p-goodsTab .p-goodsTab__listItem a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1.6vw 5.3333333333vw;
  font-size: 16px;
  line-height: 1;
  color: #d74353;
  text-decoration: none;
  border-top: 2px solid #d74353;
  border-right: 2px solid #d74353;
  border-left: 2px solid #d74353;
  border-top-left-radius: 3.7333333333vw;
  border-top-right-radius: 3.7333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__listItem a {
    padding: 15px 30px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
}
.p-goods .p-goodsTab .p-goodsTab__content {
  border: 2px solid #d74353;
}
.p-goods .p-goodsTab .p-goodsTab__contentInner {
  display: none;
}
.p-goods .p-goodsTab .p-goodsTab__contentInner._current {
  display: block;
}
.p-goods .p-goodsTab .p-goodsTab__body {
  display: flex;
  flex-direction: column;
  padding: 7.2vw 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__body {
    padding: 30px;
  }
}
.p-goods .p-goodsTab .p-goodsTab__heading {
  display: flex;
  flex-direction: column;
  order: 2;
}
.p-goods .p-goodsTab .p-goodsTab__heading .p-goodsTab__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 2;
  padding-bottom: 5.3333333333vw;
  color: #d74353;
  border-bottom: 2px solid #d74353;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__heading .p-goodsTab__title {
    padding-bottom: 20px;
  }
}
.p-goods .p-goodsTab .p-goodsTab__heading .p-goodsTab__title h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-goods .p-goodsTab .p-goodsTab__heading .p-goodsTab__title span {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-goods .p-goodsTab .p-goodsTab__heading p {
  order: 1;
  margin-bottom: 3.2vw;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__heading p {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.p-goods .p-goodsTab .p-goodsTab__image {
  display: block;
  order: 1;
  text-align: center;
}
.p-goods .p-goodsTab .p-goodsTab__button {
  display: flex;
  justify-content: center;
  order: 3;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__button {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__button {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-goods .p-goodsTab .p-goodsTab__button:hover {
    opacity: 0.7;
  }
}
.p-goods .p-goodsTab .p-goodsTab__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60.8vw;
  height: 14.4vw;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  background: #fce464;
  border-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__button a {
    min-width: 456px;
    height: 54px;
    border-radius: 27px;
  }
}
.p-goods .p-goodsTab .p-goodsTab__button a::after {
  display: block;
  width: 1.6vw;
  height: 3.2vw;
  margin-left: 2.9333333333vw;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%235d595a" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%235d595a" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__button a::after {
    width: 12px;
    height: 23px;
    margin-left: 11px;
  }
}
.p-goods .p-goodsNav {
  margin-top: 18.6666666667vw;
  margin-bottom: 16vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsNav {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.p-goods .p-goodsNav .p-goodsNav__heading {
  padding: 2.6666666667vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #d74353;
  border-top-left-radius: 7.2vw;
  border-top-right-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsNav .p-goodsNav__heading {
    padding: 20px;
    font-size: 28px;
    font-size: 1.75rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.p-goods .p-goodsNav .p-goodsNav__list {
  padding: 8vw 9.0666666667vw 13.3333333333vw;
  border-right: 2px solid #d74353;
  border-bottom: 2px solid #d74353;
  border-left: 2px solid #d74353;
  border-bottom-right-radius: 7.2vw;
  border-bottom-left-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsNav .p-goodsNav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 34px 50px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.p-goods .p-goodsNav .p-goodsNav__item {
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  border-bottom: 1px solid #d74353;
}
@media (min-width: 768px) {
  .p-goods .p-goodsNav .p-goodsNav__item {
    width: 48%;
    padding: 10px 10px 10px 20px;
  }
}
.p-goods .p-goodsNav .p-goodsNav__item a {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.p-goods .p-goodsNav .p-goodsNav__item a span {
  position: relative;
  display: block;
}
.p-goods .p-goodsNav .p-goodsNav__item a span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5.3333333333vw;
  width: 8px;
  height: 14px;
  margin: auto;
  vertical-align: middle;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
}
@media (min-width: 768px) {
  .p-goods .p-goodsNav .p-goodsNav__item a span::before {
    left: -20px;
  }
}
.p-goods .p-goodsContents:not(._section01) {
  padding-top: 100px;
  margin-top: -70px;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents:not(._section01) {
    padding-top: 140px;
    margin-top: -100px;
  }
}
@media not all and (min-width: 768px) {
  .p-goods .p-goodsContents {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-goods .p-goodsContents._section01 .p-goodsContents__heading {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__heading .c-heading02 {
    margin-right: -6.4vw;
    margin-left: -6.4vw;
  }
}
.p-goods .p-goodsContents .p-goodsContents__lead {
  font-size: 16px;
  font-size: 10px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__lead {
    line-height: 2.5;
  }
}
.p-goods .p-goodsContents .p-goodsContents__lead + .p-goodsContents__lead {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__lead + .p-goodsContents__lead {
    margin-top: 15px;
  }
}
.p-goods .p-goodsContents .p-goodsContents__lead em {
  font-style: normal;
  color: #d74353;
}
.p-goods .p-goodsContents .p-goodsContents__lead + .item__image {
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__lead + .item__image {
    margin-top: 26px;
  }
}
.p-goods .p-goodsContents .p-goodsContents__text {
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.p-goods .p-goodsContents .p-goodsContents__text + .p-goodsContents__text {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__text + .p-goodsContents__text {
    margin-top: 20px;
  }
}
.p-goods .p-goodsContents .p-goodsContents__item {
  margin-top: 6.9333333333vw;
  margin-bottom: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__item ._grid,
  .p-goods .p-goodsContents .p-goodsContents__item._grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
  .p-goods .p-goodsContents .p-goodsContents__item ._grid .item,
  .p-goods .p-goodsContents .p-goodsContents__item._grid .item {
    display: flex;
    flex-direction: column;
  }
  .p-goods .p-goodsContents .p-goodsContents__item ._grid .item + .item,
  .p-goods .p-goodsContents .p-goodsContents__item._grid .item + .item {
    margin-top: 0;
  }
  .p-goods .p-goodsContents .p-goodsContents__item ._grid .item .c-heading03,
  .p-goods .p-goodsContents .p-goodsContents__item._grid .item .c-heading03 {
    order: 1;
  }
  .p-goods .p-goodsContents .p-goodsContents__item ._grid .item .item__image,
  .p-goods .p-goodsContents .p-goodsContents__item._grid .item .item__image {
    order: 2;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-goods .p-goodsContents .p-goodsContents__item ._grid .item .item__text,
  .p-goods .p-goodsContents .p-goodsContents__item._grid .item .item__text {
    order: 3;
  }
}
.p-goods .p-goodsContents .item + .item {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item + .item {
    margin-top: 60px;
  }
}
.p-goods .p-goodsContents .item .item__text {
  margin-top: 5.3333333333vw;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__text {
    margin-top: 20px;
  }
}
.p-goods .p-goodsContents .item .item__image {
  margin-top: 9.6vw;
  text-align: center;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__image {
    margin-top: 36px;
  }
}
.p-goods .p-goodsContents .item .item__description {
  padding: 10.6666666667vw 9.0666666667vw;
  margin-top: 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
  background: #fff6f7;
  border-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__description {
    padding: 40px 34px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 27px;
  }
}
.p-goods .p-goodsContents .item .item__description > p {
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-goods .p-goodsContents .item .item__description .item__descriptionBody + p {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-goods
    .p-goodsContents
    .item
    .item__description
    .item__descriptionBody
    + p {
    margin-top: 17px;
  }
}
.p-goods
  .p-goodsContents
  .item
  .item__description
  .item__descriptionItem
  + .item__descriptionItem {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-goods
    .p-goodsContents
    .item
    .item__description
    .item__descriptionItem
    + .item__descriptionItem {
    margin-top: 17px;
  }
}
.p-goods .p-goodsContents .item .item__description .item__descriptionItem dt {
  margin-bottom: 2.6666666667vw;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__description .item__descriptionItem dt {
    margin-bottom: 10px;
  }
}
.p-goods .p-goodsContents .item .item__description .item__descriptionItem dd {
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
.p-goods .p-goodsContents .item .item__description .item__descriptionFlow {
  counter-reset: number 0;
}
.p-goods .p-goodsContents .item .item__description .item__descriptionFlow li {
  counter-increment: number 1;
}
.p-goods
  .p-goodsContents
  .item
  .item__description
  .item__descriptionFlow
  li
  + li::before {
  display: block;
  width: 8px;
  height: 14px;
  margin: 8vw auto;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  .p-goods
    .p-goodsContents
    .item
    .item__description
    .item__descriptionFlow
    li
    + li::before {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-goods
  .p-goodsContents
  .item
  .item__description
  .item__descriptionFlow
  li
  > span {
  display: flex;
}
@media (min-width: 768px) {
  .p-goods
    .p-goodsContents
    .item
    .item__description
    .item__descriptionFlow
    li
    > span {
    justify-content: center;
  }
}
.p-goods
  .p-goodsContents
  .item
  .item__description
  .item__descriptionFlow
  li
  > span::before {
  flex-shrink: 0;
  margin-right: 3.2vw;
  content: counter(number) ".";
}
@media (min-width: 768px) {
  .p-goods
    .p-goodsContents
    .item
    .item__description
    .item__descriptionFlow
    li
    > span::before {
    margin-right: 12px;
  }
}
.p-goods .p-goodsContents .item .description__checkList {
  margin-top: 5.3333333333vw;
  margin-left: 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .description__checkList {
    padding-left: 52px;
    margin-top: 30px;
  }
}
.p-goods .p-goodsContents .item .description__checkList li + li {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .description__checkList li + li {
    margin-top: 38px;
  }
}
.p-goods .p-goodsContents .item .description__checkList li > span {
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.p-goods .p-goodsContents .item .description__checkList li > span::before {
  display: block;
  flex-shrink: 0;
  width: 29px;
  height: 29px;
  margin-right: 17px;
  content: "";
  background: url("https://assets.belta.co.jp/resilience/goods/medical_bath/icon_check.png")
    no-repeat 0 -0.2em;
  background-size: contain;
}
.p-goods .p-goodsContents .item .item__note {
  margin-top: 1.3333333333vw;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #d74353;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__note {
    margin-top: 5px;
  }
}
.p-goods .p-goodsContents .item__descriptionNote {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: right;
  letter-spacing: 0.05em;
}
.p-goods .p-goodsContents .p-goodsContents__note {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: right;
}
.p-goods .p-goodsContents .c-accordion {
  margin-top: 12.5333333333vw;
  margin-bottom: 12.5333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .c-accordion {
    margin-top: 47px;
    margin-bottom: 47px;
  }
}
.p-goods .p-goodsContents .p-goods__button {
  margin-top: 9.0666666667vw;
  margin-bottom: 11.7333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goods__button {
    margin-top: 34px;
    margin-bottom: 44px;
  }
}
.p-goods .p-goodsFeature {
  margin-bottom: 10.6666666667vw;
  background: #fff6f7;
}
@media not all and (min-width: 768px) {
  .p-goods .p-goodsFeature {
    padding: 6.4vw;
    margin-right: -6.4vw;
    margin-left: -6.4vw;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsFeature {
    padding: 40px;
    margin-bottom: 40px;
  }
}
.p-goods .p-goodsFeature .p-goodsFeature__image {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
.p-goods .p-goodsFeature .p-goodsFeature__image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-goods .p-goodsFeature .p-goodsFeature__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: end;
  }
}
.p-goods .p-goodsFeature .p-goodsFeature__lead {
  margin-bottom: 10px;
}
.p-goods .p-goodsFeature .p-goodsFeature__lead img {
  width: 100%;
  height: auto;
}
@media not all and (min-width: 768px) {
  .p-goods .p-goodsFeature .p-goodsFeature__btn + .p-goodsFeature__btn {
    margin-top: 5.3333333333vw;
  }
}
.p-goods .p-goodsFeature .p-goodsFeature__btn a {
  display: block;
}
@media (min-width: 768px) {
  .p-goods .p-goodsFeature .p-goodsFeature__btn a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-goods .p-goodsFeature .p-goodsFeature__btn a:hover {
    opacity: 0.7;
  }
}
.p-goods .p-goodsFeature .p-goodsFeature__btn img {
  width: 100%;
  height: auto;
}
.p-goods .p-goodsFeature .p-goodsFeature__note {
  margin-top: 5.3333333333vw;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-goods .p-goodsFeature .p-goodsFeature__note {
    margin-top: 20px;
  }
}
.p-goods .p-goodsFeature .p-goodsFeature__note p + p {
  margin-top: 5px;
}
.p-post {
  padding-bottom: 33.6vw;
}
@media (min-width: 768px) {
  .p-post {
    max-width: 749px;
    padding-bottom: 126px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-post {
    padding-bottom: 0;
  }
}
.p-post .p-post__heading {
  margin-bottom: 6.6666666667vw;
}
@media not all and (min-width: 768px) {
  .p-post .p-post__heading {
    margin-right: -3.2vw;
    margin-left: -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-post .p-post__heading {
    margin-bottom: 25px;
  }
}
.p-post .p-post__heading .c-heading01 {
  padding-bottom: 0;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-post__heading .c-heading01 {
    margin-bottom: 20px;
  }
}
.p-post .p-post__heading .p-post__headingSubTitle {
  padding-bottom: 12.2666666667vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #d74353;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-post .p-post__heading .p-post__headingSubTitle {
    padding-bottom: 46px;
  }
}
.p-post .p-post__heading .p-post__headingText {
  padding: 13.3333333333vw 9.8666666667vw;
  margin-bottom: 6.1333333333vw;
  background: #fff6f7;
}
@media (max-width: 768px) {
  .p-post .p-post__heading .bathingmethod_text {
    padding: 13.3333333333vw 20px;
  }
}
@media (min-width: 768px) {
  .p-post .p-post__heading .p-post__headingText {
    padding: 50px 30px;
    margin-bottom: 23px;
  }
}
.p-post .p-post__heading p {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-post .p-post__heading p {
    letter-spacing: 0.055em;
  }
}
.p-post .p-post__heading p + p {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-post__heading p + p {
    margin-top: 20px;
  }
}
.p-post .p-postTab {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-post .p-postTab {
    margin-bottom: 40px;
  }
}
.p-post .p-postTab .p-postTab__list {
  display: flex;
}
.p-post .p-postTab .p-postTab__listItem._current a {
  color: #fff;
  background: #d74353;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__listItem._current a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-post .p-postTab .p-postTab__listItem._current a .u-brSP {
  display: none;
}
.p-post .p-postTab .p-postTab__listItem:not(._current) a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__listItem:not(._current) a {
    font-size: 16px;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__listItem:not(._current) a:hover {
    color: #fff;
    background: #d74353;
  }
}
.p-post .p-postTab .p-postTab__listItem a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1.6vw 5.3333333333vw;
  font-size: 16px;
  font-size: 10px;
  line-height: 1;
  color: #d74353;
  text-decoration: none;
  border-top: 2px solid #d74353;
  border-right: 2px solid #d74353;
  border-left: 2px solid #d74353;
  border-top-left-radius: 3.7333333333vw;
  border-top-right-radius: 3.7333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__listItem a {
    padding: 15px 30px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
}
.p-post .p-postTab .p-postTab__content {
  border: 2px solid #d74353;
}
.p-post .p-postTab .p-postTab__contentInner {
  display: none;
}
.p-post .p-postTab .p-postTab__contentInner._current {
  display: block;
}
.p-post .p-postTab .p-postTab__body {
  display: flex;
  flex-direction: column;
  padding: 7.2vw 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__body {
    padding: 30px;
  }
}
.p-post .p-postTab .p-postTab__heading {
  display: flex;
  flex-direction: column;
  order: 2;
}
.p-post .p-postTab .p-postTab__heading .p-postTab__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 2;
  padding-bottom: 5.3333333333vw;
  color: #d74353;
  border-bottom: 2px solid #d74353;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__heading .p-postTab__title {
    padding-bottom: 20px;
  }
}
.p-post .p-postTab .p-postTab__heading .p-postTab__title h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-post .p-postTab .p-postTab__heading .p-postTab__title span {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-post .p-postTab .p-postTab__heading p {
  order: 1;
  margin-bottom: 3.2vw;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__heading p {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 10px;
  }
}
.p-post .p-postTab .p-postTab__image {
  display: block;
  order: 1;
  text-align: center;
}
.p-post .p-postTab .p-postTab__button {
  display: flex;
  justify-content: center;
  order: 3;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__button {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__button {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-post .p-postTab .p-postTab__button:hover {
    opacity: 0.7;
  }
}
.p-post .p-postTab .p-postTab__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60.8vw;
  height: 14.4vw;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  background: #fce464;
  border-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__button a {
    min-width: 456px;
    height: 54px;
    border-radius: 27px;
  }
}
.p-post .p-postTab .p-postTab__button a::after {
  display: block;
  width: 1.6vw;
  height: 3.2vw;
  margin-left: 2.9333333333vw;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%235d595a" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%235d595a" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__button a::after {
    width: 12px;
    height: 23px;
    margin-left: 11px;
  }
}
.p-post .p-postNav {
  margin-top: 18.6666666667vw;
  margin-bottom: 16vw;
}
@media (min-width: 768px) {
  .p-post .p-postNav {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.p-post .p-postNav .p-postNav__heading {
  padding: 2.6666666667vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #d74353;
  border-top-left-radius: 7.2vw;
  border-top-right-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-post .p-postNav .p-postNav__heading {
    padding: 20px;
    font-size: 28px;
    font-size: 1.75rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.p-post .p-postNav .p-postNav__list {
  padding: 8vw 9.0666666667vw 13.3333333333vw;
  border-right: 2px solid #d74353;
  border-bottom: 2px solid #d74353;
  border-left: 2px solid #d74353;
  border-bottom-right-radius: 7.2vw;
  border-bottom-left-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-post .p-postNav .p-postNav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 34px 50px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.p-post .p-postNav .p-postNav__item {
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  border-bottom: 1px solid #d74353;
}
@media (min-width: 768px) {
  .p-post .p-postNav .p-postNav__item {
    width: 48%;
    padding: 10px 10px 10px 20px;
  }
}
.p-post .p-postNav .p-postNav__item a {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.p-post .p-postNav .p-postNav__item a span {
  position: relative;
  display: block;
}
.p-post .p-postNav .p-postNav__item a span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5.3333333333vw;
  width: 8px;
  height: 14px;
  margin: auto;
  vertical-align: middle;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
}
@media (min-width: 768px) {
  .p-post .p-postNav .p-postNav__item a span::before {
    left: -20px;
  }
}
@media not all and (min-width: 768px) {
  .p-post .p-postContents {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-post .p-postContents._section01 .p-postContents__heading {
  margin-top: 0;
}
@media not all and (min-width: 768px) {
  .p-post .p-postContents .p-postContents__heading .c-heading02 {
    margin-right: -6.4vw;
    margin-left: -6.4vw;
  }
}
.p-post .p-postContents .p-postContents__lead {
  font-size: 16px;
  font-size: 10px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__lead {
    line-height: 2.5;
  }
}
.p-post .p-postContents .p-postContents__lead + .p-postContents__lead {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__lead + .p-postContents__lead {
    margin-top: 15px;
  }
}
.p-post .p-postContents .p-postContents__lead em {
  font-style: normal;
  color: #d74353;
}
.p-post .p-postContents .p-postContents__lead + .item__image {
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__lead + .item__image {
    margin-top: 26px;
  }
}
.p-post .p-postContents .p-postContents__text {
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.p-post .p-postContents .p-postContents__text + .p-postContents__text {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__text + .p-postContents__text {
    margin-top: 20px;
  }
}
.p-post .p-postContents .p-postContents__item {
  margin-top: 6.9333333333vw;
  margin-bottom: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__item ._grid,
  .p-post .p-postContents .p-postContents__item._grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
  .p-post .p-postContents .p-postContents__item ._grid .item,
  .p-post .p-postContents .p-postContents__item._grid .item {
    display: flex;
    flex-direction: column;
  }
  .p-post .p-postContents .p-postContents__item ._grid .item + .item,
  .p-post .p-postContents .p-postContents__item._grid .item + .item {
    margin-top: 0;
  }
  .p-post .p-postContents .p-postContents__item ._grid .item .c-heading03,
  .p-post .p-postContents .p-postContents__item._grid .item .c-heading03 {
    order: 1;
  }
  .p-post .p-postContents .p-postContents__item ._grid .item .item__image,
  .p-post .p-postContents .p-postContents__item._grid .item .item__image {
    order: 2;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-post .p-postContents .p-postContents__item ._grid .item .item__text,
  .p-post .p-postContents .p-postContents__item._grid .item .item__text {
    order: 3;
  }
}
.p-post .p-postContents .item + .item {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item + .item {
    margin-top: 60px;
  }
}
.p-post .p-postContents .item .item__text {
  margin-top: 5.3333333333vw;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__text {
    margin-top: 20px;
  }
}
.p-post .p-postContents .item .item__image {
  margin-top: 5vw;
  text-align: center;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__image {
    margin-top: 10px;
  }
}
.p-post .p-postContents .item .item__description {
  padding: 10.6666666667vw 9.0666666667vw;
  margin-top: 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
  background: #fff6f7;
  border-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__description {
    padding: 40px 34px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 27px;
  }
}
.p-post .p-postContents .item .item__description > p {
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-post .p-postContents .item .item__description .item__descriptionBody + p {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__description .item__descriptionBody + p {
    margin-top: 17px;
  }
}
.p-post
  .p-postContents
  .item
  .item__description
  .item__descriptionItem
  + .item__descriptionItem {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-post
    .p-postContents
    .item
    .item__description
    .item__descriptionItem
    + .item__descriptionItem {
    margin-top: 17px;
  }
}
.p-post .p-postContents .item .item__description .item__descriptionItem dt {
  margin-bottom: 2.6666666667vw;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__description .item__descriptionItem dt {
    margin-bottom: 10px;
  }
}
.p-post .p-postContents .item .item__description .item__descriptionItem dd {
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
.p-post .p-postContents .item .item__description .item__descriptionFlow {
  counter-reset: number 0;
}
.p-post .p-postContents .item .item__description .item__descriptionFlow li {
  counter-increment: number 1;
}
.p-post
  .p-postContents
  .item
  .item__description
  .item__descriptionFlow
  li
  + li::before {
  display: block;
  width: 8px;
  height: 14px;
  margin: 8vw auto;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  .p-post
    .p-postContents
    .item
    .item__description
    .item__descriptionFlow
    li
    + li::before {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-post
  .p-postContents
  .item
  .item__description
  .item__descriptionFlow
  li
  > span {
  display: flex;
}
@media (min-width: 768px) {
  .p-post
    .p-postContents
    .item
    .item__description
    .item__descriptionFlow
    li
    > span {
    justify-content: center;
  }
}
.p-post
  .p-postContents
  .item
  .item__description
  .item__descriptionFlow
  li
  > span::before {
  flex-shrink: 0;
  margin-right: 3.2vw;
  content: counter(number) ".";
}
@media (min-width: 768px) {
  .p-post
    .p-postContents
    .item
    .item__description
    .item__descriptionFlow
    li
    > span::before {
    margin-right: 12px;
  }
}
.p-post .p-postContents .item .description__checkList {
  margin-top: 5.3333333333vw;
  margin-left: 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .description__checkList {
    padding-left: 52px;
    margin-top: 30px;
  }
}
.p-post .p-postContents .item .description__checkList li + li {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .description__checkList li + li {
    margin-top: 38px;
  }
}
.p-post .p-postContents .item .description__checkList li > span {
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.p-post .p-postContents .item .description__checkList li > span::before {
  display: block;
  flex-shrink: 0;
  width: 29px;
  height: 29px;
  margin-right: 17px;
  content: "";
  background: url("https://assets.belta.co.jp/resilience/goods/medical_bath/icon_check.png")
    no-repeat 0 -0.2em;
  background-size: contain;
}
.p-post .p-postContents .item .item__note {
  margin-top: 1.3333333333vw;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #d74353;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__note {
    margin-top: 5px;
  }
}
.p-post .p-postContents .item__descriptionNote {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: right;
  letter-spacing: 0.05em;
}
.p-post .p-postContents .p-postContents__note {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: right;
}
.p-post .p-postContents .c-accordion {
  margin-top: 12.5333333333vw;
  margin-bottom: 12.5333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .c-accordion {
    margin-top: 47px;
    margin-bottom: 47px;
  }
}
.p-post .p-postContents .p-post__button {
  margin-top: 9.0666666667vw;
  margin-bottom: 11.7333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-post__button {
    margin-top: 34px;
    margin-bottom: 44px;
  }
}
.p-report {
  padding-bottom: 33.6vw;
}
@media (min-width: 768px) {
  .p-report {
    max-width: 749px;
    padding-bottom: 126px;
    margin: 0 auto;
  }
}
.p-report:not(._report2) .p-report__heading {
  padding-bottom: 15.2vw;
  background: #fff6f7;
}
@media (min-width: 768px) {
  .p-report:not(._report2) .p-report__heading {
    padding-bottom: 57px;
  }
}
.p-report:not(._report2) .p-report__heading .c-heading01 {
  margin-bottom: 15.2vw;
}
@media (min-width: 768px) {
  .p-report:not(._report2) .p-report__heading .c-heading01 {
    margin-bottom: 57px;
  }
}
.p-report._report2 .p-report__heading {
  margin-bottom: 10.1333333333vw;
}
@media (min-width: 768px) {
  .p-report._report2 .p-report__heading {
    margin-bottom: 40px;
  }
}
@media not all and (min-width: 768px) {
  .p-report .p-report__heading {
    margin-right: -3.2vw;
    margin-left: -3.2vw;
  }
}
.p-report .p-report__heading p {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-report .p-report__heading p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.75;
    letter-spacing: 0.055em;
  }
}
.p-report .p-report__heading p + p {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-report__heading p + p {
    margin-top: 20px;
  }
}
.p-report .p-report__heading p span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media not all and (min-width: 768px) {
  .p-report .p-reportContents {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-report .p-reportContents._section01 .p-reportContents__heading {
  display: grid;
}
.p-report .p-reportContents._section01 .p-reportContents__heading figure {
  display: grid;
  order: 1;
}
.p-report .p-reportContents .p-reportContents__heading .c-heading02 {
  display: grid;
  order: 2;
  margin-top: 7.2vw;
}
@media not all and (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__heading .c-heading02 {
    margin-right: -6.4vw;
    margin-left: -6.4vw;
  }
}
.p-report .p-reportContents .p-reportContents__heading figure img {
  width: 100%;
  height: auto;
}
.p-report .p-reportContents .p-reportContents__heading figure.text {
  display: flex;
  flex-direction: column;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__heading figure.text {
    margin-bottom: 40px;
  }
}
.p-report .p-reportContents .p-reportContents__heading figure.text img {
  display: flex;
  order: 2;
}
.p-report .p-reportContents .p-reportContents__heading figure.text figcaption {
  display: flex;
  order: 1;
  margin-bottom: 10.6666666667vw;
  font-size: 16px;
  font-size: 10px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__heading
    figure.text
    figcaption {
    margin-bottom: 40px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.75;
    letter-spacing: 0.055em;
  }
}
.p-report .p-reportContents .p-reportContents__lead {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__lead {
    line-height: 2.5;
  }
}
.p-report .p-reportContents .p-reportContents__lead + .p-reportContents__lead {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__lead
    + .p-reportContents__lead {
    margin-top: 15px;
  }
}
.p-report .p-reportContents .p-reportContents__lead em {
  font-style: normal;
  color: #d74353;
}
.p-report
  .p-reportContents
  .p-reportContents__lead
  + .p-reportContents__graphImage {
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__lead
    + .p-reportContents__graphImage {
    margin-top: 26px;
  }
}
.p-report .p-reportContents .p-reportContents__graph {
  margin-top: 6.9333333333vw;
  margin-bottom: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graph {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graph ._grid,
  .p-report .p-reportContents .p-reportContents__graph._grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
  .p-report
    .p-reportContents
    .p-reportContents__graph
    ._grid
    .p-reportContents__graphItem
    + .p-reportContents__graphItem,
  .p-report
    .p-reportContents
    .p-reportContents__graph._grid
    .p-reportContents__graphItem
    + .p-reportContents__graphItem {
    margin-top: 0;
  }
}
.p-report
  .p-reportContents
  .p-reportContents__graphItem
  + .p-reportContents__graphItem {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__graphItem
    + .p-reportContents__graphItem {
    margin-top: 60px;
  }
}
.p-report .p-reportContents .p-reportContents__graphTitle {
  padding-bottom: 1.0666666667vw;
  margin-bottom: 7.2vw;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #d74353;
  border-bottom: 2px solid #d74353;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphTitle {
    padding-bottom: 4px;
    margin-bottom: 27px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage {
  text-align: center;
}
.p-report
  .p-reportContents
  .p-reportContents__graphImage:not(._title)
  figcaption {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__graphImage:not(._title)
    figcaption {
    text-align: right;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage._title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-report .p-reportContents .p-reportContents__graphImage._title img {
  display: flex;
  order: 2;
}
.p-report .p-reportContents .p-reportContents__graphImage._title figcaption {
  display: flex;
  order: 1;
  margin-bottom: 6.6666666667vw;
  text-align: center;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage._title figcaption {
    margin-bottom: 25px;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage:not(._lage) img {
  width: 74.6666666667vw;
  height: auto;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage:not(._lage) img {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage._lage img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
.p-report
  .p-reportContents
  .p-reportContents__graphImage
  + .p-reportContents__graphImage {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__graphImage
    + .p-reportContents__graphImage {
    margin-top: 45px;
  }
}
.p-report
  .p-reportContents
  .p-reportContents__graphImage
  + .p-reportContents__lead {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__graphImage
    + .p-reportContents__lead {
    margin-top: 40px;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage + p:not([class]) {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage + p:not([class]) {
    margin-top: 30px;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage + p:not([class]) + p {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__graphImage
    + p:not([class])
    + p {
    margin-top: 10px;
  }
}
.p-report .p-reportContents .c-accordion {
  margin-top: 12.5333333333vw;
  margin-bottom: 12.5333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .c-accordion {
    margin-top: 47px;
    margin-bottom: 47px;
  }
}
.p-report .p-reportContents .p-report__button {
  margin-top: 9.0666666667vw;
  margin-bottom: 11.7333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-report__button {
    margin-top: 34px;
    margin-bottom: 44px;
  }
}
.p-report .p-reportContents .p-reportContents__voice {
  display: flex;
  flex-direction: column;
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice {
    margin-top: 40px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__user {
  width: 78.1333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__user {
    width: 90%;
  }
}
.p-report
  .p-reportContents
  .p-reportContents__voice
  .voice__user:nth-of-type(odd) {
  margin-left: auto;
}
.p-report
  .p-reportContents
  .p-reportContents__voice
  .voice__user
  + .voice__user {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__voice
    .voice__user
    + .voice__user {
    margin-top: 17px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__user > .user {
  display: flex;
  flex-direction: column-reverse;
  width: calc(100% - 5px);
  padding: 5.0666666667vw 5.8666666667vw 4vw 6.9333333333vw;
  margin-bottom: 4.2666666667vw;
  text-align: left;
  background: #fff;
  border: 2px solid #f3c2c7;
  border-radius: 8vw;
  box-shadow: 4px 5px #f3c2c7;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__user > .user {
    width: 460px;
    padding: 19px 25px 15px;
    margin: 0 auto 16px;
    border-radius: 30px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__user > .user dt {
  margin-top: 1.3333333333vw;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  text-align: right;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__user > .user dt {
    margin-top: 3px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__user > .user dd {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__user > .user dd {
    line-height: 1.625;
  }
}
.p-report
  .p-reportContents
  .p-reportContents__voice
  .voice__user
  > .user
  dd
  em {
  font-style: normal;
  color: #d74353;
}
.p-report
  .p-reportContents
  .p-reportContents__voice
  .voice__userOther
  + .voice__user {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__voice
    .voice__userOther
    + .voice__user {
    margin-top: 17px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__userOther > .user {
  display: flex;
  flex-direction: column-reverse;
  width: calc(100% - 5px);
  padding: 5.0666666667vw 5.8666666667vw 4vw 6.9333333333vw;
  margin-bottom: 4.2666666667vw;
  text-align: left;
  background: #fff;
  border-radius: 8vw;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__voice
    .voice__userOther
    > .user {
    width: 460px;
    padding: 19px 25px 15px;
    margin: 0 auto 16px;
    border-radius: 30px;
  }
}
.p-report
  .p-reportContents
  .p-reportContents__voice
  .voice__userOther
  > .user
  dt {
  margin-top: 1.3333333333vw;
  line-height: 1.375;
  text-align: right;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__voice
    .voice__userOther
    > .user
    dt {
    margin-top: 3px;
  }
}
.p-report
  .p-reportContents
  .p-reportContents__voice
  .voice__userOther
  > .user
  dd {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__voice
    .voice__userOther
    > .user
    dd {
    line-height: 1.375;
  }
}
.p-report
  .p-reportContents
  .p-reportContents__voice
  .voice__userOther
  > .user
  dd
  em {
  font-style: normal;
  color: #d74353;
}
.p-report
  .p-reportContents
  .p-reportContents__voice
  .voice__accordion
  .voice__accordionBody {
  overflow: hidden;
  transition: height 0.3s ease;
}
.p-report
  .p-reportContents
  .p-reportContents__voice
  .voice__accordion:not(._open)
  .voice__accordionBody {
  display: none;
}
.p-report
  .p-reportContents
  .p-reportContents__voice
  .voice__accordionBodyInner {
  padding-top: 6.6666666667vw;
}
@media (min-width: 768px) {
  .p-report
    .p-reportContents
    .p-reportContents__voice
    .voice__accordionBodyInner {
    padding-top: 25px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__accordionBtn {
  display: block;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__accordionBtn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-report .p-reportContents .p-reportContents__voice .c-buttonWrap {
  margin-top: 21.3333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .c-buttonWrap {
    margin-top: 80px;
  }
}
.p-top .p-topMainVisual {
  position: relative;
  z-index: 2;
}
@media not all and (min-width: 1024px) {
  .p-top .p-topMainVisual {
    padding-top: 0px;
  }
}
@media (min-width: 1024px) {
  .p-top .p-topMainVisual {
    padding-top: 0px;
  }
}
.p-top .p-topMainVisual .p-topMainVisual__image > picture img {
  width: 100%;
  height: 100%;
}
.p-top .p-topSection:first-child {
  padding-bottom: 24vw;
  background-image: url("https://assets.belta.co.jp/resilience/top/bg_section_bottom_sp.png"),
    linear-gradient(167.58deg, #fff6f7 75%, #fff6f7 98%);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 100%, 0 0;
  background-size: 100% auto, 100% 98%;
}
@media (min-width: 768px) {
  .p-top .p-topSection:first-child {
    padding-bottom: 150px;
    background-image: url("https://assets.belta.co.jp/resilience/top/bg_section_bottom_pc.png"),
      linear-gradient(167.58deg, #fff6f7 3%, #fff6f7 97%);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 100%, 0 0;
    background-size: 100% auto, 100% 97%;
  }
}
.p-top .p-topSection:not(:first-child)._bg {
  padding-top: 24vw;
  padding-bottom: 24vw;
  background-image: linear-gradient(167.58deg, #fff6f7 75%, #fff6f7 98%),
    url("https://assets.belta.co.jp/resilience/top/bg_section_top_sp.png"),
    url("https://assets.belta.co.jp/resilience/top/bg_section_bottom_sp.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 75%, 0 0, 0 100%;
  background-size: 100% 98%, 100% auto, 100% auto;
}
@media (min-width: 768px) {
  .p-top .p-topSection:not(:first-child)._bg {
    padding-top: 140px;
    padding-bottom: 150px;
    background-image: linear-gradient(167.58deg, #fff6f7 3%, #fff6f7 97%),
      url("https://assets.belta.co.jp/resilience/top/bg_section_top_pc.png"),
      url("https://assets.belta.co.jp/resilience/top/bg_section_bottom_pc.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0 100px, 0 0, 0 100%;
    background-size: 100% calc(100% - 150px), 100% auto, 100% auto;
  }
}
@media (min-width: 768px) {
  .p-top .p-topSection .p-topSection__inner {
    max-width: 749px;
    margin: 0 auto;
  }
}
.p-top .p-topSection + .p-topSection {
  margin-top: 20px;
}
.p-top .p-topReport .p-topReport__lead {
  padding-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__lead {
    padding-top: 0px;
  }
}
.p-top .p-topReport .p-topReport__lead p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #d74353;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__lead p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.p-top .p-topReport .p-topReport__lead p:first-child {
  margin-bottom: 3.2vw;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__lead p:first-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__lead p + p {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result {
    margin-top: 37px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__heading {
    margin-bottom: 12vw;
  }
  .p-top .p-topReport .p-topReport__result .result__heading img {
    width: 82.4vw;
    height: auto;
    margin-left: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__heading {
    text-align: center;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 125px 100px;
    margin-top: 50px;
  }
}
@media not all and (min-width: 768px) {
  .p-top
    .p-topReport
    .p-topReport__result
    .result__graph
    .result__graphItem
    + .result__graphItem {
    margin-top: 13.3333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph .result__graphItem {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-top .p-topReport .p-topReport__result .result__graph .result__graphTitle {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph .result__graphTitle {
    margin-bottom: 40px;
  }
}
.p-top .p-topReport .p-topReport__result .result__graph .result__graphImage {
  display: block;
  margin-bottom: 8vw;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph .result__graphImage {
    margin-bottom: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-top
    .p-topReport
    .p-topReport__result
    .result__graph
    .result__graphImage:not(._lage)
    img {
    width: 70.6666666667vw;
    height: auto;
  }
}
.p-top .p-topReport .p-topReport__result .result__graph .result__graphText {
  margin-top: auto;
}
.p-top .p-topReport .p-topReport__result .result__lead {
  margin-top: 14.4vw;
  margin-bottom: 13.6vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.65;
  color: #d74353;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__lead {
    margin-top: 70px;
    margin-bottom: 68px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6666666667;
  }
}
.p-top .p-topConcept .p-topConcept__heading {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #d74353;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__heading {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__heading {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-top .p-topConcept .p-topConcept__heading em {
  display: block;
  font-size: 23px;
  font-size: 1.4375rem;
  font-style: normal;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__heading em {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top .p-topConcept .p-topConcept__message .message {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: 7.4666666667vw;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__message .message {
    margin-top: 64px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__message .message .message__image {
    padding-right: 2.9333333333vw;
    padding-left: 3.2vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__message .message .message__image {
    margin-top: 50px;
  }
}
.p-top .p-topConcept .p-topConcept__message .message .message__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.0625;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__message .message .message__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.5;
  }
}
.p-top .p-topConcept .p-topConcept__concept {
  margin-top: 9.6vw;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept {
    margin-top: 80px;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .p-topConcept .p-topConcept__concept .concept::before {
  position: absolute;
  width: 100%;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  color: #d74353;
  text-indent: -0.1em;
  letter-spacing: 0.04em;
  white-space: nowrap;
  content: "ABOUT BELTA ABOUT";
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept::before {
    font-size: 122px;
    font-size: 7.625rem;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept .concept__body {
  position: relative;
  width: 86.6666666667vw;
  padding: 31.4666666667vw 5.3333333333vw 28.8vw;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 43.4666666667vw;
  box-shadow: 0 0 6px rgba(203, 203, 203, 0.16);
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__body {
    width: 100%;
    max-width: 657px;
    padding: 128px 30px;
    border-radius: 330px;
  }
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__heading {
    margin-bottom: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__headingImage {
    width: 28.2666666667vw;
    height: auto;
    margin-bottom: 2.9333333333vw;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept .concept__headingText {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 3.2142857143;
  color: #ea0363;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__headingText {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 3.2;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyText {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.0625;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyText {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.5;
    letter-spacing: 0.055em;
  }
}
.p-top
  .p-topConcept
  .p-topConcept__concept
  .concept
  .concept__bodyText
  + .concept__bodyText {
  margin-top: 4.8vw;
}
@media (min-width: 768px) {
  .p-top
    .p-topConcept
    .p-topConcept__concept
    .concept
    .concept__bodyText
    + .concept__bodyText {
    margin-top: 20px;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyLead {
  margin-top: 2.6666666667vw;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #d74353;
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyLead {
    margin-bottom: 2.6666666667vw;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyLead {
    margin-top: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.055em;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyLead span {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyLead span {
    letter-spacing: 0.05em;
  }
}
.p-top .p-topConcept .p-topConcept__bottom {
  margin-top: 8.8vw;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__bottom {
    margin-top: 57px;
  }
}
.p-top .p-topConcept .p-topConcept__bottom > p {
  margin-bottom: 9.3333333333vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #d74353;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__bottom > p {
    margin-bottom: 60px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
  }
}
.p-top .p-topConcept .p-topConcept__bottom .c-buttonText {
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__bottom .c-buttonText {
    margin-top: 58px;
  }
}
.p-top .p-topAbout {
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__heading {
    padding-right: 2.6666666667vw;
    padding-left: 6.4vw;
    margin-bottom: 6.1333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__heading {
    margin-bottom: 40px;
  }
}
.p-top .p-topAbout .p-topAbout__lead {
  padding-bottom: 12vw;
  margin-bottom: 6.6666666667vw;
  background: url("https://assets.belta.co.jp/resilience/top/necessary_line_sp.webp")
    no-repeat 50% 100%;
  background-size: auto 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__lead {
    padding-bottom: 64px;
    margin-bottom: 57px;
    background: url("https://assets.belta.co.jp/resilience/top/necessary_line_pc.webp")
      no-repeat 50% 100%;
    background-size: auto 11px;
  }
}
.p-top .p-topAbout .p-topAbout__lead > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.0625;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__lead > p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.5;
    letter-spacing: 0.055em;
  }
}
.p-top .p-topAbout .p-topAbout__lead > p em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.6vw;
  padding: 0 3px;
  margin: 0 0.3em;
  font-style: normal;
  color: #d74353;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__lead > p em {
    height: 30px;
  }
}
.p-top .p-topAbout .p-topAbout__lead .p-topAbout__leadImage {
  margin-bottom: 10.6666666667vw;
}
@media not all and (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__lead .p-topAbout__leadImage {
    padding-right: 7.2vw;
    padding-left: 1.3333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__lead .p-topAbout__leadImage {
    margin-bottom: 30px;
  }
}
.p-top .p-topAbout .p-topAbout__about .p-topAbout__aboutHeading {
  margin-bottom: 5.3333333333vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3888888889;
  color: #d74353;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .p-topAbout__aboutHeading {
    margin-bottom: 50px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3666666667;
  }
}
.p-top .p-topAbout .p-topAbout__about .p-topAbout__aboutHeading span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8333333333;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .p-topAbout__aboutHeading span {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.8333333333;
  }
}
.p-top .p-topAbout .p-topAbout__about .about .about__body {
  overflow: hidden;
  transition: height 0.3s ease;
}
.p-top .p-topAbout .p-topAbout__about .about:not(._open) .about__body {
  display: none;
}
.p-top .p-topAbout .p-topAbout__about .about .about__bodyInner {
  padding-bottom: 3.2vw;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .about .about__bodyInner {
    padding-bottom: 67px;
  }
}
.p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.0625;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.75;
    letter-spacing: -0.055em;
  }
}
.p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p + p {
  margin-top: 6.4vw;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p + p {
    margin-top: 13px;
  }
}
.p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p em {
  display: inline-flex;
  align-items: center;
  height: 5.6vw;
  padding: 0 3px;
  margin: 0 0.3em;
  font-style: normal;
  color: #d74353;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p em {
    height: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-top
    .p-topAbout
    .p-topAbout__about
    .about
    .about__bodyInner
    > p.about__bodyImage {
    width: 26.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}
@media (min-width: 768px) {
  .p-top
    .p-topAbout
    .p-topAbout__about
    .about
    .about__bodyInner
    > p.about__bodyImage {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-top .p-topAbout .about__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14.6666666667vw;
  height: 5.3333333333vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4545454545;
  color: #fff;
  letter-spacing: 0.12em;
  background: #d74353;
  border-radius: 13px;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .about__btn {
    width: 70px;
    height: 25px;
    margin-bottom: 43px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4166666667;
    border-radius: 13px;
  }
}
.p-top .p-topAbout ._open .about__btn::before {
  content: "Close";
}
.p-top .p-topAbout .about__btn::after {
  position: absolute;
  bottom: -5.8666666667vw;
  display: block;
  width: 2.1333333333vw;
  height: 3.2vw;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23d74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23d74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .p-top .p-topAbout .about__btn::after {
    bottom: -43px;
    width: 18px;
    height: 36px;
  }
}
.p-top .p-topAbout ._open .about__btn::after {
  transform: rotate(-90deg);
}
.p-top .p-topAbout ._open .about__btn span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  border: 0;
}
.p-top .p-topAbout .p-topAbout__slide {
  position: relative;
  margin-top: 12.5333333333vw;
  margin-bottom: 21.8666666667vw;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__slide {
    margin-top: 80px;
    margin-bottom: 170px;
  }
}
.p-top .p-topAbout .p-topAbout__slide .swiper-wrapper {
  transition-timing-function: linear;
}
.p-top .p-topAbout .p-topAbout__slide .swiper-slide {
  padding: 0 3.4666666667vw;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__slide .swiper-slide {
    padding: 0 16px;
  }
}
.p-top .p-topAbout .p-topAbout__necessary .p-topAbout__necessaryHeading {
  margin-bottom: 9.0666666667vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3888888889;
  color: #d74353;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__necessary .p-topAbout__necessaryHeading {
    margin-bottom: 50px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3666666667;
  }
}
.p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__body {
  overflow: hidden;
  transition: height 0.3s ease;
}
.p-top
  .p-topAbout
  .p-topAbout__necessary
  .necessary:not(._open)
  .necessary__body {
  display: none;
}
.p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner {
  padding-bottom: 3.2vw;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner {
    padding-bottom: 67px;
  }
}
.p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.0625;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .p-top
    .p-topAbout
    .p-topAbout__necessary
    .necessary
    .necessary__bodyInner
    > p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.75;
    letter-spacing: -0.055em;
  }
}
.p-top
  .p-topAbout
  .p-topAbout__necessary
  .necessary
  .necessary__bodyInner
  > p
  + p {
  margin-top: 3.2vw;
}
@media (min-width: 768px) {
  .p-top
    .p-topAbout
    .p-topAbout__necessary
    .necessary
    .necessary__bodyInner
    > p
    + p {
    margin-top: 13px;
  }
}
.p-top
  .p-topAbout
  .p-topAbout__necessary
  .necessary
  .necessary__bodyInner
  > p
  em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.6vw;
  padding: 0 3px;
  margin: 0 0.3em;
  font-style: normal;
  color: #d74353;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-top
    .p-topAbout
    .p-topAbout__necessary
    .necessary
    .necessary__bodyInner
    > p
    em {
    height: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-top
    .p-topAbout
    .p-topAbout__necessary
    .necessary
    .necessary__bodyInner
    > p.necessary__bodyImage {
    padding-right: 9.8666666667vw;
    padding-left: 9.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-top
    .p-topAbout
    .p-topAbout__necessary
    .necessary
    .necessary__bodyInner
    > p.necessary__bodyImage {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-top .p-topCheck {
  padding: 0 3.2vw 21.3333333333vw;
  margin-top: 11.2vw;
  text-align: center;
  background: #ffe8e8
    url("https://assets.belta.co.jp/resilience/top/check_bg_sp.svg") no-repeat
    50% 100%;
  background-size: 100% auto;
}
@media not all and (min-width: 768px) {
  .p-top .p-topCheck {
    margin-right: -3.2vw;
    margin-left: -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topCheck {
    padding-bottom: 215px;
    margin-top: 130px;
    background: #ffe8e8
      url("https://assets.belta.co.jp/resilience/top/check_bg_pc.svg") no-repeat
      50% 100%;
    background-size: 100% auto;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topCheck .check {
    padding: 16.5333333333vw 0;
  }
}
@media (min-width: 768px) {
  .p-top .p-topCheck .check {
    width: 605px;
    padding: 154px 0;
    margin: 0 auto;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topCheck .check .check__heading {
    width: 69.3333333333vw;
    margin-bottom: 6.4vw;
    margin-left: 10.9333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topCheck .check .check__heading {
    margin-bottom: 52px;
  }
}
.p-top .p-topCheck .check .check__text {
  margin-bottom: 5.3333333333vw;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topCheck .check .check__text {
    margin-bottom: 62px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.75;
    letter-spacing: 0.055em;
  }
}
.p-top .p-topCheck .check .c-button__link {
  width: 55.7333333333vw;
  height: 12.8vw;
  margin: 0 auto;
}
.p-top .p-topCheck .check .c-button__link::before {
  border-radius: 6.4vw;
}
@media (min-width: 768px) {
  .p-top .p-topCheck .check .c-button__link {
    width: 420px;
    height: 96px;
  }
  .p-top .p-topCheck .check .c-button__link::before {
    border-radius: 50px;
  }
}
.p-top .p-topCheck .check .c-button__link span {
  width: 55.7333333333vw;
  height: 12.8vw;
  border-radius: 6.4vw;
}
@media (min-width: 768px) {
  .p-top .p-topCheck .check .c-button__link span {
    width: 420px;
    height: 96px;
    border-radius: 50px;
  }
}
.p-top .p-topStory {
  padding-bottom: 14.9333333333vw;
  background: #fff
    url("https://assets.belta.co.jp/resilience/top/story_bg_bottom_sp.webp")
    no-repeat 50% 100%;
  background-size: 100% auto;
}
@media not all and (min-width: 768px) {
  .p-top .p-topStory {
    margin: 0 -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topStory {
    padding-bottom: 170px;
    background: #fff
      url("https://assets.belta.co.jp/resilience/top/story_bg_bottom_pc.webp")
      no-repeat 50% 100%;
    background-size: 100% auto;
  }
}
.p-top .p-topStory .p-topStory__inner {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__inner {
    max-width: 749px;
    margin: 0 auto;
  }
}
.p-top .p-topStory .p-topStory__lead {
  padding-top: 26.6666666667vw;
  background: #fff
    url("https://assets.belta.co.jp/resilience/top/story_bg_01_sp.webp")
    no-repeat 100% 0;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__lead {
    padding-top: 158px;
    padding-bottom: 62px;
    background: #fff
      url("https://assets.belta.co.jp/resilience/top/story_bg_01_pc.webp")
      no-repeat 100% 0;
    background-size: 333px auto;
  }
}
.p-top .p-topStory .p-topStory__lead > p {
  padding: 0 12.8vw 12vw;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__lead > p {
    padding: 0 30px 0 50px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.5;
    letter-spacing: 0.055em;
  }
}
.p-top .p-topStory .p-topStory__item._story1 .p-topStory__text {
  background: #fff
    url("https://assets.belta.co.jp/resilience/top/story_bg_02_sp.webp")
    no-repeat 0 0;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__item._story1 .p-topStory__text {
    background: #fff
      url("https://assets.belta.co.jp/resilience/top/story_bg_02_pc.webp")
      no-repeat 0 0;
    background-size: 375px auto;
  }
}
.p-top .p-topStory .p-topStory__item._story1 .p-topStory__text > p {
  text-align: right;
}
.p-top .p-topStory .p-topStory__item._story2 .p-topStory__text {
  background: #fff
    url("https://assets.belta.co.jp/resilience/top/story_bg_03_sp.webp")
    no-repeat 100% 0;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__item._story2 .p-topStory__text {
    background: #fff
      url("https://assets.belta.co.jp/resilience/top/story_bg_03_pc.webp")
      no-repeat 100% 0;
    background-size: 428px auto;
  }
}
.p-top .p-topStory .p-topStory__item._story3 .p-topStory__text > p {
  text-align: center;
}
.p-top .p-topStory .p-topStory__item .p-topStory__image img {
  width: 100%;
  height: auto;
}
.p-top .p-topStory .p-topStory__item .p-topStory__text {
  padding: 12vw 12.8vw;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__item .p-topStory__text {
    padding: 62px 0;
  }
}
.p-top .p-topStory .p-topStory__item .p-topStory__text > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__item .p-topStory__text > p {
    padding: 0 30px 0 50px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.5;
    letter-spacing: 0.055em;
  }
}
.p-top .p-topProject {
  position: relative;
  z-index: 2;
  background-image: url("https://assets.belta.co.jp/resilience/top/product_bg_bottom_sp.svg"),
    linear-gradient(167.58deg, #fff6f7 75%, #fff6f7 90%);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 100%, 0 0;
  background-size: 100% auto, 100% 90%;
}
@media not all and (min-width: 768px) {
  .p-top .p-topProject {
    padding: 9.3333333333vw 3.2vw 26.6666666667vw;
    margin: 0 -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProject {
    padding-top: 105px;
    padding-bottom: 200px;
    background-image: url("https://assets.belta.co.jp/resilience/top/product_bg_bottom_pc.svg"),
      linear-gradient(167.58deg, #fff6f7 3%, #fff6f7 90%);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 100%, 0 0;
    background-size: 100% auto, 100% 90%;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topProject .p-topProject__heading {
    width: 68vw;
    margin: 0 auto 4vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProject .p-topProject__heading {
    margin-bottom: 20px;
    text-align: center;
  }
}
.p-top .p-topProject .project {
  padding: 15.4666666667vw 6.1333333333vw;
  text-align: center;
  background: #fff;
  border: 2px solid #d74353;
  border-radius: 14.9333333333vw;
}
@media (min-width: 768px) {
  .p-top .p-topProject .project {
    padding: 90px 0 98px;
    border-width: 3px;
    border-radius: 115px;
  }
}
.p-top .p-topProject .project .project__comment {
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 768px) {
  .p-top .p-topProject .project .project__comment {
    margin-bottom: 50px;
  }
}
.p-top .p-topProject .project > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topProject .project > p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.5;
    letter-spacing: 0.055em;
  }
}
.p-top .p-topProject .project .result__lead {
  display: flex;
  flex-direction: column;
  margin: 5.3333333333vw auto;
  text-align: left;
}
@media not all and (min-width: 768px) {
  .p-top .p-topProject .project .result__lead {
    max-width: 300px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProject .project .result__lead {
    width: 405px;
    margin: 40px auto;
  }
}
.p-top .p-topProject .project .result__lead em {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  color: #d74353;
}
@media (min-width: 768px) {
  .p-top .p-topProject .project .result__lead em {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.6666666667;
  }
}
.p-top .p-topProject .project .result__lead span {
  display: block;
  margin-left: auto;
}
.p-top .p-topProject .project__image {
  margin: 13.3333333333vw auto;
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-top .p-topProject .project__image {
    width: 74.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProject .project__image {
    margin: 55px 0;
  }
}
.p-top .p-topProduct {
  background: #fff;
}
@media not all and (min-width: 768px) {
  .p-top .p-topProduct {
    padding: 16vw 0 26.6666666667vw;
    margin: -16vw -3.2vw 0;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProduct {
    position: relative;
    z-index: 1;
    padding-top: 210px;
    padding-bottom: 210px;
    margin-top: -100px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__inner {
    padding-top: 16.8vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__inner {
    max-width: 749px;
    margin: 0 auto;
  }
}
.p-top .p-topProduct .p-topProduct__lead {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__lead {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top .p-topProduct .p-topProduct__heading {
  margin-top: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #d74353;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__heading {
    margin-top: 67px;
    margin-bottom: 40px;
  }
}
.p-top .p-topProduct .p-topProduct__heading span {
  display: block;
  text-align: center;
}
.p-top .p-topProduct .p-topProduct__heading span i {
  display: inline-flex;
  align-items: center;
  font-size: 25px;
  font-size: 1.5625rem;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__heading span i {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1.4516129032;
  }
}
.p-top .p-topProduct .p-topProduct__heading span i::before,
.p-top .p-topProduct .p-topProduct__heading span i::after {
  width: 3px;
  height: 1em;
  content: "";
  background: #d74353;
}
.p-top .p-topProduct .p-topProduct__heading span i::before {
  margin-right: 3.7333333333vw;
  transform: rotate(-35deg);
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__heading span i::before {
    margin-right: 14px;
  }
}
.p-top .p-topProduct .p-topProduct__heading span i::after {
  margin-left: 3.7333333333vw;
  transform: rotate(35deg);
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__heading span i::after {
    margin-left: 14px;
  }
}
.p-top .p-topProduct .p-topProduct__heading span em {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__heading span em {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.6216216216;
  }
}
.p-top .p-topProduct .p-topProduct__slide {
  position: relative;
  overflow: hidden;
}
.p-top .p-topProduct .p-topProduct__slide .swiper-button-next,
.p-top .p-topProduct .p-topProduct__slide .swiper-button-prev {
  width: 8vw;
  height: 8vw;
  color: #5d595a;
  background: #fff;
  border-radius: 20px;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-next,
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 30px;
  }
}
.p-top .p-topProduct .p-topProduct__slide .swiper-button-next::after,
.p-top .p-topProduct .p-topProduct__slide .swiper-button-prev::after {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-next::after,
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-prev::after {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top .p-topProduct .p-topProduct__slide .swiper-button-next,
.p-top
  .p-topProduct
  .p-topProduct__slide
  .swiper-container-rtl
  .swiper-button-prev {
  right: 3.2vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-next,
  .p-top
    .p-topProduct
    .p-topProduct__slide
    .swiper-container-rtl
    .swiper-button-prev {
    right: 24px;
  }
}
.p-top .p-topProduct .p-topProduct__slide .swiper-button-prev,
.p-top
  .p-topProduct
  .p-topProduct__slide
  .swiper-container-rtl
  .swiper-button-next {
  left: 3.2vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-prev,
  .p-top
    .p-topProduct
    .p-topProduct__slide
    .swiper-container-rtl
    .swiper-button-next {
    left: 24px;
  }
}
.p-top .p-topProduct .p-topProduct__slide .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__slide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 12px;
}
@media (min-width: 768px) {
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 23px;
  }
}
.p-top .p-topProduct .p-topProduct__slide .swiper-pagination-bullet-active {
  opacity: 1;
}
.p-top .p-topProduct .p-topProduct__about {
  padding: 11.7333333333vw 2.6666666667vw;
  text-align: center;
  background: #fff
    url("https://assets.belta.co.jp/resilience/top/product_bg_sp.webp")
    no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__about {
    padding: 72px 20px;
    background: #fff
      url("https://assets.belta.co.jp/resilience/top/product_bg_pc.webp")
      no-repeat 0 0;
    background-size: cover;
  }
}
.p-top .p-topProduct .p-topProduct__about .about .about__heading {
  margin-bottom: 5.3333333333vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.5;
  color: #d74353;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__about .about .about__heading {
    margin-bottom: 15px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6666666667;
  }
}
.p-top .p-topProduct .p-topProduct__about .about .about__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__about .about .about__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.5;
    letter-spacing: 0.055em;
  }
}
.p-top .p-topProduct .p-topProduct__about .about .about__text span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.5;
}
@media not all and (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__about .about .about__text span {
    margin-top: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__about .about .about__text span {
    font-size: 16px;
    font-size: 10px;
    line-height: 3.125;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description {
    padding: 0 9.8666666667vw;
    margin-top: 9.0666666667vw;
    margin-bottom: 30.1333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description {
    padding-bottom: 57px;
    margin-top: 70px;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__item
  + .description__item {
  margin-top: 9.6vw;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__item
    + .description__item {
    margin-top: 50px;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__heading {
  display: flex;
  padding-bottom: 2.6666666667vw;
  margin-bottom: 4vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #d74353;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #d74353;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__heading {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__heading
  i {
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  width: 10.6666666667vw;
  padding-left: 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__heading
    i {
    width: 57px;
    padding-left: 4px;
  }
}
@media not all and (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__heading
    i
    img {
    width: auto;
    height: 5.3333333333vw;
    margin-top: 0.2em;
  }
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__heading
    i
    img[src*="icon_volunteer_activism"] {
    height: 6.1333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__heading
    i
    img {
    margin-top: 0.3em;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__body
  > p {
  letter-spacing: 0.05em;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__body
    > p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.055em;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__checkList {
  margin-top: 5.3333333333vw;
  margin-left: 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__checkList {
    padding-left: 52px;
    margin-top: 30px;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__checkList
  li
  + li {
  margin-top: 2.6666666667vw;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__checkList
    li
    + li {
    margin-top: 38px;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__checkList
  li
  > span {
  display: flex;
  letter-spacing: 0.05em;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__checkList
    li
    > span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.35;
    letter-spacing: 0.05em;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__checkList
  li
  > span::before {
  display: block;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  content: "";
  background: url("https://assets.belta.co.jp/resilience/top/icon_check.svg")
    no-repeat 0 0;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice {
    margin-top: 50px;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice {
    width: 654px;
    margin: 0 auto;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__item
  + .voice__item {
  margin-top: 29.3333333333vw;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice
    .voice__item
    + .voice__item {
    margin-top: 115px;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__title {
  margin-bottom: 9.6vw;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice
    .voice__title {
    margin-bottom: 50px;
  }
}
@media not all and (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice
    .voice__title._voice02
    span {
    border-radius: 10.1333333333vw;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__title
  span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.6666666667vw 1.3333333333vw 2.1333333333vw;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #fff6f7;
  border-radius: 3.7333333333vw;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice
    .voice__title
    span {
    min-height: 52px;
    padding: 0 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.35;
    border-radius: 14px;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__body {
  text-align: center;
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__image {
  margin-bottom: 9.0666666667vw;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice
    .voice__image {
    margin-bottom: 52px;
  }
}
@media not all and (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice
    .voice__image._voice01 {
    width: 72.5333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__user
  + .voice__user {
  margin-top: 19.7333333333vw;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice
    .voice__user
    + .voice__user {
    margin-top: 83px;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__user
  > .user {
  position: relative;
  width: calc(100% - 5px);
  padding: 7.4666666667vw 5.8666666667vw 6.9333333333vw 6.9333333333vw;
  margin-bottom: 14.6666666667vw;
  text-align: left;
  background: #fff;
  border: 2px solid #f3c2c7;
  border-radius: 8vw;
  box-shadow: 4px 5px #f3c2c7;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice
    .voice__user
    > .user {
    width: 460px;
    padding: 27px 36px;
    margin: 0 auto 55px;
    border-radius: 30px;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__user
  > .user::after {
  position: absolute;
  right: -1.3333333333vw;
  bottom: -13.8666666667vw;
  z-index: 2;
  display: block;
  width: 27.4666666667vw;
  height: 27.4666666667vw;
  content: "";
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice
    .voice__user
    > .user::after {
    right: -5px;
    bottom: -55px;
    width: 103px;
    height: 103px;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__user
  > .user._user01::after {
  background: url("https://assets.belta.co.jp/resilience/top/product_img_member_01.webp")
    no-repeat 0 0;
  background-size: contain;
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__user
  > .user._user02::after {
  background: url("https://assets.belta.co.jp/resilience/top/product_img_member_02.webp")
    no-repeat 0 0;
  background-size: contain;
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__user
  > .user._user03::after {
  background: url("https://assets.belta.co.jp/resilience/top/product_img_member_03.webp")
    no-repeat 0 0;
  background-size: contain;
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__user
  > .user
  dt {
  margin-bottom: 1.3333333333vw;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: #d74353;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice
    .voice__user
    > .user
    dt {
    margin-bottom: 3px;
  }
}
.p-top
  .p-topProduct
  .p-topProduct__description
  .description
  .description__voice
  > .voice
  .voice__user
  > .user
  dd {
  position: relative;
  z-index: 2;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top
    .p-topProduct
    .p-topProduct__description
    .description
    .description__voice
    > .voice
    .voice__user
    > .user
    dd {
    line-height: 1.625;
  }
}
.u-aligncenter {
  text-align: center;
}
@media (min-width: 768px) {
  .u-alignleft {
    float: left;
  }
}
@media (min-width: 768px) {
  img.u-alignleft {
    margin-right: 30px;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  span.u-alignleft {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .u-alignright {
    float: right;
  }
}
@media (min-width: 768px) {
  img.u-alignright {
    margin-bottom: 35px;
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  br.u-brSP {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  br.u-brPC {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .u-hideSP {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-hidePC {
    display: none !important;
  }
}
.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}
.u-margin_top_0 {
  margin-top: 0 !important;
}
.u-margin_bottom_0 {
  margin-bottom: 0 !important;
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_5 {
    margin-top: 5px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_5 {
    margin-right: 5px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_5 {
    margin-left: 5px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_5 {
    margin-top: 5px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_5 {
    margin-left: 5px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_10 {
    margin-top: 10px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_10 {
    margin-right: 10px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_10 {
    margin-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_10 {
    margin-top: 10px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_10 {
    margin-left: 10px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_15 {
    margin-top: 15px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_15 {
    margin-right: 15px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_15 {
    margin-bottom: 15px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_15 {
    margin-left: 15px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_15 {
    margin-top: 15px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_15 {
    margin-left: 15px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_20 {
    margin-top: 20px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_20 {
    margin-right: 20px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_20 {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_20 {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_20 {
    margin-left: 20px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_25 {
    margin-top: 25px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_25 {
    margin-right: 25px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_25 {
    margin-bottom: 25px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_25 {
    margin-left: 25px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_25 {
    margin-top: 25px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_25 {
    margin-left: 25px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_30 {
    margin-top: 30px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_30 {
    margin-right: 30px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_30 {
    margin-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_30 {
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_30 {
    margin-left: 30px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_35 {
    margin-top: 35px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_35 {
    margin-right: 35px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_35 {
    margin-bottom: 35px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_35 {
    margin-left: 35px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_35 {
    margin-top: 35px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_35 {
    margin-right: 35px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_35 {
    margin-left: 35px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_40 {
    margin-top: 40px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_40 {
    margin-right: 40px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_40 {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_40 {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_40 {
    margin-left: 40px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_45 {
    margin-top: 45px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_45 {
    margin-right: 45px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_45 {
    margin-bottom: 45px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_45 {
    margin-left: 45px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_45 {
    margin-top: 45px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_45 {
    margin-left: 45px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_50 {
    margin-top: 50px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_50 {
    margin-right: 50px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_50 {
    margin-left: 50px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_50 {
    margin-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_50 {
    margin-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_50 {
    margin-left: 50px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_55 {
    margin-top: 55px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_55 {
    margin-right: 55px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_55 {
    margin-bottom: 55px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_55 {
    margin-left: 55px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_55 {
    margin-top: 55px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_55 {
    margin-right: 55px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_55 {
    margin-bottom: 55px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_55 {
    margin-left: 55px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_60 {
    margin-top: 60px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_60 {
    margin-right: 60px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_60 {
    margin-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_60 {
    margin-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_60 {
    margin-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_60 {
    margin-left: 60px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_65 {
    margin-top: 65px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_65 {
    margin-right: 65px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_65 {
    margin-bottom: 65px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_65 {
    margin-left: 65px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_65 {
    margin-top: 65px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_65 {
    margin-right: 65px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_65 {
    margin-bottom: 65px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_65 {
    margin-left: 65px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_70 {
    margin-top: 70px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_70 {
    margin-right: 70px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_70 {
    margin-left: 70px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_70 {
    margin-top: 70px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_70 {
    margin-right: 70px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_70 {
    margin-left: 70px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_75 {
    margin-top: 75px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_75 {
    margin-right: 75px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_75 {
    margin-bottom: 75px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_75 {
    margin-left: 75px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_75 {
    margin-top: 75px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_75 {
    margin-right: 75px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_75 {
    margin-bottom: 75px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_75 {
    margin-left: 75px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_80 {
    margin-top: 80px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_80 {
    margin-right: 80px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_80 {
    margin-left: 80px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_80 {
    margin-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_80 {
    margin-right: 80px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_80 {
    margin-left: 80px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_85 {
    margin-top: 85px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_85 {
    margin-right: 85px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_85 {
    margin-bottom: 85px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_85 {
    margin-left: 85px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_85 {
    margin-top: 85px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_85 {
    margin-right: 85px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_85 {
    margin-bottom: 85px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_85 {
    margin-left: 85px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_90 {
    margin-top: 90px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_90 {
    margin-right: 90px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_90 {
    margin-left: 90px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_90 {
    margin-top: 90px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_90 {
    margin-right: 90px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_90 {
    margin-left: 90px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_95 {
    margin-top: 95px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_95 {
    margin-right: 95px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_95 {
    margin-bottom: 95px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_95 {
    margin-left: 95px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_95 {
    margin-top: 95px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_95 {
    margin-right: 95px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_95 {
    margin-bottom: 95px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_95 {
    margin-left: 95px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_100 {
    margin-top: 100px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_100 {
    margin-right: 100px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_100 {
    margin-left: 100px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_100 {
    margin-left: 100px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_105 {
    margin-top: 105px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_105 {
    margin-right: 105px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_105 {
    margin-bottom: 105px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_105 {
    margin-left: 105px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_105 {
    margin-top: 105px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_105 {
    margin-right: 105px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_105 {
    margin-bottom: 105px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_105 {
    margin-left: 105px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_110 {
    margin-top: 110px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_110 {
    margin-right: 110px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_110 {
    margin-bottom: 110px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_110 {
    margin-left: 110px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_110 {
    margin-top: 110px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_110 {
    margin-right: 110px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_110 {
    margin-bottom: 110px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_110 {
    margin-left: 110px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_115 {
    margin-top: 115px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_115 {
    margin-right: 115px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_115 {
    margin-bottom: 115px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_115 {
    margin-left: 115px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_115 {
    margin-top: 115px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_115 {
    margin-right: 115px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_115 {
    margin-bottom: 115px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_115 {
    margin-left: 115px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_120 {
    margin-top: 120px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_120 {
    margin-right: 120px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_120 {
    margin-bottom: 120px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_120 {
    margin-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_120 {
    margin-top: 120px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_120 {
    margin-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_120 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_120 {
    margin-left: 120px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_125 {
    margin-top: 125px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_125 {
    margin-right: 125px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_125 {
    margin-bottom: 125px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_125 {
    margin-left: 125px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_125 {
    margin-top: 125px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_125 {
    margin-right: 125px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_125 {
    margin-bottom: 125px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_125 {
    margin-left: 125px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_130 {
    margin-top: 130px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_130 {
    margin-right: 130px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_130 {
    margin-bottom: 130px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_130 {
    margin-left: 130px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_130 {
    margin-top: 130px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_130 {
    margin-right: 130px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_130 {
    margin-bottom: 130px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_130 {
    margin-left: 130px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_135 {
    margin-top: 135px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_135 {
    margin-right: 135px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_135 {
    margin-bottom: 135px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_135 {
    margin-left: 135px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_135 {
    margin-top: 135px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_135 {
    margin-right: 135px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_135 {
    margin-bottom: 135px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_135 {
    margin-left: 135px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_140 {
    margin-top: 140px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_140 {
    margin-right: 140px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_140 {
    margin-bottom: 140px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_140 {
    margin-left: 140px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_140 {
    margin-top: 140px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_140 {
    margin-right: 140px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_140 {
    margin-bottom: 140px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_140 {
    margin-left: 140px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_145 {
    margin-top: 145px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_145 {
    margin-right: 145px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_145 {
    margin-bottom: 145px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_145 {
    margin-left: 145px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_145 {
    margin-top: 145px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_145 {
    margin-right: 145px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_145 {
    margin-bottom: 145px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_145 {
    margin-left: 145px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_150 {
    margin-top: 150px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_150 {
    margin-right: 150px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_150 {
    margin-bottom: 150px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_150 {
    margin-left: 150px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_150 {
    margin-top: 150px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_150 {
    margin-right: 150px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_150 {
    margin-bottom: 150px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_150 {
    margin-left: 150px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_155 {
    margin-top: 155px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_155 {
    margin-right: 155px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_155 {
    margin-bottom: 155px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_155 {
    margin-left: 155px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_155 {
    margin-top: 155px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_155 {
    margin-right: 155px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_155 {
    margin-bottom: 155px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_155 {
    margin-left: 155px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_160 {
    margin-top: 160px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_160 {
    margin-right: 160px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_160 {
    margin-bottom: 160px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_160 {
    margin-left: 160px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_160 {
    margin-top: 160px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_160 {
    margin-right: 160px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_160 {
    margin-bottom: 160px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_160 {
    margin-left: 160px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_165 {
    margin-top: 165px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_165 {
    margin-right: 165px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_165 {
    margin-bottom: 165px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_165 {
    margin-left: 165px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_165 {
    margin-top: 165px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_165 {
    margin-right: 165px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_165 {
    margin-bottom: 165px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_165 {
    margin-left: 165px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_170 {
    margin-top: 170px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_170 {
    margin-right: 170px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_170 {
    margin-bottom: 170px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_170 {
    margin-left: 170px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_170 {
    margin-top: 170px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_170 {
    margin-right: 170px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_170 {
    margin-bottom: 170px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_170 {
    margin-left: 170px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_175 {
    margin-top: 175px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_175 {
    margin-right: 175px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_175 {
    margin-bottom: 175px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_175 {
    margin-left: 175px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_175 {
    margin-top: 175px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_175 {
    margin-right: 175px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_175 {
    margin-bottom: 175px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_175 {
    margin-left: 175px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_180 {
    margin-top: 180px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_180 {
    margin-right: 180px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_180 {
    margin-bottom: 180px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_180 {
    margin-left: 180px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_180 {
    margin-top: 180px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_180 {
    margin-right: 180px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_180 {
    margin-left: 180px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_185 {
    margin-top: 185px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_185 {
    margin-right: 185px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_185 {
    margin-bottom: 185px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_185 {
    margin-left: 185px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_185 {
    margin-top: 185px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_185 {
    margin-right: 185px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_185 {
    margin-bottom: 185px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_185 {
    margin-left: 185px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_190 {
    margin-top: 190px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_190 {
    margin-right: 190px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_190 {
    margin-bottom: 190px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_190 {
    margin-left: 190px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_190 {
    margin-top: 190px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_190 {
    margin-right: 190px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_190 {
    margin-bottom: 190px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_190 {
    margin-left: 190px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_195 {
    margin-top: 195px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_195 {
    margin-right: 195px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_195 {
    margin-bottom: 195px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_195 {
    margin-left: 195px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_195 {
    margin-top: 195px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_195 {
    margin-right: 195px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_195 {
    margin-bottom: 195px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_195 {
    margin-left: 195px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_top_200 {
    margin-top: 200px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_right_200 {
    margin-right: 200px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_margin_left_200 {
    margin-left: 200px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_top_200 {
    margin-top: 200px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_right_200 {
    margin-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_margin_left_200 {
    margin-left: 200px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_5 {
    padding-top: 5px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_5 {
    padding-right: 5px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_5 {
    padding-bottom: 5px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_5 {
    padding-left: 5px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_10 {
    padding-top: 10px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_10 {
    padding-right: 10px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_10 {
    padding-bottom: 10px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_10 {
    padding-left: 10px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_15 {
    padding-top: 15px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_15 {
    padding-right: 15px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_15 {
    padding-bottom: 15px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_15 {
    padding-left: 15px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_20 {
    padding-top: 20px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_20 {
    padding-right: 20px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_20 {
    padding-bottom: 20px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_20 {
    padding-left: 20px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_25 {
    padding-top: 25px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_25 {
    padding-right: 25px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_25 {
    padding-bottom: 25px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_25 {
    padding-left: 25px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_30 {
    padding-top: 30px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_30 {
    padding-right: 30px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_30 {
    padding-bottom: 30px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_30 {
    padding-left: 30px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_35 {
    padding-top: 35px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_35 {
    padding-right: 35px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_35 {
    padding-bottom: 35px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_35 {
    padding-left: 35px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_40 {
    padding-top: 40px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_40 {
    padding-right: 40px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_40 {
    padding-bottom: 40px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_40 {
    padding-left: 40px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_45 {
    padding-top: 45px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_45 {
    padding-right: 45px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_45 {
    padding-bottom: 45px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_45 {
    padding-left: 45px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_50 {
    padding-top: 50px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_50 {
    padding-right: 50px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_50 {
    padding-bottom: 50px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_50 {
    padding-left: 50px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_55 {
    padding-top: 55px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_55 {
    padding-right: 55px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_55 {
    padding-bottom: 55px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_55 {
    padding-left: 55px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_60 {
    padding-top: 60px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_60 {
    padding-right: 60px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_60 {
    padding-bottom: 60px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_60 {
    padding-left: 60px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_65 {
    padding-top: 65px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_65 {
    padding-right: 65px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_65 {
    padding-bottom: 65px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_65 {
    padding-left: 65px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_70 {
    padding-top: 70px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_70 {
    padding-right: 70px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_70 {
    padding-bottom: 70px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_70 {
    padding-left: 70px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_75 {
    padding-top: 75px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_75 {
    padding-right: 75px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_75 {
    padding-bottom: 75px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_75 {
    padding-left: 75px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_80 {
    padding-top: 80px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_80 {
    padding-right: 80px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_80 {
    padding-bottom: 80px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_80 {
    padding-left: 80px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_85 {
    padding-top: 85px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_85 {
    padding-right: 85px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_85 {
    padding-bottom: 85px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_85 {
    padding-left: 85px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_90 {
    padding-top: 90px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_90 {
    padding-right: 90px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_90 {
    padding-bottom: 90px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_90 {
    padding-left: 90px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_95 {
    padding-top: 95px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_95 {
    padding-right: 95px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_95 {
    padding-bottom: 95px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_95 {
    padding-left: 95px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_100 {
    padding-top: 100px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_100 {
    padding-right: 100px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_100 {
    padding-bottom: 100px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_100 {
    padding-left: 100px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_105 {
    padding-top: 105px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_105 {
    padding-right: 105px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_105 {
    padding-bottom: 105px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_105 {
    padding-left: 105px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_105 {
    padding-top: 105px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_105 {
    padding-right: 105px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_105 {
    padding-left: 105px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_110 {
    padding-top: 110px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_110 {
    padding-right: 110px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_110 {
    padding-bottom: 110px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_110 {
    padding-left: 110px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_115 {
    padding-top: 115px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_115 {
    padding-right: 115px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_115 {
    padding-bottom: 115px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_115 {
    padding-left: 115px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_115 {
    padding-top: 115px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_115 {
    padding-right: 115px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_115 {
    padding-left: 115px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_120 {
    padding-top: 120px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_120 {
    padding-right: 120px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_120 {
    padding-bottom: 120px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_120 {
    padding-left: 120px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_125 {
    padding-top: 125px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_125 {
    padding-right: 125px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_125 {
    padding-bottom: 125px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_125 {
    padding-left: 125px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_125 {
    padding-top: 125px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_125 {
    padding-right: 125px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_125 {
    padding-left: 125px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_130 {
    padding-top: 130px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_130 {
    padding-right: 130px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_130 {
    padding-bottom: 130px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_130 {
    padding-left: 130px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_135 {
    padding-top: 135px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_135 {
    padding-right: 135px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_135 {
    padding-bottom: 135px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_135 {
    padding-left: 135px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_135 {
    padding-top: 135px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_135 {
    padding-right: 135px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_135 {
    padding-left: 135px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_140 {
    padding-top: 140px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_140 {
    padding-right: 140px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_140 {
    padding-bottom: 140px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_140 {
    padding-left: 140px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_145 {
    padding-top: 145px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_145 {
    padding-right: 145px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_145 {
    padding-bottom: 145px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_145 {
    padding-left: 145px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_145 {
    padding-top: 145px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_145 {
    padding-right: 145px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_145 {
    padding-left: 145px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_150 {
    padding-top: 150px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_150 {
    padding-right: 150px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_150 {
    padding-bottom: 150px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_150 {
    padding-left: 150px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_155 {
    padding-top: 155px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_155 {
    padding-right: 155px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_155 {
    padding-bottom: 155px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_155 {
    padding-left: 155px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_155 {
    padding-top: 155px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_155 {
    padding-right: 155px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_155 {
    padding-left: 155px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_160 {
    padding-top: 160px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_160 {
    padding-right: 160px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_160 {
    padding-bottom: 160px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_160 {
    padding-left: 160px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_165 {
    padding-top: 165px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_165 {
    padding-right: 165px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_165 {
    padding-bottom: 165px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_165 {
    padding-left: 165px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_165 {
    padding-top: 165px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_165 {
    padding-right: 165px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_165 {
    padding-left: 165px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_170 {
    padding-top: 170px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_170 {
    padding-right: 170px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_170 {
    padding-bottom: 170px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_170 {
    padding-left: 170px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_175 {
    padding-top: 175px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_175 {
    padding-right: 175px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_175 {
    padding-bottom: 175px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_175 {
    padding-left: 175px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_175 {
    padding-top: 175px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_175 {
    padding-right: 175px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_175 {
    padding-left: 175px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_180 {
    padding-top: 180px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_180 {
    padding-right: 180px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_180 {
    padding-bottom: 180px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_180 {
    padding-left: 180px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_185 {
    padding-top: 185px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_185 {
    padding-right: 185px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_185 {
    padding-bottom: 185px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_185 {
    padding-left: 185px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_185 {
    padding-top: 185px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_185 {
    padding-right: 185px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_185 {
    padding-left: 185px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_190 {
    padding-top: 190px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_190 {
    padding-right: 190px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_190 {
    padding-bottom: 190px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_190 {
    padding-left: 190px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_195 {
    padding-top: 195px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_195 {
    padding-right: 195px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_195 {
    padding-bottom: 195px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_195 {
    padding-left: 195px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_195 {
    padding-top: 195px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_195 {
    padding-right: 195px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_195 {
    padding-left: 195px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_top_200 {
    padding-top: 200px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_right_200 {
    padding-right: 200px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_200 {
    padding-bottom: 200px !important;
  }
}
@media not all and (min-width: 768px) {
  .u-sp_padding_left_200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_top_200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_right_200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_bottom_200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .u-pc_padding_left_200 {
    padding-left: 200px !important;
  }
}
.u-text_red {
  color: #e71818;
}
.u-uppercase {
  text-transform: uppercase;
}
/*20230411追記*/
.p-post .p-postContents .item .people_item {
  display: flex;
  border: 1px solid #707070;
  padding: 10px;
  margin-top: 4px;
}
.p-post .p-postContents .item .people_item .item__image {
  margin-top: 0;
  width: 70%;
}
.p-post .p-postContents .item .people_item div {
  width: 100%;
  margin-left: 10px;
}
.p-post .p-postContents .item .people_item .people_name {
  font-size: 14px;
  margin-top: 0;
  font-weight: 700;
}
.p-post .p-postContents .item .people_item .sub_name {
  font-size: 12px;
}
.p-post .p-postContents .item .people_item p {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .people_item .item__image {
    width: 25%;
  }
  .p-post .p-postContents .item .people_item {
    padding: 20px;
  }
  .p-post .p-postContents .item .people_item .people_name {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-post .p-postContents .item .people_item .sub_name {
    font-size: 16px;
  }
  .p-post .p-postContents .item .people_item p {
    font-size: inherit;
  }
  .p-post .p-postContents .item .people_item div {
    margin-left: 20px;
  }
}
/*記事選択ボタン*/
.menopause_all_item {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.menopause_all_item div a {
  border-radius: 7px;
  text-align: center;
  text-decoration: none;
}
.menopause_before_btn a {
  border: 2px solid #5d595a;
  background-color: #efebeb;
  position: relative;
  padding-left: 18px;
  padding: 10px 10px 10px 20px;
}
.menopause_before_btn ::before {
  content: " ";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 10px;
  border-top: 2px solid #5d595a;
  border-right: 2px solid #5d595a;
}
.menopause_all_btn a {
  border: 2px solid #d74353;
  background-color: #d74353;
  color: #fff;
  padding: 10px;
}
.menopause_after_btn a {
  border: 2px solid #d74353;
  background-color: #fff0f0;
  color: #d74353;
  position: relative;
  padding-right: 18px;
  padding: 10px 20px 10px 10px;
}
.menopause_after_btn ::after {
  content: " ";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  border-top: 2px solid #d74353;
  border-right: 2px solid #d74353;
}
section.p-postContents .menopause_all_item {
  margin: 60px auto;
}
@media (max-width: 768px) {
  .menopause_all_item {
    gap: 5px;
  }
  section.p-postContents .menopause_all_item {
    margin-top: 50px;
  }
}
/*おすすめ商品*/
.recommendation_goods {
  border: 2px solid #d74353;
  margin-top: 50px;
}
.recommendation_goods .item__image {
  width: 60%;
  margin: auto;
}
.recommendation_goods .goods_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.recommendation_goods .goods_btn a {
  text-decoration: none;
}
.recommendation_goods .goods_btn span {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
  background: #d74353;
  border-radius: 8.5333333333vw;
  font-size: 1.25rem;
  height: 70px;
  color: #fff;
  width: 477px;
}
.recommendation_goods .goods_btn a ::after {
  position: absolute;
  right: 9.3333333333vw;
  display: block;
  width: 2.1333333333vw;
  height: 4vw;
  content: "";
  background: url(https://assets.belta.co.jp/resilience/common/icon_arrow.svg)
    no-repeat 0 0;
  background-size: cover;
  right: 58px;
  width: 14px;
  height: 25px;
}
@media (max-width: 768px) {
  .recommendation_goods .goods_btn {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .recommendation_goods .goods_btn span {
    width: 290px;
    font-size: inherit;
    height: 60px;
  }
  .recommendation_goods .goods_btn a ::after {
    right: 18px;
    width: 7px;
    height: 13px;
  }
  .recommendation_goods .item__image {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
/*20230426_直書きで追加*/
.breadcrumbs {
  line-height: 1.6;
  overflow: hidden;
}
.breadcrumbs span {
  max-width: 24em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs a {
  padding-right: 0.5em;
  position: relative;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 12px;
  vertical-align: bottom;
  overflow: unset !important;
}
.breadcrumbs a {
  color: #d76492;
  text-decoration: none;
}
@media (min-width: 768px) {
  .u-dp_sp {
    display: none;
  }
  .breadcrumbs .header-mrgin-2 {
    margin: 0px 30px 10px;
  }
}
@media (max-width: 768px) {
  .u-dp_pc {
    display: none;
  }
  .breadcrumbs .header-mrgin-2 {
    margin: 10px 16px 10px;
  }
  .breadcrumbs {
    background-color: #fff;
  }
}
/*20230519_追記*/
.resilience_about h1 {
  font-size: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #d74353;
}
.resilience_about h1 span {
  font-size: 1.46rem;
}
.resilience_about h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3666666667;
  margin-top: 30px;
  font-weight: 700;
  color: #d74353;
}
.resilience_about h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 2;
  font-weight: 700;
  color: #5d595a;
}
.resilience_about .project {
  margin-top: 50px;
  padding: 90px 60px 98px !important;
}
.resilience_about .project .about_txt {
  margin-top: 50px;
}
.resilience_about .project .about_txt p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.5;
  letter-spacing: 0.055em;
  font-family: inherit;
  color: #5d595a;
}
.resilience_about .project .about_txt p:first-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .resilience_about h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .resilience_about h1 span {
    font-size: 20px;
    font-size: 1.2rem;
  }
  .resilience_about h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 24px;
  }
  .resilience_about h3 {
    font-size: 17px;
    font-size: 1.1rem;
    background: #fff6f7;
    padding: 30px 0;
    border-radius: 30px;
  }
  .resilience_about .project {
    margin-top: 36px;
    padding: 55px 25px !important;
  }
  .resilience_about .project .about_txt {
    margin-top: 30px;
  }
  .resilience_about .project .about_txt p {
    font-size: 16px;
    line-height: 2.0625;
    margin-top: 4.8vw;
  }
}
@media (min-width: 768px) {
  .resilience_about_box {
    padding-top: 0 !important;
  }
  .resilience_about_box .p-topReport__lead {
    padding-top: 78px !important;
  }
}
@media (max-width: 768px) {
  .resilience_about_box {
    margin: 0 !important;
  }
}
.p-top .p-topProduct_FV {
  background: none;
}
@media (max-width: 768px) {
  .p-top .p-topProduct_FV {
    background: none;
  }
}
/*FV下商品*/
.box_item_bg {
  display: flex;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2em 1em;
  position: relative;
  z-index: 1;
  margin: 0 30px;
}
.box_item_bg .box_item_inner {
  width: 50%;
  font-weight: 500;
  background-color: #fff;
  border-radius: 0.7em;
}
.box_item_bg .box_item_inner figure {
  display: none;
}
.box_item_bg .box_item_inner h3 {
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background-color: #d76492;
  padding: 0.8em 16px;
}
.box_item_bg .box_item_inner h4,
.box_item_bg .box_item_inner p {
  margin-right: 32px;
  margin-left: 32px;
}
.txt-h_line_b_pnk_lqd {
  font-size: 1.875rem;
  text-align: left;
  padding: 0.7em 0;
}
.txt-h_line_b_pnk_lqd::after {
  width: 100%;
  height: 1px;
  bottom: 0;
  content: " ";
  height: 2px;
  background-color: #d76492;
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 0;
  margin: auto;
}
.box_item_bg .box_item_inner p {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.box_item_bg.medicinalbath {
  min-height: 500px;
  background-image: url(https://assets.belta.co.jp/goods/resilience/pkg_bg_res_medicinalbath2.jpg);
  background-position: 25% center;
}
.box_item_bg.equrhythm {
  min-height: 570px;
  background-image: url(https://assets.belta.co.jp/goods/resilience/pkg_bg_res_equrhythm2.jpg);
  background-position: 25% center;
  margin-top: 20px;
}
.box_item_bg h4 {
  font-weight: bold;
}
.box_item_bg h4,
.box_item_bg p,
.box_item_bg a {
  margin-right: 16px;
  margin-left: 16px;
}
.txt-h_line_b_pnk_lqd {
  font-size: 18px;
  font-weight: normal;
  font-weight: 300;
  text-align: center;
  padding: 0.7em 16px;
  position: relative;
}
.box_item_outer .c-button .c-button__link::before {
  width: 90%;
}
.box_item_outer .c-button .c-button__link span {
  width: 90%;
}
.box_item_bg .box_item_inner h3 span {
  font-size: inherit;
  display: block;
}
@media (min-width: 768px) {
  .p-top .p-topProduct_FV .p-topProduct__heading {
    margin-top: 37px;
  }
}
@media screen and (max-width: 768px) {
  .box_item_outer {
    overflow: hidden;
  }
  .box_item_bg {
    background-repeat: no-repeat;
    margin: 0;
    padding: 0.2em 1em;
  }
  .box_item_bg.medicinalbath,
  .box_item_bg.equrhythm {
    background-image: none;
  }
  .box_item_bg::before {
    content: " ";
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    background: inherit;
    -webkit-filter: blur(5px) brightness(97%);
    filter: blur(5px) brightness(97%);
    z-index: 0;
  }
  .box_item_bg .box_item_inner {
    width: 100%;
    padding-bottom: 2.2em;
    position: relative;
    z-index: 2;
  }
  .box_item_bg .box_item_inner figure {
    display: block;
    overflow: hidden;
    border-top-right-radius: 0.7em;
    border-top-left-radius: 0.7em;
  }
  .box_item_bg .box_item_inner img {
    width: 100%;
    max-width: 100%;
    font-size: inherit;
  }
  .box_item_bg .box_item_inner h3 {
    font-size: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .box_item_bg .box_item_inner h3 span {
    font-size: inherit;
    display: block;
  }
  .box_item_bg h4 {
    font-weight: bold;
  }
  .box_item_bg h4,
  .box_item_bg p,
  .box_item_bg a {
    margin-right: 16px;
    margin-left: 16px;
  }
  .txt-h_line_b_pnk_lqd {
    font-size: 18px;
    font-weight: normal;
    font-weight: 300;
    text-align: left;
    padding: 0.8em 0px;
    position: relative;
    color: #d76492;
  }
  .box_item_bg p {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .txt-h_line_b_pnk_lqd::after {
    width: auto;
    height: 2px;
  }
  .p-top .p-topProduct_FV {
    padding: 0;
    margin: 0;
  }
  .p-top .p-topProduct_FV:not(:first-child)._bg {
    background-position: 0 28%, 0 0, 0 100%;
    background-size: 100% 92%, 100% auto, 100% auto;
    padding-bottom: 20vw;
  }
  .p-top .p-topProduct_FV .p-topProduct__inner {
    padding: 0;
  }
  .box_item_bg .box_item_inner p {
    font-size: 16px;
    margin-top: 12px;
  }
  .box_item_bg .box_item_inner h4,
  .box_item_bg .box_item_inner p {
    margin-right: 22px;
    margin-left: 22px;
  }
}
/*ヘッダー*/
/*!------------------------------------*\
    Base
\*!------------------------------------*/
header a {
  text-decoration: none;
}
.drawer-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  top: 0px;
}
.drawer-nav {
  position: fixed;
  z-index: 105;
  top: 0;
  overflow: hidden;
  width: 90%;
  height: 100%;
  color: #222;
  background-color: #fff;
}
.drawer-brand {
  width: 16em;
  line-height: 1;
  display: block;
  padding-right: 0.8em;
  text-decoration: none;
}
.drawer-brand img {
  width: 108px;
}
.drawer-brand span {
  color: #3d3d3d;
  font-size: 10px;
  font-weight: normal;
  font-weight: 400;
  display: inline-block;
  margin-top: 6px;
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer-menu-item a,
.drawer-dropdown a {
  line-height: 1.4;
  display: block;
  padding: 0.8em 2em 0.8em 1.2em;
}
/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.body_is-open .drawer-overlay {
  display: block;
}
.body_is-open {
  overflow: hidden !important;
  /* position: fixed; */
  width: 100%;
}
.drawer-open .drawer-overlay {
  display: block;
}
@media screen and (max-width: 767px) {
  .drawer-nav {
    max-width: 380px;
  }
  .drawer-nav li {
    font-size: 14px;
    font-weight: normal;
  }
  .drawer-menu-item a,
  .drawer-dropdown a {
    border-bottom: 2px solid #f7e8ed;
    border-bottom: 2px solid #e6e6e6;
    color: #333;
  }
  .drawer-menu-border-none > a {
    border: none;
  }
  .drawer-menu-item a,
  .drawer-dropdown-menu a {
    position: relative;
  }
  .drawer-menu-item a::after,
  .drawer-dropdown-menu a::after {
    width: 6px;
    height: 6px;
    content: " ";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .drawer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .drawer-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .drawer-menu-item a,
  .drawer-dropdown a {
    padding: 0.8em 0;
  }
  .drawer-menu-item {
    position: relative;
  }
  .drawer-menu-item a:not([class*="button"])::after {
    width: 100%;
    height: 2px;
    content: "";
    background-color: #d76492;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .drawer-menu-item a:not([class*="button"]):hover {
    color: #d76492;
  }
  .drawer-menu-item a:not([class*="button"]):hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer-nav {
  right: -100%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer-open .drawer-nav,
.drawer-hamburger,
.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}
.drawer-open .drawer-hamburger {
  right: 16.25rem;
}
/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 26px;
  padding-right: 12px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-hamburger:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.drawer-hamburger-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #3d3d3d;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:before {
  width: 85%;
}
.drawer-hamburger-icon:after {
  width: 70%;
  top: 16px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 8px;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .drawer-goods-main {
    display: none;
  }
}
/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Right */
  .drawer--sidebar .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3rem;
}
.drawer-navbar .drawer-navbar-header {
  background-color: #fff;
}
.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}
.drawer-navbar--fixed {
  position: fixed;
}
.drawer-navbar-header {
  position: relative;
  z-index: 107;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  padding: 0 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.drawer-navbar .drawer-nav {
  padding-top: 4rem;
  /*overflow-y: auto;*/
  position: fixed;
  overflow: scroll;
}
.drawer-navbar .drawer-menu {
  padding-bottom: 12.8rem;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .drawer-navbar-header {
    -webkit-box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .drawer--navbarTopGutter {
    padding-top: 70px;
  }
  .drawer-navbar {
    height: 92px;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12em;
    padding: 0;
    border: 0;
  }
  .drawer-navbar-header {
    height: 70px;
  }
  @-webkit-keyframes fadeDown {
    from {
      opacity: 0;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes fadeDown {
    from {
      opacity: 0;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .drawer-goods-main {
    position: relative;
    width: 100vw;
    height: calc(100vh - 70px);
    z-index: 3;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
  }
  .drawer-goods-main::-webkit-scrollbar {
    display: none;
  }
  .drawer-goods-main.show {
    display: block;
    -webkit-animation-name: fadeDown;
    animation-name: fadeDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  /*! dropdown */
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .drawer-goods-main {
    display: none;
  }
}
.drawer-active-main {
    position: relative;
    width: 100vw;
    height: calc(100vh - 70px);
    z-index: 3;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
}
.drawer-active-main::-webkit-scrollbar {
    display: none;
}
.drawer-active-main.show {
    display: block;
    animation-name: fadeDown;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
    .drawer-active-main {
        display: none;
    }
}

.drawer-active-main .drawer-goods-list-wrap {
    width: 900px;
}
.drawer-active-main .drawer-goods-list-wrap h2 {
    text-align: center;
    font-size: 25px;
    border-bottom: 3px solid #ccc;
    padding-bottom: 15px;
}
.drawer-active-main .drawer-goods-list-wrap .drawer-active-container {
    display: flex;
}
.drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex {
    width: calc(100% / 2);
}
.drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex li {
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex li::after {
    content: " ";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.2em;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
}
.drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex li a {
    font-size: 14px;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
  .drawer-goods-bg {
    padding-bottom: 100px;
    width: 100%;
    height: 985px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
}
@media screen and (min-width: 768px) {
  .drawer-goods-list-wrap {
    width: 1100px;
    border: 2px solid #d76492;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px 26px 40px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
  }
}
@media screen and (min-width: 768px) {
  .drawer-goods-list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-goods-list {
    width: 100%;
    padding: 0 15px;
  }
  .drawer-goods-list:not(:last-child) {
    border-right: #d76492 1px dotted;
  }
  .drawer-goods-list .drawer-goods:first-child {
    border-bottom: #d76492 1px dotted;
    min-height: 350px;
  }
  .drawer-goods-list .drawer-goods:last-child {
    padding-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-goods-name {
    background-color: #d76492;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 18px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .drawer-goods-content li {
    margin-bottom: 15px;
  }
  .drawer-goods-content li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #3d3d3d;
  }
}
@media screen and (min-width: 768px) {
  .drawer-goods-more ul {
    height: 270px;
    overflow: hidden;
  }
  .drawer-goods-more.show ul {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .drawer-goods-more-btn {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      color-stop(30%, rgb(255, 255, 255))
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0),
      rgb(255, 255, 255) 30%
    );
    cursor: pointer;
    color: #d76492;
    display: table;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: -30px;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .drawer-goods-more-btn span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
  }
  .drawer-goods-more-btn.show {
    background: transparent;
  }
  .drawer-goods-more-btn.show span {
    font-size: 0;
  }
  .drawer-goods-more-btn.show span:before {
    font-size: 0.9rem;
    content: "閉じる";
  }
}
@media screen and (min-width: 768px) {
  .drawer-goods-content-image {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-goods-content-name {
    display: table;
    text-align: left;
  }
  .drawer-goods-content-name > span {
    display: table-cell;
    font-size: 0.9rem;
    line-height: 1.2;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .drawer-goods-content-name-small {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .drawer-goods-list-btn {
    margin: 0 auto;
    color: #d76492 !important;
    font-size: 1rem !important;
    border: 1px solid #d76492;
    height: 3.6em;
    max-width: 400px;
    font-weight: 500 !important;
    text-decoration: none;
    line-height: 1.4;
    border-radius: 5em;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0.2em 2.4em;
    position: relative;
    transition: opacity 0.3s ease-out;
  }
  .drawer-goods-list-btn:hover {
    opacity: 0.5;
  }
  a.btn_l_pnk::after {
    content: " ";
    vertical-align: middle;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #d76492;
    border-right: 1px solid #d76492;
  }
}
@media screen and (min-width: 768px) {
  .drawer-navbar .drawer-menu,
  .drawer-col2 ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  .drawer-navbar .drawer-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .drawer-col2 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .drawer-navbar .drawer-menu-item {
    line-height: 70px;
    padding: 0.8em 0;
    margin-left: 1.4em;
    text-align: center;
  }
  .drawer-navbar .drawer-menu-item a {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  .drawer-navbar .drawer-menu-item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  .drawer-navbar .drawer-menu-item a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .drawer-navbar .drawer-nav {
    position: relative;
    right: 0;
    overflow: visible;
    width: auto;
    /* height: 68px; */
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 768px) {
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
}
@media screen and (min-width: 768px) {
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.8em;
  }
}
@media screen and (min-width: 1082px) {
  .drawer-navbar {
    height: 70px;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  /* display: none; */
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  transition: 0.4s ease;
  padding: 0 0 0 24px;
  background-color: #fff;
  font-size: 14px;
}
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}
.drawer-dropdown-menu-item {
  line-height: 6.4rem;
  display: block;
  padding: 0;
  padding-right: 0.8em;
  padding-left: 1.6em;
  text-decoration: none;
}
/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}
.drawer-dropdown .drawer-menu-item {
  position: relative;
}
.drawer-dropdown .drawer-menu-item::before,
.drawer-dropdown .drawer-menu-item::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #333;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer-dropdown .drawer-menu-item::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.drawer-dropdown .drawer-menu-item::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.drawer-dropdown.open .drawer-menu-item::before {
  display: none;
}
.drawer-dropdown.open .drawer-menu-item::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .drawer-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
}
/*ヘッダー*/
header .drawer-menu-ttl {
  font-weight: 500;
  line-height: 1;
  border-bottom: 2px solid #f7e8ed;
  display: block;
  padding: 0.8em 0.8em 0.8em 0.4em;
  padding-left: 1.5em;
  background-color: #f7e8ed;
  font-size: 11px;
}
header .drawer-menu-ttl:first-of-type {
  border-top: none;
}
header .drawer-dropdown-menu-item {
  padding-left: 0.4em;
}
header .item-lst {
  border-bottom: 2px solid #f7e8ed;
}
header .item-lst ul {
  padding-left: 24px;
}
header .item-lst a {
  padding-left: 0.4em;
}
@media screen and (max-width: 767px) {
  header .drawer-col2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .drawer-col2 li {
    width: 50%;
  }
  header .drawer-col2 li:nth-of-type(2n + 1) {
    border-right: 1px solid #f7e8ed;
  }
  header .drawer-col2 li:nth-of-type(2n + 0) {
    border-left: 1px solid #f7e8ed;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  header .drawer-menu-item {
    text-align: center;
  }
  header .drawer-menu-item:first-of-type a {
    width: 6em;
  }
  header .drawer-menu-item:nth-of-type(2) a {
    width: 6em;
  }
  header .drawer-col2 .drawer-menu-item:first-of-type a {
    width: 10em;
  }
  header .drawer-col2 .drawer-menu-item:nth-of-type(2) a {
    width: 9em;
  }
  header .drawer-col2 .drawer-menu-item:nth-of-type(6) a {
    width: 5em;
  }
  header .drawer-col2 .drawer-menu-item:nth-of-type(4) a {
    min-width: 6em;
  }
}
header .drawer-menu-contact > .hdr-button {
  font-size: 12px;
  text-decoration: none;
}
header .drawer-menu-contact > .hdr-button > span {
  display: block;
  font-size: 11px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header.drawer-navbar .drawer-menu {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  header .drawer-col2 {
    width: 100%;
  }
  header .drawer-col2 ul::after {
    width: 1em;
    height: 0;
    content: "";
    display: block;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  header .drawer-col2 .drawer-menu-item:first-of-type,
  header .drawer-col2 .drawer-menu-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  header .drawer-col2 .drawer-menu-item:last-of-type,
  header .drawer-col2 .drawer-menu-item:nth-last-of-type(2),
  header .drawer-col2 .drawer-menu-item:nth-last-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  header .drawer-menu-item a {
    padding: 0.4em 0;
  }
}
@media screen and (min-width: 768px) {
  header {
    -webkit-box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.2);
  }
  header div,
  header p,
  header dl,
  header dt,
  header dd,
  header ol,
  header ul,
  header li,
  header nav,
  header a:not([class*="button"]) {
    color: #3d3d3d;
    font-size: 13px;
    font-weight: normal;
  }
  header a span {
    display: inline-block;
  }
  header .drawer-col2 .hdr-button {
    max-width: 400px;
    height: auto;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.4;
    border: 1px solid #d76492;
    color: #d76492;
    border-radius: 5em;
    -webkit-box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.2);
    padding: 0.4em 2.4em 0.4em 1em;
    position: relative;
  }
  header .drawer-col2 .hdr-button::after {
    content: " ";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #d76492;
    border-right: 1px solid #d76492;
  }
  header .drawer-col2 .drawer-menu-item:first-of-type {
    margin-left: 0.8em;
  }
}
/*フッター*/
/* フッター */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}
footer small {
  font-size: 10px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  footer small {
    margin-top: 12px;
  }
}
.ftr_wrap {
  margin-top: 0px;
}
.ftr_bgc {
  background-color: #f7e8ed;
  padding: 20px 16px 24px;
}
.ftr_menu_lst {
  max-width: 1200px;
  line-height: 1.4;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ftr_menu_lst {
    width: auto;
  }
}
.ftr_menu_lst .menu-ttl {
  font-size: 1.4rem;
  margin-top: 16px;
}
.ftr_menu_lst a {
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  color: #333;
}
@media screen and (min-width: 768px) {
  .ftr_bgc {
    min-width: 1180px;
  }
}
.menu_lst li,
.menu_acd li {
  margin-left: 16px;
}
.menu_lst a,
.menu_acd a {
  font-size: 13px;
  padding: 0 3em 0 0;
  margin-top: 22px;
  position: relative;
}
.menu_lst a::after,
.menu_acd a::after {
  width: 6px;
  height: 6px;
  content: " ";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.1em;
}
.menu_lst .target_blank::after,
.menu_acd .target_blank::after {
  border: none;
  font-family: FontAwesome, "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic,
    游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  content: "\f08e";
  font-weight: 900;
  -webkit-transform: none;
  transform: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .menu_lst .target_blank::after,
  .menu_acd .target_blank::after {
    height: auto;
  }
}
.menu_lst .fz-ajst,
.menu_acd .fz-ajst {
  font-weight: normal !important;
  font-size: 13px;
}
.menu_lst .ftr_serch,
.menu_acd .ftr_serch {
  margin-top: 22px;
  margin-bottom: 22px;
  font-weight: bold !important;
}
.menu_lst .search_mgn10,
.menu_acd .search_mgn10 {
  margin-top: 10px;
}
.menu_lst > div > ul > li > a,
.menu_acd > div > ul > li > a {
  margin-top: 18px;
}
.menu_lst > .area-f_sns > ul > li > a,
.menu_acd > .area-f_sns > ul > li > a {
  margin-top: 4px;
}
.area-f_pmark a:after {
  display: none;
}
.area-contact a.btn_l_pnk {
  font-size: 1.2rem;
  background-color: transparent;
}
.area-f_sns {
  margin: 24px auto 0;
}
.area-f_sns p {
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: normal;
}
.area-f_sns a {
  width: 40px;
  display: inline-block;
  padding: 0;
}
.area-f_sns a::after {
  display: none;
}
.menu_lst.txt_lnk {
  margin-top: 16px;
}
.menu_lst.txt_lnk a {
  line-height: 2.5;
  display: inline;
  margin-left: 0;
  padding: 0 0 0 0.9em;
  position: relative;
}
.menu_lst.txt_lnk a::after {
  border-width: 3px;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  right: auto;
  bottom: auto;
  top: 1em;
  left: 0;
}
.txt_lnk > a {
  margin-top: 0;
}
.ftr_contact {
  position: relative;
}
.ftr_contact > span {
  display: block;
  font-size: 12px;
}
.ftr_contact .large_ttl {
  font-size: 20px;
  font-weight: 500;
}
.ftr_line:before {
  background-image: url(https://assets.belta.co.jp/common/ico_line.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.ftr_tell:before {
  background-image: url(https://assets.belta.co.jp/common/ftr_phone.png);
}
.bfaf_none:after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .ftr_menu_lst a.fz-ajst {
    font-weight: bold;
    font-weight: 500;
  }
  .menu_lst.txt_lnk a {
    margin-right: 1.5em;
  }
  .menu_lst.txt_lnk a::after {
    top: 0.5em;
  }
  .area-contact {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
  }
  .area-contact div {
    width: 49%;
  }
  .area-contact a.btn_l_pnk {
    padding: 0.2em 2.2em 0.2em 1.6em;
    -webkit-box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.2);
  }
  .area-contact a.btn_l_pnk span {
    display: inline-block;
  }
  .area-contact a.btn_l_pnk span[class*="fa"] {
    padding-left: 14px;
  }
  .area-contact a.btn_l_pnk span.fa-envelope-o::before {
    font-size: 1.4rem;
  }
  .area-contact a.btn_l_pnk span.fa-mobile::before {
    font-size: 2.4rem;
  }
  .area-contact a.btn_l_pnk + p {
    color: #d76492;
    font-size: 1.2rem;
    margin-top: 0.6em;
  }
  .area-f_sns {
    max-width: 414px;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .area-f_sns p {
    width: 9em;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
  }
  .area-f_sns p span {
    display: inline-block;
  }
  .area-f_sns a {
    vertical-align: middle;
    display: inline-block;
    margin-left: 2em;
    padding: 0;
  }
  .area-f_sns .ftr_sns_sp_appearance {
    opacity: 1;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .ftr_wrap {
    margin-top: 0px;
  }
  .ftr_bgc {
    padding: 40px 32px 32px;
  }
  .ftr_menu_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 30px;
  }
  .ftr_menu_lst h2 {
    font-size: 1.2rem;
  }
  .ftr_menu_lst > .menu_lst > h2 {
    font-size: 15px;
    font-weight: bold;
  }
  .menu_lst .menu_lst,
  .menu_lst .menu_acd {
    margin-left: 0;
  }
  .area-contact {
    margin-top: 0.5em;
  }
  .area-contact p.u-dp_pc {
    font-size: 1.4rem;
  }
  .area-contact p.u-dp_pc i {
    margin-right: 0.2em;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  .area-contact p.u-dp_pc span {
    font-size: 1.2rem;
    display: block;
    margin-left: 0.5em;
  }
  .area-contact p.u-dp_pc .tel_num {
    font-size: 2.8rem;
    margin-left: 0.46em;
    letter-spacing: 1px;
  }
  .area-contact > div {
    margin-top: 24px;
  }
  .area-contact a.btn_l_pnk {
    height: auto;
    min-height: 3.6rem;
    font-size: 1.4rem;
    text-align: center;
    padding: 0.2em 2.2em 0.2em 1.6em;
  }
  .area-contact a.btn_l_pnk > span {
    width: 100%;
  }
  .area-contact a.btn_l_pnk > span::before {
    font-size: 1.6rem;
  }
  .area-f_sns a {
    margin-top: 8px;
  }
  .area-f_sns > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .area-f_sns > ul > li {
    margin-left: 0;
    height: auto;
    overflow: auto;
    opacity: inherit;
    -webkit-transition: none;
    transition: none;
    margin-left: 16px;
  }
  .area-f_sns > ul > li:first-child {
    margin-left: 0;
    height: auto;
    overflow: auto;
    opacity: inherit;
    -webkit-transition: none;
    transition: none;
    margin-left: 0;
  }
  .menu_lst.txt_lnk {
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-top: 40px;
    padding: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu_lst.txt_lnk a {
    width: auto;
  }
}
.ftr_menu_lst .pdn_top_title {
  margin-top: 35px;
}
.ftr_menu_lst .pad_top_item_top {
  margin-top: 20px;
}
.ftr_menu_lst .pad_top_item_mid {
  margin-top: 22px;
}
.ftr_menu_lst .pad_top_item_bot {
  margin-top: 12px;
}
.menu_acd label {
  color: #333;
  font-size: 1.2rem;
  display: block;
  padding: 0 3em 0 0;
  margin: 1em 0;
  cursor: pointer;
  position: relative;
}
.menu_acd input {
  display: none;
}
.menu_acd li {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu_acd input:checked ~ ul {
  margin-top: -10px;
  padding-bottom: 10px;
}
.menu_acd input:checked ~ ul li {
  height: 2.6em;
  opacity: 1;
}
.menu_acd input:checked ~ ul .mgnb_none {
  margin-bottom: 0 !important;
}
.menu_acd #menu_acd_bar05_h:checked ~ ul li:nth-of-type(2) {
  height: 4.4em;
}
.menu_acd label::before,
.menu_acd label::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #333;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  transition: all 0.3s;
}
.menu_acd label::before {
  transform: rotate(0deg);
}
.menu_acd label::after {
  transform: rotate(90deg);
}
.menu_acd input:checked ~ label::before {
  display: none;
}
.menu_acd input:checked ~ label::after {
  transform: rotate(180deg);
}
.menu_acd input:checked ~ .menu-ttl > label::after {
  transform: rotate(180deg);
}
.menu_acd_h {
  height: auto !important;
}
.area-group_site {
  width: 100%;
  margin-top: 1em;
}
.area-group_site input ~ div a {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
}
.area-group_site .slick-list {
  line-height: 0;
}
.area-group_site input:checked ~ div {
  padding-bottom: 10px;
}
.area-group_site input:checked ~ div .slick-list {
  line-height: 1.4;
}
.area-group_site input:checked ~ div a {
  height: 50px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .area-group_site input:checked ~ div {
    padding-bottom: 20px;
  }
}
.group_site_inner a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .area-group_site {
    display: none;
  }
  .group_site_inner a {
    margin: 0 0.4em;
  }
}
@media screen and (min-width: 768px) {
  .area-group_site {
    text-align: center;
  }
  .area-group_site label {
    display: inline-block;
  }
  .group_site_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .group_site_inner > a > img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .menu_acd label {
    font-size: 13px;
  }
  .ftr_menu_lst > .border_contents {
    border-bottom: none;
  }
  .pdn_left {
    padding-left: 16px;
    margin-bottom: 28px;
  }
  .menu_lst h2,
  .menu_acd h2 {
    font-weight: normal !important;
  }
  .menu_lst h2 > label,
  .menu_acd h2 > label {
    font-weight: normal !important;
    font-size: 14px;
  }
  .menu_acd input:checked ~ ul li {
    height: 2.7em;
    opacity: 1;
  }
  .menu_acd input:checked ~ ul .accordion_large {
    height: 60px !important;
  }
  .menu_acd input:checked ~ ul .menu_acd_title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 26px;
    margin-left: 0px;
    height: 1.6em;
  }
  .menu_acd_large #menu_acd_bar09:checked ~ ul .mgn_set {
    height: 46px;
  }
  .menu_acd_large #menu_acd_bar14:checked ~ ul .mgn_set {
    height: 46px;
  }
  .menu_acd_large ul div {
    height: 0;
    display: none;
  }
  .menu_acd_large ul div ul {
    height: 0;
    display: none;
  }
  .menu_acd_large #menu_acd_bar09:checked ~ ul > div {
    min-height: 26px;
    height: auto;
    display: block;
    margin-left: 16px;
  }
  .menu_acd_large #menu_acd_bar14:checked ~ ul > div {
    min-height: 30px;
    height: auto;
    display: block;
    margin-left: 16px;
  }
  .menu_acd_large #menu_acd_bar08:checked ~ ul > div {
    min-height: 30px;
    height: auto;
    display: block;
    margin-left: 16px;
  }
  .menu_acd_large #menu_acd_bar13:checked ~ .menu_acd_usage_ul {
    display: block;
    height: 190px;
  }
  .menu_acd_large #menu_acd_bar15:checked ~ .menu_acd_usage_ul {
    display: block;
    max-height: 422px;
    height: auto;
    margin: 28px 0 28px 16px;
  }
  .menu_acd_large #menu_acd_bar16:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
  }
  .menu_acd_large #menu_acd_bar47:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
  }
  .menu_acd_large #menu_acd_bar48:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
  }
  .menu_acd_large #menu_acd_bar17:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px;
  }
  .menu_acd_large #menu_acd_bar18:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px;
  }
  .menu_acd_large #menu_acd_bar19:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px;
  }
  .menu_acd_large #menu_acd_bar20:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px;
  }
  .menu_acd_large #menu_acd_bar21:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px;
  }
  .menu_acd_large #menu_acd_bar22:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px;
  }
  .menu_acd_large #menu_acd_bar23:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px;
  }
  .menu_acd_large #menu_acd_bar39:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px;
  }
  .menu_lst > a {
    margin-left: 16px;
  }
  .ftr_contact > span {
    display: block;
    font-size: 12px;
  }
  .area-f_sns > p {
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
  .area-f_sns > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .area-f_sns > ul > li {
    margin-left: 24px;
  }
  .area-f_sns > ul > li > a {
    margin-top: 6px !important;
    margin-left: 0 !important;
  }
  .area-f_sns > ul > li:first-child {
    margin-left: 0;
  }
  .area-f_sns > ul > li:first-child > a {
    margin-left: 0;
  }
  .menu_lst.txt_lnk a {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sns_list > li > a {
    position: relative;
    padding-left: 48px;
  }
  .sns_list > li > a > img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 9px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  header .contact_ls > li > .hdr_faq:before {
    background-image: url(https://assets.belta.co.jp/common/ftr_faq.png);
  }
  header .contact_ls > li > a:before {
    content: "";
    display: block;
    width: 30px;
    height: 40px;
    background-image: url(https://assets.belta.co.jp/common/ftr_mail.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  header .contact_ls > li > .hdr_line:before {
    background-image: url(https://assets.belta.co.jp/common/ico_line.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  header .contact_ls > li > a:before {
    content: "";
    display: block;
    width: 30px;
    height: 40px;
    background-image: url(https://assets.belta.co.jp/common/ftr_mail.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  header .contact_ls > li > .hdr_tell:before {
    background-image: url(https://assets.belta.co.jp/common/ftr_phone.png);
  }
  header .contact_ls > li > a:before {
    content: "";
    display: block;
    width: 30px;
    height: 40px;
    background-image: url(https://assets.belta.co.jp/common/ftr_mail.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  header .contact_ls > li > a {
    position: relative;
    padding-left: 48px;
  }
}
/*footer追記*/
.border_contents .footer_border {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  min-height: auto;
}
.border_contents .border_top_none {
  border-top: none;
}
.menu_acd,
.menu_lst {
  margin-left: 0px !important;
}
.menu_lst h2,
.menu_acd h2 {
  font-weight: bold;
}
.menu_lst h2 > label,
.menu_acd h2 > label {
  font-size: 14px;
  font-weight: normal;
}
.menu_acd label {
  font-size: 13px;
  font-weight: normal;
}
.ftr_menu_lst a.fz-ajst {
  font-weight: bold;
  font-weight: 500;
}
.menu_acd input:checked ~ ul li {
  height: 50px;
  opacity: 1;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .border_contents .footer_border {
    border-top: none;
  }
  .menu_acd input:checked ~ ul li {
    height: 3.2em;
    opacity: 1;
  }
}
.menu_acd_large #menu_acd_bar26:checked ~ ul > div {
  min-height: 30px;
  height: auto;
  display: block;
  margin-left: 16px;
}
.menu_acd_large #menu_acd_bar36:checked ~ ul > div {
  min-height: 30px;
  height: auto;
  display: block;
  margin-left: 16px;
}
.menu_acd_large #menu_acd_bar37:checked ~ ul > div {
  min-height: 30px;
  height: auto;
  display: block;
  margin-left: 16px;
}
.menu_acd_large #menu_acd_bar27:checked ~ .menu_acd_usage_ul {
  display: block;
  max-height: 460px;
  height: auto;
  margin: 28px 0 28px 26px;
}
.menu_acd_large ul div {
  height: 0;
  display: none;
}
.menu_acd_large #menu_acd_bar28:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px;
}
.menu_acd_large #menu_acd_bar29:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px;
}
.menu_acd_large #menu_acd_bar30:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px;
}
.menu_acd_large #menu_acd_bar31:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px;
}
.menu_acd_large #menu_acd_bar32:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px;
}
.menu_acd_large #menu_acd_bar33:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px;
}
.menu_acd_large #menu_acd_bar34:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px;
}
.menu_acd_large #menu_acd_bar41:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px;
}
.menu_acd_large ul div ul {
  height: 0;
  display: none;
}
.menu_acd_large #menu_acd_bar35:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
}
.menu_acd_large #menu_acd_bar45:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
}
.menu_acd_large #menu_acd_bar46:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
}
.menu_acd_large #menu_acd_bar38:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
}
.menu_acd_large #menu_acd_bar40:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
}
.menu_acd_large #menu_acd_bar42:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
}
.menu_acd_large #menu_acd_bar43:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
}
.menu_acd_large #menu_acd_bar44:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
}
.ftr_menu_lst .shop_faq_top {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .menu_acd .fz-ajst_menu_acd_bar14,
  .menu_acd .bar_st {
    margin-top: 22px;
  }
  .flex_menu {
    width: 214px;
  }
}
@media screen and (max-width: 767px) {
  .area-f_pmark {
    margin-top: 4px;
    display: flex;
    justify-content: end;
  }
  .area-f_pmark > div {
    padding: 4px;
    position: static;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .area-f_pmark img {
    display: block;
    width: 30px;
  }
  .area-f_pmark p {
    text-align: left;
    color: #3d3d3d;
    font-size: 11px;
    padding-top: 7px;
    padding-left: 8px;
    padding-right: 2px;
    line-height: 1.6;
    font-weight: normal;
  }
  .footer_mikaduki {
    height: 6em !important;
  }
}
@media screen and (min-width: 768px) {
  .area-f_pmark {
    margin-top: 30px;
    display: flex;
  }
  .area-f_pmark img {
    display: block;
    width: 65px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .area-f_pmark p {
    color: #3d3d3d;
    font-size: 13px;
    padding-top: 5px;
    padding-left: 12px;
    font-weight: normal;
  }
  .u-dp_sp {
    display: none;
  }
}
/*ヘッダースマホ*/
.gmenu-btn {
  width: 24px;
  height: 16px;
  line-height: 1;
  position: relative;
  /* left: 25%; */
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .gmenu-btn {
    display: none;
  }
}
.gmenu-btn span:first-child {
  top: 0;
}
.gmenu-btn span {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #000;
  right: 0;
  transition: 0.2s;
}
.gmenu-btn span:nth-child(2) {
  top: 8px;
}
.gmenu-btn span:nth-child(3) {
  top: 16px;
}
.gmenu.is-open {
  transform: translateX(0);
}
.gmenu {
  position: absolute;
  width: 90%;
  z-index: 1;
  right: 0;
  transform: translateX(110%);
  top: 2px;
  transition: 0.4s;
  animation-timing-function: ease;
}
.gmenu-btn.is-open span:first-child {
  top: 8px;
  transform: rotate(-45deg);
}
.gmenu-btn.is-open span:nth-child(2) {
  top: 8px;
  opacity: 0;
}
.gmenu-btn.is-open span:nth-child(3) {
  top: 8px;
  transform: rotate(45deg);
}
/* 新ヘッター */
.nav_contects {
  background: #fff;
  height: 100vh;
  max-width: 380px;
  width: 90%;
  position: fixed;
  right: -100%;
  z-index: 1000;
  transition: 0.5s;
  overflow: scroll;
}
.nav_contects .target_blank::after {
  align-items: center;
  border: none;
  content: "\f08e";
  display: flex;
  font-family: FontAwesome, "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic,
    游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-weight: 900;
  position: absolute;
  right: 1.2em;
  transform: none;
  color: #c1c1c1;
}
.nav_contects.open {
  right: 0;
}
.nav_title {
  text-align: center;
  background: #f7f7f7;
  padding: 10px 0;
  font-weight: bold;
  position: relative;
}
.nav_title::before {
  width: 6px;
  height: 6px;
  content: " ";
  -webkit-transform: rotate(227deg);
  transform: rotate(227deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.2em;
}
.drawer-menu-subTitle {
  position: relative;
  font-size: 14px;
}
.drawer-menu-subTitle::after {
  width: 6px;
  height: 6px;
  content: " ";
  -webkit-transform: rotate(136deg);
  transform: rotate(136deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  transition: 0.3s;
}
.drawer-dropdown .js-accordion.is-accordion--open::after {
  transform: rotate(-45deg);
}
.drawer-dropdown.open .drawer-menu-subTitle::after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.drawer-menu-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.drawer-menu-item a img {
  width: 30px;
  margin-right: 5px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .drawer-navbar .drawer-menu {
    padding-bottom: 15rem;
  }
  .drawer-menu-item-arrowNone a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 2px solid #e6e6e6;
    color: #333;
    line-height: 1.4;
    padding: 0.8em 2em 0.8em 1.2em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .drawer-menu-item-arrowNone a img {
    width: 30px;
    margin-right: 5px;
    object-fit: contain;
  }
  header .drawer-dropdown-menu-item-arrowNone {
    padding-left: 0.4em;
  }
  .drawer-dropdown-menu-item-arrowNone {
    line-height: 6.4rem;
    display: block;
    padding: 0;
    padding-right: 0.8em;
    padding-left: 1.6em;
    text-decoration: none;
  }
  .drawer-dropdown-menu-item-arrowNone a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 2px solid #e6e6e6;
    color: #333;
    line-height: 1.4;
    padding: 0.8em 2em 0.8em 1.2em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .drawer-dropdown-menu-item-arrowNone a img {
    width: 30px;
    margin-right: 5px;
    object-fit: contain;
  }
  .drawer-dropdown-menu-item-arrowNone a::after {
    display: none;
  }
  .drawer-dropdown-menu-item-arrowNone::after {
    display: none;
  }
}
/* 関連商品 */
@media screen and (max-width: 768px) {
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
  }
  #connectionProductsContainer .article_item a {
    display: inline-block;
  }
}
.expert-cat {
  border: 15px solid #fff6f7;
  padding: 10px;
  margin: 10px;
  font-family: "Noto Sans JP";
}
.expert-cat .expert-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.expert-cat .expert-content .expert-info {
  text-align: center;
  line-height: 1.5;
}
.expert-cat .expert-content .expert-info .expert-belta-titile {
  position: relative;
  display: inline-block;
  color: #d76492;
}
.expert-cat .expert-content .expert-info .expert-belta-titile::before,
.expert-cat .expert-content .expert-info .expert-belta-titile::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #d76492;
}
@media screen and (max-width: 767px) {
  .expert-cat .expert-content .expert-info .expert-belta-titile::before,
  .expert-cat .expert-content .expert-info .expert-belta-titile::after {
    width: 20px;
  }
}
.expert-cat .expert-content .expert-info .expert-belta-titile::before {
  left: -35px;
  transform: rotate(50deg);
}
@media screen and (max-width: 767px) {
  .expert-cat .expert-content .expert-info .expert-belta-titile::before {
    left: -20px;
  }
}
.expert-cat .expert-content .expert-info .expert-belta-titile::after {
  right: -35px;
  transform: rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .expert-cat .expert-content .expert-info .expert-belta-titile::after {
    right: -20px;
  }
}
.expert-cat .expert-content .expert-info .expert-belta-titile p {
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .expert-cat .expert-content .expert-info .expert-belta-titile p {
    font-size: 15px;
  }
}
.expert-cat .expert-content .expert-info .expert-title p {
  margin-bottom: 0.15em;
  padding-bottom: 0.15em;
  font-size: 45px;
  font-weight: 400;
  border-bottom: 2px solid #3d3d3d;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .expert-cat .expert-content .expert-info .expert-title p {
    margin-bottom: 0.25em;
    padding-bottom: 0.25em;
    font-size: 20px;
  }
}
.expert-cat .expert-content .expert-info .expert-subtitle {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .expert-cat .expert-content .expert-info .expert-subtitle {
    margin-bottom: 0.5em;
  }
}
.expert-cat .expert-content .expert-info .expert-subtitle p {
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .expert-cat .expert-content .expert-info .expert-subtitle p {
    font-size: 15px;
  }
}
.expert-cat .expert-link {
  text-align: center;
  margin: 0 auto;
}
.expert-cat .expert-link a {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .expert-cat .expert-link a {
    margin: 0.25em auto 0.75em;
    font-size: 12px;
  }
}
.expert-cat .expert-link .btn_l_pnk {
  height: 4.5em;
}
a.btn_l_pnk {
  color: #d76492;
  border: 1px solid #d76492;
  background-color: #fff;
}
section[class*="btn"] a,
div[class*="btn"] a,
a[class*="btn"] {
  height: 3.6em;
  max-width: 400px;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
  border-radius: 5em;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0.2em 2.4em;
  position: relative;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3sease-out;
  }
}
@media screen and (min-width: 768px) {
  a[class*="btn"] {
    font-size: 18px;
  }
}
#folate_under_cart_box {
  margin: 0 auto;
}
#folate_under_cart_box .cart_tab6_endposition {
  margin-top: 0;
  max-width: 1000px;
}
#folate_under_cart_box .cart_tab6_endposition:nth-child(n + 2) {
  margin-top: 50px;
}
#folate_under_cart_box .cart_info_inner {
  display: flex;
}
#folate_under_cart_box .cart_info_inner li {
  border: 1px solid #3d3d3d;
  padding: 3px 8px;
  margin: 0px 10px 10px 0px;
  font-size: 13px;
}
#folate_under_cart_box .tuzyoukakaku p {
  font-size: 15px;
  text-align: left;
}
#folate_under_cart_box .tuzyoukakaku span.line_through {
  font-size: 20px;
  text-decoration: line-through;
}
#folate_under_cart_box .tuzyoukakaku span.price_regular_taxtype {
  font-size: 14px;
}
.price_regular_taxtype {
  position: relative;
}
.price_regular_taxtype::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 4px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #555;
  border-bottom: 0;
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .price_regular_taxtype {
    font-size: 14px;
  }
  .price_regular_taxtype::after {
    right: -16px;
    top: 2px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 14px solid #555;
    border-bottom: 0;
  }
}
#folate_under_cart_box .price_box {
  justify-content: left;
  margin-bottom: 0;
}
#folate_under_cart_box .gentei_2 {
  color: #d76492;
  line-height: 4.5rem;
  width: max-content;
}
#folate_under_cart_box .gentei_2 p {
  font-size: 18px;
  width: fit-content;
}
#folate_under_cart_box .price {
  margin: 0 5px;
}
#folate_under_cart_box .price_text {
  font-size: 40px;
  line-height: 4rem;
}
#folate_under_cart_box .cart_ofa_box_singlecart .price_zeinuki {
  display: flex;
  align-items: center;
}
#folate_under_cart_box .price_zeinuki p {
  line-height: 1.8rem;
  font-size: 30px;
  line-height: 1.8rem;
  color: #d7648b;
  font-weight: bold;
}
#folate_under_cart_box .btn_yellow {
  width: 100%;
  height: 50px !important;
  margin: 20px auto 0px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #folate_under_cart_box {
    padding: 0 1.6em 0.5em;
  }
  #folate_under_cart_box .cart_regular_title {
    margin-bottom: 0;
  }
  #folate_under_cart_box .cart_info_inner li {
    margin: 10px 9px 10px 0px;
    font-size: 10px;
  }
  #folate_under_cart_box .price_box {
    margin: -10px auto 0;
  }
  #folate_under_cart_box .gentei_2 p {
    font-size: 17px;
    line-height: 4.2rem;
  }
  #folate_under_cart_box .btn_yellow {
    font-size: 16px;
    max-width: 250px;
  }
}
.cart_tab6_endposition {
  padding-bottom: 0 !important;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.cart_tab6_endposition .btn_yellow {
  margin: auto !important;
}
.cart_tab6_endposition .cart_ofa_box {
  background-color: #fff6f7;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .cart_tab6_endposition .cart_ofa_box {
    padding: 14px;
  }
}
.cart_tab6_endposition .price_container_normal {
  justify-content: center;
  align-items: center;
}
.cart_tab6_endposition .btn_yellow_normal {
  margin: 0 0 0 20px !important;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .cart_tab6_endposition .btn_yellow_normal {
    margin: 0 0 0 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .cart_tab6_endposition .cart_regular_box {
    padding: 19px 20px 20px;
  }
}
.cart_regular_box {
  background-color: #fff;
  padding: 12px 20px 20px;
}
.cart_regular_title {
  font-size: 20px;
  font-weight: 500;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .cart_regular_title {
    margin-bottom: 0;
  }
}
.price_container_normal {
  padding-top: 0.5em;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .price_container_normal {
    padding-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
  }
}
.price_container_normal .price_tax_box {
  width: fit-content;
}
.price_container_normal .price_postage {
  margin-top: -22px;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .price_container_normal .price_postage {
    width: auto !important;
  }
}
.price_container_normal p {
  color: #5d595a !important;
}
@media screen and (max-width: 767px) {
  .price_container_normal p {
    width: max-content !important;
  }
}
.price_container_normal .price {
  margin: 0 0px 0px 5px !important;
}
.price_container_normal .price_text {
  font-size: 30px !important;
}
@media screen and (max-width: 767px) {
  .price_container_normal .price_text {
    font-size: 24px !important;
  }
}
.price_container_normal .price_zeinuki {
  width: max-content !important;
}
.price_container_normal .price_zeinuki p {
  font-size: 22px !important;
}
.price_container_normal .price_zeinuki .zeikomi_2 {
  font-size: 10px !important;
}
@media screen and (max-width: 767px) {
  .price_container_normal .price_zeinuki .zeikomi_2 {
    width: max-content !important;
  }
}
.cart_tab6_endposition_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cart_tab6_endposition_flex {
    flex-direction: column;
  }
}
.cart_tab6_endposition_flex .recomemend-image {
  width: 54%;
}
@media screen and (min-width: 768px) {
  .cart_tab6_endposition_flex .recomemend-image {
    width: 32%;
  }
  .details_content .content_h2 figure {
    margin: 30px 0;
  }
}
.cart_tab6 img {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .cart_tab6 img {
    width: 100%;
  }
  .cart_tab6_endposition_flex .recomemend-image {
    margin: auto;
    margin-bottom: 10px;
  }
}
.cart_tab6 .price_box {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}
.cart_tab6 .price_box .price {
  text-align: left;
  margin: 0 10px;
}
.cart_tab6 .price_box .price .price_text {
  color: #d76492;
  font-size: 10rem;
  font-weight: bold;
  line-height: 8.5rem;
}
.cart_tab6 .price_box .price p {
  font-size: 2.4rem;
}
.price_inctax {
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .price_inctax {
    padding-top: 0.5rem;
  }
}
.price_inctax-gentei {
  color: #d76492;
}
#folate_under_cart_box .medical_bath .gentei_2,
.medical_bath  .price_box .price .price_text,
.medical_bath .price_inctax-gentei {
  color: #d74353;
}
.price_inctax_yen {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .price_inctax_yen {
    font-size: 27.5px;
  }
}
.price_inctax_taxtype {
  font-size: 9px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .price_inctax_taxtype {
    font-size: 11px;
  }
}
.cart_tab6 .btn_yellow {
  background-color: #4fac3e;
  color: #fff;
  margin: 15px auto 10px;
  border-radius: 10px;
}
.cart_tab6 .btn_yellow::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 7px !important;
  height: 7px !important;
}
a[class*="btn"]::after {
  content: " ";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  margin: auto;
  transform: rotate(45deg);
}
.btn_yellow_normal {
  background-color: #5d595a !important;
  width: 44% !important;
  margin: 8px 0 0 auto !important;
}
/*# sourceMappingURL=maps/style.css.map */
