@charset "UTF-8";
/* CSS Document */

/**センターとは**/

.centercho-wrap {
    width: 80%;
    margin: 0 auto 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.centercho-wrap .cc-img {
    width: 35%;
}

.centercho-wrap .cc-info {
    width: 45%;
}

.centercho-wrap .cc-info .mds {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    font-weight: 600;
}

.centercho-wrap .cc-info .mds:after {
    content: "";
    width: 200px;
    height:8px;
    display: block;
    margin: 10px 0 0;
    background-image: url("../img/about/center-pres-line.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.centercho-wrap .cc-info .name {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.centercho-wrap .cc-info .name .jp {
    font-size: 180%;
    font-weight: 600;
    margin: 0 20px 0 0;
}

.centercho-wrap .cc-info .name .en {
    color: #0D1167;
}

.centercho-wrap .cc-info .title {
    
}

ol.about-list {
    color: #0D1167;
    font-size: 120%;
    font-weight: 600;
}

ol.about-list li {
    margin: 0 0 30px;
    
}

ol.about-list li:last-child {
    margin: 0;
}

ol.about-list li .txt {
    font-size: 70%;
    font-weight: 500;
    color: #000;
}


/**お知らせ**/

h2.news-title {
    width: 90%;
    margin: 60px auto 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 160%;
    line-height: 180%;
    font-weight: 600;
    color: #0D1167;
}
h2.news-title:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    margin: 10px 0 0;
    background-color: #0D1167;
    border-radius: 20px;
}

.news-article-info {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.news-article-info .date {
    width: 15%;
}

.news-article-info .cat {
    width: 15%;
    padding: 5px 0;
    background-color: #EBECFF;
    text-align: center;
    border-radius: 5px;
    font-size: 80%;
    line-height: 180%;
}
.news-article-info .cat.cat-ippan { background-color: #FDEBF1; }
.news-article-info .cat.cat-event { background-color: #D2F5FA; }

.news-article {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.news-img {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.pdf-btn {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    font-size: 120%;
    font-weight: 600;
    border: solid 3px #0D1167;
}

.pdf-btn a {
    width: 100%;
    padding: 20px 0;
    display: block;
    background-color: #EBECFF;
    text-align: center;    
    text-decoration: none;
    color: #000;
    transition: all 0.3s;
}
.pdf-btn a:hover {
    background-color: #0D1167;
    color: #FFF;
}

ul.event-info {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.event-info li {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    border-bottom: dotted 2px #BABABA;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

ul.event-info li .label {
    width: 20%;
    max-width: 200px;
    background-color: #EBECFF;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 120%;
}

ul.event-info li .txt {
    width: 78%;
    margin: 0;
    padding: 0;   
}

ul.event-info li .txt .speaker {
    font-size: 140%;
    font-weight: 700;
    display: inline;
}

ul.event-info li .txt .kyocho {
    font-size: 120%;
    font-weight: 700;
    display: inline;
}