.c-wrapper {
  font-family: Hiragino Kaku Gothic ProN,Meiryo,Yu Gothic,sans-serif;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .mainVisual {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.c-wrapper .contents {
  padding-top: 0;
}

.c-wrapper .contents .lp_box.double_line {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .lp_box.double_line {
    padding: 0 0 50px 0;
  }
}

.c-wrapper .contents .content-lp .lp_box {
  background: url("../images/bg_box.jpg") no-repeat;
  background-size: 100% 100%;
}

.c-wrapper .contents .green.box.accent {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .green.box.accent {
    margin-top: 40px;
  }
}

.c-wrapper .contents .note {
  background: transparent;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .note {
    margin-top: 23px;
  }
}

.c-wrapper .contents .lp_header.type1 {
  padding: 31px 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 44px;
  background: url("../images/bg_title.jpg");
  color: #fff;
  border: 0;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .lp_header.type1 {
    font-size: 16px;
    line-height: 23px;
    padding: 15px 0;
  }
}

.c-wrapper .contents .lp_header.type1 span {
  display: block;
  margin-top: 2px;
  font-size: 42px;
  line-height: 45px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .lp_header.type1 span {
    font-size: 20px;
    line-height: 22px;
  }
}

.c-wrapper .contents .content {
  padding-bottom: 0 !important;
}

.c-wrapper .contents .content__list .title {
  font-size: 24px;
  line-height: 56px;
  font-weight: bold;
  margin-left: -11px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }
}

.c-wrapper .contents .content__list p {
  font-size: 18px;
  line-height: 33px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list p {
    font-size: 16px;
    line-height: 28px;
  }
}

.c-wrapper .contents .content__list .d-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list .d-s {
    display: block;
  }
}

.c-wrapper .contents .content__list .imgs {
  width: 430px;
  margin-top: -45px;
  height: 300px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list .imgs {
    margin: 20px 0;
    width: 100%;
    height: auto;
  }
}

.c-wrapper .contents .content__list .imgs img {
  width: 100%;
  height: 100%;
}

.c-wrapper .contents .content__list p {
  text-align: justify;
}

.c-wrapper .contents .content__list .w {
  width: 413px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list .w {
    width: 100%;
  }
}

.c-wrapper .contents .content__list2 .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #7aad0c;
  padding: 6px 27px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list2 .title {
    font-size: 20px;
    line-height: 28px;
    padding: 8.5px 10px;
  }
}

.c-wrapper .contents .content__list2 .box {
  width: 828px;
  margin: 0 auto;
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list2 .box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list2 .box .box-txt {
    width: 50%;
    padding: 23px 10px 30px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: -0.5px;
  }
}

.c-wrapper .contents .content__list2 .box__item {
  float: left;
  background: #fff;
  width: 370px;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 7px 3px #aec6ae;
          box-shadow: 0px 1px 7px 3px #aec6ae;
  padding-bottom: 24px;
  margin-left: 55px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list2 .box__item {
    width: 100%;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.c-wrapper .contents .content__list2 .box__item:nth-child(2n+1) {
  margin-left: 0;
  clear: left;
}

.c-wrapper .contents .content__list2 .box__item .imgs {
  width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list2 .box__item .imgs {
    width: 50%;
    height: auto;
    border-radius: 5px 0 0 5px;
  }
}

.c-wrapper .contents .content__list2 .box__item .imgs img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list2 .box__item .imgs img.only-sp {
    display: none !important;
  }
}

.c-wrapper .contents .content__list2 .box__item .bg {
  background: #7aad0c;
  height: 133px;
  width: 81px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -49px;
  left: -35px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list2 .box__item .bg {
    height: 101px;
    width: 72px;
    top: -50px;
    left: -35px;
  }
}

.c-wrapper .contents .content__list2 .box__item .number span {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  left: 15px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list2 .box__item .number span {
    font-size: 16px;
    left: 9px;
  }
}

.c-wrapper .contents .content__list2 .box__item .t-title {
  color: #7aad0c;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list2 .box__item .t-title {
    font-size: 16px;
    margin-top: 0;
    line-height: 18px;
    text-align: left;
  }
}

.c-wrapper .contents .content__list2 .box__item .txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  .c-wrapper .contents .content__list2 .box__item .txt {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
  }
}
/*# sourceMappingURL=style.css.map */