@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
}

body,
h1,
h2,
p {
  margin: 0;
  padding: 0;
}

.lead-block {
  position: relative;
  padding: 20px;
  border-bottom: solid 1px #d6d7d8;
}
.lead-block h2 {
  font-size: 1.4rem;
}
.lead-block p {
  font-size: 1.3rem;
}

.banner {
  border-bottom: solid 1px #d6d7d8;
}
.banner a {
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 20px 20px 20px 53px;
  text-decoration: none;
  align-items: center;
  color: black;
  font-size: 1.6rem;
}
.banner a::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 8px;
  height: 13px;
  background: url(../img/icn_angle-right.svg) no-repeat center/contain;
  content: "";
}
.banner a:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
}
.banner.shop {
  background: url(../img/icn_shop.png) no-repeat 20px center/24px 24px;
}
.banner.online {
  background: url(../img/icn_operator.png) no-repeat 20px center/24px 24px;
}