@charset "UTF-8";
/* --- top --- */

.inner {
    width: 100%;
    overflow: hidden;
}

header {
    background: #3B5497;
    padding: 30px 0 0;
}

header .header_contents {
    margin: 0 auto 30px;
}

header .header_contents>div.lang .linkList a {
    display: block;
    padding: 4px 14px;
    background-color: #3B5497;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1;
    border: 1px solid #fff;
  }

.glnv>li:hover {
    background: #3B5497;
}

.glnv>li a {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    color: #000;
    padding: 25px 30px;
    text-align: center;
  }

.contents {
    width: 1100px;
    margin: 0 auto 80px;
}

.contents_s {
    max-width: 760px;
    margin: 0 auto 80px;
}

.m-textBtn {
    display: inline-block;
    position: relative;
    border: 1px solid #3B5497;
    padding: 12px 36px 12px 45px;
    vertical-align: top;
    color: #3B5497;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    background: #fff;
    border-radius: 3px;
  }
  
  .m-textBtn::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -3px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #3B5497;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  
  .m-textBtn:hover {
    opacity: 1;
    background-color: #3B5497;
    color: #FFF;
  }

#top .main_slide {
    width: 100%;
    min-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 164px;
    height: 500px;
}

#top .main_slide .mv-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 560px;
    margin: 0 auto;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
}

#top .main_slide .mv-contents h2 {
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 6rem;
    text-align: center;
}

#top .main_slide .mv-contents h2 .f-small {
    font-size: 2.2rem;
    line-height: 4.2rem;
    margin-bottom: 10px;
    display: block;
}

#top .main_slide .mv-contents h2 .f-en {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: normal;
    display: block;
}

#top .main_slide .mv-contents h2 .f-ensmall {
    font-size: 2.2rem;
    line-height: 3rem;
}

#top .main_slide .mv-contents .newtopics-area {
    width: 300px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0 20px;
    box-shadow: 2px 2px 13px -5px rgba(0, 0, 0, 0.6);
}

#top .main_slide .mv-contents .newtopics-area h3 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px dotted #000;
    margin-bottom: 15px;
}

#top .main_slide .mv-contents .newtopics-area h3 .pickup {
    font-size: 1.5rem;
    display: block;
}

#top .main_slide .mv-contents .newtopics-area h3 .f-small {
    font-size: 2.2rem;
}

#top .main_slide .mv-contents .newtopics-area .newtopics-contents {
    padding: 0 20px;
}

#top .main_slide .mv-contents .newtopics-area .newtopics-contents .date {
    font-weight: bold;
}

#top .main_slide .mv-contents .newtopics-area .newtopics-contents .department {
    font-weight: bold;
    background: #261616;
    text-align: center;
    color: #fff;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
}

#top .main_slide .mv-contents .newtopics-area .newtopics-contents .title {
    font-weight: bold;
    line-height: 2.4rem;
    margin-bottom: 25px;
    text-decoration: underline;
}

.round-btn a {
    position: relative;
    color: #fff;
    background: #3B5497;
    padding: 10px 30px;
    display: block;
    border-radius: 60px;
    font-size: 1.4rem;
    font-weight: bold;
}

.round-btn a::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -3px;
}

#top .main_slide .top_slide {
    width: 100%;
    height: 500px;
}

#top .main_slide .slide01 {
    background: url(../../../images/dbn_top/slide01.jpg) no-repeat;
    background-position: top;
    background-size: cover;
}

#top .main_slide .slide02 {
    background: url(../../../images/dbn_top/slide02.jpg) no-repeat;
    background-position: top;
    background-size: cover;
}

#top .main_slide .slide03 {
    background: url(../../../images/dbn_top/slide03.jpg) no-repeat;
    background-position: top;
    background-size: cover;
}

#top .top-news {
    position: relative;
    padding-top: 560px;
    width: 1100px;
    margin: 0 auto 90px;
}

#top .top-news .p-newsList {
    margin-bottom: 30px;
}

.title-area {
    text-align: center;
}

.top-title {
    position: relative;
    padding-bottom: 7px;
    border-bottom: 4px solid #B7B3B3;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 45px;
}

.top-title::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 70px;
    height: 4px;
    background-color: #3B5497;
}

.p-newsList .articleList a:hover {
    color: #3B5497;
}

.top-news .listLinkBtn {
    clear: both;
    text-align: center;
}

