@charset "UTF-8";

html {
  overflow-x: hidden;
}

/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  overflow-x: hidden;
}

.pc {
  display: none;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}


/* pcの電話番号発信対応 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}


.cta {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .cta {
    margin-top: 3.75rem;
  }
}

.cta-btn {
  width: 21.5625rem;
  height: 5rem;
  max-width: 100%;
  margin-inline: auto;
  padding-block: 0.8125rem 0.875rem;
  border-radius: 0.625rem;
  color: #FFF;
  background: #F97B05;
  font-size: 1.1875rem;
  line-height: 1.21052;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 0.3125rem 0 0 #C74500;
  box-shadow: 0 0.3125rem 0 0 #C74500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.4375rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

@media (min-width: 768px) {
  .cta-btn {
    font-size: 1.75rem;
    width: 32.5rem;
    height: 8.125rem;
    gap: 0.5rem;
    padding-block: 1.3125rem 1.5rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1.5;
  }
}

.cta-btn::before {
  content: "";
  background: url(/pc/lp_heatstroke-26/images/common/arrow-white.svg) no-repeat center center/contain;
  width: 0.625rem;
  height: 0.75rem;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.75rem;
}

@media (any-hover: hover) {
  .cta-btn:hover {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: initial;
  }
}

.text-small {
  font-size: 1rem;
  font-weight: 500;
  margin-inline: -0.1875rem;
}

@media (min-width: 768px) {
  .text-small {
    font-size: 1.25rem;
  }
}

.sub-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #F97B05;
  background: #FFF;
  padding: 0.1875rem 1.125rem;
  border-radius: 5.625rem;
}

@media (min-width: 768px) {
  .sub-text {
    font-size: 1.125rem;
    padding: 0.3125rem 3.125rem;
  }
}

.cta-btn-blue {
  width: 21.5625rem;
  height: 4rem;
  max-width: 100%;
  margin-inline: auto;
  padding-block: 1.125rem;
  border-radius: 3.75rem;
  color: #FFF;
  background: #1466CA;
  font-size: 1.375rem;
  line-height: 1.27272;
  font-weight: bold;
  text-align: center;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
  -webkit-box-shadow: 0 0.3125rem 0 0 #004F93;
  box-shadow: 0 0.3125rem 0 0 #004F93;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

@media (min-width: 768px) {
  .cta-btn-blue {
    width: 22.125rem;
    height: 4.5rem;
  }
}

.cta-btn-blue .text-en {
  display: block;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media (min-width: 768px) {
  .cta-btn-blue .text-en {
    font-size: 1.75rem;
  }
}

.cta-btn-blue .text-ja {
  display: block;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  .cta-btn-blue .text-ja {
    font-size: 1.375rem;
  }
}

.cta-btn-blue::before {
  content: "";
  background: url(/pc/lp_heatstroke-26/images/common/arrow-white.svg) no-repeat center center/contain;
  width: 0.625rem;
  height: 0.75rem;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.75rem;
}

@media (any-hover: hover) {
  .cta-btn-blue:hover {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: initial;
  }
}

.document {
  padding-block: 3.125rem;
}

@media (min-width: 768px) {
  .document {
    padding-block: 5rem 1.25rem;
  }
}

.document__title {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  position: relative;
}

@media (min-width: 768px) {
  .document__title {
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
}

.document__title::after {
  content: "";
  position: absolute;
  bottom: -0.875rem;
  left: 50%;
  translate: -50%;
  width: 3.125rem;
  height: 0.125rem;
  background: #EB5505;
}

@media (min-width: 768px) {
  .document__title::after {
    bottom: -1.25rem;
  }
}

.document__lead {
  margin-top: 2.125rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.28571;
  text-align: center;
}

@media (min-width: 768px) {
  .document__lead {
    margin-top: 3.75rem;
    font-size: 1rem;
    line-height: 1.375;
  }
}

.document__pdf-list {
  width: 16.25rem;
  margin-inline: auto;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.28571;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .document__pdf-list {
    width: 28.1875rem;
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.44444;
    gap: 1.875rem;
  }
}

@media (min-width: 768px) {
  .document__pdf {
    white-space: nowrap;
  }
}

.document__pdf a {
  position: relative;
  display: block;
  padding-left: 2.5rem;
  line-height: 1.42857;
}

@media (min-width: 768px) {
  .document__pdf a {
    padding-left: 3.1875rem;
  }
}

.document__pdf a::before,
.document__pdf a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: inline-block;
}

.document__pdf a::before {
  left: 0;
  background: url(/pc/lp_heatstroke-26/images/common/pdf-icon.webp) no-repeat center center/contain;
  width: 2.125rem;
  height: 2.25rem;
}

@media (min-width: 768px) {
  .document__pdf a::before {
    width: 2.6875rem;
    height: 2.875rem;
  }
}

.document__pdf a::after {
  right: 0;
  background: url(/pc/lp_heatstroke-26/images/common/external-icon.webp) no-repeat center center/contain;
  width: 1.25rem;
  height: 1.3125rem;
}

@media (min-width: 768px) {
  .document__pdf a::after {
    width: 1.5625rem;
    height: 1.625rem;
  }
}

@media (any-hover: hover) {
  .document__pdf a:hover {
    text-decoration: underline;
  }
}

.document__text-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.25rem;
  width: 32.375rem;
  max-width: 100%;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .document__text-list {
    margin-top: 2.5rem;
    width: 49.6875rem;
    gap: 0.875rem;
  }
}

.document__text {
  padding-left: 1em;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.42857;
  position: relative;
}

@media (min-width: 768px) {
  .document__text {
    font-size: 1rem;
    padding-left: 0.8em;
  }
}

.document__text::before {
  content: "";
  position: absolute;
  translate: 0 -50%;
  top: 0.5lh;
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 100vmax;
  background: #333;
}

.product-id {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: end;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .product-id {
    margin-top: 3.75rem;
    width: 50rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.example {
  padding-block: 3.125rem;
  background-color: #fff6ea;
  /* overflow-x: hidden; */
}

