body {
  margin: 0;
  padding: 0;
  background-color: #abadc7;
  line-height: 1.8em;
}

p {
  margin: 20px 0;
}

#head {
}
#head img {
  width: 100%;
}
.top_pc {
    display: block;
}
@media screen and (max-width: 520px) {
  .top_pc {
    /* スマホでは表示しない */
    display: none;
  }
}
.top_sp {
    display: block;
}
@media screen and (min-width: 521px) {
  .top_sp {
    /* PCでは表示しない */
    display: none;
  }
}


#container {
  max-width: 1000px;
  background-color: #ffffff;
  margin:0 auto;
}
@media (max-width: 1050px){
  #container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 450px){
  #container {

  }
}

.content {
  margin: 0;
  padding: 50px 20px;
  display: block;
  justify-content: center;
}

.content_wrap {
  display: block;
  align-items: center;
  width: 600px;
  margin: 50px auto;
}
@media (max-width: 1050px){
.content_wrap {
  display: block;
  align-items: center;
  width: 600px;
}
}
@media (max-width: 450px){
  .content_wrap {
    width: 100%;
    display: block;
    align-items: center;
  }
}
.content_h {
  position: relative;
  padding-bottom: 30px;
  font-size: 26px;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 35%, #abadc7 35%, #abadc7 65%, rgba(0 0 0 / 0) 65%, rgba(0 0 0 / 0) 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.content_h::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 10px;
  color: #abadc7;
  font-size: 20px;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 450px){
  .content_h {
    width: 100%;
  }
}

.content_text {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}
@media (max-width: 450px){
  .content_text {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .content_text br {
    display: none;
  }
}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #abadc7;
  color: #fff;

}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.caption {
  font-size: 0.9rem;
}

.contact {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0;
}

.contact-ttl {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.contact-table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.contact-item,
.contact-body {
    padding: 20px;
    border: 1px solid #ccc;
}

.contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
}
.contact-item span {
  color:#990000;
  font-size: 0.8rem;
  padding-left: 10px;
}

.contact-body {
    width: 70%;
}

.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}

.form-textarea {
    width: 100%;
    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;
}

#foot {
  margin: 0;
  padding: 30px;
  border-top: 1px solid #abadc7;
  display: flex;
  justify-content: center;
}
