@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
}

ul {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.visible_sp {
  display: none;
}
.title_h2 {
  text-align: center;
  margin-bottom: 50px;
}
.title_h2 .title_sub {
  font-size: 18px;
}
.title_h2 .title_main {
  display: block;
  margin: 15px auto 0;
}
.tc-bold {
  font-weight: bold;
}
.tc-orange {
  color: #FC6B02;
}
.tc-blue {
  color: #0C2464;
}
.fs-pc--20 {
  font-size: 20px;
}
.fs-all--12 {
  font-size: 12px;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .visible_pc {
    display: none;
  }
  .visible_sp {
    display: block;
  }
  .fs-sp--14 {
    font-size: 14px;
  }
}

/* ---------------
  fv
--------------- */
header {
  width: 74%;
  max-width: 1400px;
  padding: 150px 0 45px;
  margin: 0 auto;
  position: relative;
}
header h1 {
  width: 224px;
  position: absolute;
  left: 0;
  top: 60px;
}
.fv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv_inner {
  width: 100%;
}
.fv_text {
  width: 40%;
  max-width: 550px;
  margin-right: 64px;
}
.fv_text .freeloan {
  margin-bottom: 8px;
}
.fv_text .kinri img {
  margin-bottom: 8px;
}
.fv_text .kinri span {
  display: block;
  color: #7B7B7B;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.fv_img {
  width: 28%;
  max-width: 404px;
}
.no1 {
  width: 150px;
  position: absolute;
  right: 0;
  top: 60px;
}
.no1 {
  text-align: center;
}
.no1 img {
  width: 85px;
}
.no1 p {
  font-size: 7px;
  text-align: left;
}
@media screen and (min-width: 610px) and (max-width: 767px) {/* 特別金利期間 */
  .fv_text .kinri {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    padding-top: 76px;
  }
  header h1 {
    width: 151px;
    right: 0;
    top: 22px;
    margin: auto;
  }
  .fv {
    flex-direction: column;
    margin-top: 12px; /* 特別金利中 */
  }
  .fv_text {
    width: 85%;
    display: flex;
    flex-direction: column;
    margin-right: 0;
    order: 1;
  }
  .fv_text .freeloan {
    order: 2;
  }
  .fv_text .kinri {
    margin-bottom: 8px;
    order: 1;
  }
  .fv_img {
    width: 45%;
    order: 3;
  }
  .fv_hedge {
    display: block;
    font-size: 10px;
    text-align: center;
    margin-bottom: 8px;
    order: 2;
  }
  .no1 {
    width: 19%;
    right: 6%;
    /* top: 60px; */
    top: 20px; /* 特別金利CP中 */
  }
  .no1 img {
    width: 100%;
  }
  .no1 p {
    position: absolute;
  }
}


/* ---------------
  cta
--------------- */
.cta {
  max-width: 609px;
  margin: 0 auto;
}
.cta_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.cta_item {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cta_button {
  display: inline-block;
  width: 100%;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  padding: 17px 0;
  transition: 0.2s;
}
.-vclass .cta_button {
  background: #0C2464;
  box-shadow: 0 5px 0 #09183F;
}
.-freeloan .cta_button {
  background: #FC6B02;
  box-shadow: 0 5px 0 #BB4F00;
}
.cta.flt {
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  background: rgba(0,0,0,0.7);
  position: fixed;
  transition: 0.2s;
}
.cta.flt.fixed {
  bottom: 0;
  transition: 0.2s;
}
.all_wrap {
  position: relative;
}
.cta.flt.is-stop {
  position: absolute;
  transition: 0s;
}
.cta.flt .cta_wrap {
  max-width: 610px;
  margin: 0 auto 5px;
}
.cta.flt .cta_text {
  color: #FFF;
}
.cta.flt .cta_lead {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.flt_inner {
  position: relative;
}
.flt_close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  padding-top: 5px;
}
.flt_close img {
  width: 25px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .cta_button:hover {
    box-shadow: none;
    transform: translateY(5px);
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .cta_wrap {
    justify-content: space-around;
  }
  .cta_item {
    width: 166px;
  }
  .cta_text {
    font-size: 11px;
  }
  .cta_button {
    font-size: 13px;
    padding: 14px 0 15px;
  }
  .cta.flt {
    padding: 15px 0 20px;
  }
  .cta.flt .cta_wrap {
    max-width: 325px;
    padding-right: 15px;
    justify-content: space-between;
    margin: 0 auto 4px;
  }
  .cta.flt .cta_item {
    width: 150px;
  }
  .cta.flt .cta_button {
    padding: 2px 0 3px;
  }
  .cta.flt .cta_lead {
    font-size: 10px;
    line-height: 1.4;
  }
  .cta.flt .cta_text {
    margin-bottom: 8px;
  }
  .flt_close {
    width: 15px;
    height: 15px;
    right: 15px;
  }
  .flt_close img {
    width: 15px;
  }
}


/* ---------------
  point
--------------- */
.point {
  padding: 36px 0;
}
.point_intro {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.point_intro span {
  position: relative;
}
.point_intro span:after {
  display: inline-block;
  content: "";
  width: 90px;
  height: 7px;
  background: url(../img/img_text_line.svg) center bottom/contain no-repeat;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
}
.point_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.point_title .-s {
  font-size: 16px;
  line-height: 2;
}
.point_title .-num {
  display: inline-block;
  width: 40px;
  margin-left: 13px;
  margin-right: 10px;
}
.point_title .-l {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .point_title .-s {
    font-size: 14px;
    line-height: 1.8;
  }
  .point_title .-num {
    width: 52px;
    margin-left: -1rem;
    margin-right: 10px;
  }
  .point_title .-l {
    font-size: 20px;
  }
}

.point_list {
  max-width: 961px;
  margin: 44px auto;
}
.point_item {}
.point_lead {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 22px;
  margin-bottom: 58px;
  background: #F3F3F3;
  border-radius: 20px;
}
.point_lead-num {
  width: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  background: #FFF;
  border-radius: 15px;
}
.point_lead-sub {
  max-width: 422px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
.point_lead-sub span {
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .point_list {
    width: 90%;
    margin: 0 auto 25px;
  }
  .point_item {
    position: relative;
  }
  .point_item:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 28px;
    background: #F3F3F3;
    border-radius: 0 0 20px 20px;
    position: absolute;
    bottom: -56px;
  }
  .point_lead {
    flex-direction: column;
    padding: 30px 0 15px;
    margin-bottom: 20px;
    border-radius: 20px 20px 0 0;
  }
  .point_lead-main {
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .point_lead-sub {
    max-width: 100%;
    width: 92%;
    margin: 0 auto;
  }

}

#point1 {
  margin-bottom: 72px;
}
#point1 .point_lead-num {
  padding: 17px 0;
  margin-right: 41px;
}
#point1 .point_lead-num span {
  width: 11px;
  margin-left: 11px;
}
#point1 .point_lead-main {
  width: 230px;
  margin-right: 62px;
}
.point_usecase {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 64px 92px;
}
.point_usecase-item {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.point_usecase-item:not(:last-of-type):after {
  display: inline-block;
  content: "";
  width: 3px;
  height: 163px;
  background: url(../img/img_line.svg) center/contain no-repeat;
  position: absolute;
  top: 86px;
  right: -46px;
}
.point_usecase-item:nth-of-type(3):after {
  display: none;
}
.point_usecase-item dt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  order: 2;
}
.point_usecase-img {
  width: 174px;
  margin-bottom: 27px;
  order: 1;
}
.point_usecase-text {
  font-size: 14px;
  line-height: 1.5;
  order: 3;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .point_lead-sub {
    max-width: 340px;
  }
  .point_usecase-item {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #point1 {
    margin-bottom: 86px;
  }
  #point1 .point_lead-num {
    margin-right: 0;
  }
  #point1 .point_lead-num span {
    margin-left: 0;
  }
  #point1 .point_lead-main {
    margin-right: 0;
  }
  .point_usecase {
    /* width: 1380px; */
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    gap: unset;
  }
  .point_usecase-item {
    flex-shrink: 0;
  }
  .point_usecase-item:not(:last-of-type) {
    padding-right: 16px;
    margin-right: 16px;
  }
  .point_usecase-item:not(:last-of-type):after {
    height: 200px;
    top: 0;
    right: 0;
  }
  .point_usecase-item:nth-of-type(3):after {
    display: inline-block;
  }
}

