main {
    margin-top: var(--header-height);
}

.breadcrumbs {
    max-width: var(--outer-width);
    padding: 1.8rem 5rem 0;
    box-sizing: border-box;
    font-size: 1.2rem;

    @media (max-width: 700px) {
        padding: 1rem 0 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        list-style: none;
        white-space: nowrap;
        margin-bottom: 2rem;
    }
}

.content.single2 .ttl {
    line-height: 1.5;
    font-size: 2.7rem;

    @media (max-width: 700px) {
        font-size: 2.2rem;
    }
}

.content.single2 .time {
    font-size: 1.4rem;

    @media (max-width: 700px) {
        font-size: 1.3rem;
    }
}

.content.single2 .img {
    img {
        width: 100%;
        height: auto;
    }
}

#hero {
    background: transparent;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;

    @media (max-width: 1023px) {
        display: none;
    }

    .hero-form {
        position: relative;
        border-radius: var(--border-radius);
        width: 100%;
        height: 70rem;
        top: 0;

        h2 {
            background-position: 4rem center;
        }
    }
}

#contact {
    display: none;

    @media (max-width: 1023px) {
        display: block;
        background: var(--primary-color);
        width: 100%;
    }

    @media (max-width: 700px) {
        width: 111%;
    }
}

.sideMenu {
    width: 37.5rem;

    @media (max-width: 1023px) {
        width: 100%;
    }
}

#news-sdt {
    .c-flex {
        display: block;
        .main {
            margin: 0 auto;
            /* width: 100%; */
        }
    }
    .sideMenu {
        display: none;
    }
}

.smallTtl {
    font-size: 2rem;

    @media (max-width: 700px) {
        font-size: 1.8rem;
    }
}

.reason-inner {
    line-height: 3rem;

    @media (max-width: 700px) {
        font-size: 1.5rem;
    }
}

.textArea.withMore.case .kenshu_name {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textArea.withMore.case .kenshu_name,
.contList .content .time {
    font-size: 1.3rem;
}

.contList .content .ttl {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 700px) {
    .single-pager {
        font-size: 1.5rem;
    }

    .content.single2 {
        margin-bottom: 3rem;
    }
}

.editor {
    line-height: 3rem;
}