body {
    font-family: 'Noto Sans JP', sans-serif!important;
}

html {
    font-family: 'Noto Sans JP', sans-serif!important;
}

#masthead {
    padding: 0%;
}


/* スマホ用 */

@media screen and (max-width: 767px) {
    /* ヘッダー部分 */
    .header-wrap .col-md-8 {
        display: none;
    }
    .text-slider .maintitle {
        font-family: 'Noto Sans JP', sans-serif!important;
        text-shadow: 0 0 7px #4195b1;
    }
    .text-slider .subtitle {
        font-weight: 700;
        text-shadow: 0 0 7px #4195b1;
    }
    .site-title {
        font-size: 16px;
    }
    .col-xs-12 {
        width: 50%;
    }
    .button-slider {
        padding: 3px 20px;
        font-size: 12px;
    }
    /*お悩み*/
    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 0!important;
    }
    .elementor-icon-list-text {
        font-size: 150%;
    }
}


/* タブレット用 */

@media screen and (min-width: 767px) and (max-width: 1024px) {
    /* ヘッダー部分 */
    .header-wrap .col-md-8 {
        display: none;
    }
    .text-slider .maintitle {
        font-size: 40px;
        font-family: 'Noto Sans JP', sans-serif!important;
        text-shadow: 0 0 7px #4195b1;
    }
    .text-slider .subtitle {
        font-weight: 700;
        text-shadow: 0 0 7px #4195b1;
    }
    .roll-button {
        font-size: 20px;
        padding: 13px 50px;
    }
    /*お悩み*/
    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 0!important;
    }
    .elementor-icon-list-text {
        font-size: 150%;
    }
}


/* デスクトップ用 */

@media screen and (min-width: 1024px) {
    /* ヘッダー部分 */
    .header-wrap .col-md-8 {
        display: none;
    }
    .text-slider .maintitle {
        font-family: 'Noto Sans JP', sans-serif!important;
        text-shadow: 0 0 7px #4195b1;
    }
    .text-slider .subtitle {
        font-weight: 700;
        text-shadow: 0 0 7px #4195b1;
    }
    /* ヘッダーお問い合わせボタン */
    .roll-button {
        font-size: 24px;
        padding: 17px 50px;
    }
    /*お悩み*/
    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 0!important;
    }
    .elementor-icon-list-text {
        font-size: 150%;
    }
}