@charset 'UTF-8';
.p_contact .hl_main {
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #1e2974;
  color: #fff;
  border: none;
}
.p_contact .content_main {
  padding: 10px;
  font-size: 14px;
}
.contact_form {
  margin-top: 18px;
  padding: 10px;
  background-color: #e8f7fc;
}
.contact_form .dhead {
  font-weight: bold;
  line-height: 24px;
  position: relative;
  vertical-align: bottom;
}
.contact_form .dcontent {
  margin-bottom: 10px;
  padding: 2px 2px 10px;
}
.contact_form .dlist > .dhead {
  height: 24px;
  margin: 4px 0;
  padding-left: 6px;
  border-bottom: 1px dotted #708bcc;
  border-left: 8px solid #0065a6;
  color: #0065a6;
}
.contact_form .dlist > .dcontent {
  padding: 2px 10px;
  margin-bottom: 20px;
}
.contact_form .mark {
  margin-left: 4px;
  padding: 2px 4px;
  font-size: 0.8em;
  line-height: 1em;
  display: inline-block;
  vertical-align: text-top;
  border-radius: 2px;
}
.contact_form .mark.optional {
  background-color: #ddd;
  color: #444;
  font-weight: normal;
}
.contact_form .mark.required {
  color: #fff;
  background-color: #ff0004;
}
.p_contact .form-parts {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  padding: 8px;
}
.p_contact .form-parts::placeholder {
  color: #ccc
}
@media screen and (max-width: 320px) {
  .p_contact .form-parts::placeholder {
    font-size: 11px;
  }
}
.contact_form .txt_note {
  font-size: 0.9em;
  margin-top: 6px;
}
.contact_form .lbl {
  display: inline-block;
  margin-right: 16px;
  padding: 2px;
}
.contact_form .btn {
  width: 100%;
  max-width: 400px;
  height: 40px;
  margin: 2px auto 10px;
  font-size: 1.24em;
  line-height: 40px;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  border-radius: 40px;
}
.contact_form .btn_primary {
  font-weight: bold;
  color: #fff;
  background-color: #3675DB;
  box-shadow: 0 3px 0 #313D4F;
}
.contact_form .btn_primary:active {
  cursor: default;
  transform: translate3d(0, 3px, 0);
  box-shadow: none;
}
.btn.btn_back {
  width: 40%;
  background: #dedede;
  box-shadow: 0 3px 0 #bec2c7;
}
.btn.btn_send {
  width: 58%;
}
.contact_form .txt_info {
  margin: 4px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}
.contact_form .txt_info p {
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.info_yg .announce {
  color: #0165a6;
  font-size: 14px;
  margin-top: 6px;
}
.info_yg .yg_recruit_txt {
  color: #1d2974;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* --------------------------------------- */
/* for cabaguide */
/* --------------------------------------- */
.ca_top .p_contact .hl_main {
  background-color: #ff4963;
}
.ca_top .info_yg .yg_recruit_txt {
  color: #b9003e;
}
.ca_top .contact_form {
  background-color: #ffeff1;
}
.ca_top .contact_form .dlist > .dhead {
  border-bottom-color: #ff7083;
  border-left-color: #ff7083;
  color: #b9003e;
}
.ca_top .contact_form .btn_primary {
  background-color: #ef5c6d;
  box-shadow: 0 3px 0 #673a41;
}