@charset "UTF-8";
/* [MIXIN] FONTSIZE */
/* [MIXIN] NAV */
/* [MIXIN] MIN/MAX WIDTH */
/* [MIXIN] ANIMATION */
/* [MIXIN] KEYFRAMES */
/* [MIXIN] TRANSITION */
.title {
  height: 199px;
  background: url("../images/contact/contact_bg_01.png") no-repeat center top;
  padding-top: 60px;
}

/* FORM */
.item {
  display: table;
  table-layout: fixed;
  margin-bottom: 2px;
}
.item .item_head {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: table-cell;
  width: 170px;
  color: #333;
  background: #f1f1ef;
  padding: 10px 0px 10px 12px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.4;
  border-right: 7px solid #fff;
  vertical-align: top;
}
.item .item_input {
  font-size: 16px;
  font-size: 1.6rem;
  display: table-cell;
  color: #666;
  width: 724px;
  background: #f1f1ef;
  text-align: left;
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: 1.4;
}
.item .item_input input[type="text"] {
  min-height: 20px;
  width: 470px;
  padding: 0px 5px;
}
.item.type .radio {
  margin: 15px 0px 10px 40px;
}
.item.type .radio:nth-of-type(5n+1) {
  margin-left: 20px;
  margin-top: 8px;
}
.item.type textarea {
  width: 100%;
  margin: 5px 0px 10px;
  height: 50px;
}
.item.zip input[name="zip1"] {
  width: 45px;
}
.item.zip input[name="zip2"] {
  width: 63px;
}
.item.zip .code_auto {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  width: 130px;
  line-height: 22px;
  text-align: center;
  margin-left: 20px;
  background: linear-gradient(#e6e6e6, #c3c3c3);
  border: 1px solid #aaa;
  cursor: pointer;
}
.item.address input[type="text"] {
  margin-top: 7px;
}
.item.tel input[type="text"], .item.mail input[type="text"], .item.mail2 input[type="text"] {
  width: 220px;
}
.item.cntText {
  padding-bottom: 20px;
}
.item.cntText textarea {
  width: 100%;
  margin: 5px 0px;
}
.item.cntText .item_input {
  padding-bottom: 20px;
}
.item .remark {
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  color: #D50667;
  vertical-align: middle;
  margin-left: 15px;
  font-weight: bold;
}

/* RADIO */
input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: -16px;
  margin-top: -5px;
  border-radius: 50%;
  background: rgba(1, 78, 132, 0.6);
}

.radio {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.radio:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  border-radius: 50%;
  border: 2px solid #aaa;
  background: #fff;
  cursor: pointer;
}

/* SELECT */
.select {
  height: 30px;
  padding: 0px 40px;
  background: linear-gradient(#eee, #bcbcbc);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid #999;
}

/* BUTTON */
.submit {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: -apple-system, "Lucida Grande", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", meiryo, sans-serif;
  letter-spacing: 2px;
  background: #f6931c;
  border: 1px solid #e3971d;
  color: #fff;
  padding: 10px 0px;
  cursor: pointer;
  margin: 15px 0px 50px;
}

.submit-confirm {
  width: 400px;
}

.submit-send {
  width: 200px;
}

.submit-cancel {
  width: 200px;
  background: #7b7a7b;
  border: 1px solid #939393;
  margin-right: 5px;
}

/* CONFIRM */
.cT01 {
  line-height: 1.6;
}

.cT02 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.6;
}

.cT03 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin: 80px 0px 35px;
}

/* OVERWRITE */
.formError .formErrorContent {
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
  background: #D50667 !important;
}
.formError .formErrorArrow div {
  background: #D50667 !important;
}

/*# sourceMappingURL=contact.css.map */
