@charset "UTF-8";
/* CSS Document */

header {
  background: #0D2A35;
}

.sec1 {
  width: 90%;
  max-width: 800px;
  padding: 150px 0 100px;
  margin: 0 auto;
}

.title__area {
  margin-bottom: 50px;
}

.title__area p {
  font-family: var(--en);
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
}

.title__area h2 {
  font-weight: 400;
}

.sec1 h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 15px;
}

.sec1 ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}

td,
th {
  border: none;
  border-left: 5px solid #F7F9FB;
  border-top: 5px solid #F7F9FB;
  padding: 15px 0;
  text-align: center;
}

td:first-child,
th:first-child {
  border-left: none;
}

tr:first-child td,
tr:first-child th {
  border-top: none;
}

.sec1__ul {
  margin-bottom: 30px;
}

.sec1__ul__li1__table {
  margin-bottom: 25px;
}

.sec1__ul__li1__table tr th {
  width: 33.3%;
  background: #0D2A35;
  color: #FFFFFF;
  vertical-align: middle;
}

.sec1__ul__li1__table tr td {
  width: 77.7%;
  background: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  vertical-align: middle;
}

.sec1__ul__li2__table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: middle;
}

.sec1__ul__li2__table tr td {
  background: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
}

.width20 {
  width: 25%;
  color: #FFFFFF;
}

.width40 {
  width: 37.5%;
}

.sec1__ul__li2__table tr:nth-child(2) th {
  background: #006496;
}

.sec1__ul__li2__table tr:nth-child(3) th {
  background: #96004B;
}

.sec1__ul__li2__table tr:nth-child(4) th {
  background: #009691;
}

.sec1__ul__li2__table tr:first-child th {
  font-size: 2rem;
  font-weight: 700;
}

.sec1__ul__l2 th,
.sec1__ul__l2 td {
  vertical-align: middle;
  width: 25%;
}

.sec1__ul__l2 tr:nth-child(1) {
  font-size: 2rem;
}

.sec1__ul__l2 tr:nth-child(2) {
  background: #0D2A35;
  color: #FFFFFF;
}

.sec1__ul__l2 tr:nth-child(3) {
  background: #FF5C85;
  color: #FFFFFF;
}

.sec1__ul__l2 tr td {
  font-size: 2.4rem;
  font-weight: 700;
}

.sec1__ul__l2 tr td {
  background: #FFFFFF;
  color: #0D2A35;
}

.sec1__ul__l2 tr td small {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}


.sec1__ul__l3 .width33 {
  width: 33.3%;
  vertical-align: middle;
}

.sec1__ul__l3 .width73 {
  width: 73.3%;
  vertical-align: middle;
}

.sec1__ul__l3 th {
  font-weight: 500;
  color: #FFFFFF;
}

.sec1__ul__l3 tr:nth-child(1) th {
  background: #3F97B9;
}

.sec1__ul__l3 tr:nth-child(2) th {
  background: #005D81;
}

.sec1__ul__l3 tr:nth-child(3) th {
  background: #3FB988;
}

.sec1__ul__l3 td {
  background: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
}

.sec1__ul__l3 td small {
  display: block;
  font-size: 1.8rem;
}

.sec1__text {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: left;
  line-height: 1.8;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .title__area p {
    font-size: 4rem;
  }

  .title__area h2 {
    font-size: 1.4rem;
  }

  .sec1 h3 {
    font-size: 1.8rem;
  }

  .sec1__ul__li1__table tr th {
    font-size: 1.4rem;
  }

  .sec1__ul__li1__table tr td {
    font-size: 1.8rem;
  }

  .sec1__ul__li2__table tr:first-child th {
    font-size: 1.6rem;
  }

  .sec1__ul__li2__table tr th {
    font-size: 1.6rem;
  }

  .sec1__ul__li2__table tr td {
    font-size: 1.8rem;
  }

  .sec1__ul__l2 tr td {
    font-size: 1.8rem;
  }

  .sec1__ul__l2 tr td small {
    font-size: 1.2rem;
  }

  .sec1__ul__l3 td {
    font-size: 1.8rem;
  }

  .sec1__ul__l3 td small {
    font-size: 1.6rem;
  }

  .sec1__ul__l3 th {
    font-size: 1.4rem;
  }

  .sp {
    display: block;
  }

  .spspan {
    display: none;
  }
}