.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;

  font-style: normal;
}

.thanks_text {
  font-size: 20px;
  color: #008783;
  text-align: center;
  display: inline-block;
  padding: 1.5rem 3rem;

}

.thanks_box {
  text-align: center;
}
.confirmation_text {
  font-size: 20px;
  color: #008783;
  text-align: center;
  margin-top: 5rem;
}
.thanks_container{
 display: flex;
 height: 300px;
 width: 100%;
 
 align-items: center;
 justify-content: center;
 
}

@media screen and (max-width:699.98px) {
  .thanks_text {
    font-size: 1.5rem;
    width: 100%;
  }

  .confirmation_text {
    font-size: 1.5rem;
  }
  
}