.think_safety-wrapper-page {
  background: #fff;
}

.think_safety-wrapper-page::before,
.think_safety-wrapper-page::after {
  content: none;
}

.ts-container-page {
  box-shadow: 0 0 8px #ddd;
}

.ts-content h2 {
  padding-bottom: 1rem;
}

.ts-content h3 {
  padding-left: 0;
  font-weight: 500;
  font-size: clamp(18px, 7vw, 1.8em);
}
.ts-content h3::before {
  content: none;
}

.ts-content p + h3 {
  margin-top: 2rem;
}

.ts-content h3 + p.Q {
  padding-top: 0;
}

.ts-content p iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.ts-content figure {
  margin-bottom: 1rem;
  padding: 2rem 3rem;
}

.ts-content .ts-flex {
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
.ts-content .ts-flex .ts-flex-col5 {
  flex: 0 0 49%;
}
.ts-content .ts-flex figcaption {
  flex: 0 0 100%;
}

.ts-content p.Q {
  font-weight: 500;
  font-size: 0.9em;
  color: #666;
  padding-top: 1rem;
  padding-left: 3rem;
  position: relative;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
.ts-content p.Q::before {
  height: 1px;
  width: 2.5em;
  position: absolute;
  left: 0;
  top: 2em;
  border-top: 1px solid #888;
}

.ts-content p.comment {
  color: #111;
  font-size: 1.05em;
  display: flex;
}
.ts-content p.comment b {
  flex: 0 0 4rem;
  padding-left: 0;
  border-right: solid 1.5px #ccc;
  white-space: nowrap;
  color: #111;
}
.ts-content p.comment.c_1 {
  color: #003;
}
.ts-content p.comment.c_1 b {
  color: #246;
}
.ts-content p.comment.c_2 {
  color: #300;
}
.ts-content p.comment.c_2 b {
  color: #824;
}
.ts-content p.comment.c_3 {
  color: #030;
}
.ts-content p.comment.c_3 b {
  color: #383;
}
.ts-content p.comment.s_1 {
  color: #511;
}
.ts-content p.comment.s_1 b {
  color: #601;
}
.ts-content p.comment.s_2 {
  color: #115;
}
.ts-content p.comment.s_2 b {
  color: #106;
}
.ts-content p.comment.s_3 {
  color: #151;
}
.ts-content p.comment.s_3 b {
  color: #161;
  flex: 0 0 4em;
}
.ts-content p.comment span {
  padding-left: 1em;
  font-size: 0.9em;
}
.ts-content p.comment span.kerning_close,
.ts-content p.comment span.kerning_open {
  padding: 0;
  font-size: 1em;
}

.pager {
  padding-top: 2rem;
}

.ts-page-main h1 b {
  font-size: clamp(14px, 2.4vw, 20px);
}

.ts-page-main h1 strong {
  position: relative;
  font-size: clamp(19px, 3.4vw, 34px);
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.ts-page-main h1 strong::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: #c82e3e;
  color: #c82e3e;
  margin-right: 4px;
}

.ts-page-main figure {
  opacity: 0;
}
.ts-page-main figure.slick-initialized {
  opacity: 1;
}

.int_ttl {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
  text-align: center;
}
.int_ttl figure {
  padding: 0 0 1em;
}
.int_ttl h4 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: clamp(19px, 6vw, 1.6em);
}
.int_ttl h5 {
  font-size: 1.1em;
  position: relative;
  padding: 1rem 0;
}
.int_ttl h5::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 6px);
  width: 12px;
  height: 3px;
  background: #c00;
}

p + .int_ttl {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .ts-container .ts-container {
    max-width: 100%;
  }
  .ts-content p.comment b {
    flex: 0 0 4em;
  }
}
@media only screen and (max-width: 500px) {
  .ts-container-page {
    box-shadow: none;
  }
}
.think_safety .kerning_close, .think_safety .kerning_open {
  margin: 0;
  letter-spacing: 0;
}

.questionnaire_btn {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .questionnaire_btn {
    width: 444px;
    margin: 80px auto 0;
  }
  .questionnaire_btn a {
    transition: opacity 0.2s ease;
  }
  .questionnaire_btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .questionnaire_btn {
    margin: 40px auto 0;
    padding: 0 24px;
  }
}/*# sourceMappingURL=single.css.map */