html,
body {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  /* width: 99.5%; */
  /* width: 99.9%; */
  font-size: 5.5vw;
}

#wrap{
  /* background-color: aqua; */
  padding-top: 1.8rem;
  padding-right: 1.5rem;
  padding-bottom: 1.8rem;
  padding-left: 1.5rem;
}

#wrap a{
  text-decoration: none;
}

#subject{
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  width: 100%;
  border-bottom: #004097 solid 0.1rem;
  font-weight: bold;
  color: #004097;
  font-size: 1.7rem;
  padding-bottom: 1.1rem;
}

#subject span:nth-child(1){
  width:80%;
}
#subject span:nth-child(2){
  width:20%;
  text-align: right;
}

#subject img{
  width: 1rem;
  height: 1rem;
}

#data div{
  display: flex;
  padding-top: 2.2rem;
  align-items: center;
}

#data dt{
  width:40%;
  font-size: 1.2rem;
}

#data dd{
  width:40%;
  font-size: 1.7rem;
  text-align: right;
}

#bottom{
  padding-top: 2.2rem;
  font-size: 1rem;
}

#bottom p:nth-child(2){
  padding-top: 0.8rem;
}