/*===========================
  overwrite
=============================*/

@media screen and (max-width: 640px) {

  .sub #contents .lv_02 {
    padding-top: 0;
  }

}


/*===========================
#title-img
=============================*/


.report-detail {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.report-detail h5 {
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size: 20px;
}

.report-title h5 {
  font-family: "Courier Prime", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  border-bottom: #643700 thin solid;
}

#title-img {
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  box-shadow: 0 3px 5px 0 #666;
}

@media screen and (max-width: 640px) {

  #title-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* 正方形にする */
    object-fit: cover;
    /* 中心を基準にトリミング */
    overflow: hidden;
    /* 必要に応じてトリミングを強制 */
  }

}

.title-txt {
  width: 100%;
  padding: 10px 10px 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.6));
}


.title-txt h1 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.title-txt .date {
  font-family: "Courier Prime", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.report-body {
  width: 85%;
  max-width: 740px;
  margin: auto;
}

.body-img {
  width: auto;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 640px) {


  .report-title h5 {
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  #title-img {
    margin-bottom: 45px;
  }

  .title-txt {
    padding: 30px;
  }

  .title-txt h1 {
    font-size: 26px;
    /* margin-bottom: 5px; */
  }

  .title-txt .date {
    font-size: 18px;
  }

  .report-body {
    width: auto;
  }

}