/* カスタマイズ用CSS */
@media screen and (min-width:600px) {
    .ec-headerTitle .ec-headerTitle__title a {
        display: inline-block;
        margin-bottom: 60px;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        color: black;
    }
}