.site-main {
    width: auto;
    margin: 0;
}

.history-page-source {
    color: #222;
}

.history-page-source ol,
.history-page-source ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.history-page-source a {
    color: inherit;
    text-decoration: none;
}

.history-page-source .inner.container {
    display: flex;
    justify-content: center;
}

.history-page-source .content-wrap {
    width: min(1332px, 100%);
    max-width: 1332px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.history-page-source .content-body {
    margin-top: 40px;
}

.history-locale-block[hidden] {
    display: none;
}

.kto-history {
    margin-top: 40px;
}

.kto-history .top-img {
    min-height: 280px;
    margin-top: 40px;
    text-align: center;
    border-radius: 8px;
    background-image: url("../images/history/aboutkto-history.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.kto-history .top-img span {
    display: block;
    padding: 99px 0 0;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
}

.kto-history .top-img strong {
    display: block;
    margin-top: 8px;
    font-size: 52px;
    line-height: 1;
}

.kto-history .title1 {
    margin: 24px 0 0;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.kto-history .history-list {
    position: relative;
    margin-top: 40px;
}

.kto-history .history-list::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 5px;
    left: 50%;
    width: 1px;
    content: "";
    transform: translateX(-50%);
    background-color: #ddd;
}

.kto-history .history-list .year {
    width: 100px;
    height: 100px;
    margin: 80px auto 0;
    padding: 38px 0;
    color: #fff;
    border-radius: 50%;
    background-color: #4a63ad;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.kto-history .history-list .year:first-child {
    margin-top: 0;
}

.kto-history .history-list .history-cont ul li {
    position: relative;
    width: 50%;
    margin: 0;
    padding-right: 63px;
    text-align: right;
}

.kto-history .history-list .history-cont ul li::before {
    position: absolute;
    z-index: 99;
    top: 43px;
    right: -9px;
    width: 10px;
    height: 10px;
    content: "";
    border: 4px solid #4a63ad;
    border-radius: 50%;
    background-color: #fff;
}

.kto-history .history-list .history-cont ul li::after {
    position: absolute;
    top: 49px;
    right: 2px;
    width: 61px;
    height: 1px;
    content: "";
    background-color: #bac1d4;
}

.kto-history .history-list .history-cont ul li strong {
    color: #d22a49;
    font-size: 24px;
    line-height: 1.4;
}

.kto-history .history-list .history-cont ul li span {
    position: relative;
    display: block;
    margin-top: 4px;
    padding-right: 15px;
    color: #444;
    font-weight: 500;
    line-height: 1.4;
    font-size: 18px;
}

.kto-history .history-list .history-cont ul li span::before {
    position: absolute;
    top: 10px;
    right: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background-color: #d22a49;
}

.kto-history .history-list .history-cont ul li.right {
    margin: 0 0 0 auto;
    padding-right: 0;
    padding-left: 63px;
    text-align: left;
}

.kto-history .history-list .history-cont ul li.right::before {
    right: auto;
    left: -9px;
}

.kto-history .history-list .history-cont ul li.right::after {
    right: auto;
    left: 2px;
}

.kto-history .history-list .history-cont ul li.right span {
    padding-right: 0;
    padding-left: 15px;
}

.kto-history .history-list .history-cont ul li.right span::before {
    right: auto;
    left: 0;
}

@media (min-width: 1280px) {
    .history-page-source .content-wrap {
        padding-top: 100px;
    }
}

@media (max-width: 1279px) {
    .history-page-source .content-wrap {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .kto-history .top-img {
        min-height: 160px;
    }

    .kto-history .top-img span {
        padding-top: 54px;
    }

    .kto-history .top-img strong {
        font-size: 35px;
    }

    .kto-history .title1 {
        font-size: 18px;
    }

    .kto-history .history-list::before {
        left: 44px;
        transform: none;
    }

    .kto-history .history-list .year {
        width: 88px;
        height: 88px;
        margin: 24px 0 0;
        padding: 31px 0;
        font-size: 20px;
    }

    .kto-history .history-list .history-cont ul li,
    .kto-history .history-list .history-cont ul li.right {
        width: auto;
        margin: 16px 0 0 45px;
        padding-right: 0;
        padding-left: 45px;
        text-align: left;
    }

    .kto-history .history-list .history-cont ul li::before,
    .kto-history .history-list .history-cont ul li.right::before {
        top: 31px;
        right: auto;
        left: -9px;
    }

    .kto-history .history-list .history-cont ul li::after,
    .kto-history .history-list .history-cont ul li.right::after {
        top: 38px;
        right: auto;
        left: 3px;
        width: 41px;
    }

    .kto-history .history-list .history-cont ul li strong {
        font-size: 20px;
    }

    .kto-history .history-list .history-cont ul li span,
    .kto-history .history-list .history-cont ul li.right span {
        padding-right: 0;
        padding-left: 15px;
    }

    .kto-history .history-list .history-cont ul li span::before,
    .kto-history .history-list .history-cont ul li.right span::before {
        top: 8px;
        right: auto;
        left: 0;
    }
}
