@charset "utf-8";
h2.contact_ttl {
  line-height:0;
  text-align:center;
  padding:70px 0;
}
.contact_m {
  background: url(../img/about/se_bg.gif) repeat;
  padding: 83px 0 65px 0;
  margin-top:50px;
  }
.contact_m h3 {
    line-height:0;
    text-align: center;
}
.contact_m .mf {
  font-size:16px;
  width:800px;
  margin:0 auto;
}
.contact_m .mf input[type="text"],.contact_m .mf input[type="email"],.contact_m .mf textarea {
    font-size: 15px;
    color: #000;
    height: 38px;
    border: 1px solid #ccc;
    padding:0 5px;
font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
:placeholder-shown {
    color: red; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #ccc; }

/* Firefox 18- */
:-moz-placeholder {
    color: #ccc; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #ccc; }

.contact_m .mf .m_txt {
  padding-top:30px;
}
.contact_m .mf table {
  margin-top:67px;
  border-top:1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.contact_m .mf table tr {
  border-bottom:1px solid #ccc;
}
.contact_m .mf table th {
  width:230px;
  padding-left:12px;
  vertical-align: middle;
  text-align:left;
  font-weight: normal;
  line-height:1.5em;
}
.contact_m .mf table th span.r {
  color:#fff;
  display: inline-block;
  padding:1px 5px 0;
  background: #cc0000;
  float: right;
}
.contact_m .mf table td {
  width:570px;
  padding-left:20px;
  padding-right:12px;
  padding-top:18px;
  padding-bottom:18px;
}
.contact_m .mf .w400 {
  width:400px;
}
.contact_m .mf .w240 {
  width:240px;
}
.contact_m .mf .w100 {
  width:100%;
}
.contact_m .mf .zip {
  width:55px;
}
.contact_m .mf .m10 {
  margin-top:10px;
}
.contact_m .mf .yat {
  display: inline;
  padding-left:15px;
  font-size:14px;
}
.contact_m .mf .adr2 {
  font-size:13px;
}
.contact_m .mf select {
 background: #fff;
 border: 1px solid #ccc;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 color: #000;
 height: 38px;
 padding-left:10px;
 font-size:15px;
}
.contact_m .mf select.slt {
  width:240px;
}
.contact_m .mf textarea {
  width:100%;
  height:117px;
}
.contact_m .mf .privacy {
  padding-top:10px;
}
.contact_m .mf .privacy a {
  color:#0066cc;
  text-decoration: underline;
}
.contact_m .mf .frm_submit_wrap {
  margin-top:20px;
  text-align: center;
  letter-spacing:0.1em;
}
.contact_m .mf .frm_submit {
  text-align: center;
  width:325px;
  padding:16px 0;
  font-size:27px;
  border:1px solid #fff;
  color:#fff;
  outline:none;
  cursor: pointer;
  position: relative;
  line-height:1.2em;
  transition: .5s;
  background: #fd7f33 url(../img/contact/contact_ya.png) right 25px top 27px no-repeat;
  margin:0 10px;
}
.contact_m .mf .frm_submit2 {
  text-align: center;
  width:325px;
  padding:16px 0;
  font-size:27px;
  border:2px solid #000;
  color:#000;
  outline:none;
  cursor: pointer;
  position: relative;
  line-height:1.2em;
  transition: .5s;
  background: #fff url(../img/contact/contact_ya2.png) left 25px top 27px no-repeat;
  margin:0 10px;
}
.contact_m .mf .frm_submit:hover,.contact_m .mf .frm_submit2:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
}
.complete-section {
    padding: 60px 0;
    text-align: center;
    width:1020px;
    margin:0 auto;
}

.complete-section h2 {
    font-size: 26px;
    line-height: 1.6em;
}

.complete-section p {
    font-size: 18px;
    line-height: 2.0em;
}

.complete-section p small {
    display: block;
    font-size: 14px;
    line-height: 1.7em;
}
.contact_ppbox {
    border: 1px solid #ccc;
    width: 800px;
    height: 250px;
    margin: 20px auto 20px;
    padding: 5px 5px 0px 20px;
    font-size:16px;
    line-height:2.0em;
    color:#000;
    background: #fff;
}
.contact_pp {
    width: 100%;
    height: 235px;
    margin: 0px auto;
    overflow: auto;
    padding: 10px 0 0 0;
}
.contact_pp_title {
  font-weight:bold;
}
@media(max-width:767px) {
  h2.contact_ttl {
    width:40%;
    margin:0 auto;
    padding:10% 0;
  }
  .contact_s_tel {
    padding-top:15px;
    width:90%;
    margin:0 auto;
  }
  .contact_m {
    background: url(../img/about/se_bg.gif) repeat;
    padding: 20px 0 40px 0;
    margin-top:40px;
    }
    .contact_m .mf {
      font-size:16px;
      width:100%;
      margin:0 auto;
    }
    .contact_m .mf .m_txt {
      padding-top:20px;
    }
    .contact_m .mf table {
      margin-top:20px;
      border-top:1px solid #ccc;
      border-collapse: collapse;
      border-spacing: 0;
      width:100%;
    }
    .contact_m .mf table tr {
      border-bottom:1px solid #ccc;
    }
    .contact_m .mf table th {
      width:100%;
      display: block;
      padding-left:0;
      vertical-align: middle;
      text-align:left;
      font-weight: normal;
      line-height:1.5em;
      padding-top:13px;
    }
    .contact_m .mf table th span.r {
      color:#fff;
      display: inline-block;
      padding:1px 5px 0;
      background: #cc0000;
      float: none;
      margin-left:15px;
    }
    .contact_m .mf table td {
      display: block;
      width:100%;
      padding-left:0;
      padding-right:0;
      padding-top:8px;
      padding-bottom:13px;
    }
    .contact_m .mf input[type="text"] {
      font-size: 16px;
      color: #000;
      height: 35px;
      border: 1px solid #ccc;
    }
    .contact_m .mf .w400 {
      width:100%;
    }
    .contact_m .mf .w240 {
      width:100%;
    }
    .contact_m .mf .w100 {
      width:100%;
    }
    .contact_m .mf .zip {
      width:16%;
    }
   .contact_m .mf .yat_s {
     display: block;
     font-size:14px;
    }
  .contact_m .mf .yat {
    display: none;
   }
   .contact_m .mf .adr2 {
     font-size:13px;
     display: inline-block;
     padding-left:10px;
   }
   .contact_m .mf select {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    height: 35px;
   }
   .contact_m .mf select.slt {
     width:60%;
   }
   .contact_m .mf textarea {
     width:100%;
     height:130px;
   }
   .contact_m .mf .frm_submit_wrap {
     margin-top:20px;
     text-align: center;
     letter-spacing:0.1em;
   }
   .contact_m .mf .frm_submit {
     text-align: center;
     width:100%;
     padding:16px 0;
     font-size:23px;
     border:1px solid #fff;
     color:#fff;
     outline:none;
     cursor: pointer;
     position: relative;
     line-height:1.2em;
     transition: .5s;
     background: #fd7f33 url(../img/contact/contact_ya.png) right 25px top 24px no-repeat;
     margin:15px 0 0 0;
   }
   .contact_m .mf .frm_submit2 {
     text-align: center;
     width:100%;
     padding:16px 0;
     font-size:23px;
     border:2px solid #000;
     color:#000;
     outline:none;
     cursor: pointer;
     position: relative;
     line-height:1.2em;
     transition: .5s;
     background: #fff url(../img/contact/contact_ya2.png) left 25px top 24px no-repeat;
     margin:0;
   }
   .contact_m .mf .privacy {
     padding-top:15px;
   }
   .complete-section {
       padding: 25px 4%;
       text-align: left;
       width:100%;
       margin:0 auto;
   }

   .complete-section h2 {
       font-size: 22px;
       line-height: 1.6em;
   }

   .complete-section p {
       font-size: 17px;
       line-height: 1.8em;
   }

   .complete-section p small {
       display: block;
       font-size: 14px;
       line-height: 1.7em;
   }
   .contact_ppbox {
       border: 1px solid #ccc;
       width: 100%;
       height: 250px;
       margin: 20px auto 0;
       padding: 5px 5px 0px 10px;
       box-sizing: border-box;
   }
 }
@media(max-width:320px) {
 .contact_m .mf .yat_s {
   font-size:12px;
 }
}
