@charset "UTF-8";

/**= ページ全体の設定 =**/
*{
    padding: 0px;
    margin: 0;
    font-family: sans-serif;
}

/**= フォントの設定 =**/
p{
    font-size: 16px;
    line-height: 1.8;
}
h1,h2,h3,h5,li,th,td{
    font-size: 16px;
}

@media only screen and (max-width: 768px){
    p,h1,h2,h3,h5,li,th,td {font-size: 14px;}
}

/**= リストの設定 =**/
ul{
    list-style-type: none;
}

/**= リンク色変　=**/
a{
    text-decoration:none;
}
/**= マウスが乗った時に少し透明に =**/
a:hover{
    opacity: 0.7;
}
a:active, a:focus{
    outline:0;
}

/***▼ ヘッダー ▼***/
header{
    padding: 15px 15px 0;
}

/* 大学ロゴ スマホ非表示 */
@media print, screen and (max-width: 768px){
    .unv_logo{
    display:none;
    text-indent:-9999px;
    line-height:0%;
    margin:0px;
    padding:0px;
    }
/* センターロゴ　スマホ100％表示 */
    .cdse_logo{
    width: 100%;
    height: auto;
    }
/* センターロゴ2 フッター　スマホ小さく */
    .cdse_logo2{
    width: 90px;
    height: auto;
    }
}

/** ナビゲーションメニュー **/
ul#tnav{
    background:#F6D4D2;
    padding: 0;
    margin :0 0 2px 0;
}
ul#tnav li{
    display: inline-block;  /* 横並びに配置 */
    position: relative;     /* 相対配置 */
    width:16%;
    font-size:16px;
    margin:0;
    text-align: center;
}

/** プルダウンメニュー **/
/* プルダウンメニューは、非表示にしておく */
ul#tnav li ul{
    background:#F6D4D2;
    display: none;      /* 通常は非表示 */
    margin: 0px;        /* あらためて設定の必要あり */
    padding: 0px;       /* あらためて設定の必要あり */
    position: absolute; /* 絶対配置 */
}
ul#tnav li ul li{
    width:100%;          /* 設定しないと「ul#tnav li」の設定が効いてしまう */
    border-bottom: 1px solid rgb(233, 234, 236);     /* プルダウンメニューの枠線 */
    border-left: 1px solid rgb(233, 234, 236);
    border-right: 1px solid rgb(233, 234, 236);
}
ul#tnav li:hover ul{
    display: block;     /* ホバー時、子リストを表示 */
    z-index: 99;        /* .sub_bannerより上に表示する */
}

ul#tnav a{
    line-height: 38px;
    color:#1b1919;
    display: block;     /* 項目内全域をリンク可能に */
}
ul#tnav a:hover{background:#f3bebc;}

@media only screen and (max-width: 768px){
    ul#tnav li{
        width:32%;
        font-size: 12px;
    }
    ul#tnav a{
        line-height: 28px;
    }
}

/***▲ ヘッダー ▲***/

/***▼ コンテンツ ▼***/

/*= 箇条書き =*/
.ul_disc{
    list-style-type: disc;
    margin: 0;
}

/*= 小見出し =*/
.cap{
    display: block;
    border-left:8px solid orange;
    border-bottom:1px solid orange;
    margin: 0 0 10px;
    padding: 0;
}
.cap p,.cap h3,.cap h1{
    margin: 0;
    padding: 0 0 0 5px;
}

/** トップ画面のトップバナー **/
.top_banner{
    padding: 0px 15px 0px;
    margin:0;
    float:none;
    clear:none;
    text-align: center;
}
.top_banner img{
    width:100%;
    max-width: 1500px;
}

/** サブ画面のバナー **/

.sub_banner{
    padding: 0px 15px 1px;
    margin:0;
    float:none;
    clear:none;
    position: relative; /*相対配置*/
}

.sub_banner p{
    position: absolute;   /*絶対配置*/
    color:#ffff;        /*文字白*/
    text-shadow: 0 0 15px #353535;  /*文字影*/
    font-weight: bold;
    top: 50%;
    left: 13%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    z-index: 1;           /* プルダウンメニューを上に表示 */
}

/* サブバナーに乗せる文字 */
.sub_banner .normal_txt p{
    font-size: 24px;
}
.sub_banner .many_txt p{
    font-size: 18px;
    left: 18%;
}
@media only screen and (max-width: 768px){
    .sub_banner .normal_txt p{
        left: 18%;
        font-size: 11px;
    }
    .sub_banner .many_txt p{
        font-size: 8px;
        left: 32%;
        line-height: 99%;
        -ms-transform: translate(-46%,-66%);
        -webkit-transform: translate(-46%,-66%);
        transform: translate(-46%,-66%);
    }

}
.sub_banner_img{
    width:100%;
}

