@charset "utf-8";

@media screen and (max-width: 767px) {
    .mark img {
        width: 162px;
    }
}
.c_title {
    background-color: #095167;
}

#sec2 .text {
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
#sec2 .img {
    margin-top: 50px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #sec2 .text {
        margin-top: 20px;
        text-align: left;
        font-size: 14px;
    }
    #sec2 .img {
        margin-top: 20px;
    }
}

#sec3 .title {
    font-weight: bold;
    font-size: 30px;
    color: #24438A;
}
#sec3 .text {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}
#sec3 .link {
    margin-top: 30px;
    font-size: 20px;
}
#sec3 .link a {
    color: #0360F5;
    text-decoration: underline;
}
#sec3 .img {
    text-align: center;
}
@media screen and (max-width: 767px) {
    #sec3 .title {
        font-size: 18px;
    }
    #sec3 .text {
        margin-top: 20px;
        font-size: 14px;
    }
    #sec3 .link {
        margin-top: 20px;
        font-size: 14px;
    }
}