.header__b-test {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
@media screen and (min-width: 960px) {
  .header__b-test .header__box--right .header__nav__item {
    display: none;
  }

  .header__b-test .header__box--navi {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: 20px;
    flex-grow: 1;
  }

  .header__b-test .header__box--right {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
  }

  .header__b-test .header__nav__list>.kvAreaMain__body__column {
    background: #FFFFFF;
    margin: 0;
    padding: 2px;
  }

  .header__b-test .header__contact--sp {
    display: none;
  }
}

.header__b-test .header__contact--sp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 12px;

  max-width: 400px;
  height: 32px;
}

.header__b-test .header__contact__num--pc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #20AEE5;
}

.header__b-test .header__contact__num--sp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #20AEE5;
}

.header__b-test .header__contact__hours--pc {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.04em;
  font-feature-settings: 'kern' off;
  color: #666666;
  padding-top: 6px;
}

.header__b-test .header__contact__hours--sp {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  /* または19px */
  text-align: center;
  letter-spacing: 0.04em;
  font-feature-settings: 'kern' off;
  margin: auto 0;

  color: #666666;
}

@media screen and (max-width: 960px) {
  .header__b-test .header__contact--pc {
    display: none;
  } 
}

.b-test {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start;
  flex: none;
  order: 2;
  flex-grow: 0;
  gap: 12px;
}

.b-test .inquiryPanel__contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 100%;
}

.b-test .header__contact__num--pc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #20AEE5;
}

.b-test .header__contact__num--sp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #20AEE5;
}

.b-test p {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.04em;
  font-feature-settings: 'kern' off;

  color: #666666;
}

@media screen and (max-width: 640px) {
  .b-test .header__contact__num--pc {
    display: none
  }

  .b-test .header__contact__num--sp {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #20AEE5;
  }

  .b-test p {
    line-height: 160%;
  }
}

@media screen and (min-width: 640px) and (max-width: 960px) {
  .b-test .header__contact__num--sp {
    display: none
  }

  .b-test p {
    line-height: 160%;
  }
}

.footer__b-test .header__contact__num--pc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #20AEE5;
}

.footer__b-test .header__contact__num--sp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #20AEE5;
}

.footer__b-test p {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.04em;
  font-feature-settings: 'kern' off;

  color: #666666;
}

@media screen and (min-width: 960px) {
  .b-test .header__contact__num--sp {
    display: none
  }

  .b-test p {
    line-height: 140%;
  }
  .footer__b-test .header__contact__num--sp {
    display: none
  }

  .footer__b-test p {
    line-height: 140%;
  }
}

@media screen and (max-width: 960px) {
  .b-test .header__contact__fv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
  }

  .footerFixedBar__button {
    width: 187px;
    max-width: 240px;
    height: 40px;
  }
}

@media screen and (min-width: 960px) {
  .b-test .header__contact__fv {
    display: none;
  }
  .footer__b-test .header__contact__fv {
    display: none;
  }
}

.info_block {
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: flex-start;
width: 100%;
max-width: 1120px;
margin: 0 auto;
padding: 16px 20px;
gap: 20px;
background: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 8px;
flex: none;
justify-content: center;
align-self: stretch;
flex-grow: 0;
}

.info_title {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 140%;
letter-spacing: 0.04em;
font-feature-settings: 'kern' off, 'liga' off;
margin: auto 0px;
color: #222222;
flex: none;
order: 0;
flex-grow: 0;
}

.info_description {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 160%;
letter-spacing: 0.04em;
margin: auto 0px;
color: #222222;
order: 1;
flex-grow: 0;
}

@media screen and (max-width:640px) {
  .info_block {
    padding: 12px;
    gap: 8px;
    flex-direction: column;
    align-items: center;
  }
  .info_description {
    text-align: center;
  }
}
