@charset "utf-8";

.talkBlock {
    overflow: hidden;
    padding: 0 55px 0;
}

.talkBlock figure img {
  width: 130px !important;
  margin: 0 !important;
  float: none !important;
}

.talkBlock01 {
  margin-top: 64px;
}

.talkBlock > .box {
    padding-top: 32px;
    position: relative;
}

.talkBlock > .box:first-of-type {
    padding-top: 16px;
}

.talkBlock > .box.charaRight figure {
    float: right;
    margin-left: -250px;
    text-align: right;
}

.talkBlock > .box.charaLeft figure {
    float: left;
    margin-right: -250px;
}

.talkBlock > .box figure {
    width: 250px;
    position: relative;
    z-index: 1;
    margin-top: -32px;
}

.talkBlock > .box:first-of-type figure {
    margin-top: -16px;
}

.talkBlock > .box.charaLeft .txt {
    padding-left: 210px;
}

.talkBlock > .box.charaRight .txt {
  padding-right: 150px;
    text-align: right;
}

.talkBlock > .box .txt {
    position: relative;
    z-index: 2;
}

.talkBlock > .box.clerk .txt p {
    border-color: #ccc;
}

.talkBlock > .box .txt p {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-radius: 8px;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
    padding: 32px 40px;
    position: relative;
    text-align: left;
    line-height: 1.75;
}

.talkBlock > .box.charaLeft .txt p:after,
.talkBlock > .box.charaLeft .txt p:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.talkBlock > .box.charaLeft.clerk .txt p:before {
    border-right-color: #ccc;
}

.talkBlock > .box.charaLeft .txt p:before {
    border-color: rgba(65, 130, 88, 0);
    border-width: 34px;
    border-top-width: 0;
    border-bottom-width: 22px;
    top: 16px;
}

.talkBlock > .box.charaLeft .txt p:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 28px;
    border-top-width: 0;
    border-bottom-width: 17px;
    top: 18px;
}

.talkBlock > .box.charaRight .txt p:after,
.talkBlock > .box.charaRight .txt p:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.talkBlock > .box.charaRight.clerk .txt p:before {
    border-left-color: #ccc;
}

.talkBlock > .box.charaRight .txt p:before {
    border-color: rgba(204, 204, 204, 0);
    border-width: 34px;
    border-top-width: 0;
    border-bottom-width: 22px;
    top: 16px;
}

.talkBlock > .box.charaRight .txt p:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 28px;
    border-top-width: 0;
    border-bottom-width: 17px;
    top: 18px;
}

.flex {
    display: flex;
    gap: 30px;
}

.stepPanelWrap .title_area .number {
    width: 65px;
} 

.stepPanelWrap .title_area .number img {
    max-width: 100%;
}

.stepPanelWrap .item+.item {
    margin-top: 20px
}

.stepPanelWrap .title_area .title {
    font-size: 24px;
    margin-left: 3%;
}

.stepPanelWrap .item img {
    width: auto;
    max-width: 85%;
}

@media screen and (max-width: 767px) {
    .stepPanelWrap .item>p {width: 100%;margin-left: 0;}

    .talkBlock {
        padding: 0;
    }

    .talkBlock > .box figure {
      margin-top: unset !important;
    }
    .talkBlock > .box figure img {
      width: 155px !important;
      zoom: .5;
    }
    .talkBlock01 {
      margin-top: 44px;
  }
    .talkBlock > .box {
        padding-top: 16px;
    }

    .talkBlock > .box:first-of-type {
        padding-top: 16px;
    }

    .talkBlock > .box.charaRight figure {
        margin-left: -150px;
    }

    .talkBlock > .box figure {
        width: 150px;
        margin-top: -16px;
    }

    .talkBlock > .box figure img {
        width: auto;
        zoom: .5;
    }

    .talkBlock > .box:first-of-type figure {
        margin-top: -16px;
    }

    .talkBlock > .box.charaRight .txt {
        padding-right: 100px;
        text-align: right;
    }

    .talkBlock > .box.charaLeft .txt {
        padding-left: 100px;
    }

    .talkBlock > .box.charaLeft figure {
        margin-right: -150px;
    }

    .talkBlock > .box .txt {
        padding-top: 0;
    }

    .talkBlock > .box .txt p {
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 8px 16px;
    }

    .flex {
        flex-direction: column;
        align-items: center;
    }

    .stepPanelWrap .title_area .title {
        font-size: 20px;
        margin-left: 6%;
    }

    .stepPanelWrap .item img {
        max-width: 100%;
    }
}

#loanArea .catetop-inner {
    max-width: 100%;
    padding: 20px 0 50px;
}

#loanArea .cate_heading02 {
    margin: 0 auto 32px;
    padding-bottom: 0;
    border: none;
}

#loanArea .inner {
    max-width: 275px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
}

#loanArea .imgBox {
    height: 155px;
}

#loanArea img {
    width: 100%;
    height: 100%;
}

#loanArea .summaryBox {
    min-height: 100px;
    padding: 16px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #707070;
    border-radius: 0 0 12px 12px;
}

#loanArea .summaryBox .title {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 500;
}

@media (orientation: landscape) {
    .slick-prev {
        left: 130px;
    }

    .slick-next {
        right: 130px;
    }
}

@media not screen and (max-width:767px) {
    #contents #bnrArea {
        height: 390px;
    }

    #contents #bnrArea .AppBnrBlock .summaryBox {
        padding-top: 0;
    }

    #contents #bnrArea .AppBnrBlock .appImg {
        margin-top: 61px;
    }
    
    #contents #bnrArea .AppBnrBlock .summaryBox .normal_link {
        margin-top: 6px;
    }

    #contents #bnrArea .AppBnrBlock .summaryBox .normal_btn {
        margin-top: 43px;
        text-align: center;
    }

    #contents #bnrArea .AppBnrBlock .summaryBox .modal_appintro_wrap {
        margin-top: 24px;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    #loanArea .catetop-inner {
        padding: 0 0 40px;
    }

    #loanArea .slick-list .item {
        padding: 0 10px;
    }

    #contents #bnrArea {
        height: 586px;
        border-radius: 0;
    }

    #contents #bnrArea .AppBnrBlock .summaryBox .normal_link {
        margin-top: 23px;
    }

    #contents #bnrArea .AppBnrBlock .summaryBox .normal_btn {
        margin-top: 24px;
    }

    #contents #bnrArea .AppBnrBlock .appImg {
        margin-top: 46px;
    }
}
#contents .modal-body {
    height: auto;
}

#contents .qr_area {
    padding: 32px 10px;
    margin: 21px auto 0;
    background: #F9F8F5;
    border-radius: 8px;
}

#contents .modal-content .qr_area {
    margin: 0 auto;
}

#contents .qr_area p {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

#contents .modal-content .qr_area > p {
    text-align: center;
    font-weight: bold;
}

#contents .qr_flex {
    display: flex;
    justify-content: center;
    margin: 24px 0 16px;
}

#contents .qr_box {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding-left: 50px;
    padding-right: 50px;
}

#contents .qr_box:first-child {
    border-right: 1px solid #E6E6E6;
}

#contents .qr_icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

#contents .qr_area p {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

#contents .qr_area .notes_list {
    width: 549px;
    margin: 0 auto;
}

#contents .qr_area .notes_list li {
    text-align: left;
}
