.pagettl {
  width: 100%;
  height: 430px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .pagettl {
    height: 350px;
  }
}
@media screen and (max-width: 740px) {
  .pagettl {
    height: 240px;
    margin-top: 96px;
  }
}
.pagettl .ttl {
  font-size: 3.2rem;
  color: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 740px) {
  .pagettl .ttl {
    padding-top: 0;
    text-align: center;
  }
}

section {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 740px) {
  section {
    padding: 40px 0;
  }
}
section + section {
  padding-bottom: 0;
}
section + section:last-of-type {
  padding-bottom: 60px;
}
@media screen and (max-width: 740px) {
  section + section:last-of-type {
    padding-bottom: 40px;
  }
}

.main {
  padding-bottom: 0;
}
@media screen and (max-width: 740px) {
  .main {
    padding-top: 20px;
  }
}

.sec_ttl {
  font-size: 2.4rem;
  text-align: center;
}
.sec_ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #d35354;
  margin: 10px auto 40px;
}

.cap {
  font-size: 1.3rem;
}

.pagettl {
  background: url(../images/media/page.jpg) no-repeat top center;
  background-size: cover;
}

.read .sec_ttl {
  font-weight: bold;
  color: #92a587;
}
.read .sec_ttl:after {
  display: none;
}

.media .sec_ttl:after {
  margin-bottom: 20px;
}
.media .list {
  width: 100%;
  border-spacing: 0;
}
@media screen and (max-width: 740px) {
  .media .list, .media .list tr, .media .list tbody, .media .list th, .media .list td {
    display: block;
  }
  .media .list tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.media .list th {
  font-weight: bold;
  text-align: left;
  padding: 15px;
  border-bottom: solid 1px #c2c2c2;
  background-color: #f8f7f3;
}
@media screen and (max-width: 740px) {
  .media .list th {
    display: none;
  }
}
.media .list th.name {
  width: 30%;
  border-right: dashed 2px #c2c2c2;
}
@media screen and (max-width: 740px) {
  .media .list th.name {
    width: 100%;
  }
}
.media .list th.month {
  width: 25%;
  border-right: dashed 2px #c2c2c2;
}
@media screen and (max-width: 740px) {
  .media .list th.month {
    width: 100%;
  }
}
.media .list th.content {
  width: 45%;
}
@media screen and (max-width: 740px) {
  .media .list th.content {
    width: 100%;
  }
}
.media .list td {
  padding: 15px;
  border-bottom: solid 1px #c2c2c2;
  border-right: dashed 2px #c2c2c2;
}
.media .list td:nth-of-type(3n) {
  border-right: none;
}
@media screen and (max-width: 740px) {
  .media .list td {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .media .list td.name {
    width: 100%;
    border-bottom: none;
    padding: 0 10px 5px;
    background-color: #92a587;
    color: #fff;
  }
  .media .list td.month {
    width: 50%;
    border-bottom: none;
    padding-left: 10px;
  }
  .media .list td.content {
    width: 50%;
    border-bottom: none;
  }
}/*# sourceMappingURL=media.css.map */