/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper .mainttl {
  background-image: url(../../../images/bg_ttl_pr.jpg);
}
main section.s02 {
  width: 1000px;
  margin: 0 auto;
}
main section.s02 .wrapper .ttlbox {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  padding: 35px 35px 28px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s02 .wrapper .ttlbox .cat {
  width: 110px;
  font-size: 11px;
  line-height: 1;
  padding: 8px 5px;
  border: 1px solid #282828;
  text-align: center;
}
main section.s02 .wrapper .ttlbox .date {
  width: calc(100% - 110px);
  font-size: 20px;
  line-height: 27px;
  padding-left: 20px;
}
main section.s02 .wrapper .ttlbox .txt {
  font-size: 22px;
  line-height: 1.7;
  margin-top: 10px;
}
main section.s02 .wrapper .contents {
  padding: 50px 35px;
}
main section.s02 .wrapper .contents p {
  font-size: 16px;
  line-height: 1.7;
}
main section.s02 .wrapper .contents p + p, main section.s02 .wrapper .contents p + img {
  margin-top: 40px;
}
main section.s02 .wrapper .contents img {
  max-width: 100%;
  display: block;
}
main section.s02 .wrapper .contents img + p, main section.s02 .wrapper .contents img + img {
  margin-top: 40px;
}
main section.s02 .wrapper .returnbox {
  width: 900px;
  margin: 70px auto 0;
  text-align: center;
  border-top: 1px solid #282828;
  padding-top: 20px;
}
main section.s02 .wrapper .returnbox a {
  text-decoration: none;
  color: #282828;
  display: inline-block;
  font-size: 16px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper .mainttl {
    background-image: url(../../../images/bg_ttl_pr.jpg);
  }
  main section.s02 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .ttlbox {
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    padding: 15px 15px 13px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main section.s02 .wrapper .ttlbox .cat {
    width: 100px;
    font-size: 10px;
    line-height: 1;
    padding: 8px 5px;
    border: 1px solid #282828;
    text-align: center;
  }
  main section.s02 .wrapper .ttlbox .date {
    width: calc(100% - 100px);
    font-size: 16px;
    line-height: 27px;
    padding-left: 20px;
  }
  main section.s02 .wrapper .ttlbox .txt {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 10px;
  }
  main section.s02 .wrapper .contents {
    padding: 30px 0;
  }
  main section.s02 .wrapper .contents p {
    font-size: 13px;
    line-height: 1.7;
  }
  main section.s02 .wrapper .contents p + p, main section.s02 .wrapper .contents p + img {
    margin-top: 25px;
  }
  main section.s02 .wrapper .contents img {
    max-width: 100%;
    display: block;
  }
  main section.s02 .wrapper .contents img + p, main section.s02 .wrapper .contents img + img {
    margin-top: 40px;
  }
  main section.s02 .wrapper .returnbox {
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
    border-top: 1px solid #282828;
    padding-top: 20px;
  }
  main section.s02 .wrapper .returnbox a {
    text-decoration: none;
    color: #282828;
    display: inline-block;
    font-size: 14px;
  }
}