.fv {
  position: relative;
  padding-top: 80px;
}
.fv__img {
  width: 100%;
  height: 48.32vw;
  object-fit: cover;
}

@media (min-width: 768px) {
  .sec01 {
    padding: 90px 0 130px;
  }
}
@media (max-width: 767px) {
  .sec01 {
    padding: 25px 0 50px;
  }
}
.sec01__clr {
  color: #1f2c5c;
}
.sec01__wrapper {
  max-width: 960px;
}
@media (min-width: 768px) {
  .sec01__wrapper {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .sec01__wrapper {
    padding: 0 25px;
  }
}
.sec01__head {
  color: #1f2c5c;
  line-height: 36px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec01__head {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sec01__head {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .sec01__body {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .sec01__body {
    margin-top: 20px;
  }
}
.sec01__subtitle {
  color: #1f2c5c;
  font-weight: 500;
  line-height: 32px;
  padding: 24px 0;
  border-top: 1px solid #1f2c5c;
  border-bottom: 1px solid #1f2c5c;
}
.sec01__content h4 {
  color: #1f2c5c;
  line-height: 26px;
}
.sec01__content h5 {
  font-size: 16px;
  background-color: #e2f9ff;
  padding: 10px 15px;
}
.sec01__p {
  line-height: 26px;
}
.sec01__p b.red {
  color: #ff0000;
}
.sec01__box {
  border: 1px solid #1f2c5c;
}
@media (min-width: 768px) {
  .sec01__box {
    padding: 50px 10px;
  }
}
@media (max-width: 767px) {
  .sec01__box {
    padding: 25px 10px;
  }
}
.sec01__box2 {
  padding: 20px;
}
.sec01__boxlead {
  color: #1f2c5c;
  line-height: 33px;
}
.sec01__tel {
  color: #1f2c5c;
  letter-spacing: 0.1rem;
}
@media (min-width: 768px) {
  .sec01__tel {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sec01__tel {
    font-size: 24px;
  }
}
.sec01__tel span {
  position: relative;
}
@media (min-width: 768px) {
  .sec01__tel span {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .sec01__tel span {
    padding-left: 28px;
  }
}
.sec01__tel span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icon-tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .sec01__tel span::before {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .sec01__tel span::before {
    width: 20px;
    height: 20px;
  }
}
.sec01__mail {
  color: #1f2c5c;
  line-height: 33px;
}
.sec01__mail span {
  position: relative;
  padding-left: 40px;
}
.sec01__mail span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 21px;
  background-image: url(../img/common/icon-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec01__table {
  display: table;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .sec01__table {
    font-size: 13px;
  }
}
.sec01__table tr > * {
  width: 25%;
}
.sec01__table thead th {
  font-weight: normal;
  background-color: #019dc6;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .sec01__table thead th {
    height: 96px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .sec01__table thead th {
    padding: 5px 10px;
  }
}
.sec01__table thead th:first-of-type {
  border-right: 1px solid #1f2c5c;
}
.sec01__table thead th:nth-of-type(2), .sec01__table thead th:nth-of-type(3) {
  border-right: 1px solid #eceae5;
}
.sec01__table tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
.sec01__table tbody th,
.sec01__table tbody td {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .sec01__table tbody th,
  .sec01__table tbody td {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .sec01__table tbody th,
  .sec01__table tbody td {
    padding: 10px 5px;
  }
}
.sec01__table tbody th {
  font-weight: normal;
  background-color: #e2f9ff;
  border-right: 1px solid #1f2c5c;
}
.sec01__table tbody td:nth-of-type(1), .sec01__table tbody td:nth-of-type(2) {
  border-right: 1px solid #b1b1b1;
}
.sec01__linkbtn {
  position: relative;
  color: #1f2c5c;
  border: 1px solid #1f2c5c;
  padding: 15px 40px 15px 20px;
}
.sec01__linkbtn:hover {
  background-color: #1f2c5c;
  color: #fff;
  opacity: 1;
}
.sec01__linkbtn:hover::after {
  border-color: #fff;
}
.sec01__linkbtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1f2c5c;
  border-right: 1px solid #1f2c5c;
  transform: rotate(45deg);
}
.sec01__dl {
  line-height: 26px;
}
@media (min-width: 768px) {
  .sec01__dl dt {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .sec01__dl dt {
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .sec01__dl dd {
    flex: 1;
  }
}
.sec01__tx {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
/*# sourceMappingURL=information.css.map */