/** センター長挨拶・センター長写真 **/
.photoright{
    float:right;
    clear:none;
    border: 1px rgb(218, 218, 218) solid;
    margin:10px 20px 10px 10px;
    }

    /* スマホ画面 */
@media only screen and (max-width: 768px){
    .chart_prg1{
        float:none;
        width: 94%;
        height: auto;
        margin-left: 10px ;
    }
    
    .chart_prg2{
        float:none;
        width: 94%;
        height: auto;
        margin-left: 10px ;
    }
}

/*= 準備中 =*/
.comingsoon{
    text-align: center;
}

/** アクセスマップ **/
.access_map .access_map_iframe{
    text-align: center;
    margin: 10px 0 14px;
}
.access_map iframe{
    width:90%;
    height:450px;
    border:solid 1px Gainsboro;
}
.access_map ul{
    padding: 0;
}

/** 連絡先email **/
.contact p{
    margin-bottom: 0;
}
.contact img{
    height: 16px;
    width: auto;
}
@media only screen and (max-width: 768px){
    .contact img{
        height: 10px;
        width: auto;
    }
}

/** サイトポリシー **/
.site_p p{
    margin-bottom: 0;
}
.site_p h5{
    margin: 5px 0 5px;
}
.site_p ol{
    padding-left: 34px;
}

@media only screen and (max-width: 768px){
    .site_p ul{
        /* スマホのときはulの要素を左に寄せる */
        padding-left:  4px;   
    }
    .site_p ol{
        padding-left: 20px;
    }
}

/** TOPページ・ニュース **/
.news{
    padding: 10px 15px 10px;
    float:none;
    clear:none;
    display:block;
    width:90%;
    margin:0 auto 0 auto;        /* 中央寄せ */
}

/* News左寄せ、一覧右寄せ */
.news_caption{
    display: flex;
    justify-content: space-between;
}

/* Newsの文字 */
.caption{
    text-align:left;
    font-weight:bold;
	columns: #000000;
    font-size:22px;
}
@media only screen and (max-width: 768px){
    .caption{
        font-size:18px;
    }
}
/* News一覧「一覧>」ボタン */
.news_button{
    background-color:orange;
    border-radius: 4px;
    font-size: 22px;
    font-weight: bold;
    padding: 2px 8px 0 2px;
    margin: 4px 0 6px 0;
    vertical-align:middle;
    text-align: center;
}
.news_button a:visited{
    color:black;        /* 訪問済みでも色が変わらないように*/
}
@media only screen and (max-width: 768px){
    .news_button{
        font-size: 16px;
    }
}

/* Newsのiframe */
.news_body iframe{
    width:100%;
    height:400px;
}

/** news.html（iframe用）**/
.news_txt dl dd {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 20px 0;
}
/* iframeの文字調整をvwで →　やめ*/
.news_txt dl{
    /* font-size: 2.3vw; */
    font-size: 22px;
    margin: 0;
}
@media only screen and (max-width: 800px){
    .news_txt dl{
        font-size: 18px;
    }
}
@media only screen and (max-width: 500px){
    .news_txt dl{
        font-size: 14px;
    }
}

/** news_table.html,news_2019.html...（News一覧用）**/
.news_list dl dd {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 20px 0;
}
.news_list dl{
    font-size: 18px;
    margin: 0;
}
@media only screen and (max-width: 768px){
    .news_list dl{
        font-size: 14px;
    }
}

/*= news.html,news_table.html...・カテゴリの設定 =*/
/* （共通） */
.news_txt dl dt span ,.news_list dl dt span {
    border-radius: 3px;
    color: #2e2c2c;
    font-size: 18px;
    padding: 0 8px 0 0;
    text-align: center;
}
/* @media only screen and (max-width: 768px){ */
@media only screen and (max-width: 768px){
        .news_txt dl dt span ,.news_list dl dt span {
        font-size: 14px;
    }
}

/* （お知らせ） */
.inf {
    background-color: #D5DBC4;
  }
/* （イベント） */
.eve {
    background-color: #E8B696;
  }
/* （その他） */
.etc {
    background-color: #C6B7D4;
}


/** イベント **/
/* （写真） */

.event_photo{
    float:right;
    clear:none;
    padding: 20px;
}
.event_photo figure {
    text-align:center;
}

.event_photo figure figcaption {
    margin: 0;
    font-variant: small-caps;
}

@media only screen and (max-width: 700px){
    .event_photo{
        float:none;
        text-align: center;
        padding: 20px;
    }
}

/* （写真・真ん中表示） */
.event_photo2{
    float:none;
    clear:none;
    padding: 20px;
}
.event_photo2 figure {
    text-align:center;
}

