@charset "UTF-8";
/*-----------------------------------

	 regulations

-----------------------------------*/

.regulations_box{
    margin-bottom: 20px;
}

@media screen and ( min-width : 769px ){
    .regulations_box ul{
        display: flex;
        flex-wrap: wrap;
    }

    .regulations_box ul li{
        margin-bottom: 1%;
        width: 100%;
        background-color:rgba(255,255,255,0.6);
        display: flex;
        align-items: center;
    }
    
    .regulations_box ul li .text{
        -webkit-flex: 1;
        flex: 1;
        line-height: 1.4em;
    }
    
    .regulations_box ul li img{
        width: 30px !important;
    }
    
    .regulations_box ul li:nth-child(2n){
        margin-right: 0;
    }
}
@media screen and ( max-width : 768px ){
    .regulations_box ul li{
        margin-bottom: 1%;
        display: flex;
        background-color:rgba(255,255,255,0.6);
    }
    
    .regulations_box ul li .text{
        -webkit-flex: 1;
        flex: 1;
    }
    
    .regulations_box ul li img{
        width: 20px !important;
    }
}

.regulations_box ul li .img{
    margin-right: 10px;
}

.regulations_box ul li a{
    padding: 10px 20px 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.area_service{
    font-size: 26px;
	color: #78aa85;
    font-weight: 500;
	background:url(../img/cm/bg_area_service.png) no-repeat;
	background-position:left top;
    margin-bottom: 15px;
    padding: 29px 0 0 45px;
}

@media screen and ( max-width : 768px ){
.area_service{
        font-size: 20px;
		color: #78aa85;
		background:url(../img/cm/bg_area_service.png) no-repeat;
		background-position:left top;
		background-size: 9%;
		margin-bottom: 10px;
		padding: 18px 0 0 6%;
    }
}