@charset "UTF-8";

.main-img-print {
    display: none;
}

.jumbotron {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0 0 0 0;
    border-radius: 0;
    background-color: transparent;
}

/* list */

ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}


.bx-slider li {
    width: 100%;
}

.bx-slider li img {
    width: 100%;
    height: auto;
}

.bx-viewport .bxslider li {
    display: block !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bx-pager {
    text-align: center;
    margin-top: 10px;

}

.bx-pager-item {
    display: inline;
}

.bx-pager-item a {
    display: block;
    background: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    margin: 4px;
}

.bx-pager-item a.active {
    background-color: #666;
}

.bx-slider li:not(:first-child) {
    display: none;
}


/* contents */

.contents-tx {
    padding: 8px 0 8px 15px;
    border-left: solid 5px #0566af;
    font-size: .75rem;
}

.contents-tx h2 {
    color: #0566af;
    font-weight: bold;
    font-size: 1.313rem;
}

.contents-tx h2 a:link,
.contents-tx h2 a:visited,
.contents-tx h2 a:hover,
.contents-tx h2 a:active {
    color: #0566af;
}

.contents-tx p {
    margin-bottom: 0;
}

.main-msg {
    margin: 26px 0;
    font-size: 0.75rem;
}

.main-tx-wrap p {
    margin: 0 0;
    text-align: left;
}

@media (min-width: 400px) {
    .main-msg {
        font-size: .875rem;
    }

    /* contents */
    .contents-tx {
        font-size: .875rem;
    }
}

@media (min-width: 576px) {
    .main-msg {
        font-size: 1rem;
    }

    /* contents */
    .contents-tx {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .main-img {
        padding-top: 51.5%;
        width: 100%;
        height: 0;
        background-image: url('../img/top/main-pc.jpg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main-msg {
        margin: 30px 0;
        font-size: 1rem;
        line-height: 2.2;
    }

    .main-tx-wrap p {
        text-align: center;
    }

}

@media (min-width: 992px) {
    .main-msg {
        margin: 50px 0 40px;
        font-size: 1.25rem;
    }

    .main-img {
        background-image: url('../img/top/main-pc@2x.jpg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main-tx-wrap {
        width: 900px;
        margin: 0 auto;
    }

    /* contents */
    .contents-tx h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .main-img {
        padding-top: 606px;
        width: 1170px;
        height: 0;
        background-image: url('../img/top/main-pc@2x.jpg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1400px) {}