
body{
background-color:white;
}
.header{
    background-image: url(../img/bkg_main.webp);
}
.content{
max-width: 1040px;
    margin: 0 auto;
margin-top: 150px;
}
.content-body{
    max-width: 740px;
    margin: 0 auto;
        padding-bottom: 6.25rem;
}
.page-title__en{
    font-size: clamp(12px, 3.7333333333vw, 1.375rem);
    color: #003894;
}
.page-title__ja{
font-size: clamp(20px, 6.4vw, 2.25rem);
}


.wp-block-heading{
font-size: 24px;
        line-height: 1.625;
        margin-top: 10%;
        text-align: left;
}
.post-content p{
    margin-top: 0.625rem;
line-height: 2.5625rem;
}
.post-content ul li{
position:relative;
line-height: 1.5625rem;
padding-left:10px;
margin-bottom:10px;
}
.post-content ul li::before{
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.125rem;
    background-color: black;
    position: absolute;
    top: 0.625rem;
    left: 0;
}

@media only screen and (max-width: 768px){

.content{
margin-top: 50px;
        padding: 0 20px
}
.post-content p{
line-height: 1.5625rem;
}
}
