/* ------------------------------
 width: all
------------------------------ */
main section.ttlsection {
  background-image: none;
}

main section.ttlsection .wrapper {
  height: auto;
}

main section.s01 {
  padding: 80px 0 200px;
}

main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
}

main section.s01 .wrapper h2 {
  text-align: center;
  color: #00803E;
  font-size: 24px;
  letter-spacing: 3px;
}

main section.s01 .wrapper .date {
  font-size: 20px;
  font-weight: bold;
  border-top: 3px solid #00803E;
  border-bottom: 3px solid #00803E;
  padding: 30px 40px;
  margin-top: 50px;
}

main section.s01 .wrapper .contents {
  padding: 0 50px 70px;
  margin-top: 50px;
  border-bottom: 1px solid #B3B4B4;
}

main section.s01 .wrapper .contents h3 {
  font-size: 24px;
  color: #00803E;
}

main section.s01 .wrapper .contents .t01 {
  font-size: 16px;
  line-height: 36px;
  margin-top: 20px;
}

main section.s01 .wrapper .contents .photo {
  display: block;
  max-width: 100%;
  margin: 50px auto;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  main section.ttlsection {
    background-image: none;
  }
  main section.ttlsection .wrapper {
    height: auto;
  }
  main section.s01 {
    padding: 30px 20px 60px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    color: #00803E;
    font-size: 24px;
    letter-spacing: 3px;
  }
  main section.s01 .wrapper .date {
    font-size: 14px;
    font-weight: bold;
    border-top: 2px solid #00803E;
    border-bottom: 2px solid #00803E;
    padding: 10px 15px;
    margin-top: 20px;
  }
  main section.s01 .wrapper .contents {
    padding: 0 20px 40px;
    margin-top: 30px;
    border-bottom: 1px solid #B3B4B4;
  }
  main section.s01 .wrapper .contents h3 {
    font-size: 18px;
    color: #00803E;
  }
  main section.s01 .wrapper .contents .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main section.s01 .wrapper .contents .photo {
    display: block;
    max-width: 100%;
    margin: 20px auto;
  }
}
