body ,html{
  font-size: 16px;
  line-height: 1.7;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  background: #fafafa;
  height: 100%;
  margin: 0;
  padding: 0;
}

.in-box{
  text-align: left;
  font-size: 20px;
}

.name{
  width: 200px;
}

.in-box + .in-box{
  margin-top: 200px;
}

.text1{
padding: 10px 0;

}

.sign{
  display: block;
}

.title{
  font-size: 24px;
  margin: 60px 15px 40px;
}

th{
  text-align: left;
  padding: 5px 0;
}

td{
  padding-left: 40px;
}

ol{
  list-style-type: decimal;
  margin-left: 5px ;
  padding-left: 20px;
}

.sub-title{
  padding: 10px 0;
}

.contact{
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: aliceblue;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: solid 1.5px aliceblue;
  font-size: 10px;
}

.footer{
  font-size: 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .in-box {
    font-size: 14px;
  }

  th{
    width: 90px;
  }

}

@media screen and (min-width: 768px) {
  .in-box {
    font-size: 20px;
  }
  

}


