.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* コンテナを画面の高さいっぱいにする */
}

.centered-content {
    border: 2px solid #000;
    padding: 20px;
}
.header-logo-container {
    display: flex;
    align-items: center;
    height: 60px;
}

.header-logo-container img {
    width: 120px;
    height: auto;
}
footer {
    text-align: center; /* テキストをセンター揃えに */
    color: #808080; /* テキスト色を薄いグレーに */
}

footer p {
    font-size: 0.7rem; /* テキストサイズを1.2remに */
    margin: 30px 0;
    line-height: 2;
    padding: 0 20px;
}

/* 波のスタイル */

.waveWrap {
    width: 100%;
}

#waveCanvas {
    position: fixed;
    left: 0;
    top: 80px;
    z-index: -1;
}
/* Visumo要素スタイル調整 */

.visumo_page .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li,.visumo_page .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
    width: auto;
}

.visumo_page .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a,.visumo_page .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a{
    padding: 16px 24px;
    border-radius: 5px;
    background-color: #F7F5F1;
    border: none;
}

.visumo_page .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a:hover,.visumo_page .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a,.visumo_page .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a:hover,.visumo_page .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a {
    background-color: #979187;
}

.visumo_scroll_top_btn {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #F7F5F1;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
}

.visumo_title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.visumo_title img{
    width: 250px;
    height: auto;
}

.visumo_lead {
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.12;
    font-style: normal;
    margin-bottom: 45px;
    padding: 0 12px;
}

.ecbn-selection-page-tabs-area {
    overflow: auto;
}

.ecbn-selection-page-tabs {
    display: flex;
}

.visumo_page .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li, .visumo_page .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
    flex-shrink: 0;
}

@media (min-width:720px) {
    .header-logo-container { 
        height: 100px;
    }
    .header-logo-container img {
        width: 175px;
        margin-left: 9px;
    }
    .visumo_title {
        margin-top: 54px;
        margin-bottom: 40px;
    }
    .visumo_title img{
        width: 355px;
    }
    .visumo_lead {
        font-size: 16px;
        margin-bottom: 90px;
    }
    #waveCanvas {
        top: 120px;
    }
    .visumo_page .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs,.visumo_page .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs{
        text-align: center;
    }
    .ecbn-selection-page-tabs-area {
        overflow:  visible;
    }
    .ecbn-selection-page-tabs {
        display: block;
    }
    .show-sp {
        display: none;
    }
}

