@charset "utf-8";
/* ----------------------------------------
inspection
------------------------------------------- */
.first-box {
  background-color: #F9F9F9;
  border-radius: 30px;
  padding: 40px 40px;
}
.first-box p {
  padding-top: 10px;
}
.first-box li {
  position: relative;
  font-weight: 500;
  padding-left: 1.5em;
  margin-bottom: 6px;
}
.first-box li:last-child {
  margin-bottom: 0;
}
.first-box li::before {
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  color: #8fd79b;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
}
.first-box02 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.first-box02 li {
  position: relative;
  width: 31%;
  box-sizing: border-box;
  background-color: #f0f9ea;
  border: 3px solid #69cb2d;
  border-radius: 15px;
  text-align: center;
  margin-right: 3.5%;
  padding: 30px;
}
.first-box02 li img {
  width: 50%;
}
.first-box02 li p {
  text-align: left;
}
.first-box02 li:nth-child(3n) {
  margin-right: 0;
}
.first-box02 h3 {
  color: #1eae36;
  font-size: 2rem;
  margin-bottom: 10px;
}
.first-box03 {
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  background-color: #fff;
  border: 3px solid #c2c2c2;
  border-radius: 15px;
  padding: 30px;
  margin: 0 auto;
}
.first-box03 h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.first-box03 .txt01 {
  margin-bottom: 10px;
}
.first-box03 .txt02 {
  color: #CC3300;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1350px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1349px) {
  /* ----------------------------------------

------------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  /* ----------------------------------------

------------------------------------------- */
  .first-box {
    border-radius: 15px;
    padding: 20px 25px;
  }
  #first03 .title {
    font-size: 1.6rem;
  }
  .first-box02 {
    margin-bottom: 10px;
  }
  .first-box02 li {
    width: 100%;
    max-width: 400px;
    border: 3px solid #69cb2d;
    border-radius: 10px;
    margin: 0 auto 30px auto;
    padding: 30px;
  }
  .first-box02 li img {
    width: 40%;
  }
  .first-box02 li p {
    text-align: left;
  }
  .first-box02 li:nth-child(3n) {
    margin: 0 auto 30px auto;
  }
  .first-box02 h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .first-box03 {
    width: 100%;
    max-width: 400px;
    border: 3px solid #c2c2c2;
    border-radius: 10px;
    padding: 30px;
    margin: 0 auto;
  }
  .first-box03 h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}