@charset "UTF-8";
/* 
  関数
*/
/*$fc-black:#707070;
$bc-black:#707070;*/
/*$header-bgc:#EAEAE9;*/
/* underpages */
/* about */
/* contact*/
/* service */
/* btn */
/* job */
/* numbers */
/* 
  関数  end
*/
main {
  color: #000000;
  /*background-image: url(images/bg-gray03.jpg);
  background-size: cover;
  background-attachment: fixed;*/
  background-color: #fff;
}

.under-top .under-top-container .under-top-wrapper-01 {
  background-image: url(images/contact.png);
  background-size: cover;
}

.contact {
  background-color: #fff;
}
.contact .contact-container {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact .contact-container .contact-wrapper {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  width: 550px;
  background-color: #F5F4F4;
}
.contact .contact-container .contact-wrapper .contact-title {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 450px;
}
.contact .contact-container .contact-wrapper .contact-title h3 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
}
.contact .contact-container .contact-wrapper .contact-title h3 span {
  display: inline-block;
}
.contact .contact-container .contact-wrapper .contact-title p {
  font-size: 15px;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact .contact-container .contact-wrapper .form-container {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  padding-bottom: 40px;
}
.contact .contact-container .contact-wrapper .form-container .form-item {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item label {
  padding-bottom: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item label span {
  color: red;
}
.contact .contact-container .contact-wrapper .form-container .form-item #name {
  width: 450px;
  height: 25px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  border: 2px solid #c4c3bf;
}
.contact .contact-container .contact-wrapper .form-container .form-item #email {
  width: 450px;
  height: 25px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  border: 2px solid #c4c3bf;
}
.contact .contact-container .contact-wrapper .form-container .form-item #message {
  width: 450px;
  height: 125px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  border: 2px solid #c4c3bf;
}
.contact .contact-container .contact-wrapper .form-container .btn {
  width: 150px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  border: 2px solid #c4c3bf;
  background-color: white;
}
.contact .contact-container .contact-wrapper .form-container .btn:hover {
  background-color: #F5F4F4;
}

@media screen and (max-width: 600px) {
  .contact {
    background-color: #fff;
  }
  .contact .contact-container {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact .contact-container .contact-wrapper {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
    width: 300px;
    background-color: #F5F4F4;
  }
  .contact .contact-container .contact-wrapper .contact-title {
    padding-top: 40px;
    padding-bottom: 20px;
    width: 250px;
  }
  .contact .contact-container .contact-wrapper .contact-title h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper .contact-title p {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper .form-container {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
    padding-bottom: 40px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item .form-label {
    padding-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item .form-label span {
    color: red;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #name {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #email {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #message {
    width: 250px;
    height: 125px;
  }
}/*# sourceMappingURL=contact.css.map */