@charset "UTF-8";

.contents_btn01 .add_link{
   text-align: left !important;
}
.add_border {
   border:1px solid rgba(0, 0, 0, 0.13);
   background:#faf7f2;
   padding:10px;
}
.add_button {
    display: flex;
    justify-content: flex-start;
}

a#flow + div .content_wrapper>a {
    width: 380px!important;
    max-width: 100%!important;
}
@media screen and (max-width: 768px) {
    a#flow + div .content_wrapper>a span {
        font-size: 1.6rem!important;
    }
}