@charset "UTF-8";
/* A-PLABOOK 対談企画ページ専用 */

.adapt-interview-title__note {
  margin-bottom: 10px;
}

.adapt-interview-title__sub {
  margin-bottom: 0;
}

.adapt-interview-title {
  margin-bottom: 0;
}

.fontsmall {
  font-size: 13px;
}

.stripebox.st-blue {
  margin-bottom: 40px;
}

.stripebox.st-blue .stripe-inner {
  background-color: #fff;
}

.stripebox .stripe-inner:has(.taidan-part) > p {
  margin-top: 0;
}

.taidan-part {
  color: #555;
  font-size: 17px;
  font-weight: 600;
}

/* 司会者問いかけ（旧h4の見た目を維持） */
#main h3 {
  font-size: 19px !important;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 30px;
}

#main .figure--border {
  border: none !important;
  padding: 0 !important;
  background: transparent;
  box-shadow: none;
}

#main .taidan-profile figure {
  padding: 0;
}

#main .taidan-profile figure img {
  padding: 0;
}

.taidan-profile {
  margin-top: 40px;
}

.taidan-profile + .taidan-profile {
  margin-top: 15px;
}

/* プロフィール：左画像・右テキスト */
.taidan-profile .box-col-body,
.taidan-profile .summary {
  padding-left: 0;
}

.taidan-profile figure {
  margin: 8px 0 0;
}

.taidan-profile figure img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  box-sizing: border-box;
}

.taidan-profile .box-col-body p {
  padding: 0 25px 15px;
  margin: 0;
}

.taidan-profile figcaption {
  margin-top: 8px;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 959px) {
  .taidan-profile figure {
    width: 70%;
    margin: 0 auto 16px;
  }

  .taidan-profile figure img {
    width: 100%;
  }
}

#jump-01 {
  margin-top: 10px;
}

/* 本文左・画像右 */
.taidan-figure .box-col-body {
  padding-left: 0;
}

.taidan-figure figure {
  margin: 0;
}

.taidan-figure figure img {
  width: 100%;
  height: auto;
  display: block;
  padding: 15px 40px 0;
  box-sizing: border-box;
}

.taidan-figure figcaption p {
  margin: 8px 0 0;
  font-size: 13px;
  text-align: center;
}

@media (min-width: 960px) {
  .taidan-figure.box-col.swap {
    grid-template-columns: 6fr 4fr;
  }
}

@media (max-width: 959px) {
  .taidan-figure.box-col,
  .taidan-figure.box-col.swap {
    display: block;
  }

  .taidan-figure .box-col-body,
  .taidan-figure figure {
    grid-area: auto;
  }

  .taidan-figure figure {
    margin-top: 16px;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .taidan-figure figure img {
    padding: 15px 40px 0;
  }
}

/* 写真：中央揃え */
.taidan-figures {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.taidan-figures figure {
  margin: 0;
  width: 70%;
  max-width: 350px;
}

.taidan-figures img {
  width: 100%;
  height: auto;
  display: block;
  padding: 15px 40px 0;
  box-sizing: border-box;
}

.taidan-figures figcaption p {
  margin: 8px 0 0;
  font-size: 13px;
  text-align: center;
}

.taidan-figure-single {
  text-align: center;
}

.taidan-date {
  text-align: right;
}

.taidan-figure-single figure {
  margin: 0 auto;
  max-width: 550px;
}

.taidan-figure-single img {
  width: 550px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.taidan-figure-single figcaption {
  margin-top: 8px;
  font-size: 13px;
  text-align: center;
}

.taidan-figure-550 figure {
  max-width: 550px;
}

.taidan-figure-550 img {
  width: 550px;
}

.taidan-figure-400 figure {
  max-width: 400px;
}

.taidan-figure-400 img {
  width: 400px;
}

@media (max-width: 959px) {
  .taidan-figure-400 figure {
    max-width: 350px;
  }

  .taidan-figure-400 img {
    width: 350px;
  }
}

/* 画像追加前のプレースホルダー */
#main .figure--border figure:not(:has(img)) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
  background-color: #eee;
}

#main .figure--border figure:not(:has(img)) figcaption {
  margin: 0;
  padding: 16px 0 0;
}

#main .figure--border figure:not(:has(img)) figcaption p {
  margin: 0;
  font-size: 13px;
  text-align: center;
  color: #666;
}

@media (max-width: 599px) {
  #main .figure--border figure:not(:has(img)) {
    min-height: 180px;
  }
}
