@charset "UTF-8";
/*==================================================
sp pc
==================================================*/
@media all and (max-width: 1200px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 1201px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-only {
    display: none !important;
  }
}
@media all and (min-width: 1201px) {
  .tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/*==================================================
application
==================================================*/
.application {
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  .application {
    margin-bottom: 0;
  }
}
.application__content {
  margin-bottom: 60px;
}
.application__content:not(:last-child) {
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  .application__content {
    margin-bottom: 40px;
  }
  .application__content:not(:last-child) {
    padding-bottom: 40px;
  }
}
.application__head {
  margin-bottom: 40px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .application__head {
    margin-bottom: 30px;
  }
}
.application__head .m-ttl {
  margin-bottom: 0.5em;
}
.application__body {
  padding: 0 40px;
}
@media all and (max-width: 767px) {
  .application__body {
    padding: 0;
  }
}
.application__body + .application__head {
  padding-top: 40px;
}
.application__flow {
  counter-reset: decimal;
  display: flex;
  gap: 40px;
  line-height: 1.5;
  padding: 0;
}
@media all and (max-width: 767px) {
  .application__flow {
    gap: 20px;
    padding: 0;
  }
}
.application__flow li {
  align-items: center;
  border-bottom: 2px solid;
  color: #AAAAAA;
  counter-increment: decimal;
  display: grid;
  flex: 1;
  font-weight: var(--font-weight-medium);
  grid-template-columns: 60px 1fr;
  padding: 0 0 8px 10px;
  position: relative;
  text-align: left;
}
@media all and (max-width: 767px) {
  .application__flow li {
    align-items: flex-start;
    font-size: 1.2rem;
    font-weight: var(--font-weight-bold);
    grid-template-columns: 1fr;
    padding: 0 0 6px;
    text-align: center;
  }
}
.application__flow li::before {
  content: counter(decimal, decimal-leading-zero);
  font-size: 4rem;
  font-weight: var(--font-weight-base);
  line-height: 1;
}
@media all and (max-width: 767px) {
  .application__flow li::before {
    margin-bottom: 2px;
  }
}
.application__flow li:not(:last-child)::after {
  background: url(/assets/img/common/ico-arrow.svg) center/contain no-repeat;
  content: "";
  height: 16px;
  position: absolute;
  right: -28px;
  top: 18px;
  width: 16px;
}
@media all and (max-width: 767px) {
  .application__flow li:not(:last-child)::after {
    right: -18px;
    top: 32px;
  }
}
.application__flow li.-current {
  color: var(--main-color);
}
.application__box {
  border: 1px solid #E7E7E7;
  margin-top: 40px;
  padding: 40px 50px;
}
@media all and (max-width: 767px) {
  .application__box {
    padding: 30px 20px 0;
  }
}
.application__box-head {
  margin-bottom: 30px;
  text-align: center;
}

.c-attention__card {
  padding: 40px 50px;
  background-color: rgba(10, 155, 144, 0.1019607843);
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .c-attention__card {
    padding: 20px 30px;
  }
}
.c-attention__card .form-checkbox__txt {
  display: inline-block;
  line-height: 1.7;
}
.c-attention__card a {
  color: #0A9B90;
  position: relative;
}
.c-attention__card a:before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #0A9B90;
}

.c-attention__title {
  font-size: 16px;
  text-align: center;
}

