@charset "UTF-8";


.agf_text24 {
  margin-bottom: 20px;
  font-weight: bold;
}
.agf_text20 {
  line-height: 2;
}

.bcp_box1 {
  max-width: 1280px;
  margin: 100px auto 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bcp_box1 > div:first-child {
  max-width: 100%;
  width: 100%;
}

.bcp_box1 > div:last-child {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: 90%;
}
.bcp_box1 > div img {
  border-radius: 20px;
}

.bcp_box2 {
  max-width: 1060px;
  margin: 0 auto 40px;
  padding: 40px 40px;
  background-color: #fff;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.bcp_box2 > div:first-child {
  max-width: 100%;
  width: 100%;
}
.bcp_box2 > div:last-child {
  max-width: 90%;
  width: 90%;
}
.bcp_box2 > div img {
  border-radius: 10px;
}
.bcp_box2 ul li {
  font-size: 16px;
  line-height: 2;
  padding-left: 15px;
  position: relative;
}
.bcp_box2 ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: #222;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.bcp_box3 {
  max-width: 980px;
  margin: 70px auto 0;
  padding-bottom: 150px;
}
.bcp_box3 > p {
  position: relative;
}
.bcp_box3 > p:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #14993d;
  width: 1px;
  height: 30px;  
}
.bcp_box3 ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.bcp_box3 ul li {
  font-size: 16px;
  font-weight: 700;
  background-color: #d4e5d3;
  color: #14993b;
  width: 48%;
  max-width: 48%;
  padding: 10px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.bcp_box3 ul li img {
  width: 23.92%;
  max-width: 55px;
}
.bcp_box3 ul li span {
  padding-left: 20px;
  position: relative;
}
.bcp_box3 ul li span:before {
  width: 1px;
  height: 55px;
  background-color: #14993b;
  content: "";
  position: absolute;
  top: -17.5px;
  left: 5px;
}


@media screen and (max-width: 640px) {
  .bcp_box2 {
    padding: 40px 20px;
  }
  .bcp_box2 > div:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 641px) {
  .bcp_box1 > div:first-child {
    max-width: 520px;
    width: 40.625%;
  }
  .bcp_box1 > div:last-child {
    max-width: 700px;
    width: 54.6875%;
  }
  .bcp_box2 > div:first-child {
    max-width: 500px;
    width: 51.021%;
  }
  .bcp_box2 > div:last-child {
    max-width: 420px;
    width: 42.858%;
  }
  .bcp_box2 ul li {
    font-size: 18px;
  }
  .bcp_box3 ul li {
    font-size: 18px;
    width: 23.47%;
    max-width: 230px;
  }
}

@media screen and (min-width: 641px) and (max-width: 860px) {
  .bcp_box3 ul {
    justify-content: flex-start;
    column-gap: 2%;
  }
  .bcp_box3 ul li {
    width: 32%;
    max-width: 32%;
  }

}
