﻿@charset "utf-8";

.clearfix {
    min-height: 1px;
    zoom: 1;
}

    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0px;
        visibility: hidden;
        font-size: 0px;
    }

/*---共通設定---*/


input[type="button"], input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.7em;
    text-align: justify;
}

a {
    text-decoration: none;
    color: #000;
}

ul, li {
    list-style: none;
}

div, p, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, table, tr, th, td, article, aside, header, footer, section, nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

dl, dt, dd {
    line-height: 1.5em;
}

/*---ヘッダー---*/
header, header * {
    box-sizing: border-box;
}

header {
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 2vw 0;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 1px solid #eee;
}

    header h1 {
        width: 85vw;
        padding: 2vw 1vw;
        margin: 0;
        margin-left: 0;
        height: unset;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }

        header h1 a {
            display: block;
            margin-right: 2vw;
            width: 30vw;
        }

            header h1 a img {
                width: 100%;
            }

        header h1 span {
            /* display: none; */
            display: block;
            width: 52vw;
        }

            header h1 span img {
                width: 100%
            }

div.menu_icon {
    float: right;
    width: 30px;
    margin-top: 10px;
}

    div.menu_icon img {
        width: 100%;
    }

/*---グローバルナビ---*/
nav.glo_nav {
    width: 100%;
    height: 100%;
    background-color: #6EB92B;
    font-size: 18px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1001;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

    nav.glo_nav ul {
        background-color: #6EB92B;
    }

    nav.glo_nav li {
        background-color: #6EB92B;
        width: 90%;
        margin: 12px 5%;
        padding-top: 12px;
        border-left: 3px solid rgba(255, 255, 255, 0.5);
    }


        /*nav.glo_nav li:nth-of-type(4){
  display: none;
}*/

        nav.glo_nav li.sub {
            font-size: 14px;
            margin: 5px 5%;
            padding-top: 15px;
            border-left: none;
        }

        nav.glo_nav li:last-child {
        }

            nav.glo_nav li:last-child a img {
                width: 10px;
                margin-right: 8px;
            }



        nav.glo_nav li:first-child {
            width: 100%;
            height: 60px;
            margin: 0;
            padding: 10px 5%;
            border-left: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        }

            nav.glo_nav li:first-child > img {
                float: left;
                width: 124px;
                margin-top: 2px;
            }

    nav.glo_nav div.close {
        float: right;
        width: 26px;
        margin-top: 5px;
    }

        nav.glo_nav div.close img {
            width: 100%;
        }

    nav.glo_nav li a {
        position: relative;
        color: #fff;
        display: block;
        margin-left: 10px;
        padding-bottom: 3px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        nav.glo_nav li a:after {
            content: '';
            width: 12px;
            height: 14px;
            background-image: url(../images/nav_icon.png);
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            position: absolute;
            ;
            right: 0;
            opacity: 0.6;
        }

/*---コンテンツエリア---*/
div.container {
    width: 90%;
    margin: 0 5%;
    margin-top: 80px;
}

#aspnetForm > div.wrapper > section {
    width: 100%;
    margin: 0;
    margin-top: 60px;
}

h2.title.search {
    background-image: url(../images/header_bg_sp.jpg);
    height: 40px;
    font-size: 18px;
    background-size: 100% auto;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    /* margin-top:60px; */
}



/*---メイン---*/
div.main {
}

/*本文タイトル*/
div.field_icon ul {
    float: left;
}

div.field_icon li {
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    /* height: 20px; */
    /* line-height: 16px; */
    padding: 6px 5px 5px;
    text-align: center;
}

    div.field_icon li.pn_icon {
        background-color: #EA6082;
    }

    div.field_icon li.or_icon {
        background-color: #F3982C;
    }

    div.field_icon li.gr_icon {
        background-color: #7DC058;
    }

    div.field_icon li.bl_icon {
        background-color: #1AB7CD;
    }

div.field_icon a {
    float: right;
    color: #fff;
    font-size: 12px;
}

div.main .SDGs_icons {
    margin-top: 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    div.main .SDGs_icons img {
        width: 14vw;
        margin-right: 1vw;
        margin-bottom: 1vw;
    }


h3 {
    font-weight: bold;
    margin-top: 5px;
    font-size: 23px;
    line-height: 1.3em;
}

p.number {
    font-size: 10px;
    color: #808080;
    position: relative;
    top: 25px;
}

ul.social {
    margin-top: 0px;
    position: relative;
    z-index: 100;
}

    ul.social li {
        float: right;
        width: 27px;
        margin-left: 7px;
    }


        ul.social li img {
            width: 100%;
        }

/*本文*/
img.img_250 {
    width: 90%;
    margin: 0 5%;
    margin-top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 6px;
    padding: 4px 0 4px 5px;
    border-left: 5px solid #7AAC46;
    line-height: 24px;
}

div.artic {
    margin-top: 3px;
}

    div.artic p {
        line-height: 1.8em;
        font-size: 16px;
        margin-top: 5px;
    }


.main dl {
    font-size: 14px;
    margin-top: 15px;
    font-weight: bold;
}


dl.refer dd {
    margin-top: 1px;
    font-size: 0.8em;
}

    dl.refer dd a {
        color: #5ab4dc;
        font-weight: bold;
    }

/*.main dl.refer{
  font-size: 12px;
  margin-top: 15px;
}

dl.refer dt{
  font-weight: bold;
}

dl.refer dd{
  margin-top:1px;
}

dl.refer dd a{
  color:#5ab4dc;
  font-weight: bold;
}
*/




p.mv_title {
    display: block;
    min-height: 50px;
    background-color: #6EB92B;
    color: #fff;
    position: relative;
    padding: 5px 5px 5px 40px;
    font-weight: bold;
    font-size: 3.4vw;
    font-weight: bold;
}

    p.mv_title::before {
        content: '先生の講義ライブ動画';
        display: block;
        font-size: 4vw;
        font-weight: normal;
    }

    p.mv_title:after {
        content: '';
        width: 30px;
        height: 30px;
        background-size: contain;
        background-position: center;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 15px);
        background-image: url(../images/mv_icon_01.png);
        left: 5px;
    }

div.mv_cap p {
    float: left;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    padding-left: 40px;
    margin-top: 0 !important;
}

    div.mv_cap p:before {
        content: '';
        height: 40px;
        background-size: contain;
        background-position: center;
        display: inline-block;
        background-repeat: no-repeat;
        position: absolute;
        top: 4px;
        background-image: url(../images/mv_icon_01.png);
        width: 30px;
        left: 5px;
    }


/*
.videoplayer{
    width: 100%;
    padding: 0 0 56.25%!important;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    overflow: hidden!important;
}


div.mv_cap div.speed{
    float: right;
    width: 70px;
    margin-top: 11px;
    margin-right: 9px;
    position: relative;
}

div.mv_cap div.speed a{
    position: absolute;
    left:0;
    top: 0;
}

div.mv_cap div.speed img{
  width:100%;
}

div.movie div.mv_btn,div.movie div.pdf_btn{
    margin: 6px 0% 4px 0;
    width: 100%;
    background-color: #fff;
}

div.movie div.mv_btn div,div.movie div.pdf_btn div{
  float: left;
  background-color:#B2B3B6;
  width: 50px;
  height:50px;
}
div.movie div.active div{
  background-color:#7AAC46;
}
div.movie div.hover div{
  background-color:#7AAC46;
}
*/

div.pdf_btn {
    margin: 0;
    width: 100%;
    background-color: #fff4f4;
    display: flex;
    align-items: center;
}

    div.pdf_btn div {
        background-color: #ad3a3a;
    }

        div.pdf_btn div a {
            display: block;
        }

div.pdfhover {
    background-color: #f7e6e6 !important;
}


div.pdf_btn p {
    display: block font-size: 14px;
    padding: 0;
    line-height: 1;
    font-weight: bold;
    width: 80%;
    font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",Roboto,"Droid Sans","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    margin-top: 0 !important;
    padding-left: 3vw;
}

div.movie div.mv_btn3 p {
    /*line-height: 50px;*/
}

/*
div.movie div.active{
  background-color:#dbeacc;
}

div.movie div.active p{
  background-color:#dbeacc;
  color:#67952a;
}
div.movie div.hover{
  background-color:#dbeacc;
}
*/
div.pdf_btn img {
    width: 36px;
    margin: 8px 8px 8px 7px
}


/*
div.side_artic > div.movie > div.mv_info{
  position:relative;
  padding-bottom:80px;
}

.mv_info p.mv_title{
    font-weight: bold;
    position:absolute;
    top:36px;
    margin-top:0;
}



.mv_info p.mv_kaijo{
    margin-top: 0;
    font-size: 12px;
    position:absolute;
    bottom:0;
    right:0;
}
*/

p.Config {
    text-align: right;
    margin-bottom: 10px;
    font-size: 12px;
    position: absolute;
    top: -12px;
    right: 0;
}

    p.Config::before {
        content: '';
        background-image: url("..//images/setting.png");
        background-size: contain !important;
        background-repeat: no-repeat;
        display: inline-block;
        width: 18px;
        height: 18px;
        position: relative;
        top: 5px;
        margin-right: 0.5em;
    }

#pnl_movie_talk {
    position: fixed !important;
    top: 50% !important;
    margin-top: -164px !important;
}

