@charset "UTF-8";
/*
 * レイアウト固有----------------------------------
 */
.fs-l-pageMain {
  margin-top: 0;
}

.fs-c-heading {
  margin: 0;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666666;
  padding-top: 90px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .fs-c-heading {
    padding-top: 55px;
    padding-bottom: 30px;
  }
}

.common-header {
  margin-bottom: 0;
}

.common-footer-area {
  margin-top: 0;
}
.common-footer-area .footer {
  margin-top: 0;
}

/*
 * page固有----------------------------------
 */
.contact-form {
  width: 80%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .contact-form {
    width: 100%;
    margin: 0 auto 100px;
  }
}
.contact-form .remark {
  margin-bottom: 30px;
}
.contact-form ::-webkit-input-placeholder {
  color: #aaa;
}
.contact-form ::-moz-placeholder {
  color: #aaa;
}
.contact-form :-ms-input-placeholder {
  color: #aaa;
}
.contact-form ::-ms-input-placeholder {
  color: #aaa;
}
.contact-form ::placeholder {
  color: #aaa;
}
.contact-form input, .contact-form textarea, .contact-form select {
  border: 1px solid #D9D9D9;
  max-width: 80%;
  -webkit-appearance: none;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .contact-form input, .contact-form textarea, .contact-form select {
    border: 1px solid #D9D9D9;
    max-width: 100%;
  }
}
.contact-form select {
  -webkit-appearance: auto;
}
.contact-form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
.contact-form input + input {
  margin-left: 10px;
}
.contact-form table {
  width: 100%;
  border-collapse: collapse;
}
.contact-form table tr:first-child th {
  border-top: 1px solid #E5E2E2;
}
@media screen and (max-width: 768px) {
  .contact-form table tr:first-child th {
    border: none;
  }
}
.contact-form table tr:first-child td {
  border-top: 1px solid #E5E2E2;
}
@media screen and (max-width: 768px) {
  .contact-form table tr:first-child td {
    border: none;
  }
}
.contact-form table th {
  padding: 25px;
  text-align: left;
  border-bottom: 1px dotted #E5E2E2;
  vertical-align: top;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .contact-form table th {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 0 0;
  }
}
.contact-form table td {
  padding: 25px;
  border-bottom: 1px dotted #E5E2E2;
  background-image: linear-gradient(to bottom, #E5E2E2, #E5E2E2 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3px);
  background-size: 1px 4px;
  background-position: 0 0;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .contact-form table td {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 0;
    background-image: none;
  }
}
.contact-form table tr:last-child th {
  border-bottom: 1px solid #E5E2E2;
}
@media screen and (max-width: 768px) {
  .contact-form table tr:last-child th {
    border: none;
  }
}
.contact-form table tr:last-child td {
  border-bottom: 1px solid #E5E2E2;
}
@media screen and (max-width: 768px) {
  .contact-form table tr:last-child td {
    border: none;
  }
}

.wd20per {
  width: 20%;
}

.wd45per {
  width: 45%;
}

.submit-wrap {
  text-align: center;
  padding-top: 30px;
}

.submit-wrap input {
  background-color: #5977BA;
  padding: 10px 40px;
  color: #fff;
  border: none;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .mobile-wd45per {
    width: 45%;
  }
  .mobile-wd90per {
    width: 90%;
  }
}