@charset "utf-8";

/**********************************************/
/**/
/**********************************************/

/*備考*/
.note {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 15px 30px;
    border-radius: 10px;
    background-color: #f7f7f7;
}


/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1480px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 780px) {
}

@media screen and (max-width: 580px) {
}

@media screen and (max-width: 380px) {
}


