@charset "UTF-8";
:root {
  --moving-primary: #f37f02;
  --moving-alert: #d23a00;
  --body-color: #333333;
  --body-bg-color: #f7f7f7;
  --header-bg-color: #ffffff;
  --border-color: #dddddd;
  --form-border-color: #707070;
  --form-bg-color: #fafafa;
  --form-placeholder: #cac4d0;
  --border-radius-s: 0.25rem;
  --border-radius-m: 0.5rem;
  --border-radius-l: 1rem;
  --card-padding-x: 1.1875rem;
  --card-padding-y: 2.4375rem;
  --content-width: 640px;
}

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::after, ::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

address, blockquote, body, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

details, main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

a, hr {
  color: inherit;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: inherit;
}

input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=checkbox], [type=radio], fieldset, legend, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input {
  -webkit-appearance: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  background: var(--body-bg-color);
  font-size: 1rem;
  color: var(--body-color);
  line-height: 1.5;
  font-weight: 500;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.formDivider {
  border: none;
  border-bottom: 1px dashed var(--form-border-color);
  margin: 2.5rem 0;
}

#mod_Header {
  background-color: #ffffff;
  color: #595757;
  font-size: 12px;
  border-bottom: 2px solid #F37F02;
}

#mod_Header .inner {
  padding: 0.7rem;
  background-image: url(../images/ico-truck.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 42px;
}

#mod_Header img {
  vertical-align: bottom;
  width: auto;
  height: 100%;
}

#mod_Header .logo {
  height: 20px;
  display: inline-block;
}

#mod_Header .txt {
  display: inline-block;
  padding-left: 0.3rem;
  line-height: 1;
  font-weight: 600;
  vertical-align: bottom;
}

#mod_footBtn {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.btn, .btn--text, .btn--primary {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  width: 100%;
  max-width: 400px;
  margin: 0;
  padding: 1.3em 1.5em 1.4em;
  border: 1px solid;
  border-radius: 2.5rem;
  box-shadow: 0px 4px 0px rgba(210, 58, 0, 0.25);
  transition: all 0.3s ease;
  font-weight: 700;
  cursor: pointer;
}
.btn:disabled, .btn--text:disabled, .btn--primary:disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
@media (hover: hover) {
  .btn:hover, .btn--text:hover, .btn--primary:hover {
    transform: translateY(4px);
    box-shadow: none;
  }
}

.btn--primary {
  border-color: var(--moving-alert);
  background-color: var(--moving-alert);
  color: #fff;
}

.btn--text {
  border-color: var(--moving-alert);
  background-color: #fff;
  color: var(--body-color);
}

.btnGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.25rem;
}

.pageTitle {
  padding: 2rem 0 1.5625rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}

.otherHeading {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--moving-primary);
}

.typo_ex, .typo_ex--kome {
  font-size: 0.75rem;
  color: #848484;
  display: block;
}

.typo_ex--kome {
  margin: 0.4rem 0;
}
.typo_ex--kome li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}
.typo_ex--kome li:before {
  content: "※";
}

.noteLinks {
  margin-bottom: 1.875rem;
}
.noteLinks a {
  color: #006ee4;
  text-decoration: underline;
}
@media (hover: hover) {
  .noteLinks a:hover {
    text-decoration: none;
  }
}

.mod_stepNav {
  margin-bottom: 2rem;
}

.stepNav {
  display: flex;
}

