@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
.temp-loan .contentsWrap.wa-block .contents-main .c-main-visual {
  text-align: center !important;
  margin-bottom: 20px !important;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-usageExamples__list {
  display: flex;
  flex-wrap: wrap;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-usageExamples__item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 10px !important;
  text-indent: 0 !important;
}
@media screen and (max-width: 639px) {
  .temp-loan .contentsWrap.wa-block .contents-main .p-usageExamples__item {
    width: 48% !important;
  }
}
.temp-loan .contentsWrap.wa-block .contents-main .p-usageExamples__item:before {
  content: none !important;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-usageExamples__item span {
  display: block;
  text-align: center;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-column_loan ul li {
  text-indent: 0;
  margin-bottom: 10px !important;
  padding-left: 0;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-column_loan ul li:before {
  content: none !important;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-column_loan ul li a {
  display: block;
  padding: 20px;
  border: solid 1px #ccc;
  color: #333 !important;
  text-decoration: none !important;
  background: #fef5ee;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-column_loan ul li a:after {
  content: "";
  display: block;
  background: url(../../common/img/icon-pageLink-orange.png) no-repeat;
  background-size: 10px 15px;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-hikaku-table thead th {
  text-align: center !important;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-hikaku-table tbody th {
  text-align: left;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-hikaku-table td {
  vertical-align: top;
  text-align: center !important;
}
@media screen and (max-width: 639px) {
  .temp-loan .contentsWrap.wa-block .contents-main .p-hikaku-table td {
    padding: 10px;
  }
}
.temp-loan .contentsWrap.wa-block .contents-main .p-hikaku-table td p {
  text-align: center;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-hikaku-table .c-icon-hikaku {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-hikaku-table .c-icon-hikaku img {
  max-width: 60px !important;
  height: auto;
}
@media screen and (max-width: 639px) {
  .temp-loan .contentsWrap.wa-block .contents-main .p-hikaku-table .c-icon-hikaku img {
    max-width: 40px !important;
  }
}
.temp-loan .contentsWrap.wa-block .contents-main .p-hikaku-table .c-icon-hikaku--circle {
  color: #e9546b;
  font-weight: 700;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-hikaku-table .c-icon-hikaku--triangle {
  color: #00a667;
  font-weight: bold;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-hikaku-table .c-icon-hikaku--cross {
  color: #19448e;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-flow {
  padding: 0 20px;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-flow__step {
  margin-bottom: 10px;
  border: solid 1px #ccc;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-flow__step-header {
  display: flex;
}
@media screen and (max-width: 639px) {
  .temp-loan .contentsWrap.wa-block .contents-main .p-flow__step {
    display: block;
    padding: 10px;
  }
}
.temp-loan .contentsWrap.wa-block .contents-main .p-flow__step-meta {
  background: #e67517;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .temp-loan .contentsWrap.wa-block .contents-main .p-flow__step-meta {
    margin: 0 auto;
  }
}
.temp-loan .contentsWrap.wa-block .contents-main .p-flow__step-meta span {
  display: block;
  color: #fff;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-flow__step-label {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-flow__step-number {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.temp-loan .contentsWrap.wa-block .contents-main .p-flow__step-content {
  padding-left: 20px;
  width: 90%;
}
@media screen and (max-width: 639px) {
  .temp-loan .contentsWrap.wa-block .contents-main .p-flow__step-content {
    width: 100%;
    padding-left: 0;
  }
}
.temp-loan .contentsWrap.wa-block .contents-main .p-flow__step-title {
  all: unset;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
@media screen and (max-width: 639px) {
  .temp-loan .contentsWrap.wa-block .contents-main .p-flow__step-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.temp-loan .contentsWrap.wa-block .contents-main .p-flow__step-bocy {
  text-align: justify;
}
.temp-loan .p-check-button {
  text-align: center;
}
.temp-loan .p-check-button label {
  cursor: pointer;
  font-size: 1.6rem;
  border: solid 1px #ccc;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
}
.temp-loan .p-check-button label input {
  cursor: pointer;
  border: solid 1px #ccc;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.temp-loan .p-loan-submit {
  margin: 0 auto 20px;
  text-align: center;
}
.temp-loan .p-loan-submit a {
  display: inline-block;
  margin-top: 20px;
  padding: 20px;
  border-radius: 50px;
  font-size: 1.8rem;
  background: #ff9933;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.temp-loan .p-loan-submit a.is-disabled {
  cursor: auto;
  opacity: 0.5;
  background: #ccc;
  color: #333;
  pointer-events: none;
}
.temp-loan .p-hero {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-hero {
    flex-direction: column;
  }
}
.temp-loan .p-hero__text {
  flex: 1;
}
.temp-loan .p-hero__text h1 {
  font-weight: bold;
  line-height: 1.2;
}
.temp-loan .p-hero__lead {
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 15px;
}
.temp-loan .p-hero__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.temp-loan .p-hero__icon-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}
.temp-loan .p-hero__icon-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.temp-loan .p-hero__image {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-hero__image {
    width: 100%;
  }
}
.temp-loan .p-hero__image img {
  width: 100%;
  height: auto;
}
.temp-loan .p-loan-kinri {
  background: #fef5ee;
  margin: 0 auto;
  padding: 20px;
}
.temp-loan .p-loan-kinri__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-loan-kinri__list {
    flex-wrap: wrap;
  }
}
.temp-loan .p-loan-kinri__item {
  width: 32%;
  background: #fff;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-loan-kinri__item {
    width: 100%;
  }
}
.temp-loan .p-loan-kinri__title {
  background-color: #ff9933;
  color: #fff;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
}
.temp-loan .p-loan-kinri__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.temp-loan .p-loan-kinri__note {
  font-size: 1.2rem;
  margin-top: 5px;
}
.temp-loan .p-loan-kinri__rate {
  font-size: 1.6rem;
  font-weight: bold;
}
.temp-loan .p-loan-kinri__rate-num {
  font-size: 3.2rem;
}
.temp-loan .p-loan-kinri__rate-unit {
  font-size: 1.6rem;
}
.temp-loan .p-loan-kinri__rate-sub {
  font-size: 1.2rem;
  font-weight: normal;
}
.temp-loan .p-loan-kinri__rate span {
  font-weight: bold;
}
.temp-loan .p-feature-points {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  margin: 30px 0;
  background: #f5f2e8;
  padding: 30px 15px;
  border-radius: 15px;
}
@media screen and (min-width: 640px) {
  .temp-loan .p-feature-points {
    flex-direction: row;
    gap: 20px;
    padding: 40px 20px;
    flex-wrap: nowrap;
  }
}
.temp-loan .p-feature-point {
  flex: 1;
  min-width: 0;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 60px 20px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-feature-point {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.temp-loan .p-feature-point__badge {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 70px;
  height: 70px;
  background: #fff;
  border: 3px solid #e7380d;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.temp-loan .p-feature-point__badge-label {
  font-size: 1rem;
  color: #e7380d;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
.temp-loan .p-feature-point__badge-number {
  font-size: 2.4rem;
  color: #e7380d;
  font-weight: bold;
  line-height: 1;
}
.temp-loan .p-feature-point__icon {
  margin: 20px 0;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-feature-point__icon {
    margin: 0 !important;
  }
}
.temp-loan .p-feature-point__icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-feature-point__icon img {
    width: 80px;
    height: 80px;
  }
}
.temp-loan .p-feature-point__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
}
.temp-loan .p-feature-point__description {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #333;
  text-align: left;
  padding: 0 10px;
}
.temp-loan .p-feature-point__corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #e7380d transparent;
  border-bottom-right-radius: 10px;
}
.temp-loan .p-carlife-points {
  background: #f5f2e8;
  padding: 30px 20px;
  margin: 30px 0;
  border-radius: 15px;
}
.temp-loan .p-carlife-points__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 10px !important;
}
.temp-loan .p-carlife-points__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 640px) {
  .temp-loan .p-carlife-points__items {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (max-width: 639px) {
  .temp-loan .p-carlife-points__items {
    gap: 10px;
  }
}
.temp-loan .p-carlife-points__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-carlife-points__item {
    flex-direction: row;
    padding: 10px;
  }
}
.temp-loan .p-carlife-points__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-carlife-points__icon {
    margin-bottom: 0;
  }
}
.temp-loan .p-carlife-points__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.temp-loan .p-carlife-points__content {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-carlife-points__content {
    text-align: left;
  }
}
.temp-loan .p-carlife-points__label {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-carlife-points__label {
    font-size: 1.6rem;
  }
}
.temp-loan .p-carlife-points__value {
  font-size: 1.8rem;
  margin-bottom: 5px;
  line-height: 1.6;
}
.temp-loan .p-carlife-points__highlight {
  color: #e7380d;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-carlife-points__highlight {
    font-size: 2rem;
  }
}
.temp-loan .p-carlife-points__note {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 5px;
}
.temp-loan .p-application-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f2e8;
  padding: 30px 20px;
  margin: 30px 0;
  border-radius: 15px;
}
@media screen and (min-width: 640px) {
  .temp-loan .p-application-flow {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 639px) {
  .temp-loan .p-application-flow {
    padding: 10px;
    margin: 0;
  }
}
.temp-loan .p-application-flow__step {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  min-width: 120px;
}
@media screen and (min-width: 640px) {
  .temp-loan .p-application-flow__step {
    flex: 1;
  }
}
@media screen and (max-width: 639px) {
  .temp-loan .p-application-flow__step {
    padding: 10px;
    min-width: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.temp-loan .p-application-flow__number {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  background: #e7380d;
  color: #fff;
  border-radius: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
.temp-loan .p-application-flow__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-application-flow__icon {
    min-width: 100px;
    margin-bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.temp-loan .p-application-flow__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.temp-loan .p-application-flow__text {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .temp-loan .p-application-flow__text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.temp-loan .p-application-flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
@media screen and (min-width: 640px) {
  .temp-loan .p-application-flow__arrow {
    margin: 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .temp-loan .p-application-flow__arrow {
    margin: 0;
  }
}
.temp-loan .p-application-flow__arrow span {
  font-size: 3rem;
  color: #e7380d;
  font-weight: bold;
  transform: rotate(90deg);
}
@media screen and (min-width: 640px) {
  .temp-loan .p-application-flow__arrow span {
    transform: rotate(0deg);
  }
}
.temp-loan .p-floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  transition: 0.2s;
  z-index: 100;
}
.temp-loan .p-floating-banner.c-fixed-cvn.is-close {
  padding: 0;
  height: 30px;
}
.temp-loan .p-floating-banner.c-fixed-cvn.is-close .p-floating-banner__inner {
  display: none;
}
.temp-loan .p-floating-banner__buttons {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 !important;
}
.temp-loan .p-floating-banner__button {
  width: 380px;
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.temp-loan .p-floating-banner__button:before {
  content: none !important;
}
.temp-loan .p-floating-banner__button:first-child {
  margin-right: 10px;
}
.temp-loan .p-floating-banner__button a {
  position: relative;
  width: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  padding: 20px;
}
.temp-loan .p-floating-banner__button a.c-button--apply {
  background-color: #e7380d;
}
.temp-loan .p-floating-banner__button a.c-button--simulation {
  background-color: #1e50a2;
}
.temp-loan .p-floating-banner .c-fixed-cvn__showToggleButton {
  display: block;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 110;
  width: auto;
  height: 30px;
  padding: 0 20px;
  background-color: #BD2730;
  color: #fff;
  text-align: center;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08) inset;
  font-size: 2rem;
  transition: 0.2s;
  cursor: pointer;
}
.temp-loan .p-floating-banner .c-fixed-cvn__showToggleButton:before {
  font-family: "iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "とじる";
}
.temp-loan .p-floating-banner.c-fixed-cvn.is-close .c-fixed-cvn__showToggleButton:before {
  content: "ひらく";
}
.temp-loan .c-center {
  text-align: center !important;
}
.temp-loan .tab_content.tab03 table td {
  text-align: unset !important;
}
.temp-loan .contentsWrap.wa-block .contents-main ul li {
  margin-bottom: 0 !important;
}

#wcv_sys_content .tab01 .tab_wrapper > form::before {
  content: "↓1番目のタブをクリックした際に表示されるコンテンツ（1番目のタブ内のテキストと連動しているか確認してください）";
}

#wcv_sys_edit_pageeditarea_frame .tab01 .tab_wrapper .c-main-visual {
  text-align: center !important;
  margin-bottom: 20px !important;
}
#wcv_sys_edit_pageeditarea_frame .tab01 .tab_wrapper .p-feature-point__badge {
  align-items: center !important;
}
#wcv_sys_edit_pageeditarea_frame .tab01 .tab_wrapper .p-usageExamples__list .p-usageExamples__item::before {
  content: none !important;
}
#wcv_sys_edit_pageeditarea_frame .tab01 .tab_wrapper .p-usageExamples__list .p-usageExamples__item input {
  width: 100% !important;
  height: auto !important;
}
#wcv_sys_edit_pageeditarea_frame .tab01 .tab_wrapper .p-usageExamples__list .p-usageExamples__item span input {
  width: auto !important;
}
#wcv_sys_edit_pageeditarea_frame .tab01 .tab_wrapper .p-carlife-points__item {
  align-items: center !important;
}
#wcv_sys_edit_pageeditarea_frame .tab03 .p-application-flow__step {
  align-items: center !important;
}
#wcv_sys_edit_pageeditarea_frame .tab03 .p-application-flow__arrow {
  align-items: center !important;
}
#wcv_sys_edit_pageeditarea_frame .p-floating-banner {
  display: none !important;
}

#wcv_sys_edit_pageeditarea.temp-loan .contents-main div {
  align-items: normal;
}

#wcv_sys_edit_pageeditarea.temp-loan .contents-main .c-icon-hikaku img {
  max-width: 80px !important;
}

#wcv_sys_edit_pageeditarea .contents-main .p-application-flow__icon form input {
  max-width: 80px;
}

