.ib-only {
  display: none; }

.p-accountstatement_iframe .corp-only {
  display: none; }
.p-accountstatement_iframe .ib-only {
  display: block; }

.p-accountstatement_bgc-gray {
  background-color: #f6f6f6; }

.p-accountstatement_bgc-white {
  background-color: #fff; }

.p-accountstatement_iframe .p-accountstatement_bgc-gray {
  background-color: #fff; }
.p-accountstatement_iframe .p-accountstatement_bgc-white {
  background-color: #f6f6f6; }

.p-accountstatement_feature-box {
  list-style: none;
  margin-top: 4rem; }
  .p-accountstatement_feature-box > li + li {
    margin-top: 5rem; }

.p-accountstatement-feature-title-head {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }

@media screen and (max-width: 568px) {
  .p-accountstatement-feature-icon {
    margin-right: 1rem;
    max-width: 60px;
    width: 100%;
    /* flex-basis: 10%; */ } }

.p-accountstatement-feature-text {
  margin: auto; }
  @media screen and (max-width: 768px) {
    .p-accountstatement-feature-text {
      width: calc(100% - 70px); } }
  .p-accountstatement-feature-text.text-3 {
    transform: translateX(-42px); }

.p-accountstatement-alignment {
  margin: 2rem; }
  @media screen and (max-width: 568px) {
    .p-accountstatement-alignment {
      margin: 2rem 4rem; } }

.p-accountatatement_card-flow .card-flow_item {
  border-top: none;
  background-color: transparent;
  box-shadow: none;
  height: auto; }
.p-accountatatement_card-flow .card-flow_block:not(:last-child)::after {
  color: #B3B3B3 !important; }
.p-accountatatement_card-flow .card-flow_block:not(:last-child)::after {
  content: '' !important;
  line-height: 1;
  position: absolute;
  background: url("/assets/business/service/accountstatement/img/ico-arrow.png") no-repeat center center/contain;
  display: inline-block;
  width: 56px;
  height: 69px; }
  @media screen and (max-width: 568px) {
    .p-accountatatement_card-flow .card-flow_block:not(:last-child)::after {
      transform: rotate(90deg); } }
.p-accountatatement_card-flow .card-flow.col-02 .card-flow_item {
  padding: 1.0rem; }
.p-accountatatement_card-flow .card-flow_item_text {
  font-size: 1.8rem !important; }
  @media screen and (max-width: 568px) {
    .p-accountatatement_card-flow .card-flow_item_text {
      font-size: 1.6rem !important; } }

.p-accountstatement_caution-box {
  display: flex;
  justify-content: center;
  align-items: center; }
  .p-accountstatement_caution-box figure {
    margin-right: 1rem; }
.p-accountstatement_card-flow .card-flow_item {
  box-shadow: none;
  background-color: transparent; }
.p-accountstatement_card-flow .card-flow_item_heading {
  font-size: 1.6rem; }
.p-accountstatement_card-flow .card-flow_item_text {
  font-size: 1.1rem; }
.p-accountstatement_step {
  display: grid;
  justify-content: center;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(0, 120px));
  grid-template-rows: auto;
  margin: auto; }
  @media screen and (max-width: 568px) {
    .p-accountstatement_step {
      grid-column-gap: 0;
      grid-row-gap: 10px;
      grid-template-columns: repeat(auto-fit, minmax(0, 100%)); } }
  .p-accountstatement_step-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 568px) {
      .p-accountstatement_step-heading {
        position: relative;
        flex-direction: column;
        text-align: center;
        font-size: 1.8rem; }
        .p-accountstatement_step-heading:not(:nth-of-type(1))::before {
          content: '';
          display: block;
          position: absolute;
          bottom: calc(100% + 8px);
          width: 12px;
          height: 22px;
          margin: auto;
          background: url(/assets/business/service/accountstatement/img/step-arrow.png) no-repeat center center/contain;
          transform: rotate(90deg); } }
    .p-accountstatement_step-heading-label {
      margin-bottom: 5px;
      padding: 1rem;
      color: #fff;
      font-size: 1.4rem;
      letter-spacing: 0;
      text-align: center;
      line-height: 1; }
      .p-accountstatement_step-heading-label.label-ganb {
        background: #40adff; }
      .p-accountstatement_step-heading-label.label-freee {
        background: #2864f0; }
  .p-accountstatement_step-fig {
    position: relative;
    align-items: center;
    text-align: center; }
    .p-accountstatement_step-fig:not(:nth-of-type(2))::before {
      content: '';
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      width: 30px;
      height: 100%;
      background: url(/assets/business/service/accountstatement/img/step-arrow.png) no-repeat center center; }
      @media screen and (max-width: 568px) {
        .p-accountstatement_step-fig:not(:nth-of-type(2))::before {
          display: none; } }
  .p-accountstatement_step-txt {
    font-size: 1.1rem; }
    @media screen and (max-width: 568px) {
      .p-accountstatement_step-txt {
        position: relative;
        font-size: initial;
        margin-bottom: 30px; } }
  .p-accountstatement_step-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.001em;
    text-align: center;
    line-height: 1.4; }
    .p-accountstatement_step-label.label-ganb {
      background: #40adff; }
    .p-accountstatement_step-label.label-freee {
      background: #2864f0; }
.p-accountstatement_step-tab01 .item1 {
  grid-area: 1 / 1 / 2 / 2; }
.p-accountstatement_step-tab01 .item2 {
  grid-area: 2 / 1 / 3 / 2; }
.p-accountstatement_step-tab01 .item3 {
  grid-area: 3 / 1 / 4 / 2; }
.p-accountstatement_step-tab01 .item4 {
  grid-area: 1 / 2 / 2 / 3; }
.p-accountstatement_step-tab01 .item5 {
  grid-area: 2 / 2 / 3 / 3; }
.p-accountstatement_step-tab01 .item6 {
  grid-area: 3 / 2 / 4 / 3; }
.p-accountstatement_step-tab01 .item7 {
  grid-area: 1 / 3 / 2 / 4; }
.p-accountstatement_step-tab01 .item8 {
  grid-area: 2 / 3 / 3 / 4; }
.p-accountstatement_step-tab01 .item9 {
  grid-area: 3 / 3 / 4 / 4; }
.p-accountstatement_step-tab01 .item10 {
  grid-area: 1 / 4 / 2 / 5; }
.p-accountstatement_step-tab01 .item11 {
  grid-area: 2 / 4 / 3 / 5; }
.p-accountstatement_step-tab01 .item12 {
  grid-area: 3 / 4 / 4 / 5; }
.p-accountstatement_step-tab01 .item13 {
  grid-area: 4 / 1 / 5 / 2; }
.p-accountstatement_step-tab01 .item14 {
  grid-area: 4 / 2 / 5 / 4; }
.p-accountstatement_step-tab01 .item15 {
  grid-area: 4 / 4 / 5 / 5; }
@media screen and (max-width: 568px) {
  .p-accountstatement_step-tab01 .item1 {
    grid-area: 1 / 1 / 2 / 2; }
  .p-accountstatement_step-tab01 .item2 {
    grid-area: 2 / 1 / 3 / 2; }
  .p-accountstatement_step-tab01 .item3 {
    grid-area: 3 / 1 / 4 / 2; }
  .p-accountstatement_step-tab01 .item4 {
    grid-area: 4 / 1 / 5 / 2; }
  .p-accountstatement_step-tab01 .item5 {
    grid-area: 5 / 1 / 6 / 2; }
  .p-accountstatement_step-tab01 .item6 {
    grid-area: 6 / 1 / 7 / 2; }
  .p-accountstatement_step-tab01 .item7 {
    grid-area: 7 / 1 / 8 / 2; }
  .p-accountstatement_step-tab01 .item8 {
    grid-area: 8 / 1 / 9 / 2; }
  .p-accountstatement_step-tab01 .item9 {
    grid-area: 9 / 1 / 10 / 2; }
  .p-accountstatement_step-tab01 .item10 {
    grid-area: 10 / 1 / 11 / 2; }
  .p-accountstatement_step-tab01 .item11 {
    grid-area: 11 / 1 / 12 / 2; }
  .p-accountstatement_step-tab01 .item12 {
    grid-area: 12 / 1 / 13 / 2; }
  .p-accountstatement_step-tab01 .item13 {
    display: none; }
  .p-accountstatement_step-tab01 .item14 {
    display: none; }
  .p-accountstatement_step-tab01 .item15 {
    display: none; } }
.p-accountstatement_step-tab02 .item1 {
  grid-area: 1 / 1 / 2 / 2; }
.p-accountstatement_step-tab02 .item2 {
  grid-area: 2 / 1 / 3 / 2; }
.p-accountstatement_step-tab02 .item3 {
  grid-area: 3 / 1 / 4 / 2; }
.p-accountstatement_step-tab02 .item4 {
  grid-area: 1 / 2 / 2 / 3; }
.p-accountstatement_step-tab02 .item5 {
  grid-area: 2 / 2 / 3 / 3; }
.p-accountstatement_step-tab02 .item6 {
  grid-area: 3 / 2 / 4 / 3; }
.p-accountstatement_step-tab02 .item7 {
  grid-area: 1 / 3 / 2 / 4; }
.p-accountstatement_step-tab02 .item8 {
  grid-area: 2 / 3 / 3 / 4; }
.p-accountstatement_step-tab02 .item9 {
  grid-area: 3 / 3 / 4 / 4; }
.p-accountstatement_step-tab02 .item10 {
  grid-area: 1 / 4 / 2 / 5; }
.p-accountstatement_step-tab02 .item11 {
  grid-area: 2 / 4 / 3 / 5; }
.p-accountstatement_step-tab02 .item12 {
  grid-area: 3 / 4 / 4 / 5; }
.p-accountstatement_step-tab02 .item13 {
  grid-area: 1 / 5 / 2 / 6; }
.p-accountstatement_step-tab02 .item14 {
  grid-area: 2 / 5 / 3 / 6; }
.p-accountstatement_step-tab02 .item15 {
  grid-area: 3 / 5 / 4 / 6; }
.p-accountstatement_step-tab02 .item16 {
  grid-area: 1 / 6 / 2 / 7; }
.p-accountstatement_step-tab02 .item17 {
  grid-area: 2 / 6 / 3 / 7; }
.p-accountstatement_step-tab02 .item18 {
  grid-area: 3 / 6 / 4 / 7; }
.p-accountstatement_step-tab02 .item19 {
  grid-area: 1 / 7 / 2 / 8; }
.p-accountstatement_step-tab02 .item20 {
  grid-area: 2 / 7 / 3 / 8; }
.p-accountstatement_step-tab02 .item21 {
  grid-area: 3 / 7 / 4 / 8; }
.p-accountstatement_step-tab02 .item22 {
  grid-area: 4 / 1 / 5 / 5; }
.p-accountstatement_step-tab02 .item23 {
  grid-area: 4 / 5 / 5 / 6; }
.p-accountstatement_step-tab02 .item24 {
  grid-area: 4 / 6 / 5 / 7; }
.p-accountstatement_step-tab02 .item25 {
  grid-area: 4 / 7 / 5 / 8; }
@media screen and (max-width: 568px) {
  .p-accountstatement_step-tab02 .item1 {
    grid-area: 1 / 1 / 2 / 2; }
  .p-accountstatement_step-tab02 .item2 {
    grid-area: 2 / 1 / 3 / 2; }
  .p-accountstatement_step-tab02 .item3 {
    grid-area: 3 / 1 / 4 / 2; }
  .p-accountstatement_step-tab02 .item4 {
    grid-area: 4 / 1 / 5 / 2; }
  .p-accountstatement_step-tab02 .item5 {
    grid-area: 5 / 1 / 6 / 2; }
  .p-accountstatement_step-tab02 .item6 {
    grid-area: 6 / 1 / 7 / 2; }
  .p-accountstatement_step-tab02 .item7 {
    grid-area: 7 / 1 / 8 / 2; }
  .p-accountstatement_step-tab02 .item8 {
    grid-area: 8 / 1 / 9 / 2; }
  .p-accountstatement_step-tab02 .item9 {
    grid-area: 9 / 1 / 10 / 2; }
  .p-accountstatement_step-tab02 .item10 {
    grid-area: 10 / 1 / 11 / 2; }
  .p-accountstatement_step-tab02 .item11 {
    grid-area: 11 / 1 / 12 / 2; }
  .p-accountstatement_step-tab02 .item12 {
    grid-area: 12 / 1 / 13 / 2; }
  .p-accountstatement_step-tab02 .item13 {
    grid-area: 13 / 1 / 14 / 2; }
  .p-accountstatement_step-tab02 .item14 {
    grid-area: 14 / 1 / 15 / 2; }
  .p-accountstatement_step-tab02 .item15 {
    grid-area: 15 / 1 / 16 / 2; }
  .p-accountstatement_step-tab02 .item16 {
    grid-area: 16 / 1 / 17 / 2; }
  .p-accountstatement_step-tab02 .item17 {
    grid-area: 17 / 1 / 18 / 2; }
  .p-accountstatement_step-tab02 .item18 {
    grid-area: 18 / 1 / 19 / 2; }
  .p-accountstatement_step-tab02 .item19 {
    grid-area: 19 / 1 / 20 / 2; }
  .p-accountstatement_step-tab02 .item20 {
    grid-area: 20 / 1 / 21 / 2; }
  .p-accountstatement_step-tab02 .item21 {
    grid-area: 21 / 1 / 22 / 2; }
  .p-accountstatement_step-tab02 .item22 {
    display: none; }
  .p-accountstatement_step-tab02 .item23 {
    display: none; }
  .p-accountstatement_step-tab02 .item24 {
    display: none; }
  .p-accountstatement_step-tab02 .item25 {
    display: none; } }

.p-tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem; }
  @media screen and (max-width: 568px) {
    .p-tab-list {
      margin-top: calc(150 / 750 * 100%); } }
  .p-tab-list .tab-active {
    background: #2863ef; }
    .p-tab-list .tab-active::after {
      border-top-color: #2863ef; }
  .p-tab-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 162px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0.8rem 1rem;
    background: #b2b2b2;
    transition: 0.2s ease;
    cursor: pointer; }
    @media screen and (max-width: 568px) {
      .p-tab-list li {
        width: 49%;
        font-size: 1.8rem;
        padding: 1rem 1rem; } }
    .p-tab-list li + li {
      margin-left: 12px; }
    .p-tab-list li::after {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      content: '';
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 9px solid #b2b2b2;
      border-bottom: 0; }
    .p-tab-list li:hover {
      opacity: 0.85; }

.p-tab-container {
  height: auto; }
  @media screen and (max-width: 568px) {
    .p-tab-container {
      padding: 1rem;
      line-height: 1.6; } }
  .p-tab-container .p-tab-cont {
    display: none;
    opacity: 0; }
    .p-tab-container .p-tab-cont .p-anshin-caution-box {
      border: 3px solid #c1272d;
      padding: 0.5rem 3rem;
      width: 80%;
      margin: 2.4rem auto;
      display: flex;
      align-items: center;
      text-align: left; }
      @media screen and (max-width: 568px) {
        .p-tab-container .p-tab-cont .p-anshin-caution-box {
          width: 100%;
          padding: 0.5rem 1rem; } }
      .p-tab-container .p-tab-cont .p-anshin-caution-box .icon-notice {
        font-size: 4rem;
        color: #c1272d;
        margin-right: 1rem;
        font-weight: normal; }
      .p-tab-container .p-tab-cont .p-anshin-caution-box .p-caution-red {
        color: #c1272d;
        font-weight: bold; }
    .p-tab-container .p-tab-cont .p-strong-txt {
      font-size: 2rem;
      font-weight: bold; }
      .p-tab-container .p-tab-cont .p-strong-txt + .note {
        margin-top: 0; }
    .p-tab-container .p-tab-cont.tab-active {
      display: block;
      opacity: 1;
      animation: tabContFadeIn 0.3s ease-in 0s forwards; }

.btn_outer {
  width: 320px; }

.btn_closeup {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 2.2rem 0 1.6rem; }
  .btn_closeup .icon-search {
    font-size: 1.8rem;
    padding-right: 0.6rem;
    vertical-align: -16%;
    position: static;
    margin: 0;
    cursor: default;
    font-size: 2rem; }

.p-section-box {
  margin-top: 2rem; }

.p-title-content-list dt {
  background: #eeeeee;
  padding: 1.4rem 1.8rem;
  font-weight: bold; }
.p-title-content-list dd {
  padding: 3rem 1.8rem; }
  @media screen and (max-width: 768px) {
    .p-title-content-list dd {
      padding: 3rem 1rem; } }
  .p-title-content-list dd p {
    text-align: left; }

.p-document-list {
  display: flex;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 2rem; }
  .p-document-list li {
    width: 50%;
    text-align: center; }
    .p-document-list li img {
      border: 1px solid #ddd; }
    @media screen and (max-width: 568px) {
      .p-document-list li {
        width: 100%;
        margin-bottom: 2rem; } }
    @media screen and (max-width: 568px) {
      .p-document-list li:last-child {
        margin-bottom: 0; } }
  .p-document-list p {
    text-align: center;
    font-weight: bold; }
  @media screen and (max-width: 568px) {
    .p-document-list {
      width: 100%;
      flex-wrap: wrap; } }

.p-large-txt {
  font-size: 1.8rem;
  font-weight: bold; }

.modal-contents {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0; }
  .modal-contents.flex {
    display: flex;
    animation: fadeIn 0.2s ease-in 0s forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modal-wrap {
  display: none;
  position: relative;
  padding: 30px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .modal-wrap {
      overflow-y: auto;
      max-width: 100%;
      max-height: 90%; } }
  .modal-wrap h2 {
    margin-bottom: 3.8rem;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center; }
  .modal-wrap .p-finacing_modal-copy {
    margin-bottom: 3.2rem;
    color: #5280a5;
    font-size: 2rem;
    font-weight: bold;
    text-align: center; }
  .modal-wrap .p-financing_modal-service {
    display: flex;
    justify-content: space-around;
    width: 1046px;
    margin: 0 20px; }
    @media screen and (max-width: 768px) {
      .modal-wrap .p-financing_modal-service {
        display: block;
        width: 100%; } }
    .modal-wrap .p-financing_modal-service.col-3 li {
      flex-basis: 32%;
      max-width: 270px; }
      @media screen and (max-width: 768px) {
        .modal-wrap .p-financing_modal-service.col-3 li {
          max-width: none; } }
    .modal-wrap .p-financing_modal-service.col-4 li {
      flex-basis: 22%; }
    .modal-wrap .p-financing_modal-service li {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-basis: 32%;
      max-width: 270px; }
      @media screen and (max-width: 768px) {
        .modal-wrap .p-financing_modal-service li {
          margin-bottom: 4rem; } }
      .modal-wrap .p-financing_modal-service li h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.5rem;
        font-size: 2rem;
        font-weight: bold;
        text-align: center; }
        .modal-wrap .p-financing_modal-service li h3 .small {
          font-size: 1.6rem; }
      .modal-wrap .p-financing_modal-service li .p-financing_modal-txt {
        flex-grow: 1;
        margin-bottom: 2rem;
        text-align: left; }
      .modal-wrap .p-financing_modal-service li figure {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 92px;
        margin-bottom: 2rem; }
      .modal-wrap .p-financing_modal-service li .note {
        text-align: left; }
  .modal-wrap .p-financing_modal-link {
    margin-top: 1em;
    text-align: right; }
    .modal-wrap .p-financing_modal-link a, .modal-wrap .p-financing_modal-link .link-withArrow::after {
      color: #0c5bab; }
    .modal-wrap .p-financing_modal-link a {
      transition: all .2s; }
      .modal-wrap .p-financing_modal-link a:hover {
        opacity: 0.7; }
  .modal-wrap .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding-left: 30px;
    background: url("/assets/business/financing/index/img/modal-close.png") left center no-repeat;
    color: #6f747b;
    font-size: 1.4rem;
    line-height: 1.8rem;
    cursor: pointer;
    transition: all .2s; }
    .modal-wrap .modal-close:hover {
      opacity: .7; }

.p-box-txt {
  border: 2px solid #ccc;
  padding: 2rem;
  text-indent: 0rem;
  width: 65%;
  margin: 0 auto; }
  @media screen and (max-width: 568px) {
    .p-box-txt {
      width: 100%; } }

.p-border-box {
  padding: 4rem;
  border: 2px solid #ccc;
  text-indent: 0rem; }
  @media screen and (max-width: 568px) {
    .p-border-box {
      padding: 2rem;
      margin-left: -1.2rem; } }

/*# sourceMappingURL=accountstatement.css.map */
