@charset "UTF-8";
inquiry.css html {
  font-size: 10px;
  color: #000000;
  line-height: 1;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
p,
a {
  color: #333333;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.backGroundColor1 {
  background-color: #eeeeee;
}

img {
  max-width: 100%;
}

/*--------------------------------------
ヘッダ
---------------------------------------*/
#header {
  background: url(/apply/128/common/images/header_back.gif);
  padding: 5px;
  position: relative;
}

#header_button01 {
  display: table;
  float: right;
}

#header_button01 p {
  display: table-cell;
  padding: 0 3px;
}

/*--------------------------------------
フッタ
---------------------------------------*/
#footer {
  border-bottom: 3px solid #FF6600;
  padding: 5px;
  background: url(/apply/128/common/images/footer_copyright.png);
  font-size: 12px;
  line-height: 160%;
  text-align: center;
}

/*--------------------------------------
コンテンツ
---------------------------------------*/
.form_list01 {
  padding: 5px;
}

.form_list01 li {
  font-size: 12px;
  line-height: 160%;
  padding-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.form_list01 li:before {
  content: "●";
  display: inline;
  color: #8d0000;
  font-size: 12px;
}

.form_htxt01 {
  font-size: 12px;
  color: #fff;
  background: #8d0000;
  padding: 5px;
}

.form_bg01 {
  background: #eeeeee;
}

.form_col_table01 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

.form_col_table01 th,
.form_col_table01 td {
  font-size: 12px;
  padding: 5px;
  line-height: 160%;
  text-align: left;
  vertical-align: top;
  display: block;
}

.form_col_table01 th {
  color: #fff;
  background: #8d0000;
}

.form_col_table01 td {
  background: #eeeeee;
}

.form_col_table01 input,
.form_col_table01 textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form_button01 {
  text-align: center;
}

.form_button01 p {
  padding: 5px;
}

.security_seal {
  padding: 5px;
}

.security_seal_txt {
  font-size: 12px;
  line-height: 160%;
}

.page_top {
  text-align: right;
  padding: 10px 5px;
  font-size: 12px;
}

.required {
  color: #FF0000;
}

/*--------------------------------------
      お問い合わせ新規ページ
      ---------------------------------------*/
.inquiry_contents01 {
  width: 980px;
  margin: 0 auto;
}
.inquiry_contents01 .layout_ttl {
  margin-bottom: 44px;
}
.inquiry_contents01 .inquiry_htxt02 {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 58px;
  background: #9A1517;
  height: 58px;
  margin: 40px 0;
}
.inquiry_contents01 .inquiry_ul_outer {
  margin-left: 20px;
}
.inquiry_contents01 .inquiry_ul {
  margin-bottom: 35px;
}
.inquiry_contents01 .inquiry_ul li {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  list-style-type: disc;
}
.inquiry_contents01 .inquiry_ul li::marker {
  font-size: 0.7em;
}
.inquiry_contents01 .inquiry_txt01 {
  color: #2D2D2D;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  border-top: 1px solid #E1E1E1;
  padding: 35px 0;
}
.inquiry_contents01 .inquiry_box01 {
  border: 10px solid #F1F1F1;
  box-sizing: border-box;
  padding: 40px 50px 30px 50px;
  margin-bottom: 80px;
}
.inquiry_contents01 .inquiry_box01 .inquiry_txt02 {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}
.inquiry_contents01 .inquiry_box01 .inquiry_txt02:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/inquiry/images/mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}
.inquiry_contents01 .inquiry_box01 .inquiry_txt03 {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin: 10px 0 0 25px;
}
.inquiry_contents01 .inquiry_box01 .inquiry_txt04 {
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
}
.inquiry_contents01 .inquiry_box01 .inquiry_link_txt01 {
  color: #8D0000;
  font-size: 26px;
  font-weight: 500;
  line-height: 160%;
  margin: 10px 0 20px 25px;
}
.inquiry_contents01 .inquiry_box01 .inquiry_mail {
  border-bottom: 1px solid #E1E1E1;
}
.inquiry_contents01 .inquiry_box01 .inquiry_mail .inquiry_link_txt01 {
  margin: 15px 0 25px 25px;
  width: 310px;
  display: block;
}
.inquiry_contents01 .inquiry_box01 .inquiry_phone .inquiry_txt02 {
  margin-top: 35px;
}
.inquiry_contents01 .inquiry_box01 .inquiry_phone .inquiry_txt02:before {
  background-image: url(/inquiry/images/tell.png);
}
.inquiry_contents01 .inquiry_box01 .inquiry_phone .inquiry_link_txt01 {
  margin-bottom: 0;
}
.inquiry_contents01 .inquiry_box01 .inquiry_phone .inquiry_phone_box01 {
  display: flex;
}
.inquiry_contents01 .inquiry_box01 .inquiry_phone .inquiry_phone_box01 .inquiry_txt04 {
  margin: 19px 0 0 25px;
}

