@charset "UTF-8";

hr.mameh {
  border: 2px solid #f8ea59;
  margin-top: 20px;
  margin-bottom: 20px;
}

p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.slash-1 {
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(
    -45deg,
    hsla(0, 0%, 70%, 0),
    hsla(0, 0%, 70%, 0) 25%,
    hsla(0, 0%, 70%, 1) 25%,
    hsla(0, 0%, 70%, 1) 50%,
    hsla(0, 0%, 70%, 0) 50%,
    hsla(0, 0%, 70%, 0) 75%,
    hsla(0, 0%, 70%, 1) 75%
  );
  background-size: 8px 8px;
}

p.mameh_number {
  font-size: 2.4rem;
  text-align: center;
  line-height: 0.9;
  color: #333333;
  font-feature-settings: 'palt';
}

#dlButton a:last-child {
  background: #fff253;
  color: #222;
}

#dlButton a:last-child:hover {
  background: #fff7a0;
  color: #7b7b7b;
}

#header_container li {
  width: 130px;
}

/* 460px以下のスクリーンサイズの場合 */
@media screen and (max-width: 460px) {
  p {
    font-size: 1rem;
    line-height: 1.4;
  }
}

/* 460px以下のスクリーンサイズの場合 */
@media screen and (max-width: 370px) {
  p {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}
