@charset "UTF-8";

/* LINE */
a#line+section p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
a#line+.mw400 .content_wrapper {
    max-width: 520px !important;
}
a#line+section p a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    /* color: inherit; */
    padding: 10px;
    transition: 0.2s ease-in-out;
}

a#line+section img {
    width: 50px;
    height: 50px;
    margin-right: 25px;
}

a#line+section p a:hover {
    opacity: 0.7;
}


@media screen and (min-width: 601px) {
a#line+.dec1_1:not(.block_images_21)>.content_wrapper {
    padding: 30px;
}

a#line+section .wrapper_item {
    padding: 25px !important;
}
}

@media screen and (max-width: 600px) {
a#line+section img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
a#line+section p {
    font-size: 1.4rem;
}
}