.borrowPageOuter:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

.borrowPage__section:last-of-type {
  padding: 30px 16px;
  background-color: #e6f7f1;
}

.borrowPage__section:last-of-type.borrowPage__section--result {
  margin-top: 40px;
  margin-bottom: 35px;
}

.borrowPage__section:last-of-type.borrowPage__section--result03,
.borrowPage__section:last-of-type.borrowPage__section--result04 {
  margin-top: 60px;
}

.borrowPage__section {
  font-family: 'Hiragino Sans', sans-serif;
  font-weight: 300;
  max-width: 648px;
  margin: 16px auto 40px;
}

.borrowPage__section--result {
  margin-bottom: 35px;
}

.borrowPage__section--result01,
.borrowPage__section--result02 {
  margin-top: 40px;
}

.borrowForm .dropdown {
  font-size: 14px;
  width: 100%;
  position: relative;
}

.borrowForm .dropdown__btn {
  font-size: 22px;
  padding: 11px 10px 11px 20px;
  line-height: 1.5;
  border: 1px solid #06c755;
  background-color: #fff;
  color: #000000;
  text-align: left;
  min-width: 150px;
  position: relative;
  cursor: pointer;
  z-index: 0;
  border-radius: 6px;
}

.borrowForm .dropdown__btn--active {
  color: #000;
}

.borrowForm .dropdown__menu-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
}

.borrowForm .dropdown__menu-layer--show {
  display: block;
}

.borrowForm .dropdown__menu-layer--show .dropdown__menu-layerInner {
  display: block;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 10;
}

.borrowForm .dropdown__menu-layerInner {
  display: none;
}

.borrowForm .dropdown__menu {
  margin: 1px 0 0 0;
  list-style: none;
  background-color: #f0f0f0;
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
  max-width: 219px;
  padding: 0;
  box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  z-index: 10;
}

.borrowForm .dropdown__item {
  font-size: 16px;
  position: relative;
  cursor: pointer;
  padding: 11px 16px 11px 38px;
  border-bottom: solid 0.5px rgba(60, 60, 67, 0.36);
}

.borrowForm .dropdown__item:last-of-type {
  margin-bottom: 0;
  border: none;
}

.borrowForm .dropdown__item:hover {
  color: #00b27b;
}

.borrowForm .dropdown__item--active::before {
  content: '';
  position: absolute;
  width: 11.3px;
  height: 11.2px;
  background: url('../images/icon_check.svg') center no-repeat;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.borrowForm__titIcon {
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 92px;
}

.borrowForm__tit {
  margin-bottom: 24px;
}

.borrowForm__titImg {
  width: 100%;
  height: 80px;
  object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.form__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.borrowForm__form {
  width: 295px;
}

.borrowForm__formQ {
  font-weight: 600;
  font-size: 14px;
  line-height: 21.98px;
  color: #000000;
  margin-top: 20px;
  text-align: left;
}

.borrowForm__formQuestion1 .borrowForm__formQ {
  margin-top: 0;
}

.borrowForm__formQ span {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #777777;
  display: block;
}

.borrowForm__formA {
  margin-top: 8px;
}

.borrowForm__inputBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yen {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  margin-left: 8px;
}

.triangle {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #999999;
  pointer-events: none;
  z-index: 1;
}

.borrowForm__selectWrapper.error .triangle {
  border-top-color: #ff334b;
}

.borrowForm__selectOuter {
  position: relative;
  width: 100%;
}

.borrowForm__selectWrapper {
  width: 100%;
  position: relative;
}

.borrowForm__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #06c755;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #777777;
  background-color: #fff;
  text-align: left;
  min-width: 150px;
  cursor: pointer;
  z-index: 0;
  outline: none;
  width: 100%;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.1);
  padding: 11px 10px 11px 20px;
}

.borrowForm__select.borrowForm__select--selected {
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 24px;
  color: #000000;
  line-height: 1.5;
}

.borrowForm__select option {
  font-size: 16px;
}

.borrowForm__select--selected {
  color: rgb(0, 0, 0);
}

