@charset "utf-8";

.top_info{
    height: 250px;
    overflow: auto;
}

@media print,screen and (min-width : 501px) {

h1{
    font-size:28px;font-size:2.8rem;
    border-bottom: 1px solid #263EAD;
    margin-bottom: 30px;
    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:24px;font-size:2.4rem;
    border-bottom: 1px solid #263EAD;
    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;
}

}
