@charset "UTF-8";

.link-item {
    display: block;
    color: #4065a2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px;
    background-color: #f4f4f4;
}

.icn-lock-top2 {
    position: relative;
    top: 2px;
}


.main-ban-pc,
.main-ban-sp {
    margin: 0;
}

.main-ban-pc img,
.main-ban-sp img {
    width: 100%;
    display: block;
}

.footer-info {
    margin-top: 100px;
    background-color: #4065a2;
    text-align: center;
}

.footer-info p.footer-info-tit {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px 0px;
}

.com-footer {
    margin-top: 0;
}

.col4-foot li {
    font-weight: bold;
}

.icn-lock {
    width: 0.7rem !important;
}

.w300 {
    width: 300px;
}

.txt-link-movie::after {
    content: "　";
    background-image: url(/koukuu/assets/img/icn-movie.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.txt-bold {
    font-weight: bold;
}

/* .step3-chart */
.step3-chart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1100px;
    height: 100px;
    background-image: url(/koukuu/assets/img/step-chart3.jpg);
}

.step3-chart li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0;
    font-weight: bold;
}

.step3-chart .sp-only {
    display: none !important;
}


@media screen and (max-width: 812px),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

    /* .step3-chart */
    .step3-chart {
        display: block;
        width: 100%;
        height: 100%;
        background-image: none;
    }

    .step3-chart .sp-only {
        display: block !important;
    }

    .step3-chart li:nth-child(odd) {
        height: 70px;
    }

    .step3-chart li {
        width: 100%;
        padding: 0;
    }

    .step3-chart li:nth-child(1) {
        background-color: #3fa9f5;
    }

    .step3-chart li:nth-child(3) {
        background-color: #8ccaf9;
    }

    .step3-chart li:nth-child(5) {
        background-color: #eee;
    }
}

@media screen and (max-width: 925px),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    h1 .inner {
        width: 100%;
        font-size: 16px;
    }

    .w300 {
        width: 100%;
        box-sizing: border-box;
    }
}

