@charset "utf-8";
/* 
base style 
*/
body{
    font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    background-color: #f5f5ef;
}

.title{
    font-size: 56px;
    font-weight: bolder;
    text-align: center;
}

.text{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.text::before{
    content: "";
    display: block;
    border-top: 1px solid #333;
}
