@charset "utf-8";
/* CDP */
.mv-bg{background: url("../img/cdp/mv.jpg") no-repeat center center/cover;}

.cdp-group{margin-bottom: 120px;}
.cdp-group:last-of-type{margin-bottom: 0;}

.cdp-desc p{padding-bottom: 1.5em;}
.cdp-desc p:last-of-type{padding-bottom: 0;}

@media (max-width: 767px){
    .cdp-group{margin-bottom: 80px;}
}


/* About */
.about-img{margin: 2em auto; text-align: center;max-width: 756px;}


/* Provider */
@media (min-width: 768px){
    .provider-box{display: flex; justify-content: space-between; margin: 0 0 50px;}
    .provider-box .img{width: 240px;}
    .provider-box .inner{width: calc(100% - 280px);}
}

@media (max-width: 767px){
    .provider-box{margin: 0 0 50px;}
    .provider-box .img{margin: 0 auto 20px; max-width: 480px; width: 100%;}
    .provider-box .img img{width: 100%;}    
}

.provider-info{display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%;}
.provider-info dt{width: 9em;}
.provider-info dd{width: calc(100% - 9em);}
