.page-group.s1 {
  flex-direction: row;
  gap:3.6rem;
  .img1 {
    width: 17.1rem;
    flex-shrink: 0;
    transform: translateY(1.7rem);
    margin-bottom: 4rem;
    filter: drop-shadow(0 .5rem .7rem rgba(0, 0, 0, 0.1));

  }
}


.col-1 {width: 9.4rem;}
.col-2 {width: auto;}

.col-3 {width: auto;}


input{
  display: inline-block;
  border: .1rem solid #A3A3A3 !important;
  height: 3rem;
  padding: 0 .6rem !important;
  min-width: 5rem;
  width: 5rem !important;
  border-radius: .4rem;
  text-align: center;
  font-family: 'inputMath', 'KaTeX_Math' !important;
  font-size:1.21em;
}

/* input[type="text"] { font-family:'KaTeX_Math' !important;} */
input[type="tel"] { font-family: 'inputMath', 'KaTeX_Math' !important;}
.input-wrap{
  display: flex;
  gap:.2rem;
  justify-content: center;
}
.base-table .mspace {margin-right:.6rem !important;}
.base-table .input-wrap > span {margin-right:.4rem}
[data-browser="safari"] input,
[data-browser="safari"] input[type="tel"],
[data-platform="ios"] input,
[data-platform="ios"] input[type="tel"]  {font-family:inherit !important;}