/*bcplayer fork*/
#bcplayer .movie-btn-note {
    font-size: 3vw !important;
    padding: 2vw 0
}

#bcplayer .movie-btn {
    background-color: #fff
}

/*---サイド---*/
div.side {
    margin-top: 40px;
}

div.side_artic {
    background-color: #eef7e6;
    padding: 16px 5%;
}

    div.side_artic h5 {
        margin: 0 auto;
        font-size: 16px;
        font-weight: bold;
        color: #6EB92B;
        text-align: center;
    }

        div.side_artic h5 img {
            margin-bottom: 8px;
            width: 100%;
        }

        div.side_artic h5 span {
            display: block;
            padding-top: 7px;
            border-top: 1px solid #4d4d4d;
        }

div.profile {
    margin-top: 25px;
}

#thumbnail_movie_kyoju a {
    display: block;
    width: 150px;
    margin: 0 30%;
    position: relative;
}

div.profile img.kyoju-image {
    display: block;
    margin: 0 auto;
    width: 150px;
}

div.profile img.play-btn {
    display: none;
}

#thumbnail_movie_kyoju a::after {
    content: '';
    display: block;
    width: 150px;
    height: 45px;
    background: url(../images/play_btn_sp.gif) no-repeat;
    background-size: contain;
}


div.profile p {
    font-size: 14px;
    margin-top: -3px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
}

