:root {
  --color-bg: #f7f7f7;
  --color-red: #f04;
  --color-dark-yellow: #E07000;
  --color-pale-orange: #fff5eb;
  --color-glay: #c8c8c8;
  --color-pale-glay: #efefef;
  --color-green: #339802;
}

* {
  font-family: 'Noto Sans JP', sans-serif;
}

.main-content {
  width: 1200px;
  height: auto;
  /* background: rgba(247, 247, 247, 1); */
}

#wrapper {
  background: #fcfcfc;
  background-color: rgba(247, 247, 247, 1);
  min-height: 100vh;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.header-content {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
/* コンテンツ以下のサイズ対応 */
@media screen and (max-width: 1200px) {
  .header-content {
    width: 100%;
    padding: 0 18px;
  }      
}
.header-page-title {
  width: 100%;
  min-height: 100px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 40px;
  color: #fff;
  background-color: var(--color-green);
}

.background-white {
  background: #fff;
  display: block;
}

.container-fluid ::-webkit-scrollbar {
  width: .25rem;
  height: .25rem
}

.container-fluid ::-webkit-scrollbar-track {
  background: #fcfcfc
}

.container-fluid ::-webkit-scrollbar-thumb {
  background: #090985
}

.container-fluid {
  margin-top: 0
}

#page-content-wrapper {
  min-width: 0;
  width: 100%
}

#page-content-wrapper .navbar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  border-radius: 0 0 1.25rem 1.25rem;
  position: relative;
  z-index: 100;
  padding: 0 0.5rem
}

#page-content-wrapper .navbar .icon-menu {
  background-color: #fcfcfc;
  width: 350px;
  height: 120%;
  margin-right: .9375rem
}

.item-number {
  flex-shrink: 0;
  margin-right: 10px;
  display: inline-block;
}

.item-text {
  display: inline-block;
}

.indent-left-sp {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 600px) {
  #page-content-wrapper .navbar .icon-menu {
    width: 200px;
    height: 150%;
  }
}

@media screen and (max-width: 1400px) {
  #page-content-wrapper .navbar-nav .nav-link {
    font-size: 1rem
  }
}

@media screen and (max-width: 768px) {
  #page-content-wrapper .navbar-nav .nav-link {
    padding: 1rem 0
  }
}

.btn {
  color: #3e3a39;
  background-color: #fcfcfc;
  font-size: .75rem
}

.btn.active,
.btn:hover {
  color: #fcfcfc;
  background-color: #000
}

/* アコーディオン */
.accordion-button:after {
  background-image: url(./../../images/common/icon-arrow.svg);
  background-position: center
}

.accordion-button:not(.collapsed) {
  color: #3e3a39;
  background-color: #fcfcfc;
  box-shadow: none;
  border-bottom: .0625rem solid #eef0f1
}

.accordion-button:not(.collapsed):after {
  background-image: url(./../../assets/images/common/icon-close.svg)
}

.accordion-flush .accordion-item {
  border-radius: 1.25rem
}

.accordion-body {
  padding: 1rem 0 0
}

.accordion-body p {
  font-size: .875rem
}

.accordion-body button {
  outline: none
}

.accordion-body h3 {
  color: #e50012;
  font-size: .75rem;
  line-height: 1.5714285714
}

.accordion-body .icon-attention {
  width: 1rem
}

.accordion-body ul {
  list-style-type: none;
  border-bottom: 1px solid #eef0f1
}

.accordion-body ul li {
  font-size: .75rem;
  color: #727171
}

.btn.btn-addition {
  height: 1.875rem;
  border-radius: 50em;
  background-color: #203244;
  color: #fcfcfc
}

.btn.btn-addition:hover {
  outline: none
}

.btn.btn-submit {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #d4446c;
  color: #fcfcfc;
  height: 3rem;
}

.btn.btn-cancel {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #bcc2c9;
  color: #fcfcfc;
}

/* モーダル */
.modal-btn-close {
  margin: -.5rem -.5rem 0rem auto !important;
  background-image: url(./../../assets/images/common/icon-close.svg);
  width: 1.625rem;
  background-size: contain
}

.modal-dialog-width {
  max-width: inherit;
  width: 48.125rem
}

@media screen and (max-width: 768px) {
  .modal-dialog-width {
    width: 31.25rem
  }
}

@media screen and (max-width: 576px) {
  .modal-dialog-width {
    width: 20.9375rem;
    margin: 0 auto
  }
}

