@charset "UTF-8";
/* ----入力フォーム共通---- */
#section_form {
  padding-top: 0;
  padding-bottom: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
select,
textarea {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=password]:hover,
input[type=url]:hover,
input[type=number]:hover,
select:hover,
textarea:hover {
  border: 1px solid #666;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

label.radio,
label.checkbox,
input[type=radio],
input[type=radio] + label,
input[type=checkbox],
input[type=checkbox] + label,
select {
  cursor: pointer;
}

input[type=text][disabled] {
  background: #dcdcdc;
  cursor: not-allowed;
}

select {
  color: inherit;
  height: 5rem;
  max-width: 30rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

input[type=file] {
  display: block;
  width: 100%;
  font: inherit;
  color: inherit;
}
input[type=file]::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  background: #f0feff;
  height: 3.7rem;
  padding: 0.3rem 1.5rem 0;
  line-height: 1;
  border-radius: 0.5rem;
  border: 0.1rem solid #ccc;
}
input[type=file].mask + input[type=file] {
  display: none !important;
}

/* ----画面上部メッセージ---- */
.alert {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.alert:before {
  font-family: FontAwesome;
  content: "\f071";
  position: absolute;
  left: 10px;
}

.success {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #bce8f1;
  color: #31708f;
  background-color: #d9edf7;
}

.success:before {
  font-family: FontAwesome;
  content: "\f05a";
  position: absolute;
  left: 10px;
}

/* ----入力フォームタイトル---- */
.legend {
  margin: 40px 0 20px;
  padding: 0 0 5px 2px;
  font-size: 26px;
  font-weight: normal;
  border-bottom: #999 1px solid;
}

/* ----縦型入力フォーム---- */
.fieldset-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fieldset-vertical .form-group {
  margin: 5px 0 10px 0;
}

.fieldset-vertical .form-label,
.fieldset-vertical .constraint {
  margin: 0 0 5px 0;
}

.fieldset-vertical .form-label {
  padding: 10px;
  margin-right: 10px;
  text-align: left;
  background: #f9f9f9;
  vertical-align: middle;
}

.fieldset-vertical .form-label label {
  font-weight: bold;
}

.fieldset-vertical .form-control {
  clear: both;
}

/* ----横型入力フォーム---- */
.fieldset {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.fieldset .form-group {
  display: table;
  width: 100%;
  border-top: #e5e5e5 1px solid;
}

.fieldset .form-group:last-child {
  border-bottom: #e5e5e5 1px solid;
}

.fieldset .form-label,
.fieldset .constraint,
.fieldset .form-control {
  display: table-cell;
}

.fieldset .form-label {
  width: 23%;
  padding: 25px 10px 25px 25px;
  text-align: left;
  background: #f9f9f9;
}

.fieldset .form-label label {
  font-weight: bold;
}

.fieldset .constraint {
  width: 65px;
  padding: 5px;
  background: #f9f9f9;
}

.fieldset .form-control {
  padding: 5px 0 5px 20px;
}

/* ----入力支援---- */
.form-error {
  display: block;
  color: #a94442;
}

.required:after {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  color: #fff;
  background-color: #d9534f;
  content: "必須";
}

.help-block {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #737373;
}

.count-msg-another {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #555;
}

.count-msg {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #f66;
}

/* ----入力フォームボタン---- */
.action-buttons {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  display: block;
}

.action {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.action .btn {
  margin-top: 10px;
  padding: 8px 8px;
  font-size: 16px;
  border-bottom-width: 2px;
  min-width: 160px;
}

/* ----ラジオボタン、チェックボックス---- */
.radio {
  margin-right: 10px;
}

.checkbox {
  margin-right: 10px;
}

/* ----EFO---- */
.efo-icon {
  border: none;
  vertical-align: middle;
}

input[type=text].efo-error,
input[type=tel].efo-error,
input[type=email].efo-error,
input[type=search].efo-error,
input[type=password].efo-error,
input[type=url].efo-error,
input[type=number].efo-error,
select.efo-error,
textarea.efo-error {
  background-color: #f2dede;
}

input[type=text].efo-valid,
input[type=tel].efo-valid,
input[type=email].efo-valid,
input[type=search].efo-valid,
input[type=password].efo-valid,
input[type=url].efo-valid,
input[type=number].efo-valid,
select.efo-valid,
textarea.efo-valid {
  background-color: #e9f2d7;
}

.tab {
  display: none;
}

.tab.current {
  display: block;
}

.page-ttl {
  background: url(../images/top/faq_title_bg.svg) center/contain no-repeat;
  text-align: center;
}

.page-subttl {
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .page-subttl {
    font-size: 1.8rem;
  }
}

.form-confirm-ttl {
  font-size: 2.8rem;
  margin-bottom: 1em;
  text-align: center;
  color: #00a08e;
}
@media screen and (max-width: 767px) {
  .form-confirm-ttl {
    font-size: 2rem;
  }
}

:root {
  --space: 2rem;
}

.bold {
  font-weight: bold;
}

.btn-common {
  max-width: 25rem;
}

.more {
  margin-top: 5rem;
}
.more .btn {
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: #f00;
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 1rem;
}

textarea {
  height: 20rem;
}

input[type=file]::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  background: #fffff0;
  height: 3.7rem;
  padding: 0rem 1.5rem 0;
  line-height: 1;
  border-radius: 0.5rem;
  border: 0.1rem solid #ccc;
}

input[type=file].mask + input[type=file] {
  display: none !important;
}

.section-form {
  padding: 6rem 0;
  padding-top: 16rem;
  word-break: break-all;
}
.section-form .block-form {
  margin-top: 6rem;
  background-color: #ffffff;
  padding: 5rem 10rem;
  border-radius: 10px;
  border: 1px solid #00a08e;
}
@media screen and (max-width: 767px) {
  .section-form .block-form {
    padding: 3rem 2rem;
  }
}

.form-group {
  display: table;
  width: 100%;
  border-top: #eceae7 1px solid;
}
.form-group .form-label,
.form-group .form-control {
  display: table-cell;
}
.form-group .form-label {
  width: 25%;
  padding: 2.5rem 1rem 2.5rem 2.5rem;
  text-align: left;
  color: #fff;
  background: #00a08e;
  font-weight: bold;
  vertical-align: top;
}
.form-group .form-label .required::after {
  margin-left: 1rem;
}
.form-group .form-control {
  vertical-align: middle;
  width: 75%;
  padding: 1rem 0 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .form-group {
    display: block;
    border-top: 0;
  }
  .form-group + .form-group {
    margin-top: 2rem;
  }
  .form-group .form-label,
  .form-group .form-control {
    width: 100%;
    display: block;
  }
  .form-group .form-label {
    padding: 1rem;
  }
  .form-group .form-control {
    padding: 1rem 0;
  }
}

.form-action {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 4rem;
}
.form-action .action-btn {
  font-weight: bold;
  width: 200px;
  height: 45px;
  max-width: 100%;
  background-color: #fdd101;
  box-shadow: 0 5px 0 0 #cebf0d;
  border-radius: 10px;
  font-size: 1.6rem;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.15s ease-in;
}
.form-action .action-btn:hover {
  opacity: 0.8;
}
.form-action .action-btn--back {
  background-color: #dbdbdb;
  box-shadow: 0 5px 0 0 #929292;
}

.form-group-block .legend {
  font-weight: bold;
}
.form-group-block--note {
  margin: 1rem 0;
}

.form-error {
  margin-top: 0.5rem;
}

.radio-list label {
  display: inline-flex;
  align-items: center;
  margin-right: 2rem;
}

.preview_img {
  max-width: 35rem;
  margin-top: 1rem;
}

.step-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}
.step-title .c-primary {
  color: green;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
#sender {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.78);
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
#sender.active {
  opacity: 1;
  visibility: visible;
}

.formthanks {
  height: 100vh;
}
.formthanks .page_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.formthanks .section-thanks {
  padding: 6rem 0;
  padding-top: 16rem;
}
.formthanks .thanks-content {
  font-weight: 500;
  line-height: 1.6;
}
.formthanks .txt {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .formthanks .txt {
    font-size: 1.6rem;
  }
}
.formthanks .more-btn {
  text-decoration: underline;
}

.section-form-error {
  padding: 6rem 0;
  padding-top: 16rem;
}
.section-form-error .form-error-content {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-form-error .form-error-content {
    margin-top: 4rem;
  }
}