div.side_artic h6 {
    width: 100%;
    margin-top: 25px;
}

    div.side_artic h6:first-of-type {
        margin-top: 25px;
    }

    div.side_artic h6 img {
        margin: 0 auto;
        display: block;
    }

    div.side_artic h6:first-of-type img {
        height: 7vw
    }

div.side_artic .SDGs_icons {
    margin-top: 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

    div.side_artic .SDGs_icons img {
        width: 14vw;
        margin: 0 0.5vw 1vw;
        margin-bottom: 4vw;
    }

h6.s_caption2 img {
    width: 100px;
}

h6.s_caption3 img {
    width: 200px;
}

h6.s_caption4 img {
    width: 200px;
}

div.side_artic p {
    margin-top: 9px;
}

div.pro_link {
    margin-top: 20px;
}

    div.pro_link ul {
        display: table;
        width: 100%;
        text-align: center;
    }


    div.pro_link li {
        display: inline-block;
        height: 60px;
        line-height: 1.4em;
        width: 49%;
        border-radius: 5px;
        background-color: #6EB92B;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        vertical-align: middle;
        padding-right: 1%;
    }

.singlebtn {
    width: 216px !important;
    float: none !important;
}


div.pro_link li a {
    color: #fff;
    display: table-cell;
    height: 60px;
    padding-left: 45px;
    vertical-align: middle;
    text-align: left;
}

div.pro_link li:before {
    content: '';
    height: 35px;
    background-size: contain;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
}

div.pro_link li:first-child {
    float: left;
}

div.pro_link li:nth-child(2) {
    float: right;
}

div.pro_link li:first-child:before {
    background-image: url(../images/link_icon_04.png);
    width: 25px;
    left: 10px;
}

div.pro_link li:nth-child(2):before {
    background-image: url(../images/link_icon_05.png);
    width: 33px;
    left: 4px;
}


div.talk_link {
    margin-top: 35px;
    text-align: center;
}

    div.talk_link a {
        display: block;
    }

    div.talk_link h6 {
        display: block;
        height: 40px;
        width: 100%;
        margin-top: 0 !important;
        border-radius: 5px;
        background-color: #6EB92B;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        padding-top: 0;
        line-height: 2.2em;
        color: #fff;
        position: relative;
    }

        /*div.talk_link h6:before{
  content: '';
  height: 35px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top:2px;
  background-image: url(../images/link_icon_06.png);
  width:60px;
  left:6px;
}*/


        div.talk_link h6 span {
            font-size: 12px;
            margin-right: 10px;
            position: relative;
            top: -2px;
        }

    div.talk_link div {
        margin-top: 8px;
    }

    div.talk_link img {
        float: left;
        width: 40%;
        margin-right: 2%;
    }

    div.talk_link p {
        float: left;
        width: 58%;
        margin-top: -3px;
        font-weight: bold;
    }

        div.talk_link p span {
            font-weight: normal;
        }

h6.why_learning {
    margin-bottom: 4vw
}

    h6.why_learning img {
        height: 8vw;
    }

.why_title {
    font-size: 4vw;
    font-weight: bold;
    /* text-decoration:underline; */
}

.why_more {
    text-align: right;
    margin-bottom: 8vw
}

    .why_more a {
        font-size: 4vw;
        font-weight: bold;
        color: #2196F3;
    }




/*大学情報*/
div.info {
    margin: 30px auto;
    border: 5px solid #eef7e6;
    width: 90%;
}

div.info_cap {
    padding: 10px 3%;
    /*border:5px solid #eef7e6;*/
    text-align: center;
    display: flex;
    justify-content: flex-start;
}

    div.info_cap h6 {
        font-size: 12px;
        margin-top: 8px;
        line-height: 1.8em;
        text-align: left;
        display: block;
        width: calc(100% - 54px);
        padding-left: 10px;
    }

        div.info_cap h6 br {
            display: none;
        }

    div.info_cap img {
        /*float: left;*/
        width: 54px;
        display: inline;
    }

div.info h6 span {
    font-size: 15px;
}

div.info p {
    padding-top: 0px;
    width: 90%;
    margin: 0 auto;
}

div.info_link {
    width: 90%;
    margin: 20px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    clear: both;
}

    div.info_link a.pamph {
        width: 48%;
        margin: 0;
        box-sizing: border-box;
        display: block;
    }

        div.info_link a.pamph img {
            width: 100%;
            border: solid 1px #ccc;
            box-sizing: border-box;
        }

    div.info_link ul {
        width: 48%;
        margin-top: 0;
    }

    div.info_link li {
        width: 100%;
        margin-bottom: 10px;
        height: 40px;
        position: relative;
        border-radius: 5px;
    }

        div.info_link li img {
            display: none;
        }

        div.info_link li a {
            display: flex;
            align-items: center;
            min-height: 40px;
        }

        div.info_link li > a::before {
            content: '';
            width: 30px;
            height: 30px;
            display: block;
            margin: 0 4px;
        }

        div.info_link li a span {
            display: inline-block;
        }

        div.info_link li a > img {
            display: none;
        }

        div.info_link li a.pamph {
            border: 2px solid #6EB92B;
            font-size: 14px;
            font-weight: bold;
            color: #6EB92B;
            height: 36px;
            display: flex;
            width: 100%;
            border-radius: 5px;
        }

            div.info_link li a.pamph::before {
                background: url(../images/icon_tm.svg) no-repeat;
                background-size: contain;
            }



        div.info_link li a.dp,
        div.info_link li a.school_info {
            background-color: #6EB92B;
            font-size: 14px;
            font-weight: bold;
            line-height: 1;
            color: #fff;
            border-radius: 5px;
        }

            div.info_link li a.dp::before {
                background: url(../images/icon_panph.svg) no-repeat;
                background-size: contain;
            }

            div.info_link li a.school_info::before {
                background: url(../images/icon_school.svg) no-repeat;
                background-size: contain;
            }

            div.info_link li a.dp span,
            div.info_link li a.school_info span {
                font-size: 14px;
                font-weight: bold;
            }

    div.info_link a#lnkSchoolHomepage {
        height: 30px;
        margin: 0;
    }


        div.info_link a#lnkSchoolHomepage span {
            position: inherit;
            font-size: 12px;
        }

    div.info_link a#lnkSchoolHomepage {
        color: #5ab4dc;
        height: 20px;
    }

        div.info_link a#lnkSchoolHomepage::before {
            width: 16px;
            height: 16px;
            margin: 0;
            background: url(../images/link_icon.png) no-repeat;
            background-size: contain;
        }


    div.info_link a#lnkSameSchool {
        display: block;
        width: 100%;
        border: solid 2px #6eb92b;
        text-align: center;
        margin-top: 10px;
        padding: 4px 0 2px;
        color: #6eb92b;
        font-weight: bold;
        line-height: 1;
        border-radius: 6px;
    }


        div.info_link a#lnkSameSchool img {
            display: none;
        }


        div.info_link a#lnkSameSchool::before {
            content: '';
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            background: url(../images/icon_lecture.svg) no-repeat;
            background-size: contain;
        }

    div.info_link li > a:hover {
        /* opacity: 0.6; */
    }

    div.info_link li.multiple_url > a#multiple_Link {
        background-color: #6EB92B;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        border-radius: 5px;
    }

        div.info_link li.multiple_url > a#multiple_Link::before {
            background: url(../images/icon_school.svg) no-repeat;
            background-size: contain;
        }

        div.info_link li.multiple_url > a#multiple_Link::after {
            content: '';
            width: 10px;
            height: 10px;
            border-right: solid 2px #fff;
            border-bottom: solid 2px #fff;
            display: block;
            position: absolute;
            right: 10px;
            top: 10px;
            transform: rotate(45deg);
            transition: all 0.4s ease-out;
        }

        div.info_link li.multiple_url > a#multiple_Link.active::after {
            ransform: rotate(-135deg);
            transform: rotate(-135deg);
            top: 16px;
        }


    div.info_link li.multiple_url > .urlbtns a:hover {
        opacity: 1;
        background-color: #d4f1bb;
        color: #6eb92b;
    }

    div.info_link li.multiple_url {
        position: relative;
        height: auto;
        margin-bottom: 0;
    }

        div.info_link li.multiple_url .urlbtns {
            display: none;
            background: #fff;
            /* top:0; */
            /* z-index:200; */
            margin-top: 0;
            /* border-top: solid 1px #fff; */
        }



            div.info_link li.multiple_url .urlbtns.active {
                display: block;
            }

            div.info_link li.multiple_url .urlbtns a {
                display: block;
                background: #8fc362;
                display: flex;
                font-size: 10px;
                /* min-height: 34px; */
                align-items: center;
                border-top: solid 1px #fff;
            }

                div.info_link li.multiple_url .urlbtns a span {
                    font-size: 11px;
                    line-height: 1.3em;
                    width: calc(100% - 4vw);
                    color: #fff;
                    padding-left: 1vw;
                    box-sizing: border-box;
                }


                div.info_link li.multiple_url .urlbtns a::after {
                    content: '';
                    display: block;
                    margin: 0 4px;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 6px 0 6px 6px;
                    border-color: transparent transparent transparent #ffffff;
                }




