@charset "UTF-8";
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/Oswald-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/Oswald-Medium.ttf") format("truetype");
}
@keyframes line-right {
  0% {
    background-position: 0%;
  }
  to {
    background-position: -200%;
  }
}
@keyframes line-bottom {
  0% {
    background-position: 0% 0%;
  }
  to {
    background-position: 0% -200%;
  }
}
.kimitex-form-ct {
  width: 100%;
  margin: 90px auto;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .kimitex-form-ct {
    margin-top: 65px;
    padding: 0 0px;
  }
}
.kimitex-form-ct__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.kimitex-form-heading {
  display: block;
  width: 100%;
  color: #014099;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .kimitex-form-heading {
    font-size: 24px;
  }
}

.form-state-breadcrumb {
  width: 100%;
  margin-bottom: 38px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-state-breadcrumb {
    margin-bottom: 26px;
    padding-bottom: 20px;
  }
}
.form-state-breadcrumb::before {
  content: "";
  display: block;
  width: 90%;
  max-width: 300px;
  height: 8px;
  background-color: #014099;
  margin: auto;
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .form-state-breadcrumb::before {
    height: 6px;
    bottom: -6px;
  }
}
.form-state-breadcrumb::after {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 1px;
  background-color: #014099;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .form-state-breadcrumb::after {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.form-state-breadcrumb > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.form-state-breadcrumb > ul > li {
  width: auto;
  color: #9c9c9c;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form-state-breadcrumb > ul > li {
    font-size: 12px;
  }
}
.form-state-breadcrumb > ul > li.active {
  color: #014099;
}
.form-state-breadcrumb > ul > li:nth-of-type(n+2) {
  padding-left: 0.5em;
}
.form-state-breadcrumb > ul > li:nth-of-type(n+2)::before {
  content: "/";
  color: #9c9c9c;
  font-size: inherit;
  position: relative;
  padding-right: 0.5em;
}

.form .label-danger {
  font-weight: bold;
  color: #dc3545;
}

.form .kimitex-form {
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.form .kimitex-form * {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}
.form .kimitex-form .portal-skin-label {
  color: #555555;
  font-size: 15px;
}
.form .kimitex-form .form-item-contents {
  margin-bottom: 15px;
}
.form .kimitex-form .form-control {
  border-radius: 0;
}
.form .kimitex-form .form-control:focus {
  border-color: #014099;
}
.form .kimitex-form .badge-danger {
  font-size: 14px;
  color: #dc3545;
  background: none;
}
.form .kimitex-form .badge-info {
  color: #17a2b8;
  background: none;
}
.form .kimitex-form .alert.alert-danger {
  border-radius: 0;
}
.form .kimitex-form .tel-form-check {
  padding-left: 0;
}
.form .kimitex-form .input-group-text {
  background: none;
}
.form .kimitex-form .portal-skin-label-muted > small {
  display: block;
  width: 100%;
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .form .kimitex-form .portal-skin-label-muted > small {
    font-size: 12px;
  }
}
.form .kimitex-form .text-success {
  color: #014099 !important;
  font-size: 13px;
  font-weight: 500;
}
.form .kimitex-form .securimage-text {
  width: 100%;
  max-width: 320px;
  color: #dc3545;
  font-size: 12px;
  font-weight: 500;
  margin: 0 auto 1em;
  padding-left: 1em;
  position: relative;
}
.form .kimitex-form .securimage-text::before {
  content: "※";
  color: #dc3545;
  font-size: 1em;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.form .kimitex-form .securimage-image-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 320px;
  margin: 0 auto;
}
.form .kimitex-form .securimage-image-box > img {
  display: block;
  width: calc(100% - 60px);
}
.form .kimitex-form .securimage-image-box > a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #014099;
  border: none;
  margin-left: 10px;
  padding: 15px;
}
.form .kimitex-form .securimage-image-box > a > i {
  display: block;
  width: 100%;
  height: 100%;
}
.form .kimitex-form .securimage-image-box > a > i > svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.form .kimitex-form .securimage-button {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 10px auto 50px;
}
@media screen and (max-width: 767px) {
  .form .kimitex-form .securimage-button {
    margin-bottom: 30px;
  }
}
.form .kimitex-form .form-privacy-area {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .form .kimitex-form .form-privacy-area {
    margin-top: 30px;
  }
}
.form .kimitex-form .form-privacy-area > p {
  display: inline-block;
  width: auto;
  color: #555555;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0.75em;
}
.form .kimitex-form .form-privacy-area > p > a {
  color: #555555;
  font-weight: 500;
  text-decoration: underline;
}
.form .kimitex-form .form-privacy-area > p > a > i {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.form .kimitex-form .form-privacy-area > p > a > i > svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #555555;
}
.form .kimitex-form .form-privacy-block {
  width: 100%;
  height: 360px;
  background-color: #f3f3f3;
  padding: 15px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .form .kimitex-form .form-privacy-block {
    height: 300px;
  }
}
.form .kimitex-form .form-privacy-block-txt {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 2em;
}
.form .kimitex-form .form-privacy-block-list {
  font-size: 15px;
  list-style: square;
  margin-bottom: 3em;
  padding-left: 1.5em;
}
.form .kimitex-form .form-privacy-block-list > li {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 2em;
  word-break: break-all;
}
.form .kimitex-form .form-privacy-block-mail {
  width: 114px;
  display: inline-block;
}
.form .kimitex-form .form-privacy-block-mail > img {
  width: 100%;
  height: auto;
  padding-bottom: 1px;
}
.form .kimitex-form .form-submit-area {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .form .kimitex-form .form-submit-area {
    margin-top: 20px;
  }
}
.form .kimitex-form .form-submit-button {
  display: block;
  width: 100%;
  max-width: 380px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
  background-color: #014099;
  border: none;
  border-radius: 6px;
  padding: 2.5em 0;
  text-shadow: none;
  box-shadow: none;
  margin: 0 auto;
  transition: opacity 0.15s ease-in-out 0s;
}
.form .kimitex-form .form-submit-button:hover, .form .kimitex-form .form-submit-button:active, .form .kimitex-form .form-submit-button:focus {
  color: #ffffff !important;
  background-color: #014099 !important;
  border: none !important;
  opacity: 0.85;
}
.form .kimitex-form .jumbotron {
  color: #555555;
  font-size: 15px;
  font-weight: 500;
  background-color: #f3f3f3;
  border-radius: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form .kimitex-form .jumbotron {
    margin-bottom: 15px;
  }
}

