<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

img {
    vertical-align: bottom;
}

.r {
    justify-content: space-between;
}

.hero_bg {
    display: flex;
    align-items: center;
    width: 100%;
    height: 224px;
    background: #eaf8ff;
}

.hero_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1010px;
    padding: 40px 20px;
    margin: 0 auto;
}

.hero_img {
    width: 100%;
}

.hero_box h1 {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0px 0px 5px #fff;
}

.hero_box h1 span {
    font-size: 2.2rem;
}

section.grd h2 {
    line-height: 1.5;
}

section.grd h2.no_line {
    border-bottom: none;
    border-top: none;
    padding: 0;
}

.grd {
    text-align: left;
}

.list_disc li {
    font-size: 1.4rem;
    list-style: disc;
    line-height: 1.7;
    margin: 0 0 0 20px;
}

.green_box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 170px;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 5px;
    background: #00a73c;
    padding: 5px;
    margin: 0 auto 10px;
}

.table_kessai_rp {
    max-width: 800px;
    background: #fff;
    margin: 0 auto;
}

.table_kessai_rp th {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: bold;
    background: #69C4BF;
    padding: 10px;
    border: 1px solid #ccc;
}

.table_kessai_rp td {
    position: relative;
    color: #000;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 20px;
}

.table_kessai_rp th:nth-child(1) {
    width: 25%;
}

.table_kessai_rp th:nth-child(2) {
    width: 37%;
}

.table_kessai_rp th:nth-child(3) {
    width: 38%;
}

.rendou_box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.rendou_box_inner {
    width: 47%;
}

.tokuchou_box p img {
    width: auto;
    max-height: 16px;
    vertical-align: text-bottom;
    margin: 0 0 0 10px;
}

.logo_bcpos_lightfree {
    max-width: 186px;
}

.w_100 {
    width: 100%;
    max-width: 100px;
}

.w_150 {
    width: 100%;
    max-width: 150px;
}

.w_200 {
    width: 100%;
    max-width: 200px;
}

.w_250 {
    width: 100%;
    max-width: 250px;
}

.w_300 {
    width: 100%;
    max-width: 300px;
}

.w_400 {
    width: 100%;
    max-width: 400px;
}

.w_500 {
    width: 100%;
    max-width: 500px;
}

.w_600 {
    width: 100%;
    max-width: 600px;
}

.w_800 {
    width: 100%;
    max-width: 800px;
}

.text_xsmall {
    font-size: 1.1rem;
}


.text_xlarge {
    font-size: 3rem;
}

.text_sup {
    vertical-align: super;
}

.text_line {
    border-bottom: 2px solid #69C4BF
}

@media screen and (max-width:767px) {
    .r {
        justify-content: center;
    }

	.hero_bg {
        height: auto;
    }

    .hero_box h1 {
        font-size: 2.7rem;
    }

    .hero_box h1 span {
        font-size: 2.0rem;
    }

    .hero_box {
        padding: 20px 20px;
    }

    section.hero {
        max-height: 100%;
        height: auto;
    }

    .table_kessai_rp th {
        display: none;
    }

    .table_kessai_rp td {
        display: block;
        margin: 35px 0 0 0;
    }

    .table_kessai_rp td:nth-child(1)::before,
    .table_kessai_rp td:nth-child(2)::before,
    .table_kessai_rp td:nth-child(3)::before {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100.7%;
        height: 35px;
        color: #fff;
        background: #69C4BF;
        box-sizing: border-box;
        font-weight: bold;
        top: -36px;
        left: -1px;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        padding: 10px;
    }

    .table_kessai_rp td:nth-child(1)::before {
        content: "クレジットカード";
        border-top: 1px solid #ccc;
    }

    .table_kessai_rp td:nth-child(2)::before {
        content: "電子マネー";
    }

    .table_kessai_rp td:nth-child(3)::before {
        content: "QR・バーコード決済";
    }

    .rendou_box_inner {
        width: 100%;
    }

}
</pre></body></html>