@charset "UTF-8";
/* 見出し背景 ページ調整用 start */
.c-heading__lower__bgImg--01 {
  background-image: url(/purchase/images/purchase_bg.png);
}

#inquery .c-heading__lower__bgImg--01 {
  background-image: url(/company/images/company_bg.png);
}

@media screen and (max-width: 768px) {
  .c-heading__lower {
    margin-bottom: 35px;
  }
  .c-heading__lower__txt {
    left: 55%;
    transform: translateX(-45%);
  }
}
/* 見出し背景 ページ調整用 end */
.c-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-table {
    display: block;
  }
  .c-table tbody, .c-table td, .c-table th, .c-table tr {
    display: block;
  }
}
.c-table tr {
  background-image: url(/assets/images/common/line_horizontal_gray.svg);
  background-repeat: repeat-x;
  background-size: 6px;
  background-position: left bottom;
}
.c-table th {
  padding: 1.5em 1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-table th {
    display: block;
    padding-bottom: 0;
  }
}
.c-table td {
  padding: 1.5em 1em;
}
@media screen and (max-width: 768px) {
  .c-table td {
    display: block;
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-table td {
    width: 75%;
  }
}

.c-linkArea {
  margin-bottom: 100px;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .c-linkArea {
    display: flex;
  }
}

.p-Btn__submit {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.p-Btn__satei {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .p-Btn__satei {
    width: 30%;
  }
}

.c-Btn__block a {
  color: #fff;
  text-decoration: none;
  padding: 15px 4px 15px 10px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.c-Btn__block button {
  color: #fff;
  text-decoration: none;
  padding: 15px 24px 15px 30px;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.c-linkArea__innerTxt {
  min-width: 5em;
  display: inline-block;
}

.c-Btn__block .c-goTtx__Item01 {
  margin-left: 0.6em;
  line-height: 1.1;
  width: auto;
  padding-left: 0.8em;
  padding-right: 0.8em;
}

label.radio-input {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

label.radio-input::before,
label.radio-input::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

label.radio-input::before {
  background-color: #fff;
  border: 1px solid #d4d5d6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

label.radio-input::after {
  background-color: blue;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px;
}

input:checked + label.radio-input::after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.form-text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.form-textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: vertical;
}

.form-textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

label.radio-input {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

label.radio-input::before,
label.radio-input::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

label.radio-input::before {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

label.radio-input::after {
  background-color: #0071bd;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px;
}

input:checked + label.radio-input::after {
  opacity: 1;
}

.select-wrap {
  border: 1px solid #d4d5d6;
  position: relative;
  padding: 4px 30px 4px 16px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
  display: inline-block;
  width: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: auto;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.error {
  width: 100%;
  padding: 0;
  display: inline-block;
  font-size: 90%;
  color: red;
  box-sizing: border-box;
}

.form-error {
  box-shadow: 0 0 0 1px red inset;
}

.p-form__contact {
  background: #0071bd;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.p-form__contact a {
  color: white;
  text-decoration: none;
}

.c-box__shadow.p-form__contact::before,
.c-box__shadow.p-form__contact::after {
  display: none;
}

.test::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #232323;
  border-right: 3px solid #232323;
  pointer-events: none;
}/*# sourceMappingURL=form.css.map */