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

.about-ci-page-source {
    color: #222;
}

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

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

.about-ci-page-source img {
    display: block;
    max-width: 100%;
}

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

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

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

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

.ci-bi {
    color: #444;
}

.ci-bi .title0-content {
    color: #444;
    font-size: 18px;
    line-height: 1.55;
}

.ci-bi .title1 {
    display: block;
    margin: 56px 0 20px;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.ci-bi .title1-content {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

.ci-bi .title1-content p {
    margin: 16px 0 0;
}

.ci-bi .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.ci-bi .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 212px;
    min-height: 50px;
    padding: 13px 22px;
    border: 1px solid #4a5677;
    background-color: #fff;
    color: #4a5677;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.ci-bi .btn:hover,
.ci-bi .btn:focus {
    border-color: #232939;
    color: #232939;
}

.ci-bi .btn > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ci-bi .icon.is-download {
    width: 16px;
    height: 16px;
    background: url("../images/about-ci/ico_download.svg") no-repeat center / 16px auto;
}

.ci-bi h5 {
    margin: 0 0 12px;
    color: #d22a49;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

.ci-bi .box-col-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ci-bi .box-col-wrap .box {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    align-content: center;
}

.ci-bi .ci-int {
    margin-top: 16px;
}

.ci-bi .ci-int .box {
    float: none;
    padding: 40px;
    border: 1px solid #ddd;
    background: url("../images/about-ci/aboutkto_bi_bg.png") repeat center center;
    border-radius: 10px;
}

.ci-bi .ci-int.ci-box1 .box {
    align-items: center;
    justify-content: center;
}

.ci-bi .ci-int.ci-box1 .box img {
    width: 320px;
    margin: 0 auto;
}

.ci-bi .ci-int.ci-box2 {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: url("../images/about-ci/aboutkto_bi_bg.png") repeat center center;
}

.ci-bi .ci-int.ci-box2::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 1px;
    content: "";
    transform: translate(-50%, -50%);
    background-color: #aaa;
}

.ci-bi .ci-int.ci-box2 .box {
    width: 100%;
    padding: 20px;
    border: 0;
    background: none;
    text-align: center;
}

.ci-bi .ci-int.ci-box2 .box img {
    display: inline-block;
    vertical-align: middle;
}

.ci-bi .ci-int.ci-box2 .box img:nth-child(2) {
    margin-top: 30px;
}

.ci-bi .ci-int.ci-box3 {
    overflow: hidden;
}

.ci-bi .ci-int.ci-box3 .box {
    width: 100%;
    padding: 0;
    border: 1px solid #ddd;
    background: none;
    border-radius: 10px;
}

.ci-bi .ci-int.ci-box3 .box + .box {
    margin-top: 12px;
}

.ci-bi .ci-int.ci-box3 .box .img {
    padding: 50px;
    text-align: center;
    background: url("../images/about-ci/aboutkto_bi_bg.png") repeat center center;
}

.ci-bi .ci-int.ci-box3 .box .img img {
    margin: 0 auto;
}

.ci-bi .ci-int.ci-box3 .box .text {
    padding: 24px 24px 0 0;
    border-top: 1px solid #ddd;
}

.ci-bi .ci-int.ci-box3 .box .text ul {
    overflow: hidden;
}

.ci-bi .ci-int.ci-box3 .box .text ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 24px 24px;
    padding-left: 42px;
    color: #444;
    font-size: 14px;
    line-height: 1.45;
}

.ci-bi .ci-int.ci-box3 .box .text ul li .color-swatch {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 4px;
    background-color: #ddd;
}

.ci-bi .ci-int.ci-box3 .box .text ul li .color-name {
    display: block;
    margin-bottom: 2px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.ci-bi .ci-int.ci-box4 {
    display: grid;
    gap: 12px;
}

.ci-bi .ci-int.ci-box4 .box {
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px 16px 54px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: var(--palette-bg, #fff);
    text-align: center;
}

.ci-bi .ci-int.ci-box4 .box .text {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}

.ci-bi .ci-int.ci-box4 .box .text span {
    float: left;
    height: 20px;
    color: var(--palette-text, #444);
    font-size: 18px;
    font-weight: 400;
}

.ci-bi .ci-int.ci-box4 .box .text span:nth-child(2) {
    float: right;
}

.ci-bi .ci-int.ci-box4 .box.has-top-bar .text::after {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 77.5%;
    height: 10px;
    content: "";
    transform: translateX(-50%);
    background-color: var(--palette-bar, #8d8d8d);
}

.ci-bi .ci-int.ci-box4 .box img {
    margin: 0 auto;
}

@media (min-width: 480px) {
    .ci-bi .box-col-wrap {
        flex-flow: row wrap;
    }

    .ci-bi .box-col-wrap.has-3n .box {
        min-width: calc(33% - 8px);
    }

    .ci-bi .ci-int.ci-box3 .box .text ul li {
        display: inline-block;
        width: calc(50% - 27px);
        vertical-align: top;
    }
}

@media (min-width: 768px) {
    .ci-bi .ci-int .box {
        float: left;
    }

    .ci-bi .ci-int.ci-box2::after {
        width: 1px;
        height: 100px;
    }

    .ci-bi .ci-int.ci-box2 .box {
        width: 50%;
        padding: 60px 0;
        text-align: center;
    }

    .ci-bi .ci-int.ci-box2 .box img:nth-child(2) {
        margin-top: 0;
        margin-left: 40px;
    }

    .ci-bi .ci-int.ci-box3 .box {
        width: calc(50% - 6px);
    }

    .ci-bi .ci-int.ci-box3 .box + .box {
        margin: 0 0 0 12px;
    }

    .ci-bi .ci-int.ci-box4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

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

    .ci-bi .box-col-wrap {
        flex-wrap: nowrap;
    }
}

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

@media (max-width: 767px) {
    .ci-bi .title0-content,
    .ci-bi .title1-content {
        font-size: 16px;
    }

    .ci-bi .title1 {
        margin-top: 40px;
        font-size: 22px;
    }

    .ci-bi .ci-int .box {
        padding: 24px;
    }

    .ci-bi .ci-int.ci-box1 .box img {
        width: min(320px, 100%);
    }

    .ci-bi .ci-int.ci-box2 .box {
        padding: 28px 20px;
    }

    .ci-bi .ci-int.ci-box3 .box .img {
        padding: 32px 20px;
    }
}

@media (max-width: 480px) {
    .ci-bi .btn {
        width: 100%;
    }
}
