@charset "UTF-8";
/* pricing-main -------------------------- */
#pricing-main{
    width: 100%;
    padding: 0 0 60px;
    margin: 0;
    position: relative;
}

#pricing-main .page-title::before{
    background-color: #B2D19B;
}

#pricing-main .web,
#pricing-main .dtp{
    width: 768px;
    background-color: #EADED1;
    border-radius: 40px;
    padding: 90px 60px;
    margin: 80px auto 100px;
    position: relative;
}

#pricing-main .pricing-title{
    width: 295px;
    height: 60px;
    background-color: #F3EEE9;
    border-radius: 0 0 20px 0;
    border-right: 1px solid #674B3A;
    border-bottom: 1px solid #674B3A;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 2;
}

#pricing-main .pricing-list{
    width: 100%;
}
#pricing-main .pricing-list .pricing-item-wrap{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 40px;
    padding: 0 40px;
    margin-bottom: 10px;
    position: relative;
}
#pricing-main .pricing-list .pricing-item-wrap::before{
    content: "";
    width: 7px;
    height: 7px;
    background-color: #EF5407;
    border-radius: 50%;
    position: absolute;
    top: 31.5px;
    left: 25px;
}
#pricing-main .pricing-list .pricing-item-wrap dt{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    position: relative;
}
#pricing-main .pricing-list .web .pricing-item-wrap dt::after{
    width: fit-content;
    height: 13px;
    font-size: 13px;
    position: absolute;
    bottom: 8px;
    right: -100px;
}
#pricing-main .pricing-list .web .pricing-item-wrap:nth-of-type(2) dt::after{
    content: "（更新機能なし）";
}
#pricing-main .pricing-list .web .pricing-item-wrap:nth-of-type(3) dt::after{
    content: "（更新機能あり）";
}
#pricing-main .pricing-list .pricing-item-wrap dd{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
}
#pricing-main .pricing-list .pricing-item-wrap dd > .small{
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
}

#pricing-main .pricing-notice{
    width: 70%;
    font-size: 13px;
    color: #583927;
    line-height: 1.8em;
    margin: 20px auto 40px;
    position: relative;
}
#pricing-main .pricing-notice::before{
    content: "!";
    width: 20px;
    height: 20px;
    background-color: #583927;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    left: -25px;
}

#pricing-main .example{
    width: 90%;
    margin: 0 auto;
}
#pricing-main .example > ul{
    width: 90%;
    padding: 0 10px;
    border-left: 1px solid #674B3A;
    margin: 20px auto 40px;
}
#pricing-main .example > ul li{
    margin-bottom: 5px;
}
#pricing-main .example > ul li > .small{
    font-size: 13px;
    line-height: 1.3em;
    color: #674B3A;
}

#pricing-main .example .example-list{
    width: 100%;
}
#pricing-main .example .example-list .example-item-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    position: relative;
}
#pricing-main .example .example-list .example-item-wrap::before{
    content: "";
    width: 7px;
    height: 7px;
    background-color: #EF5407;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: -14px;
}
#pricing-main .example .example-list .example-item-wrap > dt{
    font-size: 18px;
}
#pricing-main .example .example-list .example-item-wrap > dd{
    font-size: 18px;
}
#pricing-main .example .example-list .example-item-wrap > dd > .small{
    font-size: 13px;
    font-weight: 400;
}
#pricing-main .example .example-list .example-item-wrap > dd > .underline{
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
#pricing-main .example .example-list .example-item-wrap > dd > .underline::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #EF5407;
    position: absolute;
    bottom: -3px;
    left: 0;
}

#pricing-main .dtp .info{
    width: 90%;
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 auto 20px;
}

/*-------------------------------------------
タブレット
-------------------------------------------*/
@media screen and (max-width: 960px) {

    /* pricing-main -------------------------- */
    #pricing-main .web,
    #pricing-main .dtp{
        width: 90%;
        padding: 60px 30px;
    }

    #pricing-main .pricing-title{
        left: -5px;
    }

    #pricing-main .example > ul{
        padding: 0;
    }

}

/*-------------------------------------------
スマホ
-------------------------------------------*/
@media screen and (max-width: 767px) {

    /* pricing-main -------------------------- */
    #pricing-main .web,
    #pricing-main .dtp{
        border-radius: 20px;
        padding: 60px 5%;
    }

    #pricing-main .pricing-title{
        width: 170px;
        height: 50px;
        font-size: 18px;
        top: -25px;
        left: -5px;
    }

    #pricing-main .pricing-list .pricing-item-wrap{
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        border-radius: 20px;
        padding: 10px 5% 10px 8%;
    }
    #pricing-main .pricing-list .pricing-item-wrap::before{
        top: 19px;
        left: 11px;
    }
    #pricing-main .pricing-list .pricing-item-wrap dt{
        width: 100%;
    }
    #pricing-main .pricing-list .pricing-item-wrap dd{
        width: 100%;
        text-align: right;
    }

    #pricing-main .pricing-notice{
        width: 85%;
        margin: 20px 5% 40px auto;
    }

    #pricing-main .example{
        width: 100%;
        margin: 0 auto;
    }
    #pricing-main .example > ul{
        padding: 0;
    }
    #pricing-main .example > ul li > .small{
        font-size: 12px;
    }

    #pricing-main .example .example-list .example-item-wrap{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    #pricing-main .example .example-list .example-item-wrap > dt{
        width: 100%;
    }
    #pricing-main .example .example-list .example-item-wrap > dd{
        width: 100%;
        text-align: right;
        font-size: 16px;
    }
    #pricing-main .example .example-list .example-item-wrap > dd > .small{
        font-size: 11px;
    }
    #pricing-main .example .example-list .example-item-wrap > dd > .underline{
        font-size: 18px;
    }


}