@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';
.p13995 {
  box-sizing: border-box;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  /* @tailwind base; */
}
.p13995 .p13995-accordion-details {
  line-height: 1.5;
  color: #424448;
  background-color: #f9f9f9;
}
.p13995 .p13995-accordion-details .p13995-accordion-details__summary {
  position: relative;
  display: block;
  padding: 10px 40px 10px 16px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  background: #f0f0f0;
  background-color: #f0f0f0;
}
.p13995 .p13995-accordion-details .p13995-accordion-details__summary::-webkit-details-marker {
  display: none;
}
.p13995 .p13995-accordion-details .p13995-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;
}
.p13995 .p13995-accordion-details[open] .p13995-accordion-details__summary::before {
  transform: rotate(-90deg);
}
.p13995 .p13995-accordion-details .p13995-accordion-details__content {
  padding-right: 16px;
  padding-left: 16px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
}
.p13995 .p13995-accordion-details .p13995-accordion-details__content > * {
  padding-top: 16px;
  margin: 0;
}
.p13995 .p13995-accordion-details .p13995-accordion-details__content > *:last-child {
  padding-bottom: 16px;
}
.p13995 .p13995-c-table {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
.p13995 .p13995-c-table th,
.p13995 .p13995-c-table td {
  padding: 4px 8px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.p13995 .p13995-c-table th {
  text-align: right;
  background-color: #f6f6f6;
}
.p13995 * {
  box-sizing: border-box;
}
.p13995 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p13995 ul,
.p13995 ol {
  list-style: none;
}
.p13995 sub,
.p13995 sup {
  font-size: 10px;
}
@media (width >= 640px) {
  .p13995 sub,
  .p13995 sup {
    font-size: 12px;
  }
}
.p13995 sub {
  vertical-align: sub;
}
.p13995 sup {
  position: relative;
  top: -0.5em;
}
.p13995 a {
  transition: 0.5s ease;
}
.p13995 a:focus, .p13995 a:hover {
  text-decoration: none;
}
.p13995 a:hover {
  opacity: 0.7;
}
.p13995 .p13995-p-cta {
  padding: 20px;
  background-color: #089924;
}
.p13995 .p13995-p-cta-ttl {
  max-width: 90%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p13995 .p13995-p-cta-ttl {
    max-width: 70%;
  }
}
.p13995 .p13995-p-cta-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media (width >= 640px) {
  .p13995 .p13995-p-cta-inner {
    padding: 40px;
  }
}
.p13995 .p13995-p-cta-image {
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p13995 .p13995-p-cta-image {
    max-width: 80%;
  }
}
.p13995 .p13995-p-cta-subttl {
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p13995 .p13995-p-cta-subttl {
    max-width: 80%;
  }
}
.p13995 .p13995-p-cta-txt {
  margin: 0 auto 20px;
  text-align: left;
}
@media (width >= 640px) {
  .p13995 .p13995-p-cta-txt {
    text-align: center;
  }
}
.p13995 .p13995-p-cta-lead {
  margin: 0 auto 20px;
  font-weight: bold;
  text-align: center;
}
.p13995 .p13995-p-cta-bnr {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (width >= 640px) {
  .p13995 .p13995-p-cta-bnr {
    max-width: 60%;
  }
}
.p13995 .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) {
  .p13995 .p-cta-x {
    padding: 32px 32px 48px;
  }
}
.p13995 .p-cta-x__description {
  font-size: 16px;
  line-height: 1.5;
}
.p13995 .p-cta-x__heading {
  max-width: 377px;
  margin: -16px auto 16px;
}
.p13995 .p-cta-x__heading img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p13995 .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;
}
.p13995 .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);
}
.p13995 .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;
}
.p13995 .p-cta-x__lead {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #a27217;
  text-align: center;
}
.p13995 .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;
}
.p13995 .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;
}
.p13995 .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) {
  .p13995 .p-cta-x__button {
    width: 250px;
    height: 50px;
  }
}
.p13995 .p-cta-x__button:active {
  box-shadow: none;
  opacity: 1;
  transform: translateY(4px);
}
.p13995 .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);
}
.p13995 .u-cta-x__hidden--sp {
  display: none;
}
@media screen and (width >= 638px) {
  .p13995 .p-cta-x__balloon {
    width: fit-content;
    margin-left: auto;
  }
  .p13995 .p-cta-x__hashtags {
    padding: 8px 32px 16px;
  }
  .p13995 .p-cta-x__hashtag {
    font-size: 16px;
  }
  .p13995 .u-cta-x__hidden--sp {
    display: block;
  }
  .p13995 .u-cta-x__hidden--pc {
    display: none;
  }
}
.p13995 .p13995-accordion-single {
  background-color: #fff;
  border-color: #c8d5db;
  border-style: solid;
  border-width: 1px 0 0;
}
.p13995 .p13995-accordion-single-title {
  position: relative;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@media (width >= 640px) {
  .p13995 .p13995-accordion-single-title {
    font-size: 14px;
  }
}
.p13995 .p13995-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);
}
.p13995 .p13995-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) {
  .p13995 .p13995-accordion-single-content {
    font-size: 12px;
  }
}
.p13995 .p13995-accordion-single-content-inner {
  padding: 16px;
}
@media (width >= 640px) {
  .p13995 .p13995-accordion-single-content-inner {
    padding: 16px 32px;
  }
}
.p13995 .p13995-accordion-single-item.p13995-is-open .p13995-accordion-single-content {
  max-height: fit-content;
}
.p13995 .p13995-accordion-single-item.p13995-is-open .p13995-accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}
.p13995 .p13995-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) {
  .p13995 .p13995-p-main {
    font-size: 16px;
  }
}
.p13995 .p13995-p-line-up__heading {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (width >= 640px) {
  .p13995 .p13995-p-line-up__heading {
    font-size: 32px;
  }
}
.p13995 .p13995-p-line-up__heading::before,
.p13995 .p13995-p-line-up__heading::after {
  content: "-";
}
.p13995 .p13995-p-line-up__heading::before {
  margin-right: 8px;
}
.p13995 .p13995-p-line-up__heading::after {
  margin-left: 8px;
}
.p13995 .p13995-p-line-up__card {
  padding: 48px 16px;
}
@media (width >= 640px) {
  .p13995 .p13995-p-line-up__card {
    padding: 32px 32px 48px;
  }
}
.p13995 .p13995-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) {
  .p13995 .p13995-p-line-up__card-heading {
    font-size: 30px;
  }
}
.p13995 .p13995-p-line-up__card-row {
  display: grid;
  grid-template-rows: 1fr;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 640px) {
  .p13995 .p13995-p-line-up__card-row {
    grid-gap: 32px;
  }
}
.p13995 .p13995-p-line-up__card-item {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p13995 .p13995-p-line-up__card-lead {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media (width >= 640px) {
  .p13995 .p13995-p-line-up__card-lead {
    font-size: 16px;
    text-align: left;
  }
}
@media (width >= 640px) {
  .p13995 .p13995-p-line-up__card-lead::before,
  .p13995 .p13995-p-line-up__card-lead::after {
    content: "～";
  }
}
.p13995 .p13995-p-line-up__card-description {
  line-height: 1.75;
}
@media (width >= 640px) {
  .p13995 .p13995-p-line-up__card-description {
    font-size: 16px;
  }
}
.p13995 .p13995-p-line-up__card-description-note {
  font-size: 12px;
}
.p13995 .p13995-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) {
  .p13995 .p13995-p-line-up__card-detail {
    font-size: 14px;
  }
}
.p13995 .p13995-p-line-up__button {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #c1161a;
  border-radius: 5px;
  max-width: 420px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.375;
}
@media (width >= 640px) {
  .p13995 .p13995-p-line-up__button::before, .p13995 .p13995-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;
  }
}
.p13995 .p13995-p-line-up__button::before {
  width: 6rem;
  margin-bottom: 2px;
  background-color: #c1161a;
}
.p13995 .p13995-p-line-up__button::after {
  width: 0;
  margin-top: 2px;
  background-color: rgba(255, 255, 255, 0.65);
}
.p13995 .p13995-p-line-up__button:link, .p13995 .p13995-p-line-up__button:visited, .p13995 .p13995-p-line-up__button:hover, .p13995 .p13995-p-line-up__button:active {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.p13995 .p13995-p-line-up__button:hover::after, .p13995 .p13995-p-line-up__button:active::after {
  width: 6rem;
}
.p13995 .p13995-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) {
  .p13995 .p13995-p-line-up__button-2 {
    width: 320px;
  }
}
.p13995 .p13995-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);
}
.p13995 .p13995-p-line-up__button-2:link, .p13995 .p13995-p-line-up__button-2:visited, .p13995 .p13995-p-line-up__button-2:hover, .p13995 .p13995-p-line-up__button-2:active {
  color: #fff;
  text-decoration: none;
}
.p13995 .p13995-p-banner {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.p13995 .p13995-p-mv {
  padding-bottom: 32px;
  background-color: #d3101a;
  background-image: url(https://image.moratame.net/images/detail/13995/images/bg-keyvisual_1200.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 638px;
}
.p13995 .p13995-p-feature {
  position: relative;
  z-index: 1;
  padding: 48px 16px 64px;
  background-color: #fdf4c3;
  background-image: url(https://image.moratame.net/images/detail/13995/images/bg-product-01.png), url(https://image.moratame.net/images/detail/13995/images/bg-product-02.png);
  background-repeat: no-repeat;
  background-position: center top -40px, center bottom;
  background-size: 960px;
}
@media (width >= 640px) {
  .p13995 .p13995-p-feature {
    padding: 48px 32px 64px;
  }
}
.p13995 .p13995-p-feature__plus {
  padding: 32px 16px;
  margin-top: 32px;
  background-color: #fff;
  background-image: url(https://image.moratame.net/images/detail/13995/images/bg-nutrients_sp.png), url(https://image.moratame.net/images/detail/13995/images/bg-nutrients.png);
  background-repeat: no-repeat;
  background-position: center top -54px, center bottom;
  background-size: 960px;
  border-radius: 16px;
}
@media (width >= 640px) {
  .p13995 .p13995-p-feature__plus {
    padding: 32px;
  }
}
.p13995 .p13995-p-howtoeat {
  padding: 34.1333333333vw 16px 64px 16px;
  margin-top: -26.6666666667vw;
  background-color: #fff;
  background-image: url(https://image.moratame.net/images/detail/13995/images/bg-howtoeat.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width >= 640px) {
  .p13995 .p13995-p-howtoeat {
    padding: 88px 32px 64px;
    margin-top: -48px;
  }
}
.p13995 .p13995-p-banner-catch {
  position: relative;
  width: fit-content;
  margin: auto;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #d3101a;
  text-align: center;
}
@media (width >= 640px) {
  .p13995 .p13995-p-banner-catch {
    font-size: 16px;
  }
}
.p13995 .p13995-p-banner-catch::before, .p13995 .p13995-p-banner-catch::after {
  position: absolute;
  bottom: 0;
}
.p13995 .p13995-p-banner-catch::before {
  left: -1.1em;
  content: "＼";
}
.p13995 .p13995-p-banner-catch::after {
  right: -1.1em;
  content: "／";
}
.p13995 .p13995-p-recommend {
  padding: 32px 16px;
  background-color: #c1161a;
}
@media (width >= 640px) {
  .p13995 .p13995-p-recommend {
    padding: 0 32px 32px;
  }
}
.p13995 .p13995-p-recipe {
  padding: 0 16px 32px;
  background-color: #fdf2c1;
}
.p13995 .p13995-p-recipe__row {
  display: grid;
  gap: 32px;
}
@media (width >= 640px) {
  .p13995 .p13995-p-recipe__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p13995 .p13995-p-recipe__card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.p13995 .p13995-p-recipe__card img {
  border-radius: 10px 10px 0 0;
}
.p13995 .p13995-p-recipe__card .inner_title_hot,
.p13995 .p13995-p-recipe__card .inner_title_cold {
  min-height: 54.6px;
  padding: 8px 16px 8px 32px;
  font-size: 14px;
  line-height: 1.3;
  color: #12215d;
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-size: 20px;
}
.p13995 .p13995-p-recipe__card .inner_title_hot {
  background-image: url(https://image.moratame.net/images/detail/13995/images/ico-recipe-03.png);
}
.p13995 .p13995-p-recipe__card .inner_title_cold {
  background-image: url(https://image.moratame.net/images/detail/13995/images/ico-recipe-04.png);
}
.p13995-u-br::before {
  white-space: pre;
  content: "\a";
}
.p13995-u-br--clear::before {
  content: "";
}
@media (width >= 640px) {
  .p13995 .pc\:p13995-u-br::before {
    white-space: pre;
    content: "\a";
  }
}
@media (width >= 640px) {
  .p13995 .pc\:p13995-u-br--clear::before {
    content: "";
  }
}
.p13995-u-va_sub {
  vertical-align: sub;
}
.p13995-u-va_sup {
  vertical-align: super;
}
.p13995-u-noto-serif {
  font-family: "Noto Serif JP", serif;
}
.p13995 .p-10662-u-indent {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}
.p13995 .p-10662-u-text--rosehip {
  color: #d93049;
}
.p13995 .p-10662-u-text--amani {
  color: #d93049;
}
.p13995 .p-10662-u-note {
  font-size: 10px;
  font-weight: normal;
  text-align: right;
}
@media (width >= 640px) {
  .p13995 .p-10662-u-note {
    font-size: 12px;
  }
}
.p13995 .p13995-u-sup {
  position: relative;
  top: -0.1em;
  font-size: 10px;
  vertical-align: top;
}
.p13995 .youtube-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p13995 .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p13995 .p13995-absolute {
  position: absolute;
}
.p13995 .p13995-relative {
  position: relative;
}
.p13995 .p13995-bottom-2 {
  bottom: 0.5rem;
}
.p13995 .p13995-left-1\/2 {
  left: 50%;
}
.p13995 .p13995-z-10 {
  z-index: 10;
}
.p13995 .p13995-z-20 {
  z-index: 20;
}
.p13995 .p13995-m-auto {
  margin: auto;
}
.p13995 .p13995-mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.p13995 .p13995-ml-\[1em\] {
  margin-left: 1em;
}
.p13995 .p13995-ml-\[48px\] {
  margin-left: 48px;
}
.p13995 .p13995-ml-auto {
  margin-left: auto;
}
.p13995 .p13995-mr-auto {
  margin-right: auto;
}
.p13995 .p13995-mt-12 {
  margin-top: 3rem;
}
.p13995 .p13995-mt-16 {
  margin-top: 4rem;
}
.p13995 .p13995-mt-2 {
  margin-top: 0.5rem;
}
.p13995 .p13995-mt-4 {
  margin-top: 1rem;
}
.p13995 .p13995-mt-8 {
  margin-top: 2rem;
}
.p13995 .p13995-block {
  display: block;
}
.p13995 .p13995-flex {
  display: flex;
}
.p13995 .p13995-table {
  display: table;
}
.p13995 .p13995-grid {
  display: grid;
}
.p13995 .p13995-h-8 {
  height: 2rem;
}
.p13995 .p13995-w-8 {
  width: 2rem;
}
.p13995 .p13995-w-\[100px\] {
  width: 100px;
}
.p13995 .p13995-w-fit {
  width: fit-content;
  width: fit-content;
}
.p13995 .p13995-max-w-\[160px\] {
  max-width: 160px;
}
.p13995 .p13995-max-w-\[240px\] {
  max-width: 240px;
}
.p13995 .p13995-max-w-\[247\.5px\] {
  max-width: 247.5px;
}
.p13995 .p13995-max-w-\[320px\] {
  max-width: 320px;
}
.p13995 .p13995-max-w-\[360px\] {
  max-width: 360px;
}
.p13995 .p13995-max-w-\[380px\] {
  max-width: 380px;
}
.p13995 .p13995-max-w-\[466px\] {
  max-width: 466px;
}
.p13995 .p13995-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.p13995 .p13995-grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}
.p13995 .p13995-flex-wrap {
  flex-wrap: wrap;
}
.p13995 .p13995-items-center {
  align-items: center;
}
.p13995 .p13995-justify-center {
  justify-content: center;
}
.p13995 .p13995-gap-2 {
  gap: 0.5rem;
}
.p13995 .p13995-gap-8 {
  gap: 2rem;
}
.p13995 .p13995-rounded-full {
  border-radius: 9999px;
}
.p13995 .p13995-border {
  border-width: 1px;
}
.p13995 .p13995-border-4 {
  border-width: 4px;
}
.p13995 .p13995-border-\[16px\] {
  border-width: 16px;
}
.p13995 .p13995-border-t {
  border-top-width: 1px;
}
.p13995 .p13995-border-solid {
  border-style: solid;
}
.p13995 .p13995-border-dotted {
  border-style: dotted;
}
.p13995 .p13995-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0/var(--tw-border-opacity));
}
.p13995 .p13995-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}
.p13995 .p13995-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128/var(--tw-border-opacity));
}
.p13995 .p13995-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68/var(--tw-border-opacity));
}
.p13995 .p13995-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
}
.p13995 .p13995-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
}
.p13995 .p13995-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
}
.p13995 .p13995-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242/var(--tw-bg-opacity));
}
.p13995 .p13995-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
}
.p13995 .p13995-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.p13995 .p13995-px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.p13995 .p13995-px-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.p13995 .p13995-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.p13995 .p13995-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p13995 .p13995-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p13995 .p13995-text-center {
  text-align: center;
}
.p13995 .p13995-indent-\[-1em\] {
  text-indent: -1em;
}
.p13995 .p13995-font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.p13995 .p13995-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.p13995 .p13995-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.p13995 .p13995-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.p13995 .p13995-font-bold {
  font-weight: 700;
}
.p13995 .p13995-leading-normal {
  line-height: 1.5;
}
.p13995 .p13995-leading-relaxed {
  line-height: 1.625;
}
.p13995 .p13995-leading-snug {
  line-height: 1.375;
}
.p13995 .p13995-leading-tight {
  line-height: 1.25;
}
.p13995 .p13995-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}
.p13995 .p13995-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}
.p13995 .p13995-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}
.p13995 .p13995-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity));
}
.p13995 .p13995-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
@media (width >= 640px) {
  .p13995 .pc\:p13995-ml-\[58px\] {
    margin-left: 58px;
  }
  .p13995 .pc\:p13995-mt-8 {
    margin-top: 2rem;
  }
  .p13995 .pc\:p13995-hidden {
    display: none;
  }
  .p13995 .pc\:p13995-h-10 {
    height: 2.5rem;
  }
  .p13995 .pc\:p13995-w-10 {
    width: 2.5rem;
  }
  .p13995 .pc\:p13995-w-\[120px\] {
    width: 120px;
  }
  .p13995 .pc\:p13995-max-w-\[240px\] {
    max-width: 240px;
  }
  .p13995 .pc\:p13995-max-w-full {
    max-width: 100%;
  }
  .p13995 .pc\:p13995-gap-8 {
    gap: 2rem;
  }
  .p13995 .pc\:p13995-px-8 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p13995 .pc\:p13995-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.p13995-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.p13995-mt-2 {
  margin-top: 0.5rem;
}

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

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

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

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

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

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

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

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

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