#contents .conte_wrap, #contents .inner {
  overflow: visible;
}

#contents .clr {
  *zoom: 1;
}

#contents .clr:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#contents sup {
  font-size: 12px;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  #contents sup {
    font-size: 1.6vw;
  }
}

#contents #mv {
  height: 500px;
  background: url(../img/bg_mv.jpg) no-repeat center center;
}

@media screen and (max-width: 1080px) {
  #contents #mv {
    height: 46.3vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #mv {
    height: 100vw;
    background: url(../img/bg_mv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

#contents #mv .mvInner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#contents #mv .mvInner img {
  width: 100%;
  height: auto;
  max-height: 500px;
}

@media screen and (max-width: 800px) {
  #contents #mv .mvInner img {
    max-height: none;
  }
}

#contents #leading {
  position: relative;
  padding: 60px 0 54px;
  background: #fffbca;
}

@media screen and (max-width: 800px) {
  #contents #leading {
    padding: 6.66667vw 0;
  }
}

#contents #leading:after {
  content: "";
  width: 90px;
  height: 45px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/img_obj_arrow.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 800px) {
  #contents #leading:after {
    width: 15.73333vw;
    height: 7.86667vw;
    bottom: -3.46667vw;
  }
}

#contents #leading .ttl {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #999;
  border-radius: 100px;
  padding: 13px 0 8px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #contents #leading .ttl {
    max-width: 89.33333vw;
    padding: 5.33333vw 0 3.2vw;
  }
}

#contents #leading .ttl .shoulder {
  font-size: 20px;
}

@media screen and (max-width: 1080px) {
  #contents #leading .ttl .shoulder {
    font-size: 1.85185vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #leading .ttl .shoulder {
    font-size: 4vw;
  }
}

#contents #leading .ttl h2 {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  #contents #leading .ttl h2 {
    font-size: 2.77778vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #leading .ttl h2 {
    font-size: 5.33333vw;
  }
}

#contents #leading .ttl h2 .marker {
  position: relative;
  color: #f74600;
  font-size: 45px;
}

@media screen and (max-width: 1080px) {
  #contents #leading .ttl h2 .marker {
    font-size: 4.16667vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #leading .ttl h2 .marker {
    font-size: 8vw;
  }
}

#contents #leading .ttl h2 .marker span {
  position: relative;
  z-index: 1;
}

#contents #leading .ttl h2 .marker:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 11px;
  background: #fff79f;
}

@media screen and (max-width: 800px) {
  #contents #leading .ttl h2 .marker:after {
    height: 1.6vw;
    bottom: 2.13333vw;
  }
}

#contents #leading .list {
  max-width: 880px;
  margin: 36px auto 0;
}

@media screen and (max-width: 800px) {
  #contents #leading .list {
    max-width: 81.33333vw;
    margin: 6.93333vw auto 0;
  }
}

#contents #leading .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}

@media screen and (max-width: 800px) {
  #contents #leading .list ul {
    margin-top: -5.33333vw;
  }
}

#contents #leading .list ul li {
  position: relative;
  width: calc(50% - 10px);
  margin-top: 30px;
  font-size: 22px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
  #contents #leading .list ul li {
    font-size: 2.03704vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #leading .list ul li {
    width: 100%;
    margin-top: 5.33333vw;
    font-size: 4vw;
    padding-left: 8.8vw;
  }
}

#contents #leading .list ul li b {
  color: #009e5d;
  font-weight: bold;
  text-decoration: underline;
}

#contents #leading .list ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../img/icon_check.png) no-repeat center center;
  background-size: 24px;
}

@media screen and (max-width: 800px) {
  #contents #leading .list ul li:before {
    width: 6.4vw;
    height: 6.4vw;
  }
}

#contents #cause {
  padding: 64px 0 34px;
}

@media screen and (max-width: 1080px) {
  #contents #cause {
    background-size: contain;
  }
}

@media screen and (max-width: 800px) {
  #contents #cause {
    padding: 10vw 0 8.13333vw;
    background-size: contain;
  }
}

#contents #cause .secTtl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  #contents #cause .secTtl {
    font-size: 3.33333vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #cause .secTtl {
    font-size: 5.33333vw;
  }
}

