@charset "UTF-8";
/* 共通 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  margin: 60px 0 20px 0;
  border-left: 8px solid #333333;
  height: 36px;
  line-height: 36px;
}

label {
  font-size: 16px;
}

a:link {
  color: #356cb6;
  text-decoration: none;
}
a:hover {
  color: #c22b42;
  text-decoration: underline;
}
a:visited {
  color: #356cb6;
  text-decoration: none;
}
a:active {
  color: #356cb6;
  text-decoration: none;
}
a img {
  border: none;
}

header {
  border-bottom: 1px solid #DBE6F5;
}
header .header_inner {
  max-width: 1000px;
  width: 85%;
  padding: 15px 0 10px;
  margin: 0 auto;
}
header .header_inner img {
  width: 40%;
}

footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #DBE6F5;
}
footer.footer_complete {
  position: absolute;
  bottom: 0;
}
footer .footer_inner {
  width: 100%;
  margin: 0 auto;
  width: 70%;
  padding: 15px 0;
}
footer .footer_inner p {
  font-size: 14px;
  text-align: center;
}

/* フォーム（全体） */
.small_text {
  width: 40%;
}

.middle_text {
  width: 70%;
}

.long_text {
  width: 100%;
}

.required_label {
  font-size: 12px;
  background-color: #d9534f;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 4px;
}

.ok_label {
  display: none;
  font-size: 12px;
  background-color: #356cb6;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 4px;
}

input[type=text] {
  background-color: #DBE6F5;
  border: none;
  padding: 10px;
  border-radius: 4px;
  margin: 10px 0;
}

textarea {
  width: 100%;
  background-color: #DBE6F5;
  border-radius: 4px;
  margin: 10px 0;
  padding: 10px;
}

.inquiry_flow_box {
  margin-top: 50px;
}
.inquiry_flow_box.pcf {
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.inquiry_flow_process {
  width: 190px;
  font-size: 16px;
  padding: 12px 5px;
  background-color: #C3C3C3;
  color: #000000;
  border-radius: 4px;
  text-align: center;
}
.inquiry_flow_process_active {
  width: 190px;
  font-size: 16px;
  padding: 12px 5px;
  background-color: #356cb6;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

table {
  width: 100%;
}
table tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(107, 107, 107, 0.4);
  padding: 5px 0;
  gap: 5px;
}
table tr th {
  width: 30%;
}
table tr td {
  width: 70%;
}

/* PC/SP */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pcf {
  display: flex !important;
}

.spf {
  display: none !important;
}

/* フォーム（個別項目）*/

/* ヘッダー用 */
.inquiry_header {
    width: 85%;
    max-width: 800px;
    margin: 5px auto;
}
.inquiry_header a {
  text-decoration: none !important;
}
.inquiry_header a:hover {
  text-decoration: none !important;
}

.gheader_in_logo {
  display: flex;
  align-items: center; /* ロゴとテキストを縦方向中央に */
  gap: 10px;
}

.gheader_text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center; /* 中央揃え */
  text-align: center;
  color: #333333;
}

.gheader_main_text {
  font-size: 1.4em; /* 適宜調整 */
  font-weight: bold;
}

.gheader_sub_text {
  font-size: 0.9em; /* 少し小さめにするのが一般的 */
  margin-top: 2px;
}

.breadcrumb_inner {
  max-width: 1000px;
  width: 85%;
  margin: 0 auto;
  margin-top: 35px;
}
.breadcrumb ul {
  display: flex;
}
.breadcrumb ul li:nth-child(1):after {
  content: ">";
  margin: 0 20px;
}

#inquiry h1 {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  color: #356cb6;
}

.inquiry_inner {
  width: 85%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}
