@charset "UTF-8";
/* CSS Document */

.practice {
    padding-top: 100px;
}

@media (max-width:1160px) {
    .practice {
        padding-top: 100px;
    }

}

.banner-section {
    margin-top: 0px;
    padding: 50px ;
}
.banner-section h3 {
    font-size: 3.6rem;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4.8px;
    display: flex;
    justify-content: center;
}
.banner_item-list {
    display:block;
    flex-wrap: wrap;
    margin-top: 20px;
}
.category {
    display: flex;
}
.banner_item-list h4{
    /* margin-left: 10px; */
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 3.0rem;
    letter-spacing: 1.92px;
    border-bottom: 1px solid #333;
}
.banner_item-list p {
    margin-right: 10px;
    margin-top: 25px;
    padding: 0px 10px;
    background-color: #dbd6bc;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 1px;
}
@media (max-width:1160px) {
    .banner-section {
        margin-top: 0px;
        padding: 20px ;
    }
    .banner-section h3 {
        font-size: 2.4rem;
        font-weight: 500;
        letter-spacing: 1.2px;
        line-height: normal;
        padding-top: 20px;
    }
    .banner_item-list h4{
        font-size: 2.0rem;
        line-height: normal;
    letter-spacing: 1.2px;
    }
}
.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    text-align: left;
}
.top-section a{
    width: 50%;
    margin: auto 0;
    /* margin-top:0 ; */
}
.top-section img {
    width: 95%;
    padding-top: 20px;
}
.top-description {
margin: auto 0;
padding-left: 40px;
}
.top-description span {
    padding-top: 40px;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.44px;
}
.top-description p {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    letter-spacing: 0.84px;
}
@media (max-width:1160px) {
    .top-section {
        display: block;
        align-items: center;
        padding-top: 50px;
        text-align: left;
    }
    .top-section img {
        width: 100%;
        margin: auto 0;
    }
    .top-description {
        padding-top: 40px;
        padding-left: 00px;
    }
    .top-description p {
        margin-bottom: 20px;
    }
}
.impressions {
    padding: 50px;
    text-align: left;
}
.impressions span {
    padding-top: 40px;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 1.44px;
}
.impressions p {
    padding-top: 15px;
    padding-bottom: 20px;
    letter-spacing: 0.84px;
    font-size: 1.4rem
}

@media (max-width:1160px) {
    .impressions {
        padding: 30px ;
        text-align: left;
    }
    .impressions span {
        padding-top: 40px;
    }
    .impressions p {
        font-size: 1.4rem;    
    }
}

/* バナー４、５ページのみ */
.top-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-section-img a {
    display: block;
    width: 100%;
    /* padding-left: 10px; */
    text-align: left;
    text-decoration: none;
    color: #333;
}
.before{
    padding: 50px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.top-section-img img {
    width: 90%;
}
@media (max-width:1160px) {
    .top-section-img {
        display: block;
        margin: auto 0;
    }
    .top-section-img a {
        padding-left: 0px;
    }
    /* .before{
        width: 70%;
    } */
    .after {
        padding-top: 20px;
    }
}
/* ------------------- */
