<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.conversation__list .conversation__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  background-image: url(../png/btn_open.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 14px;
  background-color: #fff;
  margin-bottom: 30px;
}
.conversation__list .conversation__unit .conversation__unit-imgmain {
  width: 320px;
}
.conversation__list .conversation__unit .conversation__unit-imgmain img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.conversation__list .conversation__unit .conversation__unit-text {
  width: 598px;
  padding: 20px;
}
.conversation__list .conversation__unit .conversation__unit-text .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.conversation__list .conversation__unit .conversation__unit-text .articleDate {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}
.conversation__list .conversation__unit .conversation__unit-text .lead {
  margin-top: 10px;
  font-size: 14px;
}

@media print, screen and (max-width: 640px) {
  .conversation__list .conversation__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: 32px;
  }
  .conversation__list .conversation__unit .conversation__unit-imgmain {
    width: 100%;
  }
  .conversation__list .conversation__unit .conversation__unit-text {
    width: 510px;
    padding: 30px 32px 40px;
  }
  .conversation__list .conversation__unit .conversation__unit-text .title {
    font-size: 32px;
  }
  .conversation__list .conversation__unit .conversation__unit-text .articleDate {
    font-size: 22px;
  }
  .conversation__list .conversation__unit .conversation__unit-text .lead {
    margin-top: 25px;
    font-size: 22px;
  }
}
#conversation {
  font-size: 14px;
  line-break: strict;
  margin-bottom: 50px;
}

#conversation__top {
  width: 100%;
  margin-bottom: 30px;
}
#conversation__top .imgmain {
  margin-bottom: 30px;
}
#conversation__top .imgmain img {
  width: 100%;
}
#conversation__top .conversation__top_text {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
#conversation__top .conversation__top_text .vol {
  font-size: 22px;
  font-weight: bold;
}
#conversation__top .conversation__top_text .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
#conversation__top .conversation__top_text .articleDate {
  font-size: 14px;
}
#conversation__top .conversation__top_text .lead {
  margin-top: 15px;
}
#conversation__top .conversation__top_text .lead a {
  text-decoration: underline;
}

#conversation__content {
  word-break: break-all;
}
#conversation__content .lead {
  margin-bottom: 2em;
}
#conversation__content dl dt {
  float: left;
  width: 80px;
  font-weight: bold;
}
#conversation__content dl dd {
  margin: 0 0 35px 80px;
}
#conversation__content .subtitle__area {
  margin-bottom: 35px;
}
#conversation__content .subtitle__area .subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 70px;
}
#conversation__content p {
  margin-bottom: 35px;
}
#conversation__content a {
  text-decoration: underline;
}
#conversation__content .imggroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px 20px;
}
#conversation__content .imggroup figure {
  width: 470px;
}
#conversation__content .imggroup figcaption {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
#conversation__content .conclusion {
  margin-top: 70px;
}
#conversation__content .conclusion.img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#conversation__content .conclusion.img-text figure {
  width: 282px;
}
#conversation__content .conclusion.img-text figure img {
  width: 100%;
}
#conversation__content .conclusion.img-text figure figcaption {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
#conversation__content .conclusion.img-text p {
  width: 640px;
}

@media print, screen and (max-width: 640px) {
  #conversation {
    font-size: 26px;
  }
  #conversation__top {
    margin-bottom: 40px;
  }
  #conversation__top .conversation__top_text {
    margin: 0 32px 40px;
  }
  #conversation__top .conversation__top_text .title {
    font-size: 32px;
  }
  #conversation__top .conversation__top_text .articleDate {
    font-size: 20px;
  }
  #conversation__top .conversation__top_text .lead {
    margin-top: 20px;
  }
  #conversation__content {
    margin: 0 32px;
  }
  #conversation__content dl dt {
    font-size: 30px;
    width: 140px;
  }
  #conversation__content dl dd {
    padding-top: 8px;
    margin: 0 0 35px 0;
  }
  #conversation__content .subtitle__area .subtitle {
    font-size: 30px;
  }
  #conversation__content p {
    margin-bottom: 35px;
  }
  #conversation__content .imggroup {
    display: block;
  }
  #conversation__content .imggroup figure {
    width: 100%;
    margin: 0 0 35px 0;
  }
  #conversation__content .imggroup figure:nth-of-type(2n) {
    margin-left: 0;
  }
  #conversation__content .imggroup figure img {
    width: 100%;
  }
  #conversation__content .imggroup figcaption {
    font-size: 20px;
  }
  #conversation__content .conclusion {
    margin-top: 70px;
  }
  #conversation__content .conclusion.img-text {
    display: block;
  }
  #conversation__content .conclusion.img-text figure {
    width: 100%;
    margin-bottom: 35px;
  }
  #conversation__content .conclusion.img-text p {
    width: 100%;
  }
}
.furari__bottom {
  border-top: 1px solid #000;
  padding-top: 60px;
  margin-top: 60px;
}</pre></body></html>