.texts-block {
    margin-bottom: 30px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    width: 80%;
}

.texts-block.texts-block--800 {
    width: 800px;
}

.texts-block .bth__ttl-h2 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.texts-block .bth__ttl-h3 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}

.texts-block__img-450 img {
    border-radius: 2px;
}

.texts-block__img-450 {
    object-fit: cover;
    margin-top: 15px;
    position: relative;
    border-radius: 2px;
    width: 80%;
    overflow: hidden;
    margin-bottom: 20px;
}

.txt-stat-block > div:nth-child(1),
.txt-stat-block > div:nth-child(2),
.txt-stat-block > div:nth-child(3) {
    margin-bottom: 35px;
}

.txt-stat-block > div {
    width: calc(33% - 30px);
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

.txt-stat-block {
    color: #475669;
    margin: 35px 0 0 0;
}

.txt-stat-block b {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}

.txt-stat-block span {
    font-size: 14px;
    display: block;
}

.txt-stat-block .txt-stat-block__col--dbl > div {
    display: inline-block;
    vertical-align: top;
}

.texts-block .txt-stat-block .txt-stat-block__col--dbl > div:first-of-type {
    margin-right: 30px;
}

.texts-block p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;

}

.texts-block__link-ttl {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3px;
    margin-top: 20px;
    display: block;
    color: #318cc6;
    font-family: 'apercu_pro', sans-serif;
}
.texts-block__img650 {
    width: 650px;
    display: inline-block;
    border-radius: 2px;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 0;
}

.texts-block__screen {
    max-width: 100%;
    padding: 5px;
    border: 5px solid #eee;
    border-radius: 2px;
    margin: 10px 0;
}

.texts-block__ul-dot {

}

.texts-block__ul-num > li {
    font-size: 16px;
    margin-left: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.exts-block__left-line {
    font-style: italic;
    width: 600px;
    padding-left: 15px;
    border-left: 4px solid #cd1f21;
}

.texts-block > .tour-selection-wrap {
    width: 850px;
}

.texts-block__ul-num {

    list-style-type: decimal;
}

.texts-block__ul-dot li {
    position: relative;
    font-size: 16px;

    line-height: 22px;
    margin-bottom: 5px;
}

.texts-block__ul-num .texts-block__ul-dot li {
    font-size: 13px;
    margin-bottom: 0;
}

.texts-block__ul-num .texts-block__ul-dot {
    margin: 5px 0 5px 15px;
}

.texts-block__ul-dot {
    margin-left: 20px;
    margin-bottom: 20px;
}

.texts-block__ul-dot li::after {
    content: '';
    background-color: #ff8e41;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    position: absolute;
    left: -14px;
    top: 9px;
}

@media screen and (max-width: 1200px) {
    .texts-block {
        width: 100% !important;
    }
}

@media screen and (max-width: 1023px) {


    .txt-stat-block > div {
        width: 40% !important;
        margin-bottom: 20px !important;
    }

    .texts-block p {
        font-size: 14px;
        line-height: 24px;
    }

    .texts-block .bth__ttl-h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 766px) {
    .txt-stat-block > div {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .txt-stat-block span {
        font-size: 13px !important;
    }
    .texts-block__img650 {
        width: 100%;
        height: 200px;
    }
    .texts-block__img-450 {
        max-width: 100%;
    }

    .txt-stat-block b {
        font-size: 18px !important;
    }

}