@charset "utf-8";

#contents-area,
.lyt-col-1 #contents-body {
  width: 100%;
}

#contents-episode {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: normal;
}

.u-pc-d-n {
  display: none;
}

.hamburgerMenu {
  border-top: 1px solid #d8d8d8;
  padding: 0 20px;
  box-sizing: border-box;
}
.hamburgerMenu__inner {
  width: 100%;
  min-width: 950px;
  max-width: 1300px;
  padding: 0 10px;
  box-sizing: border-box;
}
.hamburgerMenu__logo {
  left: 0;
}

/* 戻る */
.answer-back {
  position: relative;
  font-size: 16px;
  margin: 0;
  padding-left: 20px;
}
.answer-back a {
  color: #333;
  text-decoration: none;
}
.answer-back i {
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(/corp/set/data/special/answer/lib/img/shared/icon-arrow-left.svg) no-repeat center center transparent;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.answer-contents {
  min-width: 990px;
  max-width: 1310px;
  background: url(/corp/set/data/special/answer/episode/lib/img/shared/bg.png) left top repeat;
  background-size: 60px auto;
  border: 1px solid #e5e5e5;
  border-top: none;
  margin: 0 auto 125px;
  padding: 80px 0;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.answer-contents a {
  display: block;
  transition: opacity 0.3s;
}
.answer-contents a:hover {
  opacity: 0.6;
}
.answer-contents img {
  width: 100%;
}
.contents-inner {
  width: 830px;
  margin: 0 auto;
}

/* マーカー */
.answer-contents span.txt-marker {
  background: linear-gradient(transparent 60%, #d3e4ff 60% 95%, transparent 95%);
}
.answer-contents span.txt-marker-or {
  background: linear-gradient(transparent 60%, #ffc199 60% 95%, transparent 95%);
}
.answer-contents span.txt-marker-yl {
  background: linear-gradient(transparent 60%, #fff199 60% 95%, transparent 95%);
}
.answer-contents span.txt-marker-pk {
  background: linear-gradient(transparent 60%, #ffc1cc 60% 95%, transparent 95%);
}
.answer-contents span.txt-marker-bl {
  background: linear-gradient(transparent 60%, #c1dcff 60% 95%, transparent 95%);
}

/* とびらページ */
.section-episode-title h1 {
  width: 337px;
  margin: 0 auto 40px;
}
.section-episode-title .txt-episode-lead {
  width: 773px;
  margin: 0 auto 60px;
}

.section-episode-list .section-episode-list-item + .section-episode-list-item {
  margin-top: 60px;
}
.section-episode-list .section-episode-list-item .txt-episode {
  margin-bottom: 20px;
}
.section-episode-list .section-episode-list-item .btn-episode {
  position: relative;
}
.section-episode-list .section-episode-list-item .btn-episode::before {
  content: "";
  display: block;
  width: 100%;
  height: 466px;
  background: #ffffff;
  position: absolute;
  z-index: -100;
}
.section-episode-list .section-episode-list-item .link-episode {
  position: relative;
  width: 159px;
  line-height: 1;
  margin: 25px auto 0;
  padding-right: 23px;
}
.section-episode-list .section-episode-list-item .link-episode i {
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(/corp/set/data/special/answer/lib/img/shared/icon-arrow-right.svg) no-repeat center center transparent;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.section-short-video {
  margin: 80px auto 40px;
}
.section-short-video .st-short-video {
  width: 308px;
  margin: 0 auto 50px;
}
fw-embed-feed {
  --fw-thumbnail-width: 240px;
  --fw-thumbnail-height: 400px;
}  

/* 下層ページ */
.section-episode-title .title-episode {
  position: relative;
  margin-bottom: 60px;
}
.section-episode-title .title-episode h2 {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.section-episode-title .title-episode h2.title-episode-01 {
  width: 300px;
}
.section-episode-title .title-episode h2.title-episode-02 {
  width: 361px;
}
.section-episode-title .title-episode h2.title-episode-03 {
  width: 359px;
  top: 63px;
}
.section-episode-title .thumb-episode {
  z-index: 1;
}
.section-episode-title .txt-about {
  font-size: 18px;
  margin-bottom: 60px;
}
.section-episode-title .staff-introduction {
  background: rgba(219, 219, 219, 0.7);
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 36px 40px;
}
.section-episode-title .staff-introduction .staff-introduction-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.section-episode-title .staff-introduction .staff-introduction-item > span {
  display: block;
  margin-bottom: 15px;
}
.section-episode-title .staff-introduction .staff-introduction-item > span > img {
  width: auto;
  height: 86px;
}
.section-episode-title .staff-introduction .staff-introduction-item:has(+ .staff-introduction-image),
.section-episode-title .staff-introduction .staff-introduction-item:has(+ .staff-introduction-image) > p {
  margin-bottom: 0;
}
.section-episode-title .staff-introduction .staff-introduction-image {
  width: 640px;
  margin: 0 auto 30px;
}

.section-chapter .section-chapter-item {
  margin-bottom: 80px;
}
.section-chapter .st-chapter {
  margin-bottom: 30px;
}
.section-chapter .kv-chapter {
  width: 100%;
  margin: 0 auto 30px;
}
.section-chapter .img-chapter {
  width: 640px;
  margin: 40px auto;
}
.section-chapter .st-chapter + .img-chapter {
  margin-top: 0;
}
.section-chapter .img-chapter.img-pc-w-100p,
.section-chapter .img-chapter.img-w-100p {
  width: 100%;
}
.section-chapter .img-chapter .txt-notes {
  margin-top: 20px;
  text-align: center;
}

.speech-bubble_item {
  margin: 0;
  display: flex;
  gap: 0 5px;
}
.speech-bubble_item + .speech-bubble_item {
  margin-top: 20px;
}
.speech-bubble_item.icon-employee {
  flex-direction: row-reverse;
}
.speech-bubble_item dt {
  width: 68px;
  text-align: center;
}
.speech-bubble_item dt span {
  font-size: 12px;
}
.speech-bubble_item dd {
  position: relative;
  width: auto;
  max-width: 606px;
  margin-top: 16px;
}
.speech-bubble_item dd > div {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 22px 24px;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px 0px rgba(57, 51, 50, 0.4);
}
.speech-bubble_item dd > div::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 46.5px;
  background: url(/corp/set/data/special/answer/episode/lib/img/shared/ico_bubble-left.png) left top no-repeat;
  background-size: cover;
  top: 0;
}
.speech-bubble_item.icon-staff dd {
  margin-left: 19px;
}
.speech-bubble_item.icon-staff dd.surprised {
  margin-top: 28px;
}
.speech-bubble_item.icon-staff dd div::after {
  left: -19px;
}
.speech-bubble_item.icon-employee dd {
  margin-right: 19px;
}
.speech-bubble_item.icon-employee dd div::after {
  background-image: url(/corp/set/data/special/answer/episode/lib/img/shared/ico_bubble-right.png);
  right: -19px;
}
.speech-bubble_item dd > div p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.speech-bubble_item dd > div p.txt-right {
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}
.speech-bubble_item dd > div .icon-airplane-mode {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.speech-bubble_item dd > div .icon-airplane-mode img {
  width: 65px !important;
  height: 62px;
}

.section-chapter .staff-postscript .img-staff-postscript {
  width: 125px;
  margin: 0 auto 15px;
}
.section-chapter .staff-postscript p {
  font-size: 18px;
}

.section-chapter .related-links {
  font-size: 18px;
  margin: 80px auto 15px;
}
.section-chapter .related-links a {
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 1;
  padding-right: 20px;
  text-decoration: none;
}
.section-chapter .related-links i {
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(/corp/set/data/special/answer/lib/img/shared/icon-arrow-right.svg) no-repeat center center transparent;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* SNS */
.sns {
  margin: 75px auto 30px;
  padding: 40px 0;
}
.sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.sns-link img {
  width: 50px !important;
}
.sns-link {
  transition: opacity .3s ease-in-out;
}
.sns-link:hover {
  opacity: .6;
}
.newwindowicon {
  display: none;
}
.link-none {
  pointer-events: none;
}

/* 共通ボタン */
.c-button {
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  width: 520px;
  min-height: 56px;
  border: solid 1px #999;
  border-radius: 28px;
  box-shadow: 1px 4px 10px -2px rgba(0,0,0,.3);
  background: white;
  display: grid;
  place-content: center;
  transition: opacity .5s cubic-bezier(.4,0,.2,1);
  margin: 0 auto;
}
.c-button:hover {
  opacity: 0.7;
}

/* 03 防災講座 */
.ico-application {
  width: 243px;
  margin: 35px auto 20px;
}
.txt-graph {
  width: 540px;
  margin: 20px auto 0;
}
.bousaikouza .c-button a {
  padding-right: 0;
}
.bousaikouza .c-button img {
  width: 480px;
}
.bousaikouza p {
  margin-top: 30px;
  text-align: center;
}

/* 文字間調整 */
.txt-spacing-pc {
  letter-spacing: -0.05em;
}