.top-news .listLinkBtn a {
    display: inline-block;
    color: #fff;
    padding: 13px 30px;
    background-color: #3B5497;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 0.8;
    text-align: center;
    border: 1px solid #3B5497;
    border-radius: 60px;
}

.top-news .listLinkBtn a::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #fff;
    vertical-align: 1px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.top-news .listLinkBtn a:hover {
    opacity: 1;
    border: 1px solid #3B5497;
    background-color: #fff;
    color: #3B5497;
}

.top-news .listLinkBtn a:hover::after {
    border-left-color: #fff;
}

footer {
    background: #3B5497;
    padding: 90px 0;
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 80px;
}

/* --- 中ページ共通 --- */

.common_page .title_area {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.common_page .title_area h2 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
}

.common_page .title_area h2 .en_title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.3rem;
    font-weight: normal;
}

#common .title_area {
    background-color: #F5F5F5;
    color: #000;
}

.fRed {
    color: #FF6D6D;
}

.uline {
    text-decoration: underline;
}

.text-list {
    margin-left: 25px;
}

.text-list li {
    list-style: disc;
}

.number-list {
    margin-left: 25px;
}

.number-list li {
    list-style: decimal;
}

.m-wysiwyg .number-list li {
    padding-left: 0;
}

.m-wysiwyg .number-list li::before {
    content: none;
}

.m-wysiwyg .text-list li {
    padding-left: 0;
}

.m-wysiwyg .text-list li::before {
    content: none;
}

.text-box {
    margin-bottom: 15px;
}

.c-bodyAndImage__body strong {
    font-weight: bold;
}

.setlist {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.setlist dt {
    width: 5em;
}

.setlist .long {
    width: 8em;
}

.setlist .top-title::before {
    content: "：";
    white-space: nowrap;
    flex-shrink: 1;
}

.setlist dd:nth-of-type(2n) {
    margin-left: 10px;
}

.setlist dd {
    padding-left: 1em;
    text-indent: -1em;
}

.nonstyle li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

.m-wysiwyg .nonstyle li::before {
    content: none;
}

.linkstyle {
    color: #3B5497;
    text-decoration: underline;
}

.indentstyle {
    padding-left: 1em;
    text-indent: -1em;
}

.m-wysiwyg .liststyle-disc li {
    list-style: disc;
    margin-left: 1em;
}

.flexcontents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*------- センターについて -------*/

.mission .mission-contents {
    background: #F5F5F5;
    padding: 40px;
    margin-bottom: 30px;
}

.mission .mission-contents .mission-list li {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.mission .mission-contents .mission-list li:last-of-type {
    margin-bottom: 0;
}

.mission .mission-contents .mission-list .main::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../images/check_icon.png) no-repeat;
    margin-right: 10px;
}

.mission .mission-contents .mission-list .mission-sublist {
    margin-left: 20px;
    margin-top: 10px;
}

.mission .mission-contents .mission-list .mission-sublist li {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 0;
}

.mission .mission-contents .mission-list .mission-sublist li::before {
    content: "・";
    display: inline-block;
}

/*------- 部門一覧 -------*/