#point2 {
  margin-bottom: 146px;
}
#point2 .point_lead-num {
  padding: 16px 0 17px;
  margin-right: 25px;
}
#point2 .point_lead-num span {
  width: 16px;
  margin-left: 9px;
}
#point2 .point_lead-main {
  width: 285px;
  margin-right: 23px;
}
.point_flow {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.point_flow:after {
  display: inline-block;
  content: "";
  width: 493px;
  height: 20px;
  background: url(../img/img_flow_arrow.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  margin: auto;
}
.point_flow-item {
  width: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point_flow-item dt {
  font-weight: bold;
}
.point_flow-num {
  font-size: 24px;
  margin-bottom: 24px;
  order: 1;
}
.point_flow-text {
  font-size: 14px;
  text-align: center;
  order: 3;
}
.point_flow-text span {
  display: block;
  font-size: 12px;
}
.point_flow-item dd {
  margin-bottom: 10px;
  order: 2;
}
@media screen and (max-width: 767px) {
  #point2 {
    margin-bottom: 90px;
  }
  #point2 .point_lead-num {
    margin-right: 0;
  }
  #point2 .point_lead-num span {
    margin-left: 0;
  }
  #point2 .point_lead-main {
    margin-right: 0;
  }
  .point_flow {
    justify-content: space-between;
  }
  .point_flow:after {
    width: 91%;
    bottom: -20px;
  }
  .point_flow-item {
    width: 78px;
  }
  .point_flow-text span {
    font-size: 10px;
  }
}

