/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(3) a {
  color: #83b717;
}
header .wrapper .gnav ul li:nth-child(3) a span {
  color: #83b717;
}

main section.s01 {
  width: 1226px;
  margin: 0 auto;
}
main section.s01 .wrapper .detail {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .detail + .detail {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #b2b2b2;
}
main section.s01 .wrapper .detail .photo_contents {
  width: 580px;
}
main section.s01 .wrapper .detail .photo_contents .photobox {
  position: relative;
}
main section.s01 .wrapper .detail .photo_contents .photobox .tmb {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .detail .photo_contents .photobox .madein {
  width: 65px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 .wrapper .detail .photo_contents .catlist {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 40px;
}
main section.s01 .wrapper .detail .photo_contents .catlist li {
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 0 0;
}
main section.s01 .wrapper .detail .photo_contents .catlist li img {
  width: auto;
  height: 104px;
  display: block;
}
main section.s01 .wrapper .detail .info_contents {
  width: 558px;
}
main section.s01 .wrapper .detail .info_contents .t01 {
  font-size: 16px;
  font-weight: 500;
}
main section.s01 .wrapper .detail .info_contents .t02 {
  font-size: 12px;
  font-weight: 500;
  margin-top: 25px;
}
main section.s01 .wrapper .detail .info_contents .t03 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 5px;
}
main section.s01 .wrapper .detail .info_contents .t03 span {
  color: #83b717;
  letter-spacing: 0;
}
main section.s01 .wrapper .detail .info_contents .t04 {
  font-size: 12px;
  margin-top: 5px;
}
main section.s01 .wrapper .detail .info_contents .t05 {
  font-size: 13px;
  margin-top: 35px;
}
main section.s01 .wrapper .detail .info_contents .t06 {
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 10px;
}
main section.s01 .wrapper .detail .info_contents .t07 {
  font-size: 13px;
  line-height: 190%;
  margin-top: 30px;
}
main section.s01 .wrapper .detail .info_contents table {
  width: 100%;
  margin-top: 40px;
}
main section.s01 .wrapper .detail .info_contents table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
main section.s01 .wrapper .detail .info_contents table tr th {
  width: 190px;
  font-size: 13px;
  line-height: 170%;
  padding: 10px 0 10px 20px;
  vertical-align: top;
}
main section.s01 .wrapper .detail .info_contents table tr td {
  font-size: 13px;
  line-height: 170%;
  padding: 10px 20px 10px 0;
  vertical-align: top;
}
main section.s01 .wrapper .detail .info_contents .dl01 {
  border: 1px solid #b2b2b2;
  padding: 20px 25px;
  margin-top: 45px;
}
main section.s01 .wrapper .detail .info_contents .dl01 dt {
  font-size: 15px;
}
main section.s01 .wrapper .detail .info_contents .dl01 dd {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}
main section.s01 .wrapper .detail .info_contents .dl01 dd ul {
  width: 33.3%;
  padding-right: 10px;
}
main section.s01 .wrapper .detail .info_contents .dl01 dd ul li {
  font-size: 13px;
  line-height: 150%;
  margin-top: 5px;
  position: relative;
  padding-left: 15px;
}
main section.s01 .wrapper .detail .info_contents .dl01 dd ul li.long {
  width: 200%;
}
main section.s01 .wrapper .detail .info_contents .dl01 dd ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #2e3033;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}
main section.s01 .wrapper .detail .info_contents .dl02 {
  margin-top: 45px;
  padding: 20px 25px;
  background-color: #e6e3dd;
}
main section.s01 .wrapper .detail .info_contents .dl02 dt {
  font-size: 15px;
  font-weight: bold;
}
main section.s01 .wrapper .detail .info_contents .dl02 dt span {
  font-size: 12px;
  font-weight: bold;
}
main section.s01 .wrapper .detail .info_contents .dl02 dd {
  margin-top: 8px;
}
main section.s01 .wrapper .detail .info_contents .dl02 dd ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s01 .wrapper .detail .info_contents .dl02 dd ul li {
  width: 33.3%;
  font-size: 13px;
  line-height: 150%;
  margin-top: 8px;
  position: relative;
  padding-left: 15px;
}
main section.s01 .wrapper .detail .info_contents .dl02 dd ul li.long {
  width: 200%;
}
main section.s01 .wrapper .detail .info_contents .dl02 dd ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #2e3033;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}
main section.s02 {
  padding-top: 135px;
  width: 1226px;
  margin: 0 auto;
}
main section.s02 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 70px;
}
main section.s02 .wrapper ul li {
  width: 362px;
}
main section.s02 .wrapper ul li img {
  width: 300px;
  display: block;
  margin: 0 auto;
}
main section.s02 .wrapper ul li .t01 {
  text-align: center;
  font-size: 22px;
  color: #83b717;
  font-weight: 500;
  margin-top: 30px;
  letter-spacing: 0;
}
main section.s02 .wrapper ul li .t02 {
  font-size: 13px;
  line-height: 190%;
  margin-top: 22px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .detail {
    display: block;
  }
  main section.s01 .wrapper .detail + .detail {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #b2b2b2;
  }
  main section.s01 .wrapper .detail .photo_contents {
    width: 100%;
  }
  main section.s01 .wrapper .detail .photo_contents .photobox {
    position: relative;
  }
  main section.s01 .wrapper .detail .photo_contents .photobox .tmb {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .detail .photo_contents .photobox .madein {
    width: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s01 .wrapper .detail .photo_contents .catlist {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 30px;
  }
  main section.s01 .wrapper .detail .photo_contents .catlist li {
    display: inline-block;
    vertical-align: top;
    margin: 25px 15px 0 0;
  }
  main section.s01 .wrapper .detail .photo_contents .catlist li img {
    width: auto;
    height: 70px;
    display: block;
  }
  main section.s01 .wrapper .detail .info_contents {
    width: 100%;
    margin-top: 45px;
  }
  main section.s01 .wrapper .detail .info_contents .t01 {
    font-size: 14px;
    font-weight: 500;
  }
  main section.s01 .wrapper .detail .info_contents .t02 {
    font-size: 11px;
    font-weight: 500;
    margin-top: 25px;
  }
  main section.s01 .wrapper .detail .info_contents .t03 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 10px;
  }
  main section.s01 .wrapper .detail .info_contents .t03 span {
    color: #83b717;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .detail .info_contents .t04 {
    font-size: 11px;
    margin-top: 10px;
  }
  main section.s01 .wrapper .detail .info_contents .t05 {
    font-size: 12px;
    margin-top: 45px;
  }
  main section.s01 .wrapper .detail .info_contents .t06 {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 25px;
  }
  main section.s01 .wrapper .detail .info_contents .t07 {
    font-size: 13px;
    line-height: 190%;
    margin-top: 35px;
  }
  main section.s01 .wrapper .detail .info_contents table {
    width: 100%;
    margin-top: 45px;
  }
  main section.s01 .wrapper .detail .info_contents table tr:nth-child(odd) {
    background-color: #f2f2f2;
  }
  main section.s01 .wrapper .detail .info_contents table tr th {
    width: 105px;
    font-size: 12px;
    line-height: 170%;
    padding: 16px 0 16px 15px;
    vertical-align: top;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .detail .info_contents table tr td {
    font-size: 12px;
    line-height: 170%;
    padding: 16px 15px 16px 0;
    vertical-align: top;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .detail .info_contents .dl01 {
    border: 1px solid #b2b2b2;
    padding: 25px 15px;
    margin-top: 30px;
  }
  main section.s01 .wrapper .detail .info_contents .dl01 dt {
    font-size: 13px;
  }
  main section.s01 .wrapper .detail .info_contents .dl01 dd {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main section.s01 .wrapper .detail .info_contents .dl01 dd ul {
    width: 33.3%;
    padding-right: 5px;
  }
  main section.s01 .wrapper .detail .info_contents .dl01 dd ul li {
    font-size: 11px;
    line-height: 150%;
    margin-top: 15px;
    position: relative;
    padding-left: 8px;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .detail .info_contents .dl01 dd ul li::before {
    content: "";
    width: 2px;
    height: 2px;
    background-color: #2e3033;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
  }
  main section.s01 .wrapper .detail .info_contents .dl02 {
    margin-top: 45px;
    padding: 20px 25px;
    background-color: #e6e3dd;
  }
  main section.s01 .wrapper .detail .info_contents .dl02 dt {
    font-size: 13px;
    font-weight: bold;
  }
  main section.s01 .wrapper .detail .info_contents .dl02 dt span {
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding-top: 3px;
  }
  main section.s01 .wrapper .detail .info_contents .dl02 dd {
    margin-top: 8px;
  }
  main section.s01 .wrapper .detail .info_contents .dl02 dd ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main section.s01 .wrapper .detail .info_contents .dl02 dd ul li {
    font-size: 11px;
    line-height: 150%;
    margin-top: 15px;
    position: relative;
    padding-left: 8px;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .detail .info_contents .dl02 dd ul li::before {
    content: "";
    width: 2px;
    height: 2px;
    background-color: #2e3033;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
  }
  main section.s02 {
    padding: 80px 20px 0;
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper ul {
    display: block;
  }
  main section.s02 .wrapper ul li {
    width: 100%;
  }
  main section.s02 .wrapper ul li + li {
    margin-top: 55px;
  }
  main section.s02 .wrapper ul li img {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper ul li .t01 {
    text-align: center;
    font-size: 18px;
    color: #83b717;
    font-weight: 500;
    margin-top: 35px;
    letter-spacing: 0;
  }
  main section.s02 .wrapper ul li .t02 {
    font-size: 13px;
    line-height: 190%;
    margin-top: 30px;
  }
}