#contents #cause .secTtl .marker {
  position: relative;
  color: #f74600;
}

#contents #cause .secTtl .marker span {
  position: relative;
  z-index: 1;
  font-size: 58px;
}

@media screen and (max-width: 1080px) {
  #contents #cause .secTtl .marker span {
    font-size: 5.37037vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #cause .secTtl .marker span {
    font-size: 8vw;
  }
}

#contents #cause .secTtl .marker:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 11px;
  background: #fff79f;
}

@media screen and (max-width: 800px) {
  #contents #cause .secTtl .marker:after {
    height: 1.6vw;
    bottom: 1.06667vw;
  }
}

#contents #cause .box {
  position: relative;
  margin-top: 44px;
  padding: 30px 40px;
  border: 2px solid #009e5d;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
  #contents #cause .box {
    padding: 2.77778vw 3.7037vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #cause .box {
    margin-top: 7.06667vw;
    padding: 5.33333vw;
  }
}

#contents #cause .box .boxInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  #contents #cause .box .boxInner {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  #contents #cause .box .body {
    width: 100%;
  }
}

#contents #cause .box .body .ttl {
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #fff400;
  background: #009e5d;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  #contents #cause .box .body .ttl {
    font-size: 2.22222vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #cause .box .body .ttl {
    padding-top: 2.13333vw;
    height: 14.66667vw;
    line-height: 6vw;
    font-size: 4vw;
  }
}

#contents #cause .box .body .ttl:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 14px;
  height: 50px;
  background: #fff url(../img/bg_ttl_left.png) no-repeat center center;
}

@media screen and (max-width: 800px) {
  #contents #cause .box .body .ttl:before {
    width: 2.66667vw;
    height: 14.66667vw;
    background: #fff url(../img/bg_ttl_left_sp.png) no-repeat center center;
    background-size: 100%;
  }
}

#contents #cause .box .body .ttl:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 14px;
  height: 50px;
  background: #fff url(../img/bg_ttl_right.png) no-repeat center center;
}

@media screen and (max-width: 800px) {
  #contents #cause .box .body .ttl:after {
    width: 2.66667vw;
    height: 14.66667vw;
    background: #fff url(../img/bg_ttl_right_sp.png) no-repeat center left;
    background-size: 100%;
  }
}

#contents #cause .box .body .txt {
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 1080px) {
  #contents #cause .box .body .txt {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #cause .box .body .txt {
    padding-top: 5.06667vw;
    font-size: 3.86667vw;
    line-height: 1.6;
  }
}

#contents #cause .box .body .txt b {
  color: #009e5d;
  font-weight: bold;
}

#contents #cause .box .img {
  padding-top: 16px;
  width: calc(100% - 40px);
  margin: 45px auto 36px;
}

@media screen and (max-width: 800px) {
  #contents #cause .box .img {
    padding-top: 0vw;
    width: 100%;
    padding-bottom: 0vw;
  }
}

#contents #cause .box .img img {
  width: 100%;
  height: auto;
}

#contents #cause .box .pop {
  position: absolute;
  top: 14px;
  right: -26px;
  width: 151px;
}

@media screen and (max-width: 1080px) {
  #contents #cause .box .pop {
    width: 13.98148vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #cause .box .pop {
    top: 37.33333vw;
    right: -4.26667vw;
    width: 26.66667vw;
  }
}

#contents #cause .box .pop img {
  width: 100%;
  height: auto;
}

#contents #cause .illustration img {
  width: 740px;
  margin: 90px auto 60px;
}

@media screen and (max-width: 800px) {
  #contents #cause .illustration img {
    width: 89.33333vw;
    margin: 12vw auto 2.66667vw;
  }
}

#contents #cause .spiral {
  margin-top: 12px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1080px) {
  #contents #cause .spiral {
    padding: 0 3.7037vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #cause .spiral {
    display: block;
    margin: 12.53333vw 0 0;
    padding: 0;
  }
}

#contents #cause .spiral .img {
  width: calc(50% - 20px);
}

@media screen and (max-width: 800px) {
  #contents #cause .spiral .img {
    width: 100%;
    padding-top: 3.73333vw;
    margin: 0 auto;
  }
}

