@charset "UTF-8";
/*
Theme Name: watanabe-dental
Theme URI: http://superwinwin.net/
Author: the winwin team
Author URI: http://superwinwin.net/
Description: watanabe-dental theme
Text Domain: http://superwinwin.net/
*/
/* @media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
} */

.center-mg {
    margin: 0 auto;
}
.contact-form .form-group__input input[type=number] {
    width: 100%;
    height: 4rem;
    color: #8c8575;
    border: 1px solid #8c8575;
    background: #fff;
    box-shadow: none;
    padding: 0 1.5rem;
    font-size: 1.6rem;
}
.system-box__main--group .items {
    position: relative;
    text-align: left;
}
.system-box__main--group .items .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3rem;
}
.system-box__main--group .items .txt__num {
    font-size: 7.4rem;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 1rem;
    font-family: "EB Garamond", sans-serif;
}
.system-box__main--group .items h3 {
    line-height: 1;
    font-size: 3.4rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 1rem;
}
.system-box__main--group .items p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #FFFFFF;
    text-align: left;
}
.system-box__main--group.--bg {
    position: relative;
    margin: -1rem auto 0;
    z-index: 9;
}
.system-box__main--group.--bg::after {
    content: '';
    width: 100vw;
    height: 100%;
    background: var(--background);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.faq-box p {
    margin-bottom: 5rem !important;
}
.nav-bar-menu .navbar-brand {
    width: 8.6rem;
}