/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper .mainttl {
  background-image: url(../../../images/bg_ttl_cp.jpg);
}
main section.ttl_section .wrapper .page_info .t02 {
  margin-top: 100px;
  text-align: center;
}
main section.s01 {
  margin-top: 50px;
}
main section.s01 .wrapper .btn_return {
  text-align: center;
}
main section.s01 .wrapper .btn_return a {
  display: inline-block;
  font-size: 18px;
  padding-bottom: 10px;
  color: #282828;
  text-decoration: none;
  border-bottom: 1px solid #282828;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper .mainttl {
    background-image: url(../../../images/bg_ttl_cp.jpg);
  }
  main section.ttl_section .wrapper .page_info .t02 {
    margin-top: 50px;
    text-align: center;
  }
  main section.s01 {
    margin-top: 30px;
  }
  main section.s01 .wrapper .btn_return {
    text-align: center;
  }
  main section.s01 .wrapper .btn_return a {
    display: inline-block;
    font-size: 14px;
    padding-bottom: 5px;
    color: #282828;
    text-decoration: none;
    border-bottom: 1px solid #282828;
  }
}