@charset "UTF-8";

#lang_jp {
  margin-bottom: 85vh;
}

#privacy h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 160%;
}

#privacy .lang_select {
  width: auto;
  margin-bottom: 40px;
}

.heading_ul {
  margin: 10px 0
}

h3.heading_ul {
  margin: 40px 0
}

.heading_ul {
  overflow: hidden;
  position: relative;
  padding-bottom: 8px;
}

.heading_ul span {
  padding: 15px 0;
}

.heading_ul:before {
  content: "";
  border-bottom: 3px solid #333;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.heading_ul:after {
  border-bottom: 3px solid #eee;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}
