@charset "UTF-8";

/* base
-----------------------------------------------------------*/
.txt {
    margin-bottom: 25px;
    overflow: hidden;
    line-height: 1.9em;
}

.orenge_txt {color:#ff9a02;}

.indent{   
    padding-left: 1em;
    text-indent: -1em;
 }
 .linkLine a.btn-icon-window::after {
    right: -10%;
}

.kyocyo{
    border-bottom: 1px #979696 solid;
    font-weight: bold;
}

.linkLine a{
    text-decoration: none;
    display: inline;
    font-weight: normal;
}
.main_ttl a{
    color: #fff;
}
.st {
    font-size: 34px;
    font-weight: 100;
    color: #000;
    line-height: 42px;
    text-align: center;
    margin: 0 0 100px;
    padding: 20px 0 0;
    position: relative;
}

.sst01{
    margin: 20px 0 20px;
}

.st[title="お知らせ"] {
    margin: 30px 0 50px;
}
.Important{
    background: #2c88b5;
    color: #FFF;
    padding: 1em 2em;
    font-size: 1.3em;
    margin: 0 0 3em 0;
    text-align: justify;
}
.busyo a {
    background: #fffefe;
    border: 0;
    font-weight: normal;
}

.busyo a::before {
    content:"●";
    color:#1d8eb7;
}

/*　list　*/
.Circle {
    margin-bottom: 1em; 
}
.Circle li {
    margin-bottom: .5em;
}

.Circle li::before {
    content:"●";
    color:#1d8eb7;
    margin-right: .3em; 
}

.ancLink li {background: #f0efef;}


.listmark {
    padding: 10px 0 10px 20px;
    position: relative;
}

.listmark::before {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 20px;
    left: 0;
    background: #c08a24;
    content: " ";
    position: absolute;
}


.mark {
    content: "●";
    color: #c08a24;
    font-size: .85em;
    margin-right: 7px;
    display: inline-block;
}

/* .contact
-----------------------------------------------------------*/

.contact {
    width: 100%;
    height: 110px;
    background: #000;
    color: #FFF;
    padding: 10px 0;
}
.contact div.toi_syurui {
    position: relative;
    width: 30%;
    height: 90px;
    float: left;
    color: #e8c98b;
    font-size: 1.4em;
    text-indent:0.2em;  
    padding: 20px 0;
}
.contact div.toi_syurui span {
    display: block;  
    font-size: 0.7em;
    text-align: left;    
    margin-top: 5px;
}

.contact div.toi_syurui::after {
    position: absolute;
    display: block;
    top: 50px;
    width: 93%;
    height: 1px;
    background: #e8c98b;
    content: "";
}

.contact div.koutekicontact {
    width: 70%;
    padding: 0.5em 0 0 1em;
    float: left;
}
.contact div.koutekicontact h3 {
    color: #D7D4D4;
    font-size: 1.1em;
    /* //font-weight: normal; */
}
.contact div.koutekicontact a.mail{
    color: #D7D4D4;
    font-size: 1.5em;
    font-weight: bold;
}

.contact div.koutekicontact i{
    margin-right:0.5em;
}


/* #main_img
-----------------------------------------------------------*/
ul.linkLine.bg_link li a:hover, ul.linkLine.bg_link li a:hover i {
    color: #fff;
    background: #608ac8;
}

#prf #main_img {
    background: url(/kenkyu/prf/img/main_img.jpg) no-repeat center center;
        background-size: auto;
    background-size: auto;
    background-size: cover;
    z-index: -2;
}
#main_img .main_ttl {
    text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
    padding: 130px 0 0;
  }

.main_ttl::before {
    margin: 100px auto 0;
    border-top: 134px solid rgba(6, 100, 193, 0.6);
    border-left: 151px solid transparent;
    border-right: 151px solid transparent;
    width: 0;
    height: 0;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    content: '';
    position: absolute;
}
/* .prf_nav
-----------------------------------------------------------*/
div.prf_nav{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto 0;
    width: 1255px;
    height: 190px;
    padding: 1em 0;
    transition: .5s all;
}

div.prf_nav p {
    width:175px;
    border: 1px #2c88b5 solid;
    /* //border-radius: 2px 30px 2px 2px; */
    text-align: center;
}

div.prf_nav p a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    padding: 0.5em;
    line-height: 3em;
    color: #2c88b5;
    transition: .5s all;
}

