@charset "utf-8";

/*----------------------------------------------
初期設定 
-----------------------------------------------*/
.mainVisual {
    width: 100%;
    height: 300px;
    background-image: url(../images/mainvisual.jpg);
    background-repeat: none;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 84px;
}
.note-embed {
    border: 0;
    display: block;
    max-width: 99%;
    width: 494px;
    padding: 0px;
    margin: 40px auto;
    position: static;
    visibility: visible;
    /* height: 400px; */
}

@media (max-width: 600px) {
    .note-embed {
        margin: 10px auto;
    }
}