@charset "UTF-8";

/* about services web kind*/
.about_services-web_kind {
    display: flex;
    justify-content: center;
    margin: 38px 0;
}
.about_services-web_kind figure {
    width: 140px;
    height: 140px;
    padding: 15px 22px 28px;
    background: #FFEFD3;
    border-radius: 50%;
    position: relative;
}
.about_services-web_kind figure:first-of-type {
    margin-right: 40px;
}
.about_services-web_kind figure img {
    width: 97px;
}
.about_services-web_kind figure figcaption {
    color: #F07800;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
    display: inline-block;
    text-align: center;
}

/* about services web point*/
.about_services-web_point {
    width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.about_services-web_point img {
    width: 75px;
}

/* loan list*/
.loan_list {
    justify-content: center;
}
.loan_list .loan_list-item.single {
    width: 715px;
}
.loan_list .loan_list-item.app,
.loan_list .loan_list-item.web {
    position: relative;
}
.loan_list .loan_list-item.app:before,
.loan_list .loan_list-item.web:before {
    display: inline-block;
    content: "";
    width: 60px;
    height: 60px;
    background: #F07800;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: 10;
}
.loan_list .loan_list-item.app:after,
.loan_list .loan_list-item.web:after {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -8px;
    z-index: 11;
}
.loan_list .loan_list-item.app:after {
    content: "アプリ";
    left: -18px;
}
.loan_list .loan_list-item.web:after {
    content: "WEB";
    left: -14px;
}


/* sp */
@media only screen and (max-width: 736px) {

/* about services web kind */
.about_services-web_kind figure:first-of-type {
    margin-right: 24px;
}
/* about services web point */
/* 2307モジュール入れ替えに伴い修正 */
.about_services-web_point {
    width: 100%;
    justify-content: flex-start;
    padding: 20px 14px 14px 0;
}
.about_services-web_point img {
    width: 60px;
}

/* loan list */
.loan_list .loan_list-item.single {
    width: 100%;
    margin-right: 0;
}
.loan_list .loan_list-item.app:before, .loan_list .loan_list-item.web:before {
    left: 10px;
}
.loan_list .loan_list-item.app:after {
    left: 17px;
}
.loan_list .loan_list-item.web:after {
    left: 21px;
}
}

/* webkanketsu 2307モジュール入れ替えに伴い修正 */
.c-card__item--single a img {
    object-fit: cover;
}