/* -----------沿革 ----------- */

#history div div h5:first-child{
  margin-top:0;
}
#history div div h5{
  /*margin-top: 3rem;*/
  padding-top:0.5rem;
  padding-bottom: 0.5rem;
  
  margin-bottom: 0.5rem;
  letter-spacing:0;
  font-size: 1.6rem;
}
#history div div h5:first-child{
  
}

#history div div div{
    font-size: 1.6rem;
    font-weight: normal;
}
#history div div div div{
    
}
.his-2{
    
}
.his-row{
    border-bottom: 1px dotted #dddddd;
    height: 40px;
    margin-top: 2%;
}
.his-row2{
    border-bottom: 1px dotted #dddddd;
    height: 70px;
    margin-top: 2%;
}
#history .last{
    border-bottom: none !important;
}
@media screen and (max-width: 480px){
    .his-row{
        border-bottom: none;
    }
    .his-row2{
        border-bottom: none;
    }
    #history div div h5{
        border-bottom: 1px dotted #dddddd;
        margin-top: 10% !important;
    }
    #history div div div div{
    margin: 5px 0 5px 0;
}
}

.history-anchor {
    color: #004190;
}

.history-anchor:hover {
    color: #004190;
    text-decoration: underline;
}
