@charset "UTF-8";

a#line+section .wrapper_item {
    background: #fcf7f1;
    border-color: #e3a76e;
}

a#line+section a {
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

a#line+section a:hover {
    opacity: 0.8;
}

a#line+section .inner_item_txt p {
    font-size: 2.0rem;
}

@media screen and (max-width: 480px) {
a#line+section .inner_item_txt p {
    font-size: 1.8rem;
}
}

/* ボタン */
.contents_btn01 .content_wrapper>a {
    width: 205px !important;
}