@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
@media (min-width: 769px) {
  .detail-box .box-l {
    min-width: 250px;
  }
}

.eh-box {
  background: #e9eff4;
  border-radius: 8px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .eh-box {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 64px 20px;
  }
}
@media (min-width: 769px) {
  .eh-box {
    padding: 64px min(4.0995607613vw, 56px);
  }
}
.eh-box .eh-mds-l {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .eh-box .eh-mds-l {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.eh-box .eh-section {
  margin-bottom: 48px;
}
.eh-box .eh-section:last-of-type {
  margin-bottom: 0;
}
.eh-box .eh-section .eh-mds-s {
  border-bottom: 1px dashed #015AAF;
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 769px) {
  .eh-box .eh-section .eh-mds-s {
    font-size: 18px;
    gap: 24px;
  }
}
.eh-box .eh-section .eh-mds-s .mds-icon {
  border-radius: 10px;
  background: #015aaf;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eh-box .eh-section .eh-mds-s .mds-txt {
  letter-spacing: 0;
  flex: 1;
  font-weight: 600;
}
.eh-box .eh-section .eh-detail01 {
  background: #F7F7F7;
  margin-bottom: 24px;
}
@media (min-width: 1000px) {
  .eh-box .eh-section .eh-detail01 {
    display: flex;
  }
}
@media (min-width: 769px) {
  .eh-box .eh-section .eh-detail01 .img-box {
    width: 226px;
    aspect-ratio: 226/231;
  }
}
.eh-box .eh-section .eh-detail01 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eh-box .eh-section .eh-detail01 .txt-box {
  padding: 32px 24px;
}
@media (min-width: 769px) {
  .eh-box .eh-section .eh-detail01 .txt-box {
    flex: 1;
    padding: 27px 26px;
  }
}
.eh-box .eh-section .eh-detail01 .txt-box .mds {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .eh-box .eh-section .eh-detail01 .txt-box .mds {
    margin-bottom: 16px;
  }
}
.eh-box .eh-section .eh-detail01 .txt-box .detail {
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .eh-box .eh-section .eh-detail01 .txt-box .detail {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  .eh-box .eh-section .eh-detail02 {
    display: flex;
    gap: 24px;
  }
}
.eh-box .eh-section .eh-detail02 .img-box {
  margin-bottom: 24px;
}
@media (min-width: 1000px) {
  .eh-box .eh-section .eh-detail02 .img-box {
    margin-bottom: 0;
    width: min(28.5505124451vw, 390px);
  }
}
.eh-box .eh-section .eh-detail02 .txt-box {
  font-weight: 400;
}
@media (min-width: 769px) {
  .eh-box .eh-section .eh-detail02 .txt-box {
    font-size: 14px;
    flex: 1;
  }
}
/*# sourceMappingURL=_map/environmental_health.css.map */
