@charset "UTF-8";
@import url("base.css");
@import url("../contact_form/mfp.statics/mailformpro.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
#name_top {
  margin: 0;
  width: 100%;
  background-image: url("../img/contact/top_back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  height: 30em; }
  #name_top h1 {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

#contact {
  width: 80%;
  margin: 5em auto; }
  #contact h2 {
    font-size: 156%; }
    #contact h2 span {
      color: #84b428;
      display: inline-block;
      margin: 0 0 0 1em;
      font-size: 80%;
      vertical-align: middle; }
  #contact .c_text {
    margin: 2em 0; }
  #contact #thanks .btn a {
    background-color: #84b428;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 250px;
    padding: 1em 0;
    text-align: center;
    margin: 2em auto 0;
    border-radius: 6px;
    -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: #A3D542;
      text-decoration: none; }

.inp01 {
  width: 25% !important; }

.inp02 {
  width: 35% !important; }

.inp03 {
  width: 60% !important; }

#policy {
  width: 80%;
  margin: 5em auto 0; }
  #policy h2 {
    font-size: 156%; }
    #policy h2 span {
      color: #84b428;
      display: inline-block;
      margin: 0 0 0 1em;
      font-size: 80%;
      vertical-align: middle; }
  #policy .policy_inner {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    /* 枠線 */
    border-radius: 8px;
    /* 角丸 */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    /* 影 */
    display: block;
    margin: 20px auto;
    /* 中央寄せ */ }

#policy_text {
  width: 90%;
  margin: 2.5em auto; }
  #policy_text p {
    margin: 0 0 1em; }
  #policy_text ol li {
    list-style: decimal;
    list-style-position: outside;
    margin: 0 0 1em 1.5em; }

.mado {
  background-color: #f5f5f5;
  padding: 1em 2%; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* 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) {
  /*基本設定*/
  /*メイン*/
  #contact {
    margin: 5em auto; }
    #contact h2 {
      font-size: 160%; }
    #contact #thanks {
      text-align: center; }
      #contact #thanks .btn a {
        background-color: #e85382;
        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: #184BE2;
          text-decoration: none; }

  .inp01 {
    width: 32% !important; }

  .inp02 {
    width: 75% !important; }

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