@charset "UTF-8";
/* ===============================================
   Page Wrap
   ・固定背景の上にコンテンツを重ねる
=============================================== */
.tel_wrap {
  display: flex;
}
.tel_wrap .ico_tel {
  width: 32px;
  height: auto;
}
.tel_wrap .txt_num {
  font-size: 2rem;
  margin-left: 0.5rem;
  color: #004374;
  font-weight: bold;
}

.colortxt {
  color: #004374;
}
/*# sourceMappingURL=style.css.map */