@charset "UTF-8";
/* CSS Document */

#policy .lower-header {
  background-image: url("../image/policy/policy-bg-sp.jpg");
}
#policy main {
  padding: 0 4.667vw 13.333vw;
  font-size: 3.733vw;
}
#policy main > section {
  margin-bottom: 13.333vw;
}
#policy main > section > h3 {
  font-size: 5.067vw;
  padding-bottom: 2.667vw;
  margin-bottom: 5.333vw;
  position: relative;
}
#policy main > section > h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.267vw;
  background: #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 0;
}
#policy main > section > h3::after {
  content: "";
  display: block;
  width: 4.533vw;
  height: 0.667vw;
  background: var(--red);
  position: absolute;
  bottom: -0.15vw;
  left: 0;
}
#policy main > section section {
  margin: 10.667vw auto;
}
#policy main > section section h4 {
  font-size: 4.533vw;
  color: var(--red);
  margin-bottom: 4.667vw;
}
#policy main > section section section h5 {
  padding-left: 1.2em;
  margin-bottom: 5.333vw;
  position: relative;
}
#policy main > section section section h5::before {
  content: "";
  display: block;
  width: 2.4vw;
  height: 2.4vw;
  border: 0.267vw var(--red) solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#policy main > section section section h5 + table {
  width: 100%;
}
#policy main > section section section h5 + table th,
#policy main > section section section h5 + table td {
  border: 0.267vw #bfbfbf solid;
  padding: 4vw;
}
#policy main > section section section h5 + table th {
  background: #f1f1f1;
  text-align: left;
  vertical-align: middle;
}




