@charset "utf-8";
/* Service */
.group:last-of-type{margin-bottom: 0;}

.box{display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 50px;}

@media (max-width: 767px) {
    .box{margin-bottom: 30px;}
}

.box01 .img{width: 45%;}
.box01 .inner{width: 50%;}
.box01 p{margin-bottom: 1.5em;}

@media (max-width: 1023px) {
    .box01 .img{width: 100%; text-align: center;}
    .box01 .inner{width: 100%; order: -1;}
}

.box02 .img{width: 46.84%;}
.box02 .inner{width: 48.7%;}
.box02 .list{margin-top: 10px;}
.box02 .list li{border-bottom: 1px solid #b5cbe7; position: relative; padding: 0.7em 0 0.7em 1.5em;}
.box02 .list li:before{content: '●'; position: absolute; top: 0.7em; left: 0; color: #004dd1;}

@media (max-width: 1023px) {
    .box02 .img{width: 100%; text-align: center;}
    .box02 .inner{width: 100%; margin-bottom: 30px;}
}