@charset "utf-8";

@media screen and (max-width:1200px) {}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {}

.flex-bx>* img ~ span {
  font-size: 80%;
  display: block;
}
.flow_list {
  max-width: 800px;
  margin: auto;
}
.flow_list li {
  background: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 50px;
}
.flow_list li:not(:last-child)::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: #C9C9C9 transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

/* ===========form============= */
.form_sec .mailform tr {
  display: block;
  margin-bottom: 30px;
}
.form_sec .mailform tr th,
.form_sec .mailform tr td {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.form_sec .mailform tr th {
  border-top: 1px solid #4A4949;
  border-bottom: 1px solid #4A4949;
}
.form_sec .mfp_rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.form_sec .mfp_rows input:not([type="radio"]):not([type="checkbox"]):not(:last-child) {
  margin-bottom: 20px;
}
.form_sec input[type="radio"],
.form_sec input[type="checkbox"] {
  display: none;
}
.form_sec label {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.form_sec input[type="radio"] + label::before,
.form_sec input[type="radio"] + input[type="hidden"] + label::before {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #C4C4C4;
  margin-right: 10px;
}
.form_sec input[type="radio"]:checked + label::after,
.form_sec input[type="radio"]:checked + input[type="hidden"] + label::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 16px;
  height: 16px;
  background: #EC8A3F;
  border-radius: 100px;
}
.form_sec input[type="checkbox"] + label::before,
.form_sec input[type="checkbox"] + input[type="hidden"] + label::before {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #C4C4C4;
  margin-right: 10px;
}
.form_sec input[type="checkbox"]:checked + label::before,
.form_sec input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background: #EC8A3F;
  border: 1px solid #EC8A3F;
}
.form_sec input[type="checkbox"]:checked + label::after,
.form_sec input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 7px;
  margin: auto;
  width: 12px;
  height: 7px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg);
}
.form_sec input:not([type="radio"]):not([type="checkbox"]) {
  display: inline !important;
}
.form_sec .mfp_rows.mfp_telephone {
  margin-bottom: 20px;
}
.form_sec .mfp_rows.mfp_telephone input:not([type="radio"]):not([type="checkbox"]) {
  width: 27% !important;
  margin-bottom: 0;
}
.form_sec select {
  border: none;
  height: 45px;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}
.form_sec textarea {
  border: none;
  font-size: 1.6rem;
  padding: 10px;
}
.mfp_rows .mfp_post_code {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mfp_rows .mfp_post_code span:first-child {
  font-size: 150%;
}
.form_sec .mfp_rows .mfp_post_code input:not([type="radio"]):not([type="checkbox"]):first-of-type {
  width: 30% !important;
  margin-bottom: 0;
}
.form_sec .mfp_rows .mfp_post_code input:not([type="radio"]):not([type="checkbox"]):last-of-type {
  width: 50% !important;
  margin-bottom: 0;
}
.mfp_rows .mfp_col3,
.mfp_rows .mfp_col4,
.mfp_rows .mfp_col5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.mfp_rows .mfp_col3>label,
.mfp_rows .mfp_col4>label,
.mfp_rows .mfp_col5>label {
  min-width: 48%;
  margin-bottom: 20px;
}
.mfp_rows .mfp_col3>label:not(:last-child),
.mfp_rows .mfp_col4>label:not(:last-child),
.mfp_rows .mfp_col5>label:not(:last-child) {
  margin-right: 2%;
}
.mfp_rows .mfp_col3>div,
.mfp_rows .mfp_col4>div,
.mfp_rows .mfp_col5>div {
  white-space: nowrap;
}
.mfp_rows.mfp_age .mfp_col5>label {
  width: auto;
}
.mfp_rows.mfp_reason label:not(:last-of-type) {
  margin-bottom: 20px;
}
.mfp_address>div:first-of-type {
  margin-bottom: 20px;
}
.form_sec .input02 {
  max-width: 60%;
}
.form_sec .input03 {
  max-width: 60%;
}
.form_sec .input04 {
  max-width: 85%;
}
.form_sec .mfp_buttons button {
  max-width: 340px;
  width: 90%;
  margin: auto;
  height: 50px;
  background: #EC8A3F;
  border: 2px solid #EC8A3F;
  border-radius: 100px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-shadow: none;
  position: relative;
  transition: .3s;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  cursor: pointer;
}
.form_sec .mfp_buttons button::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  transition: .3s;
  margin: auto;
}
.form_sec .mfp_buttons button:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0);
}
.form_sec .mfp_buttons button:hover::after {
  right: 15px;
}
.mfp_consult label {
  width: 100%;
}
.mfp_confirm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