#point3 .point_lead-num {
  padding: 16px 0 17px;
  margin-right: 31px;
}
#point3 .point_lead-num span {
  width: 16px;
  margin-left: 9px;
}
#point3 .point_lead-main {
  width: 269px;
  margin-right: 33px;
}
.point_map {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point_map h4 {
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 16px;
  order: 2;
}
.point_map a {
  color: #FF9900;
  font-size: 14px;
  text-align: center;
  order: 3;
}
.point_map-table {
  /*width: 510px;*/
  border-collapse: collapse;
  margin-bottom: 24px;
  order: 1;
}
.point_map-table th,
.point_map-table td {
  text-align: center;
  padding: 15px;
}
.point_map-table thead th {
  /*width: 50%;*/
  font-size: 20px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  padding-bottom: 24px;
}
.point_map-table thead th:last-of-type {
  border-right: 0;
}
.point_map-table tbody th,
.point_map-table tbody td {
  border-right: 1px solid #000;
}
.point_map-table tbody td:first-of-type {
  white-space: nowrap;
}
.point_map-table tbody td:last-of-type {
  border-right: 0;
}
.point_map-table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #000;
}
.point_map-table tbody th,
.point_map-table tbody td {
  font-size: 18px;
}
.point_map-table tbody th {
  font-weight: normal
}
.point_map-table tbody td {
  font-weight: bold;
}
.point_map-table tfoot td {
  text-align: center;
  font-size: 12px;
  padding: 10px 0 15px;
}
@media screen and (max-width: 767px) {
  #point3 {
    margin-bottom: 81px;
  }
  #point3 .point_lead-num {
    margin-right: 0;
  }
  #point3 .point_lead-num span {
    margin-left: 0;
  }
  #point3 .point_lead-main {
    margin-right: 0;
  }
  .point_map h4 {
    order: 1;
  }
  .point_map-table {
    width: 100%;
    order: 2;
  }
  .point_map-table th,
  .point_map-table td {
    padding: 10px;
  }
  .point_map-table tbody th,
  .point_map-table tbody td {
    font-size: 14px;
  }
  .point_map-table thead th:first-of-type {
    width: 4%;
  }
  .point_map-table thead th {
    width: 32%;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}

.point_more {
  background: #F3F3F3;
  padding: 20px 0 22px;
}
.point_more-box {
  max-width: 539px;
  margin: 0 auto;
  padding: 20px 0 27px;
  background: #FFF;
  border-radius: 20px;
}
.point_more-top {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
.point_more-top span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.point_more-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.point_more-bottom span {
  width: 82px;
}
.point_more-bottom p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  max-width: 218px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .point_more {
    padding: 20px 20px 22px;
  }
  .point_more-top span {
    margin-top: 4px;
    padding-left: 100px;
  }
  .point_more-bottom span {
    margin-top: -40px;
  }
}

