/* 債権者リスト サービス紹介エリア */
.contents_wrap_creditor {
    max-width: 100%;
    margin: auto;
    padding: 1em;
    margin-bottom: 3em;
}

@media print,
screen and (min-width: 768px) {
    .contents_wrap_creditor {
        max-width: 1080px;
        margin-bottom: 7em;
        padding-top: 5em;
        padding-bottom: 5.25em;
    }
}

.contents_services_creditor {
    background: rgba(255, 255, 255, 0.9);
    padding: 2em 1em 0em;
}

@media print,
screen and (min-width: 768px) {
    .contents_services_creditor {
        padding: 3.375em 2.5em 1em;
        border-radius: 6px;
    }
}

.services_creditor {
    padding-top: 0.5em;
    padding-bottom: 1.8em;
}

@media print,
screen and (min-width: 768px) {
    .services_creditor {
        padding-top: 1em;
    }
}

@media print,
screen and (min-width: 768px) {
    .services_wrap_creditor {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 1080px) {
    .services_wrap_creditor {
        padding-right: 1em;
        padding-left: 1em;
    }
}

@media screen and (min-width: 1366px) {
    .services_wrap_creditor {
        padding-right: 0;
        padding-left: 0;
    }
}

.services_wrap_item_creditor {
    height: auto;
    width: 100%;
    max-width: 420px;
}

@media print,
screen and (min-width: 768px) {
    .services_wrap_item_creditor {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.services_wrap_item_creditor:not(:last-child) {
    margin-bottom: 2.5em;
}

@media print,
screen and (min-width: 768px) {
    .services_wrap_item_creditor:not(:last-child) {
        margin-bottom: 0;
        margin-right: 5em
    }
}

.services_wrap_item_creditor h3 {
    color: #1F3681;
    margin-bottom: 1em;
    text-align: center;
}

@media print,
screen and (min-width: 768px) {
    .services_wrap_item_creditor .button_darkblue {
        width: 18.55em;
        margin: auto;
    }
}

.services_item_child_creditor {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #E3E3E3;
    box-shadow: 0 0 10px #C4D0E7;
    margin-bottom: 2em;
    border-radius: 6px;
}

.services_item_child_creditor h3 {
    margin: 1.4em 0 0.6em;
}

@media print,
screen and (min-width: 768px) {
    .services_item_child_creditor h3 {
        margin: 2.6em 0 1.75em;
    }
}

.services_child_img_creditor {
    display: block;
    width: 100%;
    height: 220px;
    background-color: #fff;
}


.services_child_img_creditor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services_child_info_creditor {
    padding: 0 1em;
}

.services_child_text_creditor {
    font-size: 1em;
    font-weight: 400;
    padding: 1.4em 0;
}

.services_button {
    padding: 1.1em;
    color: #fff;
    background: #1F3681;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
    border-radius: 0.5em;
    margin-top: 1.8em;
}

@media print,
screen and (min-width: 768px) {
    .services_button {
        margin-top: 4.8em;
        width: 50%;
    }
}

.services_wrap_item_creditor>.button {
    margin-top: auto;
}