.section2 {
  padding-top: 30px;
  margin-bottom: 40px;
}
.section2 .container {
  max-width: 1150px;
  width: 95%;
  margin: 0 auto;
  padding: 48px 15px;
  background-color: rgba(221, 241, 250, 0.5);
}
.section2 h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.section2 h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  color: #5f90cc;
}
.section2 p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.7;
}
.section2 .img_area {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
}
.section2 img {
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .section2 .container {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .section2 .container {
    max-width: 540px;
    width: 100%;
  }
  .section2 h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
  }
  .section2 h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #5f90cc;
  }
  .section2 p {
    font-size: 12px;
  }
}

.section3 {
  padding-top: 30px;
  margin-bottom: 40px;
}
.section3 .container {
  max-width: 1150px;
  width: 95%;
  margin: 0 auto;
}
.section3 h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 4px solid #5f90cc;
  padding-left: 16px;
  font-weight: bold;
}
.section3 .table_line {
  display: table;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  height: 60px;
}
.section3 .table_line:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.section3 .block,
.section3 .na {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.section3 .block {
  width: 50%;
  font-size: 16px;
  background-color: #fff;
  line-height: 1.3;
}
.section3 .na {
  font-size: 18px;
  font-weight: 900;
  width: 20%;
  padding-left: 2%;
}
.sp {
  display: block;
}
.ssp {
  display: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sp {
    display: none;
  }
  .ssp {
    display: block;
  }
  .section3 h2 {
    font-size: 18px;
  }
  .section3 .na {
    font-size: 14px;
  }
  .section3 .block {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .sp {
    display: none;
  }
  .ssp {
    display: block;
  }
  .section3 {
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .section3 h2 {
    font-size: 18px;
  }
  .section3 .table_line {
    height: 46px;
  }
  .section3 .block,
  .section3 .na {
    padding: 7px;
  }
  .section3 .block {
    font-size: 12px;
  }
  .section3 .block span {
    display: none;
  }
  .section3 .na {
    font-size: 12px;
    width: 15%;
  }
}
