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

#policy .lower-header {
  background-image: url("../image/policy/policy-bg-pc.jpg");
}
#policy main {
  max-width: 120rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  font-size: 1.6rem;
}
#policy main > section {
  margin-bottom: 7.5rem;
}
#policy main > section > h3 {
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
#policy main > section > h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 0;
}
#policy main > section > h3::after {
  content: "";
  display: block;
  width: 3.4rem;
  height: 0.3rem;
  background: var(--red);
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
#policy main > section section {
  margin: 5rem auto;
}
#policy main > section section h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 2rem;
}
#policy main > section section section h5 {
  padding-left: 1.2em;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
}
#policy main > section section section h5::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.3rem var(--red) solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#policy main > section section section h5 + table {
  width: 64rem;
}
#policy main > section section section h5 + table th,
#policy main > section section section h5 + table td {
  border: 0.1rem #bfbfbf solid;
  padding: 2rem;
}
#policy main > section section section h5 + table th {
  background: #f1f1f1;
  text-align: left;
  vertical-align: middle;
}