@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;
}

.main-img {
    display: none;
}

.main-img {
    padding-top: 56.8%;
    width: 100%;
    height: 0;
    background-image: url('../img/top/main-sp.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-tx {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 300px;
    height: 50px;
    color: #fff;
    text-indent: 100%;
    white-space: nowrap;
}

.main-msg {
    margin: 20px 0 10px;
    font-size: .688rem;
    line-height: 1.7;
}


/* contents */

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

.contents-tx h2 {
    color: #00ADEF;
    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: #00ADEF;
}

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

@media (min-width: 400px) {
    .main-msg {
        margin: 20px 0 10px;
        font-size: .75rem;
    }
    /* contents */
    .contents-tx {
        font-size: .875rem;
    }
}

@media (min-width: 576px) {
    /* contents */
    .contents-tx {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .main-img {
        padding-top: 51.7%;
        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 20px;
        font-size: 1rem;
        line-height: 2.2;
}
}

@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;
    }

    /* 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) {

}
