@charset "UTF-8";
.mod_breadcrumb {
  border-bottom: 0;
}
.spOnly {
  display: none;
}
#sectionContents .main-img img {
  display: block;
  width: 100%;
  height: auto;
}
#sectionContents .section-wrap {
  padding: 140px 0;
  background-color: #f2f8fb;
}
#sectionContents .section-wrap.vol2 {
  background-color: #fef5f8;
  padding: 100px 0 88px;
}
#sectionContents .section-wrap.vol3 {
  background-color: #f7faf4;
  padding: 100px 0 10px;
}
#sectionContents .section-wrap.bg01 {
  background-image: url(../img/realtalk/vol1/bg01.png);
  background-size: 320px auto;
  background-repeat: no-repeat;
  background-position: right 22%;
}
#sectionContents .section-wrap.bg01.vol2 {
  background-image: url(../img/realtalk/vol2/bg01.png);
}
#sectionContents .section-wrap.bg01.vol3 {
  background-image: url(../img/realtalk/vol3/bg01.png);
}
#sectionContents .section-wrap.bg03_04 {
  background-image:
    url(../img/realtalk/vol1/bg03.png), url(../img/realtalk/vol1/bg04.png);
  background-size:
    256px auto,
    294px auto;
  background-repeat: no-repeat, no-repeat;
  background-position:
    right 28%,
    left 82%;
}
#sectionContents .section-wrap.bg03_04.vol2 {
  background-image:
    url(../img/realtalk/vol2/bg03.png), url(../img/realtalk/vol2/bg04.png);
}
#sectionContents .section-wrap.bg03_04.vol3 {
  background-image:
    url(../img/realtalk/vol3/bg03.png), url(../img/realtalk/vol3/bg04.png);
}
#sectionContents .section-wrap.bg03 {
  background-size: 256px auto;
  background-repeat: no-repeat;
  background-position: right 28%;
}
#sectionContents .section-wrap.bg03.vol3 {
  background-image: url(../img/realtalk/vol3/bg03.png);
}
#sectionContents .section-topic {
  padding: 140px 0;
  background-color: #f2f2f2;
}
#sectionContents .section-topic.topic {
  padding: 45px 0;
}
#sectionContents .section-topic.vol2 {
  padding: 80px 0 66px;
}
#sectionContents .section-other {
  padding: 140px 0;
  background-color: #fff;
}
#sectionContents .contents-wrap {
  position: relative;
  width: 976px;
  margin: 0 auto;
}
#sectionContents .participation {
  margin-bottom: 62px;
  position: relative;
  padding: 10px 16px 16px 10px;
}
#sectionContents .participation.vol2,
#sectionContents .participation.vol3 {
  margin-bottom: 143px;
}
#sectionContents .participation.vol2::after,
#sectionContents .participation.vol2::before {
  background-color: #cb5229;
}
#sectionContents .participation.vol3::after,
#sectionContents .participation.vol3::before {
  background-color: #549b35;
}
#sectionContents .participation::after,
#sectionContents .participation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #2f4c8b;
}
#sectionContents .participation::after {
  width: 2px;
  height: 60px;
}
#sectionContents .participation-wrap.vol2::after,
#sectionContents .participation-wrap.vol2::before {
  background-color: #cb5229;
}
#sectionContents
  .comment-column-cap-wrap
  .comment-column-cap-ttl.bc-reverse.vol3::after,
#sectionContents
  .comment-column-cap-wrap
  .comment-column-cap-ttl.bc-reverse.vol3::before,
#sectionContents .participation-wrap.vol3::after,
#sectionContents .participation-wrap.vol3::before {
  background-color: #549b35;
}
#sectionContents .participation-wrap::after,
#sectionContents .participation-wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 2px;
  background-color: #2f4c8b;
}
#sectionContents .participation-wrap::after {
  width: 2px;
  height: 60px;
}
#sectionContents .participation-contents {
  position: relative;
}
#sectionContents .participation-contents.vol2::before {
  background-color: rgba(203, 82, 41, 0.5);
}
#sectionContents .participation-contents.vol3::before {
  background-color: rgba(84, 155, 53, 0.5);
}
#sectionContents .participation-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(47, 76, 139, 0.5);
  -webkit-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}