/*関心ワード*/
div.interest {
    margin-top: 40px;
}

div.inte_cap {
    background-image: url(../images/word_bg_sp.jpg);
    background-repeat: repeat-y;
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

    div.inte_cap img {
        width: 120px;
        margin: 0 auto;
        padding-top: 4px;
        display: block;
    }

div.interest ul {
    overflow: hidden;
    padding: 5%;
    text-align: justify;
    line-height: 2.7em;
    /*width: 100%;
  margin-top: 5px;*/
}

div.interest li {
    font-size: 15px;
    font-weight: bold;
    margin: 0 2px 0 0;
    background: #FFF;
    display: inline;
    line-height: 2.6em;
    /*width: 49%;
  margin-right: 2%;
  margin-top: 5px;
  padding-left:5px;
  height:40px;
  line-height: 40px;
  border:1px solid #CCCCCC;
  float: left;
  border-radius: 5px;*/
}


    /*div.interest li:nth-child(even){
  margin-right:0;
}*/

    div.interest li a {
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        padding: 7px 4px;
        color: #525252;
        text-decoration: none;
        /*color:#000;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  display: block;*/
    }

    /*div.interest li a:after{
  content: '';
  width: 12px;
  height: 17px;
  background-image: url(../images/nav_icon_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;;
  right:0;
  top:10px;
}*/

    div.interest li.active {
        background-color: #6EB92B;
        border: none;
    }

        div.interest li.active a {
            color: #fff;
            font-size: 15px;
            background: color;
            background-color: #6eb92b;
            /*color:#fff;
  font-size:15px;*/
        }

            div.interest li.active a:after {
                background-image: url(../images/nav_icon.png);
            }

/*他の講義リンク*/
div.other {
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
}

    div.other h5 {
        float: left;
        font-size: 13px;
        margin-bottom: 10px;
    }

        div.other h5 span {
            font-size: 20px;
            color: #6EB92B;
            margin-right: 5px;
        }

    div.other > a {
        float: right;
        font-size: 15px;
        color: #000;
        /*margin-top:20px;*/
        display: block;
    }

        div.other > a:after {
            content: '';
            height: 18px;
            width: 22px;
            background-image: url("../images/icon_img_01.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            display: inline-block;
            position: relative;
            left: 0px;
            top: 4px;
            margin-left: 5px;
        }

    div.other ul {
        width: 100%;
        margin-top: 14px;
    }

    div.other li {
        float: left;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #B5B5B6;
    }

        div.other li:last-child {
        }

        div.other li img {
            width: 60px;
            border: 1px solid #ccc;
            float: left;
        }

        div.other li p {
            display: table-cell;
            color: #000;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.4em;
            width: 70%;
            height: 62px;
            vertical-align: middle;
            padding-left: 5%;
            padding-right: 10%;
            /*margin-top:10px;
  color: #000;
  font-size: 12px;
  line-height: 1.6em;
  float: left;
  width: 65%;
  margin-left: 3%;*/
        }

            div.other li p.s_text {
                /*line-height: 40px;*/
            }

        div.other li a {
            display: block;
            position: relative;
        }

            div.other li a:after {
                content: '';
                width: 12px;
                height: 20px;
                background-image: url(../images/nav_icon_02.png);
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-block;
                position: absolute;
                ;
                right: 0;
                top: 21px;
            }

/*分野別リンク*/
div.field_link {
    /* margin-top:30px;*/
    display: none;
}

    div.field_link p {
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        background-image: url(../images/word_bg_sp.jpg);
    }

    div.field_link ul {
        width: 90%;
        margin: 0 auto;
        margin-top: 5px;
        /*width: 100%;
  margin-top: 5px;*/
    }

    div.field_link li {
        width: 100%;
        margin-right: 2%;
        margin-top: 5px;
        padding-left: 10px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #CCCCCC;
        float: left;
        border-radius: 5px;
    }

        div.field_link li a {
            color: #000;
            font-size: 16px;
            position: relative;
            display: block;
            margin-top: -10px;
        }

            div.field_link li a:after {
                content: '';
                width: 20px;
                height: 20px;
                background-image: url(../images/nav_icon_03.gif);
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-block;
                position: absolute;
                ;
                right: 5px;
                top: 50%;
                margin-top: -10px;
            }

/*リクエストバナー*/
div.request {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

    div.request img {
        width: 100%;
    }

/*サブメニュー*/
nav.sub_nav {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

    nav.sub_nav ul {
        border-top: 4px solid #CCCCCC;
    }

    nav.sub_nav li {
        border-bottom: 2px solid #CCCCCC;
        padding: 1px 0;
    }

        nav.sub_nav li a {
            border-left: 5px solid #6EB92B;
            padding: 10px 25px 10px 5px;
            display: block;
            margin: 3px 0;
            line-height: 1.5em;
            font-size: 16px;
            color: #000;
            position: relative;
        }

            nav.sub_nav li a:after {
                content: '';
                width: 20px;
                height: 20px;
                background-image: url(../images/nav_icon_03.gif);
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-block;
                position: absolute;
                ;
                right: 0;
                top: 50%;
                margin-top: -10px;
            }

/*バナー*/
div.banner {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

    div.banner li {
        width: 100%;
        margin-top: 5px;
    }

        div.banner li img {
            width: 100%;
        }

/*フッター*/

footer {
    width: 100%;
    height: 80px;
    background-color: #000;
    color: #fff;
    margin-top: 40px;
    padding-top: 17px;
}

    footer p {
        text-align: center;
    }

    footer img {
        width: 90px;
        margin: 10px auto 0;
        display: block;
    }

/*ページトップへ戻る*/
#page-top {
    bottom: 10px;
    position: fixed;
    right: 10px;
    background: #343c48;
    border-radius: 8px;
    display: block;
    line-height: 1;
    padding: 15px;
    z-index: 9999;
}

    #page-top img {
        width: 30px;
    }


/*エラーメッセージ*/
#error_msg {
    margin-top: 80px;
    font-size: 16px;
}

#errWin, #errKokaiNgp, #errGnkCd {
    padding: 0 5%;
    line-height: 1.6em;
}

    #errWin ul {
        margin-top: 20px;
        margin-bottom: 10px
    }

        #errWin ul li {
            padding-left: 1em;
            text-indent: -1em;
        }

            #errWin ul li:before {
                width: 0.9em;
                height: 0.9em;
                border-radius: 100%;
                left: 0;
                top: 2px;
                margin-right: 4px;
                display: inline-block;
                position: relative;
                content: '';
                background-color: #666;
            }


