@charset "shift-jis";

.mainte_box{
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainte_class{
  font-size: 2rem;
  text-align: center;
  margin-top: 3%;
  padding: 0.5em 1em;
  width: 60%;
  border: double 5px #ff584d;
}

.mainte_title{
  font-size: 2.5rem;
  background-color: #ff584d;
  color: white;
  text-align:center;
}

.mainte_p{
  font-size: 1.5rem;
  margin-top: 1.5%;
}

@media screen and (max-width:1000px){
.mainte_box{
  width: 100%;
}

.mainte_class{
  width: 100%;
  border: none;
}

.mainte_title{
  font-size: 1.5rem;
  background-color: #ff584d;
  color: white;
  text-align:center;
}

.mainte_p{
  font-size: 1rem;
  margin-top: 1.5%;
}

}

