@charset "utf-8";
/*===========================
add
===========================*/
.catch2-2 {
    font-size: 2em;
    margin-bottom: 0.5em;
    line-height: 1.6em;
    color: #42518e;
}
@media only screen and (max-width: 600px) {
    .catch2-2 {
        font-size: 1em;
        margin-bottom: 0.5em;
        line-height: 1.6em;
        color: #42518e;
    }
}
.catch2-3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    line-height: 1.6em;
    color: #42518e;
}
@media only screen and (max-width: 600px) {
    .catch2-2 {
        font-size: 1em;
        margin-bottom: 0.5em;
        line-height: 1.6em;
        color: #42518e;
    }
}
@media only screen and (min-width: 601px) {
    .sns {
        display: none;
    }
}
.sns {
    text-align: center;
}
.sns a {
    color: #7FB3C8;
}
.sns li {
    padding: 0 2px;
    display: inline-block;
}

.fa-2x{font-size:1.6em!important;}