@media (min-width: 768px) {
  .example {
    padding-block: 5rem;
  }
}

@media (min-width: 768px) {
  .example__content {
    width: 65rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.example__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px){
  .example__item {
    gap: 0;
  }
}

.example__item-img img {
  width: 6rem;
  height: auto;
  margin-right: 1.5rem;
}

.example__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .example__item-title {
    font-size: 1.375rem;
    text-align: center;
  }
}

.example__item-title span {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .example__item-title span {
    font-size: 1rem;
  }
}

.example__item-title sup {
  font-size: 0.6875rem;
}

.example__item-price {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 0.125rem;
  margin-top: 0.375rem;
}

.example__item-body{
  width: 100%;
}

@media (min-width: 768px) {
  .example__item-price {
    font-size: 1.5rem;
    justify-content: center;
  }
  .example__item-body{
    width: 100%;
  }
}

.example__item-price img {
  width: 4.6875rem;
  height: 2.375rem;
  display: inline-block;
  padding-top: 0.1875rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 768px) {
  .example__item-price img {
    width: 5.25rem;
    height: 3rem;
  }
}

.example__item-price.--price03 img {
  width: 5.75rem;
}

@media (min-width: 768px) {
  .example__item-price.--price03 img {
    width: 6.4375rem;
  }
}

.footer {
  padding-block: 2.5rem 3.125rem;
  border-top: 0.125rem solid #333;
}

@media (min-width: 768px) {
  .footer {
    padding-block: 3.125rem 3.75rem;
  }
}

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.footer__logo a {
  display: block;
  width: 9.4375rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .footer__logo a {
    width: 14.375rem;
  }
}

.footer__logo img {
  width: 100%;
  height: 100%;
}

.copyright {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .copyright {
    font-size: 0.75rem;
  }
}

.fv {
  background: #fff8e4;
  padding-block: 1.75rem 2.5rem;
  border-radius: 0 0 2rem 2rem;
  background-image: url(/pc/lp_heatstroke-26/images/common/illustration.png), url(/pc/lp_heatstroke-26/images/common/illustration.png);
  background-repeat: no-repeat;
  background-size: 75px 75px;
  background-position: top right -.5rem, bottom 5.5rem left -10px;
}

@media (min-width: 768px) {
  .fv {
    background-position: top right 15cqw, bottom 7rem left 20cqw;
  }
}

.fv_sp {
  display: block;
}

.fv_pc {
  display: none;
}

@media (min-width: 768px) {
  .fv_sp {
    display: none;
  }

  .fv_pc {
    display: block;
  }
}

.fv__content {
  padding-inline: 0.9375rem;
  margin-inline: auto;
  background-image: url(/pc/lp_heatstroke-26/images/common/fv-icon-sp.png);
  background-size: 55%;
  background-position: right center;
  background-repeat: no-repeat;
}


@media (min-width: 768px) {
  .fv__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5625rem;
    background-image: none;
  }
}


@media (min-width: 768px) {
  .fv__content {
    gap: 2.375rem;
  }
}

.fv__text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
  width: 10.9375rem;
  max-width: 100%;
}

@media (min-width: 768px) {
  .fv__text-wrap {
    width: fit-content;
  }
}

.fv__text-main {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.41176;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .fv__text-main {
    font-size: 1.75rem;
    font-weight: 900;
  }
}

.fv__text-box {
  border-radius: 0.25rem;
  text-align: center;
  width: fit-content;
}

.fv__text-head {
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.23076;
  background: #EB5505;
  color: #FFF;
  padding-block: 0.3125rem;
}

@media (min-width: 768px) {
  .fv__text-head {
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 700;
  }
}

.fv__text-box {
  border-radius: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.22222;
  background: #FFF;
  border: 0.125rem solid #EB5505;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .3rem;
  padding: .5rem 1rem;
}

@media (min-width: 768px) {
  .fv__text-box {
    font-size: 1.75rem;
    gap: .5rem;
  }
}

.fv__text-price {
  width: 3.0625rem;
  height: 2.125rem;
}

@media (min-width: 768px) {
  .fv__text-price {
    width: 5.125rem;
    height: 3.375rem;
  }
}

.fv__text-price img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fv__img {
  width: 9.125rem;
  height: 7.125rem;
  position: relative;
  z-index: 1;
}



@media (min-width: 768px) {
  .fv__img {
    width: 19.0625rem;
    height: 14.875rem;
  }
}

.fv__img img {
  width: 100%;
  height: 100%;
}

.fv__cta {
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .fv__cta {
    margin-top: 3.125rem;
  }
}

.fv__cta .cta-btn {
  position: relative;
  z-index: 1;
}


.header__content {
  padding-block: 0.9375rem 1.125rem;
  padding-inline: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.3125rem;
  background-image:
    url(/pc/lp_heatstroke-26/images/common/cloudL.png),
    url(/pc/lp_heatstroke-26/images/common/cloudR.png);
  background-repeat: no-repeat;
  background-position: right -.5rem bottom 1.2rem, left -.5rem bottom .5rem;
  background-size: 4rem;
}

@media (min-width: 768px) {
  .header__content {
    width: 58.75rem;
    margin-inline: auto;
    padding-inline: 0;
    padding-block: 1.0625rem 2.5rem;
    gap: 1.6875rem;
    padding-bottom: .5rem;
    background-size: 8rem;
    background-position: right 6rem bottom 4rem, left 5rem bottom .5rem;
  }
}

.header__logo a {
  display: block;
  width: 5.625rem;
}

@media (min-width: 768px) {
  .header__logo a {
    width: 7.375rem;
  }
}