.c-attention__remarks__red {
  color: #E87A7A;
  font-size: 14px;
  position: relative;
  padding-left: 1.2em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.c-attention__remarks__red:before {
  content: "※";
  position: absolute;
  left: 0;
}
.c-attention__remarks__red + .c-attention__remarks__red {
  margin-top: 5px;
}

.c-attention__remarks__black {
  color: #323936;
  font-size: 14px;
  position: relative;
  padding-left: 1.2em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.c-attention__remarks__black:before {
  content: "※";
  position: absolute;
  left: 0;
}
.c-attention__remarks__black + .c-attention__remarks__black {
  margin-top: 5px;
}

.form-checkbox .c-attention__remarks__black {
  margin: 0;
  padding-left: 59px;
}
.form-checkbox .c-attention__remarks__black:before {
  left: 41px;
}

.c-remarks__red,
.c-remarks__black {
  font-size: 14px;
  position: relative;
  padding-left: 1.2em;
  display: block;
}
.c-remarks__red:before,
.c-remarks__black:before {
  content: "※";
  position: absolute;
  left: 0;
}

.c-remarks__red {
  color: #E87A7A;
}

.c-remarks__black {
  color: #323936;
}

.c-complete__message {
  color: #0A9B90;
  font-size: 28px;
  text-align: center;
}

.u-confirm .application__content, .u-complete .application__content {
  margin: 0;
}

.application__box {
  margin-bottom: 60px;
}

.application__box + .application__content {
  margin-bottom: 60px;
}

.u-required {
  position: relative;
}
.u-required:after {
  content: "※";
  position: absolute;
  color: #E87A7A;
  top: 0;
  padding-left: 5px;
}

.u-confirm .m-dl__ttl {
  margin: 0;
}

.u-complete .application__head {
  margin-bottom: 110px;
}
.u-complete .application__content {
  margin: 0;
}

.u-form__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.u-form__row + .u-form__row {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .u-form__row {
    flex-direction: column;
    align-items: baseline;
  }
}
.u-form__row span:not([class]) {
  width: 88px;
}
@media all and (max-width: 767px) {
  .u-form__row span:not([class]) {
    width: 100%;
  }
}
.u-form__row input {
  width: 390px;
}
@media all and (max-width: 1023px) {
  .u-form__row input {
    width: 100%;
  }
}

.p-kakekin__block {
  border: 1px solid #CDD6DD;
  padding: 20px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px;
  width: calc(100% - 70px);
  margin: 30px auto 0;
}
@media all and (max-width: 767px) {
  .p-kakekin__block {
    flex-direction: column;
    gap: 10px;
  }
}

.p-kakekin__block__title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
}
.p-kakekin__block__title .m-dl__ttl {
  margin: 0;
}

.p-kakekin__block__fee {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 1023px) {
  .p-kakekin__block__fee {
    flex-direction: column;
    align-items: baseline;
  }
}
.p-kakekin__block__fee p {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--body-color);
}
.p-kakekin__block__fee .p-kakekin__block__fee__font {
  color: var(--red);
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1.6px;
}

.p-kakekin__block__attention {
  width: 100%;
}

.u-form__row .u-input__width__small {
  width: 200px;
}

.u-input__width__middle {
  width: 370px;
}
@media all and (max-width: 767px) {
  .u-input__width__middle {
    width: 100%;
  }
}

.u-input__year {
  width: 160px;
}

.u-input__month {
  width: 100px;
}

.u-radio__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.u-confirm .u-radio__row {
  margin: 0;
}

.form-radio__txt__detail {
  padding-left: 2.5em;
}

.c-button {
  background-color: #fff;
  border-radius: 40px;
  width: 340px;
  margin: 32px auto 0;
}
@media all and (max-width: 767px) {
  .c-button {
    width: unset;
  }
}
.c-button a {
  padding: 12px;
  color: #E87A7A;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-button a:before {
  content: unset;
}

.u-right {
  text-align: right;
  margin-right: 0;
}

.u-left {
  text-align: left;
  margin-left: 0;
}

.u-center {
  text-align: center;
}

.u-color__attention {
  color: #E87A7A;
}

.u-verification_number {
  display: flex;
  align-items: center;
  gap: 8px;
}
.u-verification_number input:first-of-type {
  width: 310px;
}
@media all and (max-width: 767px) {
  .u-verification_number input:first-of-type {
    width: 210px;
  }
}
.u-verification_number input:last-of-type {
  width: 150px;
}
@media all and (max-width: 767px) {
  .u-verification_number input:last-of-type {
    width: 100px;
  }
}

.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.cancel__detail {
  display: flex;
  align-items: center;
  gap: 60px;
  letter-spacing: 1.4px;
}

.cancel__detail__name {
  font-size: 18px;
  color: #0A9B90;
}

.cancel__detail__fee {
  color: #E87A7A;
  font-size: 20px;
  font-weight: bold;
}

label[for=hosho-kikai] {
  pointer-events: none;
  cursor: none;
}
label[for=hosho-kikai]:before {
  height: 0 !important;
  width: 0 !important;
}
/*# sourceMappingURL=application.css.map */