@charset "UTF-8";
.p-editor__content h1:not([class*=p-], [class*=c-]) {
  color: #356d64;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h1:not([class*=p-], [class*=c-]) {
    font-size: 1.625rem;
  }
}
.p-editor__content h1:not([class*=p-], [class*=c-]).--dot {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-editor__content h1:not([class*=p-], [class*=c-]).--dot::before, .p-editor__content h1:not([class*=p-], [class*=c-]).--dot::after {
  width: 0.5rem;
  aspect-ratio: 1/1;
  margin-top: 0.1875rem;
  content: "";
  background: url("../images/common/bg-icon-01.png") no-repeat center/cover;
  filter: blur(0.0625rem);
  border-radius: 50%;
}
.p-editor__content h1:not([class*=p-], [class*=c-]).--line {
  position: relative;
  padding-bottom: 0.5rem;
  text-align: center;
}
.p-editor__content h1:not([class*=p-], [class*=c-]).--line::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 0.25rem;
  margin: auto;
  content: "";
  background: url("../images/common/img-line-heading-01.jpg") no-repeat center/cover;
  filter: blur(0.0625rem);
  border-radius: 7.5rem;
}
.p-editor__content h1:not([class*=p-], [class*=c-]) + * {
  margin-top: 2.5rem;
}
.p-editor__content h2:not([class*=p-], [class*=c-]) {
  color: #356d64;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
.p-editor__content h2:not([class*=p-], [class*=c-]):not(:first-child, [class*=u-mt-]) {
  margin-top: 5rem;
}
.p-editor__content h2:not([class*=p-], [class*=c-]) + * {
  margin-top: 1.5rem;
}
.p-editor__content h2:not([class*=p-], [class*=c-]).--brown {
  color: #8d572b;
}
.p-editor__content h3:not([class*=p-], [class*=c-]) {
  color: #356d64;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
.p-editor__content h3:not([class*=p-], [class*=c-]):not(:first-child) {
  margin-top: 3.75rem;
}
.p-editor__content h3:not([class*=p-], [class*=c-]) + * {
  margin-top: 1rem;
}
.p-editor__content h4:not([class*=p-], [class*=c-]) {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  color: #356d64;
}
.p-editor__content h4:not([class*=p-], [class*=c-]):not(:first-child) {
  margin-top: 2rem;
}
.p-editor__content h4:not([class*=p-], [class*=c-]) + * {
  margin-top: 0.5rem;
}
.p-editor__content h5:not([class*=p-], [class*=c-]) {
  color: #356d64;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}
.p-editor__content h5:not([class*=p-], [class*=c-]):not(:first-child) {
  margin-top: 1rem;
}
.p-editor__content h5:not([class*=p-], [class*=c-]) + * {
  margin-top: 0.5rem;
}
.p-editor__content h6:not([class*=p-], [class*=c-]) {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
  color: #356d64;
}
.p-editor__content h6:not([class*=p-], [class*=c-]):not(:first-child) {
  margin-top: 0.75rem;
}
.p-editor__content h6:not([class*=p-], [class*=c-]) + * {
  margin-top: 0.5rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]) {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-editor__content p:not([class*=p-], [class*=c-]) {
    font-size: 0.9375rem;
  }
}
.p-editor__content p:not([class*=p-], [class*=c-]).--lg {
  font-size: 1.125rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--sm {
  font-size: 0.875rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--xsm {
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content p:not([class*=p-], [class*=c-]).--lg {
    font-size: 1.0625rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]).--sm {
    font-size: 0.8125rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]).--xsm {
    font-size: 0.6875rem;
  }
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]) {
  position: relative;
  color: #2162a1;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 24%;
  --icon-size: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]) {
    font-size: 0.9375rem;
  }
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-])[target=_blank]::after {
  width: var(--icon-size);
  aspect-ratio: 1/1;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11722_7445)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 3V4.5H4.5V19.5H19.5V13H21V21H3V3H11ZM21 3V10H19.5V5.59961L10.5 14.5L9.5 13.5L18.4004 4.5H14V3H21Z' fill='%232162A1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11722_7445'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11722_7445)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 3V4.5H4.5V19.5H19.5V13H21V21H3V3H11ZM21 3V10H19.5V5.59961L10.5 14.5L9.5 13.5L18.4004 4.5H14V3H21Z' fill='%232162A1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11722_7445'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: background-color;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-])[href$=".pdf" i]::after {
  width: var(--icon-size);
  aspect-ratio: 1/1;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background-color: #333;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H29V23H3V9Z' fill=''/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5 10.5H4.5V21.5H27.5V10.5ZM3 9V23H29V9H3Z' fill='%23333333'/%3E%3Cpath d='M19.7732 19V13H24V14.1777H21.2698V15.4082H23.7309V16.5889H21.2698V19H19.7732Z' fill='%23333333'/%3E%3Cpath d='M15.8427 19H13.554V13H15.8397C16.4706 13 17.0138 13.1201 17.4693 13.3604C17.9268 13.5986 18.2796 13.9424 18.5275 14.3916C18.7754 14.8389 18.8994 15.374 18.8994 15.9971C18.8994 16.6221 18.7754 17.1592 18.5275 17.6084C18.2816 18.0576 17.9299 18.4023 17.4723 18.6426C17.0148 18.8809 16.4716 19 15.8427 19ZM15.0506 17.7637H15.7852C16.1319 17.7637 16.4252 17.707 16.6651 17.5938C16.9069 17.4785 17.0894 17.292 17.2123 17.0342C17.3373 16.7744 17.3998 16.4287 17.3998 15.9971C17.3998 15.5654 17.3373 15.2217 17.2123 14.9658C17.0873 14.708 16.9029 14.5225 16.659 14.4092C16.4171 14.2939 16.1188 14.2363 15.7641 14.2363H15.0506V17.7637Z' fill='%23333333'/%3E%3Cpath d='M8 19V13H10.5578C11.0214 13 11.4215 13.0879 11.7581 13.2637C12.0967 13.4375 12.3578 13.6807 12.5412 13.9932C12.7246 14.3037 12.8163 14.665 12.8163 15.0771C12.8163 15.4912 12.7226 15.8535 12.5351 16.1641C12.3497 16.4727 12.0847 16.7119 11.74 16.8818C11.3953 17.0518 10.9861 17.1367 10.5125 17.1367H8.93424V15.9941H10.2343C10.4601 15.9941 10.6485 15.9561 10.7997 15.8799C10.9529 15.8037 11.0688 15.6973 11.1474 15.5605C11.226 15.4219 11.2653 15.2607 11.2653 15.0771C11.2653 14.8916 11.226 14.7314 11.1474 14.5967C11.0688 14.46 10.9529 14.3545 10.7997 14.2803C10.6465 14.2061 10.458 14.1689 10.2343 14.1689H9.4966V19H8Z' fill='%23333333'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H29V23H3V9Z' fill=''/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5 10.5H4.5V21.5H27.5V10.5ZM3 9V23H29V9H3Z' fill='%23333333'/%3E%3Cpath d='M19.7732 19V13H24V14.1777H21.2698V15.4082H23.7309V16.5889H21.2698V19H19.7732Z' fill='%23333333'/%3E%3Cpath d='M15.8427 19H13.554V13H15.8397C16.4706 13 17.0138 13.1201 17.4693 13.3604C17.9268 13.5986 18.2796 13.9424 18.5275 14.3916C18.7754 14.8389 18.8994 15.374 18.8994 15.9971C18.8994 16.6221 18.7754 17.1592 18.5275 17.6084C18.2816 18.0576 17.9299 18.4023 17.4723 18.6426C17.0148 18.8809 16.4716 19 15.8427 19ZM15.0506 17.7637H15.7852C16.1319 17.7637 16.4252 17.707 16.6651 17.5938C16.9069 17.4785 17.0894 17.292 17.2123 17.0342C17.3373 16.7744 17.3998 16.4287 17.3998 15.9971C17.3998 15.5654 17.3373 15.2217 17.2123 14.9658C17.0873 14.708 16.9029 14.5225 16.659 14.4092C16.4171 14.2939 16.1188 14.2363 15.7641 14.2363H15.0506V17.7637Z' fill='%23333333'/%3E%3Cpath d='M8 19V13H10.5578C11.0214 13 11.4215 13.0879 11.7581 13.2637C12.0967 13.4375 12.3578 13.6807 12.5412 13.9932C12.7246 14.3037 12.8163 14.665 12.8163 15.0771C12.8163 15.4912 12.7226 15.8535 12.5351 16.1641C12.3497 16.4727 12.0847 16.7119 11.74 16.8818C11.3953 17.0518 10.9861 17.1367 10.5125 17.1367H8.93424V15.9941H10.2343C10.4601 15.9941 10.6485 15.9561 10.7997 15.8799C10.9529 15.8037 11.0688 15.6973 11.1474 15.5605C11.226 15.4219 11.2653 15.2607 11.2653 15.0771C11.2653 14.8916 11.226 14.7314 11.1474 14.5967C11.0688 14.46 10.9529 14.3545 10.7997 14.2803C10.6465 14.2061 10.458 14.1689 10.2343 14.1689H9.4966V19H8Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 123% 123%;
          mask-size: 123% 123%;
  transition: background-color;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--excel::after {
  width: var(--icon-size);
  aspect-ratio: 1/1;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background-color: #333;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H29V23H3V9Z' fill=''/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5 10.5H4.5V21.5H27.5V10.5ZM3 9V23H29V9H3Z' fill='%23333333'/%3E%3Cpath d='M25 13V18.9162H23.7769V13H25Z' fill='%23333333'/%3E%3Cpath d='M21.3288 19C20.9269 19 20.58 18.9085 20.2882 18.7255C19.9981 18.5407 19.7746 18.2778 19.6179 17.9369C19.4628 17.5941 19.3853 17.1868 19.3853 16.715C19.3853 16.2566 19.4636 15.856 19.6204 15.5132C19.7771 15.1685 19.9981 14.9008 20.2832 14.7101C20.5684 14.5176 20.9044 14.4213 21.2912 14.4213C21.5647 14.4213 21.8149 14.4704 22.0416 14.5686C22.2684 14.6668 22.4644 14.8122 22.6294 15.0048C22.7945 15.1974 22.9229 15.4352 23.0146 15.7183C23.1064 15.9995 23.1522 16.3221 23.1522 16.6861V17.0385H19.813V16.2181H22.0141C22.0125 16.0679 21.9816 15.934 21.9216 15.8165C21.8615 15.6991 21.779 15.6076 21.6739 15.5421C21.5706 15.4747 21.4513 15.441 21.3163 15.441C21.1795 15.441 21.057 15.4766 20.9486 15.5479C20.8402 15.6172 20.7543 15.7125 20.6909 15.8339C20.6276 15.9533 20.5942 16.0891 20.5909 16.2412V17.076C20.5909 17.2571 20.6217 17.416 20.6834 17.5527C20.7451 17.6875 20.8327 17.7925 20.9461 17.8676C21.0595 17.9427 21.1945 17.9802 21.3513 17.9802C21.4597 17.9802 21.5581 17.9629 21.6464 17.9282C21.7348 17.8936 21.8107 17.8425 21.8741 17.7751C21.9374 17.7077 21.9849 17.6249 22.0166 17.5267L23.1397 17.5643C23.093 17.8551 22.9905 18.1083 22.832 18.324C22.6753 18.5378 22.4694 18.7044 22.2142 18.8238C21.9591 18.9412 21.6639 19 21.3288 19Z' fill='%23333333'/%3E%3Cpath d='M17.1234 19C16.7182 19 16.3705 18.9037 16.0803 18.7111C15.7919 18.5185 15.5701 18.2508 15.415 17.908C15.2599 17.5633 15.1824 17.1646 15.1824 16.7121C15.1824 16.2576 15.2599 15.8589 15.415 15.5161C15.5717 15.1714 15.7944 14.9027 16.0828 14.7101C16.373 14.5176 16.719 14.4213 17.1209 14.4213C17.4761 14.4213 17.7854 14.4954 18.0489 14.6437C18.314 14.792 18.5208 15.0019 18.6692 15.2735C18.8193 15.5431 18.8985 15.8599 18.9068 16.2239H17.7637C17.7404 15.9966 17.6737 15.8185 17.5636 15.6894C17.4552 15.5604 17.3135 15.4959 17.1384 15.4959C16.9967 15.4959 16.8724 15.5421 16.7657 15.6346C16.659 15.7251 16.5756 15.8599 16.5156 16.039C16.4572 16.2162 16.428 16.4357 16.428 16.6976C16.428 16.9595 16.4572 17.181 16.5156 17.362C16.5756 17.5411 16.659 17.6769 16.7657 17.7694C16.8724 17.8599 16.9967 17.9051 17.1384 17.9051C17.2518 17.9051 17.3518 17.8772 17.4385 17.8214C17.5269 17.7655 17.5995 17.6837 17.6562 17.5758C17.7129 17.466 17.7487 17.3332 17.7637 17.1772H18.9068C18.8951 17.5431 18.8159 17.8628 18.6692 18.1362C18.5241 18.4097 18.3198 18.6225 18.0564 18.7746C17.7946 18.9249 17.4836 19 17.1234 19Z' fill='%23333333'/%3E%3Cpath d='M12.3877 14.479L13.0205 15.9407L13.6759 14.479H14.909L13.836 16.6976L14.949 18.9162H13.7259L13.0205 17.4429L12.3327 18.9162H11.092L12.2076 16.6976L11.1471 14.479H12.3877Z' fill='%23333333'/%3E%3Cpath d='M7 18.9162V13H10.5719V14.1613H8.23814V15.3746H10.3893V16.5387H8.23814V17.7549H10.5719V18.9162H7Z' fill='%23333333'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H29V23H3V9Z' fill=''/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5 10.5H4.5V21.5H27.5V10.5ZM3 9V23H29V9H3Z' fill='%23333333'/%3E%3Cpath d='M25 13V18.9162H23.7769V13H25Z' fill='%23333333'/%3E%3Cpath d='M21.3288 19C20.9269 19 20.58 18.9085 20.2882 18.7255C19.9981 18.5407 19.7746 18.2778 19.6179 17.9369C19.4628 17.5941 19.3853 17.1868 19.3853 16.715C19.3853 16.2566 19.4636 15.856 19.6204 15.5132C19.7771 15.1685 19.9981 14.9008 20.2832 14.7101C20.5684 14.5176 20.9044 14.4213 21.2912 14.4213C21.5647 14.4213 21.8149 14.4704 22.0416 14.5686C22.2684 14.6668 22.4644 14.8122 22.6294 15.0048C22.7945 15.1974 22.9229 15.4352 23.0146 15.7183C23.1064 15.9995 23.1522 16.3221 23.1522 16.6861V17.0385H19.813V16.2181H22.0141C22.0125 16.0679 21.9816 15.934 21.9216 15.8165C21.8615 15.6991 21.779 15.6076 21.6739 15.5421C21.5706 15.4747 21.4513 15.441 21.3163 15.441C21.1795 15.441 21.057 15.4766 20.9486 15.5479C20.8402 15.6172 20.7543 15.7125 20.6909 15.8339C20.6276 15.9533 20.5942 16.0891 20.5909 16.2412V17.076C20.5909 17.2571 20.6217 17.416 20.6834 17.5527C20.7451 17.6875 20.8327 17.7925 20.9461 17.8676C21.0595 17.9427 21.1945 17.9802 21.3513 17.9802C21.4597 17.9802 21.5581 17.9629 21.6464 17.9282C21.7348 17.8936 21.8107 17.8425 21.8741 17.7751C21.9374 17.7077 21.9849 17.6249 22.0166 17.5267L23.1397 17.5643C23.093 17.8551 22.9905 18.1083 22.832 18.324C22.6753 18.5378 22.4694 18.7044 22.2142 18.8238C21.9591 18.9412 21.6639 19 21.3288 19Z' fill='%23333333'/%3E%3Cpath d='M17.1234 19C16.7182 19 16.3705 18.9037 16.0803 18.7111C15.7919 18.5185 15.5701 18.2508 15.415 17.908C15.2599 17.5633 15.1824 17.1646 15.1824 16.7121C15.1824 16.2576 15.2599 15.8589 15.415 15.5161C15.5717 15.1714 15.7944 14.9027 16.0828 14.7101C16.373 14.5176 16.719 14.4213 17.1209 14.4213C17.4761 14.4213 17.7854 14.4954 18.0489 14.6437C18.314 14.792 18.5208 15.0019 18.6692 15.2735C18.8193 15.5431 18.8985 15.8599 18.9068 16.2239H17.7637C17.7404 15.9966 17.6737 15.8185 17.5636 15.6894C17.4552 15.5604 17.3135 15.4959 17.1384 15.4959C16.9967 15.4959 16.8724 15.5421 16.7657 15.6346C16.659 15.7251 16.5756 15.8599 16.5156 16.039C16.4572 16.2162 16.428 16.4357 16.428 16.6976C16.428 16.9595 16.4572 17.181 16.5156 17.362C16.5756 17.5411 16.659 17.6769 16.7657 17.7694C16.8724 17.8599 16.9967 17.9051 17.1384 17.9051C17.2518 17.9051 17.3518 17.8772 17.4385 17.8214C17.5269 17.7655 17.5995 17.6837 17.6562 17.5758C17.7129 17.466 17.7487 17.3332 17.7637 17.1772H18.9068C18.8951 17.5431 18.8159 17.8628 18.6692 18.1362C18.5241 18.4097 18.3198 18.6225 18.0564 18.7746C17.7946 18.9249 17.4836 19 17.1234 19Z' fill='%23333333'/%3E%3Cpath d='M12.3877 14.479L13.0205 15.9407L13.6759 14.479H14.909L13.836 16.6976L14.949 18.9162H13.7259L13.0205 17.4429L12.3327 18.9162H11.092L12.2076 16.6976L11.1471 14.479H12.3877Z' fill='%23333333'/%3E%3Cpath d='M7 18.9162V13H10.5719V14.1613H8.23814V15.3746H10.3893V16.5387H8.23814V17.7549H10.5719V18.9162H7Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 123% 123%;
          mask-size: 123% 123%;
  transition: background-color;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--word::after {
  width: var(--icon-size);
  aspect-ratio: 1/1;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background-color: #333;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H29V23H3V9Z' fill=''/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5 10.5H4.5V21.5H27.5V10.5ZM3 9V23H29V9H3Z' fill='%23333333'/%3E%3Cpath d='M22.6959 18.9798C22.4154 18.9798 22.1605 18.895 21.9311 18.7256C21.7018 18.5561 21.5186 18.3019 21.3817 17.9629C21.2447 17.624 21.1763 17.2032 21.1763 16.7005C21.1763 16.1786 21.2472 15.7492 21.3891 15.4121C21.531 15.0751 21.7166 14.8257 21.946 14.6639C22.177 14.5022 22.4253 14.4213 22.6909 14.4213C22.8906 14.4213 23.0613 14.4617 23.2032 14.5426C23.3451 14.6216 23.4623 14.7236 23.5547 14.8488C23.6471 14.974 23.7172 15.104 23.765 15.2388H23.7898V13H25V18.9162H23.8021V18.1969H23.765C23.7139 18.3336 23.6413 18.4617 23.5472 18.5811C23.4532 18.7005 23.3352 18.7968 23.1933 18.87C23.0531 18.9432 22.8873 18.9798 22.6959 18.9798ZM23.1166 17.8791C23.2634 17.8791 23.3888 17.831 23.4928 17.7347C23.5967 17.6365 23.6768 17.4988 23.7328 17.3216C23.7889 17.1444 23.817 16.9364 23.817 16.6976C23.817 16.455 23.7889 16.246 23.7328 16.0708C23.6784 15.8955 23.5984 15.7607 23.4928 15.6663C23.3888 15.572 23.2634 15.5248 23.1166 15.5248C22.9665 15.5248 22.8394 15.5729 22.7355 15.6692C22.6315 15.7655 22.5523 15.9013 22.4979 16.0765C22.4451 16.2518 22.4187 16.4588 22.4187 16.6976C22.4187 16.9364 22.4459 17.1444 22.5003 17.3216C22.5548 17.4988 22.6332 17.6365 22.7355 17.7347C22.8394 17.831 22.9665 17.8791 23.1166 17.8791Z' fill='%23333333'/%3E%3Cpath d='M18.5713 18.9163V14.4791H19.7469V15.288H19.7865C19.8558 14.9952 19.9688 14.7776 20.1255 14.6351C20.2823 14.4907 20.4646 14.4185 20.6725 14.4185C20.7286 14.4185 20.7863 14.4233 20.8457 14.4329C20.9051 14.4406 20.9604 14.4531 21.0115 14.4705V15.6982C20.9538 15.6751 20.8779 15.6568 20.7839 15.6433C20.6915 15.6298 20.609 15.6231 20.5364 15.6231C20.3928 15.6231 20.2633 15.6606 20.1478 15.7357C20.034 15.8089 19.944 15.912 19.878 16.0448C19.8137 16.1758 19.7815 16.3299 19.7815 16.507V18.9163H18.5713Z' fill='%23333333'/%3E%3Cpath d='M16.0309 19C15.6316 19 15.2884 18.9046 15.0013 18.714C14.7159 18.5214 14.4956 18.2537 14.3405 17.9109C14.1871 17.5662 14.1104 17.1666 14.1104 16.7121C14.1104 16.2556 14.1871 15.856 14.3405 15.5132C14.4956 15.1685 14.7159 14.9008 15.0013 14.7101C15.2884 14.5176 15.6316 14.4213 16.0309 14.4213C16.4302 14.4213 16.7725 14.5176 17.058 14.7101C17.3451 14.9008 17.5653 15.1685 17.7188 15.5132C17.8739 15.856 17.9514 16.2556 17.9514 16.7121C17.9514 17.1666 17.8739 17.5662 17.7188 17.9109C17.5653 18.2537 17.3451 18.5214 17.058 18.714C16.7725 18.9046 16.4302 19 16.0309 19ZM16.0383 17.934C16.1835 17.934 16.3064 17.882 16.4071 17.778C16.5077 17.674 16.5844 17.5296 16.6372 17.3447C16.6917 17.1598 16.7189 16.9461 16.7189 16.7034C16.7189 16.4569 16.6917 16.2412 16.6372 16.0563C16.5844 15.8714 16.5077 15.727 16.4071 15.623C16.3064 15.519 16.1835 15.467 16.0383 15.467C15.8882 15.467 15.7611 15.519 15.6572 15.623C15.5549 15.727 15.4765 15.8714 15.4221 16.0563C15.3693 16.2412 15.3429 16.4569 15.3429 16.7034C15.3429 16.9461 15.3693 17.1598 15.4221 17.3447C15.4765 17.5296 15.5549 17.674 15.6572 17.778C15.7611 17.882 15.8882 17.934 16.0383 17.934Z' fill='%23333333'/%3E%3Cpath d='M8.47504 18.9162L7 13H8.35377L9.11852 16.8767H9.16059L10.0342 13H11.138L12.0117 16.8854H12.0538L12.821 13H14.1723L12.6997 18.9162H11.5192L10.6059 15.3284H10.5663L9.6531 18.9162H8.47504Z' fill='%23333333'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9H29V23H3V9Z' fill=''/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5 10.5H4.5V21.5H27.5V10.5ZM3 9V23H29V9H3Z' fill='%23333333'/%3E%3Cpath d='M22.6959 18.9798C22.4154 18.9798 22.1605 18.895 21.9311 18.7256C21.7018 18.5561 21.5186 18.3019 21.3817 17.9629C21.2447 17.624 21.1763 17.2032 21.1763 16.7005C21.1763 16.1786 21.2472 15.7492 21.3891 15.4121C21.531 15.0751 21.7166 14.8257 21.946 14.6639C22.177 14.5022 22.4253 14.4213 22.6909 14.4213C22.8906 14.4213 23.0613 14.4617 23.2032 14.5426C23.3451 14.6216 23.4623 14.7236 23.5547 14.8488C23.6471 14.974 23.7172 15.104 23.765 15.2388H23.7898V13H25V18.9162H23.8021V18.1969H23.765C23.7139 18.3336 23.6413 18.4617 23.5472 18.5811C23.4532 18.7005 23.3352 18.7968 23.1933 18.87C23.0531 18.9432 22.8873 18.9798 22.6959 18.9798ZM23.1166 17.8791C23.2634 17.8791 23.3888 17.831 23.4928 17.7347C23.5967 17.6365 23.6768 17.4988 23.7328 17.3216C23.7889 17.1444 23.817 16.9364 23.817 16.6976C23.817 16.455 23.7889 16.246 23.7328 16.0708C23.6784 15.8955 23.5984 15.7607 23.4928 15.6663C23.3888 15.572 23.2634 15.5248 23.1166 15.5248C22.9665 15.5248 22.8394 15.5729 22.7355 15.6692C22.6315 15.7655 22.5523 15.9013 22.4979 16.0765C22.4451 16.2518 22.4187 16.4588 22.4187 16.6976C22.4187 16.9364 22.4459 17.1444 22.5003 17.3216C22.5548 17.4988 22.6332 17.6365 22.7355 17.7347C22.8394 17.831 22.9665 17.8791 23.1166 17.8791Z' fill='%23333333'/%3E%3Cpath d='M18.5713 18.9163V14.4791H19.7469V15.288H19.7865C19.8558 14.9952 19.9688 14.7776 20.1255 14.6351C20.2823 14.4907 20.4646 14.4185 20.6725 14.4185C20.7286 14.4185 20.7863 14.4233 20.8457 14.4329C20.9051 14.4406 20.9604 14.4531 21.0115 14.4705V15.6982C20.9538 15.6751 20.8779 15.6568 20.7839 15.6433C20.6915 15.6298 20.609 15.6231 20.5364 15.6231C20.3928 15.6231 20.2633 15.6606 20.1478 15.7357C20.034 15.8089 19.944 15.912 19.878 16.0448C19.8137 16.1758 19.7815 16.3299 19.7815 16.507V18.9163H18.5713Z' fill='%23333333'/%3E%3Cpath d='M16.0309 19C15.6316 19 15.2884 18.9046 15.0013 18.714C14.7159 18.5214 14.4956 18.2537 14.3405 17.9109C14.1871 17.5662 14.1104 17.1666 14.1104 16.7121C14.1104 16.2556 14.1871 15.856 14.3405 15.5132C14.4956 15.1685 14.7159 14.9008 15.0013 14.7101C15.2884 14.5176 15.6316 14.4213 16.0309 14.4213C16.4302 14.4213 16.7725 14.5176 17.058 14.7101C17.3451 14.9008 17.5653 15.1685 17.7188 15.5132C17.8739 15.856 17.9514 16.2556 17.9514 16.7121C17.9514 17.1666 17.8739 17.5662 17.7188 17.9109C17.5653 18.2537 17.3451 18.5214 17.058 18.714C16.7725 18.9046 16.4302 19 16.0309 19ZM16.0383 17.934C16.1835 17.934 16.3064 17.882 16.4071 17.778C16.5077 17.674 16.5844 17.5296 16.6372 17.3447C16.6917 17.1598 16.7189 16.9461 16.7189 16.7034C16.7189 16.4569 16.6917 16.2412 16.6372 16.0563C16.5844 15.8714 16.5077 15.727 16.4071 15.623C16.3064 15.519 16.1835 15.467 16.0383 15.467C15.8882 15.467 15.7611 15.519 15.6572 15.623C15.5549 15.727 15.4765 15.8714 15.4221 16.0563C15.3693 16.2412 15.3429 16.4569 15.3429 16.7034C15.3429 16.9461 15.3693 17.1598 15.4221 17.3447C15.4765 17.5296 15.5549 17.674 15.6572 17.778C15.7611 17.882 15.8882 17.934 16.0383 17.934Z' fill='%23333333'/%3E%3Cpath d='M8.47504 18.9162L7 13H8.35377L9.11852 16.8767H9.16059L10.0342 13H11.138L12.0117 16.8854H12.0538L12.821 13H14.1723L12.6997 18.9162H11.5192L10.6059 15.3284H10.5663L9.6531 18.9162H8.47504Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 123% 123%;
          mask-size: 123% 123%;
  transition: background-color;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]):visited {
  color: #61018d;
}
@media (hover: hover) {
  .p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]) {
    transition: opacity 0.3s;
  }
  .p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]):hover {
    opacity: 0.7;
  }
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--sm {
  font-size: 0.875rem;
  --icon-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--sm {
    font-size: 0.8125rem;
  }
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--sm-pc-sp {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--xsm {
  --icon-size: 1rem;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]).--xsm {
    font-size: 0.6875rem;
  }
}
.p-editor__content ul:not([class*=p-], [class*=c-]) {
  list-style: none;
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-editor__content ul:not([class*=p-], [class*=c-]) li {
    font-size: 0.9375rem;
  }
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li + li {
  margin-top: 0.4375rem;
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li::before {
  position: absolute;
  top: 0;
  top: 0.625rem;
  left: 0;
  left: 0.4375rem;
  width: 0.625rem;
  aspect-ratio: 1/1;
  content: "";
  background: #356d64;
  border-radius: 50%;
}
.p-editor__content ul:not([class*=p-], [class*=c-]).--separate-row ul:not([class*=p-], [class*=c-]) li {
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid #d3d3d3;
}
.p-editor__content ul:not([class*=p-], [class*=c-]).--separate-row ul:not([class*=p-], [class*=c-]) li::before {
  width: 0.5rem;
}
@media all and (min-width: 768px), print {
  .p-editor__content ul:not([class*=p-], [class*=c-]).--separate-row ul:not([class*=p-], [class*=c-]) li {
    padding-left: 1.6875rem;
  }
  .p-editor__content ul:not([class*=p-], [class*=c-]).--separate-row ul:not([class*=p-], [class*=c-]) li::before {
    left: 0.625rem;
  }
}
.p-editor__content ul:not([class*=p-], [class*=c-]).--separate-row ul:not([class*=p-], [class*=c-]) li + li {
  margin-top: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content ul:not([class*=p-], [class*=c-]) li {
    padding-left: 1.375rem;
  }
  .p-editor__content ul:not([class*=p-], [class*=c-]) li::before {
    width: 0.5rem;
  }
}
.p-editor__content ol:not([class*=p-], [class*=c-]) {
  list-style-type: none;
  counter-reset: custom-counter;
}
.p-editor__content ol:not([class*=p-], [class*=c-]) li {
  position: relative;
  padding-left: 1.75rem;
  counter-increment: custom-counter;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-editor__content ol:not([class*=p-], [class*=c-]) li {
    font-size: 0.9375rem;
  }
}
.p-editor__content ol:not([class*=p-], [class*=c-]) li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #356d64;
  content: counter(custom-counter) ".";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-editor__content ol:not([class*=p-], [class*=c-]) li::before {
    font-size: 0.9375rem;
  }
}
.p-editor__content ol:not([class*=p-], [class*=c-]) li + li {
  margin-top: 0.4375rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content ol:not([class*=p-], [class*=c-]) li {
    padding-left: 1.625rem;
  }
}
.p-editor__content dl:not([class*=p-], [class*=c-]) dt {
  font-weight: bold;
}
.p-editor__content dl:not([class*=p-], [class*=c-]) dd {
  padding-left: 1em;
}
.p-editor__content table:not([class*=p-], [class*=c-]) {
  width: 100%;
  border-spacing: 0 0.25rem;
  border-collapse: separate;
}
.p-editor__content table:not([class*=p-], [class*=c-]) th {
  padding: 0.5rem 0.5rem 0.4375rem;
  font-weight: 500;
  color: #356d64;
  background-color: #f2f4ee;
  border-bottom: 0.0625rem solid currentcolor;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-editor__content table:not([class*=p-], [class*=c-]) th {
    font-size: 0.9375rem;
  }
}
.p-editor__content table:not([class*=p-], [class*=c-]) td {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 0.5rem 1rem 0.4375rem;
  background-color: #fff;
  border-bottom: 0.0625rem solid #d3d3d3;
}
@media only screen and (max-width: 767px) {
  .p-editor__content table:not([class*=p-], [class*=c-]) td {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-editor__content table:not([class*=p-], [class*=c-]) th {
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-editor__content table:not([class*=p-], [class*=c-]) td {
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-editor__content table:not([class*=p-], [class*=c-]).--sp-vertical {
    display: block;
    width: 100%;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]).--sp-vertical tbody,
  .p-editor__content table:not([class*=p-], [class*=c-]).--sp-vertical tr {
    display: block;
    width: 100%;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]).--sp-vertical table:not([class*=p-], [class*=c-]) th {
    display: block;
    width: 100%;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]).--sp-vertical table:not([class*=p-], [class*=c-]) td {
    display: block;
    width: 100%;
  }
}
.p-editor__content .e-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding-left: 3.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #356d64;
  letter-spacing: 0.04em;
}
.p-editor__content .e-button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  border: 0.0625rem solid #356d64;
  border-radius: 50%;
}
.p-editor__content .e-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  aspect-ratio: 1/1;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  background-color: #356d64;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.0001L22.9997 12.0001' stroke='%23356D64' stroke-width='1.5'/%3E%3Cpath d='M18.4 8.54999L23 12L18.4 15.45' stroke='%23356D64' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.0001L22.9997 12.0001' stroke='%23356D64' stroke-width='1.5'/%3E%3Cpath d='M18.4 8.54999L23 12L18.4 15.45' stroke='%23356D64' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-editor__content .e-button.--back {
  padding-right: 3.5rem;
  padding-left: 0;
}
.p-editor__content .e-button.--back::before, .p-editor__content .e-button.--back::after {
  left: auto;
}
.p-editor__content .e-button.--back::before {
  right: 0.5rem;
}
.p-editor__content .e-button.--back::after {
  right: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12.0005L24 12.0006' stroke='%23356D64' stroke-width='1.5'/%3E%3Cpath d='M5.59985 8.54999L0.999911 12L5.59985 15.45' stroke='%23356D64' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12.0005L24 12.0006' stroke='%23356D64' stroke-width='1.5'/%3E%3Cpath d='M5.59985 8.54999L0.999911 12L5.59985 15.45' stroke='%23356D64' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (hover: hover) {
  .p-editor__content .e-button {
    transition: opacity 0.3s 0.3s;
  }
  .p-editor__content .e-button::after {
    transition: transform 0.3s;
  }
  .p-editor__content .e-button:hover {
    opacity: 0.7;
  }
  .p-editor__content .e-button:hover::after {
    transform: translateX(0.25rem);
  }
  .p-editor__content .e-button.--back:hover::after {
    transform: translateX(-0.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-editor__content .e-button {
    min-height: 1.75rem;
    padding-left: 3rem;
    font-size: 0.9375rem;
  }
  .p-editor__content .e-button::before {
    width: 1.75rem;
  }
  .p-editor__content .e-button::after {
    width: 1.5rem;
  }
  .p-editor__content .e-button.--back {
    padding-right: 3rem;
    padding-left: 0;
  }
}
.p-editor__content .e-box {
  padding: 3.75rem 1.5rem;
  background-color: #fafafa;
  border-radius: 0.25rem;
}
.p-editor__content .e-box.--bg-grey {
  background-color: #aaa;
}
.p-editor__content .e-box__title {
  font-size: 1rem;
  font-weight: bold;
}
.p-editor__content .e-box__text {
  margin-top: 0.3125rem;
  font-size: 1rem;
}
.p-editor__content .e-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-editor__content .e-grid__img {
  aspect-ratio: 580/350;
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-editor__content .e-grid__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-editor__content .e-grid__texts {
  margin-top: 0.75rem;
}
.p-editor__content .e-grid__heading {
  font-weight: bold;
}
.p-editor__content .e-grid__heading.--lv6 {
  font-size: 1rem;
  letter-spacing: 0.08em;
}
.p-editor__content .e-grid__text {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-editor__content .e-grid__text {
    font-size: 0.9375rem;
  }
}
.p-editor__content .e-grid__text.--mt-sm {
  margin-top: 0.5rem;
}
.p-editor__content .e-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed pxtorem(1) #c2c2c2; */
}
.p-editor__content .e-grid__col.--col-2 {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.p-editor__content .e-grid__col.--col-2 > * {
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 0;
}
.p-editor__content .e-grid__col.--row-reverse {
  flex-direction: row-reverse;
}
.p-editor__content .e-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.p-editor__content .e-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem;
}
.p-editor__content .e-grid.--repeat-3 .p-grid__img {
  aspect-ratio: 380/230;
}
@media only screen and (max-width: 767px) {
  .p-editor__content .e-grid.--repeat-2 {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-editor__content .e-grid.--repeat-3 {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-editor__content .e-grid__col.--col-2 {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }
  .p-editor__content .e-grid__col.--col-2 > * {
    flex-basis: unset;
    width: 100%;
  }
  .p-editor__content .e-grid__col.--row-reverse {
    flex-direction: column;
  }
  .p-editor__content .e-grid__text.--mt-sm {
    margin-top: 0.75rem;
  }
}