#sectionContents .participation-main {
  position: relative;
  padding: 50px 0 50px 62px;
  background-color: #fff;
}
#sectionContents .participation-title {
  position: relative;
  top: -50px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #2f4c8b;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#sectionContents .participation-title.vol2 {
  color: #cb5229;
}
#sectionContents .participation-title.vol3 {
  color: #549b35;
}
#sectionContents .participation-list {
  display: flex;
  gap: 0 18px;
}
#sectionContents .participation-list li {
  flex-basis: 125px;
}
#sectionContents .participation-list li.wide {
  display: flex;
  gap: 0 18px;
  flex-basis: 280px;
}
#sectionContents .participation-name {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #2f4c8b;
}
#sectionContents .participation-name.vol2 {
  color: #cb5229;
}
#sectionContents .participation-name.vol3 {
  color: #549b35;
}
#sectionContents .participation-detail {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.78;
}
#sectionContents .participation-box {
  flex-basis: 125px;
}
#sectionContents .participation-box.child {
  margin-top: 34px;
  flex-basis: inherit;
}
#sectionContents .main-title-wrap {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-bottom: 68px;
}
#sectionContents .main-title {
  margin-left: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
}
#sectionContents .main-lead {
  margin: 40px 0;
  font-size: 24px;
  line-height: 1.6;
  color: #2f4c8b;
}
#sectionContents .comment-img figcaption.vol2,
#sectionContents .main-lead.vol2 {
  color: #cb5229;
}
#sectionContents .comment-img figcaption.vol3,
#sectionContents .main-lead.vol3 {
  color: #549b35;
}
#sectionContents .main-lead.mt0 {
  margin-top: 0;
}
#sectionContents .q-lead {
  position: relative;
  margin-bottom: 20px;
  padding-left: 64px;
  font-size: 16px;
  line-height: 2;
  color: #666;
}
#sectionContents .q-lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 56px;
  height: 1px;
  background-color: #1f1f1f;
}
#sectionContents .q-lead.vol2 {
  font-size: 14px;
}
#sectionContents .q-lead.btm-space {
  margin-bottom: 30px;
}
#sectionContents .comment-wrap {
  display: flex;
  margin-bottom: 30px;
}
#sectionContents .comment-wrap.center,
#sectionContents .comment-wrap.center-vol2 {
  align-items: center;
}
#sectionContents .comment-img {
  flex-shrink: 0;
  width: 70px;
  margin-right: 20px;
}
#sectionContents .comment-img figcaption {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  color: #2f4c8b;
}
#sectionContents .comment-main {
  flex-grow: 1;
  font-size: 16px;
  line-height: 2;
}
#sectionContents .comment-main.vol2 {
  font-size: 14px;
}
#sectionContents .marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
#sectionContents .comment-column {
  position: relative;
  display: flex;
  margin-bottom: 60px;
}
#sectionContents .comment-column.left {
  flex-direction: row-reverse;
}
#sectionContents .comment-column.bg02::before {
  content: "";
  display: block;
  width: 344px;
  height: 386px;
  position: absolute;
  background-image: url(../img/realtalk/vol1/bg02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  left: -200px;
  top: -50px;
}
#sectionContents .comment-column.vol2 {
  align-items: flex-end;
  margin-top: -280px;
}
#sectionContents .comment-column.vol2::before {
  background-image: url(../img/realtalk/vol2/bg02.png);
  width: 350px;
  height: 350px;
}
#sectionContents .comment-column.vol3::before {
  background-image: url(../img/realtalk/vol3/bg02.png);
  width: 350px;
  height: 350px;
  top: 130px;
}
#sectionContents .comment-column.bottom {
  align-items: flex-end;
  margin-top: -120px;
}
#sectionContents .comment-column.no-space {
  margin-bottom: 0;
}
#sectionContents .comment-column-main {
  flex-grow: 1;
}
#sectionContents .comment-column-main.width {
  flex-grow: 0;
  width: 48%;
}
#sectionContents .comment-column-main.space {
  margin-right: 30px;
}
#sectionContents .comment-column-main.vol3 {
  flex-basis: 615px;
}
#sectionContents .comment-column-img-box {
  position: relative;
  flex-basis: 300px;
  margin-right: 56px;
}
#sectionContents .comment-column-img-box.v2-sec01 {
  margin-right: 88px;
}
#sectionContents .comment-column-img-box.sc02 {
  flex-basis: 416px;
  margin-right: 0;
  margin-left: 56px;
}
#sectionContents .comment-column-img-box.v2-sc02 {
  flex-basis: 488px;
  margin-right: 0;
  margin-left: 30px;
}
#sectionContents .comment-column-img-box.v3-sec01 {
  flex-basis: 400px;
  margin-right: 0;
  margin-left: auto;
}
#sectionContents .comment-column-img-box.vol2 {
  flex-basis: 316px;
  margin-right: 0;
  margin-left: 33px;
}
#sectionContents .comment-column-img-box.vol3 {
  flex-basis: 316px;
  margin-right: 45px;
  margin-left: 0;
}
#sectionContents .comment-column-img-box.space {
  margin-top: 77px;
}
#sectionContents .comment-column-img-box.img-btm {
  margin-bottom: 150px;
  margin-left: 40px;
  margin-right: 0;
}
#sectionContents .comment-column-img-box.v3-img2 {
  flex-basis: 300px;
  flex-shrink: 0;
  margin-top: 50px;
  margin-left: 0;
}
#sectionContents .comment-column-img-box.v3-sec02 {
  width: 400px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 47px;
}
#sectionContents .comment-column-cap {
  position: relative;
  max-width: 240px;
  margin: -20px auto 0;
}
#sectionContents .comment-column-cap.column2 {
  flex-shrink: 0;
  width: 180px;
}
#sectionContents .comment-column-cap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(47, 76, 139, 0.5);
  -webkit-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}
