@charset "utf-8";.wow {
    transition: all 0.6s cubic-bezier(0.93, 0.01, 1, 1);
    opacity: 0;
}/* ====== Base layout ====== */
.siteMain {
    text-align: center;
}
.main {
    max-width: 1000px;
    margin: 0 auto;
}

.txt {
    padding-left: 10px;
    text-align: left;
}
.txt p { 
    line-height: 2.2;
    font-size: 20px; 
    color: #595959; 
    margin: 0; }

.txt p.ttl {
  font-size: 27px;
  line-height: 1.5;
  padding: 0;
  margin: 80px 0 80px;
}

.txt p.ttl.dash{
  padding-left: 1em;
  text-indent: -1em;
}
.txt p.ttl.lead{
  padding-left: 0em;
  text-indent: -0.5em;
}
/* ====== Images ====== */
.photo-top img { 
    width: 100%; 
    height: auto; 
    display: block; 
    padding-top: 100px;
}
.photo-bottom img { 
    width: 100%; 
    height: auto; 
    display: block; 
}
.photo-row { 
    display: flex; 
    align-items: center; 
    justify-content: space-between;
 }
.photo-item { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height: auto; 
}
.photo-item img {
     width: 100%; 
     height: auto; 
     object-fit: contain; 
     display: block; }

.photo-row.three-cols .left, .photo-row.three-cols .right { 
    width: 30.3%; 
}
.photo-row.three-cols .center {
     width: 37.8%;
}
.photo-row.two-cols.uneven .wide { 
    width: 30.5%; 
}
.photo-row.two-cols.uneven .narrow { 
    width: 68.4%; 
}
.photo-row.two-cols.equal .photo-item { 
    width: 49.5%; 
}

/* ====== Links in text blocks ====== */
.txt a p { 
    margin: 10px 0; 
    cursor: pointer; 
}

/* ====== Conversation (UL/LI) ====== */
ul.convo{
  list-style: none;
  margin: 0 0 80px;
  padding: 0;
}
ul.convo li{
  line-height: 2.2;
  font-size: 15px;
  color: #595959;
  padding-left: 3em;
}
ul.convo li + li{ 
    margin-top: .25em;
 }

ul.foot li{
  line-height: 2.2;
  font-size: 15px;
  color: #595959;
  margin: 70px 0 70px;
}
 
ul.convo.sub.spacious {
  margin-top: 80px; 
}

ul.convo li::before{
  display: inline-block;
  width: 3em;
  margin-left: -3em;
  white-space: nowrap;
  content: "";
}

.foot li strong {
  font-weight: bold !important;
}

/* 話者ラベル */
ul.convo li.matsumoto::before { content: "松本："; }
ul.convo li.kaneko::before   { content: "金子："; }

ul.convo li.cont::before { content: ""; }


/* ====== Responsive ====== */
@media (max-width: 750px){
  .txt { 
    padding-left: 10px;
 }
  .txt p { 
    font-size: 2vw; 
 }
  .txt p.ttl {
    font-size: 2.6vw; 
    margin: 35px 0 35px; 
 }

 .txt p.ttl.dash{
    padding-left: 1em;
    text-indent: -1em;
  }
 .txt p.ttl.lead{ 
    padding-left: 0em;
    text-indent: -0.5em;
  }

  .txt p.ttl.dash.sub {
     margin-bottom: 50px; 
 }

  .photo-top img { padding-top: 35px; }

  ul.convo { margin-bottom: 55px; }
  ul.convo.sub { margin-bottom: 50px; }
  ul.convo.sub.spacious { margin-top: 50px; }

  ul.convo li{
    font-size: 1.9vw;
    padding-left: 3em;
    letter-spacing: -0.129em;
  }
  ul.foot li{
    font-size: 1.9vw;
    letter-spacing: -0.129em;
    margin: 55px 0 0;
  }
  ul.convo li::before{
    width: 3em;
    margin-left: -3em;
  }
}
