/* ------------------------------
 width: all
------------------------------ */
.sub_header .wrapper .gnav ul li:nth-child(4) a {
  border-bottom: 6px solid #FCEE21;
}

main section.s01 {
  background-color: #88C78A;
  padding: 60px 0 40px;
}
main section.s01 .wrapper h2 {
  width: 433px;
  margin: 0 auto;
}
main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .photo01 {
  width: 658px;
  display: block;
  margin: 20px auto 0;
}
main section.s02 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
main section.s02 .wrapper .t01 {
  width: 950px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 200%;
  color: #13863F;
  font-weight: 500;
  margin-bottom: 60px;
}
main section.s02 .wrapper .qa + .qa {
  margin-top: 25px;
}
main section.s02 .wrapper .qa dt {
  background-color: #F2F2F2;
  position: relative;
  padding: 25px;
}
main section.s02 .wrapper .qa dt .t02 {
  font-size: 29px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
  padding-left: 112px;
}
main section.s02 .wrapper .qa dt .t02 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
}
main section.s02 .wrapper .qa dt .t03 {
  position: relative;
  padding-left: 112px;
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
  min-height: 72px;
}
main section.s02 .wrapper .qa dt .t03 span {
  width: 112px;
  display: block;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
}
main section.s02 .wrapper .qa dt .arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
main section.s02 .wrapper .qa dt .arrow img {
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
main section.s02 .wrapper .qa dt .arrow img.icon01 {
  opacity: 1;
}
main section.s02 .wrapper .qa dt .arrow img.icon02 {
  opacity: 0;
}
main section.s02 .wrapper .qa dt .arrow.active img.icon01 {
  opacity: 0;
}
main section.s02 .wrapper .qa dt .arrow.active img.icon02 {
  opacity: 1;
}
main section.s02 .wrapper .qa dd {
  display: none;
}
main section.s02 .wrapper .qa dd .ans {
  padding: 30px 0 50px 112px;
}
main section.s02 .wrapper .qa dd .ans .box01 {
  background-color: #88C78A;
  padding: 25px 25px 25px 140px;
  position: relative;
}
main section.s02 .wrapper .qa dd .ans .box01 .t02 {
  font-size: 29px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
  padding-left: 108px;
}
main section.s02 .wrapper .qa dd .ans .box01 .t02 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
}
main section.s02 .wrapper .qa dd .ans .box01 .t03 {
  position: relative;
  padding-left: 108px;
  font-size: 16px;
  line-height: 35px;
  margin-top: 20px;
  min-height: 216px;
}
main section.s02 .wrapper .qa dd .ans .box01 .t03 span {
  width: 112px;
  display: block;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
}
main section.s02 .wrapper .qa dd .ans .box01 .photo01 {
  position: absolute;
  display: block;
  top: 20px;
  left: 45px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    background-color: #88C78A;
    padding: 40px 15px 30px;
  }
  main section.s01 .wrapper h2 {
    width: auto;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 img {
    width: auto;
    height: 45px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .photo01 {
    width: 658px;
    max-width: 100%;
    display: block;
    margin: 15spx auto 0;
  }
  main section.s02 {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    padding-top: 30px;
  }
  main section.s02 .wrapper .t01 {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 200%;
    color: #13863F;
    font-weight: 500;
    margin-bottom: 30px;
  }
  main section.s02 .wrapper .qa + .qa {
    margin-top: 15px;
  }
  main section.s02 .wrapper .qa dt {
    background-color: #F2F2F2;
    position: relative;
    padding: 15px;
  }
  main section.s02 .wrapper .qa dt .t02 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    padding-left: 65px;
  }
  main section.s02 .wrapper .qa dt .t02 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
  }
  main section.s02 .wrapper .qa dt .t03 {
    position: relative;
    padding-left: 65px;
    font-size: 14px;
    line-height: 150%;
    margin-top: 15px;
    min-height: 50px;
    padding-right: 30px;
  }
  main section.s02 .wrapper .qa dt .t03 span {
    width: 75px;
    display: block;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 0;
  }
  main section.s02 .wrapper .qa dt .arrow {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    cursor: pointer;
  }
  main section.s02 .wrapper .qa dt .arrow img {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }
  main section.s02 .wrapper .qa dt .arrow img.icon01 {
    opacity: 1;
  }
  main section.s02 .wrapper .qa dt .arrow img.icon02 {
    opacity: 0;
  }
  main section.s02 .wrapper .qa dt .arrow.active img.icon01 {
    opacity: 0;
  }
  main section.s02 .wrapper .qa dt .arrow.active img.icon02 {
    opacity: 1;
  }
  main section.s02 .wrapper .qa dd {
    display: none;
  }
  main section.s02 .wrapper .qa dd .ans {
    padding: 15px 0 20px 20px;
  }
  main section.s02 .wrapper .qa dd .ans .box01 {
    background-color: #88C78A;
    padding: 15px 15px 15px 15px;
    position: relative;
  }
  main section.s02 .wrapper .qa dd .ans .box01 .t02 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    padding-left: 65px;
  }
  main section.s02 .wrapper .qa dd .ans .box01 .t02 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
  }
  main section.s02 .wrapper .qa dd .ans .box01 .t03 {
    position: relative;
    padding-left: 65px;
    font-size: 14px;
    line-height: 150%;
    margin-top: 15px;
    min-height: 280px;
    padding-right: 30px;
  }
  main section.s02 .wrapper .qa dd .ans .box01 .t03 span {
    width: 75px;
    display: block;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 0;
  }
  main section.s02 .wrapper .qa dd .ans .box01 .photo01 {
    width: 50px;
    position: absolute;
    display: block;
    top: 110px;
    left: 15px;
  }
}