@charset "EUC-JP";

/* CSS Document */

@media screen and (min-width: 768px) {
  .kv {
    background: #e8eef2;
  }

  .kv figure {
    width: 100%;
    max-width: 1366px;
    margin: auto;
  }

  .kv figure img {
    max-width: 100%;
  }

  .investment-box {
    padding: 50px 0;
    margin-bottom: 40px;
    background: #f5f5f5;
  }

  .investment-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .investment-list-item {
    width: calc(99.999% / 3);
    padding: 0 12px;
  }

  .investment-list-item:nth-child(n + 4) {
    margin-top: 20px;
  }

  .investment-list-item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px;
  }

  .investment-list-item-txt {
    flex-grow: 1;
  }

  .investment-list-item h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    margin: 0 0 10px;
    text-align: center;
  }

  .investment-list-item h3 img {
    width: auto;
  }

  #creal-tp h3 img {
    max-width: 100%;
    max-height: 65px;
  }

  #sbi h3 img {
    max-width: 100%;
    max-height: 32px;
  }

  #neobank h3 img {
    max-width: 100%;
    max-height: 47px;
  }

  #shinsei h3 img {
    max-width: 100%;
    max-height: 32px;
  }

  #joyo h3 img {
    max-width: 100%;
    max-height: 31px;
  }

  #sendai h3 img {
    max-width: 100%;
    max-height: 31px;
  }

  .investment-list-item p {
    font-size: 16px;
  }

  .investment-list-item dl + dl {
    margin-top: 10px;
  }

  .investment-list-item dt {
    font-size: 16px;
    font-weight: bold;
  }

  .investment-list-item dd {
    font-size: 14px;
  }

  .investment-list-item .note {
    font-size: 10px;
    color: #878787;
  }

  .investment-list-item .btn-link {
    margin: 15px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .investment-list {
    margin: 0 -6px;
  }

  .investment-list-item {
    padding: 0 6px;
  }

  .investment-list-item-inner {
    padding: 35px 17px;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    background: #e8eef2;
  }

  .kv figure {
    width: 100%;
    max-width: 1366px;
    margin: auto;
  }

  .kv figure img {
    max-width: 100%;
  }

  .investmen-nav {
    padding: 60px 35px;
  }

  .investmen-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .investmen-nav ul + ul {
    margin-top: 10px;
  }

  .investmen-nav ul li {
    position: relative;
  }

  .investmen-nav ul li + li {
    padding-left: 10px;
    margin-left: 10px;
  }

  .investmen-nav ul li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    content: "";
    background: #d1d1d1;
  }

  .investmen-nav ul li a {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #203d95;
  }

  .investmen-nav ul li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 8px;
    margin: auto;
    content: "";
    background: url(/finance/assets/img/arrow_d_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .investment-box {
    padding: 50px 0;
    margin-bottom: 50px;
    background: #f5f5f5;
  }

  .investment-list-item + .investment-list-item {
    margin-top: 20px;
  }

  .investment-list-item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 15px 30px;
  }

  .investment-list-item-txt {
    flex-grow: 1;
  }

  .investment-list-item h3 {
    margin: 0 0 15px;
    text-align: center;
  }

  .investment-list-item h3 img {
  }

  #creal-tp h3 img {
    max-width: 218px;
  }

  #sbi h3 img {
    max-width: 195px;
  }

  #neobank h3 img {
    max-width: 193px;
  }

  #shinsei h3 img {
    max-width: 184px;
  }

  #joyo h3 img {
    max-width: 215px;
  }

  #sendai h3 img {
    max-width: 223px;
  }

  .investment-list-item p {
    font-size: 16px;
  }

  .investment-list-item dl + dl {
    margin-top: 10px;
  }

  .investment-list-item dt {
    font-size: 16px;
    font-weight: bold;
  }

  .investment-list-item dd {
    font-size: 14px;
  }

  .investment-list-item .note {
    font-size: 10px;
    color: #878787;
  }

  .investment-list-item .btn-link {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 374px) {
  body {
    font-size: 12px;
  }

  .sec-header h3 {
    font-size: 18px;
    font-weight: bold;
  }

  .btn-use a span {
    left: 10px;
    width: 45px;
    height: 45px;
  }
}

/* Service banner area */
.sba-multiple .mrn12,
.sba-multiple .mxn12 {
  margin-right: -12px !important;
}

.sba-multiple .mln12,
.sba-multiple .mxn12 {
  margin-left: -12px !important;
}

.sba-multiple .mb20,
.sba-multiple .my20 {
  margin-bottom: 20px !important;
}

