@charset "UTF-8";
@media screen and (max-width: 440px) {
  .pconly {
    display: none !important;
  }
}

.sponly {
  display: none !important;
}
@media screen and (max-width: 440px) {
  .sponly {
    display: block !important;
  }
  br.sponly,
  img.sponly,
  span.sponly {
    display: inline !important;
  }
  tr.sponly {
    display: table-row !important;
  }
  th.sponly,
  td.sponly {
    display: table-cell !important;
  }
}

.tab_below {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab_below {
    display: block;
  }
}

.float-contact {
  position: fixed;
  bottom: 60px;
  left: 10px;
  z-index: 99999;
}
@media screen and (max-width: 440px) {
  .float-contact {
    display: none;
  }
}
.float-contact li {
  margin-bottom: 10px;
}
.float-contact .zalo {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #0b308e;
  border-radius: 40px;
}
.float-contact .zalo .icon-zalo {
  margin: auto;
}
.float-contact .hotline {
  display: flex;
  background: white;
  border-radius: 20px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 3px;
  height: -moz-max-content;
  height: max-content;
}
.float-contact .hotline p {
  margin: auto 0;
  margin-right: 20px;
  line-height: 1;
}
.float-contact .hotline p a {
  font-size: 12px;
  font-weight: 400;
  color: black;
  text-transform: none;
  text-decoration: none;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "Meiryo UI", sans-serif;
}
.float-contact .hotline p a:hover {
  color: #0b308e;
}
.float-contact .hotline img {
  background-color: #0b308e;
  border-radius: 20px;
  margin-right: 10px;
}

.bottom-contact {
  display: none;
}
@media screen and (max-width: 440px) {
  .bottom-contact {
    height: 55px;
    display: flex;
    justify-content: space-around;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
    background: #FDF5E6;
    overflow: hidden;
  }
  .bottom-contact img {
    width: 26px;
    margin: auto;
    padding-bottom: 5px;
  }
  .bottom-contact .icon-phone {
    margin: auto;
    display: flex;
    background-color: #0b308e;
    border-radius: 26px;
  }
  .bottom-contact .icon-phone img {
    padding: 0;
  }
  .bottom-contact p {
    color: black;
    font-size: 11px;
  }
  .bottom-contact a {
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "Meiryo UI", sans-serif;
  }
}