@charset"UTF-8";

header{
    background-color: aqua;
    align-content: center;
    background-image: url(../button/backdesign.png);
}
body h4{
    background-color: bisque;
    font-size: 30px;
    color: black;
    border-bottom: 2px solid aqua;
    padding-bottom: 10px;
    margin-bottom: 20px;

}
.title{
    display: flex;
    justify-content: space-between;
}
.yakkyokuinfo{
    background-color: aliceblue;
    display: flex;
    flex-direction: column;
}
.yakkyokuinfo h3{
    margin: 5px 0;
}
.header-inr{
    display: flex;
    justify-content: space-between;
}
.linkbutton{
    display: flex;
    flex-direction: column;
}
table,th,td{
    border: 1px solid black;
}
#linkbutton{
    width: auto;
    height: 100px;
}


@media screen and (max-width:600px){

header{
    background-size: contain;
    padding-bottom: 30px;
    height: 200px;
}

.title{
    font-size: 8px;
}
.title h3{
    font-size: 9px;
}
.linkbutton{
    flex-direction: row;
    position: fixed;
    top: 180px;
    right: 20px;

}
#linkbutton{
    width: 60px;
    height: 60px;
}
    .list a,
    .list h2 {
        font-size: 10px;
        margin: 0px 0;
        bottom: 0px;
    }
}
