@charset "UTF-8";
html {
  font-size: 16px;
}
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer {
  background: #102b4f;
}

.inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.pc-a {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-a {
    display: none !important;
  }
}

.sp-a {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-a {
    display: block !important;
  }
}

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

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

/* 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 */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
section + section {
  margin-top: clamp(0.625rem, -7.7455357143rem + 35.7142857143vw, 9.375rem);
}

section div + div {
  margin-top: clamp(0.625rem, 0.0271045918rem + 2.5510204082vw, 1.25rem);
}

.cta {
  position: relative;
}
.cta__btn {
  width: 85.7333333333%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.question {
  padding: 30px 20px;
}
.question__txt {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.3125rem, -0.1822385204rem + 6.3775510204vw, 2.875rem);
  line-height: 1.3;
}
.question__txt span {
  display: inline-block;
}
.question__list {
  text-align: center;
  margin-top: clamp(0.625rem, 0.0271045918rem + 2.5510204082vw, 1.25rem);
}
.question__list li {
  font-size: clamp(1rem, 0.1629464286rem + 3.5714285714vw, 1.875rem);
  font-weight: bold;
  color: #fff;
  background: #ff7b79;
  border-radius: 10px;
}
.question__list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.question__list li a:hover {
  opacity: 0.8;
}
.question__list li a.active {
  opacity: 1;
}
.question__list li a.none {
  background: #ccc;
  pointer-events: none;
}
.question__list li span {
  display: inline-block;
}
.question__list li + li {
  margin-top: clamp(0.625rem, 0.0271045918rem + 2.5510204082vw, 1.25rem);
}

.reason li p {
  font-weight: bold;
  padding: 0 8%;
  font-size: clamp(0.6875rem, 0.2689732143rem + 1.7857142857vw, 1.125rem);
}

/*-----------------------------------------------------
  qa
-------------------------------------------------------*/
.qa {
  background: #ebe9ea;
  padding-bottom: 20px;
}

.sec6 {
  margin-bottom: clamp(0.625rem, -0.5707908163rem + 5.1020408163vw, 1.875rem);
}

.caution_item_tab_wrap {
  background: #eae9e9;
  padding: 0 3.9%;
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.3912627551rem + 1.5306122449vw, 1.125rem);
}

.tab_cont {
  width: 100%;
  padding: 5% 4%;
  background: #fff;
  border: solid 1px #aaa;
  border-top: none;
}

.tab_cont.active {
  display: block;
}

.tab_cont_inner {
  height: clamp(7.8125rem, 0.338807398rem + 31.887755102vw, 15.625rem);
  overflow-y: scroll;
}

.tab_cont_inner::-webkit-scrollbar {
  width: 0.2em;
}

.tab_cont_inner::-webkit-scrollbar-thumb {
  background: #aaa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tab_cont_inner::-webkit-scrollbar-track {
  border: none;
}

.item_detail_caution_headline03_wrap {
  margin-bottom: clamp(0.625rem, 0.0271045918rem + 2.5510204082vw, 1.25rem);
}

.item_detail_caution_headline03_wrap h3 {
  font-weight: 700;
  font-size: clamp(0.8125rem, 0.0950255102rem + 3.0612244898vw, 1.5625rem);
}

.item_detail_caution_headline03_wrap p {
  font-weight: 700;
  margin-top: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);
}

.caution_item_box ol {
  margin-top: clamp(0.625rem, 0.625rem + 0vw, 0.625rem);
}

.caution_item_box li + li {
  margin-top: clamp(0.625rem, 0.3858418367rem + 1.0204081633vw, 0.875rem);
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}/*# sourceMappingURL=style.css.map */