#sectionContents .comment-column-cap.vol2::before {
  background-color: rgba(203, 82, 41, 0.5);
}
#sectionContents .comment-column-cap.vol3::before {
  background-color: rgba(84, 155, 53, 0.5);
}
#sectionContents .comment-column-cap-wrap {
  position: relative;
  padding: 20px 0 15px;
  background-color: #fff;
  text-align: center;
}
#sectionContents .comment-column-cap-wrap .vol3-img-ttl,
.other-link-icon {
  position: absolute;
  top: -33px;
  left: -17px;
}
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl {
  position: absolute;
  top: -33px;
  left: -3px;
  background-color: #e07c67;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
  width: 136px;
}
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl.vol3 {
  background-color: #e8f1dd;
  color: #549b35;
}
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl.vol3::after,
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl.vol3::before {
  background-color: #e8f1dd;
}
#sectionContents
  .comment-column-cap-wrap
  .comment-column-cap-ttl.bc-reverse
  span,
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl.vol3 span {
  display: block;
  position: relative;
  z-index: 3;
}
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl.bc-reverse {
  color: #e07c67;
  background-color: #fbe2e9;
}
#sectionContents
  .comment-column-cap-wrap
  .comment-column-cap-ttl.bc-reverse.vol3 {
  background-color: #549b35;
  color: #e8f1dd;
}
#sectionContents
  .comment-column-cap-wrap
  .comment-column-cap-ttl.bc-reverse::after,
