@charset "shift_jis";
/* CSS Document */

@media screen and (min-width: 768px) {
#header .header-content>.postlogo {
    max-width: 144px;
    width: 7rem;
    left: 0;
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
}
.toph1{
text-align: center!important;
margin-top: 1.0rem;
font-size: 1.3rem;
}
}
@media screen and (max-width: 767px) {
#header .header-content>.postlogo {
    color: #333;
    display: inline-block;
    transform: translate(-50%, -50%);
    line-height: inherit;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 40%;
    margin: auto;
    width: 6rem;
    max-width: 72px;
}
.toph1{
font-size:1.1rem; 
text-align: center!important;
margin-top: 1.0rem;

}
}



.center{ text-align: center!important; }