div.prf_nav p a img.key{
    position: absolute;
    bottom: 7px;
    right: 9px;
}

div.prf_nav p a:hover{
    background: rgba(44,136,181,0.2) 
        }

/* //div.prf_nav p#Schedule a{    background: #f09723;    } */

/*ナビゲーション固定対応
--------------------------------*/
.pnav{   
    position: absolute;
    display: block;
    top: -200px;
    background: #000;
    text-align: center;
}
.pnav .menu{
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.pnav p{
    float: left;
    width:170px;
}

.pnav p a{
    display: block;
    color: #fff;
    padding: 0.5em 1em;
}

.pnav .menu::after{
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    content:"";
    clear: both;
}


.clone-nav {
    position: fixed;
    display: block;
    top: 113px;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
  }
  .is-show {
    transform: translateY(0);
  }



/* .PickUp
---------------------------------------------*/


.PickUp{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap;
    margin: 0.5em 0 3em 0;
}

.topics {
    position: relative;
    width:31%;
    height: 280px;
    margin-bottom: 2.5em; 
    display: inline-block;
    border: 1px #ccc solid;
    /* //padding: 10px; */
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}

.topics.next{
    background: #eee;
    border:0;
    box-shadow: none;
}

.topics.next::after{
    position: absolute;
    display: block;
    content: "過去のお知らせ →";
    top: 110px;
    left: 90px;
    font-size: 1.5em;
    color: #8e8a8a;
}

p.new {
    position: absolute;
    display: block;
    padding: 5px;
    padding: 5px 1.5em !important;
    width: 72px;
    height: 31px;
    background: rgba(249, 7, 7, 0.7);
    color: #fff;    
    /* //transform: rotate(-15deg);     */
    right: 20px;
    top: -32px;
    font-size: 1em;    
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}



.topics a.all::after {
    position: absolute;
    content: "詳しくはこちら →";
    bottom: 5px;
    right: 15px;
    font-size: .9em;
    padding: 3px .5em;
    color: #7d7c7c;
    transition: .5s all;
}

.topics a.all.pdf::after {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    padding: 0;
    color: #ea5656;
}

.topics a.all:hover::after{
    color: #b51313;
}

.topics p.title{
    width: 100%;
    /* //border: 1px #ccc solid; */
    padding: 2.5em 1em 2.5em 95px;
    text-align: left;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}
.topics p.date{
    color: #807e7e;
    padding-left: 10px;
}

.topics p.title.line2{    padding: 2em 1em 2em 95px;}

.topics p.title[title="科研費"] {    background: url('/kenkyu/prf/img/kakenhi.png') left center no-repeat;   color: #4b139d;}
.topics p.title[title="AMED"] {    background: url('/kenkyu/prf/img/amed.png') left center no-repeat;    color: #045ba4;}
.topics p.title[title="研修会"] {    background: url('/kenkyu/prf/img/seminar.png') left center no-repeat; color: #ce7813;}
.topics p.title[title="公的研究費"] {    background: url('/kenkyu/prf/img/kouteki.png') left center no-repeat; color: #2B8225;}
.topics p.title[title="厚生科研費"] {    background: url('/kenkyu/prf/img/kousei.png') left center no-repeat; color: #27477A;}
.topics p.title[title="研究公正"] {    background: url('/kenkyu/prf/img/hourei.png') left center no-repeat; color: #fa5557;}
.topics p:last-of-type{
    text-align: justify;
    padding: 5px 10px 1em 10px;
    transition: .5s color;
}

.topics a:hover p:last-of-type {
    /* //border-bottom: 1px #b51313 solid; */
    color: #b51313;
}

.end {
        position: absolute;
        display: block;
        background: rgba(100, 99, 99, 0.1);
        display: block;
        height: 100%;
        width: 100%;
        color: #7b7a7a;
        /* //font-weight: bold; */
        font-size: 1.3em;
        text-align: center;
        padding: 190px 0 0 0;
        /* //transform: rotate(-15deg); */
        top: 0;
        left: 0;
}

a.inlink {
    line-height: 2em;
}

/* Link
-----------------------------------------------------------*/
.Link{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap;
    margin: 3em auto 2em;
}

.Link p {
    padding: 1em 0 1em 0;
}
.Link p a{
    border: 1px #CCC solid;
    padding: 2px;
    display: block;
}
/* .Link p img{
} */
/*-----------------------------------------------------
footer
-----------------------------------------------------*/

#ft_links, #ft_contact .fr, #ft_contact .txt_tel {
    display: none;
}
#ft_contact {
    padding: 10px 0 15px 0;
    background: #f1f1f1;
}
#ft_bottom {
    background: #b8b0b0;
}
#ft_bottom ul li::after {
    background-color: #FFF;
}


#ft_contact  .fl{      float: none; position: relative; }
#ft_contact .ft_logo span{
    position: absolute;
    left: 200px;
    top: 20px;
}

/*.linkLine 
文書へのリンク #c0881d
-------------------------------*/
ul.linkLine.bg_link a::before {
    background-color: #c0881d;
}
ul.linkLine.bg_link li a:hover:before{
    background: #FFF url(/img/common/icon_11.png) no-repeat center center;
}

.linkLine a:hover{
    background-color: #c0881d !important;
}
ul.linkLine.bg_link li a:hover i {
    background: #c0881d;
    }



    /* .download
----------------------------------------------*/
p.tabletitle{

}
table.download {
    border-collapse: collapse;
    width: 900px;
}

table.download thead th{
    background: #666363;
    color: #fff;
}

table.download td,
table.download th {
    padding: 0.5em 1em;
    border: 1px #ccc solid;
}


tr[title="全般"] th, tr[title="全般"] td{
    background: #eaf2de;
}

tr[title="科学研究費助成事業"] th, tr[title="科学研究費助成事業"] td{
    background: #f0edfd;
}

tr[title="日本医療研究開発機構研究費"] th, tr[title="日本医療研究開発機構研究費"] td{
    background: #e4f2f7;
}

tr[title="厚生労働科研費"] th, tr[title="厚生労働科研費"] td{
    background: #f9ece4;
}

tr[title="間接経費"] th, tr[title="間接経費"] td{
    background: #fbf4de;
}

table.download td.clearfix a{
    float: left;
    font-size: .9em;
    margin: 0 1em;
    border: 1px #ccc solid;
    padding: 0.5em 1em;
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
}

table.download td.clearfix {    padding: 0.5em 1em;    }
table.download td.clearfix a span{
    color: #333;
    font-size: 1em;
}

/*i*/
.download .fa, .download .fas {    font-size: 2em;  }



table.download a.excel {
    line-height: 1.3em;
    display: block;
    text-align: center;
    padding: 5px;
    color: #508658;
}

table.download a.word {
    line-height: 1.3em;
    display: block;
    text-align: center;
    padding: 5px;
    color: #436693;
}

table.download a.pdf {
    line-height: 1.3em;
    display: block;
    text-align: center;
    padding: 5px;
    color: #ce4b4b;
}
table.download a:hover {    background: #efefef; }
/*-----------------------------------------------------------
Q&A
----------------------------------------------------------*/
.list_faq dd{
    position: relative;
    text-indent: 0;
}

.list_faq dd::before{
    position: absolute;
    left:0;
}
ol.list01 li {    padding: 10px 0 15px 65px;   }
ol.list01 li:last-child {    padding: 10px 0 15px 65px;   }
ol.list01 li a img {    margin-top: 8px;   }

/*-----------------------------------------------------------
traning
----------------------------------------------------------*/
.sst03 {    background-color: #f2eae6;    }


.in{
    padding-top: 50px;
}

/*-----------------------------------------------------------
.tab_area
----------------------------------------------------------*/
.tab_area li {
    padding: 1em 2em;
    font-size: 16px;
}

.tab_area li.select {
    background-color: #2f81aa;
    background-image: none;
    color: #fff;
    border-top: 0;
}
.all_area div.content_area{
    border-top: 2px #2f81aa solid;
}

.inlink i{  font-size: 1.3em;    font-weight: bold; }



/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------*/
.list_faq.oc dt::before{    content: '+';}
.list_faq dt{  font-size:16px;  font-weight: normal; }
.list_faq.oc dt.active::before {    content: "－";}
.list_faq.oc dd::before, .list_faq.oc dt::after {    display: none;}


.dList04 li:nth-of-type(odd) {
    font-weight: bold;
    color: 
    #c0881d;
    padding: 15px 0 0 0;
    width: 100px;
    display: block;
    position: absolute;
}

.dList04 li:nth-of-type(even) {
    padding: 15px 0 15px 100px;
    width: 100%;
    display: block;
    position: relative;
}