/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.1
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

body {
  font-family:
    "BIZ UDPGothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
    letter-spacing: 1.6px;
}

.text-nowrap {
    white-space: nowrap;
}


.news-tag {
    margin: 0;
    font-size: 80%;
}
.news-tag:empty {
    margin: 0;
}

.news-tag > a {
    display: inline-block;
    margin: 0 .6em .2em 0;
    padding: .45em calc(.8em - 1.8px) .45em .8em;
    border-radius: 1.6em;
    transition: opacity .3s;
    line-height: 1;
}
.news-tag > a:hover {
    opacity: .65;
}


h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 2rem
}

h4 {
    font-size: 1.75rem
}

h5 {
    font-size: 1.5rem
}

h6 {
    font-size: 1.25rem
}


@media screen and (min-width: 768px) {
    body {
        font-size: 18px;
        letter-spacing: 1.8px;
    }
    .elementor-button {
        font-size: 18px;
    }

    .news-tag {
        margin-top: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 1025px) {
}

@media print {
    a[href]:after {
        content: '';
    }
}

/* sp only */
@media screen and (max-width: 767px) {
    h1 {
        font-size: 1.9rem
    }

    h2 {
        font-size: 1.7rem
    }

    h3 {
        font-size: 1.5rem
    }

    h4 {
        font-size: 1.3rem
    }

    h5 {
        font-size: 1.1rem
    }

    h6 {
        font-size: 1rem
    }
}