@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
.contents-box h2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.contents-box h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 4px;
  background-color: #e50012;
}
.contents-box img {
  max-width: 100%;
}

.box1 {
  text-align: center;
  margin-bottom: 80px;
}
.box1 > div {
  margin-top: 40px;
  font-weight: bold;
}
.box1 .txt {
  margin-top: 60px;
}
.box1 .shoplist-sp {
  width: 44%;
  margin-left: auto;
  margin-right: auto;
}

/**
 * スマホレスポンシブ対応
 */

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