.sec-consulting{
    background: #f7fcff;  
}
.sec-consulting .c-heading {
    background: url(../img/202407/header.jpg) no-repeat;
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    padding: 12.5vh 0 12.5vh 5%;
    margin: 0 0 40px;
    line-height: 1.4;
}
@media screen and (max-width: 1100px) {
    .sec-consulting .c-heading {
        font-size: 3rem;
        justify-content: center;
    }
}
@media screen and (max-width: 520px) {
    .sec-consulting .c-heading {
        font-size: 1.5rem;
        padding: 6vh 15px;
        margin: 0 0 20px;
    }
}
.sec-consulting .lead1{
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px;
}
.sec-consulting .lead2{
    text-align: center;
    font-size: 90%;
    margin: -30px 0 50px;
}
.sec-consulting .box-block{
    box-shadow: 2px 2px 15px -4px rgba(163, 163, 163, 0.8);
    margin: 30px 10px 80px;
    padding: 0 0 15px;
}
.sec-consulting .box-block .box-group{

}
.sec-consulting .box-block .subheading{
    text-align: left;
    background: #1d84b8;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.4rem;
}
.sec-consulting .box-block .list{
    background: #fff;
    padding: 40px 30px;
}
.sec-consulting .box-block .list li {
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}
.sec-consulting .box-block .list li:last-child{
    margin-bottom: 0;
}
.sec-consulting .box-block .list li:before {
    content: "";
    background: url(../img/ico-01.png) no-repeat;
    background-size: 30px auto;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    vertical-align: -9px;
}
.sec-consulting table{
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    margin: 0 auto 70px;
}
.sec-consulting th{
    color: #00398d;
    font-weight: normal;
    background: #f2f5f9;
    border-bottom:1px solid #ccc;
    padding: 20px;
}
.sec-consulting td{
    background: #fff;
    border-bottom:1px solid #ccc;
    padding: 20px;
}

.sec-consulting .contents-block{
    margin: 0 0 70px;
}
.sec-consulting .contents-block .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec-consulting .contents-block .item{
    background: #fff;
    border:1px solid #ccc;
    width: 31%;
    padding: 0 0 20px;
    margin: 0 0 40px;
}
.sec-consulting .contents-block .item::before{
    content:"";
    position: relative;
    display: block;
    border-top:6px solid #034091;
    width: 100%;
    height: 6px;
}
.sec-consulting .contents-block .heading{
    text-align: center;
    padding: 20px 0;
    font-size: 120%;
}
.sec-consulting .contents-block .img{
    text-align: center;
    margin: 0 0 10px;
}
.sec-consulting .contents-block .text{
    width: 85%;
    margin: auto;
    font-size: 90%;
}
.sec-consulting .contents-block .note{
    font-size: 75%;
    text-align: right;
    margin: -20px 0 70px;
}
.sec-consulting .course-content{
    margin: 0 0 70px;
}
.sec-consulting .course-content .course-group{
    margin: 0 0 40px;
}
.sec-consulting .course-content .heading{
    background: #00398d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    margin: 0 0 20px;
    font-size: 110%;
}
.sec-consulting .course-content .text{
    font-weight: bold;
    width: fit-content;
    margin: auto;
}
.sec-consulting .message{
    background: url(../img/message-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin: 0 0 70px;
}
.sec-consulting .c-speaker-box .text-02 ul{
    margin-top: 20px;
}
.sec-consulting .c-speaker-box .text-02 li{
    display: flex;
}
.sec-consulting .c-speaker-box .text-02 li::before{
    content:"■";
}
@media(max-width:576px){
    .sec-consulting .box-block .subheading {

        font-size: 1.2rem;
    }
    .sec-consulting th,
    .sec-consulting td{
        display: block;
    }
    .sec-consulting th{
        border-bottom:0;
    }
    .sec-consulting th br{
        display: none;
    }
    .sec-consulting .contents-block .item {
        width: 48%;
        margin: 0 0 30px;
    }
}