/* ���񋟃T�[�r�X */
.list_circle li {
    position: relative;
    padding-left: 1.2em;
    font-size: 16px;
}

.list_circle li::before {
    content: "";
    display: block;
    width: 0.611111111111111em;
    height: 0.611111111111111em;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0.4em;
    border-radius: 10px;
}

.jp_pt_ttl {
    color: #000;
    font-size: 20px;
}

.jp_pt_ttl_sub {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
}

.service_red {
    background-color: #fdf0ef;
}

.service_red .jp_pt_ttl_sub,
.service_red .list_circle li::before {
    background-color: #e36d76;
}

.service_blue {
    background-color: #e1f2f6;
}

.service_blue .jp_pt_ttl_sub,
.service_blue .list_circle li::before {
    background-color: #4bbdcd;
}

.service_green {
    background-color: #eff8de;
}

.service_green .jp_pt_ttl_sub,
.service_green .list_circle li::before {
    background-color: #b7d24e;
}

.service_gold {
    background-color: #fef7dc;
}

.service_gold .jp_pt_ttl_sub,
.service_gold .list_circle li::before {
    background-color: #c5a983;
}

.service_beige .jp_pt_ttl_sub,
.service_beige .list_circle li::before {
    background-color: #c0a480;
}

.hr_cc {
    color: #ccc;
}

.jp_pt_ttl_sub {
    display: inline-block;
    margin-bottom: 32px;
    padding: 5px 20px;
    color: #fff;
    background-color: #000;
    font-size: 20px;
}

.jp_pt_ttl_large {
    font-size: 26px;
    margin-bottom: 16px;
}

.service_red .jp_pt_ttl_large {
    color: #e36d76;
}

.service_blue .jp_pt_ttl_large {
    color: #4bbdcd;
}

.service_green .jp_pt_ttl_large {
    color: #b7d24e;
}

.service_gold .jp_pt_ttl_large {
    color: #c5a983;
}

.service_beige .jp_pt_ttl_large {
    color: #c0a480;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.service_detail {
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
}

.service_detail p {
    margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
    .flex {
        flex-direction: column;
    }

    .service_detail {
        width: 100%;
    }
}

.service_detail_title {
    color: #808080;
}

.service_detail .ttl {
    position: relative;
    padding-left: 1.2em;
    font-size: 16px;
    margin: 10px 0 6px 0;
}

.service_detail p {
    margin-bottom: 16px;
}

.service_detail .ttl:before {
    content: "";
    display: block;
    width: 0.611111111111111em;
    height: 0.611111111111111em;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0.4em;
}

.service_red .service_detail .ttl:before {
    background-color: #e36d76;
}

.service_blue .service_detail .ttl:before {
    background-color: #4bbdcd;
}

.service_green .service_detail .ttl:before {
    background-color: #b7d24e;
}

.service_gold .service_detail .ttl:before {
    background-color: #c5a983;
}

.service_beige .service_detail .ttl:before {
    background-color: #c0a480;
}

.rtitbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 40px;
}

.rtitbox .rtit {
    border: 2px solid #e36d76;
    border-radius: 10px;
    color: #e36d76;
    padding: 10px 30px 9px 30px;
    width: 30%;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .rtitbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 20px 0 0;
    }

    .rtitbox .rtit {
        padding: 10px 30px 9px 30px;
        width: 90%;
        text-align: center;
        margin: 0 16px 16px 16px;
    }
}

.jp_point_sct {
    padding: 16px 16px 0 16px;
}

#pg_anc02 .list {
    list-style-type: decimal;
    column-count: 2;
    width: fit-content;
    column-gap: 8em;
    padding: 0 4%;
}

@media only screen and (max-width: 640px) {
    #pg_anc02 .list {
            column-count: 1;
    }
}