/*
Theme Name: テーマ名 smile-nurse
Theme URl: 
Author: takaaki sato
Description: 看護師紹介サイト

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: smile-nurse
Tested up to: 5.5.1
Requires PHP: 5.6
*/
/* トップページSEOタイトル */
.top-seo-title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 45px auto 30px;
    padding: 0 20px;
    font-size: 42px;
    line-height: 1.5;
    font-weight: 700;
}

/* スマホ */
@media screen and (max-width: 767px) {
    .top-seo-title {
        width: 100%;
        text-align: center;
        margin: 20px auto 15px;
        padding: 0 10px;
        font-size: 12px;
        line-height: 1.5;
    }
}