.sec_dec_ttl {
  margin-bottom: 1em;
}

.sec_wrap {
  /* display: flex; */
  /* justify-content: space-between; */
}

.selection_txt {
  font-size: 1.8rem;
  line-height: 1.8;
}

.selection_txt span:not(.link_wrap) {
  font-size: 70%;
}

.sec_btn {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8em 4em 0.8em 1.5em;
  background: #eff4f0 url(/common/img/icon_arrow_cgr01.png) no-repeat center right 0.8em/1.5em;
  border: 2px solid #07a33e;
  border-radius: 40px;
}

.sec_btn:hover {
  color: #fff;
  background-image: url(/common/img/icon_arrow_cwr01.png);
  background-color: #42ac96;
  border-color: #42ac96;
}

#selection_lead .lead_wrap {
  position: relative;
}

#selection_lead .lead_img img {
  width: 100%;
}

#selection_lead .lead_txt {
  color: #07a33e;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 2;
  text-shadow: 0 0 4px #fff;
}

#selection_lead .txt_area {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#sec01.sec_wrap {
  /*margin-top: 6rem;*/
  align-items: flex-end;
}

#sec01.sec_wrap .img {
  width: 70%;
}

#sec01.sec_wrap .img_wrap {
    width: 100%;
    text-align: center;
    border: solid 1px #aaaaaa;
    padding: 3em;
    margin: 3em auto;
}

#sec01.sec_wrap .img img {
  max-width: 648px;
}



#sec02 .sec_wrap .img {
  width: 45%;
}

#sec02 .sec_wrap .img img {
  max-width: 504px;
}

#sec02 .sec_wrap .selection_txt {
  width: 100%;
}

#sec02 .ingenuity_area {
  margin-top: 8rem;
  padding: 4rem 6rem;
  background: url(../img/bg_pattern.jpg) repeat;
  border-radius: 20px;
}

#sec02 .ingenuity_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 0.8em;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

#sec02 .ingenuity_ttl span {
  color: #07a33e;
}

#sec02 .ingenuity_list {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#sec02 .ingenuity_list li {
  width: 50%;
  text-align: center;
  padding: 3rem;
  border-bottom: 1px solid #07a33e;
}

#sec02 .ingenuity_list li:nth-child(even) {
  border-left: 1px solid #07a33e;
}

#sec02 .ingenuity_list li:last-child,
#sec02 .ingenuity_list li:nth-last-child(2) {
  border-bottom: none;
}

#sec02 .ingenuity_list .list_txt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1em;
}

#sec02.sec_wrap._gray {
    background: #f7f7f7;
    padding-bottom: 10em;
}

.lower_link_area {
    margin-top: 0;
}

#sec01 .notes.min, #sec02 .notes.min {
    margin-top: 0.5em;
    font-size: 14px;
}

#sec02.sec_wrap ul {
    font-size: 1.8rem;
    line-height: 1.8;
    text-indent: -0.5em;
    margin-left: -1em;
    padding-left: 1.5em;
    margin-bottom: 1em;
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  #selection_lead .lead_txt {
    font-size: 2.5vw;
  }

  .selection_txt {
    font-size: 1.4vw;
  }

  .sec_btn {
    font-size: 1.4vw;
  }

  .sec_more_area .more_ttl {
    font-size: 1.7vw;
  }

  .attention_btn {
    font-size: 1.6vw;
  }

  #sec02 .sec_wrap .img img {
    max-width: 40vw;
  }

  #sec02 .ingenuity_ttl {
    font-size: 1.9vw;
  }

  #sec02 .ingenuity_list .list_txt {
    font-size: 1.4vw;
  }

  #sec03 .list .ttl {
    font-size: 1.4vw;
  }

  #sec03 .list .txt {
    font-size: 1.4vw;
  }

  #sec04 .table th,
  #sec04 .table td {
    font-size: 1.29vw;
  }

  #sec01 .notes,
  #sec04 .notes {
    font-size: 1.12vw;
  }

  #sec01 .notes.min,
  #sec04 .notes.min {
    font-size: 1.12vw;
  }
}

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

  .selection_txt {
    font-size: 3.7vw;
  }

  .selection_txt span:not(.link_wrap) {
    display: inline-block;
    line-height: 1.6;
  }

  .sec_btn {
    font-size: 3.7vw;
    font-weight: 600;
    padding: 0.8em 4em 0.8em 1.5em;
    background: #eff4f0 url(/common/img/icon_arrow_cgr01.png) no-repeat center right 0.8em/1.5em;
    border: 2px solid #07a33e;
    border-width: 1px;
  }

  #selection_lead .txt_area {
    top: auto;
    bottom: 2rem;
    left: 1.5rem;
    transform: translateY(0);
  }

  #selection_lead .lead_txt {
    font-size: 4.6vw;
    line-height: 1.8;
  }

  #sec01.sec_wrap {
    /*margin-top: 2rem;*/
  }
  .sec_dec_ttl span {
    font-size: 76%;
  }
  #sec01.sec_wrap .img {
    width: 100%;
  }
  #sec01.sec_wrap .img_wrap {
    padding: 2em 0.3em;
    margin: 2.5em auto;
  }

  #sec01.sec_wrap .btn_area {
    width: 80%;
    margin: 2rem auto 0;
  }

  #sec02 .sec_wrap {
    background-size: 110% auto;
  }

  #sec02 .sec_wrap .img {
    width: 100%;
    margin-top: 1rem;
  }

  #sec02 .sec_wrap .selection_txt {
    width: 100%;
    padding-bottom: 42vw;
  }

  #sec02 .set_inner {
    padding: 0;
  }

  #sec02 .ingenuity_area {
    margin-top: 4rem;
    padding: 3rem 1.5rem;
    border-radius: 0;
  }

  #sec02 .ingenuity_ttl {
    font-size: 4.2vw;
    width: 100%;
  }

  #sec02 .ingenuity_list {
    margin-top: 2rem;
    align-items: flex-start;
  }

  #sec02 .ingenuity_list li {
    padding: 1.5rem .5rem;
  }

  #sec02 .ingenuity_list li:nth-child(1) img {
    max-width: 137.5px;
  }

  #sec02 .ingenuity_list li:nth-child(2) img {
    max-width: 143.5px;
  }

  #sec02 .ingenuity_list li:nth-child(3) img {
    max-width: 118px;
  }

  #sec02 .ingenuity_list li:nth-child(4) img {
    max-width: 67px;
  }

  #sec02 .ingenuity_list li:nth-child(5) img {
    max-width: 144px;
  }

  #sec02 .ingenuity_list li:nth-child(6) img {
    max-width: 126px;
  }

  #sec02 .ingenuity_list .list_img {
    width: 100%;
    height: 6.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #sec02 .ingenuity_list .list_txt {
    font-size: 3.4vw;
    text-align: left;
    width: fit-content;
    margin: 1em auto 0;
  }

  #sec01 .notes.min {
    font-size: 2.9vw;
  }

  #sec02.sec_wrap ul {
      font-size: 3.7vw;
  }

  #sec01 .notes.min, #sec02 .notes.min {
      font-size: 3.2vw;
  }

  #sec02.sec_wrap._gray {
    padding-bottom: 2em;
}

}
