
/* ===================================================================

	under

=================================================================== */
.underhead {
    color: #fff;
    padding: 40px 0 0;
    margin-bottom: 30px;
}
.underhead h1{
    font-size: clamp(25px, 10vw, 40px);
    text-align: center;
}


/* ===================================================================

    plan_web

=================================================================== */
body#plan_web{
    background-image: url(../images/bg_web.jpg);
}
body#plan_web::before{
    background-image: url(../images/bg_web.jpg);
    filter: blur(5px);
}
body#plan_web::after{
    background: rgba(0, 0, 0, 0.8);
}
#plan_web .cardset ul{
    margin: 20px 0 30px;
}
#plan_web .cardset span.mark{
    color: #cc261e;
    font-weight: 700;
    background: #fff;
    padding: 1px 3px;
    paint-order: stroke;
}