@charset "utf-8";
@media screen and (max-width : 768px){ 
/*------------------------------------------------------------------------------------------
*
*
    /feature/highbeam/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */

/* -----------------------------------
    #scene_title_area
----------------------------------- */
.feature_detail #scene_title_area {
	background-image: url(../../../common/image_common/sensing/bg_title_feature_sp04.jpg);
}

/* -----------------------------------
    #modal_notice
----------------------------------- */
#modal_notice .case li .bbtext {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	background: #727171;
	color: #fff;
	font-size: 1.2rem;
	margin: 0;
}
	
.feature_detail #car_model .attention_text {
width: calc(100% - 40px);
margin: 15px auto 0;
font-size: 12px;
line-height: 24px;
}

}