#contents #cause .spiral .img img {
  width: 100%;
  height: auto;
}

#contents #cause .spiral .body {
  width: calc(50% - 20px);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 1080px) {
  #contents #cause .spiral .body {
    font-size: 2.96296vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #cause .spiral .body {
    width: 100%;
    padding: 0;
    font-size: 5.33333vw;
  }
}

#contents #cause .spiral .body .marker {
  position: relative;
  color: #f74600;
}

#contents #cause .spiral .body .marker:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 11px;
  background: #fff79f;
}

@media screen and (max-width: 800px) {
  #contents #cause .spiral .body .marker:after {
    height: 1.6vw;
    bottom: 1.06667vw;
  }
}

#contents #cause .spiral .body .marker span {
  position: relative;
  z-index: 1;
}

#contents #product {
  height: 400px;
  background: #019d5e url(../img/bg_bnr.jpg) no-repeat center bottom;
}

@media screen and (max-width: 800px) {
  #contents #product {
    height: 108vw;
    background: #019d5e url(../img/bg_bnr_sp.jpg) no-repeat center bottom;
    background-size: contain;
  }
}

@media screen and (max-width: 800px) {
  #contents #product .inner {
    padding: 0;
  }
}

#contents #product .productBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
}

@media screen and (max-width: 800px) {
  #contents #product .productBody {
    display: block;
    height: auto;
  }
}

#contents #product .txt {
  padding-top: 20px;
  width: calc(50% - 20px);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  #contents #product .txt {
    font-size: 3.33333vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #product .txt {
    padding-top: 9.6vw;
    width: 100%;
    font-size: 5.06667vw;
    line-height: 1.7;
  }
}

#contents #product .txt .small {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 800px) {
  #contents #product .txt .small {
    font-size: 3.46667vw;
  }
}

#contents #product .txt .marker {
  position: relative;
  color: #fff400;
}

#contents #product .txt .marker:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 11px;
  background: #f74600;
}

@media screen and (max-width: 800px) {
  #contents #product .txt .marker:after {
    height: 1.6vw;
    bottom: 1.06667vw;
  }
}

#contents #product .txt .marker span {
  position: relative;
  z-index: 1;
}

#contents #feature {
  padding: 60px 0;
}

@media screen and (max-width: 800px) {
  #contents #feature {
    padding: 7.46667vw 0 13.33333vw;
  }
}

#contents #feature .box {
  padding: 36px 40px;
  border: 2px solid #009e5d;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
  #contents #feature .box {
    padding: 3.33333vw 3.7037vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #feature .box {
    display: block;
    padding: 6.66667vw 5.33333vw 1.86667vw;
  }
}

#contents #feature .column {
  width: 800px;
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 30px;
  margin: 0 auto 56px;
}

@media screen and (max-width: 800px) {
  #contents #feature .column {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto 8vw;
    width: 100%;
  }
  #contents #feature .column + .column {
    margin-top: 13.33333vw;
  }
}

#contents #feature .column:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 540px;
  margin: 0 auto 78px;
}

@media screen and (max-width: 800px) {
  #contents #feature .column:nth-child(1) {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}

#contents #feature .column:nth-child(2) {
  background-color: #fffbcc;
}

#contents #feature .column:nth-child(3) {
  background-color: #fffbcc;
}

#contents #feature .column .ttl {
  position: relative;
  height: 50px;
  width: 285px;
  margin: 0 auto;
  line-height: 50px;
  color: #fff400;
  background: #009e5d;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  top: -25px;
}

@media screen and (max-width: 1080px) {
  #contents #feature .column .ttl {
    height: 4.62963vw;
    line-height: 4.62963vw;
    font-size: 2.22222vw;
    max-width: 800px;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #contents #feature .column .ttl {
    height: 10.66667vw;
    max-width: 500px;
    line-height: 10.66667vw;
    font-size: 4.8vw;
  }
}

#contents #feature .column .ttl:before {
  position: absolute;
  left: -13px;
  top: 0;
  content: "";
  width: 14px;
  height: 50px;
  background: url(../img/bg_ttl_left.png) no-repeat center center;
}

