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

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

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

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

#top .main_slide {
    width: 100%;
    min-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 169px;
    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: 1020px;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top .main_slide .mv-contents h2 {
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 4.6rem;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

#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: #49157D;
    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/top/slide01.png) no-repeat;
    background-position: top;
    background-size: cover;
}

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

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

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

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

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

#top .main_slide .slide07 {
    background: url(../../images/top/slide07.png) 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: #49157D;
}

.p-newsList .articleList .meta .info {
    background-color: #A8964C;
}

.p-newsList .articleList .meta .fmj {
    background-color: #21A7B1;
}

.p-newsList .articleList .meta .japan {
    background-color: #E15265;
}

.p-newsList .articleList .meta .convention {
    background-color: #49157D;
}

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

.top-news .listLinkBtn a {
    display: inline-block;
    color: #fff;
    padding: 13px 30px;
    background-color: #49157D;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 0.8;
    text-align: center;
    border: 1px solid #49157D;
    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 #49157D;
    background-color: #fff;
    color: #49157D;
}

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

.top-greeting {
    width: 1100px;
    margin: 0 auto 90px;
}

.top-greeting .greeting-area {
    display: flex;
}

.top-greeting .greeting-area .photo-area {
    margin-right: 30px;
}

.top-greeting .greeting-area .photo-area .img-box {
    margin-bottom: 15px;
}

.top-greeting .greeting-area .photo-area .prof-area {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.top-greeting .greeting-area .photo-area p .position {
    font-size: 1.4rem;
}

.top-greeting .greeting-area .photo-area p .name {
    font-size: 2.2rem;
}

.top-greeting .greeting-area .text-box {
    margin-bottom: 30px;
}

.top-overview {
    width: 1100px;
    margin: 0 auto 90px;
}

.top-overview .text-box {
    margin-bottom: 40px;
}

.top-overview .dept-area {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.top-overview .dept-area .dept-contents {
    border: dashed 1px #49157D;
    padding: 20px 18px 10px;
    text-align: center;
    margin-right: 8px;
}

.top-overview .dept-area .dept-centerarrow {
    margin: auto;
}

.top-overview .dept-area .dept-contents h3 {
    margin-bottom: 20px;
}

.top-overview .dept-area .dept-contents ul li {
    margin-bottom: 15px;
}

.top-overview .dept-area .dept-connection {
    border: dashed 1px #707070;
    padding: 20px 15px 15px;
    text-align: center;
    margin-left: 8px;
}

.top-overview .dept-area .dept-connection h3 {
    margin-bottom: 20px;
}

.top-overview .dept-area .dept-connection ul li {
    margin-bottom: 15px;
}
/* --- 中ページ共通 --- */

.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: #49157D;
    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 .dept-tableArea table {
    width: 100%;
    margin-bottom: 10px;
}

.dept-top .dept-tableArea table th, .dept-top .dept-tableArea table td {
    border: 1px dotted #000;
    padding: 10px;
    vertical-align: middle;
}

.dept-top .dept-tableArea table .head_title {
    text-align: center;
    width: 13%;
}

.dept-top .dept-tableArea table td {
    text-align: center;
}

.dept-top .dept-tableArea table th {
    font-weight: bold;
    line-height: 1.5;
}

.dept-top .dept-tableArea table th img {
    vertical-align: bottom;
}

.dept-top .dept-tableArea .caption {
    margin-bottom: 50px;
    text-align: right;
}

.dept-top .dept-tableArea .rpsh {
    background: #EBEEF6;

}
.dept-top .dept-tableArea .medicine {
    background: #E6F6DC;    
}
.dept-top .dept-tableArea .medicalsciences {
    background: #FFEECB;    
}
.dept-top .dept-tableArea .healthciences {
    background: #DCF5F5;    
}

/*
.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: 480px;
    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;
    margin-left: 20px;
}

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

.dept-top .depttop-category .cat-vertical2 {
    background-color: #EBEEF6;
    margin-top: 140px;
}

.dept-top .depttop-category .cat-vertical2 a {
    background-color: #EBEEF6;
}
*/
.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: #E6F6DC;
}

.cat-description dl dt:nth-of-type(3) {
    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: #49157D;
    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;
    width: 200px;
}

.staff-area dt img {
    width: 100%;
}

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

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

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

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

.report ol li {
    list-style: decimal;
    text-align: justify;
    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: #49157D;
    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;
}

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

.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;
}