#message_pict {
    position: relative;
}


    #message_pict .jstream-eqPlayer {
        opacity: 0;
        position: absolute !important;
        width: 200px !important;
        height: 200px !important;
        top: 0 !important;
        left: 50% !important;
        right: 0 !important;
        bottom: 0 !important;
        margin-left: -100px !important;
    }



    #message_pict .h5_player {
        opacity: 0;
        position: absolute !important;
        width: 200px !important;
        height: 200px !important;
        top: 0 !important;
        left: 50% !important;
        right: 0 !important;
        bottom: 0 !important;
        margin-left: -100px !important;
    }

    #message_pict .jstream-eqPlayer > div {
        width: 100% !important;
        height: 200px !important;
    }

    #message_pict img {
        width: 150px;
        margin: 0 auto;
        display: block;
    }




/*研究室バナー*/
a.labo_linlk {
    display: block;
    margin-top: 20px;
    width: 100%;
}

    a.labo_linlk img {
        width: 100%;
    }


/*FPTASKS-685 ----------------------*/
.movie_img {
    margin-top: 6vw;
}

    .movie_img .movie_screen img {
        width: 100%;
    }

    .movie_img .movie_screen p.rectrouble {
        margin-top: 0;
        background: #dbeacc;
        padding: 2vw;
        font-size: 3.4vw;
        line-height: 1.4;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .movie_img .movie_screen p.rectrouble::before {
            content: '';
            width: 8vw;
            height: 8vw;
            display: block;
            background: url(/img/nonrec/icon_exclam_sp.svg) no-repeat;
            background-size: contain;
            margin-right: 0.3em;
        }

        .movie_img .movie_screen p.rectrouble span {
            display: block;
            width: calc(100% - 11vw);
        }

    .movie_img .mv_info {
        margin-top: 4vw
    }

        .movie_img .mv_info p {
            position: static;
        }

            .movie_img .mv_info p.mv_kaijo {
                text-align: right;
            }





/*end*/
