@charset "UTF-8";
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#contents #contact_cont {
  overflow: hidden;
  background: #fff;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont {
    padding-top: 0;
  }
}
#contents #contact_cont .contact_cont__ttl {
  background: #00307c;
  padding: 8px 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .contact_cont__ttl {
    padding: 6px 10px;
    margin-bottom: 24px;
  }
}
#contents #contact_cont .contact_cont__ttl span {
  border-left: 3px solid #ffea5b;
  padding-left: 17px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .contact_cont__ttl span {
    font-size: 14px;
    padding-left: 8px;
  }
}
#contents #contact_cont .attention {
  line-height: 1.7;
}
#contents #contact_cont .attention a {
  text-decoration: underline;
  color: #1e51a2;
}
#contents #contact_cont .attention a:hover {
  text-decoration: none;
}
#contents #contact_cont .attention p {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .attention p {
    margin-bottom: 20px;
  }
}
#contents #contact_cont .attention__lead {
  font-size: 16px !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .attention__lead {
    font-size: 14px !important;
  }
}
#contents #contact_cont .attention__dotList p {
  margin-bottom: 0;
  font-size: 12px;
}
#contents #contact_cont .attention__dotList li + li {
  margin-top: 20px;
}
#contents #contact_cont .attention__dotList .item {
  padding-left: 1em;
  position: relative;
}
#contents #contact_cont .attention__dotList .item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #1e51a2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
#contents #contact_cont .attention__arrowList {
  margin-top: 10px;
}
#contents #contact_cont .attention__arrowList li + li {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .attention__arrowList li + li {
    margin-top: 2px;
  }
}
#contents #contact_cont .attention__arrowList .item {
  padding-left: 1.2em;
  position: relative;
}
#contents #contact_cont .attention__arrowList .item:before, #contents #contact_cont .attention__arrowList .item:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background: transparent;
  position: absolute;
  border-radius: 0px;
  border-top: 4px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 4px solid transparent;
  top: 5.5px;
}
#contents #contact_cont .attention__arrowList .item:before {
  border-left: 7px solid #5c79b0;
  left: 3px;
}
#contents #contact_cont .attention__arrowList .item:after {
  border-left: 7px solid #f1f3e6;
  left: 0;
}
#contents #contact_cont .attention__arrowList .item a {
  color: #000;
  text-decoration: none;
}
#contents #contact_cont .attention__arrowList .item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .attention--inner {
    width: 93.75%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
#contents #contact_cont .attention--box {
  background: #f1f3e6;
  padding: 20px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .attention--box {
    padding: 15px 10px;
    margin-top: 22px;
    margin-bottom: 30px;
  }
}
#contents #contact_cont .attention--box__ttl {
  font-size: 16px;
  font-weight: bold;
  color: #1e51a2;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .attention--box__ttl {
    padding: 0px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #contents #contact_cont form {
    width: 93.75%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #contents #contact_cont {
    margin-bottom: 25px;
    padding: 50px 127px 35px;
  }
}
#contents #contact_cont .summary {
  color: #333;
  font-size: 15px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .summary {
    font-size: 14.1px;
  }
}
#contents #contact_cont .summary span {
  color: #ff0012;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .summary span {
    font-size: 11.7px;
  }
}

.error_messe {
  color: #f00;
  text-align: center;
  margin-bottom: 6px;
}

#contents #contact_cont table {
  table-layout: fixed;
  width: 100%;
  border-top: dotted 1px #d1d1d1;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
}
#contents #contact_cont table th, #contents #contact_cont table td {
  border-bottom: dotted 1px #d1d1d1;
}
#contents #contact_cont table th {
  width: 8.2em;
  color: #333;
  font-size: 14px;
  vertical-align: top;
  padding: 15px 0 0 12px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont table th {
    font-size: 11.7px;
  }
}

.confirm #contents #contact_cont table th {
  padding: 9px 0 9px 12px;
}

#contents #contact_cont table th span {
  display: inline-block;
  float: right;
  color: #333;
  font-size: 12px;
  padding: 1px 7px;
  background: #ffea5b;
}
#contents #contact_cont table td {
  padding: 9px 0 9px 18px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont table td span {
    display: block;
  }
}
#contents #contact_cont table td input, #contents #contact_cont table td select, #contents #contact_cont table td textarea {
  color: #333;
  font-size: 14px;
  padding: 8px 0 6px 3px;
  background: #ececec;
  border: solid 1px #c5c0c0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont table td input, #contents #contact_cont table td select, #contents #contact_cont table td textarea {
    font-size: 11.7px;
  }
}
#contents #contact_cont table td input, #contents #contact_cont table td select {
  height: 32px;
  padding: 0 0 0 3px;
}
#contents #contact_cont table td .short {
  width: 144px;
}
#contents #contact_cont table td .middle {
  width: 228px;
}
#contents #contact_cont table td .long {
  width: 313px;
}
#contents #contact_cont table td .full {
  width: 566px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont table td .middle, #contents #contact_cont table td .long, #contents #contact_cont table td .full {
    width: 100%;
  }
}
#contents #contact_cont table td #data4 {
  height: 34px;
  line-height: 34px;
  padding: 0 0 0 19px;
  margin-bottom: 9px;
}
#contents #contact_cont table td#area {
  overflow: hidden;
  height: 20px;
}
#contents #contact_cont table td #msg {
  overflow: auto;
  height: 157px;
  line-height: 1.5;
}
#contents #contact_cont .consent {
  color: #333;
  font-size: 13px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .consent {
    font-size: 11.7px;
  }
}
#contents #contact_cont .consent a {
  display: inline-block;
  width: 139px;
  height: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 8px 0 0 22px;
  background: url(../img/privacy_btn_bg.png) repeat-x 0 0;
  margin: 0 10px 6px 0;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .consent a {
    font-size: 11.7px;
  }
}
#contents #contact_cont .consent a span {
  display: inline-block;
  width: 100%;
  background: url(../img/privacy_arrow.png) no-repeat 120px 2px;
}
#contents #contact_cont .consent .input {
  display: block;
  margin-top: 10px;
}
#contents #contact_cont .consent .input input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: #ececec;
  border: solid 1px #c3bebe;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  #contents #contact_cont .btn {
    width: 462px;
    margin: 0 auto;
  }
  #contents #contact_cont .btn p {
    width: 224px;
  }
  #contents #contact_cont .btn .error_btn {
    margin: 0 auto;
  }
}
#contents #contact_cont .btn p input, #contents #contact_cont .btn p button {
  width: 100%;
  height: 49px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  border: none;
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .btn p input, #contents #contact_cont .btn p button {
    font-size: 13.5px;
  }
}
@media screen and (min-width: 768px) {
  #contents #contact_cont .btn .submit {
    float: left;
  }
}
#contents #contact_cont .btn .submit input, #contents #contact_cont .btn .submit button {
  color: #fff;
  background: url(../img/submit_btn_bg.png) repeat-x 0 0;
}
#contents #contact_cont .btn .error_btn input {
  color: #fff;
  background: url(../img/submit_btn_bg.png) repeat-x 0 0;
}
#contents #contact_cont .btn .submit button[disabled] {
  background: buttonface;
}
@media screen and (min-width: 768px) {
  #contents #contact_cont .btn .reset {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  #contents #contact_cont .btn .reset {
    margin: 1em 0 4em;
  }
}
#contents #contact_cont .btn .reset input {
  color: #1e51a2;
  background: url(../img/reset_btn_bg.png) repeat-x 0 0;
}

@supports (-ms-accelerator: true) {
  #contents #contact_cont table td #data4 {
    padding-top: 4px;
  }
}