.header__logo a img {
  width: 100%;
  height: 100%;
}

.main-title__text {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
  display: block;
  grid-column: 1/-1;
}

@media (min-width: 768px) {
  .main-title__text {
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
}

.main-title__text-big {
  color: #EB5505;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 1.16666;
}

@media (min-width: 768px) {
  .main-title__text-big {
    font-size: 4rem;
  }
}

.main-title__text-small {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.0625rem 1.4375rem;
  border-radius: 1.5rem;
  border: 0.125rem solid #EB5505;
  background: #FFF;
  color: #EB5505;
  margin-inline: 0.625rem;
  margin-top: 0.3125rem;
}

@media (min-width: 768px) {
  .main-title__text-small {
    font-size: 1.2rem;
    padding: 0.1875rem 1.8125rem;
    margin-inline: 0.5rem;
  }
}

.injury {
  padding-block: 3.125rem;
  background: #FFF;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .injury {
    padding-block: 5rem;
  }
}

.injury .injury__title {
  font-size: 1.625rem;
}

@media (min-width: 768px) {
  .injury .injury__title {
    font-size: 2.25rem;
    line-height: 1.38888;
    letter-spacing: 0.05em;
  }
}

.injury .injury__title span {
  font-size: 1.375rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .injury .injury__title span {
    font-size: 1.625rem;
    line-height: 1.46153;
    display: block;
  }
}

.injury .injury__sub-title {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .injury .injury__sub-title {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.42857;
  }
}

.injury .counter-note .note {
  padding-left: 1.9em;
}

.injury .counter-note .note+.note {
  margin-top: 0.3125rem;
}

@media (min-width: 768px) {
  .injury__content {
    max-width: 58.75rem;
    margin-inline: auto;
  }
}

.tabs {
  padding-block: 1.125rem 2.125rem;
  margin-bottom: 1.3rem;
}

@media (min-width: 768px) {
  .tabs {
    padding-block: 1.875rem 3.75rem;
  }
}

.tabs__inner {
  width: min(920px, 100%);
  margin-inline: auto;
}

.tabs__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
  padding-inline: 0.625rem;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

@media (min-width: 768px) {
  .tabs__list {
    width: 40rem;
    max-width: 100%;
    margin-inline: auto;
    -ms-grid-columns: (13.125rem)[3];
    grid-template-columns: repeat(3, 13.125rem);
  }
}

.tabs__item {
  padding-block: 0.3125rem;
  border-radius: 0.625rem 0.625rem 0 0;
  background: #DCDCDC;
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  height: 2.875rem;
}

@media (min-width: 768px) {
  .tabs__item {
    font-size: 1.125rem;
    padding-block: 0.625rem;
  }
}

.tabs__item[aria-selected=true] {
  background: #EB5505;
  color: #FFF;
  pointer-events: none;
  height: 3.375rem;
}

.tabs__item[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.tabs__contents {
  width: min(800px, 100%);
  margin-inline: auto;
  border: 0.1875rem solid #EB5505;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .tabs__contents {
    width: 51.625rem;
    border-radius: 1rem;
  }
}

.tabs__content-text {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: center;
}

.tabs__content-text img {
  /* flex: 1; */
  height: 90px;
  width: auto;
}

.tabs__content-text p {
  text-align: left;
  border-bottom: dashed 2px #e9550a;
}

.tabs__content-text p .dot span {
  color: #e9550a;
}

@media (min-width: 768px) {
  .tabs__content-text {
    font-size: 1.4rem;
  }
}

.tabs__content {
  padding-block: 1.125rem;
  padding-inline: 0.9375rem;
  position: relative;
}

@media (min-width: 768px) {
  .tabs__content {
    padding-block: 2.125rem;
    padding-inline: 5rem;
  }
}

.tabs__content-item.gold::after {
  content: "";
  position: absolute;
  top: .0;
  right: 0;
  width: 2.6875rem;
  height: 2.6875rem;
  background: url(/pc/lp_heatstroke-26/images/common/icon-otoku-rate.webp) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .tabs__content-item.gold::after {
    width: 3.5rem;
    height: 3.5rem;
    top: 4.1875rem;
    right: 1.875rem;
    z-index: 2;
  }

  .tabs__content-item.gold::after {
    content: none;
  }

  .tabs__content-items {
    position: relative;
  }

  .tabs__content-items::after {
    content: "";
    position: absolute;
    background: url(/pc/lp_heatstroke-26/images/common/icon-otoku-rate.webp) no-repeat center center/contain;
    width: 3.5rem;
    height: 3.5rem;
    top: -1.6rem;
    right: -1.6rem;
    z-index: 1;
  }
}

.tabs__content-items {
  margin-top: 1.125rem;
}

@media (min-width: 768px) {
  .tabs__content-items {
    margin-top: 0.625rem;
  }
}

@media (min-width: 768px) {
  .tabs__content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: .8remrem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}


@media (min-width: 768px) {
  .tabs__content-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.tabs__head {
  padding-block: 0.4375rem 0.5625rem;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.33333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .tabs__head {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.44444;
    width: 11.875rem;
    max-width: 100%;
    align-self: stretch;
  }
}

.tabs__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-inline: 0.3125rem;
  padding-block: 0.5625rem;
}

