@charset "UTF-8";
/* contact ----------------*/
.content {
  padding-top: 48px;
}

.inner {
  width: 802px;
  padding: 0 0 63px 122px;
}

.secTtl {
  float: left;
  width: 184px;
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ Ｐ明朝, MS PMincho, serif;
  font-size: 16px;
  line-height: 1.75;
  border-bottom: 3px solid #b4b4b4;
  color: #000;
}

.rightBox {
  float: right;
  width: 598px;
  border-top: 1px solid #b4b4b4;
  padding: 17px 0 0 20px;
  margin-top: 29px;
}

.rightBox.phone
{
  margin-top: 10px;
}
.rightBox.btBorder
{
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 20px;
}
.rightBox .phoneTxt01
{
  display: block;
  width: 100%;
}

.phoneBox {
  margin-bottom: 70px;
}
.phoneBox .phoneTxt01 {
  color: #383838;
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 8px;
}
.phoneBox .dialNum {
  font-size: 30px;
  line-height: 1.76;
  padding-left: 11px;
  color: #000;
  float:left;
  width:290px;
}
.phoneBox .dialNum:before {
  content: url(../img/freedial.png);
  margin-right: 9px;
}

.phoneBox .dialNum.tel:before {
  content: url(../img/tel.png);
  margin-right: 9px;
}
.phoneBox .dialNum.fax:before {
  content: url(../img/fax.png);
  margin-right: 9px;
}

.phoneBox .phoneTxt02 {
  font-size: 14px;
  line-height: 1.43;
  margin-left: 11px;
  margin-top: 11px;
  float:left;
  width:280px;
}
.phoneBox .faxTxt03 {
  font-size: 14px;
  line-height: 1.43;
  margin-left: 11px;
  margin-top: 20px;
  float:left;
  width:280px;
}


.mailBox .mailTxt {
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ Ｐ明朝, MS PMincho, serif;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 42px;
}
.mailBox .mailTxt p {
  margin-bottom: 1.5em;
}
.mailBox .mailTxt .note {
  font-size: 11px;
  line-height: 1.4;
}

.formBox h3 {
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ Ｐ明朝, MS PMincho, serif;
  font-size: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 30px;
}
.formBox .btnWrap {
  padding-left: 166px;
  width: 336px;
}
.formBox .btnWrap .cnfrmTxt {
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center;
  color: #000;
}
.formBox .submitBtn {
  background: url(../../images/u44570-17.png) no-repeat 0 0;
  width: 336px;
  height: 31px;
  border: none;
}
.formBox .submitBtn:hover {
  background: url(../../images/u44570-17-r.png) no-repeat 0 0;
  cursor: pointer;
}

.mailform {
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ Ｐ明朝, MS PMincho, serif;
  margin-bottom: 25px;
}
.mailform dt, .mailform dd {
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.mailform dt {
  float: left;
  clear: left;
  width: 166px;
}
.mailform dd {
  padding-left: 166px;
}
.mailform .address {
  margin-bottom: 20px;
}

input, textarea {
  border: 1px solid #c4c4c4;
}
input:placeholder-shown, textarea:placeholder-shown {
  color: #fbb03b;
  font-style: italic;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fbb03b;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fbb03b;
  opacity: 1;
  font-style: italic;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fbb03b;
  opacity: 1;
  font-style: italic;
}
input:-ms-placeholder, textarea:-ms-placeholder {
  color: #fbb03b;
  font-style: italic;
}

input {
  width: 416px;
  padding: 6px;
  font-size: 12px;
}

textarea {
  width: 416px;
  height: 170px;
  padding: 6px;
  font-size: 12px;
}

.error {
  color: red;
  margin-bottom: 20px;
}

.validation-error {
  color: red;
  margin-top: 10px;
}
