.title{
    display:none;
}

.read{
    text-align:left;
}
.read_period{
    padding:0.5em 2em;
    background-color: #f5dfbc;
    border-radius:3em;
    margin:1em auto;
    width:fit-content;
}

.read_sub > div{
    font-size: 80%;
    text-indent: -1em;
    margin-left: 1em;
    color:#222;
}

h2{
    background-color:#3e290d;
    border-color:#c94707;
}

.wrap_head--logo {
    width: 85%;
    max-width: 1000px;
}
.wrap_head--logo img{width:100%;}

#contents {
    max-width: 1000px;
}