
.csc-wwd-box{
    margin: auto;
    padding: 20px 20px 50px 20px;
    max-width: 1200px;
    width: 100%;
}

.csc-wwd-title{
    position: relative;
    text-align: center;
    font-size: 2.5em;
}
.csc-wwd-title:before {
    content: "";
    display: block;
    border-top: 2px solid #f9bc55;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
}
.csc-wwd-title span {
    background: #F5F5F5;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

/*
.csc-wwd-box h2{
    position: relative;
    margin: 0px;
    padding: 30px 20px 30px 20px;
    text-align: center;
    font-size: 2.5em;
} 
.csc-wwd-box h2::after{
    display: block;
    content: '';
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #DDD;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.csc-wwd-box h2 b{
    color: #222;
    position: absolute;
    left: 0px;
    top: 30px;
    background-color: #F5F5F5;
    padding: 0px 10px;
    z-index: 2;
}
*/
.csc-wwd-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.csc-wwd-lp{
    padding: 20px;
    transition: all 0.3s;
}
.wwd-ico{
    padding: 20px 0px;
}

.ico-bd{
    margin: auto;
    border: 8px solid #EEE;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transition: all 0.3s;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.wwd-title,
.wwd-detail{
    text-align: center;
}
.wwd-title{
    padding: 10px 0px;
    font-weight: 700;
    font-size: 1.2em;
    color: #333;
}
.wwd-detail{
    padding: 0px 0px 20px 0px;
    font-size: 0.9em;
    color: #797979;
    line-height: 140%;
}
.csc-wwd-lp:hover{background-color: #E7E7E7;}
.csc-wwd-lp:hover .ico-bd{border: 8px solid #28b7cc; background-color: #FFF;}
.csc-wwd-lp + .csc-wwd-lp:hover .ico-bd{border: 8px solid #f9bc55;}
.csc-wwd-lp + .csc-wwd-lp + .csc-wwd-lp:hover .ico-bd{border: 8px solid #dc2c43;}
.csc-wwd-lp + .csc-wwd-lp + .csc-wwd-lp + .csc-wwd-lp:hover .ico-bd{border: 8px solid #71992b;}

.csc-wwd-lp:hover .wwd-title{color: #28b7cc;}
.csc-wwd-lp + .csc-wwd-lp:hover .wwd-title{color: #dc872b;}
.csc-wwd-lp + .csc-wwd-lp + .csc-wwd-lp:hover .wwd-title{color: #dc2c43;}
.csc-wwd-lp + .csc-wwd-lp + .csc-wwd-lp + .csc-wwd-lp:hover .wwd-title{color: #71992b;}


@media only screen and (max-width: 1100px) {
    .csc-wwd-box{max-width: 800px;}
    .csc-wwd-grid{grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));}
}
@media only screen and (max-width: 620px) {
    .csc-wwd-lp{padding: 0px 20px;}
    .csc-wwd-title{font-size: 1.5em;}
    .csc-wwd-title span{padding: 0px 20px;}
    .csc-wwd-grid{grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));}
    .ico-bd{
        width: 150px;
        height: 150px;
    }
}
