/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
  padding-top: 50px;
}
main section.s01 .wrapper .ttlbox {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}
main section.s01 .wrapper .ttlbox .cat {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
main section.s01 .wrapper .ttlbox .cat span {
  background-color: #009F18;
  border-radius: 5px;
  min-width: 136px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  text-decoration: none;
}
main section.s01 .wrapper .ttlbox .t01 {
  width: calc(100% - 200px);
  display: inline-block;
  font-size: 20px;
  line-height: 170%;
  padding-top: 5px;
}
main section.s01 .wrapper .ttlbox .date {
  font-size: 15px;
  width: 150px;
  position: absolute;
  top: 10px;
  right: 0;
  color: #6F6F6F;
}
main section.s01 .wrapper .contents {
  margin-top: 50px;
}
main section.s01 .wrapper .contents p {
  font-size: 15px;
  font-weight: bold;
  line-height: 170%;
  margin-top: 35px;
}
main section.s01 .wrapper .contents img {
  max-width: 100%;
  display: block;
  margin-top: 35px;
}
main section.s01 .wrapper .btn_return {
  width: 238px;
  margin: 70px auto 0;
  display: block;
  text-decoration: none;
  font-size: 20px;
  color: #009F18;
  line-height: 100%;
  color: #009F18;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #009F18;
  border-radius: 5px;
  padding: 20px 20px;
  background-image: url(../../../images/icon_return.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 23px auto;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px 0;
  }
  main section.s01 .wrapper .ttlbox {
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    border: none;
    padding-bottom: 0;
  }
  main section.s01 .wrapper .ttlbox .cat {
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
  }
  main section.s01 .wrapper .ttlbox .cat span {
    background-color: #fff;
    border-radius: 3px;
    min-width: 66px;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 100%;
    color: #009F18;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #009F18;
  }
  main section.s01 .wrapper .ttlbox .t01 {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 170%;
    padding-top: 8px;
    font-weight: bold;
  }
  main section.s01 .wrapper .ttlbox .date {
    font-size: 10px;
    width: 150px;
    position: absolute;
    top: 5px;
    right: auto;
    left: 0;
    color: #6F6F6F;
  }
  main section.s01 .wrapper .contents {
    margin-top: 20px;
  }
  main section.s01 .wrapper .contents p {
    font-size: 10px;
    font-weight: bold;
    line-height: 170%;
    margin-top: 25px;
  }
  main section.s01 .wrapper .contents img {
    max-width: 100%;
    display: block;
    margin-top: 25px;
  }
  main section.s01 .wrapper .btn_return {
    width: 140px;
    margin: 30px auto 0;
    display: block;
    text-decoration: none;
    font-size: 10px;
    color: #009F18;
    line-height: 100%;
    color: #009F18;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #009F18;
    border-radius: 3px;
    padding: 10px 10px;
    background-image: url(../../../images/icon_return.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 11.5px auto;
  }
}