@charset "UTF-8";

h2 {
    background: #606DA2;
    color: #fff;
    font-weight: 700;
    padding: 12px 10px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: center;
}

.list_triangle {
    padding: 0px;
    margin: 6px 0 0 0;
    list-style: none;
    margin-bottom: 25px;
    color: #606DA2;
}

.list_triangle li {
    border-bottom: dotted 1px #606DA2;
}

.list_triangle>li {
    position: relative;
    padding: 0px 0px 0px 1em;
    margin: 0 0 6px 12px;
    font-size: 1.6rem;
    font-weight: 700;
}

.list_triangle li:last-child {
    border: none;
}

.list_triangle>li {
    position: relative;
    padding: 5px 0px 5px 1em;
    margin-bottom: 2px;
}

.list_triangle>li:last-child {
    margin-bottom: 0;
}

/*.list_triangle > li::before {
    position: absolute;
    top: 15px;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #606DA2;
    content: "";
}*/

.list_triangle>li.comingsoon-arrow::before {
    top: 19px;
}

.list_triangle>li::before {
    position: absolute;
    top: 18px;
    left: 0px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #606DA2;
    content: "";
}

.comingsoon {
    background: #E36D93;
    color: #fff;
    border-radius: 15px;
    padding: 0 8px;
    margin: 4px 0 0 0;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4;
}

.contents-list {
    width: 95%;
    margin: 0 auto 25px;
    padding: 0 10px;
    border-bottom: dotted 1px #606DA2;
}

.contents-tx {
    padding-right: 12px;
}

.list_triangle>li.comingsoon-arrow.line2::before {
    top: 18px;
}

/* link */

.list_triangle a {
    color: #606DA2;
}

.list_triangle a:link {
    color: #606DA2;
}

.list_triangle a:visited {
    color: #606DA2;
}

.list_triangle a:hover {
    color: #606DA2;
    opacity: 0.7;
}

.list_triangle a:active {
    color: #606DA2;
    opacity: 0.7;
}

/*研究論文と概要：トップ*/
.appendix-top .page-header {
    width: 100%;
    background: #C0E1F3 url('../img/img-appendix/contents-main-sp@2x.jpg') no-repeat center 0;
    background-size: cover;
    padding-top: 83.2%;
    margin-bottom: 30px;
}

.appendix-top .page-header h1 {
    overflow: hidden;
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
}

.appendix-top .contents {
    margin-bottom: 50px;
}

@media (min-width: 768px) {

    .contents-list {
        width: 100%;
    }

    h2 {
        padding: 8px 12px;
        font-size: 1.6rem;
        margin-bottom: 10px;
        text-align: left;
    }

    .list_triangle>li.comingsoon-arrow::before {
        top: 18px;
    }

    /*研究論文と概要：トップ*/
    .appendix-top .page-header {
        width: 100%;
        background: #C0E1F3 url('../img/img-appendix/contents-main.jpg') no-repeat center 0;
        background-size: cover;
        padding-top: 39.2%;
        margin-bottom: 40px;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .appendix-top .page-header {
            background: #C0E1F3 url('../img/img-appendix/contents-main@2x.jpg') no-repeat center 0;
            background-size: cover;
        }
    }
}

@media (min-width: 992px) {

    h2 {
        padding: 12px 24px;
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .list_triangle {
        margin-bottom: 60px;
    }

    .list_triangle>li::before {
        top: 24px;
    }

    /*.list_triangle>li.comingsoon-arrow::before {
        top: 30px;
    }*/

    .list_triangle>li {
        padding: 10px 0px 10px 1em;
    }

    .comingsoon {
        padding: 2px 18px;
        font-size: 1.6rem;
        margin-left: 15px;
    }

    /*研究論文と概要：トップ*/

    .appendix-top .page-header {
        width: 100%;
        height: 500px;
        background: #C1E3F6 url('../img/img-appendix/contents-main.jpg') no-repeat center 0;
        background-size: 1276px 500px;
        padding-top: 0;
        margin-bottom: 65px;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .appendix-top .page-header {
            background: #C1E3F6 url('../img/img-appendix/contents-main@2x.jpg') no-repeat center 0;
            background-size: 1276px 500px;
        }
    }

    .list_triangle>li {
        font-size: 1.8rem;
    }

    .list_triangle>li::before {
        position: absolute;
        top: 10px;
        left: 0px;
        transform: translateY(-50%);
        width: 11px;
        height: 11px;
        border: 10px solid transparent;
        border-left: 11px solid #606DA2;
        content: "";
    }

    .list_triangle > li {
        padding-left: 25px;
    }

    .list_triangle > li::before {
        top: 25px;
    }

    .list_triangle > li.comingsoon-arrow::before {
        top: 25px;
    }

    .list_triangle > li.comingsoon-arrow.line2::before {
        top: 25px;
    }

    .contents-list {
        border-bottom: none;
    }
    .list_triangle li:last-child {
        border-bottom: dotted 1px #606DA2;
    }

    .list_triangle>li {
        margin-left:0;
    }

}

@media (min-width: 1200px) {

    h2 {
        font-size: 2.0rem;
    }

    /*研究論文と概要：トップ*/
    .appendix-top .page-header {
        width: 100%;
        height: 784px;
        background: #C1E3F6 url('../img/img-appendix/contents-main.jpg') no-repeat center 0;
        background-size: 2000px 784px;
        padding-top: 0;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .appendix-top .page-header {
            background: #C1E3F6 url('../img/img-appendix/contents-main@2x.jpg') no-repeat center 0;
            background-size: 2000px 784px;
        }
    }
}