body {
  color: #22304F;
  background: #fff;
  font-weight: normal;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic";
  overflow-x: hidden;
}

input {
  outline: none !important;
}

a {
  text-decoration: none !important;
}
a:hover {
  opacity: 0.7;
}

.exclamation-icon-mini {
  width: 13px;
  height: 13px;
  box-sizing: content-box;
  border: 2px solid #d03;
  border-radius: 2px;
  text-align: center;
  color: #d03;
  font-size: 12px;
  line-height: 13px;
}

.slick-slide:focus {
  outline: none !important;
}

.slick-dots li {
  width: 15px;
}

.slick-dots li button:before {
  margin-top: 10px;
  font-size: 13px;
  line-height: 13px;
  border-radius: 50%;
  color: #B4B4B4 !important;
  opacity: 1.0;
}

.slick-dots .slick-active button:before {
  color: #22304F !important;
  opacity: 1.0 !important;
}

.slider-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20000;
}
.slider-icon img {
  width: 15px;
  height: 25px;
}
.slider-icon.slider-left-icon img {
  margin: 0 2px 0 0;
}
.slider-icon.slider-right-icon img {
  margin: 0 0 0 2px;
}
