html,
body {
  font-family: 'Montserrat', 'Noto Sans JP', "游ゴシック", "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  /* width: 99.5%; */
  /* width: 99.9%; */
  font-size: calc(193px * 0.015);
}

@media (max-width: 193px) {
  html {
    font-size: 1.5vw;
  }
}

#wrap{
  /* background-color: aqua; */
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  max-width: 193px;
  box-sizing: border-box;
}

#data div{
  display: flex;
  padding-top: 4px;
  align-items: center;
  justify-content: space-between;
  /* align-items: flex-end; */
}



#data dd{
  /* width:40%; */
  font-size: 18rem;
  text-align: right;
  color: #232C93;
  font-weight: 600;
  /* vertical-align: middle;  */
  display: flex;
  /* align-items: baseline; */
  align-items: center;
  font-size: 18px;
}

#data div:nth-child(1) dd{
  font-size: 34px;
}


#bottom{
  padding-top: 11px;
  font-size: 12px;
  text-align: right;
  font-weight: 400;
  color: #B8B8B8;
}

dt{
  background-color: #1D50B1;
  color: #fff;
  /* padding-top: 5px; */
  /* padding-bottom: 5px; */
  border-radius: 3px;
}

dt p{
  width: 54px;
  text-align: center;
  font-weight: 600 !important;
  line-height: 22px;
  /* vertical-align: middle; */
  font-size: 12px;
}

#data div:not(:first-of-type){
   padding-left: 12px;
   padding-right: 6px;
   padding-top: 9px;
}

#data div:nth-child(1){
  padding-right: 14px;
}

#AxRatio{
  font-family: 'BIZ UDPGothic';
  font-weight: 700;
  font-size: 10px;
}

#AxDiff{
  padding-right: 3px;
}

#data div:nth-child(3) dd{
  padding-right: 3px;
}
#data div:nth-child(4) dd{
  padding-right: 3px;
}

#data div:nth-child(5) dd{
  padding-right: 3px;
}

#data div:nth-child(6) dd{
  padding-right: 3px;
}

.ratio{
  font-family: 'BIZ UDPGothic';
  font-weight: 700;
  font-size: 10px;
}

@media screen and (max-width: 174px) {
  dt p{
    width: 50px;
    line-height: 20px;
    font-size: 10px;
  }
  #data dd{
    font-size: 16px;
  }
  
  #data div:nth-child(1) dd{
    font-size: 32px;
  }
  
  #AxRatio{
    font-family: 'BIZ UDPGothic';
    font-weight: 700;
    font-size: 8px;
  }

  .ratio{
    font-family: 'BIZ UDPGothic';
    font-weight: 700;
    font-size: 8px;
  }
  #data div:not(:first-of-type){
    padding-top: 10px;
  }

  #bottom{
    padding-top: 12px;
  }
  
  #wrap{
    padding-top: 8px;
    padding-bottom: 8px;
  }
}