@charset "UTF-8";
/* filters */
/* font_size */
/*#contact
-----------------------------------------*/
#Contact #titleArea {
  padding-top: 123px;
}

#Contact section.contentBoxStyle01 {
  padding: 55px 0 100px;
}

@media only screen and (max-width: 768px) {
  #Contact section.contentBoxStyle01 {
    padding: 26px 0 50px;
  }
}

#Contact section.contentBoxStyle01 > p {
  line-height: 2.3;
}

@media only screen and (max-width: 768px) {
  #Contact section.contentBoxStyle01 > p {
    text-align: left;
    padding: 0 5%;
    line-height: 1.75;
    margin-bottom: 25px;
  }
}

#Contact section .contentBoxInner {
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
  /* Firefox */
  /* Firefox 18以前 */
  /* IE */
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner {
    width: 100%;
    padding: 17px 5%;
  }
}

#Contact section .contentBoxInner table {
  width: 100%;
}

#Contact section .contentBoxInner table .col-head {
  width: 250px;
  padding-bottom: 40px;
  text-align: left;
  vertical-align: top;
  padding-top: 4px;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner table .col-head {
    padding-bottom: 15px;
    display: block;
    position: relative;
  }
}

#Contact section .contentBoxInner table .col-head label {
  display: inline;
  float: none;
  width: auto;
}

#Contact section .contentBoxInner table .col-input {
  padding-bottom: 40px;
  display: block;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner table .col-input {
    padding-bottom: 18px;
  }
}

#Contact section .contentBoxInner table .col-input ul {
  margin: 0;
}

#Contact section .contentBoxInner #FieldMessageEmail1,
#Contact section .contentBoxInner #FieldMessageZip,
#Contact section .contentBoxInner #FieldMessageAddress1,
#Contact section .contentBoxInner #FieldMessageAddress2 {
  display: block;
  padding-bottom: 10px;
}

#Contact section .contentBoxInner #FieldMessageZip input {
  width: 200px;
  margin: 0 10px;
}

#Contact section .contentBoxInner .notice {
  color: #999;
}

#Contact section .contentBoxInner .required {
  background: #444;
  content: "必須";
  height: 11px;
  width: 29px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  margin-left: 12px;
  border-radius: 2px;
  line-height: 0.9;
  padding: 4px 5px;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner .required {
    text-indent: -9999px;
    background: url("../img/icon_must_01.png") #444 no-repeat center;
    background-size: 30px;
    background-color: inherit;
    position: absolute;
    top: 10px;
    margin-left: 0px;
    overflow: hidden;
    padding-left: 12px;
  }
}

#Contact section .contentBoxInner .agreeHead,
#Contact section .contentBoxInner label:not(.checkBox) {
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner .agreeHead,
  #Contact section .contentBoxInner label:not(.checkBox) {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner .agreeHead {
    margin-bottom: 8px;
  }
}

#Contact section .contentBoxInner input:not([type="checkbox"]),
#Contact section .contentBoxInner select,
#Contact section .contentBoxInner textarea {
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 10px;
  letter-spacing: 0.05em;
  border: solid #444 1px;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner input:not([type="checkbox"]),
  #Contact section .contentBoxInner select,
  #Contact section .contentBoxInner textarea {
    max-width: none;
  }
}

#Contact section .contentBoxInner select {
  background: #fff;
  max-width: 420px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner select {
    max-width: none;
    width: 100%;
    float: none;
  }
}

#Contact section .contentBoxInner select option {
  color: #222;
}

#Contact section .contentBoxInner textarea {
  height: 200px;
}