.stepNav_item {
  position: relative;
  flex: 1;
  height: 60px;
  letter-spacing: 0;
}
.stepNav_item:not(:last-child) {
  margin-right: 1px;
}
.stepNav_item:not(:last-child)::after,
.stepNav_item:not(:last-child) .stepNav_text::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-right-width: 0;
  border-left-width: 15px;
  content: "";
}
.stepNav_item:not(:last-child)::after {
  z-index: 1;
  border-left-color: var(--moving-alert);
  transform: translateX(1px);
}
.stepNav_item:not(:last-child) .stepNav_text::after {
  z-index: 2;
  border-left-color: inherit;
}
.stepNav_item:first-child .stepNav_text {
  border-top-left-radius: var(--border-radius-s);
  border-bottom-left-radius: var(--border-radius-s);
}
.stepNav_item:last-child .stepNav_text {
  border-top-right-radius: var(--border-radius-s);
  border-bottom-right-radius: var(--border-radius-s);
}
.stepNav_item.--active .stepNav_text {
  border-color: var(--moving-alert);
  background: var(--moving-alert);
  color: #fff;
}
.stepNav_item.--active .stepNav_text .number {
  background: #fff;
  color: var(--moving-alert);
}

.stepNav_text {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border-color: #fff;
  background: #fff;
  font-weight: 700;
}
.stepNav_text .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding-bottom: 0.125rem;
  border-radius: 50%;
  background-color: var(--moving-alert);
  color: #fff;
  font-size: 0.875rem;
}

.card {
  margin-block: 2rem;
  padding: var(--card-padding-y) var(--card-padding-x);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-l);
  background-color: #fff;
}
.card:last-child {
  margin-bottom: 0;
}

