#history .common_article h1 {
        margin: 0.5em 0 1em;
    }
    #history .common_article h2 {
        border: none;
    }
    #history .common_article ul.enkaku_list {
        padding-left: 0;
    }

    #history .common_article ul.enkaku_list >li {
        border-bottom: 1px dotted #f1f1f1;
        list-style: none;
        margin: 0 auto 24px;
        padding: 0 0 24px;
        max-width: 640px;
    }

    #history .common_article ul.enkaku_list >li:last-child {
        border-bottom: none;
    }

    .biography {
        margin-bottom: 80px;
    }

    .enkaku_list dt {
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1;
    }

    .enkaku_list dd {
        padding: 16px 12px 0;
    }

    .enkaku_list dt .month {
        margin-left: 0.2em;
    }

    .enkaku_list dd ul.detail {
        margin: 0;
    }
    .enkaku_list dd ul.detail >li{
        margin-bottom: 0.8em;
    }

    .enkaku_list dd ul.detail >li:last-child{
        margin-bottom: 0;
    }