@media (min-width: 768px) {
  .tabs__wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.tabs__wrap-item {
  gap: 0.375rem;
  width: 9.375rem;
  white-space: nowrap;
  text-align: center;
}

.tabs__wrap-item:first-child {
  border-right: 2px dotted #cbcdd7;
}

@media (min-width: 768px) {
  .tabs__wrap-item {
    display: flex;
    align-items: center;
    width: 13.125rem;
    gap: 0.625rem;
    padding: 1rem;
  }
}

.tabs__wrap-item span {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.33333;
  border-radius: 1.25rem;
  padding: 0.1875rem 0.6875rem 0.25rem;
  margin-bottom: .3rem;
  width: fit-content;
}

@media (min-width: 768px) {
  .tabs__wrap-item span {
    font-size: 1rem;
    padding: 0.375rem 1rem 0.4375rem;
    margin-bottom: 0;
  }
}

.tabs__wrap-item+.tabs__wrap-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs__price {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  margin-top: .3rem;
}

@media (min-width: 768px) {
  .tabs__price {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

.tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}

.tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.table {
  padding-right: 0.9375rem;
}

.table-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.5rem 9.875rem 8.625rem 8.9375rem 9.875rem 8.9375rem 7.0625rem 10.8125rem 9.875rem 9.375rem 8rem;
  grid-template-columns: 7.5rem 9.875rem 8.625rem 8.9375rem 9.875rem 8.9375rem 7.0625rem 10.8125rem 9.875rem 9.375rem 8rem;
  -webkit-column-gap: 0.1875rem;
  -moz-column-gap: 0.1875rem;
  column-gap: 0.1875rem;
}

.table-row td:nth-of-type(even) {
  background: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-head a {
  display: block;
  height: 3.4375rem;
  padding: 0.3125rem 0.9375rem 0.3125rem 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  background: #EB5505;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #FFF;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-head a::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.4375rem;
  width: 0.6875rem;
  height: 0.6875rem;
  background: url(/pc/lp_heatstroke-26/images/common/external-white-icon.webp) no-repeat center center/contain;
}

.table-head .table-head-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.table-head .table-head-small {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.33333;
  display: block;
}

.table-head sup {
  font-size: 0.5rem;
  margin-top: 0.0625rem;
}

.table-head:nth-child(1) {
  background: transparent;
}

.table-side-head {
  color: #333;
  text-align: center;
  padding-block: 0.4375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  width: 7.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.3125rem;
  margin-block: 0.09375rem;
}

.table-side-head.--gold {
  background: #FFE000;
}

.table-side-head.--silver {
  background: #B0C8FF;
}

.table-side-head.--bronze {
  background: #FCB423;
}

.table-side-inner {
  display: block;
  margin-block: 0.1875rem;
}

.table-data {
  padding-block: 0.5rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  position: relative;
}

.table-data::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.09375rem;
  right: 0.09375rem;
  border-bottom: 0.0625rem dashed #CBCDD7;
}

.table-data span {
  font-size: 0.75rem;
  padding-inline: 0.125rem;
}

.table-wrap--sp {
  display: block;
  width: 100%;
  margin-inline: auto;
  overflow-x: auto;
  scrollbar-width: none !important;
  margin-top: 1.125rem;
  margin-right: -0.9375rem;
}

@media (min-width: 768px) {
  .table-wrap--sp {
    display: none;
  }
}

.injury__foot {
  position: relative;
  width: 20.375rem;
  margin-top: 2.8125rem;
  margin-inline: auto;
  background: #DAF8FF;
  border: 0.125rem solid #047CD8;
  padding: 1rem 1.875rem 1.625rem;
}

@media (min-width: 768px) {
  .injury__foot {
    width: 32.5rem;
    margin-top: 4.375rem;
    padding: 1.625rem 4.25rem 2.5rem;
    border: 2px solid #047CD8;
  }
}

.injury__foot::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.625rem;
  translate: -50% 0;
  width: 1rem;
  height: 0.5625rem;
  background: #047CD8;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (min-width: 768px) {
  .injury__foot::after {
    width: 1.75rem;
    height: 0.8125rem;
    bottom: -0.875rem;
  }
}

.injury__foot-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  line-height: 1;
  gap: 0.1875rem;
}

@media (min-width: 768px) {
  .injury__foot-title {
    font-size: 1.5rem;
    gap: 0.25rem;
    width: initial;
  }
}

.injury__foot-title .injury__foot-title-block {
  color: #047CD8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.injury__foot-title .injury__foot-title--en {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .injury__foot-title .injury__foot-title--en {
    font-size: 1.75rem;
  }
}

.injury__foot-title .injury__foot-title--ja {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) {
  .injury__foot-title .injury__foot-title--ja {
    font-size: 0.75rem;
  }
}

.injury__foot-title::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  right: -0.625rem;
  width: 1.0625rem;
  height: 1rem;
  background: url(/pc/lp_heatstroke-26/images/common/blue-accent.svg) no-repeat center center/cover;
}

@media (min-width: 768px) {
  .injury__foot-title::after {
    width: 1.8125rem;
    height: 1.6875rem;
    top: -0.375rem;
    right: -0.9375rem;
  }
}

.injury__foot-list {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
}

@media (min-width: 768px) {
  .injury__foot-list {
    margin-top: 1.25rem;
    gap: 1rem;
  }
}

.injury__foot-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.33333;
}

@media (min-width: 768px) {
  .injury__foot-item {
    font-size: 1.5rem;
    line-height: 1.5;
    gap: 0.75rem;
    white-space: nowrap;
  }
}

.injury__foot-item::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background: #047CD8;
  border-radius: 100vmax;
}

.injury__foot-btn {
  margin-top: 0.9375rem;
  margin-bottom: 2.125rem;
}

@media (min-width: 768px) {
  .injury__foot-btn {
    margin-top: 1.5625rem;
    margin-bottom: 4.375rem;
  }
}

.injury__foot-btn .cta-btn-blue {
  line-height: 1.2727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
  width: 14.4375rem;
  height: 2.6875rem;
}

@media (min-width: 768px) {
  .injury__foot-btn .cta-btn-blue {
    width: 22.125rem;
    height: 4.5rem;
  }
}

