body{
  font-family: 'Noto Sans JP', sans-serif;
}

ul {
  justify-content: center
}

li{
  list-style:none;
  text-align:center;
  margin-top:50px;
  margin-bottom: 50px;
}

.s30{
  font-size:30px;
}

.welcome{
  color: red;
}

.contact{
  width: 600px;
  margin: 0 auto;
  padding: 60px 0;
}

.contact h1{
  text-align: center;
  color:#1d1d1d;
}

.contact h2{
  text-align: center;
  color:#1d1d1d;
}

.contact p{
  text-align: center;
  color:#1d1d1d;
}

.contact table{
  width: 100%;
  margin-bottom: 20px;
}

.contact th{
  padding:20px;
  border: 1px solid #ccc;
  text-align: left;
  width: 30%;
  background-color: #eee;
}

.contact td{
  padding:10px;
  border: 1px solid #ccc;
  width: 70%;
}

.form-text{
  width: 95%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
}

.form-select {
  width: 180px;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-textarea {
  width: 95%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-submit {
  width: 250px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  padding: 15px;
  border-radius: 100vh;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
