@charset "utf-8";

.history dl,
.history dd>div{display:flex;}
.history dl{padding: 3rem 0; border-bottom: 1px solid #e4e6ea;}
.history dl:first-child{padding-top:0;}
.history dl:last-child{border:0;}
.history dt,.history dd>div>strong{font-weight:800; letter-spacing:-1.5px;}
.history dt{ min-width:25rem; padding-right:10rem; font-size:3.8rem; }
.history dd>div{margin-bottom:2rem;}
.history dd>div:last-child{margin:0;}
.history dd>div>strong{flex-shrink:0; min-width:9rem; color: #545454;}
.history dd>div>ul{flex-grow:1;}
.history dd>div>ul>li{padding-bottom:1rem; line-height:1.6;}
.history dd>div>ul>li:last-child{padding:0;}

@media (max-width: 1024px){  
    .history dt{ min-width:20rem; font-size:3.4rem;}
}
@media (max-width: 768px){   
    .history dl{flex-direction:column;}
    .history dt{ min-width:auto; padding:0; font-size:2.6rem; }
    .history dd{margin-top:2rem;}
    .history dd>div>strong{min-width:7rem;}
}