@import "button-v2-7.css";
@import "section_top_banner-5.css";
@import "rent-guide.css";

@import "expats-lifeguide-and-tips.css";

@import "ken-corporations-value.css";

@import "living-guide.css";

@import "recommend-properties.css";

@import "news-2.css";

@import "recommend-rent.css";
@import "showcase.css";
@import "auto-complete-rent.css";
* {
    box-sizing: border-box;
}

html,
body {
    font-size: 14px !important;
    font-family: Helvetica, Arial, sans-serif;
}

p {
    font-size: 1rem;
}
.page{
    min-width: 1px;
    width: 100%;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10%;
}

.section-title {
    font-size: 42px;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    position: relative;
    line-height: 1.2em;
    color: #222222;
    padding: 25px 0 36px 0;
    margin: 0px;
}

.section-title.section-title-top-border:before {
    content: "";
    width: 90px;
    height: 2px;
    background: #002368;
    position: absolute;
    top: 0px;
}

.hr-ken-primary {
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}

.hr-ken-primary hr {
    margin: 0px;
    background: #D8D8D8;
}

.hr-ken-primary:after {
    content: "";
    width: 40%;
    height: 5px;
    background: #002368;
    left: 0px;
    display: block;
    top: -1px;
    position: relative;
}

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

    html,
    body {
        font-size: 12px!important;
    }

    .section-title {
        font-size: 26px;
        line-height: 31px;
    }

    .hr-ken-primary {
        margin-bottom: 20px;
    }

    .section-title.section-title-top-border:before {
        content: "";
        width: 36px;
        height: 2px;
        background: rgba(0, 35, 104, 1);
        position: absolute;
        top: 0px;
    }

    .sp-delete {
        display: none;
    }
}
