/*# sourceMappingURL=add.css.map */


@charset "UTF-8";

.section04-title {
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .section04-title {
    font-size: 38px;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
    .section04-list li {
        font-size: 16px;
        padding-left: 42px;
        margin-bottom: 18px;
    }
    .w70-sp{
      width: 55%;
    }
}

@media (max-width: 991px) {
    .section04-list li {
        font-size: 16px;
        padding-left: 36px;
        margin-bottom: 18px;
    }
}

@media (max-width: 991.98px) {
  .section-number-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }
    .section11-list li {
    position: relative;
    padding-left: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .section10-number {
    width: 70px;
    min-width: 70px;
  }

  .section10-number img {
    width: 100%;
    height: auto;
  }
}

.section-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #222;
  /* background: #F69400; */
  font-weight: 700;
  line-height: 1.4;
  min-height: 90px;
  padding: 10px 10px;
  border-right: 1px solid #DD854F;
  border-bottom: 1px solid #DD854F;
  transition: .3s;
}

.section-link-item:hover {
  background: #e59200;
  color: #222;
}

@media (min-width: 992px) {
  .section-link-item {
    /* min-height: 120px; */
    font-size: 15px;
  }
}


.section14-deco{
  border-bottom: 1px solid #fb8c00;
  line-height: 1;
}

.section14-deco-text{
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: -1px; /* 線に密着 */
}
.section14-deco-text {
  text-transform: none;
}

.section02-card-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.height-40{
  height: 40px;
}

.bg-orange-alpha-50{
  background-color: #FAC97F;
}

.border-left-orange{
  border-left: 1px solid #DD854F;
}