.modal-dialog-scrollable {
  height: initial
}

.modal-content {
  height: 27rem
}

.modal-header .title-font {
  color: #090985;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1;
  border: none
}

.modal-header .title-font .title-required {
  font-size: .875rem
}

.modal-header .title-font .icon-required {
  color: #090985;
  font-size: 1.25rem
}

.modal-footer button.btn.btn-ok {
  width: 9.5rem;
  height: 2.875rem;
  color: #fcfcfc;
  background-color: #090985;
  border-radius: 50em;
  font-family: 'Montserrat', sans-serif;
  font-size: .875rem;
  letter-spacing: .02em;
  font-feature-settings: "palt"
}

.modal-footer button.btn.btn-cancel {
  width: 9.5rem;
  height: 2.875rem;
  color: #fcfcfc;
  background-color: #9fa0a0;
  border-radius: 50em;
  font-family: 'Montserrat', sans-serif;
  font-size: .875rem;
  letter-spacing: .02em;
  font-feature-settings: "palt"
}

.modal-backdrop {
  mix-blend-mode: multiply
}

.modal-backdrop.show {
  opacity: .8
}

/* フォーム */
.form-contents .box-title {
  font-size: .875rem
}

.form-contents .box-title .required {
  color: #090985;
  font-size: 1.125rem
}

.form-contents .grid-contents {
  display: grid;
  grid-template-columns: repeat(2, 19.5rem);
  justify-content: space-between;
  grid-row-gap: 1.5rem
}

@media screen and (max-width: 768px) {
  .form-contents .grid-contents {
    grid-template-columns: 1fr
  }
}

.form-contents .form-select {
  background-color: #eef0f1;
  height: 2.875rem;
  background-size: .875rem;
  background-position: right 1.625rem center;
  color: #727171;
  padding: .8125rem 1.625rem;
  outline: none
}

.form-contents .form-select:hover {
  cursor: pointer
}

.form-contents input {
  background-color: #eef0f1;
  border-radius: 50em;
  height: 2.875rem;
  padding: .8125rem 1.625rem;
  outline: none
}

.form-contents input[type="date"] {
  width: 100%;
  position: relative;
  color: #727171
}

.form-contents input[type="date"]:hover {
  cursor: pointer
}

.form-contents input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none
}

.form-contents input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none
}

.form-contents input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0
}

.form-contents input[type=date]::-webkit-calendar-picker-indicator:hover {
  cursor: pointer
}

.form-contents .file-up {
  border-radius: 50em;
  height: 2.875rem;
  padding: .8125rem 1.625rem;
  margin-top: 1.6875rem;
  background-color: #090985;
  text-align: center
}

.form-contents .file-up:hover {
  cursor: pointer
}

.form-contents .file-up span {
  position: relative;
  font-size: .875rem;
  color: #fcfcfc
}

.form-contents .file-up span::before {
  content: '';
  display: inline-block;
  background-image: url(./../../images/form/icon-up.svg);
  background-repeat: no-repeat;
  width: 1.0625rem;
  height: .8125rem;
  position: absolute;
  bottom: 0;
  left: -1.5625rem
}

.form-contents input[type="file"] {
  display: none
}

.form-contents .file-name {
  font-size: .75rem
}

.form-contents .textarea-contents textarea {
  background-color: #eef0f1;
  border-radius: 1.625rem;
  height: 14.125rem;
  padding: .8125rem 1.625rem;
  outline: none;
  color: #727171
}

@media screen and (max-width: 576px) {
  .form-contents .textarea-contents textarea {
    border-radius: .625rem
  }
}

/* 共通部品 */
h2.title {
  background-color: #090985 !important;
  font-size: 1.2rem;
  padding: 0.5rem 0 0.5rem 1rem;
  color: #fcfcfc;
}

h3.title {
  background-color: #bcc2c9;
  text-align: left;
  letter-spacing: .02em;
  font-size: .75rem;
  padding: 0.5rem 1rem;
  margin: 1rem 0rem 0.5rem;
}

h4.title {
  font-size: 0.8rem;
}

.header p {
  padding-left: 2rem;
  margin-bottom: 5px;
}

.body p {
  font-size: 0.7rem;
  margin: 0 0 0.2rem 1rem;
}

.body p.form-err-msg {
  text-align: left;
  margin-left: 0px;
}

