@charset "UTF-8";

h3.tac {
    font-size: 1.8rem;
    color: #5789c8;
    margin: 0;
}
article { border-top: 1px solid #5789c8;}
p.font35 { color: #5789c8;}
a.btn {
    background: #5789c8;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 2px 20px;
    font-size: 14px;
}


@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 680px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 375px) {
}