@charset "UTF-8";

/* TOP */
.kenkouHeader--top .kenkouHeader_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.kenkouHeader_seoTag {
    padding: 17px 0;
    line-height: 1;
}
.shadow-box {
    box-shadow: 2.572px 1.545px 7.92px 0.08px rgba(0, 0, 0, 0.24);
}
.top-bg {
    background: #e3f1f1;
}

/* ニュース */
.news-area {
    width: 1164px;
    margin: auto;
    padding-top: 40px;
    display: flex;
}
/* hero */
.hero {
    width: 569px;
    margin-top: 10px;
    position: relative;
}
.hero_inner {
    box-shadow: 2.572px 1.545px 7.92px 0.08px rgba(0, 0, 0, 0.24);
}
.popular-entries {
    width: calc(100% - 569px);
    margin-top: 10px;
    margin-right: 2px;
}
.popular-entries_inner {
    width: 392px;
    margin: auto;
}

/* banner module */
.bnr-list_item + .bnr-list_item {
    margin-top: 13px;
}
.bnr-list_item img {
    display: block;
    width: 100%;
}


/* Research Area Banner */
.topBnrBottomArea {
    width: 1164px;
    margin: 20px auto 0 auto;
    padding-bottom: 60px;
}
.topBnrBottomArea_items {
    box-sizing: border-box;
}
.topBnrBottomArea_item {
    float: left;
    margin: 10px 0 0 15px;
}
.topBnrBottomArea_subItem {
    width: 172px;
    height: 62px;
    position: absolute;
    top: 5px;
}
.topBnrBottomArea_subItem--leftBtn {
    left: 110px;
}
.topBnrBottomArea_subItem--rightBtn {
    right: 5px;
}
.topBnrTopArea_item:first-child,
.topBnrBottomArea_item:first-child {
    margin-left: 0;
}
.topBnrBottomArea_subItem img,
.topBnrBottomArea_item img {
    display: block;
}