@media screen and (max-width: 1080px) {
  #contents #feature .column .ttl:before {
    left: -1.2037vw;
    width: 1.2963vw;
    height: 4.62963vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #feature .column .ttl:before {
    left: -2.53333vw;
    width: 2.66667vw;
    height: 10.66667vw;
    background: url(../img/bg_ttl_left_sp.png) no-repeat center center;
    background-size: 100%;
  }
}

#contents #feature .column .ttl:after {
  position: absolute;
  right: -13px;
  top: 0;
  content: "";
  width: 14px;
  height: 50px;
  background: url(../img/bg_ttl_right.png) no-repeat center center;
}

@media screen and (max-width: 1080px) {
  #contents #feature .column .ttl:after {
    right: -1.2037vw;
    width: 1.2963vw;
    height: 4.62963vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #feature .column .ttl:after {
    right: -2.53333vw;
    width: 2.66667vw;
    height: 10.66667vw;
    background: url(../img/bg_ttl_right_sp.png) no-repeat center left;
    background-size: 100%;
  }
}

#contents #feature .column .list {
  padding-top: 20px;
}

@media screen and (max-width: 800px) {
  #contents #feature .column .list {
    width: 78.66667vw;
    padding: 0 2.66667vw;
  }
}

#contents #feature .column .list.list02 li + li {
  margin-top: 25px;
}

@media screen and (max-width: 800px) {
  #contents #feature .column .list.list02 li + li {
    margin-top: 6.4vw;
  }
}

#contents #feature .column .list li {
  position: relative;
  padding-left: 32px;
  font-size: 17px;
  position: relative;
  display: block;
}

#contents #feature .column .list li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(left, rgba(72, 235, 110, 0.7), rgba(72, 235, 110, 0.7) 6px, transparent 4px, transparent 10px);
  background-image: linear-gradient(to right, rgba(72, 235, 110, 0.7), rgba(72, 235, 110, 0.7) 6px, transparent 4px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  bottom: -12px;
  left: 0;
  right: 0;
}

#contents #feature .column .list li:nth-last-child(1):after {
  display: none;
}

@media screen and (max-width: 1080px) {
  #contents #feature .column .list li {
    font-size: 1.57407vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #feature .column .list li {
    padding-left: 9.06667vw;
    font-size: 4vw;
  }
}

#contents #feature .column .list li .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #f74600;
}

@media screen and (max-width: 800px) {
  #contents #feature .column .list li .num {
    width: 6.4vw;
    height: 6.4vw;
    line-height: 6.4vw;
    font-size: 4vw;
  }
}

#contents #feature .column .list li + li {
  margin-top: 24px;
}

@media screen and (max-width: 800px) {
  #contents #feature .column .list li + li {
    margin-top: 6.4vw;
  }
}

#contents #feature .column .list .small {
  margin-top: 16px;
  display: block;
  font-size: 13px;
}

@media screen and (max-width: 800px) {
  #contents #feature .column .list .small {
    font-size: 3.46667vw;
  }
}

#contents #feature .column .lead {
  border-top: 1px solid #009e5d;
  border-bottom: 1px solid #009e5d;
  padding: 33px 0 12px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #009e5d;
  line-height: 1.5;
  height: 150px;
  margin-top: 15px;
}

@media screen and (max-width: 1080px) {
  #contents #feature .column .lead {
    font-size: 2.03704vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #feature .column .lead {
    height: 26.66667vw;
    padding: 3.73333vw 0;
    font-size: 4.8vw;
  }
}

#contents #feature .column .lead .small {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  #contents #feature .column .lead .small {
    font-size: 3.46667vw;
  }
}

#contents #feature .column .img {
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #contents #feature .column .img {
    margin-top: 4.8vw;
  }
}

#contents #feature .column .img img {
  width: 100%;
  height: auto;
}

#contents #feature .column .img figcaption {
  padding-top: 10px;
  font-size: 15px;
}

@media screen and (max-width: 1080px) {
  #contents #feature .column .img figcaption {
    font-size: 1.38889vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #feature .column .img figcaption {
    padding-top: 3.46667vw;
    font-size: 4vw;
  }
}

