@charset "utf-8";

.top_info{
    height: 250px;
    overflow: auto;
}

@media print,screen and (min-width : 501px) {

h1{
    font-size:26px;font-size:2.6rem;
    margin-bottom: 20px;
    text-align: center;
    color: #263EAD;

}
.blk{
  margin-top: 40px;
}

.b-txtimg p{
  margin-bottom: 10px;
}
.b-txtimg #incho{
  text-align: right;
}

.b-sns img{
  width: 30px;
}


}
@media screen and (max-width : 500px) {

h1{
    font-size:22px;font-size:2.2rem;
    margin-bottom: 20px;
    text-align: center;
    color: #263EAD;
}
.blk{
  margin-top: 20px;
}

.b-txtimg p{
  margin-bottom: 10px;
}
.b-txtimg #incho{
  text-align: right;
}

.b-sns img{
  width: 30px;
}

}