.card_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.card_subTitle {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.card_img {
  margin-bottom: 2rem;
  text-align: center;
}

.formItem {
  margin-block: 2.5rem;
}
.formItem:last-child, .formItem:has(+ .mod_hideArea:not(.js-active)) {
  margin-bottom: 0;
}
.formItem .typo_ex--kome {
  margin: 1.5em 0 0;
}

.formItem_zipcode {
  display: grid;
  grid-template-columns: minmax(9em, 40%) max-content;
  column-gap: 0.5em;
}
.formItem_zipcode a {
  margin-top: 1rem;
  text-decoration: underline;
}
@media (hover: hover) {
  .formItem_zipcode a:hover {
    text-decoration: none;
  }
}

.formLabel {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.formLabel:not(:first-child) {
  margin-top: 1.5rem;
}

.formLabel_tag {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  border-radius: var(--border-radius-s);
  font-size: 0.75rem;
  font-weight: 700;
}
.formLabel_tag.required {
  background-color: var(--moving-alert);
  color: #ffffff;
}

.formText {
  margin-block: 0.75rem;
  font-size: 0.875rem;
}

.doneFootLink {
  text-align: center;
}
.doneFootLink a {
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover) {
  .doneFootLink a:hover {
    text-decoration: none;
  }
}

.confirmLabel {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #9a9a9a;
}

.mod_confirmList {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
  font-weight: 500;
}
.mod_confirmList p {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.mod_confirmList p:not(:last-child) {
  margin-bottom: 1.5em;
}
.mod_jyusetu .mod_confirmList p:not(:last-child) {
  margin-bottom: 0;
}
.mod_confirmList .note {
  margin-top: 1.5em;
  color: #848484;
  font-size: 0.6875rem;
}
.mod_confirmList .desc {
  margin: 1rem 0;
  padding: 0.75rem;
  border-radius: 5px;
  background: #F7F7F7;
}
.mod_confirmList ul:not(.dot) {
  border-top: 1px solid #e9e9e9;
  margin-left: 0.8rem;
  margin-right: -1rem;
  margin-top: 0.7rem;
}
.mod_confirmList ul:not(.dot) li {
  border-bottom: 1px solid #e9e9e9;
  padding: 0.7rem 1rem 0.7rem 0;
}
.mod_confirmList ul:not(.dot) li::before {
  content: "・";
}
.mod_confirmList ul:not(.dot) li:last-child {
  border: none;
  padding-bottom: 0;
}

.mod_jyusetu .card {
  margin-top: 0;
}

select::-ms-expand {
  display: none;
}

input::placeholder,
textarea::placeholder {
  color: var(--form-placeholder);
}

[class^=input-] {
  position: relative;
  display: block;
}
[class^=input-]:last-child {
  margin-bottom: 0;
}
[class^=input-] input[type=text],
[class^=input-] input[type=tel],
[class^=input-] input[type=email],
[class^=input-] select,
[class^=input-] textarea {
  vertical-align: middle;
  font-size: 1rem;
  border: 1px solid var(--form-border-color);
  background-color: var(--form-bg-color);
  border-radius: var(--border-radius-m);
  margin: 0;
  width: 100%;
  padding: 0.9375rem;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[class^=input-] input[type=text]:focus,
[class^=input-] input[type=tel]:focus,
[class^=input-] input[type=email]:focus,
[class^=input-] select:focus,
[class^=input-] textarea:focus {
  background-color: #FFF4E8;
}
@media screen and (max-width: 320px) {
  [class^=input-] input[type=text],
  [class^=input-] input[type=tel],
  [class^=input-] input[type=email],
  [class^=input-] select,
  [class^=input-] textarea {
    font-size: 14px;
    padding: 0.9em 0.8em;
  }
}
[class^=input-] textarea {
  font-size: 1rem;
  padding: 0.9375rem;
  min-height: 3em;
  resize: none;
  -webkit-appearance: none;
}
[class^=input-] span {
  display: none;
}
[class^=input-].js-alert input[type=text],
[class^=input-].js-alert input[type=tel],
[class^=input-].js-alert input[type=email],
[class^=input-].js-alert textarea,
[class^=input-].js-alert select {
  color: #e00404;
  border: 1px solid #e77070;
  background-color: #ffecec;
}
[class^=input-].js-alert span {
  display: block;
  color: #e00404;
  font-size: 13px;
  margin: 0.4em 0;
  width: 100%;
}

.input-select {
  position: relative;
}
.input-select select {
  height: 3.5rem;
  padding-right: 4rem;
}
.input-select select:-ms-expand {
  display: none;
}
.input-select::before, .input-select::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 3.375rem;
  height: 3.375rem;
  pointer-events: none;
}
.input-select::before {
  background-color: #efefef;
  border-left: 1px solid var(--form-border-color);
  border-radius: 0 var(--border-radius-m) var(--border-radius-m) 0;
}
.input-select::after {
  background-image: url(../images/moving/icon_select.svg);
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: center;
}

.input-zipcode {
  position: relative;
}
.input-zipcode span {
  position: absolute;
  width: 100% !important;
}
.input-zipcode.js-alert {
  margin-bottom: 2em;
}

.input-keiki {
  position: relative;
}
.input-keiki span {
  position: absolute;
  width: 100% !important;
}
.input-keiki:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -0.6em;
  content: "No.";
}
.input-keiki input[type=text],
.input-keiki input[type=tel] {
  padding-left: 2.4em !important;
}
@media screen and (max-width: 320px) {
  .input-keiki input[type=text],
  .input-keiki input[type=tel] {
    padding-left: 3em !important;
  }
}
.input-keiki.js-alert {
  margin-bottom: 2em;
}

.input-date {
  position: relative;
}
.input-date input {
  height: 3.5rem;
  padding-right: 4rem;
  cursor: pointer;
}
.input-date::before, .input-date::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 3.375rem;
  height: 3.375rem;
  pointer-events: none;
}
.input-date::before {
  background-color: #efefef;
  border-left: 1px solid var(--form-border-color);
  border-radius: 0 var(--border-radius-m) var(--border-radius-m) 0;
}
.input-date::after {
  background-image: url(../images/moving/icon_cal.svg);
  background-repeat: no-repeat;
  background-size: 20px 23px;
  background-position: center;
}
.input-date input[type=tel] {
  padding-right: 3.5em !important;
}
@media screen and (max-width: 320px) {
  .input-date input[type=tel] {
    padding-right: 4em !important;
  }
}

.input-boxes .button-group {
  display: grid;
  gap: 12px;
}
.input-boxes .button-group.--horizontal {
  grid-template-columns: repeat(2, 1fr);
}
.input-boxes .button-group.--horizontal label,
.input-boxes .button-group.--horizontal .label {
  text-align: center;
}
.input-boxes .button-group.--vertical {
  grid-template-columns: 1fr;
}
.input-boxes .button-group label,
.input-boxes .button-group .label {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--form-border-color);
  border-radius: var(--border-radius-m);
  background-color: #fff;
  padding: 1.1875rem 1rem 1.1875rem 2.875rem;
}
.input-boxes .button-group label::before, .input-boxes .button-group label::after,
.input-boxes .button-group .label::before,
.input-boxes .button-group .label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.input-boxes .button-group label::before,
.input-boxes .button-group .label::before {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--form-border-color);
}
.input-boxes .button-group label::after,
.input-boxes .button-group .label::after {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  background-color: var(--moving-primary);
  opacity: 0;
}
.input-boxes .button-group label.active,
.input-boxes .button-group .label.active {
  border-color: var(--moving-primary);
}
.input-boxes .button-group label.active::after,
.input-boxes .button-group .label.active::after {
  opacity: 1;
}
.input-boxes .button-group input {
  position: absolute;
  display: none;
}
.input-boxes .button-group input:checked + label {
  border-color: var(--moving-primary);
  border-right: 1px solid var(--moving-primary);
}
.input-boxes .button-group input:checked + label::after {
  opacity: 1;
}
.input-boxes.js-alert label {
  background-color: #ffecec !important;
  color: var(--moving-alert) !important;
  border: 1px solid var(--moving-alert) !important;
}
.input-boxes.js-alert input:checked + label {
  color: var(--moving-alert) !important;
  background-color: #ffc7c7 !important;
}

