/*==================================================
  support
==================================================*/
.p-businesscenter_tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 685px;
  margin: 2.4rem auto; }
  .p-businesscenter_tel li {
    width: 33%;
    padding: 1rem 1rem; }
    @media screen and (max-width: 568px) {
      .p-businesscenter_tel li {
        width: 50%;
        padding: .5rem .5rem; } }
    .p-businesscenter_tel li p {
      padding: 1rem 2rem;
      background-color: #eeeeee;
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 568px) {
        .p-businesscenter_tel li p {
          padding: .5rem;
          font-size: 1.8rem; } }
  .p-businesscenter_tel .p-businesscenter_tel-b p {
    background-color: #646464;
    color: #fff; }

/*# sourceMappingURL=businesscenter.css.map */