#sectionContents
  .comment-column-cap-wrap
  .comment-column-cap-ttl.bc-reverse::before {
  background: #fbe2e9;
}
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl.long {
  width: 188px;
  background-color: #fff;
  border: 2px solid #549b35;
}
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl.long::after,
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl.long::before {
  background: #fff;
  border: 2px solid #549b35;
}
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl::after,
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl::before {
  content: "";
  background: #e07c67;
  margin: 50px;
  padding: 10px;
  width: 2px;
  height: 2px;
  -webkit-transform: rotate(45deg) skew(10deg, 15deg);
  transform: rotate(45deg) skew(10deg, 15deg);
  position: absolute;
  top: -42px;
  z-index: 1;
}
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl::before {
  left: -61px;
}
#sectionContents .comment-column-cap-wrap .comment-column-cap-ttl::after {
  right: -61px;
}
#sectionContents .comment-column-cap-name {
  font-size: 18px;
  font-weight: 700;
  color: #2f4c8b;
}
#sectionContents .comment-column-cap-name.vol2 {
  color: #cb5229;
}
#sectionContents .comment-column-cap-name.vol3 {
  color: #549b35;
}
#sectionContents .comment-column-cap-history {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #2f4c8b;
}
#sectionContents .comment-column-cap-history.vol2 {
  color: #cb5229;
}
#sectionContents .comment-column-cap-history.vol3 {
  color: #549b35;
}
#sectionContents .comment-column-img-talk01 {
  margin-left: auto;
  width: 488px;
}
#sectionContents .comment-column-cap-2 {
  display: flex;
  justify-content: center;
}
#sectionContents .topic-title {
  margin-top: calc(-45px - 72px);
}
#sectionContents .topic-lead {
  margin-top: -10px;
  margin-bottom: 45px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
