html {
    background: #fff;
}

body {
    max-width: 960px; 
    width: 100%;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #000;
    margin: 0 auto;
    font-size: 18px;
    font-family: "Noto Sans JP", "sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) {
    font-size: 1.7rem;
}
.textStyle-IN {
    font-family: 'Inter', "sans-serif","Noto Sans JP","sans-serif","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}
h1 {
     font-size: calc(2.2rem + 0.6vw);
}
h2 {
    font-size: calc(1.9rem + 0.6vw);
    line-height: 1.4;
}
h3 {
    font-size: calc(1.6rem + 0.2vw);
    line-height: 1.4;
}
h4 {
    font-size: calc(1.4rem + 0.2vw);
    margin-bottom: 20px;
}
h5 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}
h6 {
    font-size: 1.0rem;
    margin-bottom: 20px;
}
a {
    color: #0083e8;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto auto 20px auto;
}

section {
    display: block;
}

div {
    display: block;
    padding: 20px;
}

/* Font */
b, strong {
    font-weight: 600;
}
.text-Sml {
    font-size: 0.8rem;
    line-height: 1.7;
}
.text-mdl {
    font-size: 1.0rem;
}
.txt-tmt {
    font-size: calc(1.4rem + 0.6vw);
    vertical-align: bottom;
}
.t-ht {
    line-height: 1.8;
}
.t-left {
    text-align: left;
}
hr .line{  
  border: none;
  border-top: 1px dotted #999;
    }
.lp-lHt {
    line-height: 2.2;
}

@media screen and (min-width: 768px) {
    .text-Sml  {
    font-size: 1.0rem;
    line-height: 1.7;
}
     .text-mdl  {
    font-size: 1.1rem;
    line-height: 1.7;
}
}


