@charset "UTF-8";

.l-smartreceipt-service__outer {
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.l-smartreceipt-service__outer .container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 35px;
}

.l-smartreceipt-service__outer .container .row .col-6 {
    padding-left: 20px;
    padding-right: 20px;
}

.l-smartreceipt-service {
    margin-bottom: 60px;
    max-width: 300px;
    display: block;
    transition: 0.22s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

.l-smartreceipt-service:hover {
    opacity: .7;
}

.l-smartreceipt-service .l-smartreceipt-service-thumb {
    position: relative;
    z-index: 2;
}

.l-smartreceipt-service-body {
    max-width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 25px 10px 15px;
    position: relative;
    z-index: 5;
    min-height: 260px;
}

.l-smartreceipt-service-body .l-smartreceipt-service-title {
    font-size: 1.6rem;
    line-height: 1.7em;
    font-weight: bold;
    padding: 0px 5px;
    padding-bottom: 0px;
    word-break: break-all;
    color: #202020;
    font-family: 'Noto Sans JP', sans-serif;
}

.l-smartreceipt-service-body .l-smartreceipt-service-company-name {
    font-size: 1.8rem;
    line-height: 1.7em;
    padding: 10px;
    color: #202020;
    font-family: 'Noto Sans JP', sans-serif;
    background: #FFE100;
    border-radius: 30px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    bottom: 30px;
    left: 10%;
    width: calc(100% - 60px);
}

.l-smartreceipt-service-body .l-smartreceipt-service-company-name::before {
    content: "";
    display: block;
    width: 18px;
    height: 14px;
    background-image: url(../img/common/ico_arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 20px;
    transform: rotate(90deg);
    pointer-events: none;
    transition: 0.22s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

.l-smartreceipt-service-body .l-smartreceipt-service-company-manager {
    font-size: 1.4rem;
    line-height: 1.7em;
    padding: 15px 5px;
    color: #202020;
    font-family: 'Noto Sans JP', sans-serif;
}

.l-smartreceipt-index-service-swiper_inner .l-smartreceipt-service {
    margin-left: 11px;
    margin-right: 11px;
    max-width: calc(100% - 22px);
    width: 100%;
    margin-bottom: 0px;
}

.l-smartreceipt-index-service-swiper_inner .l-smartreceipt-service .l-smartreceipt-service-body {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
}


@media screen and (max-width:992px) {

}

@media screen and (max-width:960px) {

}

@media screen and (max-width:860px) {

    .l-smartreceipt-index-service-swiper_inner .l-smartreceipt-service {

        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    .l-smartreceipt-index-service-swiper_inner .l-smartreceipt-service .l-smartreceipt-service-body {
        max-width: calc(100% - 40px);
    }

    .l-smartreceipt-service-body {
        min-height: 280px;

    }
    .l-smartreceipt-service-body .l-smartreceipt-service-company-name {
        bottom: 20px;
        width: calc(100% - 40px);
    
    }
    .l-smartreceipt-service-body .l-smartreceipt-service-company-name::before {
        right: 20px;
    
    }
}

@media screen and (max-width:768px) {

    .l-smartreceipt-service {
        margin-bottom: 53px;
    }
    .l-smartreceipt-service-body {
        margin-left: 0px;
        margin-right: 0px;
        width: calc(100% - 0px);
        padding: 15px 20px;
        padding-bottom: 10px;
    }
    .l-smartreceipt-service-body .l-smartreceipt-service-title {
        line-height: 1.6em;
        font-size: 1.4rem;
    }
    .l-smartreceipt-service-body .l-smartreceipt-service-company-name {
        line-height: 1.6em;
        font-size: 1.4rem;
        padding-bottom: 10px;
    }
    .l-smartreceipt-service-body .l-smartreceipt-service-company-manager {
        line-height: 1.6em;
        font-size: 1.2rem;
        padding: 10px 5px;
        padding-bottom: 5px;
    }

    .l-smartreceipt-index-service-swiper_inner .l-smartreceipt-service {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%;
        width: 100%;
    }

}

@media screen and (max-width:560px) {

    .row {
        flex-direction: column;
    }
    .col-4 {
        max-width: 100%;
    }
    .l-smartreceipt-service {
        margin-bottom: 53px;
        max-width: 100%;
    }
    .l-smartreceipt-service-body {
        margin-left: 0px;
        margin-right: 0px;
        width: calc(100% - 0px);
        padding: 15px 20px;
        padding-bottom: 10px;
        max-width: 100%;
        min-height: 240px;
    }
    .l-smartreceipt-service-body .l-smartreceipt-service-title {
        line-height: 1.6em;
        font-size: 1.4rem;
    }
    .l-smartreceipt-service-body .l-smartreceipt-service-company-name {
        line-height: 1.6em;
        font-size: 1.4rem;
        padding-bottom: 10px;
    }
    .l-smartreceipt-service-body .l-smartreceipt-service-company-name::before {
        top: 15px;
    
    }
    .l-smartreceipt-service-body .l-smartreceipt-service-company-manager {
        line-height: 1.6em;
        font-size: 1.2rem;
        padding: 10px 5px;
        padding-bottom: 5px;
    }

}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row p {
        color: red;
    
    }
}
@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }


}

/* service　コンテンツページ */

.service h3 {
    font-size: 2.0rem;
    font-weight: bold;
    color: #202020;
    margin-bottom: 20px;
}

.l-smartreceipt-case-content-section_inner p {
    margin-bottom: 40px;

}
.note {
    font-size: 1.3rem;
}
.flow {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
    align-items: flex-start;
    padding-top: 10px;
    display: grid;
    gap: 0 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
}
.flow li {
    text-decoration: none;
    border-radius: 50%;
    border: solid 2px #ccc;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px 0;
    justify-content: center;
    padding: 30px;
    width: 200px;
    height: 130px;
    position: relative;
}
.flow li::before {
    content: "";
    display: block;
    width: 18px;
    height: 14px;
    background-image: url(../img/common/ico_arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    top: 55px;
    transform: rotate(90deg);
    pointer-events: none;
    transition: 0.22s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

.flow li:last-child::before {
    background-image: none;
}
.l-smartreceipt-case-content-header_inner {
    position: relative;

}

.l-smartreceipt-case-content-header_inner h2 {
    padding-right: 30%;
    margin-bottom: 20px;
}

.l-smartreceipt-case-content-header_inner ul {
    position: absolute;
    right: 0;
    bottom: 0;
}

.l-smartreceipt-case-content-header_inner li {
    display: inline-block;
    font-size: 1.3rem;
    padding: 5px 10px;
}

.service .l-smartreceipt-doc_text {
    min-height: 4.5em;
    color: #000;
    margin-top: 15px;
}
.member {
    border: solid 3px #52b6bc;
}

.maker {
    border: solid 3px #f7805b;
}

.others {
    border: solid 3px #ccc;
}

.l-smartreceipt-case-content-section_inner .sp_only {
    display: none;
}


@media screen and (max-width: 767px) {
    .l-smartreceipt-case-content-header_inner h2 {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .l-smartreceipt-case-content-header_inner ul {
        position: relative;
        text-align: right;
        margin-right: 5px;
    }
    .flow {
        grid-template-columns: 1fr 1fr;
    }
    .flow li {
        padding: 20px;
        width: 150px;
        height: 100px;
        margin-bottom: 30px;
    }
    .flow li::before {
        right: -20px;
        top: 44px;
    }
    .l-smartreceipt-case-content-section_inner .pc_only {
        display: none;
    }

    .l-smartreceipt-case-content-section_inner .sp_only {
        display: block;
    }
}