#sectionContents .topic-contents {
  max-width: 820px;
  margin: 0 auto;
}
#sectionContents .topic-contents.flex {
  max-width: 893px;
  display: flex;
  justify-content: center;
  gap: 13%;
}
#sectionContents .topic-section.flex {
  width: 47%;
}
#sectionContents .icon {
  margin-right: 15px;
}
#sectionContents .topic-img-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
#sectionContents .topic-head {
  position: relative;
  margin-bottom: 28px;
}
#sectionContents .topic-head::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  right: 0;
  height: 1px;
  background-color: #2f4c8b;
}
#sectionContents .topic-head.vol2::before {
  background-color: #cb5229;
}
#sectionContents .topic-head.vol3::before {
  background-color: #549b35;
}
#sectionContents .topic-01-contents {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#sectionContents .topic-01-main {
  flex-grow: 1;
}
#sectionContents .topic-01-main.vol2 {
  display: flex;
}
#sectionContents .topic-01-img {
  flex-basis: 307px;
  flex-shrink: 0;
}
#sectionContents .topic-detail {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
}
#sectionContents .topic-02-img-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 25px;
}
#sectionContents .topic-02-img-last {
  position: relative;
  padding-left: 74px;
}
#sectionContents .topic-02-img-last::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 44px;
  height: 92px;
  background-image: url(../img/realtalk/vol1/topic_img03.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sectionContents .topic-detal-link {
  margin-top: 40px;
  text-align: center;
}
#sectionContents .other-list li a,
#sectionContents .topic-detal-link a {
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
#sectionContents .topic-detal-link a {
  min-width: 260px;
  background-color: #2f4c8b;
  border: 3px solid #c1c9dc;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 20px 0;
}
#sectionContents .topic-detal-link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: right 0.4s ease;
}
#sectionContents .topic-detal-link a:hover {
  opacity: 0.8;
}
#sectionContents .topic-detal-link a:hover::after {
  right: 10px;
}
#sectionContents .topic-detal-link.vol2,
#sectionContents .topic-detal-link.vol3 {
  margin-top: 45px;
}
#sectionContents .topic-detal-link.vol2 a {
  background-color: #cb5229;
  border: 3px solid #efcbbf;
}
#sectionContents .topic-detal-link.vol3 a {
  background-color: #549b35;
  border: 3px solid #e8f1dd;
}
#sectionContents .fin-img {
  margin-top: 50px;
}
#sectionContents .fin-txt-wrap {
  text-align: center;
}
#sectionContents .fin-txt,
.after-talk-comment span {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  line-height: 2.2;
}
#sectionContents .fin-txt.vol3 {
  font-size: 19px;
}
#sectionContents .other-head {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#sectionContents .other-list {
  display: flex;
  justify-content: center;
  gap: 0 24px;
}
#sectionContents .other-list li {
  flex-basis: 432px;
}
#sectionContents .other-list li a {
  display: block;
  padding: 24px 0;
  text-align: center;
}
#sectionContents .other-list li a.vol1 {
  background-color: #2f4c8b;
}
#sectionContents .other-list li a.vol2 {
  background-color: #cb5229;
}
#sectionContents .other-list li a.vol3 {
  background-color: #549b35;
}
#sectionContents .other-list li a:hover {
  opacity: 0.7;
}
#sectionContents .other-list li a:hover p {
  color: #fff;
}
.other-link-icon {
  top: 0;
  left: 10px;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.other-link-lead {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2;
}
.other-link-title {
  font-size: 20px;
  line-height: 1.2;
}
.comment-notice-wrap {
  counter-reset: section;
  margin-bottom: 65px;
}
.comment-notice {
  padding-left: 20px;
  padding-left: 2rem;
  font-size: 12px;
  line-height: 1.6;
  counter-increment: section;
}
.comment-notice::before {
  content: "※" counter(section);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-notice,
.flex-position {
  position: relative;
}
.flex-position .vol2-img {
  position: absolute;
  top: 0;
  right: 0;
}
.point-list-wrap {
  margin-bottom: 30px;
}
.point-list {
  font-size: 16px;
  line-height: 1.7;
  padding-left: 12px;
  padding-left: 1.2rem;
  position: relative;
  font-weight: 700;
}
.point-list::before {
  display: block;
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}
.vol3-point-img {
  margin-bottom: 20px;
}
.point-note-content {
  margin-top: 26px;
}
.point-note-content p {
  font-size: 10px;
}
.point-note-content .point-note-wrap {
  margin-top: 6px;
}
.point-note-content .point-note-wrap .point-note {
  padding-left: 12px;
  padding-left: 1.2rem;
  line-height: 1.6;
  font-size: 10px;
  position: relative;
}
.point-note-content .point-note-wrap .point-note::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.point-note-content .point-note-wrap .point-note.kome1::before {
  content: "※1";
}
.point-note-content .point-note-wrap .point-note.kome2::before {
  content: "※2";
}
.after-talk {
  padding-top: 140px;
}
.after-talk.bg04 {
  background-image: url(../img/realtalk/vol3/bg04.png);
  background-size: 294px auto;
  background-repeat: no-repeat;
  background-position: left 82%;
}
.after-talk-wrap {
  border: 2px solid #549b35;
  max-width: 1090px;
  margin: auto;
  padding: 42px 56px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.after-talk-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #549b35;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 15px 0;
  width: 246px;
  text-align: center;
}
.after-talk-ttl::after,
.after-talk-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  background-color: #549b35;
}
.after-talk-ttl::before {
  left: -15px;
  display: block;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.after-talk-ttl::after {
  right: -15px;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.after-talk-lead {
  color: #549b35;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 28px;
  line-height: 1.5;
}
.after-talk-comment-wrap {
  display: flex;
  justify-content: center;
  gap: 44px;
  margin-bottom: 30px;
}
.after-talk-comment {
  position: relative;
  width: 297px;
  height: 239px;
  text-align: center;
}
.after-talk-comment::before {
  display: block;
  content: "";
  width: 297px;
  height: 239px;
  background-image: url(../img/realtalk/vol3/comment-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.after-talk-comment span {
  position: relative;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.after-talk-img-lead {
  font-size: 14px;
  font-weight: 700;
  margin-top: 25px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sectionContents .comment-column.bg02::before,
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  #sectionContents .section-other,
  #sectionContents .section-topic,
  #sectionContents .section-wrap {
    padding: 70px 0;
  }
  #sectionContents .section-wrap.vol2,
  #sectionContents .section-wrap.vol3 {
    padding: 70px 0 50px;
  }
  #sectionContents .comment-column.vol2::before,
  #sectionContents .comment-column.vol3::before,
  #sectionContents .section-wrap.bg01,
  #sectionContents .section-wrap.bg01.vol2,
  #sectionContents .section-wrap.bg01.vol3,
  #sectionContents .section-wrap.bg03.vol3,
  #sectionContents .section-wrap.bg03_04,
  #sectionContents .section-wrap.bg03_04.vol2,
  #sectionContents .section-wrap.bg03_04.vol3 {
    background-image: none;
  }
  #sectionContents .section-topic.topic {
    padding: 20px 0;
  }
  #sectionContents .section-topic.fin {
    padding: 30px 0;
  }
  #sectionContents .contents-wrap {
    width: auto;
    margin: 0 10px;
  }
  #sectionContents .participation {
    margin-bottom: 30px;
    padding: 5px 8px 8px 5px;
  }
  #sectionContents .participation.vol2,
  #sectionContents .participation.vol3 {
    margin-bottom: 50px;
  }
  #sectionContents .participation::before {
    width: 30px;
  }
  #sectionContents .participation::after {
    height: 30px;
  }
  #sectionContents .participation-wrap::before {
    width: 30px;
  }
  #sectionContents .participation-wrap::after {
    height: 30px;
  }
  #sectionContents .participation-contents::before {
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
  }
  #sectionContents .participation-main {
    padding: 20px 10px;
  }
  #sectionContents .participation-title {
    top: -20px;
    font-size: 16px;
  }
  #sectionContents .participation-list {
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  #sectionContents .participation-list li {
    width: 32%;
    flex-basis: inherit;
  }
  #sectionContents .participation-list li.wide {
    width: 64%;
    gap: 0 2%;
    flex-basis: inherit;
  }
  #sectionContents .participation-name {
    font-size: 12px;
  }
  #sectionContents .participation-box {
    width: 50%;
    flex-basis: inherit;
  }
  #sectionContents .participation-box.child {
    width: 40%;
    margin-top: 11%;
  }
  #sectionContents .main-title-wrap {
    display: block;
    margin-bottom: 34px;
  }
  #sectionContents .main-title {
    margin-left: 0;
    font-size: 20px;
    text-align: center;
  }
  #sectionContents .main-title-img {
    width: 60%;
    margin: 10px auto 0;
  }
  #sectionContents .main-title-img.vol2 {
    width: 45%;
  }
  #sectionContents .main-lead {
    margin: 20px 0;
    font-size: 18px;
  }
  #sectionContents .q-lead {
    padding-left: 32px;
    font-size: 14px;
  }
  #sectionContents .q-lead::before,
  #sectionContents .topic-head img {
    width: 28px;
  }
  #sectionContents .comment-wrap.center {
    align-items: flex-start;
  }
  #sectionContents .comment-img {
    width: 60px;
    margin-right: 10px;
  }
  #sectionContents .comment-img figcaption {
    font-size: 10px;
  }
  #sectionContents .comment-main {
    font-size: 14px;
  }
  #sectionContents .comment-column {
    display: block;
  }
  #sectionContents .comment-column.vol2 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
  }
  #sectionContents .comment-column.bottom {
    margin-top: 0;
  }
  #sectionContents .comment-column-main.width {
    width: auto;
  }
  #sectionContents .comment-column-main.vol3 {
    flex-basis: auto;
  }
  #sectionContents .comment-column-img-box {
    width: 60%;
    margin: 0 auto;
  }
  #sectionContents .comment-column-img-box.sec01,
  #sectionContents .other-list li {
    margin-bottom: 30px;
  }
  #sectionContents .comment-column-img-box.v2-sec01 {
    width: 65%;
    margin: auto;
  }
  #sectionContents .comment-column-img-box.v2-sc02 {
    width: auto;
    margin: auto;
  }
  #sectionContents .comment-column-img-box.v3-sec01 {
    width: 70%;
    margin: 0 auto 30px;
  }
  #sectionContents .comment-column-img-box.vol2,
  #sectionContents .comment-column-img-box.vol3 {
    width: 70%;
    margin: 0 auto;
  }
  #sectionContents .comment-column-img-box.space {
    margin-top: 30px;
  }
  #sectionContents .comment-column-img-box.img-btm,
  #sectionContents .comment-column-img-box.v3-img2 {
    margin: auto;
    width: 65%;
  }
  #sectionContents .comment-column-img-box.v3-sec02 {
    width: 75%;
    margin: auto;
  }
  #sectionContents .comment-column-cap {
    max-width: 90%;
    margin: -20px auto 0;
  }
  #sectionContents .comment-column-cap.column2 {
    width: 160px;
  }
  #sectionContents .comment-column-cap-wrap {
    padding: 12px 0 5px;
  }
  #sectionContents .comment-column-cap-wrap .vol3-img-ttl {
    width: 78%;
  }
  #sectionContents .comment-column-cap-wrap .comment-column-cap-ttl {
    padding: 8px 0;
    font-size: 12px;
    top: -20px;
  }
  #sectionContents .comment-column-cap-wrap .comment-column-cap-ttl::before {
    padding: 7px;
    top: -44px;
    left: -58px;
  }
  #sectionContents .comment-column-cap-wrap .comment-column-cap-ttl::after {
    padding: 7px;
    top: -44px;
    right: -58px;
  }
  #sectionContents .comment-column-cap-history,
  #sectionContents .comment-column-cap-name {
    font-size: 16px;
  }
  #sectionContents .comment-column-img-talk01 {
    width: auto;
  }
  #sectionContents .topic-title {
    width: 100px;
    margin-top: calc(-20px - 50px);
  }
  #sectionContents .topic-lead {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  #sectionContents .topic-contents {
    margin: 0 10px;
  }
  #sectionContents .topic-contents.flex {
    display: block;
  }
  #sectionContents .topic-section {
    margin-bottom: 40px;
  }
  #sectionContents .topic-section.flex {
    width: auto;
  }
  #sectionContents .topic-head {
    margin-bottom: 20px;
  }
  #sectionContents .topic-01-contents {
    display: block;
  }
  #sectionContents .topic-01-img {
    width: 80%;
    margin: 10px auto;
  }
  #sectionContents .topic-02-img-wrap {
    display: block;
    width: 80%;
    margin: 10px auto 0;
  }
  #sectionContents .topic-02-img-last {
    padding-left: 0;
    padding-top: 74px;
  }
  #sectionContents .topic-02-img-last::before {
    left: 50%;
    top: 40px;
    -webkit-transform: translate(-20px, -50%) rotate(90deg);
    transform: translate(-20px, -50%) rotate(90deg);
  }
  #sectionContents .fin-txt {
    font-size: 16px;
  }
  #sectionContents .fin-txt.vol3,
  .after-talk-comment span {
    font-size: 15px;
  }
  #sectionContents .other-head {
    margin-bottom: 30px;
    font-size: 18px;
  }
  #sectionContents .other-list {
    display: block;
  }
  #sectionContents .other-list li:last-child {
    margin-bottom: 0;
  }
  #sectionContents .other-list li a {
    padding: 16px 0;
  }
  .other-link-icon {
    left: 5px;
    width: 45px;
    height: 45px;
  }
  .other-link-lead {
    font-size: 14px;
  }
  .other-link-title {
    font-size: 18px;
  }
  .flex-position {
    position: static;
  }
  .flex-position .vol2-img {
    position: static;
    margin-bottom: 60px;
  }
  .vol3-flex {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
  }
  .after-talk {
    padding-top: 60px;
  }
  .after-talk.bg04 {
    display: none;
  }
  .after-talk-wrap {
    width: 90%;
    margin: auto;
    padding: 50px 15px;
  }
  .after-talk-ttl {
    font-size: 18px;
  }
  .after-talk-lead {
    font-size: 16px;
  }
  .after-talk-comment-wrap {
    display: block;
  }
  .after-talk-comment {
    width: 80%;
    margin: auto;
  }
  .after-talk-comment::before {
    width: 100%;
  }
}
