h4{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 520;
    letter-spacing: .9px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-decoration-color: #d6b200;
    padding: 0 5%;
}
strong{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-decoration-color: #4E5E80;
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1.05rem;
    font-weight: 550;
    letter-spacing: 0.5px;
    line-height: 2rem;
    padding: 1rem 0%;
}
.box_tenn{
    border:#d6b200 5px dotted;
    border-radius: 10px;
    margin: 0% 5%;
}
.box_tenn p{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    line-height: 2rem;
    padding:0% 5%
}
@media screen and (max-width: 600px) {
    .kyudaiou_logo{
        width: 300px;
        object-fit: cover;
        padding: 0% 10%;
    } 
}
@media screen and (min-width: 600px) {
    .kyudaiou_logo{
        width: 40%;
        object-fit: cover;
        padding: 0% 10%;
    } 
    
}