@media screen and (max-width: 768px) {
	.y_banner{
        height: 150px;
        width: 100%;
    }
    .y_banner div{
        width: calc(100% - 40px);
        margin: 0 20px 0;
    }
    .y_banner div h1{
        font-size: 26px;
        margin-top: 10px;
    }
    .y_banner div span{
        margin: 7px 0;
    }
    .y_banner div a{
        margin-top: 15px;
    }
    .bArea1, .bArea2, .bArea3, .bArea4, .bArea5, .bArea6, .bArea7{
        padding: 40px 20px;
    }
    .wrap{
        width: 100%;
    }
    .bTitle{
        font-size: 28px;
    }
    .bArea1 li{
        float: none;
        width: calc(100% - 40px);
        margin-right: 0;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 8px 8px 0 0px;
    }
    .bArea1 li p{
        font-size: 16px;
        line-height: 1.5;
        text-indent: 2em;
    }
    .bArea2 ul{
        margin: 0;
    }
    .bArea2 ul li{
        float: none;
        padding: 20px;
        margin-bottom: 20px;
        background-position: top 20px center !important;
        box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 8px 8px 0 0px;

    }
    .bArea2 li h3{
        font-weight: bold;
        font-size: 22px;
        margin-top: 120px;
        text-align: center;
    }
    .bArea2 li.r h3{
        text-align: center;
    }
    .bArea2 li p{
        font-size: 16px;
        line-height: 1.5;
        text-indent: 2em;
    }
    .clearfix:after{
        display: none;
    }
    .bArea3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .bArea3 li{
        width: calc(50% - 30px);
        float: none;
        border: 1px solid #e5e5e5;
        margin-top: 0 !important;
        margin-right: 0 !important;
        padding: 10px;
        background-position: top 10px center !important;
        padding-top: 70px;
        margin-bottom: 20px;
    }
    .bArea3 li h3{
        font-size: 18px;
    }
    .bArea3 li p{
        padding: 0;
        font-size: 16px;
        height: 1.5;
        line-height: 1.5;
    }
    .bArea4 .wrap{
        background: none;
    }
    .bArea4 ul{
        margin: 0;
    }
    .bArea4 h2{
        margin-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .bArea5 .wrap{
        background: none;
    }
    .bArea5 h2{
        text-align: center;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .bArea5 ul{
        margin: 0;
        text-align: left;
    }
    .bArea6 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .bArea6 li{
        width: calc(50% - 10px);
        float: none;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .bArea6 li img{
        width: 100%;
        height: auto;
    }
    .bArea7 ul{
        display: block;
        display: flex;
        flex-wrap: wrap;
    }
    .bArea7 li.box{
        width: 100%;
    }
    .bArea7 li.arrow{
        width: 80px;
        height: 80px;
        padding: 0;
        transform: rotate(90deg);
        margin: 0 auto;
    }
    .plus6 a{
        width: 100%;
    }
}