@charset "utf-8";
/* CSS Document */
/*pagination*/
.justify-content{
        -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

/*991以上*/
@media (min-width:991px){
   
}

/*1300以下*/
@media (max-width: 1300px) {
    

     
}

/*1110以下*/
@media (max-width: 1110px) {
    
/*
.musicianList .left {
    width: 200px;
    float: none;
    margin: 0 auto 3%;
}
.musicianList .right {
    width: 100%;
    float: none;
    margin: 0 0 3%;
} 
*/
   
     
}
/*991以下*/
@media (max-width: 991px) {
 

#about .title p {
    font-size: 0.8em;
    line-height: 2.5em;
} 
/*flexbox*/
.list{
  display: block;
}
 .list h3{
  height: auto;
}
.list .box{
width: 100%;
}

.close-bt img{
    
width:140px;
    
}
.tx-box {
display: block;
height: auto;
 
}
.tx-box img{

margin: auto;
display: block;

}
.tx-box p{
width: auto;
margin: auto;
display: block;
}
.Button{

height: auto;
}
}
    
/*768以下*/
@media (max-width: 768px) {
    

#about .ttl-eng-z {
    
    line-height: 1.5;
   
}


}
/*568以下*/
@media (max-width: 568px) {
  


}     