body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

main {
  min-height: 50vh;
}

h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + *,
p + *,
pre + *,
address + *,
hr + *,
.h1 + *,
.h2 + *,
.h3 + *,
.h4 + *,
.h5 + *,
.h6 + *,
dt + *,
dd + *,
figure + *,
figcaption + *,
ul + *,
ol + *,
dl + *,
li + *,
.media + *,
table + *,
caption + *,
.img-left + *,
.img-right + *,
.message + *,
.btn--container + *,
.btn--group + * {
  margin-top: 0rem;
}

.ui-datepicker th,
.ui-datepicker td {
  min-width: 0 !important;
}

h2 {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.8;
}

header {
  border-bottom: solid 1px #ebedf0;
  background-color: #fff;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

header a {
  display: inline-block;
}

header a img.logo {
  width: 200px;
}

header .header-inner {
  position: relative;
}

header nav {
  position: absolute;
  right: 0;
  top: 0;
}

.beforecheck {
  min-height: 50vh;
}

.beforecheck h2.ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1;
  color: #0070BA;
}

.beforecheck .check {
  border: 1px solid #ccc;
  padding: 2rem;
  min-height: 400px;
  background-color: #fffdf1;
  display: flex;
  align-items: center;
}

.beforecheck .inner {
  width: 100%;
}

