:root {
  --color-bg: #f7f7f7;
  --color-red: #f04;
  --color-dark-yellow: #E07000;
  --color-pale-orange: #fff5eb;
  --color-gray: #c8c8c8;
  --color-pale-gray: #efefef;
}

/* 説明文 */
.intro-text {
  margin: 2rem 3.5rem;
  font-size: 16px;
  font-weight: 700;
}

.main-content {
  width: 1200px;
  height: auto;
  background: rgba(247, 247, 247, 1);
}

.background-white {
  background: #fff;
  display:block ;
}

.form-label {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

.form-wrap {
  display: flex;
  flex-direction: row;
  margin: 2rem 3.5rem;
}

.form-item-wrap {
  margin-bottom: 40px;
}

.caption {
  margin: 0 10px;
  font-size: 20px;
}

.issue {
  margin: 0 10px;
  font-size: 20px;
}

.issueText {
  width: 50%;
}

.textOther {
  margin-right: 10px;
  font-size: 15px;
}

.textComment {
  font-size: 12px;
  font-weight: bold;
}


/* label�t��input */
.area-input-half {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.area-input-half label {
  width: 40px;
  margin-right: 20px;
}

.area-input-half>div {
  width: 80%;
}

.area-input-half-2 {
  width: 100%;
  justify-content: flex-start;
  align-items: baseline;
}

.area-input-half-2>div {
  width: 80%;
}

/* 中項目 */
.medium-items {
  padding: 4px;
  margin: 0;
}

/* label�t��input �����p */
.area-input-multiple {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.form-item-wrap-birthday {
  margin-bottom: 40px;
}

.area-input-multiple .caption {
  margin: 0 5px;
}

.area-input-multiple input {
  width: 150px;
}

.area-input-multiple .item-name {
  margin-right: 30px;
  width: 40px;
}

.area-input-multiple .phone-number .caption {
  margin: 0 5px;
}

.area-input-multiple .birthday-select{
  width: 90px;
}

/* 囲っている上の線を消す */
.medium-items.border-top-none {
  border-top: none;
}

.medium-items label.error::before,
.deficiency-block label::before {
  border: solid 1px #ec4949;
}

.date-item{
  display:inline-block;
}

.check-box-form {
  max-width: 500px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tradingItem {
  width: 200px;
}

/* 2�J����*/
.column-double {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.column-double>div {
  margin-right: 30px;
  height:40px;
}

.column-double>div:last-child {
  margin-right: 0;
}

.area-in-3textarea-number {
  border: 1px solid #c8cdd6;
  border-radius: 5px;
  width: 50%
}

.form-label-required,
.form-label-any {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 6px;
  margin: 0 14px;
  width: 60px;
  height: 20px;
  font-weight: normal;
  font-size: 16px;
  margin-top: 2px;
}

.form-label-any-required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 6px;
  margin: 0 14px;
  width: 120px;
  height: 20px;
  font-weight: normal;
  font-size: 16px;
  margin-top: 2px;
}

.form-label-required,
.form-label-any-required {
  background-color: #ec4949;
}

.btn-area {
  width: 100%;
  margin-top: 180px;
  display: flex;
  justify-content: space-around;
}

.transition-btn-area {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 80px;
}

.transition-btn-area>div:last-child {
  margin-left: 0;
}

.not-agree-btn {
  border: solid 1px #E07000;
  width: 300px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 10px;
}

.agree-btn {
  border: solid 1px #E07000;
  background: var(--E07000, #E07000);
  width: 300px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 10px;
}

.default-button {
  text-align: center;
  margin-top: 10px;
}

.tableItemInfoLabel {
  width: 220px;
  border-radius: 5px;
  background: #FFF5EB;
  text-align: center;
  padding: 10px;
}

.tableItemInfoForm {
  margin-left: 20px;
  width: 100%;
}

.tableItemApplicationDetail {
  width: 220px;
  height: 600px;
  border-radius: 5px;
  border-radius: 5px;
  background: #FFF5EB;
}

.tableItemTradingAchievement {
  width: 220px;
  height: 470px;
  border-radius: 5px;
  border-radius: 5px;
  background: #FFF5EB;
}

.tableItemFamily {
  width: 220px;
  height: 585px;
  border-radius: 5px;
  border-radius: 5px;
  background: #FFF5EB;
}

.tableItemBusinessOccupation {
  width: 220px;
  height: 1900px;
  border-radius: 5px;
  border-radius: 5px;
  background: #FFF5EB;
}

.tableItemLoanStatus {
  width: 220px;
  height: 700px;
  border-radius: 5px;
  border-radius: 5px;
  background: #FFF5EB;
}

.kansoshinItemNameTitle {
  padding: 10px;
  margin: 0 60px;
  background-color: #ececec;
  border-bottom: 2px dotted #E07000;
}

.kansoshinItemName {
  padding: 8px;
  margin: 0 60px;
  background-color: #fffbf6;
}

.agreementTimeTitle {
  padding: 8px;
  margin: 0 60px;
  background-color: #ececec;
  border-bottom: 2px dotted #E07000;
}

.agreementTime { 
  padding: 10px;
  margin: 0 60px;
  background-color: #fffbf6; 
}

.postalCode-search-btn {
  border: solid 1px #E07000;
  border-radius: 8px;
  color: #E07000;
  width: 100%;
  height: 40px;
  margin-left: 20px;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w35 {
  width: 35%;
}

/* ページ */
#page2 {
  disPlay: none;
}

#page3 {
  disPlay: none;
}

#page2Title {
  disPlay: none;
}

#page3Title {
  disPlay: none;
}

/* ページに対応したパンくずをオレンジへ上書き */
.breadCrumbs ul li:first-child:after {
 border-left: 30px solid #E07000;
}

.medium-items-address {
  padding: 4px;
  margin-bottom: 31px;
}

.medium-items-phone-number {
  padding: 4px;
  margin-bottom: 31px;
}

.column-double-title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.form-item-wrap-last {
  margin-bottom: 0;
}

.page-title{
    padding-top: 70px;
    padding-bottom: 40px;
    margin-top: 50px !important;
}

.incomeMediumColumnTextBox{
  width: 300px;
  height: 40px;
}

/* 不備修正時対象以外のinputをグレーアウト */
[disabled] {
  color: #999;
  background-color: #eee;
  cursor: not-allowed;
}

.deficiency-message::before {
  margin-left: 10px;
}

.sp-breadcrumbs {
  display: none;
}

.stringDescription{
  display:none;
}

.creditor-group-attention {
  color: red;
}

.indent {
  margin-left: 1em;
}

/* タブレット */
@media screen and (max-width: 1112px) {
}

/* SP */
@media screen and (max-width: 667px) {
  .background-white {
    margin-top: 30px;
  }
  .page-title {
    margin-top: 0 !important;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
  }
  .sub-title-str {
    margin-top: 30px;
    margin-left: 0;
    font-size: 14px;
    font-weight: bold;
  }
  #page1Title {
    margin-bottom: 30px;
  }

  .kansoshinItemNameTitle,
  .kansoshinItemName,
  .agreementTimeTitle,
  .agreementTime {
    margin: 0;
  }
  .form-wrap {
    display: block;
    margin: 0;
  }
  .tableItemInfoLabel {
    width: 100%;
    margin-top: 30px;
    text-align: left;
    font-size: 16px;
  }
  .tableItemInfoForm {
    margin-left: 0;
  }

  .form-label-required {
    font-size: 12px;
    width: 40px;
    min-width: 40px;
    height: 18px;
    margin-left: 8px;
    padding: 0 8px;
    display: inline-flex;
    justify-content: center;
    justify-items: center;
  }
  .form-item-wrap {
    margin: 0;
  }

  /* 入力 */
  .issue,
  .textOther {
    font-size: 14px;
    word-break: keep-all;
  }
  .caption {
    font-size: 14px;
  }

  .mediumColumnTextBox {
    width: 100%;
  }
  .postalCode-search-btn {
    height: 50px;
  }
  .medium-items {
    padding: 0;
  }
  .column-double {
    margin: 0;
    align-items: flex-start;
    display: block;
  }
  .column-double > div {
    margin-right: 0;
    margin-bottom: 0;
    height: auto;
  }
  .orangeBar.columnTitle {
    margin-top: 30px;
  }

  .flex .form-radio {
    padding-right: 20px;
  }
  .area-input-half label {
    margin-right: 5px;
  }

  input[name="firstName"],
  input[name="firstNameKana"] {
    margin-top: 10px;
  }

  /* 生年月日 */
  .form-item-wrap-birthday {
    margin-bottom: 0;
  }
  .item-name.birthday-item {
    margin-right: 5px;
    font-size: 14px;
  }
  .birthday-select.form-select {
    height: 50px;
  }
  .birthday-select.form-select:first-child {
    margin-bottom: 10px;
  }
  .birthday-select.form-select:first-child + span.caption {
    display: inline-block;
    width: calc(100% - 130px);
  }
  #dateOfJoiningTheCompanyYear + span.caption {
    width: auto;
  }
  .smallColumnTextBox,
  .largeColumnTextBox,
  .mediumColumnTextBox,
  .columnTextBox {
    width: 100%;
    height: auto;
  }
  select.smallColumnTextBox,
  select.largeColumnTextBox,
  select.mediumColumnTextBox {
    height: 50px;
  }
  select.incomeMediumColumnTextBox,
  .mediumColumnTextBox select {
    height: 50px;
    font-size: 14px;
  }

  /* 年齢 */
  .postalCode-search-btn {
    font-weight: bold;
    font-size: 12px;
  }
  .columnTextBox {
    margin-bottom: 10px;
    align-items: baseline;
  }
  .columnTextBox .form-select {
    width: 90px;
    margin-bottom: 0;
  }
  .columnTextBox .columnTextUnit {
    margin: 0 5px;
  }

  .columnMediumTitle {
    display: flex;
    align-items: flex-start;
    margin-top: 20px !important;
  }
  .medium-items-address {
    margin-bottom: 0;
    padding: 0;
  }
    .area-input-multiple.phone-number .issue {
    font-size: 14px;
    margin: 5px;
  }
  .date-item.item-name,
  .area-input-multiple.item-name {
    margin-right: 5px;
  }

  /* 電話番号等3列のinput */
  .area-input-multiple input[type="text"],
  .area-input-multiple input[type="number"] {
    width: 33%;
  }
  .form-label-any-required {
    font-size: 12px;
  }

  /* next button */
  .transition-btn-area {
    margin: 0;
    margin-top: 100px;
    flex-wrap: wrap-reverse;
    gap: 30px;
  }
  .default-button.agree-btn,
  .default-button.not-agree-btn {
    margin: 0 !important;
  }
  .area-input-half-2 > .flex {
    align-items: center;
  }

  .area-input-half-2 > div {
    width: 100%;
  }

  span.is-error {
    font-size: 12px;
    margin-left: 0;
  }

  .stringDescription{
    display:block;
  }

  .cautionNote{
    font-size:12px;
  }

  .intro-text {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 20px 0px 0px 0px;
    font-size: 12px;
  }
}
::-ms-reveal {
  display: none;
}
.pin-form {
  width: 25%;
  box-sizing: border-box;
  padding-right: 2.5rem;
  border-radius: 6px !important;
}
/* アイコン用のスタイル（絶対配置でテキストボックス内に表示） */
.input-icon {
  position: absolute;
  right: 21.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  cursor: pointer;
  font-size: 0.9em;
  z-index: 1;
}
/* 入力欄とアイコンを内包するコンテナ */
.input-group {
  position: relative;
  display: inline-block;
}
