@charset "euc-jp";

.borderBottom {
  border-bottom: 1px solid rgba(85,52,27,0.3);
  padding: min(8vw, 50px) 0;
}
.borderBottom:first-child {
  padding-top: 0;
}
.borderBottom:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.borderBottom .container, .borderDotTop .container {
  width: min(100%, 960px);
  margin: 0 auto;
}
.borderBottom h3 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 0.6em;
}