@charset "utf-8";
/* CSS Document */

body {
    width: 100%;
}

img {
    vertical-align: top;
    width: 100vw;
}

#container {
    width: 100%;
}

#body {}



#cta01 img {
    display: inline-block;
    width: 80vw;
    margin: auto;
    padding: 0.5em;
    text-align: center;
}

.btn {
    width: 70vw;
    margin: auto;
}

.cta02 {
    width: 100%;
    position: sticky;
    text-align: center;
    bottom: 0;
    background: #fffaf0;
}


footer {
    width: 100vw;
    margin: auto;
}

#copy {
    width: 100%;
    background-image: url("../images/EHC_sp_65.webp");
    background-size: cover;
    background-origin: border-box;
    background-repeat: no-repeat;
    text-align: center;
    font-family: serif;
    font-size: 3vw;
    color: #040126;
}

#copy p a {
    text-decoration: none;
    font-family: serif;
    font-size: 3vw;
    color: #040126;
}