@charset "UTF-8";
.inner_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  a{
    color: #000;
  }
}
.freedial{
  > p:first-child{
    font-size: 4.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap:10px;
    line-height: 1.25;
  }
}
.color_head{
  line-height: 1;
  small{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {

.inner_content{
  .fs_32{
    font-size: 2.4rem;
  }
}
.freedial{
  > p:first-child{
    font-size: min(4.8rem, 8vw);
    line-height: 1.5;
    margin-top: 10px;
    > span:first-child{
      max-width: 20%;
    }
  }
}
}
@media print {

}