.event_photo2 figure figcaption {
    margin: 0;
    font-variant: small-caps;
}

.event_photo2 figure img {
    width:680px;
    height:auto;
}

@media only screen and (max-width: 700px){
    .event_photo2{
        float:none;
        text-align: center;
        padding: 20px;
    }
    .event_photo2 figure img {
        width:300px;
        height:auto;
    }
}


/**▼ サイドメニュー、ボタン（TOP画面）共通 ▼***/

.contents{
    padding: 10px;
}
.maincon {
    margin-top: 0;
    margin-left: 0px;
}.maincon h3{
    margin-top: 0;
    margin-bottom: 0;
}
.maincon p{
    margin-top: 0;
}

/* サイズ　スマホ 縦並び　*/
@media only screen and (max-width: 768px){
    .contents{
        max-width: 700px;
        margin-left:auto;
        margin-right: auto;
    }
    .subbotan {
        display: block;
        text-align: center;
    }
    .subbotan .subbotan_img{
        margin: 0 0 2px;
    }
}

/* サイズ　PC 縦並び　*/
@media only screen and (min-width: 769px){
    .contents{
        max-width: 800px;
        margin-left:auto;
        margin-right: auto;
    }
    .subbotan .subbotan_img{
        margin: 0 0 12px;
    }
}

/* サイズ　PC（大） メニューを横に*/
@media only screen and (min-width: 1025px){
    .contents{
        max-width: 90%;
        display: flex;
        justify-content: space-between;
    }

    /* .contentsの下の要素の幅を指定する必要あり */
    .maincon{
        width: 70%;
        box-sizing:border-box;
    }
    .subcon{
        width: 26%;
        margin-left: 50px;
    }
    .subbotan{
        width: 26%;
        margin-top: 50px;
        margin-right: 40px;
        margin-left: 50px;
    }
    .subbotan .subbotan_img{
        margin: 0 0 12px;
    }
    /* コンテンツが１つだけの場合 */
    .onecon{
        width:100%;
    }
    .onecon table{
        width:100%;
    }
}

/**▲ サイドメニュー、ボタン（TOP画面）共通 ▲***/

/**▼ サイドメニュー ▼**/

.subcon {
    margin-top: 20px;
}
.subcon ul{ 
    margin: 0; 
    padding: 0; 
    border-top: 1px solid #ccccca;
}
.subcon a:visited{
    color:black;        /* 訪問済みでも色が変わらないように*/
}
.subcon li{ 
    font-weight: normal;
    font-family: sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
}
.subcon li:last-child{
    border-radius:0 0 10px 10px;    /* 下の角丸 */
}
.subcon h2{
    font-weight: normal;
    border-radius:10px 10px 0 0 ;    /* 角丸 */
    color:white;
    background:#0761BF;
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 10px;  /* メニューの高さを出す liだとダメ */
    margin: 0;
}
.subcon li a{
    display: block; 
    text-decoration: none;
    padding: 15px;   /* メニューの高さを出す liだとダメ */
}
.subcon li a:hover{
    background-color: #f1d2a2;
}


/**▲ サイドメニュー ▲***/
/***▲ コンテンツ ▲***/

/***▼ フッター ▼***/
footer{
    padding: 8px;
    background-color:Gainsboro;
}

/** フッターリンク **/
footer .container{
    display: flex;
    justify-content: space-between;
    padding: 0;
}
ul#flink {
    /* display: inline-block; */
    /* justify-content: left; */
    padding: 0;
}
ul#flink li{
    float: left;
}
ul#flink li:not(:last-child){
    margin-right: 12px;
}
ul#flink a{
    padding:0px;
    width:86px;
    font-size:12px;
}
ul#flink img{
    width: 12px;
    height: auto;
}

/* Twitterロゴ用 */
ul#flogo li{
    display: inline-block;
}

/* 下ロゴ用 */
ul#flogo img{
    width: 46px;
    margin-top: 4px;
    margin-bottom: 0px;}
/* Twitterロゴ用 */
li#tlogo img{
    width: 30px;
    margin-top: 4px;
    margin-bottom: 10px;}


@media only screen and (max-width: 768px){
    ul#flink a{
        font-size: 9px;
    }
    ul#flink img{
        width: 9px;
        height: auto;
    }
/* 下ロゴ用 */
ul#flogo img{
    width: 42px;
    height: auto;
    margin-bottom: 0px;}
/* Twitterロゴ用 */
li#tlogo img{
    width: 28px;
    height: auto;
    margin-bottom: 4px;}
}

/** フッター住所＆© **/
.faccess{
    font-size: 12px;
    padding:0px;
    margin: 0px;
}

/***▲ フッター ▲***/