/*== sp ==*/

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

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

    /*------accordion-----*/
  .nv_accordion .accordion_area {
    max-width: 100%;
  }
  .nv_accordion .accordion_area .accordion_header {
    padding: 10px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition-duration: 0.2s;
    border-bottom: 1px dotted #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  .nv_accordion .accordion_area .accordion_header .arrow02 {
    position: absolute;
    content: '';
    top: 25px;
    right: 15px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
  }
  .nv_accordion .accordion_area .accordion_header.open .arrow02 {
    position: absolute;
    content: '';
    top: 25px;
    right: 15px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
  }
  .nv_accordion .accordion_area .accordion_inner {
    display: none;
    padding: 20px;
    box-sizing: border-box;
    background: #707070;
  }
  .nv_accordion .accordion_area .accordion_inner .accordion_glnv {
    margin-bottom: 20px;
  }
  .nv_accordion .accordion_area .accordion_inner .accordion_glnv>li {
    margin-bottom: 10px;
  }
  .nv_accordion .accordion_area .accordion_inner .accordion_glnv>li a {
    border: none;
    padding: 0;
  }
  .accordion_glnv .main a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: start;
    opacity: 1;
  }
  .accordion_glnv .main a::before {
    content: '';
    height: 0;
    width: 0;
    display: block;
    margin-right: 10px;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #FFA353;
  }
  .accordion_glnv .main {
    font-weight: bold;
    text-decoration: none;
  }
  .accordion_glnv .sub a::before {
    content: '-\00a0';
    display: inline-block;
    color: #FFA353;
  }
  .nv_accordion .accordion_area .accordion_inner .accordion_glnv li .imgSet {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .nv_accordion .accordion_area .accordion_inner .accordion_glnv li .imgSet img {
    width: 30%;
    margin: 0 auto;
  }

    /* --- top --- */
    .contents {
        max-width: 90%;
        margin: 0 auto 50px;
    }
    .contents_s {
        max-width: 90%;
        margin: 0 auto 50px;
    }
    .round-btn a {
        line-height: 1.2;
    }
    #top .main_slide {
        width: 100%;
        min-width: 100%;
        top: 58px;
        height: 600px;
    }
    
    #top .main_slide .mv-contents {
        position: absolute;
        top: 290px;
        left: 50%;
        width: 90%;
        z-index: 2;
        display: block;
}
    
    #top .main_slide .mv-contents h2 {
        font-size: 2.2rem;
        line-height: 2.8rem;
        text-align: center;
        margin-bottom: 20px;
    }
    
    #top .main_slide .mv-contents .newtopics-area {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0 20px;
    }
    
    #top .main_slide .mv-contents .newtopics-area h3 {
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: 1px dotted #000;
        margin-bottom: 15px;
        line-height: 2rem;
    }
    
    #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: 1.8rem;
    }
    
    #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;
    }

    #top .main_slide .top_slide {
        width: 100%;
        height: 600px;
        background-position: top center;
    }


#top .top-news {
    width: 98%;
    margin: 0 auto 40px;
    padding-top: 630px;
}
    
    #top .top-news .p-newsList {
        margin-bottom: 30px;
    }

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

    .top-greeting {
        width: 90%;
        margin: 0 auto 40px;
    }
    
    .top-greeting .greeting-area {
        display: block;
    }
    
    .top-greeting .greeting-area .photo-area {
        margin-right: 0;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }

    .top-greeting .greeting-area .photo-area .img-box {
        margin-bottom: 0px;
        margin-right: 10px;
    }
    
    .top-greeting .greeting-area .photo-area .prof-area {
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: bold;
        text-align: left;
    }
    
    .top-greeting .greeting-area .photo-area p .position {
        font-size: 1.4rem;
    }
    
    .top-greeting .greeting-area .photo-area p .name {
        font-size: 2.2rem;
        display: block;
    }
    
    .top-greeting .greeting-area .text-box {
        margin-bottom: 30px;
    }
    
   
    .top-overview {
        width: 90%;
        margin: 0 auto 40px;
    }
    
    .top-overview .text-box {
        margin-bottom: 40px;
    }
    
    .top-overview .dept-area {
        display: block;
        text-align: center;
    }
    
    .top-overview .dept-area .dept-contents {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .top-overview .dept-area .dept-connection {
        margin-left: 0;
    }











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

.mission .mission-contents {
    padding: 20px;
    margin-bottom: 20px;
}

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


.contents_s {
    max-width: 90%;
    margin: 0 auto 40px;
}


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

.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;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    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: 40px;
    margin-right: 20px;
}

.dept-top .depttop-category .cat-list dd ul li a {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    display: block;
}

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

.dept-top .depttop-category .cat-vertical {
    font-size: 1.8rem;
}

.dept-top .depttop-category .cat-vertical a {
    padding: 10px;
}

.cat-description {
    padding: 15px 10px 30px;
}

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

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

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

.cat-description dl dd {
    width: calc(100% - 66px);
}

.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: #49157D;
    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: 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;
}

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

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

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

.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: #49157D;
    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;
}

















    #top .intro-area {
        width: 90%;
        margin: 0 auto 40px;
        text-align: center;
    }
    .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: #2E3488;
        opacity: 1;
    }
    .text_btn a:hover::after {
        border-left-color: #fff;
    }
     .open-menu-wrap .linkList a {
        display: block;
        padding: 4px 14px;
        background-color: #49157D;
        color: #FFF;
        letter-spacing: 1px;
        line-height: 1;
        border: 1px solid #fff;
      }
      
      .open-menu-wrap .linkList .current a {
        background-color: #E2E2E2;
        color: #49157D;
      }
}