* {
    --color-text: #000000;
    --color-text-support: #777777;
    --color-text-light: #ffffff;
    --color-primary: #000000;
    --color-primary-shadow: rgba(0, 0, 0, 0.24);
    --color-primary-light: rgba(0, 0, 0, 0.1);
    --zindex: 99999;
    --font-family: inherit;
    -color-text-gray: rgba(0, 16, 14, .63);
    --color-text-gray-lighter: rgba(0, 16, 14, .3);
    --color-button-close: #ccc;
    --color-negative: rgba(255, 77, 79, 1);
    --color-critical: rgb(226 61 24);
    --color-badge-background: var(--color-critical);
    --bg-white: #fff;
    --bg-subtle: rgba(0, 0, 0, .06);
    --bg-subtle-light: rgba(0, 0, 0, .03);
    --bg-subtle-dark: rgba(0, 0, 0, .1);
    --font-size-default: 14px;
    --font-size-sm: 12px;
    --line-height-default: 1.5;
    --line-height-wide: 1.75;
    --border-default: 1px solid rgba(0, 0, 0, .06);
    --border-hover: 1px solid rgba(0, 0, 0, .1);
    --easing: cubic-bezier(.85, 0, .15, 1);
}

._pc{
    display: block;
}

._sp{
    display: none;
}

.c-callArea{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background: var(--bg-subtle-light);
    border-radius: 6px;
    width: 100%;

}

.c-callArea_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

}

.c-callArea-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--color-primary);
    color: #fff;

}

.c-callArea-icon ._svg{
    -webkit-font-smoothing: antialiased;
    display: block;
    overflow: visible;
    height: 1em;
    width: 1em;
    fill: currentColor;
    -webkit-user-select: none;
    user-select: none;

}


.c-callArea-number{
    color: var(--color-primary) !important;
    text-decoration: underline !important;
    font-size: clamp(16px, 6.4vw, 26px);
    text-underline-offset: 6px;
    font-weight: 700;
    cursor: pointer;
}

.c-callArea-number:hover{
    opacity: .7;
}

.c-callArea-freeText{
    border-top: 1px solid rgba(0, 16, 14, .06);
    padding-top: 16px;
    width: 100%;

}

.c-page-sub__content-main{
    margin-bottom:0;
}

.l-btn-burger {
    display: none;
}

.l-header-nav {
    display: none;
}

.c-page-sub__main{
    margin-top: 0;
}

.c-footer-nav{
    display: none;
}

.c-title-page::before{
    background: none;
}

.c-title-page::after{
    background: none;
}

.c-inquiry-block__tel{
    max-width: 735px;
    margin: 0 auto;
}


@media (max-width: 767px) {
.hp_sp-pt0{
    padding-top: 0 !important;
}

.hp_sp-mt0{
    margin-top: 0 !important;
}

.hp_sp-mt40{
    margin-top: 40px !important;
}

.hp_sp-mb0{
    margin-bottom: 0 !important;
}

.c-page-sub__main{
    margin-top: 40px;
}

.hp_sp-ta-j{
    text-align: justify !important;
}

.c-footer-copy{
    margin-top: 0;
}

._pc{
    display: none;
}

._sp{
    display: block;
}

}

