main .eyecatch__link:hover img {
    transform: scale(1);
}

.content .outline__toggle:checked+.outline__switch::before {
    content: "Close";
}

.content .outline__switch::before {
    content: "Open";
}

.content a {
    color: #1558d6;
    font-weight: 600;
    text-decoration: underline;
}
.content .outline a {
    text-decoration: none;
}


@media only screen and (min-width: 767px) {

    .wider + .l-wrapper {
        margin: 15px 0 40px;
    }

    .content a:hover {
        color: #337ab7;
        text-decoration: none;
    }

}