/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper .photobox {
  height: 424px;
  background-image: url("../../images/bg_news.jpg");
  background-size: cover;
  background-position: center center;
}
main section.s01 .wrapper .photobox .pagettl {
  width: 550px;
  display: block;
  margin: 0 auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
main section.s02 {
  background-image: url("../../images/news02.jpg");
  background-size: 2000px auto;
  background-repeat: no-repeat;
  background-position: top 0 center;
  padding-bottom: 100px;
}
main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
main section.s02 .wrapper .ttlbox_en {
  position: relative;
  height: 100px;
  padding-top: 30px;
  padding-left: 110px;
}
main section.s02 .wrapper .ttlbox_en .design {
  width: 115px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s02 .wrapper .ttlbox_en .ttl_en {
  width: 420px;
  display: block;
}

main section.s02 .wrapper table {
  margin: 30px 100px 0;
  color: #000;
  font-weight: 400;
}
main section.s02 .wrapper tr {
  border-bottom: 1px solid #999;
}
main section.s02 .wrapper th{
width: 130px;
padding: 30px 0;
}
main section.s02 .wrapper td{
padding: 30px 0;
}
main section.s02 .wrapper td a{
color: #000;
}

footer .wrapper .contactbox {
  background-image: url(../../images/bg_contactbox02.jpg);
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper .photobox {
    height: 40vw;
    background-image: url("../../images/bg_news.jpg");
    background-size: cover;
    background-position: top 0 center;
  }
  main section.s01 .wrapper .photobox .pagettl {
    width: 252px;
  }
  main section.s02 {
    background-image: url("../../images/news02.jpg");
    background-size: 150% auto;
    background-repeat: no-repeat;
    background-position: top 0 center;
    padding-bottom: 50px;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  main section.s02 .wrapper .ttlbox_en {
    position: relative;
    height: 60px;
    padding-top: 20px;
    padding-left: 0;
  }
  main section.s02 .wrapper .ttlbox_en .ttl_en {
    width: 200px;
    display: block;
  }

  main section.s02 .wrapper table {
    margin: 0;
    font-size: 14px;
  }
  main section.s02 .wrapper th{
  width: 100%;
  display: block;
  padding: 20px 0 5px;
  font-weight: 500;
  }
  main section.s02 .wrapper td{
  width: 100%;
  display: block;
  padding: 0 0 20px;
  }
  footer .wrapper .contactbox {
    background-image: url(../../images/bg_contactbox02.jpg);
  }
}