@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
        教員紹介ページ　全体
------------------------------------------------*/
.bl_laboratory{
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
.bl_laboratory h2{
    margin: 0 auto 30px!important;
}
.bl_laboratory p{
    padding: 0!important;
}
.bl_laboratory p+p{
    margin-top: 10px;
}
.bl_laboratory figure{
    margin: 0;
}
.bl_laboratory img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.bl_laboratory a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    word-wrap:break-word;
}

/*------------------------------------------------
        プロフィール
------------------------------------------------*/
/* コンテナ */
.bl_flexCont.profile{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.bl_flexCont.profile .bl_flexCol{
    width: 100%;
}
.bl_flexCont.profile .bl_flexCol:first-child{
    order: 2;
    margin-top: 30px;
}
.bl_flexCont.profile .bl_flexCol:last-child{
    order: 1;
}
@media (min-width:768px){
    .bl_flexCont.profile .bl_flexCol:first-child{
        order: 1;
        margin-top: 0;
        width: 55%;
    }
    .bl_flexCont.profile .bl_flexCol:last-child{
        order: 2;
        width: 40%;
    }
}
@media (min-width:1024px){
    .bl_flexCont.profile{
        align-items: center;
    }
    .bl_flexCont.profile .bl_flexCol:first-child{
        width: 60%;
    }
    .bl_flexCont.profile .bl_flexCol:last-child{
        width: 35%;
    }
}

/* 写真 */
.bl_flexCont.profile .bl_flexCol figure,
.bl_flexCont.profile .bl_flexCol figure img{
    width: 100%;
    margin: 0;
}

/* 役職・氏名 */
.bl_flexCont.profile .bl_flexCol .el_post{
    font-size: 20px;
    margin-bottom: 10px;
}
.bl_flexCont.profile .bl_flexCol .el_name{
    background-color: transparent;
    border-bottom: 1px solid #0069b0;
    color: #333;
    font-size: 30px;
    margin: 0 auto 30px;
    padding: 0 0 10px;
}
.bl_flexCont.profile .bl_flexCol .el_name small{
    color: #999;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
}
@media (min-width:768px){
    .bl_flexCont.profile .bl_flexCol .el_name{
        font-size: 32px;
    }
    .bl_flexCont.profile .bl_flexCol .el_name small{
        font-size: 18px;
    }
}

/* 研究分野・キーワード・URL */
.bl_flexCont.profile .bl_flexCol .bl_dlCont dl+dl{
    margin-top: 20px;
}
.bl_flexCont.profile .bl_flexCol .bl_dlCont dt{
    color: #0069b0;
    font-weight: 600;
    margin-bottom: 10px;
}
.bl_flexCont.profile .bl_flexCol .bl_dlCont dd a{
    color: #0069b0;
    text-decoration: underline;
}
@media (min-width:768px){
    .bl_flexCont.profile .bl_flexCol .bl_dlCont dl{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .bl_flexCont.profile .bl_flexCol .bl_dlCont dt{
        width: 20%;
    }
    .bl_flexCont.profile .bl_flexCol .bl_dlCont dd{
        width: 75%;
    }
}
@media (min-width:1024px){
    .bl_flexCont.profile .bl_flexCol .bl_dlCont dt{
        width: 20%;
    }
    .bl_flexCont.profile .bl_flexCol .bl_dlCont dd{
        width: 75%;
    }
}

/*------------------------------------------------
        研究内容
------------------------------------------------*/
.bl_contents{
    margin-top: 100px;
}
.bl_contents h3::before{
    content: '●';
    margin-right: 5px;
}
.bl_contentsCont+.bl_contentsCont{
    border-top: 1px dashed #999;
    margin-top: 30px;
    padding-top: 30px;
}
.bl_contentsCont .bl_img{
    margin-top: 40px;
    width: 100%;
}
.bl_contentsCont .bl_img figure+figure{
    margin-top: 20px;
}
.bl_contentsCont .bl_img figure img{
    margin: 0;
    width: 100%;
}
@media (min-width:768px){
    .bl_contentsCont .bl_img{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .bl_contentsCont .bl_img::after{
        content: '';
        display: block;
        width: 31%;
        height: 100%;
    }
    .bl_contentsCont .bl_img figure{
        width: 31%;
    }
    .bl_contentsCont .bl_img figure+figure{
        margin-top: 0;
    }
}

/* 動画 */
.bl_movie{
    margin-top: 40px;
}
.bl_modal{
    background-color: #0069b0;
    border-radius: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    text-decoration: none!important;
    text-align: center;
    transition: 0.3s;
    padding: 15px 60px;
    position: relative;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
}
.bl_modal:hover{
    opacity: 0.5;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
    background: #0069b0;
}
.modaal-video-wrap{
    margin: auto 0!important;
}

/*------------------------------------------------
        主な研究業績・主な装置
------------------------------------------------*/
.bl_performance,
.bl_device{
    margin-top: 80px;
}
.bl_laboratory ul li{
    position: relative;
    padding-left: 20px;
}
.bl_laboratory ul li::before{
    color: #0069b0;
    content: '●';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.bl_laboratory ul li+li{
    margin-top: 20px;
}