.borrowForm__errorMessage {
  line-height: 18px;
  font-size: 12px;
  margin-top: 8px;
  color: #ff334b;
  font-weight: 300;
  display: none;
  text-align: left;
}

.borrowForm__textBox {
  border: 1px solid #06c755;
  border-radius: 6px;
  padding: 11px 20px;
  caret-color: #00b27b;
  font-size: 16px;
  font-weight: 600 !important;
  color: #000000;
  line-height: 24px;
  font-weight: 300;
  background: #fff !important;
  min-width: 255px;
}

.borrowForm__textBox::-moz-placeholder {
  color: #777777;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.borrowForm__textBox::placeholder {
  color: #777777;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.borrowForm__textBox.error::placeholder {
  color: #ff334b;
}

.borrowForm__select.error,
.borrowForm__textBox.error {
  border-color: #ff334b;
  color: #ff334b;
  background-color: #ffecec !important;
}

.borrowForm__textBox.error + .borrowForm__errorMessage,
.borrowForm__textBox.error:focus + .borrowForm__errorMessage {
  display: block;
}

.borrowForm__notation {
  margin-top: 20px;
}

.borrowForm__notationTxt {
  color: #777777;
  line-height: 18px;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

.borrowForm__submit {
  margin-top: 20px;
}

.borrowForm__submitBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8;
  color: #b7b7b7;
  border-radius: 30px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  pointer-events: none;
  height: 54px;
}

.borrowForm__submitBtn--active {
  background-color: #06c755;
  color: #fff;
  cursor: pointer;
  pointer-events: all;
}

.borrowForm__submitBtn .arrow {
  display: block;
  width: 10px;
  height: 10px;
  background-size: contain;
  object-fit: contain;
}

.borrowResult__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.borrowResult__icon01 {
  background: url('../images/icon_borrowCheck.svg') center no-repeat;
}

.borrowResult__icon02 {
  background: url('../images/icon_borrowNg.svg') center no-repeat;
}

.borrowResult__titText {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
}

.borrowResult__titText span {
  color: #00b27b;
}

.borrowResult__titTextSub {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  margin-top: 6px;
  text-align: left;
}

.borrowResult__text {
  margin-top: 10px;
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.67;
}

.borrowResult__banner {
  margin-top: 114px;
}

.borrowResult__banner--result03 {
  margin-top: 191px;
}

.borrowResult__banner--result04 {
  margin-top: 132px;
}

.borrowResult__bannerLink a {
  text-align: center;
  display: block;
  line-height: 3.125;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  background: #00b27b;
  color: #fff;
}

.borrowResult__return {
  margin-top: 15px;
  text-align: center;
}

.borrowResult__return a {
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  text-decoration: underline;
}

.borrowResult__return--mt {
  margin-top: 180px;
}

.Android .borrowForm__titText {
  font-weight: bold;
}

.Android .borrowForm__formQ {
  font-weight: bold;
}

.Android .borrowForm__submitBtn {
  font-weight: bold;
}

.Android .borrowResult__titTextSub {
  font-weight: bold;
}

.Android .borrowResult__bannerLink a {
  font-weight: bold;
}

.modal-layout {
  display: none;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  padding-top: 40px;
  border: 1px solid #888;
  width: 80%;
  max-width: 480px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.close {
  color: #aaa;
  float: right;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 10px;
  display: block;
  cursor: pointer;
}

.borrowResult__icon {
  width: 60px;
  height: 60px;
}

.borrowResult__titText {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.borrowResult__titText span {
  color: #00b27b;
}

.borrowResult__titTextSub {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  margin-top: 6px;
}

.borrowResult__text {
  margin-top: 10px;
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.67;
  text-align: left;
}

.borrowResult__bannerLink {
  display: block;
  text-align: center;
  line-height: 3.125;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  background-color: #00b27b;
  color: #fff;
  margin-top: 114px;
  width: 100%;
  max-width: 396px;
  align-self: center;
}

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

.borrowResult__bannerImg {
  display: none;
}

@media screen and (min-width: 768px) {
  .borrowResult__bannerImg {
    display: block;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 114px;
    max-width: 396px;
    align-self: center;
  }
}
