@charset "UTF-8";
.h_nav {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    padding-top: 0.5rem;
}
.h_nav .breadcrumb {
    margin-bottom: 0;
    background: #fff;
}
.solution {
    width: 90%;
    padding-top: 25px;
    margin: 120px auto 0;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.solution h1 {
    font-size: 24px;
}
.solution .pcontent {
    padding: 20px 0 30px;
    background: #fafafa;
}
.solution .pcontent .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 40Px;
}
.item_img img {
    width: 100%;
}
.solution .pcontent h2 {
    display: flex;
    align-items: center;
    margin-bottom: 20Px;
    font-size: 20px;
}
.solution .pcontent h2 span {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 10px;
    background: #000;
    transform: rotate(45deg);
}
.solution .pcontent .textContent {
    width: 100%;
    font-size: 16px;
    padding-bottom:10px;
}
.solution .pcontent .textContent span {
    padding-left: 16Px;
    font-size: 24Px;
}
.solution .pcontent .sitem {
    width: 100%;
    padding: 15Px;
    margin-bottom: 15Px;
    background: #b6cbea;
    border-radius: 10Px;
}
.solution .pcontent .sitem h5 {
    text-align: center;
    font-size:20px;
}
.solution .pcontent .sitem p {
    color: #817f80;
    font-size: 16px;
    line-height: 1.8;
}
@media screen and (min-width: 768px) {
    .solution .pcontent .fajs {
        flex-direction: row-reverse;
    }
    .solution .pcontent .textContent {
        width: 60%;
    }
    .solution .pcontent .item_img {
        width: 36%;
    }
    .solution .pcontent .sitem {
        width: 30%;
    }
}
@media screen and (min-width: 992px) {
    .solution h1 {
        font-size: 2.5rem;
    }
    .solution .pcontent h2{
        font-size: 2rem;
    }
}
@media screen and (min-width: 1280px) {
    .solution {
        width: 1124px;
        padding-top: 80px;
    }
    .solution .pcontent {
        padding: 40px 0 60px;
        background: #fafafa;
    }
    .solution .pcontent .item {
        margin-bottom: 40px;
    }
    .solution .pcontent .sitem h5{
        font-size:1.25rem;
    }
}