@media screen and (min-width: 768px) {
  #smallheader,
  #smallmenu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #header,
  #menu,
  #footMenu,
  #footer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #top,
  #contents {
    width: 100%;
  }
}

.section {
  margin: 10px 0 30px;
}

.section img {
  display: block;
  width: 100%;
}

.section .realization {
  padding: 60px 40px 105px 47px;
  background-image: url("../images/hourensoukun/realization_bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.section .form {
  padding-bottom: 40px;
  background-color: #1bb95a;
  background-image: linear-gradient(90deg, #009b3e 0%, #16a44f 70%, #1bba5b 100%);
  background-image: -webkit-linear-gradient(90deg, #009b3e 0%, #16a44f 70%, #1bba5b 100%);
  background-image: -ms-linear-gradient(90deg, #009b3e 0%, #16a44f 70%, #1bba5b 100%);
}

.section .form .form_catch {
  margin-bottom: -80px;
  transform: translateY(-80px);
  padding-right: 51px;
}

.section .form .form_button {
  margin: 20px 0 0;
  padding: 0 80px;
}

.section .movie {
  padding: 37px 90px 50px;
  margin: 0 0 45px;
  background-image: url("../images/hourensoukun/movie_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .section .movie {
    padding: 37px 20px 50px;
  }
}

.section .movie .movie_title {
  margin: 0 auto 30px;
  width: 275px;
}

@media screen and (max-width: 767px) {
  .section .movie .movie_title {
    width: 180px;
    max-width: 100%;
  }
}

.section .movie .movie_wrap {
  position: relative;
  padding-top: 56.25%;
}

.section .movie .movie_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .cannot {
  margin: 45px 0 30px;
}

@media screen and (max-width: 767px) {
  .section .cannot {
    padding: 0px 15px;
  }
}

.section .feature .feature_title {
  margin: 0 0 30px;
}

.section .feature .feature_list {
  padding-left: 0;
  list-style: none;
  margin: 0 0 48px;
}

@media screen and (max-width: 767px) {
  .section .feature .feature_list {
    padding: 0px 15px;
  }
}

.section .feature .feature_list > li {
  padding: 20px;
  background-color: #e4f3ff;
  border: 5px solid #097fda;
  border-radius: 8px;
}

.section .feature .feature_list > li + li {
  margin-top: 20px;
}

.section .feature .feature_list > li:nth-child(2) .feature_list_head img {
  height: 46px;
}

.section .feature .feature_list_wrap {
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 767px) {
  .section .feature .feature_list_wrap {
    display: block;
  }
}

.section .feature .feature_list_title {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row nowrap;
}

.section .feature .feature_list_head {
  flex: 0 0 97px;
  margin-right: 23px;
}

.section .feature .feature_list_head img {
  max-width: 100%;
  width: auto;
  height: 47px;
}

.section .feature .feature_list_copy {
  margin-top: 15px;
}

.section .feature .feature_list_copy img {
  max-width: 100%;
  width: auto;
  height: 64px;
}

@media screen and (max-width: 767px) {
  .section .feature .feature_list_copy img {
    height: auto;
  }
}

.section .feature .feature_list_read {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.667;
  letter-spacing: 0;
}

.section .feature .feature_list_read p {
  margin: 0;
}

.section .feature .feature_list_read p + p {
  margin-top: 1em;
}

.section .feature .feature_list_img {
  flex: 0 0 161px;
  max-width: 161px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .section .feature .feature_list_img {
    margin: 30px auto 0;
    width: 60%;
    max-width: 100%;
  }
}

.section .useful {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .section .useful {
    padding: 0 15px;
  }
}

.section .useful .useful_title {
  margin: 0 0 22px;
}

.section .useful .checklist {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.section .useful .checklist > li {
  padding-top: 2px;
  padding-left: 44px;
  background-image: url("../images/hourensoukun/icon_check.png");
  background-size: 34px 30px;
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  color: #000;
}

.section .useful .checklist > li span {
  padding: 3px;
  background-color: #fff600;
  color: #f13131;
}

.section .useful .checklist > li + li {
  margin-top: 17px;
}

.section .communication img {
  display: block;
}

.section .voice {
  padding: 64px 73px 105px 78px;
  background-image: url("../images/hourensoukun/voice_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .section .voice {
    padding: 30px 15px 100px;
  }
}
