/* ------------------------------
 width: all
------------------------------ */
header .gnav ul li:nth-child(1) {
  background-image: url(../images/icon_active01.png);
  background-size: 36px auto;
  background-position: top 0 center;
  background-repeat: no-repeat;
}

main section.s01 .wrapper {
  position: relative;
}

main section.s01 .wrapper .photo01 {
  width: 100%;
  display: block;
}

main section.s01 .wrapper h2 {
  width: 103px;
  position: absolute;
  top: 70px;
  right: 200px;
}

main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}

main section.s02 {
  padding: 40px 0 30px;
}

main section.s02 .wrapper {
  width: 780px;
  margin: 0 auto;
}

main section.s02 .wrapper h3 {
  width: 95px;
  float: left;
  margin-top: 5px;
}

main section.s02 .wrapper h3 span {
  color: #C30D23;
  font-size: 21px;
  letter-spacing: 0;
  border-bottom: 1px solid #000;
}

main section.s02 .wrapper .tablebox {
  width: 685px;
  float: right;
}

main section.s02 .wrapper .tablebox table {
  width: 100%;
}

main section.s02 .wrapper .tablebox table tr {
  border-bottom: 2px dotted #808080;
}

main section.s02 .wrapper .tablebox table tr th {
  width: 100px;
  padding: 12px 0 6px;
}

main section.s02 .wrapper .tablebox table tr th span {
  display: block;
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
  border-right: 2px solid #000;
}

main section.s02 .wrapper .tablebox table tr td {
  font-size: 13px;
  padding: 12px 0 6px 20px;
}

main section.s03 .wrapper ul li {
  width: calc(100% / 3);
  float: left;
}

main section.s03 .wrapper ul li a {
  display: block;
}

main section.s03 .wrapper ul li a img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  header .spwrapper ul li:nth-child(1) a {
    color: #0000FF;
  }
  main section.s01 .wrapper {
    min-height: 415px;
    background-color: #000;
    position: relative;
  }
  main section.s01 .wrapper .photo01 {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper h2 {
    width: 60.4px;
    position: absolute;
    top: 40px;
    right: 50px;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s02 {
    padding: 100px 15px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 {
    width: 100%;
  }
  main section.s02 .wrapper h3 span {
    color: #C30D23;
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: 1px solid #000;
  }
  main section.s02 .wrapper .tablebox {
    width: 100%;
    margin-top: 15px;
  }
  main section.s02 .wrapper .tablebox table {
    width: 100%;
  }
  main section.s02 .wrapper .tablebox table tr {
    border-bottom: 2px dotted #808080;
  }
  main section.s02 .wrapper .tablebox table tr th {
    width: 100%;
    display: block;
    padding: 25px 0 0px;
  }
  main section.s02 .wrapper .tablebox table tr th span {
    display: block;
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    border: none;
  }
  main section.s02 .wrapper .tablebox table tr td {
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 12px 0 8px 0;
  }
  main section.s03 .wrapper ul li {
    width: 100%;
    float: left;
  }
  main section.s03 .wrapper ul li a {
    display: block;
  }
  main section.s03 .wrapper ul li a img {
    width: 100%;
    display: block;
  }
}