.form .form-back-area {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .form .form-back-area {
    margin-top: 20px;
  }
}

.form .form-back-button {
  display: block;
  width: 50%;
  max-width: 280px;
  color: #014099;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  background-color: #ffffff;
  border: solid 2px #014099;
  border-radius: 6px;
  padding: 2em 0;
  text-shadow: none !important;
  box-shadow: none;
  margin: 0 auto;
  transition: opacity 0.15s ease-in-out 0s;
}
.form .form-back-button:hover, .form .form-back-button:active, .form .form-back-button:focus {
  color: #014099 !important;
  background-color: #ffffff !important;
  border: solid 2px #014099 !important;
  opacity: 0.85;
}

.form-precautionary-text {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form-precautionary-text {
    font-size: 15px;
  }
}

.form-confirm-caution-text {
  display: block;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  padding: 2em;
  border: dashed 2px #dc3545;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form-confirm-caution-text {
    font-size: 15px;
  }
}

.form-lp-message {
  display: block;
  width: 100%;
  max-width: 600px;
  color: #555555;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: left;
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .form-lp-message {
    font-size: 16px;
    line-height: 2;
    margin: 60px auto;
  }
}

.form-exec-next-button-area {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.form-exec-next-button {
  display: block;
  width: 80%;
  max-width: 320px;
  color: #014099;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  background-color: #ffffff;
  border: solid 2px #014099;
  border-radius: 6px;
  padding: 1.75em 0;
  text-shadow: none !important;
  box-shadow: none;
  margin: 0 auto;
  transition: opacity 0.15s ease-in-out 0s;
}
.form-exec-next-button:hover, .form-exec-next-button:active, .form-exec-next-button:focus {
  color: #014099;
  background-color: #ffffff;
  border: solid 2px #014099;
  opacity: 0.85;
}

.form-logo {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .form-logo {
    margin-bottom: 35px;
  }
}
.form-logo__image {
  display: block;
  width: 50%;
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form-logo__image {
    max-width: 160px;
  }
}

.not-found-area {
  width: 100%;
  max-width: 1080px;
  margin: 200px auto 0;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .not-found-area {
    margin-top: 140px;
    padding: 0 65px;
  }
}

.not-found-heading {
  width: 100%;
  max-width: 690px;
  color: #014099;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .not-found-heading {
    font-size: 20px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.not-found-sentence {
  width: 100%;
  max-width: 690px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 0 auto 60px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .not-found-sentence {
    font-size: 15px;
    margin-bottom: 40px;
  }
}

.not-found-back-button {
  display: block;
  width: 90%;
  max-width: 380px;
  color: #014099;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  background-color: #ffffff;
  border: solid 2px #014099;
  border-radius: 6px;
  margin: 0 auto 100px;
  padding: 1.25em 2em;
  position: relative;
  transition: opacity 0.15s ease-in-out 0s;
}
@media screen and (max-width: 767px) {
  .not-found-back-button {
    font-size: 18px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .not-found-back-button {
    font-size: 17px;
  }
}
.not-found-back-button:hover {
  opacity: 0.85;
}
.not-found-back-button::after {
  content: "";
  display: block;
  width: 11px;
  height: 20px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  z-index: 2;
}

.form-01 .kimitex-form-ct__inner {
  max-width: 960px;
}
.form-01 .form__area {
  padding: 0;
  background-color: #eef2f9;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .form-01 .form__area {
    margin: 0;
    border-radius: 0;
  }
}
.form-01 .form__wrap {
  padding: 50px 20px 50px;
  margin-inline: auto;
  width: 100%;
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  .form-01 .form__wrap {
    padding: 45px 15px 35px;
  }
}
.form-01 .kimitex-form-heading {
  font-size: 36px;
  font-weight: 700;
  color: #163e92;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form-01 .kimitex-form-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.form-01 .form-precautionary-text {
  width: 100%;
  border-bottom: solid 1px #b6caf5;
  margin-bottom: 34px;
  padding-bottom: 34px;
  text-align: center;
  font-weight: 700;
}
.form-01 .kimitex-form {
  width: 100%;
  margin-inline: auto;
}
.form-01 .kimitex-form .badge-danger {
  color: #fca000 !important;
  font-size: 21px;
  padding: 0;
  background-color: transparent;
}
.form-01 .kimitex-form .portal-skin-label {
  font-size: 18px;
  font-weight: 700;
  color: #163e92;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .form-01 .kimitex-form .portal-skin-label {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.form-01 .kimitex-form .form-submit-area {
  width: 100%;
  margin-top: 30px;
  position: relative;
  margin-inline: auto;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form-01 .kimitex-form .form-submit-area {
    margin-top: 20px;
  }
}
.form-01 .kimitex-form .form-submit-area::before {
  content: "";
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  background: none !important;
  z-index: 10;
}
.form-01 .kimitex-form .form-submit-button {
  display: block;
  transition: opacity 0.15s ease-in-out 0s;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background-color: #163e92;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .form-01 .kimitex-form .form-submit-button {
    font-size: 18px;
  }
}
.form-01 .kimitex-form .form-submit-button:hover, .form-01 .kimitex-form .form-submit-button:active, .form-01 .kimitex-form .form-submit-button:focus {
  color: #ffffff !important;
  background-color: #014099 !important;
  border: none !important;
  opacity: 0.85;
}
.form-01 .form-group {
  margin-bottom: 12px;
  width: 100%;
  margin-inline: auto;
}
.form-01 .kimitex-form .form-item-contents {
  margin-bottom: 0;
}
.form-01 .kimitex-form .form-item-contents input {
  height: 36px;
  border: solid 1px #b6caf5;
  border-radius: 4px !important;
  padding: 1px 1.25rem;
}
.form-01 .form-item-contents__inner {
  display: flex;
  margin-inline: auto;
  width: 100%;
  max-width: 570px;
}
.form-01 .form-item-contents__inner .form-item-contents__title {
  width: 165px;
}
@media screen and (max-width: 767px) {
  .form-01 .form-item-contents__inner .form-item-contents__title {
    max-width: 113px;
  }
}
.form-01 .form__txt-box--small {
  width: calc(100% - 165px);
}
@media screen and (max-width: 767px) {
  .form-01 .form__txt-box--small {
    width: calc(100% - 113px);
  }
}
.form-01 .form-item-contents-explanation__txt {
  margin-inline: auto;
  width: 100%;
  max-width: 570px;
  color: #163e92 !important;
  font-size: 13px;
  font-weight: 100;
  font-family: "OpenSans", Helvetica Neue, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ" !important;
  letter-spacing: 0.06em;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .form-01 .form-item-contents-explanation__txt {
    max-width: 600px;
    padding-inline: 15px;
  }
}
.form-01 .alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  margin-inline: auto !important;
  width: 100% !important;
  max-width: 570px;
  font-size: 1em;
}
.form-01 #item-9-content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 65px 60px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .form-01 #item-9-content {
    padding: 15px 15px;
  }
}
.form-01 #item-9-content .form-item-contents__inner {
  display: block;
  max-width: 100%;
  background-color: #e9f5f7;
  padding: 25px 34px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .form-01 #item-9-content .form-item-contents__inner {
    padding: 15px 15px 25px;
  }
}
.form-01 #item-9-content textarea {
  height: 400px;
  border-radius: 6px;
  border: solid 1px #163e92;
}
.form-01 #item-9-content .alert.alert-danger {
  max-width: 100%;
}
.form-01 .btn-primary:not(:disabled):not(.disabled).active:focus,
.form-01 .btn-primary:not(:disabled):not(.disabled):active:focus,
.form-01 .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.form-confirm-01 .form-state-breadcrumb {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form-confirm-01 .form-state-breadcrumb {
    padding-inline: 15px;
  }
}
.form-confirm-01 .form-state-breadcrumb::before {
  content: none;
}
.form-confirm-01 .form-state-breadcrumb::after {
  content: none;
}
.form-confirm-01 .form-state-breadcrumb ul {
  margin: 0px;
  background: linear-gradient(to right, #dce9f3, white, white, #dce9f3);
  overflow: hidden;
}
.form-confirm-01 .form-state-breadcrumb li {
  flex: 1 0 auto;
  text-align: center;
  background: #dce9f3;
  transform: skewX(-30deg);
  padding: 10px 0 !important;
  line-height: 0;
  width: 33.3333333333%;
}
.form-confirm-01 .form-state-breadcrumb li > span {
  color: #163e92;
  display: inline-block;
  transform: skewX(30deg);
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .form-confirm-01 .form-state-breadcrumb li > span {
    font-size: 12px;
  }
}
.form-confirm-01 .form-state-breadcrumb li:nth-of-type(2) {
  border-inline: 3px solid #fff;
}
.form-confirm-01 .form-state-breadcrumb li::before {
  content: none !important;
}
.form-confirm-01 .form-state-breadcrumb li.active {
  background: #163e92;
}
.form-confirm-01 .form-state-breadcrumb li.active > span {
  color: #ffffff;
}
.form-confirm-01 .form-submit-area {
  width: 100%;
  margin-top: 30px;
  position: relative;
  margin-inline: auto;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form-confirm-01 .form-submit-area {
    margin-top: 20px;
    max-width: 200px;
  }
}
.form-confirm-01 .form-submit-area::before {
  content: "";
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  background: none !important;
  z-index: 10;
}
.form-confirm-01 .form-confirm-caution-text {
  border: 0;
  color: #163e92;
  font-size: 15px;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form-confirm-01 .kimitex-form {
    padding-inline: 15px;
    padding-top: 0;
  }
}
.form-confirm-01 .kimitex-form .form-item {
  margin-bottom: 0;
  margin-inline: 0;
}
.form-confirm-01 .kimitex-form .form-item:last-of-type {
  border-bottom: 1px dotted #a4abb3;
}
.form-confirm-01 .kimitex-form .form-item-contents {
  display: flex;
  border-top: 1px dotted #a4abb3;
  margin-bottom: 0;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .form-confirm-01 .kimitex-form .form-item-contents {
    flex-direction: column;
  }
}
.form-confirm-01 .kimitex-form .form-item-contents > label {
  width: 240px;
  background-color: #eef2f9;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-height: 150px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .form-confirm-01 .kimitex-form .form-item-contents > label {
    width: 100%;
    min-height: 0;
    padding-inline: 7px;
  }
}
.form-confirm-01 .kimitex-form .form-item-contents > label .badge-danger {
  padding-inline: 2px;
}
.form-confirm-01 .kimitex-form .form-item-contents > label .badge-info {
  padding: 6px;
  display: block;
}
.form-confirm-01 .kimitex-form .form-item-contents .portal-skin-label {
  color: #163e92;
}
.form-confirm-01 .kimitex-form .form-item-contents .jumbotron {
  width: calc(100% - 240px);
  background-color: #ffffff;
  color: #46525f;
  margin-bottom: 0;
  padding-block: 20px;
  padding-inline: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-confirm-01 .kimitex-form .form-item-contents .jumbotron {
    width: 100%;
  }
}
.form-confirm-01 .kimitex-form .form-submit-button {
  display: block;
  transition: opacity 0.15s ease-in-out 0s;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background-color: #163e92;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .form-confirm-01 .kimitex-form .form-submit-button {
    font-size: 18px;
  }
}
.form-confirm-01 .kimitex-form .form-submit-button:hover, .form-confirm-01 .kimitex-form .form-submit-button:active, .form-confirm-01 .kimitex-form .form-submit-button:focus {
  color: #ffffff !important;
  background-color: #014099 !important;
  border: none !important;
  opacity: 0.85;
}
.form-confirm-01 .form-back-button {
  padding-block: 0;
  height: 50px;
  border-radius: 50px;
  background-color: #d6e2fb;
  border: 0;
  color: #163e92;
}
@media screen and (max-width: 767px) {
  .form-confirm-01 .form-back-button {
    width: 200px;
  }
}
.form-confirm-01 .form-back-button:hover, .form-confirm-01 .form-back-button:active, .form-confirm-01 .form-back-button:focus {
  background-color: #d6e2fb !important;
  border: 0 !important;
  color: #163e92 !important;
}
.form-confirm-01 .btn-success:not(:disabled):not(.disabled).active:focus,
.form-confirm-01 .btn-success:not(:disabled):not(.disabled):active:focus,
.form-confirm-01 .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}
.form-confirm-01 .btn-warning:not(:disabled):not(.disabled).active:focus,
.form-confirm-01 .btn-warning:not(:disabled):not(.disabled):active:focus,
.form-confirm-01 .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none;
}