.dept-top .depttop-category {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.dept-top .depttop-category {
    display: flex;
    justify-content: space-between;
}

.dept-top .depttop-category .cat-list dl {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #000;
}

.dept-top .depttop-category .cat-list dl:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.dept-top .depttop-category .cat-list dt {
    width: 60px;
    margin-right: 20px;
}

.dept-top .depttop-category .cat-list dd ul li a {
    width: 570px;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 2.6rem;
    font-weight: bold;
    display: block;
}

.dept-top .depttop-category .cat-list dd ul li:nth-of-type(2n) a {
    margin-top: 30px;
}

.dept-top .depttop-category .cat-list dd ul .medicine a {
    background-color: #E6F6DC;
}

.dept-top .depttop-category .cat-list dd ul .laboratory a {
    background-color: #F9E1DC;
}

.dept-top .depttop-category .cat-list dd ul .rpsh a {
    background-color: #EBEEF6;
}

.dept-top .depttop-category .cat-list dd ul .health a {
    background-color: #FFEECB;
}

.dept-top .depttop-category .cat-vertical {
    writing-mode: vertical-rl;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
}

.dept-top .depttop-category .cat-vertical a {
    display: block;
    padding: 20px;
    background-color: #E6F6DC;
}

.cat-description {
    padding: 15px 20px 30px;
    border: 1px dotted #000;
}

.cat-description h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.cat-description dl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat-description dl dt {
    font-size: 6rem;
    margin-right: 5px;
    color: #EBEEF6;
}

.cat-description dl dt:nth-of-type(2) {
    color: #F9E1DC;
}

.cat-description dl dt:nth-of-type(3) {
    color: #E6F6DC;
}

.cat-description dl dt:nth-of-type(4) {
    color: #FFEECB;
}

.cat-description dl dd {
    margin-right: 10px;
}

.dept-list li a {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.dept-list li a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #3B5497;
    vertical-align: 1px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

/*------- トピックス -------*/

.research-topics .intro-text {
    margin-bottom: 50px;
    text-align: center;
}

.research-topics .date {
    font-size: 1.4rem;
    font-weight: bold;
}

.research-topics .m-catLabel {
    font-weight: bold;
    background: #261616;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 1.6rem;
    border-radius: 0;
    margin-bottom: 10px;
}

.research-topics .title::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #261616;
    vertical-align: 1px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.research-topics .articleList article {
    display: table;
    width: 100%;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    border-bottom: 1px dotted #707070;
    padding: 10px 30px;
}

.research-topics .articleList article:hover {
    background-color: #F7F7FA;
}

/*------- 部門紹介  -------*/

.staff-area {
    display: flex;
    margin-bottom: 40px;
}

.staff-area dt {
    flex-shrink: 0;
    margin-right: 20px;
}

.staff-area dd h3 {
    font-size: 2.9rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.staff-area dd .position {
    font-size: 2.3rem;
}

.staff-area dd .f-en {
    color: #3B5497;
    font-size: 1.5rem;
    font-weight: bold;
}

.staff-area dd .massage {
    margin-bottom: 15px;
    line-height: 1.8;
}

.staff-area .research-link a {
    display: flex;
    align-items: center;
}

.staff-area .research-link a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 27px;
    background: url(../images/note_icon.svg) no-repeat;
    margin-right: 10px;
}

.staff-area .research-link a::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #3B5497;
    vertical-align: 1px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.report p {
    margin-bottom: 50px;
    text-align: left;
}

.report ol {
    margin-left: 20px;
}

.report ol li {
    list-style: decimal;
    text-align: left;
    margin-bottom: 40px;
}

.info .info-contents {
    background: #F5F5F5;
    padding: 30px 20px;
}

.info .info-contents h3 {
    font-weight: bold;
}

.info .info-contents .text-link {
    margin-bottom: 10px;
}

.info .info-contents .text-link a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #3B5497;
    vertical-align: 1px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.info .info-contents .text-link a[target="_blank"]::after {
    content: "";
    width: 13px;
    height: 8px;
    background-image: url(../images/icon_external.png);
    background-size: auto 8px;
    display: inline-block;
    margin: -3px 0 0 9px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

/*------- イベント -------*/
.p-eventList .header {
    margin-bottom: 60px;
}
  
.p-eventList .header .yearLinkListArea {
    margin-bottom: 22px;
}
  
.p-eventList .header .yearLinkListArea::after {
    content: "";
    display: block;
    clear: both;
}
  
.p-eventList .header .yearLinkListArea__inner {
    float: right;
}
  
.p-eventList .header .yearLinkListArea__inner::after {
    content: "";
    display: block;
    clear: both;
}
  
.p-eventList .header .yearLinkListArea__hdg {
    float: left;
    margin-right: 20px;
    color: #49157D;
    font-size: 1.4rem;
    line-height: 3;
}
  
.p-eventList .header .yearLinkListArea .yearLinkList {
    padding-top: 2px;
    overflow: hidden;
}
  
.p-eventList .header .yearLinkListArea .yearLinkList li {
    float: left;
    margin: 0 0 8px 18px;
    border-right: 1px solid #BDBDBD;
    padding-right: 18px;
}
  
.p-eventList .header .yearLinkListArea .yearLinkList li:last-child {
    border-right: none;
}
  
.p-eventList .header .yearLinkListArea .yearLinkList a {
    color: #BDBDBD;
    font-size: 1.4rem;
}
  
.p-eventList .header .yearLinkListArea .yearLinkList .current a {
    color: #49157D;
}

.p-eventList .articleList {
    border-top: 1px dotted #707070;
}

.p-eventList .articleList article {
    border-bottom: 1px dotted #707070;
    display: table;
    width: 100%;
    height: 84px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
  
.p-eventList .articleList article .meta, .p-eventList .articleList article .title {
    display: table-cell;
    vertical-align: middle;
}
  
.p-eventList .articleList article .meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 1;
    flex-direction: row;
    padding: 0 10px;
}

.p-eventList .articleList article .meta .date {
    display: inline-block;
    vertical-align: middle;
    width: 134px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
}

.p-eventList .articleList article .meta .date .lg {
    margin: 0 10px 0 7px;
    vertical-align: -1px;
    font-size: 1.4rem;
}
  
.p-eventList .articleList article .text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding:0 0 15px 0;
}

.p-eventList .articleList article .meta .eventImages {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 15px 20px;
    gap:0 5px;
}

.p-eventList .articleList article .meta .eventImages .eventImagesBox {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}

.p-eventList .articleList article .meta .eventImages .eventImagesBox .image {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/*------- 準備中 -------*/

.comingsoon .c-bodyAndImage__text {
    text-align: center;
    font-size: 2rem;
}

/*
.center .info_area {
    background: #F5F5F5;
    padding: 50px;
    text-align: center;
}

.center .info_area h3 {
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.center .info_discription {
    margin-bottom: 20px;
}*/

.text_btn {
    margin-bottom: 0;
}

.text_btn a {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    background-color: #fff;
    border: 1px solid #2E3488;
    padding: 20px 35px 20px 20px;
    border-radius: 4px;
    font-weight: bold;
}

.text_btn a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #707070;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.text_btn a:hover {
    color: #fff;
    background-color: #2E3488;
    opacity: 1;
}

.text_btn a:hover::after {
    border-left-color: #fff;
}

/*------- 上書き -------*/

.p-newsDet .header .hdg {
    color: #2E3488;
}

.p-newsDet .header {
    border-bottom: 2px solid #2E3488;
}

/*== sp ==*/

/*============================================================================================================================================================*/

@media screen and (max-width: 750px) {
    header {
        background: #3B5497;
        padding: 10px;
    }
    header .header_contents {
        margin: 0 0 30px;
    }
    header h1 {
        top: 17px;
    }
    .open-menu-bg {
        background: #2E3488;
    }
    /* --- top --- */
    .contents {
        max-width: 90%;
        margin: 0 auto 50px;
    }
    .contents_s {
        max-width: 90%;
        margin: 0 auto 50px;
    }
    #top .main_slide {
        width: 100%;
        min-width: 100%;
        top: 66px;
        height: 500px;
    }
    #top .main_slide .mv-contents {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        margin: 0 auto;
        padding: 20px;
    }
    #top .main_slide .mv-contents h2 {
        font-size: 2.8rem;
        font-weight: bold;
        line-height: 4rem;
        text-align: center;
    }
    #top .main_slide .mv-contents h2 .f-small {
        font-size: 2rem;
        line-height: 3.2rem;
        margin-bottom: 10px;
    }
    #top .main_slide .mv-contents h2 .f-en {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    #top .main_slide .mv-contents h2 .f-en:first-of-type {
        margin-top: 20px;
    }
    #top .top-news {
        position: relative;
        padding-top: 560px;
        width: 90%;
        margin: 0 auto 90px;
    }
    #top .top-news .p-newsList {
        margin-bottom: 30px;
    }
    .title-area {
        text-align: center;
    }
    .top-title {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .top-news .listLinkBtn {
        clear: both;
        text-align: center;
    }
    .top-news .listLinkBtn a {
        display: inline-block;
        color: #fff;
        padding: 13px 30px;
        background-color: #3B5497;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 0.8;
        text-align: center;
        border: 1px solid #3B5497;
        border-radius: 60px;
    }
    .top-news .listLinkBtn a::after {
        content: "";
        display: inline-block;
        margin-left: 10px;
        border-color: transparent;
        border-style: solid;
        border-width: 3px 0 3px 5px;
        border-left-color: #fff;
        vertical-align: 1px;
        -webkit-transition: border-color 0.2s;
        transition: border-color 0.2s;
    }
    .top-news .listLinkBtn a:hover {
        opacity: 1;
        border: 1px solid #3B5497;
        background-color: #fff;
        color: #3B5497;
    }
    .top-news .listLinkBtn a:hover::after {
        border-left-color: #fff;
    }
    /*------- 部門紹介  -------*/
    .staff-area {
        display: block;
        margin-bottom: 40px;
    }
    .staff-area dt {
        width: 70%;
        margin: 0 auto 20px;
    }
    .staff-area dd h3 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .staff-area dd .position {
        font-size: 1.6rem;
    }
    .staff-area dd .f-en {
        color: #3B5497;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .staff-area dd .massage {
        margin-bottom: 15px;
        line-height: 1.8;
    }
    .staff-area .research-link a {
        display: flex;
        align-items: center;
    }
    .staff-area .research-link a::before {
        content: "";
        display: inline-block;
        width: 25px;
        height: 27px;
        background: url(../images/note_icon.svg) no-repeat;
        margin-right: 10px;
    }
    .staff-area .research-link a::after {
        content: "";
        display: inline-block;
        margin-left: 10px;
        border-color: transparent;
        border-style: solid;
        border-width: 3px 0 3px 5px;
        border-left-color: #3B5497;
        vertical-align: 1px;
        -webkit-transition: border-color 0.2s;
        transition: border-color 0.2s;
    }
    .c-bodyAndImage__text iframe {
        width: 100%;
        height: 100%;
    }
    .top-news .p-newsList {
        width: 96%;
        margin: 0 auto;
        background: #fff;
        padding: 20px 10px;
        margin-bottom: 20px;
    }
    .top-link {
        width: 90%;
        margin: 0 auto 30px;
    }
    .top-link .linkBtnList {
        display: block;
    }
    .top-link .linkBtnList li {
        width: 100%;
    }
    /* --- 中ページ共通 --- */
    .common_page .title_area {
        padding: 30px 0;
    }
    .common_page .title_area h2 {
        font-size: 2.8rem;
        max-width: 90%;
        margin: 0 auto;
    }
    .fRed {
        color: #FF6D6D;
    }
    /*------- スタッフページ -------*/
    .staff .staffmessage {
        display: block;
        margin-bottom: 30px;
    }
    .staff .staffmessage .img_area {
        width: 80%;
        margin: 0 auto 20px;
    }
    .staff .staffmessage .text_area {
        width: 100%;
    }
    /*------- 施設紹介 -------*/
    .facility .c-images {
        width: 100%;
        margin: 50px auto 0;
    }
    /*.center .info_area {
        background: #F5F5F5;
        padding: 30px;
        text-align: center;
    }
    .center .info_area h3 {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
    .center .info_discription {
        margin-bottom: 20px;
    }*/
    .text_btn {
        margin-bottom: 0;
    }
    .text_btn a {
        position: relative;
        display: inline-block;
        font-size: 1.6rem;
        background-color: #fff;
        border: 1px solid #2E3488;
        padding: 20px 35px 20px 20px;
        border-radius: 4px;
        font-weight: bold;
    }
    .text_btn a::after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -3px;
        border-color: transparent;
        border-style: solid;
        border-width: 3px 0 3px 5px;
        border-left-color: #707070;
        -webkit-transition: border-color 0.2s;
        transition: border-color 0.2s;
    }
    .text_btn a:hover {
        color: #fff;
        background-color: #3B5497;
        opacity: 1;
    }
    .text_btn a:hover::after {
        border-left-color: #fff;
    }

    .open-menu-wrap .linkList a {
        display: block;
        padding: 4px 14px;
        background-color: #3B5497;
        color: #FFF;
        letter-spacing: 1px;
        line-height: 1;
        border: 1px solid #fff;
      }
    .open-menu-wrap .linkList .current a {
        background-color: #E2E2E2;
        color: #3B5497;
}

/*------- イベント -------*/
    .p-eventList .articleList article .meta {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-grow: 1;
        flex-direction: column;
        padding: 0 10px;
    }

    .p-eventList .articleList article .text {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .p-eventList .articleList article .meta .eventImages {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        width: 100%;
        gap:5px 0;
    }

    .p-eventList .articleList article .meta .eventImages .eventImagesBox {
        height: 22vw;
        overflow: hidden;
        margin: 0;
        border-radius: 10px;
        width: 42vw;
    }

    .p-eventList .articleList article .meta .eventImages .eventImagesBox .image {
        height: 22vw;
        object-fit: cover;
        width: 42vw;
    }

footer {
    background: #3B5497;
    padding: 90px 0;
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 80px;
}

header .header_contents>div.lang .linkList a {
  display: block;
  padding: 4px 14px;
  background-color: #3B5497;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 1;
  border: 1px solid #fff;
}

header .header_contents>div.lang .linkList .current a {
  background-color: #E2E2E2;
  color: #3B5497;
}
}