/* サイドナビ */

#sidenav {
    background-color: white;
    width: 280px;
    position: relative;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -40px;
    right: 50px;
    padding-bottom: 1px;
    z-index: 8;
}

#sidenav.is-fixed {
    position: fixed;
    top: 150px;
    right: 50px;
    z-index: 50;
}

#sidenav.is-moved {
    position: fixed;
    top: auto;
    bottom: 400px;
    right: 50px;
}

#sidenav ul li a {
    font-size: 14px;
    color: #333;
    padding: 18px 15px 14px 30px;
    display: block;
    line-height: 100%;
    border-bottom: solid 1px #F0F0F0;
}

#sidenav ul li:last-child a {
    border-bottom: none;
}

#sidenav ul li a:before {
    content: "";
    border-top: 1px solid #68B730;
    margin-right: 0.6rem;
    margin-left: -1.3em;
    display: inline-block;
    width: 8px;
    height: 5px;
}

#sidenav ul li a:hover {
    background-color: #ECF5DA;
    color: #016847;
    text-decoration: underline;
}

#sidenav ul li.table-head a {
    background-color: #016847;
    padding: 19px 15px 16px;
    color: white;
    font-size: 21px;
    line-height: 100%;
}

#sidenav ul li.table-head a:hover {
    padding: 19px 15px 16px;
    background-color: #015439;
    color: white;
    text-decoration: none;
}

#sidenav ul li.table-head a:before {
    content: none;
}

#sidenav ul li.table-head-AI a {
    background-color: #3d9cbf;
    padding: 19px 15px 16px;
    color: white;
    font-size: 21px;
    line-height: 100%;
}

#sidenav ul li.table-head-AI a:hover {
    padding: 19px 15px 16px;
    background-color: #3D5DBF;
    color: white;
    text-decoration: none;
}

#sidenav ul li.table-head-AI a:before {
    content: none;
}

#sidenav ul.children li {
    padding: 0 0 0 20px;
}

#sidenav ul.grandchild {
    margin-left: 20px;
}

#sidenav .sideContactBtn a {
    display: block;
    color: white;
    margin: 13px 15px;
    width: calc(100% - 30px);
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
}


/*スマホ用サイドナビを非表示　*/

#sp-mainNav-wapper {
    display: none;
}


/*　パンくず　*/

#breadcrumbs ul li {
    display: inline-block;
    font-size: 12px;
}

#breadcrumbs ul li:before {
    content: ">";
    color: #999;
    display: inline-block;
    padding: 0 6px;
}

#breadcrumbs ul li:first-child:before {
    content: "";
    padding: 0;
}

#breadcrumbs ul li a {
    text-decoration: underline;
}


/*　メインエリア設定　*/

#mainContents-area {
    padding: 5px 50px;
}

#contents-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 20px;
    padding-right: 380px;
}


/*　共通パーツ */

.green-box {
    background-color: #EBF7D7;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
}

.green-box li {
    line-height: 1.7;
    font-size: 15px;
    color: #666;
    padding-left: 3rem;
    position: relative;
}

.green-box li span {
    position: absolute;
    top: 0;
    left: 0;
}

.greenGrd-h {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#016847+1,68b730+85 */
    background: rgb(1, 104, 71);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(1, 104, 71, 1) 1%, rgba(104, 183, 48, 1) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1, 104, 71, 1) 1%, rgba(104, 183, 48, 1) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1, 104, 71, 1) 1%, rgba(104, 183, 48, 1) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#016847', endColorstr='#68b730', GradientType=0);
    /* IE6-9 */
}


/* ボタンエフェクト　ベース */

a.button,
a.button::before,
a.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
}

a.button {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    z-index: 2;
    background-position: 0px 0px, 100% 0px, center;
    background-size: 51% 100%, 51% 100%, 100% 100%;
    background-repeat: no-repeat;
}

a.button:hover {
    background-position: -110% 0px, 210% 0px, center;
    background-size: 51% 100%, 51% 100%, 100% 100%;
    animation: 0.2s ease 1 alternate;
}


/*　ボタンエフェクト（ボタン_黒+文字白）　*/

