﻿.history-info-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    padding-bottom: 90px;
    box-sizing: border-box;
}
.history-info-list-box{
    width: 100%;
    display: block;
}
.history-info-list{
    width: 100%;
    display: block;
    margin-bottom: 80px;
}
.history-info-list:last-child{
    margin-bottom: 0;
}
.history-info-list-year{
    font-size: 28px;
    font-weight: 700;
    color: #28637d;
    letter-spacing: 0.06em;
    line-height: 36px;
}
.history-info{
    width: 100%;
    display: block;
    margin-top: 30px;
}
.history-info-month{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-align: center;
}
.history-info-text{
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #666;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 0 0;
}