.injury__foot-btn .cta-btn-blue .text-en {
  font-size: 1.125rem;
  display: block;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media (min-width: 768px) {
  .injury__foot-btn .cta-btn-blue .text-en {
    font-size: 1.75rem;
  }
}

.injury__foot-btn .cta-btn-blue .text-ja {
  font-size: 0.9375rem;
  display: block;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  .injury__foot-btn .cta-btn-blue .text-ja {
    font-size: 1.375rem;
  }
}


.insurance-table--pc {
  display: block;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .insurance-table--pc {
    width: 51.625rem;
  }
}

.insurance-table--pc table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.insurance-table--pc th,
.insurance-table--pc td {
  text-align: center;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
  background: #fff;
  border-bottom: 1.5px solid #fff;
}

@media (min-width: 768px) {

  .insurance-table--pc th,
  .insurance-table--pc td {
    font-size: 1.4rem;
  }
}

.insurance-table--pc tbody td {
  border-right: 2px solid #fff;
  font-weight: 700;
}

.insurance-table--pc .insurance-table__head {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.44444;
  padding: .5rem .1rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
  border-right: 2px solid #fff;
}

@media (min-width: 768px) {
  .insurance-table--pc .insurance-table__head {
    font-size: 1.2rem;
  }
}

.insurance-table--pc .insurance-table__head.--bronze {
  background: #fff5e9;
  color: #7e4016;
}

.insurance-table--pc tbody td:nth-of-type(3) {
  background: #fff5e9;
}

.insurance-table--pc .insurance-table__head.--silver {
  background: #f3f5ff;
  color: #46464a;
}

.insurance-table--pc tbody td:nth-of-type(2) {
  background: #f3f5ff;
}

.insurance-table--pc .insurance-table__head.--gold {
  background: #fff7d8;
  color: #805100;
}

.insurance-table--pc tbody td:nth-of-type(1) {
  background: #fff7d8;
  color: #eb5505;
}

.insurance-table--pc tbody td:nth-of-type(1) span {
  color: #333;
}

.insurance-table--pc th,
.insurance-table--pc td {
  border-bottom: dashed 1px #cbcdd7;
}


.insurance-table--pc table tbody th.insurance-table__label>a {
  display: block;
  width: 100%;
  padding: .5rem 0.75rem;
  font-size: .9rem;
  font-weight: 700;
  position: relative;
  padding-left: 2.5rem;
}

@media (min-width: 768px) {
  .insurance-table--pc table tbody th.insurance-table__label>a {
    font-size: 1.5rem;
    padding: 1.8rem 1.4rem;
    padding-left: 4.5rem;
    line-height: 1.2;
  }
}

.insurance-table--pc table tbody th.insurance-table__label>a img {
  width: 2rem;
  height: auto;
  position: absolute;
  top: 0.75rem;
  left: 0;
}

@media (min-width: 768px) {
  .insurance-table--pc table tbody th.insurance-table__label>a img {
    width: 3rem;
    top: 1.9rem;
  }
}

.insurance-table--pc table tbody th.insurance-table__label>a .ins06 {
  top: 0.2rem;
}

.insurance-table--pc table tbody th.insurance-table__label>a .ins10 {
  top: 0.2rem;
}

@media (min-width: 768px) {
  .insurance-table--pc table tbody th.insurance-table__label>a .ins01 {
    top: 1.1rem;
  }

  .insurance-table--pc table tbody th.insurance-table__label>a .ins06 {
    top: 1.1rem;
  }

  .insurance-table--pc table tbody th.insurance-table__label>a .ins10 {
    top: 1.1rem;
  }
}

.insurance-table--pc table tbody th.insurance-table__label>a span {
  display: contents;
  font-size: 0.6rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .insurance-table--pc table tbody th.insurance-table__label>a span {
    font-size: 1rem;
  }
}


.insurance-table--pc table tbody th.insurance-table__label>a .note {
  font-size: 0.6rem;
  vertical-align: text-top;
  display: inline-block;
}

.insurance-table--pc table tbody th.insurance-table__label>a::after {
  content: "";
  position: absolute;
  right: .3rem;
  top: 50%;
  translate: 0 -50%;
  width: .8rem;
  height: .8rem;
  background: url(/pc/lp_heatstroke-26/images/common/external-icon.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .insurance-table--pc table tbody th.insurance-table__label>a::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 1.5rem;
  }
}

.insurance-table--pc table tbody th.insurance-table__label {
  padding: 0;
  text-align: left;
  width: 45%;
}

.insurance-table--pc table tbody tr td span {
  font-size: 0.7rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .insurance-table--pc table tbody tr td span{
    font-size: 1rem;
  }
}

.inner {
  width: 100%;
  padding-inline: 0.9375rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-inline: 1.5625rem;
  }
}

.insurance-start {
  background: #fff6ea;
  padding-block: 3.125rem;
  padding-inline: 0.9375rem;
}

@media (min-width: 768px) {
  .insurance-start {
    padding-block: 5rem;
    padding-inline: 1.5625rem;
  }
}

