@charset "utf-8";

/*20240830*/
.header2_logo_wrap {
  width: calc(100% - 60px);
}
.tellx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  position: absolute;
  background-color: #006cb8;
  top: 0;
  right: 0;
  transition: all 0.4s;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .tellx {
pointer-events: auto !important;
  }
}
.tellx::before {
  content: "";
  width: 22px;
  height: 24px;
  background-image: url(https://medical.francebed.co.jp/images/common/icon-contact-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto;
}
.tellx > span {
  font-size: 12px;
  display: block;
  margin-top: 6px;
  font-weight: 500;
  line-height: 1;
}
.tellx:hover {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  /* .header2 {
    height: 60px;
  }
  .header2_logo_wrap {
    height: 60px;
  } */

  .tellx::before {
    content: "";
    width: 15px;
    height: 17px;
    background-size: 100%;
    display: block;
    margin: 0 auto;
  }
  .tellx > span {
    font-size: 8px;
    display: block;
    margin-top: 3px;
    line-height: 1;
  }
  .header2_logo_wrap {
    width: calc(100% - 45px);
  }
  .tellx {
    width: 45px;
    height: 45px;
  }
}
