dl, dl * {
    box-sizing:border-box;
}

.nenpyou-title{
    font-size: 36px;
    margin: 0 0 30px;
    font-weight: bold;
  }
  
  dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  dl dt {
    text-align: right;
    width: 8.5em;
    padding: 0.5em 1.0em 0.5em 0.5em;
    position: relative;
  }
  
  dl dt::after {
    content: '●';
    position: absolute;
    right: -0.55em;
    top: 5px;
    font-size: 22px;
    color: #3ca1ff;
  }
  
  dl dd {
    width: calc(100% - 8.5em);
    padding: 0.5em 2.0em 3.0em;
    border-left: 2px solid #ccc;
  }
  
  dl dd h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px;
  }

dd {
   margin-inline-start: 0px;
}

.nenpyou-title{
  font-size:clamp(14px,4vw,28px);
}

.bunken2{
  color:rgb(0, 0, 0);
}

.hajimeni-img{
  width:100%;
  z-index:-10;
  margin:0;
  overflow: hidden;
  opacity:0.4;
  position:relative;
 height:100vh;
 padding:auto 0;
 
 
  
}
.hajimeni-title{
  text-align:center;
  font-size:clamp(40px,5vw,55px);
  color:#cc0000;
  
  
}
.hajimeni-bunsyou{
  font-size:clamp(17px,4vw,22px);
}
.top-img{
  width:100%;
  height:51vw;
  object-fit: cover
}
.top-link{
  color:#000000;
  font-size:clamp(15px,4vw,30px);
  
 width:40%;
  text-align:center;
  display:block;
  border:2px solid black;
  border-radius:20%;
  font-weight:bold;
  margin:0 25vw;

  
  
  
  
  

}
.top-link:hover{
  background-color:rgb(203, 203, 203);
}


.kuizu-all{
  width: 80%;
  margin: 50px auto;
  text-align: center;
}
.kuizu-content{
  border-bottom:3px solid black;
  padding-bottom: 20px;
}
.btn{
  margin-top: 20px;
  font-family: serif;
  background-color: white;
  width:80px;
  margin:20px auto 0 auto;
}
#score-content {
  border: 3px solid black;
  height: 50px;
  margin-top:2vw;
  text-align:center;
  width:80%;
  margin:0 auto 0;
}
.btn-score {
  display: block;
  margin: 20px auto;
  font-family: serif;
  background-color: white;
  
}
.kuizu-set{
 display:flex;
 flex-direction:column;
 
}
.kuizu-set div{
  text-align:left;
 position:relative;
 left:20%;
}





@media (min-width:840px){




.hajimeni-img{
  width:100%;
  z-index:-10;
  margin:0;
  overflow: hidden;
  opacity:0.4;
  position:relative;
 height:calc(100vh - 87px);
 padding:auto 0;
 
  
}
.top-link{
  width:20%;
  margin:0 35vw;
}

    
}
