@charset "UTF-8";
@import url("base.css");
@import url("../contact_form/mfp.statics/mailformpro.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
#top_back {
  width: 100%;
  background-image: url("../img/contact/top_img.JPG");
  background-position: center;
  background-repeat: repeat;
  background-size: cover; }
  #top_back h1 {
    width: 30%;
    padding: 3em 10%;
    font-size: 200%;
    background: rgba(94, 94, 94, 0.7);
    color: #fff; }
    #top_back h1 span {
      display: block;
      font-weight: normal;
      font-size: 50%; }

#introduction {
  width: 80%;
  margin: 5em auto 0;
  position: relative; }
  #introduction h2 {
    font-size: 200%; }
    #introduction h2 span {
      display: block;
      font-size: 50%;
      color: #BC1B21; }
  #introduction p {
    position: relative;
    width: 100%;
    margin: 5em 0 0 0; }

#contact {
  width: 80%;
  margin: 5em auto 0; }
  #contact p {
    text-align: center;
    margin: 0 0 1em; }
  #contact h2 {
    font-size: 200%; }
    #contact h2 span {
      display: block;
      font-size: 50%;
      color: #BC1B21; }
  #contact #thanks {
    margin: 3em 0 0;
    text-align: center; }
    #contact #thanks .btn a {
      background: #191919;
      border-radius: 50px;
      position: relative;
      display: block;
      margin: 3em auto 0;
      max-width: 250px;
      padding: 10px 40px;
      color: #fff;
      transition: 0.3s ease-in-out;
      font-weight: 500;
      text-decoration: none; }
      #contact #thanks .btn a:hover {
        background: #2F2F2F;
        color: #FFF; }
      #contact #thanks .btn a:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out; }
      #contact #thanks .btn a:hover:after {
        border-color: #FFF; }

.inp01 {
  width: 25% !important; }

.inp02 {
  width: 35% !important; }

.inp03 {
  width: 60% !important; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*メイン*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*メイン*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*メイン*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*メイン*/
  #top_back {
    margin: 150px 0 0; }
    #top_back h1 {
      font-size: 180%; }

  #contact h2 {
    font-size: 180%; }

  .inp01 {
    width: 25% !important; }

  .inp02 {
    width: 65% !important; }

  .inp03 {
    width: 80% !important; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*メイン*/
  #top_back {
    margin: 100px 0 0; }
    #top_back h1 {
      width: 40%;
      padding: 3em 5%;
      font-size: 130%; }

  #introduction {
    margin: 2.5em auto 0; }
    #introduction h2 {
      font-size: 130%; }
    #introduction p {
      position: relative;
      width: 100%;
      margin: 2.5em 0 0; }

  #contact h2 {
    font-size: 130%; }
  #contact #thanks {
    margin: 3em 0 0;
    text-align: center; }
    #contact #thanks .btn a {
      max-width: 200px;
      padding: 10px 20px; }

  .inp01 {
    width: 32% !important; }

  .inp02 {
    width: 75% !important; }

  .inp03 {
    width: 100% !important; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*メイン*/ }
