@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Lato:900|Noto+Sans:700');


.recurrent__for {
    margin-top: 25px;
}

.recurrent {
    margin-bottom: 20px;
}

.recurrent__movie {
    margin-bottom: 20px;
}

.recurrent__form {
    margin-bottom: 20px;
}

.yochien_link{
    text-decoration: underline;
    transition: .3s;
}
 @media only screen and (min-width: 1024px) {
.yochien_link:hover{
    opacity: 0.8;
    text-decoration: none;
    transition: .3s;
}
 }