a.button.btnBK {
    background-image: linear-gradient(#363636, #363636), /*　最初の色（左に割れる色） */
    linear-gradient(#363636, #363636), /*　最初の色（右に割れる色） */
    linear-gradient(#016847, #016847);
    /*　最後にできる色 */
}

a.button.btnBK:hover {
    animation-name: btnBKAnim;
}

@keyframes btnBKAnim {
    10% {
        background-image: linear-gradient(black, black), /*　左に割れる色のフラッシュ色 */
        linear-gradient(black, black), /*　右に割れる色のフラッシュ色 */
        linear-gradient(#016847, #016847);
        /*　最後にできる色 */
    }
    70% {
        background-image: linear-gradient(black, black), /*　左に割れる色のフラッシュ色 */
        linear-gradient(black, black), /*　左に割れる色のフラッシュ色 */
        linear-gradient(#016847, #016847);
        /*　最後にできる色 */
    }
    100% {
        background-image: linear-gradient(#016847, #016847), /*　最後にできる色 */
        linear-gradient(#016847, #016847), /*　最後にできる色 */
        linear-gradient(#016847, #016847);
        /*　最後にできる色 */
    }
}


/*　ボタンエフェクト（ボタン_グリーングラデ）　*/

a.button.gradG {
    color: white;
    background-image: linear-gradient(rgba(1, 104, 71, 1) 0%, rgba(104, 183, 48, 1) 85%), /*　最初の色（左に割れる色） */
    linear-gradient(rgba(1, 104, 71, 1) 0%, rgba(104, 183, 48, 1) 85%), /*　最初の色（右に割れる色） */
    linear-gradient(rgba(0, 48, 13, 1) 0%, rgba(73, 148, 37, 1) 85%);
    /*　最後にできる色 */
}

a.button.gradG:hover {
    color: white;
    animation-name: btnGradGAnim;
}

@keyframes btnGradGAnim {
    10% {
        background-image: linear-gradient(green, green), /*　左に割れる色のフラッシュ色 */
        linear-gradient(green, green), /*　右に割れる色のフラッシュ色 */
        linear-gradient(rgba(0, 48, 13, 1) 0%, rgba(73, 148, 37, 1) 85%);
        /*　最後にできる色 */
    }
    70% {
        background-image: linear-gradient(green, green), /*　左に割れる色のフラッシュ色 */
        linear-gradient(green, green), /*　左に割れる色のフラッシュ色 */
        linear-gradient(rgba(0, 48, 13, 1) 0%, rgba(73, 148, 37, 1) 85%);
        /*　最後にできる色 */
    }
    100% {
        background-image: linear-gradient(rgba(0, 48, 13, 1) 0%, rgba(73, 148, 37, 1) 85%), /*　最後にできる色 */
        linear-gradient(rgba(0, 48, 13, 1) 0%, rgba(73, 148, 37, 1) 85%), /*　最後にできる色 */
        linear-gradient(rgba(0, 48, 13, 1) 0%, rgba(73, 148, 37, 1) 85%);
        /*　最後にできる色 */
    }
}


/*　ボタンエフェクト（ボタン__白+文字黒→緑+文字白）　*/

a.button.btnW {
    color: #363636;
    background-image: linear-gradient(white, white), /*　最初の色（左に割れる色） */
    linear-gradient(white, white), /*　最初の色（右に割れる色） */
    linear-gradient(#68B730, #68B730);
    /*　最後にできる色 */
}

a.button.btnW:hover {
    color: white;
    animation-name: btnWAnim;
}

@keyframes btnWAnim {
    10% {
        background-image: linear-gradient(#90df58, #90df58), /*　左に割れる色のフラッシュ色 */
        linear-gradient(#90df58, #90df58), /*　右に割れる色のフラッシュ色 */
        linear-gradient(#68B730, #68B730);
        /*　最後にできる色 */
    }
    70% {
        background-image: linear-gradient(#90df58, #90df58), /*　左に割れる色のフラッシュ色 */
        linear-gradient(#90df58, #90df58), /*　左に割れる色のフラッシュ色 */
        linear-gradient(#68B730, #68B730);
        /*　最後にできる色 */
    }
    100% {
        background-image: linear-gradient(#68B730, #68B730), /*　最後にできる色 */
        linear-gradient(#68B730, #68B730), /*　最後にできる色 */
        linear-gradient(#68B730, #68B730);
        /*　最後にできる色 */
    }
}


/*　別のもの　*/

.contact-btn-black {
    display: block;
    margin: 40px auto 40px;
    width: 320px;
}

.contact-btn-black a {
    display: inline-block;
    color: white;
    padding: 16px;
    line-height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 36px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 2px 2px 0px #BEBEBE;
    text-decoration: none;
}

.contact-btn-white {
    display: block;
    width: 320px;
    margin: 1.3rem auto 0;
}

.contact-btn-white a {
    display: inline-block;
    padding: 16px;
    line-height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 36px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.type-arrow {
    display: block;
}

.type-arrow:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon_btn_arrow-w.png);
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: 17px 17px;
    z-index: +1;
    position: absolute;
    top: 0;
    left: 0;
}

.type-arrow-b:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon_btn_arrow-b.png);
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: 17px 17px;
    z-index: +1;
    position: absolute;
    top: 0;
    left: 0;
}

.type-arrow-b:hover:before {
    background-image: url(../images/icon_btn_arrow-w.png);
}

.image-wrapper {
    width: 100%;
    background-color: white;
    margin-top: 0.3rem;
    text-align: center;
}

.image-wrapper-g {
    width: 100%;
    background-color: #ddd;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    text-align: center;
}

.image-wrapper-t {
    width: 100%;
    background-color: none;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    text-align: center;
}

.wrpper70 {
    width: 70%;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
}

p.wrpper70 {
    padding: 0px;
}

.wrpper75 {
    width: 75%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

p.wrpper75 {
    padding: 0px;
}

div.image-wrapper-g+pd,
div.image-wrapper+p {
    margin-top: 0.5rem;
}

p+div.image-wrapper {
    margin-top: 0.5rem;
}


/* greenTable 緑グラデのテーブル　*/

.greenTable {
    width: 100%;
}

.greenTable th,
.greenTable td {
    line-height: 100%;
    font-weight: normal;
    padding: 15px 15px 10px 15px;
    text-align: left;
    font-size: 14px;
    color: #555555;
    background-color: white;
}

.greenTable tbody td,
.greenTable tbody th {
    border-bottom: 1px solid #C8C8C8;
}

.greenTable.table-vertical tbody th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.greenTable tr:last-child td,
.greenTable tr:last-child th {
    border: none;
}

.greenTable thead:after {
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: none;
    background: rgb(104, 183, 48);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(104, 183, 48, 1) 15%, rgba(1, 104, 71, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(104, 183, 48, 1) 15%, rgba(1, 104, 71, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(104, 183, 48, 1) 15%, rgba(1, 104, 71, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#68b730', endColorstr='#016847', GradientType=1);
    /* IE6-9 */
}

.greenTable thead th,
.greenTable thead td {
    background: none;
    color: white;
}

.greenTable.table-vertical tbody th {
    background: rgb(104, 183, 48);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(104, 183, 48, 1) 15%, rgba(1, 104, 71, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(104, 183, 48, 1) 15%, rgba(1, 104, 71, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(104, 183, 48, 1) 15%, rgba(1, 104, 71, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#68b730', endColorstr='#016847', GradientType=1);
    /* IE6-9 */
    color: white;
}

.greenTable.text-center th,
.greenTable.text-center td {
    text-align: center;
}

.greenTable.text-center th {
    text-align: left;
}

.greenTable .bg-green {
    background-color: #F1F7E6;
    color: #008900;
}


/* サイドナビとそのトグル　*/

@media screen and (max-width:1024px) {
    #head-nav-bar,
    #header-btn-area {
        display: none;
    }
    /*スマホ用サイドナビを表示　*/
    #sp-mainNav-wapper {
        display: block;
    }
    #sidenav .table-head {
        display: none;
    }
    #sidenav,
    #sidenav.is-fixed,
    #sidenav.is-moved {
        position: absolute;
        top: 4rem;
        left: 0;
    }
    #sidenav {
        width: 100%;
        background-color: #363636;
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }
    #sidenav ul li a {
        border: none;
    }
    #sidenav ul li a,
    #sidenav ul li a:hover {
        text-align: center;
        color: white;
        padding: 0;
        line-height: 40px;
        border: none;
        background: none;
        text-decoration: none;
    }
    #sidenav ul li a:before {
        display: none;
    }
    #sidenav .sideContactBtn {
        display: none;
    }
    .sidenav_toggle {
        display: block;
        width: 1.75rem;
        height: 1.5rem;
        position: absolute;
        top: 25px;
        right: 25px;
        cursor: pointer;
        z-index: 50;
        transition: all 0.2s;
    }
    .sidenav_toggle:before {
        content: "";
        width: 18px;
        height: 12px;
        background-size: 18px 12px;
        background-image: url("../images/icon_arrow_bottom.png");
        display: block;
        opacity: 0.5;
    }
    .sidenav_toggle.show:before {
        background-image: url("../images/icon_arrow_top.png");
    }
    #sidenav {
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    #sidenav.show {
        opacity: 1;
        visibility: visible;
    }
}


/* exosomeだけかどうかちょっとわからないもの（整理してない）　*/

#mainImage-area {
    position: relative;
    width: 100%;
    background-color: #1e0115;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_auto-evis {
    width: 180px;
    height: 37px;
    display: inline-block;
    position: relative;
    top: 1px
}

h1 {
    position: absolute;
    color: white;
    border-bottom: 6px solid #68B730;
    line-height: 150%;
    font-weight: normal;
    font-size: 38px;
    font-family: Avenir;
    padding: 0 1em;
    z-index: +2;
}

.AI h1 {
    border-bottom: 6px solid #3d9cbf;
}

.mainImage-wrapper img {
    width: 100%;
    min-height: 240px;
    object-fit: cover;
    object-position: left top
}

h2 {
    font-size: 1.6rem;
    line-height: 140%;
    color: #363636;
    margin-top: 0;
    text-align: center;
}

h2 .smaller {
    font-size: 70%;
    line-height: 150%;
}

h2 .logo_auto-evis {
    width: 204px;
    height: 42px;
    display: inline-block;
    margin-bottom: 2.3rem;
    color: black;
}

.top-lead {
    font-size: 1.5rem;
    line-height: 140%;
    color: #363636;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
}

.top-lead.sub {
    font-size: 1.1rem;
    line-height: 150%;
    font-weight: normal;
    margin-top: 0.5rem;
}

#lead p {
    margin-top: 2.8rem;
}

h3 {
    font-size: 50px;
    color: #016847;
    text-align: center;
    line-height: 100%;
    margin-top: 12rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    letter-spacing: 0;
}

h3 span {
    line-height: 100%;
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lato', sans-serif;
    margin-top: 8px;
}

h3 div.h3-sub {
    font-size: 40%;
    line-height: 130%;
    display: block;
    margin-bottom: 0.5rem;
    color: #016847;
    font-weight: bold;
}

h3 div.h3-sub>span {
    color: #016847;
    font-weight: bold;
}

h3:after {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    margin: 20px 0 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#68b730+15,016847+100 */
    background: rgb(104, 183, 48);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(104, 183, 48, 1) 15%, rgba(1, 104, 71, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(104, 183, 48, 1) 15%, rgba(1, 104, 71, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(104, 183, 48, 1) 15%, rgba(1, 104, 71, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#68b730', endColorstr='#016847', GradientType=1);
    /* IE6-9 */
}

.Omics h3:after {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    margin: 20px 0 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#68b730+15,016847+100 */
    background: rgb(53, 154, 41);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(53, 154, 41, 1) 15%, rgba(53, 154, 41, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(53, 154, 41, 1) 15%, rgba(53, 154, 41, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(53, 154, 41, 1) 15%, rgba(53, 154, 41, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#68b730', endColorstr='#016847', GradientType=1);
    /* IE6-9 */
}

h3.first-h3 {
    margin-top: 2rem;
}

h3+p.lead-copy {
    font-size: 19px;
    text-align: center;
    color: #016847;
    font-weight: bold;
}

h4 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lato', sans-serif;
    margin: 6rem 0 2rem;
    color: #359a29;
    letter-spacing: -0.2px clear: both;
    text-align: center;
    line-height: 140%;
}

.AI h3 {
    font-size: 50px;
    color: #3d9cbf;
    text-align: center;
}

.AI h3:after {
    background: rgb(61, 156, 191);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(61, 156, 191, 1) 15%, rgba(0, 82, 168, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(61, 156, 191, 1) 15%, rgba(0, 82, 168, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(61, 156, 191, 1) 15%, rgba(0, 82, 168, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3d9cbf', endColorstr='#0052a8', GradientType=1);
    /* IE6-9 */
}

.AI h4 {
    color: #3d9cbf;
}

.h_under {
    border-bottom: 4px solid #3d9cbf;
    padding-bottom: .5em;
}

#HRITechnology h4 {
    border-bottom: 2px solid #359a29;
    padding-bottom: 1rem;
}

h4.leftP {
    text-align: left;
}

h3+h4 {
    margin-top: 3rem;
}

p.lead-copy+h4 {
    margin-top: 2rem;
}

h4+p {
    margin-top: 0.5rem;
}

.fig-area {
    margin-top: 3rem;
}

h5 {
    font-size: 15px;
    margin-bottom: 3px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lato', sans-serif;
}

body.EN h5 {
    font-size: 17px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lato', sans-serif;
}

#exosomeImage01 {
    width: 43.4%;
}

#exosomeImage02 {
    width: 52.1%;
}

#exosomeImage02.english {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 3rem;
}

#exosomeImage01 h5,
#exosomeImage02 h5 {
    text-align: center;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 2em;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.evis-copy {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 145%;
    margin-top: 1.3rem;
}

.autoevis-lead {
    font-size: 26px;
    font-weight: bold;
    margin-top: 2rem;
    letter-spacing: -0.2px clear: both;
    text-align: center;
    line-height: 140%;
    color: #333;
    text-align: center;
}

.kentai {
    font-size: 11px;
    display: inline-block;
    color: #333;
    margin-left: 1em;
}

.greenTable.tsuyomi th {
    min-width: 150px;
}

.greenTable.tsuyomi th,
.greenTable.tsuyomi td {
    font-size: 13px;
    padding: 13px 20px 7px 20px;
}

.greenTable.tsuyomi th.bigCel,
.greenTable.tsuyomi td.bigCel {
    font-size: 130%;
    font-weight: bold;
}

body.EN .greenTable.tsuyomi th.bigCel,
body.EN .greenTable.tsuyomi td.bigCel {
    white-space: nowrap;
}

.h-grad-bar {
    margin-top: 2rem;
    font-size: 20px;
    color: white;
    border-radius: 18px;
    padding: 10px 25px 6px 25px;
    margin-bottom: 0.8rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#016847+1,68b730+85 */
    background: rgb(1, 104, 71);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(1, 104, 71, 1) 1%, rgba(104, 183, 48, 1) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(1, 104, 71, 1) 1%, rgba(104, 183, 48, 1) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(1, 104, 71, 1) 1%, rgba(104, 183, 48, 1) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#016847', endColorstr='#68b730', GradientType=0);
    /* IE6-9 */
}

.Omics .h-grad-bar {
    text-align: center;
}

.h-grad-bar:first-child {
    margin-top: 0;
}

.h-grad-bar span.y-sml {
    font-size: 14px;
    color: yellow;
}

.white-box {
    background-color: white;
    width: 100%;
    padding: 25px;
    font-size: 14px;
    color: #666;
    margin-top: 0.3rem;
}

.white-box ul {
    margin-left: 1rem;
}

.size100.mirakaTech {
    width: 90%;
    margin: 0 auto;
    max-width: 700px;
}

.size100.kaishu {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
}

#exosomeresearch img.size100 {
    max-width: 600px;
    margin: 0px auto;
}

.BCMlogo {
    width: 130px;
    text-align: center;
    display: block;
    margin: 20px auto 0 auto;
}


/*Omics PC_SP共通設定**/

.Omics h1 {
    position: absolute;
    color: white;
    border-bottom: 6px solid #359a29;
}

#WhatsOmics ul,
#Lineup ul,
#Papers_Patents ul {
    line-height: 1.7;
    font-size: 15px;
    color: #666;
}

#WhatsOmics ul li,
#Lineup ul li,
#Papers_Patents ul li {
    list-style: disc;
    list-style-position: inside;
}

.flex-image-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.flex-image2 {
    width: 50%;
}

.flex-image3 {
    width: 33.3%;
}

@media screen and (max-width:767px) {
    .flex-iamge-wrapper {
        display: block;
        flex-wrap: wrap;
    }
    .flex-image2,
    .flex-image3 {
        width: 100%;
    }
    .flex-image2,
    .flex-image3 img {
        width: auto;
    }
}


/*タブレット版　768-1024の間　(PC版およびスマホ版とのハイブリッド)*/

@media screen and (max-width:1024px) {
    #contents-wrapper {
        padding: 0;
        max-width: 100%;
        margin-top: 20px;
    }
    #mainContents-area {
        padding: 10px 4%;
        padding-top: 70px;
    }
    h1 {
        display: block;
        background-color: #68B730;
        position: aboslute;
        bottom: -4rem;
        left: 0;
        border: none;
        width: 100%;
        text-align: center;
        z-index: 40;
        line-height: 4rem;
        font-size: 1.75rem;
    }
    #EViSTEP {
        padding-top: 2rem;
    }
    .greenTable.tsuyomi th {
        min-width: auto;
    }
}


/*タブレット版以下のコンテンツ　*/

@media screen and (max-width: 767px) {
    #contents-wrapper {
        padding: 0;
        max-width: 100%;
        margin-top: 20px;
    }
    #mainContents-area {
        padding: 10px 4%;
        padding-top: 70px;
    }
    h1 {
        display: block;
        background-color: #68B730;
        position: aboslute;
        bottom: -4rem;
        left: 0;
        border: none;
        width: 100%;
        text-align: center;
        z-index: 40;
        line-height: 4rem;
        font-size: 1.75rem;
    }
    .mainImage-wrapper img {
        width: 100%;
        min-height: 240px;
    }
    h2 .logo_auto-evis {
        margin-bottom: 1.5rem
    }
    h2 {
        font-size: 1.3rem
    }
    h3.first-h3 {
        margin-top: 0rem;
    }
    .contact-btn-black {
        margin: 3rem auto;
        width: 100%;
    }
    .contact-btn-white {
        width: 90%;
    }
    .f-box {
        display: block;
    }
    #exosomeImage01,
    #exosomeImage02 {
        width: 100%;
        margin-bottom: 2rem;
    }
    .image-wrapper-w {
        width: 100%;
        background-color: white;
        text-align: center;
    }
    #exosomeImage01 img.size100 {
        max-width: 400px;
        margin: 0 auto;
    }
    #exosomeImage02 img.size100 {
        max-width: 480px;
        margin: 0 auto;
    }
    #exosomeImage02.english {
        width: 100%;
        max-width: auto;
        margin: 0 auto;
        margin-top: 3rem;
    }
    #auto-evis img.size100 {
        max-width: 480px;
        margin: 0 auto;
    }
    #exosomeImage01 h5,
    #exosomeImage02 h5 {
        text-align: center;
    }
    h3 {
        margin-top: 6rem;
        line-height: 95%;
    }
    h3 span {
        font-size: 15px;
        margin-top: 10px;
    }
    h3+h4 {
        margin-top: 2rem;
    }
    h3+p.lead-copy {
        font-size: 16px;
        font-weight: bold;
        line-height: 130%;
    }
    h4 {
        margin-top: 4rem;
        font-size: 20px;
        line-height: 130%;
    }
    .image-wrapper-g,
    .wrpper75 {
        width: 100%;
        max-width: 600px;
    }
    p.wrpper75 {
        margin-bottom: 2rem
    }
    .tsuyomi thead {
        display: none;
    }
    .greenTable.tsuyomi th {
        display: block;
        width: 100%;
        background-color: green;
        color: white;
        text-align: center;
        min-width: auto;
    }
    .greenTable.tsuyomi td {
        display: block;
        width: 100%;
        padding-left: 160px;
        position: relative;
        min-height: 40px;
    }
    body.EN .greenTable.tsuyomi td {
        padding-left: 200px;
    }
    .greenTable.tsuyomi td:before {
        margin-right: 12px;
        width: 100px;
        display: block;
        text-align: left;
        position: absolute;
        left: 10px;
    }
    .greenTable.tsuyomi td:nth-child(2):before {
        content: '超遠心：';
    }
    .greenTable.tsuyomi td:nth-child(3):before {
        content: 'アフィニティ：';
    }
    .greenTable.tsuyomi td:nth-child(4):before {
        content: 'ポリマー沈殿：';
    }
    .greenTable.tsuyomi td:nth-child(5):before {
        content: 'ゲル濾過精製：';
    }
    .greenTable.tsuyomi td:nth-child(6):before {
        content: 'EViSTEP：';
    }
    body.EN .greenTable.tsuyomi td:before {
        width: 180px;
    }
    body.EN .greenTable.tsuyomi td:nth-child(2):before {
        content: 'Ultracentrifugation：';
    }
    body.EN .greenTable.tsuyomi td:nth-child(3):before {
        content: 'Affinity Interaction：';
    }
    body.EN .greenTable.tsuyomi td:nth-child(4):before {
        content: 'Polymer-based Precipitation：';
    }
    body.EN .greenTable.tsuyomi td:nth-child(5):before {
        content: 'Gel Filtration：';
    }
    body.EN .greenTable.tsuyomi td:nth-child(6):before {
        content: 'EViSTEP：';
    }
    .greenTable.tsuyomi th.bigCel,
    .greenTable.tsuyomi td.bigCel {
        font-size: 100%;
    }
    .greenTable.tsuyomi tr:last-child td,
    .greenTable.tsuyomi tr:last-child th {
        border-bottom: 1px solid #C8C8C8;
    }
    .h-grad-bar {
        line-height: 110%;
        font-size: 17px;
        padding: 13px 20px 10px;
        margin-top: 1rem;
        text-align: center;
    }
    .size100.mirakaTech {
        width: 100%;
        max-width: 600px;
    }
    .h-grad-bar span.y-sml {
        font-size: 12px;
        display: block;
        margin-left: 20px;
    }
    .white-box {
        padding: 15px;
        padding-top: 20px;
    }
    .white-box ul {
        margin-left: 1rem;
        margin-top: 0.5rem;
    }
    .image-wrapper .size100 {
        max-width: 600px;
        margin: 0 auto;
    }
    .image-wrapper.width100 .size100 {
        max-width: 100%;
        margin: 0 auto;
    }
    h3 div.h3-sub span.underline {
        text-decoration: underline;
        display: inline;
        font-size: 18px;
    }
}

