@charset "UTF-8";

/*---改行調整
-------------------------------------*/
#sec_message + section .content_wrapper .inner_item_txt p {
  font-size: 22px;
}
#sec_message + section .content_wrapper .inner_item_txt .pc_none {
  display: none;
}
#sec_message + section .content_wrapper .inner_item_txt .sp_none {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  #sec_message + section .content_wrapper .inner_item_txt p {
    font-size: min(4.8vw, 18px);
  }
  #sec_message + section .content_wrapper .inner_item_txt .pc_none {
    display: block;
  }
  #sec_message + section .content_wrapper .inner_item_txt .sp_none {
    display: none;
  }
}
.widget_tel.block_tel_1 .inner_item_tel a, .widget_tel.block_tel_1 .inner_item_tel span {
  background: transparent;
  color: #333;
}
.widget_tel .inner_item_tel svg {
  fill: #333;
}
.widget_tel .inner_item_txt {
  border: none;
}
.widget_tel .inner_item_tel {
  border: none;
}