@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
ol li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: inline-block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: inline-block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
  display: inline-block;
}

.anchor-offset {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.single-block-contents {
  margin: 48px auto 0;
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
  }
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.m-articleContents__box__inner ul {
  padding: 0;
  margin: 0;
  line-height: inherit;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.top-txt {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .top-txt {
    margin-top: 40px;
  }
}
.top-txt__limit {
  margin-top: 108px;
}
@media screen and (max-width: 640px) {
  .top-txt__limit {
    margin-top: 16px;
  }
}
.top-txt p {
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .top-txt p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.top-txt p .txt-bold {
  font-weight: 700;
}
.top-txt__note {
  font-size: 13px !important;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .top-txt__note {
    font-size: 12px !important;
    margin-top: 6px;
  }
}

.why-necessary {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .why-necessary {
    margin-top: 60px;
  }
}
.why-necessary__top-txt {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .why-necessary__top-txt {
    margin-top: 20px;
  }
}
.why-necessary__worry {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .why-necessary__worry {
    margin-top: 32px;
  }
}
.why-necessary__wrap {
  background: #F3F3F3;
  padding: 60px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .why-necessary__wrap {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.why-necessary__wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .why-necessary__wrap__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.why-necessary__wrap__topTxt {
  width: 40%;
}
@media screen and (max-width: 640px) {
  .why-necessary__wrap__topTxt {
    width: 100%;
  }
}
.why-necessary__wrap__topImg {
  width: 53.5%;
}
@media screen and (max-width: 640px) {
  .why-necessary__wrap__topImg {
    width: 100%;
  }
}
.why-necessary__wrap__head {
  color: #fff;
  background: #696969;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  padding: 2px 0 4px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .why-necessary__wrap__head {
    font-size: 15px !important;
    line-height: 1.3 !important;
    padding: 4px 0;
    margin-top: 24px;
  }
}
.why-necessary__wrap__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .why-necessary__wrap__imgWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 10px;
  }
}
.why-necessary__wrap__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .why-necessary__wrap__img {
    width: 100%;
  }
}
.why-necessary__resolution {
  margin-top: -30px;
}
@media screen and (max-width: 640px) {
  .why-necessary__resolution {
    margin-top: -16px;
  }
}
.why-necessary__voiceTit {
  font-size: 20px !important;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .why-necessary__voiceTit {
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin-top: 20px;
  }
}
.why-necessary__voiceTit span {
  position: relative;
  display: inline-block;
}
.why-necessary__voiceTit span::before, .why-necessary__voiceTit span::after {
  content: "";
  background: #212121;
  position: absolute;
  top: 50%;
  width: 3px;
  height: 30px;
}
@media screen and (max-width: 640px) {
  .why-necessary__voiceTit span::before, .why-necessary__voiceTit span::after {
    width: 2px;
    height: 40px;
  }
}
.why-necessary__voiceTit span::before {
  left: -16px;
  -webkit-transform: rotate(-24deg) translateY(-50%);
          transform: rotate(-24deg) translateY(-50%);
}
@media screen and (max-width: 640px) {
  .why-necessary__voiceTit span::before {
    left: -10px;
  }
}
.why-necessary__voiceTit span::after {
  right: -8px;
  -webkit-transform: rotate(24deg) translateY(-50%);
          transform: rotate(24deg) translateY(-50%);
}
@media screen and (max-width: 640px) {
  .why-necessary__voiceTit span::after {
    right: -6px;
  }
}
.why-necessary__voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 52px 30px;
  margin-top: 24px !important;
}
@media screen and (max-width: 640px) {
  .why-necessary__voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    margin-top: 22px !important;
  }
}
.why-necessary__voice li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48%;
  height: 86px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .why-necessary__voice li {
    width: 100%;
    height: auto;
    padding: 14px 18px;
  }
}
.why-necessary__voice li.orange {
  background: #FFEEE6;
  border: 3px solid #F68855;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .why-necessary__voice li.orange {
    border: 2px solid #F68855;
    border-radius: 5px;
  }
}
.why-necessary__voice li.orange::before {
  content: "";
  background: url(../uploads/window-sash-replacement_why-necessary-ico01.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 42px;
  height: 31px;
}
@media screen and (max-width: 640px) {
  .why-necessary__voice li.orange::before {
    background: url(../uploads/window-sash-replacement_why-necessary-ico01_sp.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 14px;
  }
}
.why-necessary__voice li.red {
  background: #F9E1DE;
  border: 3px solid #F24A08;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .why-necessary__voice li.red {
    border: 2px solid #F24A08;
    border-radius: 5px;
  }
}
.why-necessary__voice li.red::before {
  content: "";
  background: url(../uploads/window-sash-replacement_why-necessary-ico02.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 39px;
  height: 36px;
}
@media screen and (max-width: 640px) {
  .why-necessary__voice li.red::before {
    background: url(../uploads/window-sash-replacement_why-necessary-ico02_sp.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 14px;
  }
}
.why-necessary__voice li.wide {
  height: 206px;
}
@media screen and (max-width: 640px) {
  .why-necessary__voice li.wide {
    height: auto;
  }
}
.why-necessary__voice li:nth-child(1)::before {
  bottom: -31px;
  left: 50%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .why-necessary__voice li:nth-child(1)::before {
    top: -14px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.why-necessary__voice li:nth-child(2)::before {
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .why-necessary__voice li:nth-child(2)::before {
    top: -14px;
    bottom: auto;
  }
}
.why-necessary__voice li:nth-child(3)::before {
  top: -35px;
  right: 52px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 640px) {
  .why-necessary__voice li:nth-child(3)::before {
    top: -14px;
    left: 50%;
    right: auto;
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
.why-necessary__voice li:nth-child(4)::before {
  top: -31px;
  left: 64px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 640px) {
  .why-necessary__voice li:nth-child(4)::before {
    top: -14px;
    left: 50%;
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}

.basic-knowledge {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .basic-knowledge {
    margin-top: 60px;
  }
}
.basic-knowledge__wrap {
  background: #E7F7FF;
  border-radius: 10px;
  padding: 40px 60px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .basic-knowledge__wrap {
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
  }
}
.basic-knowledge__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .basic-knowledge__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .basic-knowledge__list + .basic-knowledge__list {
    margin-top: 10px;
  }
}
.basic-knowledge__list--aiCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basic-knowledge__list dt {
  color: #fff;
  background: #0074BD;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 8px;
  max-width: 200px;
  width: 100%;
  padding: 8px 0 9px;
}
@media screen and (max-width: 640px) {
  .basic-knowledge__list dt {
    font-size: 14px;
    border-radius: 4px;
    max-width: none;
    padding: 6px 0;
  }
}
.basic-knowledge__list dd {
  font-size: 16px;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .basic-knowledge__list dd {
    font-size: 14px;
    line-height: 1.5;
  }
}

.insulation-effect {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .insulation-effect {
    margin-top: 60px;
  }
}
.insulation-effect__top-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .insulation-effect__top-txt {
    margin-top: 20px;
  }
}
.insulation-effect__wrap {
  background: #E7F7FF;
  border-radius: 10px;
  padding: 40px 60px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .insulation-effect__wrap {
    border-radius: 5px;
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.insulation-effect__wrap__tit {
  color: #fff;
  background: #0074BD;
  font-size: 24px !important;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  border-radius: 8px;
  padding: 4px 0;
}
@media screen and (max-width: 640px) {
  .insulation-effect__wrap__tit {
    font-size: 16px !important;
    border-radius: 4px;
    padding: 4px 0;
  }
}
.insulation-effect__wrap__head {
  color: #1968A2;
  font-weight: 18px !important;
  font-weight: 900;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .insulation-effect__wrap__head {
    font-weight: 14px !important;
    margin-top: 20px;
  }
}
.insulation-effect__wrap__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .insulation-effect__wrap__txt {
    margin-top: 10px;
  }
}
.insulation-effect__wrap__img {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .insulation-effect__wrap__img {
    margin-top: 16px;
  }
}
.insulation-effect__wrap__glass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .insulation-effect__wrap__glass {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 10px;
  }
}
.insulation-effect__wrap__glassTxt {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .insulation-effect__wrap__glassTxt {
    width: 100%;
  }
}
.insulation-effect__wrap__glassImg {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .insulation-effect__wrap__glassImg {
    width: 100%;
  }
}

.flow {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .flow {
    margin-top: 60px;
  }
}
.flow__top-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .flow__top-txt {
    margin-top: 20px;
  }
}
.flow__wrap {
  background: #E7F7FF;
  border-radius: 10px;
  padding: 40px 60px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .flow__wrap {
    border-radius: 5px;
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.flow__wrap__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .flow__wrap__img {
    margin-top: 10px;
  }
}

.comingSoon {
  font-size: 20px !important;
  font-weight: 500;
  text-align: center;
  margin-top: 64px !important;
}
@media screen and (max-width: 640px) {
  .comingSoon {
    font-size: 14px !important;
    margin-top: 56px !important;
  }
}

.inquiry {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .inquiry {
    margin-top: 85px;
  }
}
.inquiry__wrap {
  position: relative;
  border: 3px solid #104369;
  border-radius: 14px;
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .inquiry__wrap {
    border: 2px solid #104369;
    border-radius: 5px;
    margin-top: 56px;
  }
}
.inquiry__head {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 626px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .inquiry__head {
    top: -28px;
    max-width: none;
    width: 93.5%;
  }
}
.inquiry__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 44px 8px 0 44px;
}
@media screen and (max-width: 640px) {
  .inquiry__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 44px 14px 22px;
  }
}
.inquiry__main__body {
  width: 66%;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body {
    width: 100%;
  }
}
.inquiry__main__body-tit {
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body-tit {
    font-size: 16px !important;
    line-height: 1.375 !important;
    text-align: center;
    margin-top: 10px;
  }
}
.inquiry__main__body-list {
  line-height: 1 !important;
  padding: 0 !important;
  margin: 10px 0 0 !important;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body-list {
    margin: 16px 0 0 !important;
  }
}
.inquiry__main__body-list li {
  list-style: none !important;
  font-size: 15px;
  line-height: 1.73 !important;
}
@media screen and (max-width: 640px) {
  .inquiry__main__body-list li {
    font-size: 14px;
    line-height: 1.57 !important;
  }
}
.inquiry__main__img {
  width: 34%;
  -webkit-transform: translateX(-32px);
          transform: translateX(-32px);
}
@media screen and (max-width: 640px) {
  .inquiry__main__img {
    width: 67%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.inquiry__info {
  background: #104369;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 50px 30px;
}
@media screen and (max-width: 640px) {
  .inquiry__info {
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 16px;
  }
}
.inquiry__info__form {
  background: #fff;
  border-radius: 5px;
  width: 48.5%;
  padding: 36px 40px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form {
    border-radius: 2px;
    width: 100%;
    padding: 26px 24px;
  }
}
.inquiry__info__form-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry__info__form-ico {
  max-width: 41px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-ico {
    max-width: 38px;
    margin-right: 8px;
  }
}
.inquiry__info__form-txt {
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.2 !important;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-txt {
    font-size: 14px !important;
    line-height: 1.28 !important;
  }
}
.inquiry__info__form-btn {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-btn {
    margin-top: 20px;
  }
}
.inquiry__info__form-btn a {
  position: relative;
  color: #fff;
  background: #104369;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: inline-block;
  max-width: 258px;
  width: 100%;
  padding: 13px 0;
  -webkit-box-shadow: 0px 2px 0px 0px rgb(1, 21, 36);
          box-shadow: 0px 2px 0px 0px rgb(1, 21, 36);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .inquiry__info__form-btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-btn a {
    font-size: 13px;
    max-width: none;
    display: block;
    width: 87.5%;
    padding: 12px 0;
    margin: 0 auto;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(1, 21, 36);
            box-shadow: 0px 1px 0px 0px rgb(1, 21, 36);
  }
}
.inquiry__info__form-btn a::before {
  content: "";
  background: url(../uploads/water-heater-manga_inquiry-info-btn-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__form-btn a::before {
    right: 14px;
    width: 18px;
    height: 18px;
  }
}
.inquiry__info__tel {
  background: #fff;
  border-radius: 5px;
  width: 48.5%;
  padding: 20px 28px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel {
    border-radius: 2px;
    width: 100%;
    padding: 24px 15px 20px;
    margin-top: 10px;
  }
}
.inquiry__info__tel-tit {
  font-weight: 700;
  line-height: 1.25 !important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-tit {
    font-size: 13px !important;
    padding: 0;
    margin-top: 10px;
  }
}
.inquiry__info__tel-head {
  color: #fff;
  background: #104369;
  font-size: 14px !important;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  padding: 2px 0;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-head {
    font-size: 13px !important;
    width: 86%;
    padding: 0;
    margin: 10px auto 0;
  }
}
.inquiry__info__tel-btn {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-btn {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-btn img {
    width: 84%;
  }
}
.inquiry__info__tel-time {
  font-size: 14px !important;
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .inquiry__info__tel-time {
    font-size: 13px !important;
  }
}