@charset "UTF-8";
#top_pic.article .inner{
  aspect-ratio: 16 / 3;
}
#top_pic.article .inner img{
  object-fit: cover;
}
.article#top_pic h3{
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  font-size: 2.5rem;
  flex-direction: column;
  gap:.3rem;
  line-height : 1;
}
.article#top_pic h3 b{
  font-size: 1.5rem;
  font-weight : 700;
  display : block;
  left : -3px;
}
section.access .inner{
  text-align : center;
  display : block;
}
.tel6 i{
  background-image: url(../img/tel.svg) !important;
}
section.access h5{
  padding : 1rem 0 0;
}
section.access p{
  font-size : 1.4rem;
  line-height : 1.1;
  margin-bottom : 0.5rem;
}