.input-bigcheckBox {
  display: block;
}
.input-bigcheckBox label {
  border: 1px solid var(--border-color);
}
.input-bigcheckBox label,
.input-bigcheckBox .label {
  display: block;
  background-color: #fff;
  border-radius: var(--border-radius-l);
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  padding: 1.1875rem 2.875rem 1.1875rem 1.1875rem;
  min-height: 63px;
  position: relative;
  text-decoration: none;
  color: #333;
}
.input-bigcheckBox label span,
.input-bigcheckBox .label span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-bigcheckBox label::before, .input-bigcheckBox label::after,
.input-bigcheckBox .label::before,
.input-bigcheckBox .label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(-50%);
}
.input-bigcheckBox label::before,
.input-bigcheckBox .label::before {
  border: 1px solid var(--form-border-color);
  border-radius: 2px;
  background-color: #fff;
}
.input-bigcheckBox label::after,
.input-bigcheckBox .label::after {
  content: "";
  background-image: url(../images/moving/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  opacity: 0;
}
.input-bigcheckBox label:hover,
.input-bigcheckBox .label:hover {
  background-color: #FFF4E8;
}
.input-bigcheckBox + span {
  display: none;
  color: #e00404;
}
.input-bigcheckBox.js-alert label {
  color: #e00404;
  border: 2px solid #e77070;
  background-color: #ffecec;
}
.input-bigcheckBox.js-alert + span {
  display: block;
  color: #e00404;
}
.input-bigcheckBox input {
  display: none;
}
.input-bigcheckBox input:checked + label {
  border-color: var(--moving-alert);
  background-color: #f8ede7;
}
.input-bigcheckBox input:checked + label::before {
  border-color: var(--moving-alert);
}
.input-bigcheckBox input:checked + label::after {
  opacity: 1;
}

select {
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0.8em 13px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
}

.mod_hideArea input[type=text],
.mod_hideArea input[type=tel],
.mod_hideArea input[type=email],
.mod_hideArea textarea {
  background-color: #F7F7F7;
}

.mod_notice {
  margin-top: 2rem;
}
.mod_notice .noticeTitle {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.mod_notice .noticeBox {
  padding: 1rem 1.25rem;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  background: #fde5e5;
}
.mod_notice .noticeBox_alert {
  position: relative;
  padding-left: 1.625rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.mod_notice .noticeBox_alert::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.0625rem;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../images/moving/icon_notice.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.mod_notice .noticeBox_example {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed;
  font-size: 0.875rem;
}

.mod_exampleList {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5rem;
}
.mod_exampleList > li {
  position: relative;
  padding-left: 1.625rem;
  font-size: 0.875rem;
  line-height: 1.429;
}
.mod_exampleList > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.0625rem;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../images/moving/icon_check_list.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.mod_box {
  padding: var(--card-padding-y) var(--card-padding-x);
  background: #fff;
  border-radius: var(--border-radius-m);
}

.mod_tooltip {
  display: flex;
  align-items: center;
}
.mod_tooltip .tooltipTrigger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid;
  color: #333;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
  transition: color 0.2s;
}
.mod_tooltip .tooltipTrigger:focus {
  color: var(--moving-alert);
}
@media (hover: hover) {
  .mod_tooltip .tooltipTrigger:hover {
    color: var(--moving-alert);
  }
}
.mod_tooltip .tooltipContent {
  position: absolute;
  bottom: calc(100% + 0.25rem);
  right: 0;
  width: 90%;
  padding: 10px;
  border: 1px solid var(--border-color);
  background-color: #fde5e5;
  border-radius: 6px;
  font-size: 0.875rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 10;
}
.mod_tooltip .tooltipContent:not([hidden]) {
  visibility: visible;
  opacity: 1;
}

.mod_step .stepList {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 343px;
  margin: 0 auto 30px;
}

.mod_step .stepList > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: calc(100% / 4);
  z-index: 0;
}

.mod_step .stepList > li:not(:first-child)::before {
  position: absolute;
  top: 12.5px;
  left: calc(-50% + 12.5px);
  width: calc(100% - 25px);
  height: 1px;
  background-color: #e5e5e5;
  z-index: -1;
  content: '';
}

.mod_step .stepList .num {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #808080;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}

.mod_step .stepList .label {
  font-size: 0.6875rem;
  line-height: 1;
}

.mod_step .stepList > li.active .num,
.mod_step .stepList > li.complete .num {
  background: var(--moving-alert);
  color: #fff;
}
.mod_step .stepList > li.active .label,
.mod_step .stepList > li.complete .label {
  color: var(--moving-alert);
}
.mod_step .stepList > li.active + li::before  {
  background: linear-gradient(to right, var(--moving-alert) 0%, #e5e5e5 100%);
}
.mod_step .stepList > li.complete + li::before {
  background: var(--moving-alert);
}

.page--done .card {
  padding-block: 1.25rem;
}
.page--done .card_title {
  line-height: 1.458;
  font-size: 1.5rem;
}

.page--error h1 {
  font-size: 21px;
  color: var(--moving-primary);
  font-weight: 700;
  text-align: center;
  margin: 2rem 0;
  line-height: 1.2;
}
.page--error h1::before {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 auto 1rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/ico-error.png);
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 0 1rem;
  border: 2px solid #F37F02;
  max-width: 500px;
  max-height: 100vh;
  margin: 1rem;
  border-radius: 10px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid #E0E0E0;
}

.modal__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 1.5rem;
  border-top: 1px solid #E0E0E0;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #F37F02;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: #094ADE;
  font-size: inherit;
}

.modal__content {
  padding: 1rem 0;
}

.modal__content b {
  font-weight: bold;
}

.modal__content .dot > li:not(:last-child) {
  margin-bottom: 1em;
}

.modal__content .dot > li {
  padding-left: 1em;
  text-indent: -1em;
}

.modal__content .dot > li:before {
  content: "・";
}

.modal__content .num {
  margin: 1em 0;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(-5%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s ease;
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.2s ease-out;
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s ease;
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.2s ease-out;
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*===========================================================
+-----+// line
===========================================================*/
.mod_line {
    position: fixed;
    left: max(5px, calc(50% - 430px));
    bottom: 5px;
    z-index: 100;
    width: 100px;
}

.mod_line a {
    display: inline-block;
}
.mod_line a img {
    height: auto;
}
