/* 【Contact】
------------------------------------------------------------------- */

/*ベース*/
#C-contact {
  background:url(/images/common/content_bg.jpg) left top repeat-y;
  padding:0;
  padding-top:40px;
  margin:0 auto;
  text-align:left;
}
#form {
  background-color: #fff;
  padding:80px;
  padding-top:80px;
  margin:0 40px;
  margin-bottom: 40px;
  position:relative;
  color:#000;
  border-radius: 10px;
}
@media (max-width: 479px) {
  #form{
    padding:20px;
    padding-top:60px;
    margin:0 20px;
  }
}

/*タイトル*/
#form p.tit {
  position:absolute;
  top:-15px;
  left:-7px;
}
#form p.a {
  font-weight:bold;
}
.form-group {
  border:1px solid #ED6E17;
  border-top:0px;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .form-group { display: block !important; }
}

.form-group-first {
  border:1px solid #ED6E17;
}
.control-label {
  margin: 0;
  padding: 12px 10px;
  background-color: #F9CAA6;
  border-right:1px solid #ED6E17;
}
@media (max-width: 767px) {
  .control-label { border: 0; }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    padding: 12px 10px;
  }
}

.form-input { padding: 5px; }
@media (max-width: 767px) {
  .form-input { padding-bottom: 15px; }
}

/*button*/
button.a {
  background:url(/images/contact/cont01_button.gif) left top no-repeat;
  background-size: cover;
  padding: 0;
  padding-top:16.040%;
  width:100%;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  display:block;
  font-size: 0;
  border: none;
} 
button.a:hover {
  cursor:pointer;
  position:relative;
  top:1px;
  left:1px;
}
button.b {
  background:url(/images/contact/cont01_button2.gif) left top no-repeat;
  background-size: cover;
  padding: 0;
  padding-top:24.083%;
  width:100%;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  display:block;
  font-size: 0;
  border: none;
} 
button.b:hover {
  cursor:pointer;
  position:relative;
  top:1px;
  left:1px;
}
a.button {
  background:url(/images/contact/cont01_button3.gif) left top no-repeat;
  background-size: cover;
  padding-top:24.083%;
  width:100%;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  display:block;
  font-size: 0;
} 
a.button:hover {
  cursor:pointer;
  position:relative;
  top:1px;
  left:1px;
}

#omnimo-Add {
  position: absolute;
  top: 10px;
  left: 750px;
}
#omnimo-Add a {
  color: #333333;
  text-decoration: none;
}
#omnimo-Add a:hover {
  color: #ea5404;
}