/* ---------------
  select
--------------- */
.select {
  padding: 53px 0;
}
.select h2 {
  text-align: center;
  margin-bottom: 16px;
}
.select h2 span {
  display: block;
  font-size: 18px;
}
.select h2 picture {
  display: block;
  max-width: 473px;
  margin: 21px auto 0;
}
.select_loan {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.select_loan.ta_r {
  font-size: 14px;
  text-align: right;
}
.select_loan th,.select_loan td {
  /*width: 305px;*/
}
.select_loan th[colspan="3"] {
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
}
.select_loan-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
}
.select_loan-text span {
  display: block;
  margin-top: 50px;
}
.select_loan .cta_item {
  margin: 0 auto 46px;
}
.-vclass .select_loan-text span {
  /*width: 250px;*/
}
.-freeloan .select_loan-text span {
  /*width: 305px;*/
}
.select_loan tbody td {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 18px;
  vertical-align: top;
}
/*.select_loan tbody td[colspan="2"] {
  padding: 18px 0 30px;
  font-size: 18px;
}*/
.select_loan tbody td.kinri_cp {
  width: 100%;
}
.select_loan tbody td.kinri_cp dl {
  border: 1px solid #14519D;
  padding: 10px 15px;
  border-radius: 10px;
}
.select_loan tbody td.kinri_cp dl ul li {
  margin-bottom: 12px;
  text-indent: -1rem;
  margin-left: 1rem;
}
.select_loan tbody td.kinri_cp dt {
  color: #14519D;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.select_loan tbody td.kinri_cp dd {
  font-size: 15px;
  text-align: left;
  font-weight: normal;
}
.select_loan tbody td.kinri_cp dl + p {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}
.select_loan tbody td.kinri_cp picture {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
/* .select_loan tbody td.kinri_cp picture img {
  margin-bottom: 30px;
} */
.select_loan tbody td.va-middle {
  vertical-align: middle;
  font-weight: bold;
}
.select_loan tbody td.-vclass {
  color: #0C2464;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}
.select_loan tbody td.-apploan {
  color: #FC7412;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}
.select_loan tbody td.-kinri_box {
  width: 33.3%;
  padding: 25px;
  border-left: solid 1px #979797;
  color: #FC7412;
}
.select_loan tbody td.-kinri_box.is_noline {
  border-left: 0;
}
.select_loan tbody td.-vclass:after,
.select_loan tbody td.-apploan:after{
  display: inline-block;
  content: "";
  width: 1px;
  background: #979797;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.select_loan tbody td.-vclass.-noline::after {
  content: none;
}
.select_loan tbody td.-freeloan {
  color: #FC7412;
  padding-left: 32px;
  padding-right: 32px;
}
.select_loan tbody td.-freeloan {
  color: #FC7412;
  padding-left: 32px;
  padding-right: 32px;
}
.select_loan tbody tr:nth-of-type(2) td.-vclass:after {
  height: 263px;
}
.select_loan tbody tr:nth-of-type(4) td.-vclass:after,
.select_loan tbody tr:nth-of-type(14) td.-vclass:after,
.select_loan tbody tr:nth-of-type(16) td.-vclass:after {
  height: 47px;
}
.select_loan tbody tr:nth-of-type(8) td.-vclass:after {
  display: none;
}
.select_loan tbody td ul {
  display: inline-block;
  margin: 10px auto;
  text-align: left;
}
.select_loan tbody td ul li > ul {
  margin-left: 1rem;
}

.select_loan tbody td .kinri_box-lead {
  font-size: 16px;
  margin-bottom: 20px;
}

.select_loan tbody td .kinri_result {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.select_loan tbody td .kinri_result picture {
  width: 122px;
}
.select_loan tbody td .kinri_result p {
  font-size: 16px;
}
.select_loan tbody td .kinri_result p.tc-blue {
  margin-right: 12px;
}
.select_loan tbody td .kinri_result p.tc-orange {
  margin-left: 12px;
}
.select_loan tbody .kinri_result-lead {
  margin-bottom: 13px;
}
.select_loan tbody td.kinri_usecase {
  padding: 8px 0 30px;
}
.select_loan tbody td .kinri_usecase-note {
  max-width: 258px;
  font-size: 14px;
  text-align: left;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .select {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .select h2 picture {
    max-width: 259px;
    margin-bottom: 25px;
  }
  .select_loan {
    width: 90%;
  }
  .select_loan.ta_r {
    font-size: 12px;
  }
  .select_loan-text {
    margin-bottom: 20px;
  }
  .select_loan-text p {
    font-size: 0.8em;
  }
  .select_loan-text p br {
    /*display: none;*/
  }
  .select_loan-text span {
    margin-top: 15px;
  }
  .-vclass .select_loan-text span, 
  .-freeloan .select_loan-text span, 
  .-apploan .select_loan-text span {
    width: auto;
    padding: 0 3px;
  }
  .select_loan .cta_button {
    font-size: 2.5vw;
    width: auto;
    padding: 10px;
  }
  .select_loan tbody td {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding-top: 16px;
  }
  .select_loan tbody td.-vclass {
    padding-left: 10px;
    padding-right: 10px;
  }
  .select_loan tbody td.-freeloan {
    padding-left: 10px;
    padding-right: 10px;
  }
  .select_loan tbody td[colspan="2"] {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }
  .select_loan tbody td.kinri_cp dl {
    margin-top: 15px;
  }
  .select_loan tbody td.kinri_cp picture img {
    margin-bottom: 0;
  }
  .select_loan tbody td.va-middle {
    font-weight: normal;
  }
  .select_loan tbody tr:nth-of-type(2) td.-vclass:after {
    height: 92%;
  }
  .select_loan tbody tr:nth-of-type(4) td {
    text-align: center;
  }
  .select_loan .cta_item {
    width: auto;
  }
  .select_loan tbody td.-kinri_box {
    padding: 16px 10px;
  }
  .select_loan tbody td .kinri_box picture {
    display: block;
    text-align: center;
  }
  .select_loan tbody td .kinri_box picture img {
    /*width: 134px;*/
  }
  .select_loan tbody td .kinri_box-lead {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .select_loan tbody td.kinri_result-wrap {
    padding-top: 6px;
    padding-bottom: 10px;
  }
  .select_loan tbody .kinri_result-lead {
    font-size: 16px;
  }
  .select_loan tbody td .kinri_result picture {
    margin-bottom: 30px;
  }
  .select_loan tbody td .kinri_result p {
    font-size: 11px;
  }
  .select_loan tbody td .kinri_result p.tc-blue {
    margin-right: -2rem;
  }
  .select_loan tbody td .kinri_result p.tc-orange {
    margin-left: -2rem;
  }
  .select_loan tbody td.kinri_usecase {
    padding: 0;
  }
  .select_loan tbody td .kinri_usecase-note {
    font-size: 11px;
    margin-top: 10px;
  }
}

/* ---------------
  omatome
--------------- */
.omatome {
  
}
.omatome__body {
  display: flex;
  max-width: 768px;
  margin: 0 auto 20px;
  border-radius: 20px;
  background: #F3F3F3;
}
.omatome__body > * {
  padding: 15px;
}
.omatome__txt {
  width: 45%;
}
.omatome__img, 
.omatome__graph {
  position: relative;
}
.omatome__img {
  width: 20%;
}
.omatome__graph {
  width: 35%;
  padding-left: 0;
}
.omatome__img img {
  position: absolute;
  height: 135%;
  top: -50%;
}
.omatome__graph img{
  position: absolute;
  height: 115%;
  top: -30%;
}
.omatome_note {
  margin-bottom: 60px;
}
.omatome .appcardloan_cv {
  max-width: 240px;
  margin: 30px auto 0;
}
.omatome .omamotoloan_cv {
  max-width: 400px;
  margin: 30px auto 60px;
}
@media screen and (max-width: 767px) {
  .omatome {
    margin: 0 0.5em 40px;
  }
  .omatome .title_h2 {
    margin-bottom: 10px;
  }
  .omatome__body {
    display: grid;
    grid-template-columns: 30% 70%;
  }
  .omatome__txt, 
  .omatome__img, 
  .omatome__graph {
    width: auto;
  }
  .omatome__txt {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .omatome__img {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .omatome__graph {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .omatome__img img, 
  .omatome__graph img {
    position: static;
    height: auto;
  }
  .omatome_note {
    margin-bottom: 40px;
  }
  .omatome .appcardloan_cv {
    margin-top: 20px;
  }
}

/* ---------------
  apply
--------------- */
.apply .title_h2 .title_main {
  width: 300px;
}
.apply_flow {
  background: #F3F3F3;
}
.apply_tab {
  display: flex;
  justify-content: center;
}
.apply_tab-item {
  width: 100%;
  background: #FFF;
  font-size: 16px;
  padding-top: 28px;
  padding-bottom: 28px;
  cursor: pointer;
}
.apply_tab-item[data-tab="have"] {
  padding-right: 60px;
  text-align: right;
}
.apply_tab-item[data-tab="havent"] {
  padding-left: 60px;
  text-align: left;
}
.apply_tab-item.is-active {
  background: #F3F3F3;
  font-size: 20px;
  font-weight: bold;
}

.apply_flow-box {
  display: none;
  padding: 33px 0;
}
.apply_flow-box.is-active {
  display: block;
}
.apply_flow-box h3 {
  font-size: 20px;
  margin-bottom: 32px;
}
.apply_flow-list {
  max-width: 653px;
  padding: 20px 0 12px;
  margin: 0 auto 41px;
  background: #FFF;
  border-radius: 20px;
}
.apply_flow-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply_flow-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.apply_flow-img {
  display: inline-block;
  width: 154px;
  margin-right: 77px;
}
.apply_flow-text {
  max-width: 290px;
  text-align: left;
}
.apply_flow-lead {
  font-size: 16px;
  margin-bottom: 8px;
}
.apply_flow-body {
  font-size: 14px;
  line-height: 1.5;
}
.apply_note {
  max-width: 653px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .apply_tab-item {
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .apply_tab-item.is-active {
    font-size: 17px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .apply_tab-item[data-tab="have"] {
    padding-right: 0;
    text-align: center;
  }
  .apply_tab-item[data-tab="havent"] {
    padding-left: 0;
    text-align: center;
  }
  .apply_flow-box {
    padding: 20px 0;
  }
  .apply_flow-box h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .apply_flow-list {
    width: 90%;
    max-width: 100%;
    padding: 36px 18px;
    margin-bottom: 14px;
  }
  .apply_flow-item:not(:last-of-type) {
    margin-bottom: 43px;
  }
  .apply_flow-img {
    width: 120px;
    margin-right: 0;
    flex-shrink: 0;
  }
  .apply_note {
    max-width: 82.4%;
    font-size: 12px;
  }
}

/* ---------------
  app_cardloan
--------------- */
.appcardloan {
  background: #EEE;
  color: #1C166D;
  text-align: center;
}
.appcardloan_inner {
  width: 92%;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.appcardloan_inner > p:first-of-type {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 12px;
}
.appcardloan_inner > p:first-of-type span {
  font-size: 14px;
}
.appcardloan h2 {
  margin-bottom: 16px;
}
.appcardloan h2 .sub {
  font-size: 32px;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
.appcardloan h2 .sub:before,.appcardloan h2 .sub:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 30px;
  background: #1C166D;
  position: absolute;
  bottom: 4px;
}
.appcardloan h2 .sub:before {
  transform: rotate(-20deg);
  left: -10px;
}
.appcardloan h2 .sub:after {
  transform: rotate(20deg);
  right: -10px;
}
.appcardloan h2 img {
  width: 95%;
  filter: brightness(0) saturate(100%) invert(17%) sepia(72%) saturate(1333%) hue-rotate(222deg) brightness(86%) contrast(118%);
}
.appcardloan p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.appcardloan p.note {
  font-size: 12px;
}
.appcardloan .appcardloan_cv {
  width: 307px;
  margin: 30px auto 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .appcardloan_inner {
    width: 50%;
    max-width: 640px;
  }
  .appcardloan_inner > p:first-of-type {
    font-size: 18px;
  }
  .appcardloan_inner > p:first-of-type span {
    font-size: 16px;
  }
  .appcardloan h2 .sub span {
    font-size: 22px;
  }
  .appcardloan h2 img {
    width: 85%;
  }
  .appcardloan p {
    font-size: 20px;
    margin-top: -20px;
  }
  .appcardloan p.note {
    font-size: 16px;
    margin-top: 0;
  }
  .appcardloan .appcardloan_cv:hover {
    transform: scale(1.025);
    transition: 0.3s;
  }
}

/* ---------------
  qanda
--------------- */
.qanda {
  padding: 113px 20px 0;
}
.qanda .title_h2 .title_main {
  max-width: 294px;
}
.qanda_list {
  max-width: 960px;
  margin: 0 auto;
}
.qanda_item {
  border-top: 3px solid #000;
  padding: 15px 0;
}
.qanda_item dt {
  font-size: 20px;
  position: relative;
}
.qanda_item dt:before, .qanda_item dt:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  right: 0;
  top: 15px;
}
.qanda_item dt:after {
  transition: 0.2s;
  transform: rotate(90deg);
}
.qanda_item dd {
  display: none;
  font-size: 14px;
  padding: 16px 0;
}
.qanda_item dt.is-close:after {
  transform: rotate(0deg);
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .qanda {
    padding: 52px 0 0;
  }
  .qanda_list {
    width: 90%;
  }
  .qanda_item dt {
    font-size: 18px;
    padding-right: 20px;
  }
}


/* ---------------
  zisseki
--------------- */
.zisseki {
  padding: 72px 0 63px;
}
.zisseki h2 {
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
}
.zisseki figure {
  width: 282px;
  margin: 35px auto 0;
}
.zisseki p {
  max-width: 337px;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .zisseki {
    padding: 20px;
  }
  .zisseki h2 {
    font-size: 18px;
  }
  .zisseki figure {
    width: 159px;
    margin: 37px auto 0;
  }
  .zisseki p {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    margin: 17px auto 34px;
  }
}

/* ---------------
  zisseki
--------------- */
footer {
  color: #FFF;
  margin-top: 200px;
}
.contact {
  background: #545454;
  padding: 52px 0;
}
.contact_lead {
  font-size: 20px;
  margin-bottom: 25px;
}
.contact_body {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.contact_tel-icon {
  display: inline-block;
  width: 38px;
  margin-right: 15px;
}
.contact_tel .tel_no {
  display: block;
  max-width: 262px;
}
.contact_info {
  max-width: 370px;
  font-size: 15px;
  margin: 0 auto;
}
.copyright {
  background: #000;
  padding: 16px 0 32px;
  text-align: center;
  border-top: 1px solid #FFF;
}
.copyright p {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 140px;
  }
  .contact {
    padding: 28px 28px 36px;
  }
  .contact_tel {
    width: 315px;
    margin: 0 auto 15px;
  }
  .contact_tel span img {
    width: 100%;
  }
  .contact_info {
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0;
  }
  .copyright {
    padding: 30px 0 24px;
  }
  .copyright img {
    margin-bottom: 72px;
  }
  .copyright p {
    font-size: 10px;
  }
}

/* ncbinfo */
.ncbinfo {
  margin: 2em auto 1em;
  padding: 0 1em;
  text-align: center;
  line-height: 1.5;
  font-size: 0.85em;
}
.ncbinfo .ncb_info p {
  margin-bottom: 0.5em;
}
.ncbinfo .ncb_info .ncb_logo {
  width: 204px;
  margin: 0 auto 0.5em;
}
.ncbinfo .ncb_info .ncb_logo img {
  width: 100%;
}
.ncbinfo .ncb_copy {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .ncbinfo {
    font-size: 0.75em;
  }
}

/* ---------------
  omatome
--------------- */
.omatome .title_h2 .title_main {
  width: 366px;
}
.omatome .omatome_body {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
.omatome .omatome_body > span {
  display: block;
  font-weight: bold;
}
.omatome_advice {
	width: 521px;
	margin: 0 auto 38px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.omatome_advice-item {
	width: 157px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 11px 0 5px;
	margin-right: 25px;
	border: 2px solid #FC7D22;
	border-radius: 8px;
}
.omatome_advice-item:last-of-type {
	margin-right: 0;
}
.omatome_advice.-wrap .omatome_advice-item:first-of-type {
	margin-left: 25px;
}
.omatome_advice.-wrap .omatome_advice-item:nth-of-type(-n+2) {
	margin-bottom: 30px;
}
.omatome_advice-item img {
	width: 130px;
	margin-bottom: 18px;
}
.omatome_advice-item p {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0;
}
.omatome_advice-item p span,
.omatome_example p span {
	display: block;
}
.omatome_advice + p {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 25px;
}
.omatome_advice + p span.br_pc {
	display: block;
}
.omatome_advice + p span.br_sp {
	display: inline;
}
.omatome_sim {
  margin-top: 185px;
  background: #F3F3F3;
  position: relative;
}
.omatome_sim .title_h2 {
  padding-bottom: 40px;
  width: 45%;
  max-width: 875px;
  border-radius: 20px;
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  margin: auto;
}
.omatome_sim .title_h2 .title_main {
  width: 300px;
}
.omatome_sim-inner {
  padding: 90px 0 41px;
  margin: 0 auto;
  max-width: 960px;
}
.omatome_sim-inner p {
  color: #707070;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.omatome_sim-inner table {
  width: 100%;
  font-weight: bold;
  text-align: center;
  border-spacing: 18px;
}
.omatome_sim-inner table thead th:first-of-type {
  width: 36%;
}
.omatome_sim-inner table thead th:nth-last-of-type(-n+2) {
  width: 32%;
  color: #FC6B02;
  font-size: 28px;
}
.omatome_sim-inner table .sim_num {
  font-family: 'Montserrat', sans-serif;
}
.omatome_sim-inner table tbody th {
  color: #FC6B02;
  font-size: 26px;
  padding: 28px 0;
  background: #E2E2E2;
  border-radius: 12px;
}
.omatome_sim-inner table tbody td {
  color: #838383;
}
.omatome_sim-inner table .sim_1 td {
  font-size: 52px;
}
.omatome_sim-inner table .sim_1 td span {
  color: #FF9900;
  font-size: 71px;
}
.omatome_sim-inner table .sim_2 td {
  font-size: 34px;
}
.omatome_sim-inner table .sim_2 td span {
  color: #FC6B02;
  font-size: 51px;
}
.omatome_sim-inner table .sim_3 td {
  font-size: 71px;
}
.omatome_sim-inner .sim_omatome {
  text-align: center;
  position: relative;
}
.omatome_sim-inner .sim_omatome img {
  width: 211px;
}
.omatome_sim-inner .sim_omatome:before,
.omatome_sim-inner .sim_omatome:after {
  display: inline-block;
  content: "";
  width: 374px;
  height: 9px;
  background: #FF9900;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.omatome_sim-inner .sim_omatome:before {
  left: 0;
}
.omatome_sim-inner .sim_omatome:after {
  right: 0;
}
.omatome_sim-inner .sim_after {
  padding: 60px 100px;
  margin-top: 40px;
  border-radius: 40px;
  background: #FFF;
}
.omatome_sim-inner .sim_after th {
  color: #0C2464;
}
.omatome_sim-inner .sim_after td {
  color: #0C2464;
}
.omatome_sim-inner .sim_after table .sim_1 td span {
  color: #FC6B02;
}
.omatome_sim-inner .sim_after table .sim_4 td {
  font-size: 34px;
}
.omatome_sim-inner .sim_after table .sim_4 th {
  background: #FF9900;
}
.omatome_sim-inner .sim_after table .sim_4 td span {
  color: #FC6B02;
  font-size: 71px;
}
.omatome_ex {
  max-width: 960px;
  margin: 44px auto;
}
.omatome .omatome_cv {
  width: 307px;
  margin: 30px auto 60px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .omatome .omatome_cv:hover {
    transform: scale(1.025);
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .omatome .title_h2 .title_main {
    width: 300px;
  }
	.omatome_about {
		margin-bottom: 66px;
	}
	.omatome_advice {
		width: 100%;
	}
	.omatome_advice-item {
		width: 100px;
		padding: 11px 0 8px;
		margin-right: 14px;
	}
	.omatome_advice.-wrap .omatome_advice-item:first-of-type {
		margin-left: 14px;
	}
	.omatome_advice.-wrap .omatome_advice-item:nth-of-type(-n+2) {
		margin-bottom: 17px;
	}
	.omatome_advice-item img {
		width: 84px;
		margin-bottom: 4px;
	}
	.omatome_advice-item p {
		font-size: 12px;
		line-height: 1.16;
	}
	.omatome_advice + p {
		text-align: left;
	}
	.omatome_advice + p span.br_pc {
		display: inline;
	}
	.omatome_advice + p span.br_sp {
		display: block;
	}
  .omatome_sim .title_h2 {
    padding-bottom: 16px;
    width: 100%;
  }
  .omatome_sim {
    margin-top: 120px;
  }
  .omatome_sim-inner {
    padding: 45px 0 20px;
  }
  .omatome_sim-inner p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .omatome_sim-inner table {
    border-spacing: 8px 14px;
  }
  .omatome_sim-inner table thead th:nth-last-of-type(-n+2) {
    font-size: 16px;
  }
  .omatome_sim-inner table tbody th {
    font-size: 16px;
    padding: 7px 0;
  }
  .omatome_sim-inner table .sim_1 td {
    font-size: 20px;
  }
  .omatome_sim-inner table .sim_1 td span {
    font-size: 38px;
  }
  .omatome_sim-inner table .sim_2 td {
    font-size: 16px;
  }
  .omatome_sim-inner table .sim_2 td span {
    font-size: 26px;
  }
  .omatome_sim-inner table .sim_3 td {
    font-size: 38px;
  }
  .omatome_sim-inner .sim_after table .sim_4 td {
    font-size: 24px;
  }
  .omatome_sim-inner .sim_after table .sim_4 td span {
    font-size: 40px;
  }
  .omatome_sim-inner .sim_omatome img {
    width: 147px;
  }
  .omatome_sim-inner .sim_omatome:before,
  .omatome_sim-inner .sim_omatome:after {
    width: 100px;
    height: 6px;
  }
  .omatome_sim-inner .sim_after {
    width: 96%;
    margin: 0 auto 0;
    padding: 0 0;
  }
}

/* modal */
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
}
.modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2em;
}
.modal__closebtn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
  padding: 5px;
  background: #fff;
}
.modal__box {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 2em 1em;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}
.modal__button {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 2em 0;
}
.modal__button a {
  display: block;
  min-width: 200px;
  padding: 0.5em 2em;
  border-radius: 10px;
  font-size: 1.15em;
  background: #999;
  color: #fff;
  text-decoration: none;
}
.modal__button a.is_yes {
  background: #0C2464;
}
.modal__button a.is_no {
  background: #FC6B02;
}
.modal__attention {
  font-size: 0.8em;
}

@media screen and (max-width: 500px) {

  .modal h2 {
    font-size: 1.1em;
  }
  .modal__button {
    flex-direction: column;
    gap: 10px;
  }
  
}




