@charset "UTF-8";
* {
  box-sizing: border-box;
  margin-top: 0;
  color: #403731;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

body {
  line-height: 1.5;
  background-color: #FFF;
  margin-top: 0 !important;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,'Noto Sans JP',sans-serif;
}

.clear::after {
  display: block;
  clear: both;
  content: "";
}

img {
  width: 100%;
  display: block;
}

a {
  color: #49BCBD;
  text-decoration: none;
}

.container {
  width: 92%;
  max-width: 1080px;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .container {
    width: 85%;
  }
}

.sp-only {
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}

@media screen and (min-width: 960px) {
  .pc-only {
    display: block;
  }
}

.contact-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-wrapper form .contact-contents {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

@media screen and (min-width: 960px) {
  .contact-wrapper form .contact-contents {
    max-width: none;
    max-width: 700px;
  }
}

.contact-wrapper form .contact-contents h3 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}

.contact-wrapper form .contact-contents h3:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #9B0000;
  height: 5px;
  width: 50px;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .contact-wrapper form .contact-contents h3 {
    font-size: 30px;
  }
}

.contact-wrapper form .contact-contents .c-text {
  padding-bottom: 50px;
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  .contact-wrapper form .contact-contents .c-text {
    font-size: 16px;
  }
}

.contact-wrapper form .contact-contents .contact-item {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .contact-wrapper form .contact-contents .contact-item {
    display: flex;
    margin-bottom: 25px;
  }
}

.contact-wrapper form .contact-contents .contact-item .contact-title {
  width: 100%;
  font-weight: bold;
  padding-bottom: 5px;
}

@media screen and (min-width: 960px) {
  .contact-wrapper form .contact-contents .contact-item .contact-title {
    width: 35%;
  }
}

.contact-wrapper form .contact-contents .contact-item .input-text {
  width: 100%;
  height: 30px;
}

@media screen and (min-width: 960px) {
  .contact-wrapper form .contact-contents .contact-item .input-text {
    height: 40px;
    width: 65%;
  }
}

.contact-wrapper form .contact-contents .contact-item textarea {
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 960px) {
  .contact-wrapper form .contact-contents .contact-item textarea {
    width: 65%;
  }
}

@media screen and (min-width: 960px) {
  .contact-wrapper form .contact-contents .ct-check {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

.contact-wrapper form .contact-contents .ct-check label {
  padding-right: 10px;
  display: block;
}

.contact-wrapper form .contact-contents button {
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #9B0000;
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 10px;
}

.contact-wrapper form .contact-contents button:hover {
  background-color: #fff;
  color: #9B0000;
  border: 1px solid #9B0000;
}

.top-img {
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 40%;
}

@media screen and (min-width: 576px) {
  .top-img {
    width: 30%;
  }
}
