.at-twoThirdOneThirdColumn {
    padding: 3em 0;
    background-color: #edebeb;
}

.at-twoThirdOneThirdColumn--noMarginTop {
    padding-top: 0;
}

.at-twoThirdOneThirdColumn--noMarginBottom {
    padding-bottom: 0;
}

.at-twoThirdOneThirdColumn--white {
    background-color: #fff;
}

.at-twoThirdOneThirdColumn--blue {
    background-color: #00a7eb;
}

.at-twoThirdOneThirdColumn--blue .at-twoThirdOneThirdColumn__title,
.at-twoThirdOneThirdColumn--blue .at-twoThirdOneThirdColumn__content {
    color: #fff;
}

.at-twoThirdOneThirdColumn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.at-twoThirdOneThirdColumn__column--twoThird {
    width: 100%;
    max-width: 50rem;
    font-size: 1.4em;
    line-height: 1.6;
}

.at-twoThirdOneThirdColumnArticle {
    overflow: hidden;
    background: #fff;
}

.at-twoThirdOneThirdColumnArticle__title {
    margin: 0;
    padding: 32px;
}

.at-twoThirdOneThirdColumnArticle .newslist {
    border: none;
}

.at-twoThirdOneThirdColumnArticle.agenda-list {
    border: 1px solid #deeef4;
}

.at-twoThirdOneThirdColumnArticle .newslist,
.at-twoThirdOneThirdColumnArticle.agenda-list {
    margin: 0;
}

@media (min-width: 680px) {
    .at-twoThirdOneThirdColumn__column--twoThird {
        width: 65%;
    }

    .at-twoThirdOneThirdColumn__column--oneThird {
        width: 32%;
    }
}