#Contact section .contentBoxInner input[type="submit"] {
  max-width: 380px;
  width: 100%;
  margin: 0 10px;
  background: #fff;
  border: solid #444 1px;
  height: 55px;
  display: inline-block;
  background: url("../img/icon_arrow_01.png") no-repeat 70% 21px;
  padding-right: 29px;
  letter-spacing: 0.15em;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner input[type="submit"].form-submit {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #Contact section .contentBoxInner input[type="submit"].form-submit {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner input[type="submit"] {
    width: 100%;
    height: 50px;
    background: url(../img/icon_arrow_01.png) no-repeat 70% 18px;
    padding-right: 34px;
    font-size: 12px;
    margin: 0;
  }
}

@media only screen and (min-width: 1025px) {
  #Contact section .contentBoxInner input[type="submit"]:hover {
    background: url("../img/icon_arrow_02.png") no-repeat 72.5% 21px #444;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
  }
}

#Contact section .contentBoxInner #FieldMessagePerson .mail-after-attachment {
  padding: 20px 0 6px;
  display: block;
}

#Contact section .contentBoxInner .submit a, #Contact section .contentBoxInner .submit button {
  max-width: 380px;
  width: 100%;
  margin: 0 10px;
  background: #fff;
  border: solid #444 1px;
  height: 55px;
  display: inline-block;
  background: url(../img/icon_arrow_01.png) no-repeat 70% 21px;
  padding: 17px 29px 0 0;
  letter-spacing: 0.15em;
  transition: all 0.3s;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner .submit a, #Contact section .contentBoxInner .submit button {
    width: 100%;
    height: 50px;
    background: url(../img/icon_arrow_01.png) no-repeat 70% 18px;
    padding-right: 34px;
    font-size: 12px;
    margin: 0;
    padding: 13px 29px 0 0;
  }
}

@media only screen and (min-width: 1025px) {
  #Contact section .contentBoxInner .submit a:hover, #Contact section .contentBoxInner .submit button:hover {
    background: url("../img/icon_arrow_02.png") no-repeat 72.5% 21px #444;
    color: #fff;
  }
}

#Contact section .contentBoxInner input[type="checkbox"] {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border: solid 1px #444;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-right: 19px;
  }
}

#Contact section .contentBoxInner input[type="checkbox"]:checked {
  background: url("../img/icon_check_01.png") no-repeat #444 center;
  background-size: 12px;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner input[type="checkbox"]:checked {
    background-size: 20px;
  }
}

#Contact section .contentBoxInner .defalt {
  color: #c7c8c9;
}

#Contact section .contentBoxInner .must {
  position: relative;
}

#Contact section .contentBoxInner .must:after {
  background: #444;
  content: "必須";
  height: 20px;
  width: 40px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin-left: 12px;
  border-radius: 2px;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner .must:after {
    text-indent: 9999px;
    background: url("../img/icon_must_01.png") #444 no-repeat center;
    background-size: 30px;
    background-color: inherit;
    position: absolute;
    top: 10px;
    margin-left: 0px;
    overflow: hidden;
  }
}

#Contact section .contentBoxInner .agreeBox {
  margin: 42px 0 54px;
  line-height: 2;
}

#Contact section .contentBoxInner .agreeBox .checkBox {
  padding-top: 5px;
  font-weight: bold;
  font-size: 13.5px;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner .agreeBox .checkBox {
    margin-bottom: 15px;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner .agreeBox {
    margin: 0 0 45px;
  }
}

#Contact section .contentBoxInner ::-webkit-input-placeholder {
  color: #c7c8c9;
}

#Contact section .contentBoxInner ::-moz-placeholder {
  color: #c7c8c9;
}

#Contact section .contentBoxInner :-moz-placeholder {
  color: #c7c8c9;
}

#Contact section .contentBoxInner :-ms-input-placeholder {
  color: #c7c8c9;
}

#Contact section .contentBoxInner .itemBox {
  margin-bottom: 40px;
}

#Contact section .contentBoxInner .itemBox::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 768px) {
  #Contact section .contentBoxInner .itemBox {
    margin-bottom: 18px;
  }
}

/*# sourceMappingURL=maps/contact_style.css.map */
