html,
body {
  font-family: 'Noto Sans JP', 'Montserrat', "游ゴシック", "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  max-width: 600px;
  min-width: 300px;
}

#g_wrap{
  width:calc(100% - 10px);
  color: #333;
  background-color: #f5f5f5;
  font-size: 14px;
  border-radius: 15px;
  box-shadow: 3px 3px 5px 1px gray;
}

.space {
  padding: 25px 30px;
}

.flex {
  display: flex;
  align-items: flex-end;
}

#header h2 {
  font-size: 24px;
  font-weight: bold;
}
#header div {
  margin-top: 10px;
  max-width: 350px;
  font-size: 13px;
}
#date {
  float: right;
}

#contents {
  justify-content: space-between;
  width: 100%;
}
#contents .row {
  margin-top: 20px;
}
#contents .column {
  font-weight: bold;
}
#contents .data {
  color: #fe6400;
  font-weight: bold;
  margin-left: 60px;
}
#stockprice .value {
  font-size: 32px;
}
#stockprice .unit {
  font-size: 24px;
}
#AxDiff {
  font-size: 24px;
}
#change .unit {
  font-size: 16px;
}
#AxRatio {
  font-size: 16px;
}
#volume .data {
  font-size: 24px;
}

#button {
  color: #333;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .space {
    padding: 25px 5vw;
  }
  #contents .data {
    margin-left: 10vw;
  }
}