@charset "utf-8";
main {
    background: var(--color-f6f5f3);
    line-height: 1.4;
}
.txt_clr_green {
    color:var(--color-00B057);
}

.txt_bold {
    font-weight: bold;
}

.under_line {
    text-decoration: underline;
}
a.under_line:hover {
    text-decoration: none;
}
.point_bg {
    background: url(/images/common/point/service_bg.webp)no-repeat;
}
.mv_ct {
    background-position: center;
    background-size: cover;
}
article {
    padding-bottom: 50px;
}
article:nth-of-type(even) {
    background: var(--color-fff);
}
.service_btn {
    margin: 20px 0 40px;
}
h2, .h2{
    padding: 40px 0 0;
@media screen and (max-width: 780px){
    font-size: 24px;
}
}
h3.h2 {
    margin: 40px 0 4px;
    padding: 0;
    font-size: 16px;
    text-align: left;    
}
a.under_line {
    margin: 10px 0 20px;
}
.red {
    color: #d32f2f;
}
.features {
    padding-top: 50px;
}
.guide_h3 {
    font-weight: bold;
    text-align: center;
}
.guide_number span{
    margin-top:-15px;
}
.box_guide_detail:last-of-type {
    padding-bottom: 40px;
}
.system_point picture {
    margin: 20px 0;
}
.chart_point_guide {
    margin: 20px 0;
}
.inline a {
    display: inline-block;
}
.guide_h4{
    font-size: 30px;
}
ul li {
    position: relative;
    padding-left: 16px;
}
ul.list_disc {
    margin-bottom: 16px;
}
ul.list_disc li:before {
    position: absolute;
    left: 2px;
    content: "\00B7";
    display: block;
    width: 14px;
    height: 14px; 
}
/* よくある質問 */
#faq .faq-grid {
    display: grid;
    gap: 30px;
    .box_faq {
        display: grid;
        gap: 16px;
    }
}