#wcv_sys_edit_pageeditarea [id^=blockarea_div] {
  display: contents;
}
#wcv_sys_edit_pageeditarea input[type=text],
#wcv_sys_edit_pageeditarea input[type=hidden] {
  box-sizing: border-box;
}
#wcv_sys_edit_pageeditarea .p-hero {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
#wcv_sys_edit_pageeditarea .p-hero > form,
#wcv_sys_edit_pageeditarea .p-hero > div:not(.p-hero__text):not(.p-hero__image) {
  display: contents;
}
#wcv_sys_edit_pageeditarea .p-hero__text {
  flex: 1;
  min-width: 0;
}
#wcv_sys_edit_pageeditarea .p-hero__text h1 {
  font-weight: bold;
  line-height: 1.2;
}
#wcv_sys_edit_pageeditarea .p-hero__text h1 input[type=text] {
  width: 100% !important;
  font-size: inherit;
  font-weight: inherit;
}
#wcv_sys_edit_pageeditarea .p-hero__lead {
  margin-top: 15px;
}
#wcv_sys_edit_pageeditarea .p-hero__lead input[type=text] {
  width: 100% !important;
}
#wcv_sys_edit_pageeditarea .p-hero__lead + form {
  font-size: 18px;
  line-height: 1.8;
}
#wcv_sys_edit_pageeditarea .p-hero__image {
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
#wcv_sys_edit_pageeditarea .p-hero__image img,
#wcv_sys_edit_pageeditarea .p-hero__image input[type=image] {
  width: 100% !important;
  height: auto !important;
}
#wcv_sys_edit_pageeditarea .p-hero__image form {
  width: 100%;
}
#wcv_sys_edit_pageeditarea .p-hero__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
#wcv_sys_edit_pageeditarea .p-hero__icons > div {
  display: contents;
}
#wcv_sys_edit_pageeditarea .p-hero__icon-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
#wcv_sys_edit_pageeditarea .p-hero__icon-item img,
#wcv_sys_edit_pageeditarea .p-hero__icon-item input[type=image] {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
}
#wcv_sys_edit_pageeditarea .p-hero__icon-item form {
  display: inline-flex;
  align-items: center;
}
#wcv_sys_edit_pageeditarea .p-loan-kinri__list {
  display: flex;
  gap: 10px;
}
#wcv_sys_edit_pageeditarea .p-loan-kinri__list > div {
  display: contents;
}
#wcv_sys_edit_pageeditarea .p-loan-kinri__item {
  flex: 1;
  margin: 0 auto;
  width: auto;
}
#wcv_sys_edit_pageeditarea .p-loan-kinri__title {
  writing-mode: horizontal-tb !important;
}
#wcv_sys_edit_pageeditarea .p-loan-kinri__title input[type=text] {
  width: 100% !important;
  text-align: center;
}
#wcv_sys_edit_pageeditarea .p-loan-kinri__content form {
  display: block;
}/*# sourceMappingURL=loan.css.map */