/* --------------------------------------------------
pages/ bundle
-------------------------------------------------- */
.footer_tel_flex:nth-of-type(2) {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .footer_tel_flex:nth-of-type(2) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.footer_tel_flex figure {
  margin: 0;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.footer_tel_flex_text {
  color: #928ea0;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_tel_flex_text {
    text-align: center;
  }
}