@charset "UTF-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #333333;
  line-height: 1.7em;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
}

.header-inner {
  max-width: 1200px;
  height: 93.594px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: block;
  width: 220px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer li {
  font-size: 12px;
}

.copyright {
  font-size: 10.5px;
  margin: 7px;
  text-align: center;
}

.title {
  background-color: #337ab7;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 8rem;
  width: 100%;
  align-items: center;
}

.title h1 {
  font-size: 32px;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
}

.main h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 28px;
  padding: 14px 0;
  text-align: center;
  border-top: 2px solid #337ab7;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.main h3 {
  position: relative;
  margin-top: 28px;
  border-radius: 5px;
  margin-bottom: 1em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.contact {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}


.form-area {
  background-color: rgba(0,0,0,0.06);
  margin-top: 25px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.form-area dt {
  width: 200px;
  padding-top: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}

.form-area dd {
  width: calc(100% - 200px);
  padding-top: 30px;
}  

.form-area dt .required::after {
  content: '必須';
  font-size: 11px;
  color: #eb4f32;
  margin-left: 10px;
}

.input-text {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.confirm-text {
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.input-text-local {
  width: 37%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.input-text-domain {
  width: 60%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.select-box {
  width: 200px;
  height: 40px;
}

.message {
  width: 100%;
  height: 260px;
  padding: 10px 10px 0 10px;
  line-height: 1.5;
}

.messagetext {
  font-size: 11px;
  margin-left: 200px;
}

.button {
  text-align: center;
}

.return-button {
  background-color: #fff;
  display: inline-block;
  text-align: center;
  min-width: 180px;
  width: 50%;
  line-height: 57px;
  border-radius: 50px;
  font-size: 18px;
  margin-top: 20px;
  color: #333333;
  box-shadow: none;
  cursor: pointer;
  border-color: #333333;
}

.return-button:hover {
  background-color: rgba(0,0,0,0.06);
  border-color: #333333;
  color: #333333;
  box-shadow: none;
}

.submit-button {
  background-color: #337ab7;
  display: inline-block;
  text-align: center;
  min-width: 180px;
  width: 50%;
  line-height: 57px;
  border-radius: 50px;
  font-size: 18px;
  margin-top: 20px;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  border: none;
}

.submit-button:hover {
  background-color: #3989cf;
}

.contact-button {
  background-color: #337ab7;
  display: inline-block;
  text-align: center;
  min-width: 180px;
  width: 50%;
  line-height: 57px;
  border-radius: 50px;
  font-size: 18px;
  margin-top: 20px;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  border: none;
}

.contact-button:hover {
  background-color: #3989cf;
}

.contact-address {
  text-align: center;
}


footer .site-menu {
  display: block;
  border-top: 1px solid #337ab7;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 1em 0;
  line-height: 1;
}

@media (max-width: 800px) {

  .header-inner {
    max-width: 80%;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .header-logo {
    display: block;
    width: 310px;
  }

  .title {
    margin-top: 15px;
    min-height: 5rem;
  }

  .title h1 {
    font-size: 20px;
  }

  .contact {
    width: 500px;
    margin-top: 45px;
  }

  .contact h2 {
    font-size: 18px;
    padding-top: 15px;
  }

  .form-area dt,
  .form-area dd {
    width: 100%;
    padding-top: 15px;
    font-size: 16px;
    line-height: 1.8em;
  }

  .select-box {
    max-width: 100%;
  }

  .messagetext {
    font-size: 11px;
    margin-left: 0;
  }

  .submit-button  {
    width: 100%;
  }

  .return-button {
    width: 100%;
  }

  body p {
    font-size: 16px;
    line-height: 25px;
  }
}