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

.hosan-dantai-list {
  font-weight: 300;
  font-size: 16px;
}

.under-line {
  background: linear-gradient(transparent 95%, #000000 90%);
}

.housan-subtitle {
  font-weight: 600;
  color: #AF7E1E;
  font-size: 20px;
}

.housan-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.houan-group-box {
  font-family: 'Noto Serif JP';
  padding: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.under-space {
  padding-bottom: 40px;
}

.under-line:hover {
  opacity: 0.7; 
}