.underline {
    text-decoration: underline;
    display: inline;
}

@media screen and (max-width: 350px) {
    h3 {
        font-size: 48px;
        line-height: 90%;
    }
}


/* .collabo_news{
	padding: 2em 0;
}

.collabo_news p{
	text-align: center;
} */

.collabo_news_area {
    margin: 1em 3em;
    padding: 1em 1em;
    border: 1px solid #3d9cbf;
}

ul.collabo_news {
    font-size: 15px;
    color: #666;
}

.press {
    margin: 0px;
    font-size: 0.8em;
    color: #fff;
    background-color: #303593;
    padding: 5px 15px 4px;
    border-radius: 5px;
    vertical-align: text-top;
}

.academic {
    margin: 0px;
    font-size: 0.8em;
    color: #fff;
    background-color: #3d9cbf;
    padding: 5px 15px 4px;
    border-radius: 5px;
    vertical-align: text-top;
}

dl.conference_news {
    font-size: 15px;
    color: #666;
    display: flex;
    flex-wrap: wrap;
}

dl.conference_news dt {
    width: 20%;
}

dl.conference_news dd {
    width: 80%;
}

@media screen and (max-width:767px) {
    .collabo_news_area {
        margin: 1em 0em;
        padding: .5em;
    }
    dl.conference_news dt {
        display: block;
        width: 100%;
    }
    dl.conference_news dd {
        width: 100%;
    }
}