.form-exec-01 .form-state-breadcrumb {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form-exec-01 .form-state-breadcrumb {
    padding-inline: 15px;
  }
}
.form-exec-01 .form-state-breadcrumb::before {
  content: none;
}
.form-exec-01 .form-state-breadcrumb::after {
  content: none;
}
.form-exec-01 .form-state-breadcrumb ul {
  margin: 0px;
  background: linear-gradient(to right, #dce9f3, white, white, #163e92);
  overflow: hidden;
}
.form-exec-01 .form-state-breadcrumb li {
  flex: 1 0 auto;
  text-align: center;
  background: #dce9f3;
  transform: skewX(-30deg);
  padding: 10px 0 !important;
  line-height: 0;
  width: 33.3333333333%;
}
.form-exec-01 .form-state-breadcrumb li > span {
  color: #163e92;
  display: inline-block;
  transform: skewX(30deg);
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .form-exec-01 .form-state-breadcrumb li > span {
    font-size: 12px;
  }
}
.form-exec-01 .form-state-breadcrumb li:nth-of-type(2) {
  border-inline: 3px solid #fff;
}
.form-exec-01 .form-state-breadcrumb li::before {
  content: none !important;
}
.form-exec-01 .form-state-breadcrumb li.active {
  background: #163e92;
}
.form-exec-01 .form-state-breadcrumb li.active > span {
  color: #ffffff;
}
.form-exec-01 .form-lp-message {
  color: #163e92;
  text-align: center;
}
.form-exec-01 .form-exec-next-button-area {
  width: 100%;
  margin-top: 30px;
  position: relative;
  margin-inline: auto;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form-exec-01 .form-exec-next-button-area {
    margin-top: 20px;
    max-width: 200px;
  }
}
.form-exec-01 .form-exec-next-button-area::before {
  content: "";
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  background: none !important;
  z-index: 10;
}
.form-exec-01 .form-exec-next-button {
  display: block;
  transition: opacity 0.15s ease-in-out 0s;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background-color: #163e92;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0;
  border: 0;
  color: #fff;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .form-exec-01 .form-exec-next-button {
    font-size: 18px;
    height: 45px;
  }
}
.form-exec-01 .form-exec-next-button:hover, .form-exec-01 .form-exec-next-button:active, .form-exec-01 .form-exec-next-button:focus {
  color: #ffffff !important;
  background-color: #014099 !important;
  border: none !important;
  opacity: 0.85;
}/*# sourceMappingURL=contents.css.map */