/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding: 50px 0;
  overflow: hidden;
}
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s01 .wrapper .ttl {
  margin-top: 15px;
  font-size: 20px;
}
main section.s01 .wrapper .t01 {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 10px;
}
main section.s02 {
  padding: 50px 0;
  background-color: #F3F4F8;
  overflow: hidden;
}
main section.s02 .wrapper {
  width: 920px;
  margin: 0 auto;
  background-image: url(../../images/au0202.png);
  background-size: 257px auto;
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
}
main section.s02 .wrapper .ttlbox_en p {
  background-color: #F3F4F8;
}
main section.s02 .wrapper .ttl {
  margin-top: 15px;
  font-size: 20px;
}
main section.s02 .wrapper ul li {
  position: relative;
  padding-left: 90px;
  margin-top: 50px;
}
main section.s02 .wrapper ul li .num {
  color: #bbb;
  font-size: 60px;
  position: absolute;
  top: -8px;
  left: 0;
}
main section.s02 .wrapper ul li .t02 {
  font-size: 20px;
  font-weight: bold;
}
main section.s02 .wrapper ul li .t03 {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 5px;
}
main section.s03 {
  padding: 50px 0;
  overflow: hidden;
}
main section.s03 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s03 .wrapper .ttl {
  margin-top: 15px;
  font-size: 20px;
}
main section.s03 .wrapper .box01 {
  position: relative;
  padding-top: 20px;
}
main section.s03 .wrapper .box01 .photo {
  width: 347px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 25px;
}
main section.s03 .wrapper .box01 .box02 {
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 45px 387px 25px 20px;
}
main section.s03 .wrapper .box01 .box02 .t02 {
  font-size: 25px;
}
main section.s03 .wrapper .box01 .box02 .t03 {
  font-size: 15px;
  line-height: 1.9;
  margin-top: 30px;
}
main section.s03 .wrapper .box01 .box02 .name {
  text-align: right;
  margin-top: 25px;
}
main section.s03 .wrapper .box01 .box02 .name img {
  width: 185px;
}
main section.s04 {
  padding: 50px 0 0;
  overflow: hidden;
}
main section.s04 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s04 .wrapper .ttl {
  margin-top: 15px;
  font-size: 20px;
}
main section.s04 .wrapper .photo01 {
  width: 100%;
  margin-top: 50px;
}
main section.s04 .wrapper table {
  width: 100%;
  margin-top: 40px;
  color: #3D485F;
}
main section.s04 .wrapper table tr + tr {
  border-top: 1px solid #D1D1D1;
}
main section.s04 .wrapper table tr th {
  width: 200px;
  font-weight: bold;
  vertical-align: middle;
  padding: 40px 0;
  font-size: 20px;
}
main section.s04 .wrapper table tr td {
  font-size: 20px;
  padding: 40px 0;
  vertical-align: middle;
  font-size: 20px;
}
main section.s04 .wrapper table tr td a {
  display: inline-block;
  vertical-align: top;
  width: 206px;
}
main section.s04 .wrapper table tr td a img {
  width: 100%;
  display: block;
  margin: -15px 0 -15px 25px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding: 30px 15px;
    overflow: hidden;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .ttl {
    margin-top: 15px;
    font-size: 20px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
  }
  main section.s02 {
    padding: 30px 15px;
    background-color: #F3F4F8;
    overflow: hidden;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
    background-image: url(../../images/au0202.png);
    background-size: 257px auto;
    background-position: bottom 0 right 0;
    background-repeat: no-repeat;
  }
  main section.s02 .wrapper .ttlbox_en p {
    background-color: #F3F4F8;
  }
  main section.s02 .wrapper .ttl {
    margin-top: 15px;
    font-size: 20px;
  }
  main section.s02 .wrapper ul li {
    position: relative;
    padding-left: 0;
    margin-top: 25px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main section.s02 .wrapper ul li .num {
    width: 80px;
    color: #bbb;
    font-size: 60px;
    position: static;
    line-height: 1;
  }
  main section.s02 .wrapper ul li .t02 {
    width: calc(100% - 80px);
    font-size: 15px;
    font-weight: bold;
  }
  main section.s02 .wrapper ul li .t03 {
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 5px;
  }
  main section.s03 {
    padding: 30px 15px;
    overflow: hidden;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper .ttl {
    margin-top: 15px;
    font-size: 20px;
  }
  main section.s03 .wrapper .box01 {
    position: relative;
    padding-top: 20px;
  }
  main section.s03 .wrapper .box01 .photo {
    width: 100%;
    display: block;
    position: static;
  }
  main section.s03 .wrapper .box01 .box02 {
    background-color: #F7F7F7;
    border-radius: 4px;
    margin-top: 15px;
    padding: 15px;
  }
  main section.s03 .wrapper .box01 .box02 .t02 {
    font-size: 20px;
  }
  main section.s03 .wrapper .box01 .box02 .t03 {
    font-size: 12px;
    line-height: 1.9;
    margin-top: 15px;
  }
  main section.s03 .wrapper .box01 .box02 .name {
    text-align: right;
    margin-top: 15px;
  }
  main section.s03 .wrapper .box01 .box02 .name img {
    width: 150px;
  }
  main section.s04 {
    padding: 30px 15px;
    overflow: hidden;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper .ttl {
    margin-top: 15px;
    font-size: 20px;
  }
  main section.s04 .wrapper .photo01 {
    width: 100%;
    margin-top: 20px;
  }
  main section.s04 .wrapper table {
    width: 100%;
    margin-top: 40px;
    color: #3D485F;
  }
  main section.s04 .wrapper table tr + tr {
    border-top: 1px solid #D1D1D1;
  }
  main section.s04 .wrapper table tr th {
    width: 90px;
    font-weight: bold;
    vertical-align: middle;
    padding: 20px 0;
    font-size: 15px;
  }
  main section.s04 .wrapper table tr td {
    font-size: 12px;
    padding: 20px 0;
    vertical-align: middle;
  }
  main section.s04 .wrapper table tr td a {
    display: block;
    vertical-align: top;
    width: 140px;
    margin-top: 10px;
  }
  main section.s04 .wrapper table tr td a img {
    width: 100%;
    display: block;
    margin: 0;
  }
}