#contents #step {
  padding: 80px 0;
  background: url(../img/bg_step.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  #contents #step {
    padding: 10.13333vw 0 8.53333vw;
    background: url(../img/bg_step_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#contents #step .secTtl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  #contents #step .secTtl {
    font-size: 3.33333vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #step .secTtl {
    font-size: 5.33333vw;
  }
}

#contents #step .secTtl .marker {
  position: relative;
  color: #f74600;
}

#contents #step .secTtl .marker span {
  position: relative;
  z-index: 1;
}

#contents #step .secTtl .marker:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 11px;
  background: #fff79f;
}

@media screen and (max-width: 800px) {
  #contents #step .secTtl .marker:after {
    height: 1.6vw;
    bottom: 1.06667vw;
  }
}

#contents #step .lead {
  margin: 53px auto 0;
  width: 602px;
}

@media screen and (max-width: 1080px) {
  #contents #step .lead {
    width: 55.74074vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #step .lead {
    margin: 8.8vw 0 0;
    width: 100%;
  }
}

#contents #step .lead img {
  width: 100%;
  height: auto;
}

#contents #step .box {
  margin-top: 70px;
  padding: 40px;
  border: 2px solid #009e5d;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
  #contents #step .box {
    padding: 3.7037vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #step .box {
    margin-top: 9.86667vw;
    padding: 6.66667vw 5.33333vw 10.66667vw;
  }
}

#contents #step .box > .ttl {
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #fff400;
  background: #009e5d;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  #contents #step .box > .ttl {
    height: 4.62963vw;
    line-height: 4.62963vw;
    font-size: 2.22222vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #step .box > .ttl {
    height: 10.66667vw;
    line-height: 10.66667vw;
    font-size: 4.8vw;
    margin-left: -3.33333vw;
    margin-right: -3.33333vw;
  }
}

#contents #step .box > .ttl:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 14px;
  height: 50px;
  background: #fff url(../img/bg_ttl_left.png) no-repeat center center;
}

@media screen and (max-width: 1080px) {
  #contents #step .box > .ttl:before {
    width: 1.2963vw;
    height: 4.62963vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #step .box > .ttl:before {
    width: 2.66667vw;
    height: 10.66667vw;
    background: #fff url(../img/bg_ttl_left_sp.png) no-repeat center center;
    background-size: 100%;
  }
}

#contents #step .box > .ttl:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 14px;
  height: 50px;
  background: #fff url(../img/bg_ttl_right.png) no-repeat center center;
}

@media screen and (max-width: 1080px) {
  #contents #step .box > .ttl:after {
    width: 1.2963vw;
    height: 4.62963vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #step .box > .ttl:after {
    width: 2.66667vw;
    height: 10.66667vw;
    background: #fff url(../img/bg_ttl_right_sp.png) no-repeat center left;
    background-size: 100%;
  }
}

#contents #step .box .img {
  margin-top: 38px;
}

@media screen and (max-width: 800px) {
  #contents #step .box .img {
    margin-top: 6.13333vw;
  }
}

#contents #step .box .img img {
  width: 100%;
  height: auto;
}

#contents #step .box .point {
  margin-top: 44px;
}

@media screen and (max-width: 800px) {
  #contents #step .box .point {
    margin-top: 4vw;
  }
}

#contents #step .box .point .ttl {
  border-top: 1px solid #009e5d;
  border-bottom: 1px solid #009e5d;
  padding: 12px 0;
  color: #009e5d;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  #contents #step .box .point .ttl {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #step .box .point .ttl {
    padding: 3.73333vw 0 3.33333vw;
    font-size: 4.8vw;
  }
}

#contents #step .box .point .txt {
  margin-top: 22px;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 1080px) {
  #contents #step .box .point .txt {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #step .box .point .txt {
    margin-top: 4.53333vw;
    font-size: 4vw;
    text-align: left;
  }
}

#contents #bnrArea {
  margin-top: 74px;
}

@media screen and (max-width: 800px) {
  #contents #bnrArea {
    margin: 6.66667vw 0;
  }
}

#contents #bnrArea .bnr {
  width: 494px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  #contents #bnrArea .bnr {
    width: 45.74074vw;
  }
}

@media screen and (max-width: 800px) {
  #contents #bnrArea .bnr {
    width: 100%;
  }
}

#contents #bnrArea .bnr img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=sub.css.map */