/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(3) a {
  height: 170px;
  padding-top: 50px;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 1;
  background-color: #E09700;
}

header .wrapper .gnav ul li:nth-child(3) a .en {
  color: #fff;
}

main {
  padding-bottom: 130px;
}

main .s01 {
  width: 1000px;
  margin: 120px auto 0;
}

main .s01 dl {
  margin-top: 85px;
}

main .s01 dl dt {
  width: 480px;
  float: right;
}

main .s01 dl dt img {
  width: 100%;
  display: block;
}

main .s01 dl dd {
  width: 450px;
  float: left;
}

main .s01 dl dd .t01 {
  font-size: 30px;
  font-weight: bold;
  color: #E17145;
  background-image: url(../images/bu0105.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 10px;
}

main .s01 dl dd .t02 {
  font-size: 16px;
  line-height: 200%;
  margin-top: 20px;
}

main .s01 dl:nth-child(even) dt {
  float: left;
}

main .s01 dl:nth-child(even) dd {
  float: right;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 580px) {
  main {
    padding-bottom: 60px;
  }
  main .s01 {
    width: 100%;
    padding: 0 20px;
    margin: 20px auto 0;
  }
  main .s01 dl {
    margin-top: 25px;
  }
  main .s01 dl dt {
    width: 100%;
    float: none !important;
  }
  main .s01 dl dd {
    margin-top: 10px;
    width: 100%;
    float: none !important;
  }
  main .s01 dl dd .t01 {
    font-size: 22px;
    background-size: 100% 4px;
    padding-bottom: 7px;
  }
  main .s01 dl dd .t02 {
    font-size: 16px;
    line-height: 160%;
    margin-top: 13px;
  }
}