.sba-multiple .pr12,
.sba-multiple .px12 {
  padding-right: 12px !important;
}

.sba-multiple .pl12,
.sba-multiple .px12 {
  padding-left: 12px !important;
}

.sba-multiple .text-label_base {
  color: #333 !important;
}

.sba-multiple .block {
  display: block !important;
}

.sba-multiple .rounded-5 {
  border-radius: 5px !important;
}

.sba-multiple .bg-white {
  background-color: #fff !important;
}

.sba-multiple .mb100,
.sba-multiple .my100 {
  margin-bottom: 100px !important;
}

.sba-multiple .mb36,
.sba-multiple .my36 {
  margin-bottom: 36px !important;
}

.sba-multiple .text-primary {
  color: #203d95 !important;
}

.sba-multiple .fs17,
.sba-multiple .fz17 {
  font-size: 17px !important;
}

.sba-multiple .fs14,
.sba-multiple .fz14 {
  font-size: 14px !important;
}

.sba-multiple .fs10,
.sba-multiple .fz10 {
  font-size: 10px !important;
}

.sba-multiple .pt8,
.sba-multiple .py8 {
  padding-top: 8px !important;
}

.sba-multiple .pt6,
.sba-multiple .py6 {
  padding-top: 6px !important;
}

.sba-multiple .fs10,
.sba-multiple .fz10 {
  font-size: 10px !important;
}

.sba-multiple .pl6,
.sba-multiple .px6 {
  padding-left: 6px !important;
}

.sba-multiple .col4 {
  width: 33.33333333%;
}

.sba-multiple {
  font-family: "Helvetica Neue", Arial, "Yu Gothic 游ゴシックYuGothic" Medium, YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.sba-multiple .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: initial;
}

.sba-multiple .row div a {
  padding: 20px 8px 20px 15px !important;
}

@media only screen and (min-width: 1040px) {
  .sba-multiple .l-hide,
  .sba-multiple .m-show,
  .sba-multiple .s-show {
    display: none !important;
  }

  .sba-multiple [class*=" hover-"] {
    transition: 128ms;
  }

  .sba-multiple .hover-trigger:hover.hover-opacity-70,
  .sba-multiple .hover-trigger:hover .hover-opacity-70 {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1039px) {
  .sba-multiple .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .sba-multiple [class^="hover-"],
  .sba-multiple [class*=" hover-"] {
    transition: 128ms;
  }
}

.sba-multiple .box-shadow {
  box-shadow: 0 0 3px rgb(0 0 0 / 30.2%);
}

.sba-multiple .s-full {
  width: 100%;
  height: 100%;
}

.sba-multiple .fc {
  justify-content: center;
}

.sba-multiple .f {
  display: flex;
}

.sba-multiple .flex-fixed {
  flex-grow: 0;
  flex-shrink: 0;
}

.sba-multiple .container {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.sba-multiple .max-width-960 {
  max-width: 960px;
}

.sba-multiple .text-center {
  text-align: center;
}

.sba-multiple .fbw {
  justify-content: space-between;
}

.sba-multiple .fm {
  align-items: center;
}

.sba-multiple .w-full {
  width: 100%;
}

.sba-multiple .w70 {
  width: 70px;
}

.sba-multiple .fl {
  justify-content: flex-start;
}

.icon-arrow_right::before {
  content: "\f101";
}

.sba-multiple .object-fit-contain {
  object-fit: contain;
}

.sba-multiple .word-break-all {
  word-break: break-all;
}

.sba-multiple .lh15 {
  line-height: 1.5;
}

.sba-multiple .bold {
  font-weight: 700;
}

.sba-multiple .letter-spacing-0_05em {
  letter-spacing: 0.05em;
}

.sba-multiple .lh16 {
  line-height: 1.6;
}

.sba-multiple .ts-xxl {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .sba-multiple .s-mb60 {
    margin-bottom: 60px !important;
  }

  .sba-multiple .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .sba-multiple .s-ts-m {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }

  .sba-multiple .s-mx0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .sba-multiple .s-mb0 {
    margin-bottom: 0 !important;
  }

  .sba-multiple .s-px0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .sba-multiple .s-pt16 {
    padding-top: 16px !important;
  }

  .sba-multiple .s-pb20 {
    padding-bottom: 20px !important;
  }

  .sba-multiple .s-col12 {
    width: 100%;
  }

  .sba-multiple .s-fs12 {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 768px) {
  .more-service-bnr {
    margin-top: 0;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  .more-service-bnr {
    margin-top: 0;
    margin-bottom: 56px;
  }
}