.beforecheck p.check-top {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.beforecheck .btn-area {
  display: flex;
  justify-content: center;
}

.beforecheck .btn-area .btn {
  margin: 0 0.5rem;
}

.beforecheck p.question {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
}

.beforecheck p.question:before {
  font-family: "Font Awesome 5 Free";
  content: "\F059";
  font-size: 1.6rem;
  font-weight: 900;
  color: #0070BA;
}

.beforecheck p.result1,
.beforecheck p.result2 {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.beforecheck p.result2 {
  text-align: center;
}

.beforecheck p.skip {
  text-align: right;
  margin: 2rem 0;
}

.line-area {
  padding: 1rem;
  border: 1px solid #eee;
  margin-bottom: 2rem;
  background-color: #e2ffe2;
}

.line-area .line-pricy {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.line-area .line-btn-wrap {
  display: flex;
  justify-content: space-around;
}

.line-btn {
  background-color: #00C300;
  display: flex;
  align-items: center;
  max-width: 280px;
  text-decoration: none;
  border-radius: 10px;
  padding: 4px 20px 4px 11px;
  margin: 0 0.5rem;
}

.line-btn:hover {
  background-color: #00E000;
}

.line-btn img {
  width: 36px;
  margin-right: 4px;
}

.line-btn p {
  flex-grow: 1;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.auth-wrap h2.ttl {
  text-align: center;
}

.attention {
  text-align: center;
  background: #e2f1ff;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 8px;
  font-size: 12px;
}

.attention p {
  color: #000;
}

.form-header {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1;
}

.form-subttl {
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
}

footer {
  border-top: solid 1px #ebedf0;
  margin-top: 5rem;
  padding: 2rem 2.5rem;
}

footer img.logo {
  width: 200px;
  margin-bottom: 2rem;
}

footer .footer-nav {
  list-style: none;
  margin-bottom: 2rem;
}

footer .footer-nav li {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}

footer .footer-nav li a {
  color: #707980;
  text-decoration: none;
}

footer p.copy {
  font-size: 0.8rem;
  color: #707980;
}

.list .list-ttl {
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #ebedf0;
}

.list .list-table {
  margin-bottom: 2rem;
}

.my-wrap {
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.my-wrap .my-header {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.my-wrap .my-header span {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 0.5rem;
}

.my-wrap .my-type {
  background-color: #eee;
  font-size: 0.9rem;
  padding: 0.5rem 0.8rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.my-wrap .errors {
  font-size: 0.9rem;
}

.my-wrap .my-step ul.flow {
  position: relative;
  list-style: none;
  margin-left: 10px;
}

.my-wrap .my-step ul.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.my-wrap .my-step ul.flow li {
  position: relative;
  margin-bottom: 2rem;
}

.my-wrap .my-step ul.flow li dl {
  padding-left: 30px;
  position: relative;
}

.my-wrap .my-step ul.flow li dl::after {
  width: 20px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.my-wrap .my-step ul.flow li dl::before,
.my-wrap .my-step ul.flow li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
}

.my-wrap .my-step ul.flow li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}

.my-wrap .my-step ul.flow li dl dt {
  font-size: 1rem;
  font-weight: bold;
  color: #707980;
}

.my-wrap .my-step ul.flow li dl dt.active {
  color: #0070ba;
}

.my-wrap .my-step ul.flow li dl dd {
  margin-top: 0;
}

.my-wrap .my-step ul.flow li dl dd p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0.5rem 0;
}

.breadcrumb {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li a {
  font-size: 0.8rem;
}

.breadcrumb li:after {
  display: inline-block;
  content: ">";
  margin: 0 0.3rem;
}

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

.confirm-table h4 {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.result h3 {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.result table.result-table tr th {
  min-width: 160px;
}

.result ul li {
  margin-bottom: 10px;
}

label.big {
  background-color: #bfcbd5;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

article h3 {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #999;
}

article p {
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 1rem;
}

article ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

article ol li::before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -2rem;
  width: 2em;
}

article p + h3,
article ul + h3,
article ol + h3 {
  margin-top: 2rem;
}

span.sponly {
  color: #fff;
  margin: 0 10px;
}

table.list-table.sp-only {
  display: none;
}

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

.loansimulationSct input[type=text] {
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
  padding: 8px;
}

table.loan-table th,
table.loan-table td {
  box-sizing: border-box;
  padding: 15px;
}

.loansimulationBtn {
  text-align: center;
  margin: 30px 0px;
}

.loansimulationBtn a {
  margin: 0 15px;
}

.loansimulationBtn a.c-button {
  background: #0170b9;
  padding: 10px 30px;
}

.loansimulationBtn a.loansimulationBtn_reset {
  background: #909090;
}

.text-center.mt-30.btn-box {
  background: #d2edff;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
}

.text-center.mt-30.btn-box p {
  margin-bottom: 15px;
}

h3.topHead {
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  color: #2f2f2f;
}

h3.topHead span {
  font-weight: normal;
  font-size: 15px;
  display: block;
  margin-top: 8px;
}

.form-area input[type=number] {
  -webkit-appearance: none;
  padding: 11px 12px;
  border: solid 1px #dce0e3;
  border-radius: 3px;
  font-size: 1rem;
}

.form-area .unit2 select {
  padding-bottom: 10px;
}

div#imgAlert {
  background: #ffeb00;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 0;
}

a.primary-btn-original {
  background: #3599da;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  padding: 15px 20px;
}

a.primary-btn-original:hover {
  opacity: 0.7;
}

.simulator-btn.text-center {
  margin: 30px 0;
}

.pagination {
  margin: 20px;
}

.g-recaptcha {
  margin-top: 6%;
}

input.p-postal-code.form-control.required-input::-moz-placeholder {
  color: #dbe0e2;
}

input.p-postal-code.form-control.required-input::placeholder {
  color: #dbe0e2;
}

@media screen and (max-width: 414px) {
  .attention {
    padding: 16px;
    font-size: 11px;
  }

  .line-area .line-btn-wrap {
    display: block;
    justify-content: space-around;
  }

  .line-area .line-btn-wrap a.line-btn {
    max-width: 100%;
    margin: 10px 0;
  }

  .line-area .line-btn-wrap a.line-btn .line-btn p {
    font-size: 16px;
  }

  .line-area .line-btn-wrap a.line-btn span.sponly {
    color: #fff;
    margin: 0 10px;
  }

  table.list-table.pc-only {
    display: none;
  }

  .guarantor-flex {
    display: flex;
    flex-direction: row;
  }

  .guarantor-flex a {
    word-break: break-all;
  }

  .guarantor-flex a:first-child {
    width: 65%;
  }

  tr.guarantor-tr td {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }

  tr.guarantor-tr td,
  tr.guarantor-tr th {
    min-width: 100%;
    padding: 0;
    text-align: center;
    font-size: 14px;
  }

  .btn.btn--s {
    min-height: 15px;
    font-size: 15px;
  }

  table.list-table.sp-only {
    display: block !important;
  }

  table.loan-table th {
    padding-bottom: 0;
  }

  table.loan-table th,
  table.loan-table td {
    display: block;
    width: 100%;
  }

  table.loan-table span#span1.notes {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  span.notes.display-block {
    display: block;
  }

  header a img.logo {
    width: 145px;
  }

  .confirm-table td img {
    max-width: 100% !important;
  }

  .confirm-table th {
    width: 45%;
  }

  input.form-control::-moz-placeholder {
    font-size: 10px;
  }

  input.form-control::placeholder {
    font-size: 10px;
  }
}

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

.invalid {
  border: 1px solid #f00;
}

.invalid-message {
  color: #f00;
  font-size: 0.85rem;
  padding: 0.25rem;
}

@media screen and (max-width: 320px) {
  header a img.logo {
    width: 110px;
  }
}

/* new design */

.form-content .inner {
  width: 1200px;
  margin: auto;
  position: relative;
  max-width: 100%;
}

.form-content .register-area {
  background-color: #cbdcf0;
  box-sizing: border-box;
  padding: 4% 0;
}

.form-content .register-area .background2 {
  background: #eef5ff;
  display: block;
  width: 100%;
  height: 370px;
  position: absolute;
  z-index: 0;
  top: 0;
}

.form-content .flex-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.form-content .flex-row .main-left {
  width: 55%;
}

.form-content .flex-row .main-left h1 {
  text-align: center;
}

.form-content .flex-row .main-left h1 img {
  width: 320px;
  max-width: 100%;
}

.form-content .flex-row .main-left .main-illustration {
  margin-top: 30px;
}

.form-content .flex-row .main-left .main-illustration img {
  width: 590px;
  max-width: 100%;
}

.form-content .flex-row .main-right {
  width: 45%;
}

.form-content .flex-row .main-right .form-area {
  width: 80%;
  margin: auto;
  border: none;
  background: #fff;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0 hsla(0deg, 0%, 0%, 0.13);
}

.form-content .check-area {
  background-color: #f7f6f2;
  box-sizing: border-box;
  padding: 6% 0;
}

.form-content .check-area .inner .flex-row {
  box-sizing: border-box;
  padding: 0 10%;
  align-items: end;
}

.form-content .check-area .check-left {
  width: 57%;
}

.form-content .check-area .check-left h3 {
  color: #1874bb;
  font-weight: bold;
}

.form-content .check-area .check-left img {
  width: 28px;
  margin-right: 10px;
  margin-bottom: 1%;
}

.form-content .check-area .check-left .text {
  margin-top: 15px;
  font-size: 14px;
}

.form-content .check-area .check-right {
  width: 36%;
}

.form-content .check-area .check-right a {
  background: #ff6600;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 18px 15px;
  display: block;
  width: 100%;
  border-radius: 8px;
  transition: 0.4s;
}

.form-content .check-area .check-right a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.form-content .bnr-area {
  padding-top: 60px;
}

.form-content .bnr-area .flex-row {
  align-content: flex-start;
}

.form-content .bnr-area .flex-row img {
  width: 370px;
  margin: 0 15px;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .form-content .flex-row .main-left {
    width: 38%;
  }

  .form-content .flex-row .main-left h1 img {
    width: 72%;
  }

  .form-content .flex-row .main-right {
    width: 61%;
  }

  .form-content .check-area .check-left .text br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .form-content .flex-row {
    flex-direction: column;
  }

  .form-content .flex-row .main-left {
    width: 100%;
  }

  .form-content .flex-row .main-left h1 img {
    width: 30%;
  }

  .form-content .flex-row .main-left .main-illustration img {
    width: 300px;
    max-width: 100%;
    margin: auto;
    display: block;
  }

  .form-content .flex-row .main-right {
    width: 100%;
  }

  .form-content .check-area .inner .flex-row {
    flex-direction: row;
  }

  .form-content .bnr-area {
    padding-top: 30px;
  }

  .form-content .bnr-area .inner .flex-row > div {
    text-align: center;
  }

  .form-content .bnr-area .flex-row {
    flex-direction: row;
  }

  .form-content .bnr-area .flex-row img {
    width: 93%;
    margin: 0;
  }
}

@media screen and (max-width: 414px) {
  .form-content .register-area .background2 {
    height: 220px;
  }

  .form-content .flex-row .main-right .form-area {
    width: 90%;
  }

  .form-content .flex-row .main-left h1 img {
    width: 60%;
  }

  .form-content .flex-row .main-right .form-area label {
    text-align: left;
  }

  .form-content .flex-row .main-right .form-area p.comment {
    text-align: left;
  }

  .form-content .flex-row .main-right .form-area .inline {
    flex-direction: column;
  }

  .form-content .flex-row .main-right .form-area .inline .left,
  .form-content .flex-row .main-right .form-area .inline .right {
    width: 100%;
  }

  .form-content .flex-row .main-right .form-area .inline .left {
    margin-bottom: 15px;
  }

  .form-content .check-area {
    padding: 10% 0;
  }

  .form-content .check-area .inner .flex-row {
    flex-direction: column;
  }

  .form-content .check-area .inner .flex-row .check-left {
    width: 100%;
  }

  .form-content .check-area .inner .flex-row .check-right {
    width: 100%;
    margin-top: 15px;
  }

  .form-content .bnr-area .flex-row {
    flex-direction: column;
  }

  .form-content .bnr-area .flex-row .left-bnr {
    margin-bottom: 25px;
  }
}

