@charset "utf-8";

.header .header_in .menu dl dt {
    font-size: 1.1rem;
}

.header .header_in .menu dl dt.menu__title {
    font-size: 1.2rem;
}

.header .header_in .menu dl dt.fc a {
    background-color: #53a1de;
}

.container .attention {
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #FFD24D;
    background-color: #FFF7DD;
    text-align: center;
    font-size: 15px;
}

.container section.about {
    background-color: #F3F7FA;
}

.container section.about .wrapper {
    width: 960px;
    margin: 0px auto;
    text-align: left;
    clear: both;
    min-height: 1px;
}

.container section.about .wrapper h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.container section.about .wrapper h1.maintenance {
    font-size: 18px;
    padding: 10px;
}

.container section.about h1 .ranking {
    font-size: 30px;
    color: #268CBD;
}

section.countermeasure h1 {
    position: relative;
}

section.countermeasure h1 img.img1 {
    position: absolute;
    width: 80px;
    right: 90px;
}

@media only screen and (max-width: 767px) {
    .container section.countermeasure .wrapper h1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .container section.about .wrapper h1.maintenance {
        font-size: 10px;
    }

    section.countermeasure h1 img.img1 {
        position: absolute;
        width: 60px;
        right: 20px;
        top: 70px;
    }

    section.countermeasure .banner-container {
        flex-direction: column;
        /* 縦並びに切り替え */
    }
}


@media only screen and (min-width: 1400px) {
    .header .header_in .menu dl dt.contact a {
        width: 141.59px
    }

    .header .header_in .menu dl dt.login-01 a,
    .header .header_in .menu dl dt.login-02 a {
        width: 185.05px
    }

    .container section.about .sp {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .container .attention {
        font-size: 8px;
    }

    .container .attention .large_title {
        font-size: larger;
    }

    .container section.about .wrapper {
        width: 100%;
    }

    .container section.about .pc {
        display: none;
    }

    .container section.about h1 .ranking {
        font-size: 24px;
    }

    .container section.about .wrapper h1 {
        font-size: 15px;
    }
}
