@charset "UTF-8";
/* =====================
	SAFETY MANAGEMENT
 ======================= */
.safety_ttl {
  text-align: center;
  font-size: 166.66667%;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 1em;
}

.safety_list {
  margin: 3.5em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 4em;
}

.safety_list_item {
  width: 44.81203%;
  text-align: center;
  font-size: 80%;
  line-height: 1.5;
}

.safety_list_item img {
  margin-bottom: 1em;
}

.safety_docs {
  margin: 3.5em 0 0;
}

.safety_docs_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

.safety_docs_item:last-child {
  margin-bottom: 0;
}

.safety_docs_item:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #00549d;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5em;
}

.safety_docs_item a {
  color: #1044ff;
  text-decoration: underline;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .safety_ttl {
    font-size: 28px;
  }
  .safety_list {
    margin-top: 2em;
    row-gap: 30px;
  }
  .safety_list_item {
    width: 48%;
  }
}

/*# sourceMappingURL=map/safety_management.css.map */
