@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*共通*/
.contents-wrapper {font-family: 'Noto Sans JP', sans-serif;}
.contents_main{
    width: 980px;
    margin: 50px auto;
}
.headline{
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin: 30px;
}
h2{
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0;
}
h3{
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0;
}
.end_txt{
    margin-top: 50px;
}