/*--------------------------------------
お問い合わせフォーム（PCデザイン）
---------------------------------------*/
.inquiry_form {
  width: 980px;
  margin: 0 auto 80px;
}

.inquiry_form_inner {
  display: block;
}

.inquiry_form_table {
  width: 980px;
  border-collapse: collapse;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.inquiry_form_table tr {
  border-bottom: 1px solid #E1E1E1;
}

.inquiry_form_th {
  width: 160px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: #2D2D2D;
  padding: 14px 0;
}

.inquiry_form_td {
  padding: 14px 0;
}

.inquiry_form_input,
.inquiry_form_textarea {
  border: 1px solid #D5D5D5;
  background: #fff;
  border-radius: 2px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.6;
  color: #2D2D2D;
  box-sizing: border-box;
}

.inquiry_form_input {
  width: 817px;
  height: 39px;
}

.inquiry_form_textarea {
  width: 817px;
  height: 209px;
  resize: none;
}

.inquiry_form_mail_row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.inquiry_form_mail_row + .inquiry_form_mail_row {
  margin-top: 20px;
}

.inquiry_form_input_mail {
  width: 669px;
}

.inquiry_form_mail_note {
  font-size: 11px;
  line-height: 1.6;
  color: #2D2D2D;
  white-space: nowrap;
}

.inquiry_form_actions {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-top: 50px;
}

.inquiry_form_btn {
  width: 186px;
  height: 40px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  padding: 0;
}
.inquiry_form_btn:focus-visible {
  outline: 3px solid rgba(141, 0, 0, 0.25);
  outline-offset: 3px;
}

.inquiry_form_btn_reset {
  background: #CBCBCB;
  color: #fff;
}

.inquiry_form_btn_submit {
  background: #8D0000;
  color: #fff;
}

.inq_hp {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

/*--------------------------------------
お問い合わせ 完了
---------------------------------------*/
.inquiry_thanks_contents .layout_ttl {
  margin-bottom: 44px;
}

.inquiry_thanks_box {
  border: 10px solid #F1F1F1;
  box-sizing: border-box;
  padding: 40px 50px;
  margin-bottom: 80px;
}

.inquiry_thanks_lead {
  color: #2D2D2D;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 14px;
}

.inquiry_thanks_text {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
}

.inquiry_thanks_actions {
  margin-top: 26px;
}

.inquiry_thanks_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  height: 40px;
  border-radius: 2px;
  background: #8D0000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.inquiry_thanks_btn:hover {
  opacity: 0.9;
  text-decoration: none;
}
.inquiry_thanks_btn:focus-visible {
  outline: 3px solid rgba(141, 0, 0, 0.25);
  outline-offset: 3px;
}

/*--------------------------------------
お問い合わせ エラー
---------------------------------------*/
.inquiry_message {
  margin-top: 40px;
  padding: 40px 32px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 80px;
}
.inquiry_message--error {
  background-color: #fff6f6;
  border: 1px solid #e0b4b4;
}

.inquiry_message_text {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 32px;
}

.inquiry_message_actions {
  display: flex;
  justify-content: center;
}
.inquiry_message_actions .inquiry_form_btn_submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  height: 40px;
  border-radius: 2px;
  background: #8D0000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.inquiry_message_actions .inquiry_form_btn_submit:hover {
  opacity: 0.9;
  text-decoration: none;
}
.inquiry_message_actions .inquiry_form_btn_submit:focus-visible {
  outline: 3px solid rgba(141, 0, 0, 0.25);
  outline-offset: 3px;
}

