figure {
  margin: 0;
  padding: 0;
}

.mv_photo {
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv_photo figure {
  width: 25%;
}

.mv_photo figure img {
  width: 100%;
  height: auto;
}

h1 {
  margin: 0 0 50px;
  color: #24552A;
  font-size: 50px;
  font-family: "A-OTF UD Shin Maru Go Pro";
  font-weight: normal;
  text-align: center;
}

h1 i {
  font-size: 56px;
}

.post_wrap .post {
  width: 100%;
}

.post_txt .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}

.post_txt .info .date {
  margin-right: 10px;
  padding: 2px 5px;
  color: #7BA83C;
  border: 1px solid #7BA83C;
  line-height: 1;
}

.post_txt .info .cat {
  padding: 4px 5px 2px;
  color: #fff;
  background: #24552A;
  line-height: 1;
}

.post_txt .ttl {
  margin-bottom: 15px;
  padding: 15px 0 10px;
  font-size: 18px;
  border-bottom: 1px solid #24552A;
}

/*
ul.tag{
  display:flex;
  flex-wrap:wrap;
  li{
    margin-right:10px;
    a{
      padding:5px 10px;
      color:#24552A;
      background:#DBE6CD;
      border-radius:15px;
      display:inline-block;
    }
  }
}
*/
.sec_contents.detail .post_contents h1 {
  font-size: 24px;
}

.sec_contents.detail .post_contents h2.ttl {
  padding: 40px 0;
  border-top: 1px solid #24552A;
  border-bottom: 1px solid #24552A;
}

.sec_contents.detail .post_contents .txt {
  margin-bottom: 35px;
  padding: 40px 0 50px;
  border-bottom: 1px solid #24552A;
}

@media screen and (max-width: 767px) {
  h1 {
    margin: 0 0 50px;
    color: #24552A;
    font-size: 28px;
  }
  h1 i {
    font-size: 30px;
  }
  .post_contents .txt img {
    max-width: 100%;
    height: auto;
  }
}
