@charset "UTF-8";
@import url("base.css");
@import url("../contact_form/mfp.statics/mailformpro.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
h1 {
  font-size: 200%;
  color: #036eb5;
  text-align: center;
  color: #fff;
  text-align: center;
  background-image: url("../img/base/back_header.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 200px;
  width: 96%;
  padding: 0 2%; }

#contact {
  margin: 5em auto;
  line-height: 1.5; }
  #contact h2 {
    font-size: 200%;
    color: #036eb5;
    text-align: center;
    margin: 0 0 1em; }
  #contact p {
    margin: 0.5em 0 2em; }
  #contact #thanks {
    text-align: center; }
    #contact #thanks .btn a {
      background-color: #036eb5;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      display: block;
      width: 250px;
      padding: 1em 0;
      text-align: center;
      margin: 2em auto 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #contact #thanks .btn a:hover, #contact #thanks .btn a:active {
        background-color: #0386DC;
        text-decoration: none; }

.inp01 {
  width: 25% !important; }

.inp02 {
  width: 35% !important; }

.inp03 {
  width: 60% !important; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*メイン*/
  .m_sp {
    display: none; }

  #contact {
    width: 1280px; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*メイン*/
  #contact {
    width: 96%; } }
/* 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) {
  /*基本設定*/
  /*メイン*/
  #contact h2 {
    font-size: 187%; }

  .inp01 {
    width: 25% !important; }

  .inp02 {
    width: 65% !important; }

  .inp03 {
    width: 80% !important; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*メイン*/
  h1 {
    font-size: 160%;
    line-height: 100px; }

  #contact {
    margin: 2.5em auto; }
    #contact h2 {
      font-size: 160%; }
    #contact #thanks {
      text-align: center; }
      #contact #thanks .btn a {
        background-color: #036eb5;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        display: block;
        width: 200px;
        padding: 1em 0;
        text-align: center;
        margin: 2em auto 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        #contact #thanks .btn a:hover, #contact #thanks .btn a:active {
          background-color: #0386DC;
          text-decoration: none; }

  .inp01 {
    width: 32% !important; }

  .inp02 {
    width: 75% !important; }

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