/*--------------------------------------
PC用
---------------------------------------*/
@media screen and (min-width: 768px) {
  /*--------------------------------------
  ヘッダ
  ---------------------------------------*/
  #header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_button01 {
    float: none;
    position: absolute;
    right: 10px;
    top: 40px;
  }
  /*--------------------------------------
  コンテンツ
  ---------------------------------------*/
  #wrap {
    width: 757px;
    margin: 0 auto;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }
  h1 {
    margin-top: 20px;
  }
  #form_contents {
    width: 697px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_notice_box01 {
    margin: 20px 0;
  }
  .form_col_table01 > tbody > tr > th,
  .form_col_table01 > tbody > tr > td {
    display: table-cell;
    border: 1px solid #fff;
  }
  .form_col_table01 input,
  .form_col_table01 textarea {
    width: auto;
  }
  .form_button01 {
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  .form_button01 p {
    display: table-cell;
  }
  /*--------------------------------------
  フッタ
  ---------------------------------------*/
  #footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*--------------------------------------
SP用
---------------------------------------*/
@media screen and (max-width: 767px) {
  /*--------------------------------------
          お問い合わせ新規ページ
          ---------------------------------------*/
  .inquiry_contents01 {
    width: auto;
    margin: 0 20px;
  }
  .inquiry_contents01 .layout_ttl {
    margin: 20px 0 30px 0;
  }
  .inquiry_contents01 .inquiry_htxt02 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    background: #9A1517;
    height: 58px;
    padding: 10px 13px;
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inquiry_contents01 .inquiry_ul_outer {
    margin-left: 20px;
  }
  .inquiry_contents01 .inquiry_ul {
    margin-bottom: 25px;
  }
  .inquiry_contents01 .inquiry_ul li {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    list-style-type: disc;
  }
  .inquiry_contents01 .inquiry_ul li span {
    vertical-align: -0.2em;
  }
  .inquiry_contents01 .inquiry_ul li::marker {
    font-size: 0.7em;
  }
  .inquiry_contents01 .inquiry_txt01 {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    border-top: 1px solid #E1E1E1;
    padding: 25px 0 35px;
  }
  .inquiry_contents01 .inquiry_box01 {
    border: 10px solid #F1F1F1;
    box-sizing: border-box;
    padding: 20px 20px 25px 20px;
    margin-bottom: 80px;
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_txt02 {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_txt02:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/inquiry/images/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 6px 3px 0;
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_txt03 {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin: 10px 0 0 0;
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_txt04 {
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.4px;
    text-align: center;
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_link_txt01 {
    color: #8D0000;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.5px;
    margin: 10px auto 20px auto;
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_mail {
    border-bottom: 1px solid #E1E1E1;
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_mail .inquiry_link_txt01 {
    margin: 15px auto 25px auto;
    width: 100%;
    max-width: 274px;
    display: block;
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_phone .inquiry_txt02 {
    margin-top: 30px;
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_phone .inquiry_txt02:before {
    background-image: url(/inquiry/images/tell.png);
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_phone .inquiry_link_txt01 {
    margin-bottom: 0;
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_phone .inquiry_phone_box01 {
    display: block;
  }
  .inquiry_contents01 .inquiry_box01 .inquiry_phone .inquiry_phone_box01 .inquiry_txt04 {
    margin: 15px 0 0 0;
  }
  /*--------------------------------------
  お問い合わせフォーム
  ---------------------------------------*/
  .inquiry_form {
    width: auto;
    margin: 0 0 60px;
  }
  .inquiry_form_table {
    width: 100%;
  }
  .inquiry_form_table tr {
    display: block;
    border-bottom: 1px solid #E1E1E1;
  }
  .inquiry_form_table tr th, .inquiry_form_table tr td {
    display: block;
  }
  .inquiry_form_th {
    width: auto;
    padding: 12px 0 0;
    font-weight: bold;
  }
  .inquiry_form_td {
    width: auto;
    padding: 12px 0;
  }
  .inquiry_form_input,
  .inquiry_form_textarea {
    width: 100%;
  }
  .inquiry_form_textarea {
    height: 180px;
  }
  .inquiry_form_mail_row {
    display: block;
  }
  .inquiry_form_mail_row + .inquiry_form_mail_row {
    margin-top: 10px;
  }
  .inquiry_form_mail_note {
    display: block;
    margin-top: 6px;
  }
  .inquiry_form_actions {
    gap: 16px;
    margin-top: 24px;
  }
  .inquiry_form_btn {
    width: 45%;
    max-width: 186px;
  }
  /*--------------------------------------
  お問い合わせ 完了
  ---------------------------------------*/
  .inquiry_thanks_box {
    border: 10px solid #F1F1F1;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 60px;
  }
  .inquiry_thanks_lead {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 14px;
  }
  /*--------------------------------------
  エラー
  ---------------------------------------*/
  .inquiry_message {
    padding: 32px 16px;
  }
  .inquiry_message_text {
    font-size: 15px;
  }
  .inquiry_message_actions .inquiry_form_btn_submit {
    min-width: 0;
    width: 90%;
  }
}

/*# sourceMappingURL=inquiry.css.map */
