@charset "utf-8";
@media screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    /feature/highbeam/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

/* -----------------------------------
    #scene_title_area
----------------------------------- */
.feature_detail #scene_title_area {
	background-image: url(../../../common/image_common/sensing/bg_title_feature_pc04.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 {
max-width: 1020px;
width: 100%;
margin: 20px auto 0;
padding: 0 20px;
font-size: 12px;
line-height: 24px;
}
	
}