body{
    font-family: 'Noto Sans JP';
    margin: 0;
    color: #3b3b3b;
    word-break: break-word;
    word-wrap: break-word;
}
main{
    display: block;
    width: 100%;
}
.wrapper{
    display: block;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
h1{
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
}
h2{
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
}
h3{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}
h4{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}
h5{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}
h6{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

p{
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}