@media (min-width: 768px) {
  .insurance-start__inner {
    max-width: 67.5rem;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .insurance-start__items {
    width: 52.625rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.insurance-start__item {
  padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .insurance-start__item {
    padding-bottom: 3.75rem;
  }
}

.insurance-start__item:nth-child(1) .normal-note {
  margin-top: 0.625rem;
  width: 16.0625rem;
  max-width: 100%;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .insurance-start__item:nth-child(1) .normal-note {
    width: 28.75rem;
    white-space: nowrap;
    margin-top: 1.75rem;
  }
}

.insurance-start__item:nth-child(1) .normal-note .note {
  padding-left: 1.3em;
}

.insurance-start__item:nth-child(n+2) {
  padding-top: 1.875rem;
  border-top: 0.125rem dashed #EB5505;
}

@media (min-width: 768px) {
  .insurance-start__item:nth-child(n+2) {
    padding-top: 3.75rem;
  }
}

.insurance-start__item:nth-child(n+2) .insurance-start__text {
  text-align: center;
}

.insurance-start__item:nth-child(2) .normal-note {
  margin-top: 1rem;
  width: 19.6875rem;
  max-width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3125rem;
}

@media (min-width: 768px) {
  .insurance-start__item:nth-child(2) .normal-note {
    width: 32.9375rem;
    margin-top: 1.75rem;
  }
}

.insurance-start__item:nth-child(2) .normal-note .note {
  padding-left: 1.3em;
}

.insurance-start__item:nth-child(2) .insurance-start__text {
  margin-top: 0.875rem;
}

@media (min-width: 768px) {
  .insurance-start__item:nth-child(2) .insurance-start__text {
    margin-top: 1.875rem;
  }
}

.insurance-start__item:nth-child(3) .insurance-start__text {
  margin-top: 0.875rem;
}

@media (min-width: 768px) {
  .insurance-start__item:nth-child(3) .insurance-start__text {
    margin-top: 1.875rem;
  }
}

.insurance-start__item:nth-child(3) .insurance-start__images {
  -ms-grid-columns: (6.375rem)[2];
  grid-template-columns: repeat(2, 6.375rem);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .insurance-start__item:nth-child(3) .insurance-start__images {
    -ms-grid-columns: (10.625rem)[2];
    grid-template-columns: repeat(2, 10.625rem);
    width: 22.25rem;
    margin-inline: auto;
  }
}

.insurance-start__item:nth-child(3) .insurance-start__img picture {
  width: 3.9375rem;
  height: 4.1875rem;
}

@media (min-width: 768px) {
  .insurance-start__item:nth-child(3) .insurance-start__img picture {
    width: 5.0625rem;
    height: 5.4375rem;
  }
}

.insurance-start__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}

@media (min-width: 768px) {
  .insurance-start__title {
    font-size: 1.75rem;
  }
}

.insurance-start__title::before,
.insurance-start__title::after {
  content: "";
  width: 0.9375rem;
  height: 1.3125rem;
  display: inline-block;
  background: url(/pc/lp_heatstroke-26/images/common/icon-accent-line.png) no-repeat center center/contain;
}

.insurance-start__title::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (min-width: 768px) {
  .insurance-start__title.--title1 {
    gap: 1.25rem;
  }
}

.insurance-start__title.--title1::before,
.insurance-start__title.--title1::after {
  content: "";
  width: 0.9375rem;
  height: 1.3125rem;
  display: inline-block;
  background: url(/pc/lp_heatstroke-26/images/common/icon-accent-line.png) no-repeat center center/contain;
}

@media (min-width: 768px) {

  .insurance-start__title.--title1::before,
  .insurance-start__title.--title1::after {
    width: 1.5rem;
    height: 2.125rem;
  }
}

.insurance-start__box {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.125rem;
}

@media (min-width: 768px) {
  .insurance-start__box {
    gap: 1.75rem;
    margin-top: 1.875rem;
  }
}

.insurance-start__box picture {
  display: block;
  width: 3.875rem;
  height: 3.5625rem;
}

@media (min-width: 768px) {
  .insurance-start__box picture {
    width: 4.875rem;
    height: 4.4375rem;
  }
}

.insurance-start__box picture img {
  width: 100%;
  height: auto;
}

.insurance-start__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.33333;
}

@media (min-width: 768px) {
  .insurance-start__text {
    font-size: 1.125rem;
    line-height: 1.44444;
  }
}

.insurance-start__images {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding-inline: 0.71875rem;
}

@media (min-width: 768px) {
  .insurance-start__images {
    width: 33.875rem;
    margin-inline: auto;
    gap: 2rem;
    padding-inline: initial;
    margin-top: 1.75rem;
  }
}


.insurance-start__img picture img {
  width: 100%;
  height: auto;
}

.injury .section__title-wrap span {
  display: block;
  width: calc(100% - 10px);
  margin: 0 auto;
  border-bottom: solid 2px #eb5505;
  position: relative;
  padding: 0 2px;
}

.injury .section__title-wrap span::before,
.injury .section__title-wrap span::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #eb5505;
  position: absolute;
}

.injury .section__title-wrap span::before {
  top: -4px;
  left: -3px;
  transform: rotate(45deg);
}

.injury .section__title-wrap span::after {
  top: -4px;
  right: -3px;
  transform: rotate(45deg);
}

.section__title {
  font-size: 1.625rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.30769;
}

@media (min-width: 768px) {
  .section__title {
    font-size: 2.25rem;
  }
}

.section__sub-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33333;
  position: relative;
  width: fit-content;
  background-color: #fff;
  margin: -.9rem auto 0;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .section__sub-title {
    font-size: 1.75rem;
    width: fit-content;
    margin: -1.5rem auto 0;
  }
}

.section__sub-title::before,
.section__sub-title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.125rem;
  background: #eb5505;
}

.counter-note.--sp {
  display: block;
}

@media (min-width: 768px) {
  .counter-note.--sp {
    display: none;
  }
}

.counter-note {
  counter-reset: note;
  margin-top: 0.625rem;
}

.counter-note .note {
  counter-increment: note;
  padding-left: 1.8em;
}

.counter-note .note::before {
  content: "※" counter(note);
  position: absolute;
  top: 0.5lh;
  translate: 0 -50%;
  left: 0;
}

.normal-note .note {
  padding-left: 1em;
}

.normal-note .note::before {
  content: "※";
  position: absolute;
  top: 0.5lh;
  translate: 0 -50%;
  left: 0;
}

.note {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.33333;
  position: relative;
}

@media (min-width: 768px) {
  .note {
    font-size: 0.8125rem;
  }
}

/*# sourceMappingURL=style.css.map */