.input-area {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #383f46;
  border: 1px solid #ced4da;
  background-color: #fcfcfc;
}

.errorMessage {
  color: #f32906;
  font-size: 0.8rem;
  margin: 0 !important;
}

.grayout {
  background-color: #f1f3f4 !important;
  color: #5f656a;
  pointer-events: none;
}

div.form-title {
  background-color: #f3f7fe;
  border-radius: 0.75rem 0.75rem 0 0;
  margin-bottom: 2rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  div.form-title {
    font-size: 1.125rem;
  }
}

#next {
  background-color: #d4446c;
  color: #fcfcfc;
  width: 50%;
  height: 3rem;
  font-size: 1.5rem;
  margin-left: 25%;
}

#back {
  background-color: #bcc2c9 !important;
  ;
  color: #fcfcfc;
  width: 50%;
  height: 3rem;
  font-size: 1.5rem;
  margin-left: 25%;
}

.contract-document {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.contract-document .idt-1 {
  margin-left: 1em;
}

.contract-document .idt-2 {
  margin-left: 2em;
}

.contract-document .idt-3 {
  margin-left: 3em;
}

.contract-document table.doc-table th,
.contract-document table.doc-table td {
  border: 1px solid;
  border-color: #999;
  font-weight: normal;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.contract-document table.doc-table th {
  text-align: center;
}

.contract-document table.ordered-table th,
.contract-document table.ordered-table td {
  border: 0px none;
  font-weight: normal;
}

.contract-document table.ordered-table th {
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}

.contract-document table.ordered-table.o-size-2 th {
  width: 2em;
}

.contract-document table.ordered-table.o-size-3 th {
  width: 3em;
}

.contract-document table.ordered-table.o-size-4 th {
  width: 4em;
}

.contract-document.product-detail {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.contract-document.product-detail table th {
  width: 25%;
  vertical-align: top;
  text-align: left;
}

.contract-document.product-detail table td {
  vertical-align: top;
  text-align: left;
  padding-bottom: 1em;
}

/* 画面サイズ対応 */
@media screen and (max-width: 1100px) {
  .header p {
    padding-left: 0.7rem;
  }
}

/* 最新デザイン用 */
.lg\:h-24 {
  height: 6rem;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.flex {
  display: flex;
}

.border {
  border-width: 1px;
}

.rounded-full {
  border-radius: 9999px;
}

.relative {
  position: relative;
}

.fa-home {
  padding-right: 10px;
}

.lg\:px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

footer {
  margin-top: auto;
}

@media screen and (max-width: 414px) {
  footer p span {
    white-space: normal !important;
  }
}

/*# sourceMappingURL=style.css.map */
@media (min-width: 1024px) {
  .lg:py-3 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .py-2 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
}

#loadingOverlay {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#loadingOverlay .loading-message {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

#loadingOverlay .spinner-border {
  color: #fff;
  font-size: 12px;
}

.header-red {
  background-color: var(--color-green);
}

.header-str {
  margin: auto;
  color: #ffffff;
  font-family: Noto Sans CJK JP;
  font-weight: Bold;
  font-size: 40px;
  opacity: 1;
}

.footer-bar {
  background-color: var(--color-green);
  width: 100%;
  height: 100px;
}

.footer-img {
  margin: auto;
  font-family: sans-serif;
  font-size: 16px;
  color: #ffffff;
}

/* パンくず */
.breadCrumbs {
  text-align: center;
}

.breadCrumbs ul {
  list-style: none;
  display: inline-table;
}

.breadCrumbs ul li {
  display: inline;
}

.breadCrumbs ul li {
  display: block;
  float: left;
  height: 100px;
  background: #a9a9a9;
  text-align: center;
  padding: 38px 40px 0 56px;
  position: relative;
  margin: 0 5px 0 0;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

.breadCrumbs ul li:before {
  content: "";
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
   aspect-ratio: 3 / 10;
}

.breadCrumbs ul li:after {
  content: "";
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #a9a9a9;
  position: absolute;
  right: -29px;
  top: 0;
  z-index: 1;
  aspect-ratio: 3 / 10;
}

.breadCrumbs ul li:first-child:before {
  display: none;
}

.breadCrumbs ul li:last-child {
  padding-right: 60px;
}

.breadCrumbs ul li:last-child:after {
  display: none;
}

.breadOrange{
	background:#E07000 !important;
}

.breadcrumbs01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.breadcrumbs01 li {
  display: inline;
  background: #a9a9a9;
  margin: 0 5px 0 0;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  width: calc((100% / 3) * 3);
  height: 90px;
}

.breadcrumbs01 li:before {
  content: "";
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.breadcrumbs01 li:after {
  content: "";
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 30px solid #a9a9a9;
  position: absolute;
  right: -29px;
  top: 0;
  z-index: 1;
}

.breadcrumbs01 .active,
.breadcrumbs01 .comp {
  background-color: #E07000;
}

.breadcrumbs01 .active::after,
.breadcrumbs01 .comp::after {
  border-left: 30px solid #E07000;
}

.breadcrumbs01 li:first-child:before {
  display: none;
}

.breadcrumbs01 li:last-child {
  margin: 0;
}

.breadcrumbs01 li:last-child:after {
  display: none;
}

.breadcrumbs01 li span {
  position: relative;
}

.breadcrumbs01 li span::before {
  content: "";
  position: absolute;
  top: calc(30% - 10px);
  width: 2rem;
  height: 2rem;
  left: -45px;
  overflow-wrap: break-word;
}

.breadcrumbs01 li:first-child.comp span::before,
.breadcrumbs01 li:nth-child(2).comp span::before,
.breadcrumbs01 li:nth-child(3).comp span::before,
.breadcrumbs01 li:nth-child(4).comp span::before,
.breadcrumbs01 li:nth-child(5).comp span::before {
  background: url(../images/common/checked.svg) no-repeat;
}

.breadcrumbs01 li:first-child span::before {
  background: url(../images/common/one.svg) no-repeat;
}

.breadcrumbs01 li:nth-child(2) span::before {
  background: url(../images/common/two.svg) no-repeat;
}

.breadcrumbs01 li:nth-child(2).active span::before {
  background: url(../images/common/two-active.svg) no-repeat;
}

.breadcrumbs01 li:nth-child(3) span::before {
  background: url(../images/common/three.svg) no-repeat;
}

.breadcrumbs01 li:nth-child(3).active span::before {
  background: url(../images/common/three-active.svg) no-repeat;
}

.breadcrumbs01 li:nth-child(4) span::before {
  background: url(../images/common/four.svg) no-repeat;
}

.breadcrumbs01 li:nth-child(4).active span::before {
  background: url(../images/common/four-active.svg) no-repeat;
}

.breadcrumbs01 li:nth-child(5) span::before {
  background: url(../images/common/five.svg) no-repeat;
}

.breadcrumbs01 li:nth-child(5).active span::before {
  background: url(../images/common/five-active.svg) no-repeat;
}

.page-title {
  color: var(--E07000, #E07000);
  text-align: center;
  font-family: Noto Sans CJK JP;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 61px;
  margin-left: auto;
}

.sub-title-box {
  margin-top: 59px;
  margin-left: 60px;
}

.sub-title-bar {
  padding-left: 10px;
  border-left: solid 6px #E07000;
  margin-bottom: 30px;
}

.sub-title-str {
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 60px;
  margin-top: 10px;
}

.text1 {
  width: 1080px;
  height: 76px;
  flex-shrink: 0;
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-top: 23px;
  margin-left: 60px;
}

.textbox {
  width: 1080px;
  height: auto;
  border: 1px solid var(--E07000, #E07000);
  margin-left: 60px;
  margin-top: 20px;
}

.textbox-title {
  color: var(--E07000, #E07000);
  font-family: Noto Sans CJK JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 16px;
  margin-left: 20px;
}

.textbox-text {
  width: 1080px;
  height: 93px;
  flex-shrink: 0;
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-top: 12px;
  margin-left: 20px;
}

.textbox-inner {
  max-width: 700px; 
  width: 90%;
  height: auto;
  min-height: 84px;
  margin-top: 20px;
  font-family: Noto Sans CJK JP;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  margin-left: 20px;
  border: 2px solid #E07000;
  padding-left: 10px;
}

.textbox-inner1 {
  max-width: 318px;
  width: 90%;
  min-height: 33px;
  height: auto;
  margin-top: 20px;
  font-family: Noto Sans CJK JP;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  border: 2px solid #E07000;
  padding-left: 10px;
}

.btnBox {
  margin-top: 56px;
  margin-left: 269px;
  display: flex;
}

.backBtn {
  width: 250px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid var(--E07000, #E07000);
}

.backBtnStr {
  color: var(--E07000, #E07000);
  text-align: center;
  font-family: Noto Sans CJK JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.moveBtn {
  width: 270px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--E07000, #E07000);
  margin-left: 40px;
}

.moveBtnStr {
  color: var(--ffffff, #FFF);
  text-align: center;
  font-family: Noto Sans CJK JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.checkBarBox {
  width: 1000px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #EFEFEF;
  text-align: center;
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.checkLine {
  width: 542px;
  height: 60px;
  margin: auto;
  align-items: center;
  display: flex;
}

.checkBoxImgBox {
  width: 30px;
  height: 30px;
  position: relative;
  vertical-align: middle;
}

.checkSquare {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 5px;
  background-color: #FFF;
}

.checkImg img {
  width: 24.7px;
  height: 20.2px;
  flex-shrink: 0;
  stroke-width: 2px;
  stroke: var(--E07000, #E07000);
  position: absolute;
  margin-top: 8%;
}

.checkStr {
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  width: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* サンプルコード↓ */
.check-box {
  cursor: pointer;
}

.check-text {
  /* チェックボックスとテキストの上下を中央に */
  align-items: center;
  display: flex;
}

.check-box input {
  display: none;
  /* デフォルトのチェックボックスを非表示 */
}

.check-box input+.check-text::before {
  background-image: url("../../images/common/notCheck.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  position: relative;
  width: 30px;
}

.check-box input:checked+.check-text::before {
  background-image: url("../../images/common/check.png");
}

.inputArea {
  margin-left: 60px;
  margin-top: 64px;
}

.tableItem {
  width: 220px;
  height: 600px;
  border-radius: 5px;
  border-radius: 5px;
  background: #FFF5EB;
}

.itemTitle {
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tableColumn {
  width: 100%;
}

.Column {
  margin-left: 30px;
  margin-bottom: 16.7px;
  width: 100%;
}

.last-Column {
  margin-left: 30px;
  width: 100%;
}

.orangeBar {
  padding-left: 10px;
  border-left: solid 6px #E07000;
  margin-bottom: 5px;
}

.columnTitle {
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.columnTextBox {
  text-align: center;
  width: 230px;
  height: 40px;
  align-items: center;
}

.columnMediumTitle {
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 9px;
}

.largeColumnTextBox {
  width: 90%;
  height: 40px;
  align-items: center;
}

.mediumColumnTextBox {
  width: 50%;
  height: 40px;
  align-items: center;
}

.smallColumnTextBox {
  height: 40px;
  align-items: center;
}

.columnText {
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.numTextBox1 {
  width: 60px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid var(--C8C8C8, #C8C8C8);
  margin-left: 7px;
}

.numTextBox2 {
  width: 101px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid var(--C8C8C8, #C8C8C8);
  margin-left: 7px;
}

.numTextBox3 {
  width: 830px;
  height: 60px;
  flex-shrink: 0;
  border: 1px solid var(--C8C8C8, #C8C8C8);
  margin-left: 7px;
}

.columnTextUnit {
  color: var(--333333, #333);
  font-family: Noto Sans CJK JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 7px;
}

/* 下からコピペする */
.check-box input + .check-text::before {
  background-image: url("../../images/common/notCheck.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  position: relative;
  width: 30px;
}

.check-box input:checked + .check-text::before {
  background-image: url("../../images/common/check.png");
}

.radioBox input + .radioText::before {
  background-image: url("../../images/common/notCheck.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin-bottom: 30px;
  position: relative;
  width: 30px;
}

.radioBox input:checked + .radioText::before {
  background-image: url("../../images/common/check.png");
}

/** 画像サイズ **/
.radio-img-circle {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.radio-img-orange {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  fill: var(--E07000, #E07000);
}

/** チェックボックス本体 **/
.sample-radio {
  display: none;
  /* □を消す */
}

/** 画像を半透明にしておく **/
.sample-radio + label img {
	opacity: 0.3;
}

/** チェックされたときの画像は不透明とする **/
.sample-radio:checked + label img {
	opacity: 1;
}

.radioMargin {
  /* margin-left: 95px;
  margin-top: 14px;
  text-align: left; */
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

/** チェックボックス **/
.checkbox-agree {
  min-width: 170px;
  display: inline-block;
  background-color: #EFEFEF;
  border-radius: 10px;
  margin: 15px 0;
  padding: 15px;
}

.checkbox-agree label {
  position: relative;
  padding-left: 30px;
}

.checkbox-agree input[type="checkbox"] {
  display: none;
}

.checkbox-agree label::before,
.checkbox-agree label::after {
  content: "";
  display: block;
  border-radius: 3px;
  position: absolute;
  margin-left: 10%;
  transform: translateY(-50%);
  top: 50%;
}

.checkbox-agree label::before {
  background-color: #fff;
  border: 1px solid #c8cdd6;
  height: 18px;
  width: 18px;
  left: 5px;
  z-index: 1;
}

.checkbox-agree label::after {
  background: url(../images/icon_check_orange.png) no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  height: 12px;
  width: 12px;
  left: 8px;
  z-index: 2;
}

.checkbox-agree input[type="checkbox"]:checked+label::after {
  opacity: 1;
}

.checked-agree {
  background: #FFF5EB;
}

.readonly {
  color: #417bbc;
  background-color: #E2E8E7;
  cursor: not-allowed;
}

/* ラジオボタン ここから*/
/* checkbox radio 共通 */
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  /* 生成ボタンサイズ */
  width: 20px;
  /* 生成ボタンサイズ */
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .4rem;
  outline: none;
  border-radius: 10%;
}

/* Checkbox */
input[type=checkbox]:before,
input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out;
}

input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .2s;
}

input[type=checkbox]:checked:before {
  left: 1px;
  top: 10px;
  width: 6px;
  height: 2px;
}

input[type=checkbox]:checked:after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
}

input[type=checkbox]:indeterminate:before,
input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}

input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}

/* Radio */
input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  transform: scale(1);
}

input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  transform: scale(0);
  transition: all ease-out 250ms;
}

/* Colors */
input[type=checkbox],
input[type=radio] {
  border: 2px solid #FFA500;
}

input[type=checkbox]:checked,
input[type=checkbox]:indeterminate,
input[type=radio]:checked:before {
  background: #FFA500;
}

.radioBox {
  margin-top: 14px;
}

input[type=checkbox].orange,
input[type=radio].orange {
  border: 2px solid #FFA500;

}

input[type=checkbox].orange:checked,
input[type=checkbox].orange:indeterminate,
input[type=radio].orange:checked:before {
  background: #FFA500;
}

.size3 {
  transform: scale(1.5);
}

/* ラジオボタン ここまで*/

/* プルダウン ここから*/
.container {
  position: relative;
  width: 100px;
  border-radius: 10px;
  margin-left: 7px;
  border: 1px solid var(--C8C8C8, #C8C8C8);
}

select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
  border-radius: 0;
  height: 37px;
  width: 100px;
}

select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

/* セレクトボックスの矢印デザイン変更 */
.container::before {
  border-bottom: 4.5px solid red;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 10px;
  width: 0;
}

.container::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid red;
  content: "";
  position: absolute;
  right: 9px;
  top: 21px;
  width: 0;
}

/* プルダウン ここまで*/

/* textボックス選択時の */
input[type="text"],
input[type="password"],
input[type="number"] {
  height: 35px;
  box-shadow: none;
  border: solid 1px #c8cdd6;
  border-radius: 6px;
  padding: 0 15px;
}

select.form-select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  border-color: #FFA500;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #FFA500;
}

/* box-shadow:水平方向の距離 垂直方向の距離 ぼかし距離 広がり距離 影の色 inset;*/
input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 10000s ease-in-out 0s;
}

input[type="text"]:disabled,
input[type="text"]:read-only,
input[type="password"]:disabled,
input[type="password"]:read-only,
input[type="number"]:disabled,
input[type="number"]:read-only {
  background-color: #efefef;
}

input[type="text"].short,
input[type="password"].short,
input[type="number"].short {
  width: 150px;
}

input[type="text"].medium,
input[type="password"].medium,
input[type="number"].medium {
  width: 300px;
}

/* バリデーション↓ */
span.is-error {
  margin-left: 10px;
  color: red;
}

/* 入力欄 バリデーション用 */
input.is-error {
  border-color: red !important;
  background-color: #ff00001c;
}

/* プルダウン バリデーション用 */
select.is-error {
  border-color: red;
  background-color: #ff00001c;
}

select.is-error,
input.is-error,
textarea.is-error,
.deficiency-block  input,
.deficiency-block  select {
  border: solid 1px #ec4949;
}
input[type="radio"].is-error + label,
.deficiency-block  label{
  color: #ec4949;
}

.error-space {
  height: 23.3px;
}

.deficiency-message::before {
  color: red;
  font-size: 12px;
  content: "（※）下記の項目を正しくご入力いただき、再度お申し込みください。";
}

.disabled-look {
  pointer-events: none;
  opacity: 0.6 !important;
}

.sp-breadcrumbs {
  display: none;
}

.btnArea {
  width: 100%;
  height: 100%;
}

.ind-area1 {
  margin-left: 1.5em;
}

.ind-area1 ul {
  list-style-type: initial;
  margin-left: 1.5em;
}

.ind-area1 ul li {
  list-style-type: initial;
}

.ind-area2 {
  margin-left: 3.3em;
}

.ind-area2 ul {
  list-style-type: initial;
  margin-left: 1.5em;
}

.ind-area2 ul li {
  list-style-type: initial;
}

.ind-area2 ul li:last-child  {
  list-style-type: none;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* タブレット */
@media screen and (max-width: 1112px) {
}

/* SP */
@media screen and (max-width: 667px) {
  .breadcrumbs01 {
    display: none;
  }
  .main-content {
    max-width: 100%;
    width: 100%;
  }
  .main-content .background-white {
    padding: 28px 20px 50px;
  }

  input[type="text"],
  input[type="password"],
  input[type="number"] {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: solid 1px var(--color-glay);
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
    padding: 0 15px;
  }
  input::placeholder {
    color: var(--color-glay);
  }
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px 12px;
    height: 50px;
  }
  .header-content img {
    width: 114px;
    height: auto;
  }
  
  .header-page-title {
    margin-top: 50px;
    min-height: 40px;
    justify-content: center;
    background-color: var(--color-green);
  }
  .header-str {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  main {
    width: 100%;
    padding: 20px 18px 50px;
  }
  footer .footer-bar {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 10px;
  }
  .footer-img {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .font-pink {
    color: var(--color-red);
  }
  .move-position {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .default-button.agree-btn,
  .default-button.not-agree-btn {
    width: 300px;
    height: 60px;
  }
  .default-button.agree-btn button,
  .default-button.not-agree-btn button {
    margin: 0;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  form .error-message {
    text-align: left;
  }
  .is-error {
    font-size: 14px;
    font-weight: bold;
  }

  /* プログレス設定 */
  .breadcrumbs01 {
    display: none;
  }
  .sp-breadcrumbs {
    display: flex !important;
    gap: 10px 0;
    flex-wrap: wrap;
  }
  .sp-breadcrumbs > div {
    display: inline-flex;
    width: 150px;
    height: 25px;
    margin-right: 20px;
    background-color: var(--color-glay);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .sp-breadcrumbs > div.now,
  .sp-breadcrumbs > div.comp {
    background-color: var(--color-dark-yellow);
  }
  .sp-breadcrumbs > div > span {
    position: relative;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--color-glay);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin: 0 5px;
  }
  .sp-breadcrumbs > div.now span,
  .sp-breadcrumbs > div.comp span {
    color: var(--color-dark-yellow);
  }
  .sp-breadcrumbs > div::before {
    position: absolute;
    content: "";
    top: 6px;
    right: -20px;
    text-align: left;
    height: calc(12px / 2 * tan(60deg));
    width: 13px;
    clip-path: polygon(0 0, 50% 50%, 0 100%);
    background-color: var(--color-dark-yellow);
  }
  .form-select {
    font-size: 14px;
    height: 50px;
  }
  .size-sp {
    font-size: 14px;
    font-weight: normal;
  }
}

.existing-loan-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.loan-field {
  display: flex;
  align-items: center;
  gap: 6px;
}

.loan-field > span {
  width: auto;
  white-space: nowrap;
  font-size: 0.97em;
}

.loan-field input[type="text"],
.loan-field input[type="number"] {
  width: 10em;
  min-width: 8em;
}

.refinance-field {
  display: flex;
  align-items: center;
  gap: 4px;
}

.refinance-field label {
  margin-right: 6px;
  white-space: nowrap;
  font-size: 0.96em;
}

@media (max-width: 600px) {
  .existing-loan-row {
    display: block;
  }
  .loan-field {
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }
  .loan-field > span{
    min-width:18%
  }
  .loan-field input[type="text"],
  .loan-field input[type="number"] {
    width: 60%;
  }
}

.kariShinsaInput {
  border: 4px solid #E07000;
  padding: 5px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 11px;
}
