/* CSS Document */

input:not([type="file"]):not([type="submit"]):not([type="image"]):not([type="reset"]):not([type="button"]):not([type="radio"]):not([type="checkbox"])::placeholder, textarea::placeholder {
    font-family: inherit;
    line-height: inherit;
    color: #ccc;
    opacity: 1;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact #outer {
  width: 100%;
  padding-bottom: 100px;
}

#contact #contents {
  width: 500px;
  margin: 0 auto 0;
}

#contact #header {
  width: 100%;
  margin: 0 auto 0;
}


.button button.disabled {
  opacity: 0.2 !important; cursor: default;
}

.button .incomplete_msg.abled {
  opacity: 0 !important; cursor: default;
}

.incomplete_msg {
  text-align: center;
  color: #B4001B;
  margin: 100px 0 0;
}

#form_link_area {

}

#form_link_area h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#form_link_area h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#form_link_area li {
  margin-bottom: 30px;
  border: solid 1px #f5f5f5;
  outline-offset: -1px;
}

#form_link_area li p {
  margin-bottom: 30px;
  line-height: 1.6rem;
}

#form_link_area a {
  display: block;
  background-color: #f5f5f5;
  padding: 30px 30px 40px;
  text-decoration: none;
}




#form_link_area li:hover {
  border: solid 1px #999;
  outline-offset: -1px;
  opacity: 90%;
}



#form_link_area a span {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 1em;
  background-color: #444;
  text-align: center;
  margin: 0 auto 0;
  width: 15em;
}


#form_link_area a span::before {
  right: 7px;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
}

#form_link_area .tel_area {
  margin-bottom: 50px;
}


#form_link_area .tel_num a {
  font-weight: bold;
  font-size: 2.4rem;
  display: block;
  background-color: #fff;
  padding: 1rem 0;
  text-decoration: none;
}


.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

body.contact h2 {
  margin: 0px 0 30px;
}

@media screen and (max-width: 480px) {

  input:not([type="file"]):not([type="submit"]):not([type="image"]):not([type="reset"]):not([type="button"]):not([type="radio"]):not([type="checkbox"])::placeholder, textarea::placeholder {
      font-family: inherit;
      line-height: inherit;
      color: #ccc;
      opacity: 1;
  }

  input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #contact #outer {
    width: 93%;
    padding-bottom: 10rem;
  }

  #contact #contents {
    width: 100%;
    margin: 0 auto 0;
  }

  #contact #header {
    width: 100%;
    margin: 0 auto 0;
  }


  .button button.disabled {
    opacity: 0.2 !important; cursor: default;
  }

  .button .incomplete_msg.abled {
    opacity: 0 !important; cursor: default;
  }

  .incomplete_msg {
    text-align: center;
    color: #B4001B;
    margin: 100px 0 0;
  }

  #form_link_area {

  }

  #form_link_area h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  #form_link_area h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  #form_link_area li {
    margin-bottom: 3rem;
    border: solid 1px #f5f5f5;
    outline-offset: -1px;
  }

  #form_link_area li p {
    margin-bottom: 3rem;
  }

  #form_link_area a {
    display: block;
    background-color: #f5f5f5;
    padding: 1rem 2rem 2rem;
    text-decoration: none;
  }

  #form_link_area .tel_area a {
    display: block;
    background-color: #fff;
    padding: 0;
    text-decoration: none;
  }


  #form_link_area li:hover {
    border: solid 1px #999;
    outline-offset: -1px;
    opacity: 90%;
  }



  #form_link_area a span {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 1em;
    background-color: #444;
    text-align: center;
    margin: 0 auto 0;
    width: 15em;
  }


  #form_link_area a span::before {
    right: 7px;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
  }

  #form_link_area .tel_area {
    margin-bottom: 50px;
  }
  #form_link_area .tel_num a {
    font-weight: bold;
    font-size: 2.4rem;
  }


  .arrow{
      position: relative;
      display: inline-block;
      padding: 0 0 0 16px;
      color: #000;
      vertical-align: middle;
      text-decoration: none;
  }
  .arrow::before,
  .arrow::after{
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
  }

  body.contact h2 {
    margin: 0px 0 30px;
  }

 #contacts h2 {
   width: 100%;
   margin: 0 auto 0;
   font-size: 6rem !important;
 }

}