/* <!-- ↓↓ lp_heatstroke-26追記 ↓↓ --> */
.main-title_main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1rem;
}

.main-title_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .main-title_sub {
    font-size: 1.8rem;
  }
}

.main-title__text-big.marker {
  background: linear-gradient(transparent 87%, #fcf5a8 0%);
  padding: 0 2px 1px;
}

.txt_L {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .txt_L {
    font-size: 2rem;
  }
}

.fv__text .month {
  font-size: 1rem;
  background-color: #EB5505;
  color: #fff;
  padding: .2rem;
  border-radius: .2rem;
}

@media (min-width: 768px){
  .fv__text .month {
    display: block;
    font-size: 1.2rem;
    padding: .5rem .3rem;
  }
}

.yen {
  line-height: .6;
}


.yen span {
  font-size: .5rem;
}

@media (min-width: 768px) {
  .yen {
    line-height: .6;
  }

  .yen span {
    font-size: .8rem;
  }
}

.incase {
  padding-block: 1.75rem 2.5rem;
  border-radius: 0 0 2rem 2rem;
}

@media (min-width: 768px) {
  .incase {
    padding-block: 5rem;
  }
}

.incase .insurance-start__title {
  display: block;
  text-align: center;
}

.marker {
  color: #EB5505;
  font-weight: 900;
  background: linear-gradient(transparent 80%, #fcf5a8 0%);
}


@media (min-width: 768px) {
  .incase .sub-ttl {
    font-size: 1.75rem;
  }
}

.incase-box {
  display: flex;
  justify-content: center;
  gap: .5rem;
  position: relative;
  z-index: 1;
}

.incase-box::before,
.incase-box::after {
  display: block;
  width: 80px;
  height: 80px;
  content: url(/pc/lp_heatstroke-26/images/common/illustration.png);
  position: absolute;
  z-index: -1;
  overflow: hidden;
}

.incase-box::before {
  top: -50px;
  left: -50px;
}

.incase-box::after {
  bottom: -50px;
  right: -50px;
}

@media (min-width: 768px) {
  .incase-box::before {
    left: 3vw;
  }

  .incase-box::after {
    right: 3vw;
  }
}

.incase-box li {
  padding: .5rem 1rem;
  border: solid 2px #f9ccb4;
  border-radius: 20px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .incase-box li {
    width: 300px;
    padding: 1rem 1.2rem;
    border: solid 2px #f9ccb4;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 20px;
  }
}

.incase-box li p {
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  line-height: 3;
}

@media (min-width: 768px) {
  .incase-box li p {
    flex-shrink: 0;
    flex: 1;
    font-size: 1.5rem;
    font-weight: 900;
  }
}

.incase-box li img {
  flex-shrink: 1;
  display: block;
  width: 117px;
  height: auto;
}

.incase-box .insurance-start__title.--title1 {
  position: relative;
}

.incase-box .insurance-start__title.--title1::before,
.incase-box .insurance-start__title.--title1::after {
  content: "url(/pc/lp_heatstroke-26/images/common/icon-accent-line.png)";
  width: 2rem;
  height: 2rem;
  display: block;
  background: none;
  position: absolute;
  top: 0;
}

.incase_ttl {
  text-align: center;
  font-size: 1.2rem;
  width: fit-content;
  margin: 0 auto 1rem;
  position: relative;
}

.incase_ttl::before,
.incase_ttl::after {
  position: absolute;
}

.incase_ttl::before {
  content: url(/pc/lp_heatstroke-26/images/common/icon-accent-line-L.svg);
  top: 0;
  left: 0;
}

.incase_ttl::after {
  content: url(/pc/lp_heatstroke-26/images/common/icon-accent-line-R.svg);
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .incase_ttl::before {
    top: .5rem;
    left: -2.5rem;
  }

  .incase_ttl::after {
    top: .5rem;
    right: -2.5rem;
    ;
  }
}

.incase .incase_ttl .marker {
  font-size: 2rem;
  text-box-trim: trim-both;
}

.incase .sub-ttl {
  width: fit-content;
  margin: 0 auto 2rem;
  text-align: center;
  font-weight: 900;
}

.incase .sub-ttl .marker {
  font-size: 1.6rem;
  text-box-trim: trim-both;
}

.risk {
  background-image: url(/pc/lp_heatstroke-26/images/common/risk-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-block: 1.75rem 2.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .risk {
    padding-block: 5rem;
    background-image: url(/pc/lp_heatstroke-26/images/common/risk-bg-pc.png);
    border-radius: 2rem 2rem 0 0;
  }
}

.curve {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 200%;
  height: 120px;
  z-index: 1;
}

.risk_ttl {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

@media (min-width: 768px) {
  .risk_ttl {
    font-size: 1.2rem;
  }
}

.risk_ttl span {
  font-size: 1.3rem;
  font-weight: 900;
  color: #047cd8;
}

@media (min-width: 768px) {
  .risk_ttl span {
    font-size: 1.75rem;
  }
}

.risk_box {
  background-color: #fff;
  padding: .5rem 1rem;
  border-radius: 2rem;
}

@media (min-width: 768px) {
  .risk_box {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    padding: .5rem 4rem;
  }
}

.risk_box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .3rem 0;
  border-bottom: dotted 2px #9de1fc;
}

.risk_box li:last-child {
  border: none;
}

.risk_box li p {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .risk_box li p {
    padding-left: 2rem;
  }
}

.risk_box li p span {
  color: #047cd8;
}

.risk_box li p::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(/pc/lp_heatstroke-26/images/common/icon_-risk-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px){
  .risk_box li p::before{
    width: 1.2rem;
    height: 1.2rem;
  }
}

.risk_box li img {
  width: 3.2rem;
  height: auto;
}

.risk_main_image {
  padding: 0 2rem;
  margin-top: -1rem;
}

@media (min-width: 768px) {
  .risk_main_image {
    max-width: 500px;
    margin: -1rem auto 0;
  }
}

.risk_arrow {
  width: 2.5rem;
  position: absolute;
  bottom: -.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.example_ttl {
  text-align: center;
  font-weight: 900;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .example_ttl {
    font-size: 1.75rem;
  }
}

.example_ttl .accent {
  font-size: 1rem;
  position: relative;
  font-weight: 600;
}
@media (min-width: 768px) {
  .example_ttl .accent{
    font-size: 1.5rem;
  }
}

.example_ttl .accent::before,
.example_ttl .accent::after {
  position: absolute;
}

.example_ttl .accent::before {
  content: url(/pc/lp_heatstroke-26/images/common/icon-accent-line-L.svg);
  top: .2rem;
  left: -1.2rem;
}

.example_ttl .accent::after {
  content: url(/pc/lp_heatstroke-26/images/common/icon-accent-line-R.svg);
  top: .2rem;
  right: -1.2rem;
}

@media (min-width: 768px) {
  .example_ttl .accent::before {
    top: 0;
    left: -1.8rem
  }

  .example_ttl .accent::after {
    top: 0;
    right: -1.8rem
  }
}

.example_ttl .marker {
  color: #333;
}

.example_ttl .marker .orange {
  color: #EB5505;
}

.example_head {
  font-size: 1rem;
  font-weight: 600;
  vertical-align: middle;
  background-color: #f97b05;
  color: #fff;
  padding: .4rem 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1rem;
  width: fit-content;
  margin: 0 auto -1.1rem;
}


.example_head span {
  font-size: .9rem;
  font-weight: normal;
}

.example__items {
  border: solid 2px #f97b05;
  padding: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  border-radius: .8rem;
  padding-top: 1.6rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .example__items {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto 3rem;
  }
}

.example__item {
  background-color: #fff;
  padding: .8rem 1.2rem;
  border-radius: .8rem;
}

@media (min-width: 768px) {
  .example__item {
    width: calc(50% - .5rem);
  }
}

.example__item-price.--price04 {
  font-size: 1rem;
  align-items: flex-end;
}
@media (min-width: 768px){
  .example__item-price.--price04{
    align-items: center;
  }
}

.example__item-price.--price04 img {
  height: 1.6rem;
  width: auto;
}
@media (min-width: 768px) {
  .example__item-price.--price04 img {
    height: 1.8rem;
    margin-top: -.3rem;
  }
}

.example .counter-note .note:last-child {
  padding: 0;
}

.example .counter-note .note:last-child::before {
  content: none;
}

.tabs__content-item {
  margin-bottom: .5rem;
  border: solid 2px;
  border-radius: .5rem;
  overflow: hidden;
}

.tabs__content-item.gold {
  position: relative;
  border-color: #ffe000;
  z-index: 1;
}

.tabs__content-item.gold .tabs__head {
  color: #805100;
  background-color: #fff7d8;
}

.tabs__content-item.gold .tabs__wrap-item .month {
  color: #fff;
  background-color: #eb5505;

}

.tabs__content-item.gold .tabs__wrap-item .lump {
  color: #3d3d3d;
  background-color: #ffe000;
}

.tabs__price span {
  padding: 0 .1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.tabs__price .gold-month {
  color: #eb5505;
}

.tabs__content-item.silver {
  border-color: #cbcdd7;
}

.tabs__content-item.silver .tabs__head {
  color: #46464a;
  background-color: #f3f5ff;
}

.tabs__content-item.silver .tabs__wrap-item .month,
.tabs__content-item.silver .tabs__wrap-item .lump {
  background-color: #ededed;
}

.tabs__content-item.bronze {
  border-color: #ead9cc;
}

.tabs__content-item.bronze .tabs__head {
  color: #7e4016;
  background-color: #fff5e9;
}

.tabs__content-item.bronze .tabs__wrap-item .month,
.tabs__content-item.bronze .tabs__wrap-item .lump {
  background-color: #fdeee1;
}

.injury .cta-btn {
  margin-top: 2rem;
}

.q-a {
  padding-block: 3.125rem;
}

.q-a_items {
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .q-a_items {
    max-width: 52.625rem;
    margin: 0 auto;
    margin-top: 4rem;
  }
}

.q-a_item {
  border: solid 2px #eb5505;
  border-radius: .5rem;
  overflow: hidden;
  margin-bottom: .8rem;
}

.q-a_item dt,
.q-a_item dd {
  padding: 1rem;
  padding-left: 2.5rem;
  position: relative;
}

.q-a_item dt::before,
.q-a_item dd::before {
  position: absolute;
  top: 1rem;
  left: .6rem;
  font-size: 1rem;
  font-weight: 800;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.15rem;
  text-align: center;
  border-radius: 50%;
}

.q-a_item dt {
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff0e1;
}

@media (min-width: 768px) {
  .q-a_item dt,
  .q-a_item dd {
    font-size: 1.3rem;
    padding: 1.2rem;
    padding-left: 5rem;
  }
  .q-a_item dt::before,
.q-a_item dd::before{
  font-size: 1.3rem;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 1.6rem;
  top: 1.2rem;
  left: 2rem;
}
}

.q-a_item dt::before {
  content: "Q";
  color: #fff;
  background-color: #eb5505;
  line-height: 1.4;
}

.q-a_item dd::before {
  content: "A";
  color: #eb5505;
  border: solid 2px #eb5505;
}

.insurance-start__title .marker {
  font-weight: 700;
  color: #333;
  background: linear-gradient(transparent 70%, #fcf5a8 0%);
}

.insurance-start__box picture{
  width: 6rem;
  height: auto;
}
@media (min-width: 768px) {
.insurance-start__box picture{
  width: 9.5rem;
}
}
