/*
Theme Name: Omura2022
Theme URI: https://www.omura.co.jp
Description: 大村印刷株式会社
Author: Kiyoharu Ito
Version: 1.0
*/
@import url("./assets/css/ress.css");
html{
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
    line-height: 1.9;
    color: #333;
    background-color: #fff;
    font-family: YakuHanJP, source-han-sans-japanese, Helvetica, Arial, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover *::before{
    text-decoration: none;
}
*{
    box-sizing: border-box;
}
::selection {
    background-color: rgba(0, 20, 42, .75);
    color: #fff;
}
h1,h2,h3,h4,h5,h6{
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6,
.attempt,
.globalnav, .sectionnav,
.solutions,
.module-content,
.title, .label,
.btn{
    font-family: YakuHanJP, source-han-sans-japanese, 'Noto Sans JP', sans-serif;
}

