@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap';
.p13982 {
  box-sizing: border-box;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  /* @tailwind base; */
}
.p13982 .p13982-accordion-details {
  line-height: 1.5;
  color: #424448;
  background-color: #f9f9f9;
}
.p13982 .p13982-accordion-details .p13982-accordion-details__summary {
  position: relative;
  display: block;
  padding: 10px 40px 10px 16px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  background: #f0f0f0;
  background-color: #f0f0f0;
}
.p13982 .p13982-accordion-details .p13982-accordion-details__summary::-webkit-details-marker {
  display: none;
}
.p13982 .p13982-accordion-details .p13982-accordion-details__summary::before {
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  box-sizing: border-box;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border: 6px solid transparent;
  border-left: 6px solid #424448;
  transition: all 0.4s ease-out;
  transform: rotate(90deg);
  transform-origin: 3px 6px;
}
.p13982 .p13982-accordion-details[open] .p13982-accordion-details__summary::before {
  transform: rotate(-90deg);
}
.p13982 .p13982-accordion-details .p13982-accordion-details__content {
  padding-right: 16px;
  padding-left: 16px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
}
.p13982 .p13982-accordion-details .p13982-accordion-details__content > * {
  padding-top: 16px;
  margin: 0;
}
.p13982 .p13982-accordion-details .p13982-accordion-details__content > *:last-child {
  padding-bottom: 16px;
}
.p13982 .p13982-c-table {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
.p13982 .p13982-c-table th,
.p13982 .p13982-c-table td {
  padding: 4px 8px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.p13982 .p13982-c-table th {
  text-align: right;
  background-color: #f6f6f6;
}
.p13982 * {
  box-sizing: border-box;
}
.p13982 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p13982 ul,
.p13982 ol {
  list-style: none;
}
.p13982 sub,
.p13982 sup {
  font-size: 10px;
}
@media (width >= 640px) {
  .p13982 sub,
  .p13982 sup {
    font-size: 12px;
  }
}
.p13982 sub {
  vertical-align: sub;
}
.p13982 sup {
  position: relative;
  top: -0.5em;
}
.p13982 a {
  transition: 0.5s ease;
}
.p13982 a:focus, .p13982 a:hover {
  text-decoration: none;
}
.p13982 a:hover {
  opacity: 0.7;
}
.p13982 .p13982-p-cta {
  padding: 20px;
  background-color: #089924;
}
.p13982 .p13982-p-cta-ttl {
  max-width: 90%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p13982 .p13982-p-cta-ttl {
    max-width: 70%;
  }
}
.p13982 .p13982-p-cta-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media (width >= 640px) {
  .p13982 .p13982-p-cta-inner {
    padding: 40px;
  }
}
.p13982 .p13982-p-cta-image {
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p13982 .p13982-p-cta-image {
    max-width: 80%;
  }
}
.p13982 .p13982-p-cta-subttl {
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p13982 .p13982-p-cta-subttl {
    max-width: 80%;
  }
}
.p13982 .p13982-p-cta-txt {
  margin: 0 auto 20px;
  text-align: left;
}
@media (width >= 640px) {
  .p13982 .p13982-p-cta-txt {
    text-align: center;
  }
}
.p13982 .p13982-p-cta-lead {
  margin: 0 auto 20px;
  font-weight: bold;
  text-align: center;
}
.p13982 .p13982-p-cta-bnr {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (width >= 640px) {
  .p13982 .p13982-p-cta-bnr {
    max-width: 60%;
  }
}
.p13982 .p-cta-x {
  padding: 32px 16px 48px;
  font-family: sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #151515;
  text-align: justify;
  letter-spacing: 0.1em;
  background-color: #f9f5ec;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #f7f1e6 8px, #f7f1e6 26px);
  background-size: auto auto;
  border: 5px solid #a27217;
}
@media screen and (width >= 638px) {
  .p13982 .p-cta-x {
    padding: 32px 32px 48px;
  }
}
.p13982 .p-cta-x__description {
  font-size: 16px;
  line-height: 1.5;
}
.p13982 .p-cta-x__heading {
  max-width: 377px;
  margin: -16px auto 16px;
}
.p13982 .p-cta-x__heading img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p13982 .p-cta-x__balloon {
  position: relative;
  width: calc(100% - 64px);
  padding: 16px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0;
  font-weight: bold;
  color: #e74224;
  background-color: #fff;
  border-radius: 16px;
}
.p13982 .p-cta-x__balloon::after {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  transform: rotate(0deg);
}
.p13982 .p-cta-x__balloon::before {
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  width: 38px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  background-image: url("https://image.moratame.net/images/detail/12466/images/12466-pocke.png");
  background-repeat: no-repeat;
  background-size: 38px;
}
.p13982 .p-cta-x__lead {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #a27217;
  text-align: center;
}
.p13982 .p-cta-x__hashtags {
  padding: 8px 0 16px;
  margin-top: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #333;
  text-align: center;
  background-color: #ede2cc;
}
.p13982 .p-cta-x__hashtag {
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.375;
}
.p13982 .p-cta-x__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 200px;
  height: 44px;
  margin: auto;
  margin-top: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #1d9bf0;
  border-radius: 9999px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
@media screen and (width >= 638px) {
  .p13982 .p-cta-x__button {
    width: 250px;
    height: 50px;
  }
}
.p13982 .p-cta-x__button:active {
  box-shadow: none;
  opacity: 1;
  transform: translateY(4px);
}
.p13982 .p-cta-x__button::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  transform: rotate(0deg);
}
.p13982 .u-cta-x__hidden--sp {
  display: none;
}
@media screen and (width >= 638px) {
  .p13982 .p-cta-x__balloon {
    width: fit-content;
    margin-left: auto;
  }
  .p13982 .p-cta-x__hashtags {
    padding: 8px 32px 16px;
  }
  .p13982 .p-cta-x__hashtag {
    font-size: 16px;
  }
  .p13982 .u-cta-x__hidden--sp {
    display: block;
  }
  .p13982 .u-cta-x__hidden--pc {
    display: none;
  }
}
.p13982 .p13982-accordion-single {
  background-color: #fff;
  border-color: #c8d5db;
  border-style: solid;
  border-width: 1px 0 0;
}
.p13982 .p13982-accordion-single-title {
  position: relative;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@media (width >= 640px) {
  .p13982 .p13982-accordion-single-title {
    font-size: 14px;
  }
}
.p13982 .p13982-accordion-single-title::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%) rotate(135deg);
}
.p13982 .p13982-accordion-single-content {
  max-height: 0;
  overflow: hidden;
  font-size: 10px;
  text-align: left;
  transition: max-height 0.3s ease-in-out;
}
@media (width >= 640px) {
  .p13982 .p13982-accordion-single-content {
    font-size: 12px;
  }
}
.p13982 .p13982-accordion-single-content-inner {
  padding: 16px;
}
@media (width >= 640px) {
  .p13982 .p13982-accordion-single-content-inner {
    padding: 16px 32px;
  }
}
.p13982 .p13982-accordion-single-item.p13982-is-open .p13982-accordion-single-content {
  max-height: fit-content;
}
.p13982 .p13982-accordion-single-item.p13982-is-open .p13982-accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}
.p13982 .p13982-p-main {
  position: relative;
  width: auto;
  overflow: hidden;
  /* /游ゴシック体 */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1.625;
  color: #424448;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
  letter-spacing: 0.1em;
  background-color: #fff;
  background-size: 160px;
  border: 1px solid #ccc;
  /* 明朝　IE11 最適 */
}
@media (width >= 640px) {
  .p13982 .p13982-p-main {
    font-size: 16px;
  }
}
.p13982 .p13982-p-line-up__heading {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (width >= 640px) {
  .p13982 .p13982-p-line-up__heading {
    font-size: 32px;
  }
}
.p13982 .p13982-p-line-up__heading::before,
.p13982 .p13982-p-line-up__heading::after {
  content: "-";
}
.p13982 .p13982-p-line-up__heading::before {
  margin-right: 8px;
}
.p13982 .p13982-p-line-up__heading::after {
  margin-left: 8px;
}
.p13982 .p13982-p-line-up__card {
  padding: 32px 16px 48px;
}
@media (width >= 640px) {
  .p13982 .p13982-p-line-up__card {
    padding: 32px 32px 48px;
  }
}
.p13982 .p13982-p-line-up__card-heading {
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-style: solid;
  border-width: 0 0 2px;
}
@media (width >= 640px) {
  .p13982 .p13982-p-line-up__card-heading {
    font-size: 24px;
  }
}
.p13982 .p13982-p-line-up__card-row {
  display: grid;
  grid-template-rows: 1fr;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 640px) {
  .p13982 .p13982-p-line-up__card-row {
    grid-template-columns: auto 320px;
    grid-gap: 32px;
  }
}
.p13982 .p13982-p-line-up__card-item {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p13982 .p13982-p-line-up__card-lead {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media (width >= 640px) {
  .p13982 .p13982-p-line-up__card-lead {
    font-size: 16px;
    text-align: left;
  }
}
@media (width >= 640px) {
  .p13982 .p13982-p-line-up__card-lead::before,
  .p13982 .p13982-p-line-up__card-lead::after {
    content: "～";
  }
}
.p13982 .p13982-p-line-up__card-description {
  line-height: 1.75;
}
@media (width >= 640px) {
  .p13982 .p13982-p-line-up__card-description {
    font-size: 16px;
  }
}
.p13982 .p13982-p-line-up__card-description-note {
  font-size: 12px;
}
.p13982 .p13982-p-line-up__card-detail {
  display: table;
  padding: 8px 0;
  font-size: 13px;
  text-align: left;
  border-color: #666;
  border-style: dashed;
  border-width: 2px 0;
}
@media (width >= 640px) {
  .p13982 .p13982-p-line-up__card-detail {
    font-size: 14px;
  }
}
.p13982 .p13982-p-line-up__button {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #7d0b0b;
  border-radius: 5px;
  max-width: 420px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.375;
}
@media (width >= 640px) {
  .p13982 .p13982-p-line-up__button::before, .p13982 .p13982-p-line-up__button::after {
    display: inline-block;
    display: block;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
    content: "";
    transition: all 300ms 0s ease;
  }
}
.p13982 .p13982-p-line-up__button::before {
  width: 6rem;
  margin-bottom: 2px;
  background-color: #7d0b0b;
}
.p13982 .p13982-p-line-up__button::after {
  width: 0;
  margin-top: 2px;
  background-color: rgba(255, 255, 255, 0.65);
}
.p13982 .p13982-p-line-up__button:link, .p13982 .p13982-p-line-up__button:visited, .p13982 .p13982-p-line-up__button:hover, .p13982 .p13982-p-line-up__button:active {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.p13982 .p13982-p-line-up__button:hover::after, .p13982 .p13982-p-line-up__button:active::after {
  width: 6rem;
}
.p13982 .p13982-p-line-up__button-2 {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #e50213;
  border-radius: 9999px;
}
@media (width >= 640px) {
  .p13982 .p13982-p-line-up__button-2 {
    width: 320px;
  }
}
.p13982 .p13982-p-line-up__button-2::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: inline-block;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  font-size: 0;
  line-height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  transform: rotate(0deg);
}
.p13982 .p13982-p-line-up__button-2:link, .p13982 .p13982-p-line-up__button-2:visited, .p13982 .p13982-p-line-up__button-2:hover, .p13982 .p13982-p-line-up__button-2:active {
  color: #fff;
  text-decoration: none;
}
.p13982 .p13982-p-banner {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.p13982 .p13982-p-banner-catch {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (width >= 640px) {
  .p13982 .p13982-p-banner-catch {
    font-size: 16px;
  }
}
.p13982 .p13982-p-banner-catch::before {
  content: "＼";
}
.p13982 .p13982-p-banner-catch::after {
  content: "／";
}
.p13982 .p13982-p-item-detail {
  padding: 64px 16px;
  background-color: #00aeeb;
  background-image: url(https://image.moratame.net/images/detail/13982/images/product_bg_pc.png);
  background-size: cover;
  border-top: 32px solid #00aeeb;
  border-bottom: 32px solid #00aeeb;
}
@media (width >= 640px) {
  .p13982 .p13982-p-item-detail {
    padding: 48px 32px;
  }
}
.p13982 .p13982-p-item-detail__title {
  position: relative;
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: center;
}
@media (width >= 640px) {
  .p13982 .p13982-p-item-detail__title {
    text-align: left;
  }
}
.p13982 .p13982-p-item-detail__title span {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
@media (width >= 640px) {
  .p13982 .p13982-p-item-detail__title span {
    position: absolute;
    bottom: 0;
    left: 60px;
  }
}
.p13982 .p13982-p-item-detail__data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1px;
  font-size: 12px;
  background-color: #ccc;
  border-radius: 8px;
}
.p13982 .p13982-p-item-detail__data dt {
  color: #fff;
}
.p13982 .p13982-p-item-detail__data dd {
  background-color: #fff;
}
.p13982 .p13982-p-item-detail__data dt,
.p13982 .p13982-p-item-detail__data dd {
  display: grid;
  place-items: center;
}
.p13982 .p13982-p-item-detail__data dt:first-child,
.p13982 .p13982-p-item-detail__data dd:first-child {
  border-top-left-radius: 6px;
}
.p13982 .p13982-p-item-detail__data dt:nth-child(2),
.p13982 .p13982-p-item-detail__data dd:nth-child(2) {
  border-top-right-radius: 6px;
}
.p13982 .p13982-p-item-detail__data dt:last-child,
.p13982 .p13982-p-item-detail__data dd:last-child {
  border-bottom-right-radius: 6px;
}
.p13982 .p13982-p-item-detail__data dt:nth-last-child(2),
.p13982 .p13982-p-item-detail__data dd:nth-last-child(2) {
  border-bottom-left-radius: 6px;
}
.p13982 .p13982-p-item-detail__data.p13982-p-item-detail__data--fruits {
  border: 2px solid #f76402;
}
.p13982 .p13982-p-item-detail__data.p13982-p-item-detail__data--fruits dt {
  background-color: #f76402;
}
.p13982 .p13982-p-item-detail__data.p13982-p-item-detail__data--strawberry {
  border: 2px solid #f13239;
}
.p13982 .p13982-p-item-detail__data.p13982-p-item-detail__data--strawberry dt {
  background-color: #f13239;
}
.p13982 .p13982-p-item-detail__button {
  display: block;
  width: 224px;
  height: 47px;
  margin: 0 auto;
  margin-top: 16px;
  background-image: url(https://image.moratame.net/images/detail/13982/images/product_btn_off.svg);
  opacity: 1;
}
.p13982 .p13982-p-item-detail__button span {
  display: none;
}
.p13982 .p13982-p-item-detail__button:hover {
  background-image: url(https://image.moratame.net/images/detail/13982/images/product_btn_on.svg);
  opacity: 1;
}
.p13982 .p13982-p-set {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #fff;
  background-color: #00aeeb;
  background-image: url(https://image.moratame.net/images/detail/13982/images/about_bg02_pc.png);
  background-position: center;
  background-size: cover;
}
.p13982 .p13982-p-set__title,
.p13982 .p13982-p-set__title-2 {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.p13982 .p13982-p-set__title {
  font-size: 30px;
}
@media (width >= 640px) {
  .p13982 .p13982-p-set__title {
    font-size: 48px;
  }
}
.p13982 .p13982-p-set__title-2 {
  font-size: 24px;
}
@media (width >= 640px) {
  .p13982 .p13982-p-set__title-2 {
    font-size: 32px;
  }
}
.p13982 .p13982-p-set__img {
  padding: 16px;
  background-color: #00aeeb;
}
@media (width >= 640px) {
  .p13982 .p13982-p-set__img {
    padding: 16px 32px;
  }
}
.p13982 .p13982-p-set__button {
  display: block;
  display: grid;
  place-items: center;
  width: 224px;
  height: 47px;
  margin: 0 auto;
  margin-top: 32px;
  font-weight: bold;
  color: #057ba8;
  background-color: #fff;
  border: 2px solid #057ba8;
  border-radius: 9999px;
  opacity: 1;
}
.p13982 .p13982-p-set__button:hover {
  color: #fff;
  background-color: #057ba8;
  opacity: 1;
}
.p13982-u-br::before {
  white-space: pre;
  content: "\a";
}
.p13982-u-br--clear::before {
  content: "";
}
@media (width >= 640px) {
  .p13982 .pc\:p13982-u-br::before {
    white-space: pre;
    content: "\a";
  }
}
@media (width >= 640px) {
  .p13982 .pc\:p13982-u-br--clear::before {
    content: "";
  }
}
.p13982-u-va_sub {
  vertical-align: sub;
}
.p13982-u-va_sup {
  vertical-align: super;
}
.p13982-u-noto-serif {
  font-family: "Noto Serif JP", serif;
}
.p13982 .p-10662-u-indent {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}
.p13982 .p-10662-u-text--rosehip {
  color: #d93049;
}
.p13982 .p-10662-u-text--amani {
  color: #d93049;
}
.p13982 .p-10662-u-note {
  font-size: 10px;
  font-weight: normal;
  text-align: right;
}
@media (width >= 640px) {
  .p13982 .p-10662-u-note {
    font-size: 12px;
  }
}
.p13982 .p13982-u-sup {
  position: relative;
  top: -0.1em;
  font-size: 10px;
  vertical-align: top;
}
.p13982 .youtube-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p13982 .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p13982 .p13982-absolute {
  position: absolute;
}
.p13982 .p13982-relative {
  position: relative;
}
.p13982 .p13982-bottom-2 {
  bottom: 0.5rem;
}
.p13982 .p13982-left-1\/2 {
  left: 50%;
}
.p13982 .p13982-z-10 {
  z-index: 10;
}
.p13982 .p13982-z-20 {
  z-index: 20;
}
.p13982 .p13982-m-auto {
  margin: auto;
}
.p13982 .-p13982-mx-4 {
  margin-right: -1rem;
  margin-left: -1rem;
}
.p13982 .p13982-mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.p13982 .p13982-ml-\[1em\] {
  margin-left: 1em;
}
.p13982 .p13982-ml-\[48px\] {
  margin-left: 48px;
}
.p13982 .p13982-ml-auto {
  margin-left: auto;
}
.p13982 .p13982-mr-auto {
  margin-right: auto;
}
.p13982 .p13982-mt-12 {
  margin-top: 3rem;
}
.p13982 .p13982-mt-16 {
  margin-top: 4rem;
}
.p13982 .p13982-mt-2 {
  margin-top: 0.5rem;
}
.p13982 .p13982-mt-4 {
  margin-top: 1rem;
}
.p13982 .p13982-mt-8 {
  margin-top: 2rem;
}
.p13982 .p13982-block {
  display: block;
}
.p13982 .p13982-table {
  display: table;
}
.p13982 .p13982-grid {
  display: grid;
}
.p13982 .p13982-h-8 {
  height: 2rem;
}
.p13982 .p13982-w-8 {
  width: 2rem;
}
.p13982 .p13982-w-\[100px\] {
  width: 100px;
}
.p13982 .p13982-w-fit {
  width: fit-content;
  width: fit-content;
}
.p13982 .p13982-max-w-\[200px\] {
  max-width: 200px;
}
.p13982 .p13982-max-w-\[240px\] {
  max-width: 240px;
}
.p13982 .p13982-max-w-\[320px\] {
  max-width: 320px;
}
.p13982 .p13982-max-w-\[360px\] {
  max-width: 360px;
}
.p13982 .p13982-max-w-\[380px\] {
  max-width: 380px;
}
.p13982 .p13982-max-w-\[516px\] {
  max-width: 516px;
}
.p13982 .p13982-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.p13982 .p13982-grid-cols-\[100px_1fr\] {
  grid-template-columns: 100px 1fr;
}
.p13982 .p13982-grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}
.p13982 .p13982-items-center {
  align-items: center;
}
.p13982 .p13982-justify-center {
  justify-content: center;
}
.p13982 .p13982-gap-2 {
  gap: 0.5rem;
}
.p13982 .p13982-gap-4 {
  gap: 1rem;
}
.p13982 .p13982-rounded-full {
  border-radius: 9999px;
}
.p13982 .p13982-border {
  border-width: 1px;
}
.p13982 .p13982-border-4 {
  border-width: 4px;
}
.p13982 .p13982-border-\[16px\] {
  border-width: 16px;
}
.p13982 .p13982-border-t {
  border-top-width: 1px;
}
.p13982 .p13982-border-solid {
  border-style: solid;
}
.p13982 .p13982-border-dotted {
  border-style: dotted;
}
.p13982 .p13982-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0/var(--tw-border-opacity));
}
.p13982 .p13982-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}
.p13982 .p13982-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128/var(--tw-border-opacity));
}
.p13982 .p13982-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68/var(--tw-border-opacity));
}
.p13982 .p13982-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
}
.p13982 .p13982-bg-\[\#fef200\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 0/var(--tw-bg-opacity));
}
.p13982 .p13982-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
}
.p13982 .p13982-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242/var(--tw-bg-opacity));
}
.p13982 .p13982-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
}
.p13982 .p13982-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.p13982 .p13982-px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.p13982 .p13982-px-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.p13982 .p13982-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.p13982 .p13982-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p13982 .p13982-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p13982 .p13982-text-center {
  text-align: center;
}
.p13982 .p13982-indent-\[-1em\] {
  text-indent: -1em;
}
.p13982 .p13982-font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.p13982 .p13982-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.p13982 .p13982-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.p13982 .p13982-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.p13982 .p13982-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.p13982 .p13982-font-bold {
  font-weight: 700;
}
.p13982 .p13982-leading-normal {
  line-height: 1.5;
}
.p13982 .p13982-leading-relaxed {
  line-height: 1.625;
}
.p13982 .p13982-leading-snug {
  line-height: 1.375;
}
.p13982 .p13982-leading-tight {
  line-height: 1.25;
}
.p13982 .p13982-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}
.p13982 .p13982-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}
.p13982 .p13982-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}
.p13982 .p13982-text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18/var(--tw-text-opacity));
}
.p13982 .p13982-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity));
}
.p13982 .p13982-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
@media (width >= 640px) {
  .p13982 .pc\:p13982-ml-\[58px\] {
    margin-left: 58px;
  }
  .p13982 .pc\:p13982-hidden {
    display: none;
  }
  .p13982 .pc\:p13982-h-10 {
    height: 2.5rem;
  }
  .p13982 .pc\:p13982-w-10 {
    width: 2.5rem;
  }
  .p13982 .pc\:p13982-w-\[120px\] {
    width: 120px;
  }
  .p13982 .pc\:p13982-max-w-\[240px\] {
    max-width: 240px;
  }
  .p13982 .pc\:p13982-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p13982 .pc\:p13982-gap-8 {
    gap: 2rem;
  }
  .p13982 .pc\:p13982-px-8 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p13982 .pc\:p13982-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.p13982-title {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #000;
  text-align: center;
  text-shadow: none;
  background: inherit;
}

.bootstrap-v3-3-7--scope figure.p13982-mt-2 {
  margin-top: 0.5rem;
}

.bootstrap-v3-3-7--scope figure.p13982-mt-4 {
  margin-top: 1rem;
}

.bootstrap-v3-3-7--scope figure.p13982-mt-5 {
  margin-top: 1.25rem;
}

.bootstrap-v3-3-7--scope figure.p13982-mt-6 {
  margin-top: 1.5rem;
}

.bootstrap-v3-3-7--scope figure.p13982-mt-8 {
  margin-top: 2rem;
}

.bootstrap-v3-3-7--scope figure.p13982-mb-8 {
  margin-bottom: 2rem;
}

div.content h2.p13982-text-xl {
  font-size: 1.25rem;
}

div.content h2.p13982-text-2xl {
  font-size: 1.5rem;
}

.ui-mobile a img.p13982-border-4 {
  border-width: 4px;
}

.ui-mobile a img.p13982-border-8 {
  border-width: 8px;
}
