body {
    font-family: "Noto Sans JP", sans-serif;
}

h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 900 !important;
    margin-top: 40px;
    line-height: 1.4;
    color: #009ddb;
}

h1 span {
    font-size: 32px;
}

.title_p {
    margin-bottom: 12px;
    line-height: 2;
}

.p-item__wrapper {
    margin-top: 0;
}

.c-head_02::before,
.c-head_02::after {
    background-color: #51b7d4;
}

.c-head__wrapper,
.p-info__dlist {
    border-color: #51b7d4;
}

.p-othermap__link {
    background-color: #064da0;
    border-color: #064da0;
}

.p-info__dlist-child dt {
    background-color: #e7f3ff;
}

.menu_img {
    margin-top: 16px;
}

.title_france_p {
    line-height: 1.5;
    margin: 8px auto;
    margin-bottom: 16px;
}

.c-flex02__lead01 {
    margin-top: 0.5em;
    margin-bottom: 4px;
    font-size: 16px;
}

.c-cta__top a {
    border: 1px solid #064da0;
    color: #064da0;
}

.c-footer__wrapper {
    background-color: #51b7d4;
}

.footer_img {
    padding: 8px 0;
    width: 90%;
    max-width: 240px;
    height: auto;
}

.c-modal__target {
    max-width: 900px;
    border: 1px solid #ccc !important;
}

.c-head_02 {
    color: #009ddb;
}

.u-height-16 {
    height: 16px;
}

.p-special__text02 {
    text-align: center;
    font-size: 12px;
    margin: 1.5em auto;
}

@media screen and (max-width: 540px) {
    h1 {
        font-size: 7.5vw;
        margin-bottom: 38px;
    }

    h1 span {
        font-size: 6vw;
    }

    .title_p {
        font-size: 5vw;
    }

    .c-flex02__lead01 {
        font-size: 3.6vw;
    }

    .p-special__text02 {
        font-size: 10px;
    }
}

@media screen and (min-width: 431px) {
    .c-head__wrapper {
        margin: 35px auto 0;
        width: 100%;
        max-width: 550px;
    }
}