.inquiry_txt {
  text-align: left;
  font-size: 18px;
  margin-top: 50px;
  display: inline-block;
  line-height: 1.5;
}
.inquiry_txt_inner {
  text-align: center;
}
.inquiry_txt span {
  font-size: 16px;
  padding: 0 8px;
}
.inquiry_flow {
  text-align: center;
}
.inquiry_form {
  margin-bottom: 40px;
}
.inquiry_form h2 span {
  position: absolute;
  bottom: 5px;
}
.inquiry_form table.customer-info th {
  display: flex;
}
.inquiry_form table.customer-info th label {
  width: 80%;
  padding-left: 5px;
}
.inquiry_form table.note tr {
  border: none;
}
.inquiry_form table.agree_check tr {
  border: none;
}
.inquiry_form table.agree_check tr th label {
  display: flex;
}
.inquiry_form table.agree_check tr th label span.label {
  height: 25px;
  padding: 5px 7px;
}
.inquiry_form table.agree_check tr th label span.label.required_label {
  display: inline-block;
}
.inquiry_form table.agree_check tr th label span.agree_label {
  display: inline-block;
  width: 200px;
}
.inquiry_form table.agree_check tr input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  transform: scale(1.3);
}
.inquiry_form table.agree_check tr .agree_check_label {
  margin-top: 20px;
}
.inquiry_form table.agree_check .agree_check_label {
  position: relative;
}
.inquiry_form table.agree_check .agree_check_label .agree_checkformError {
  margin-top: 0 !important;
  top: -60px !important;
  left: -15px !important;
}
.inquiry_form table .confirmation_value {
  background-color: #E7E7E8;
  border: none;
  padding: 10px;
  border-radius: 4px;
  margin: 10px 0;
}
.inquiry_sendbutton {
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.inquiry_sendbutton p.sendbutton_msg {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.inquiry_sendbutton input[type=button] {
  width: 300px;
  height: auto;
  border-radius: 4px;
  padding: 15px 0;
  margin-top: 50px;
}
.inquiry_sendbutton .button_confirm input[name=check] {
  background-color: #DBE6F5;
}
.inquiry_sendbutton .button_send {
  display: flex;
  justify-content: space-around;
}
.inquiry_sendbutton .button_send input[name=back] {
  background-color: #EBEBEB;
}
.inquiry_sendbutton .button_send input[name=send] {
  background-color: #DBE6F5;
}
.inquiry_right {
  padding-bottom: 30px;
  text-align: center;
}
.inquiry_right p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.inquiry_msg {
  text-align: center;
  margin-top: 70px;
}
.inquiry_msg .top_btn {
  margin-top: 30px;
}
.inquiry_msg .ty_page_ttl {
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
}
.inquiry_msg .ty_page {
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  /* 共通 */
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 20px;
    height: auto;
  }
  /* PC/SP */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: flex !important;
  }
  /*フォーム全体*/
  header .header_inner {
    width: 90%;
  }
  header .header_inner img {
    width: 100%;
  }
  footer .footer_inner p {
    font-size: 12px;
  }
  .breadcrumb_inner {
    width: 90%;
    margin-top: 20px;
  }
  .breadcrumb_inner ul {
    display: block;
  }
  .breadcrumb_inner ul li {
    font-size: 14px;
  }
  .breadcrumb_inner ul li:nth-child(2) {
    padding-top: 5px;
  }
  .inquiry_flow_box {
    gap: 1.5%;
    align-items: center;
  }
  .inquiry_flow_process {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 31%;
    height: 50px;
    font-size: 14px;
  }
  .inquiry_flow_process_active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 31%;
    height: 50px;
    font-size: 14px;
  }
  .small_text {
    width: 60%;
  }
  .middle_text {
    width: 80%;
  }
  .long_text {
    width: 100%;
  }
  /* フォーム（個別項目） */
  .inquiry_inner {
    width: 90%;
    margin-top: 20px;
  }
  .inquiry_txt {
    font-size: 16px;
    margin: 0;
  }
  .inquiry_txt_inner {
    margin-top: 20px;
  }
  .inquiry_flow_box {
    margin-top: 40px;
  }
  .inquiry_form table tr {
    display: block;
  }
  .inquiry_form table tr th {
    display: block;
    width: 100%;
  }
  .inquiry_form table tr td {
    display: block;
    width: 100%;
  }
  .inquiry_form table tr td input[type=text] {
    margin: 15px 0 10px;
  }
  .inquiry_form table.customer-info tr {
    padding: 20px 0 10px;
  }
  .inquiry_form table.customer-info tr th {
    width: 100%;
  }
  .inquiry_form table.customer-info tr th label {
    width: auto;
  }
  .inquiry_form table.customer-info tr th .required_label, .inquiry_form table.customer-info tr th .ok_label {
    position: static;
    margin-left: 10px;
  }
  .inquiry_form table.customer-info tr td.item_address {
    padding-top: 18px;
  }
  .inquiry_form table.agree_check tr th label .required_label, .inquiry_form table.agree_check tr th label .ok_label {
    margin-left: 5px;
  }
  .inquiry_form table.agree_check tr th label span.agree_label {
    display: inline-block;
    width: auto;
  }
  .inquiry_form table.agree_check tr td {
    margin-top: 20px;
  }
  .inquiry_sendbutton {
    justify-content: space-between;
  }
  .inquiry_sendbutton .button_send input[type=button] {
    width: 160px;
  }
  .inquiry_msg {
    margin-top: 50px;
  }
  .inquiry_msg .top_btn {
    margin-top: 0px;
  }
}/*# sourceMappingURL=form.css.map */