@charset "utf-8";

@media screen and (max-width : 768px){
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/styling/design/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */

/* -----------------------------------
    #section_styling
----------------------------------- */
#section_styling {
    margin-bottom: 20px;
}


/* -----------------------------------
    #section_gallery
----------------------------------- */
#section_gallery{
    width: 100%;
    margin: 0 auto 40px auto;
}


/* ----------------------------------- */
.col_right .caption {
	font-size: 14px;
}


/* -----------------------------------
    #section_bodycolor
----------------------------------- */
#section_bodycolor{
    width: inherit;
    margin: 0 auto 60px auto;
}

#section_bodycolor .color_slider{
    margin: 0 0 15px 0;
}

#section_bodycolor .body_color_gallery .pic{
    margin: 0 0 20px 0;
}

#section_bodycolor .body_color_gallery{
    position: relative;
}

#section_bodycolor .color_slider .name{
    margin: 0 0 10px 0;
    font-size: 14px;
}

#section_bodycolor .color_slider .caption{
    font-size: 14px;
    line-height: 1.285em;
    margin: 0 15px 10px 15px;
}

#section_bodycolor .body_color_gallery .type{
    font-size: 12px;
    line-height: 1.333em;
}

#section_bodycolor .body_color_gallery .caution{
    margin: 5px 0 10px 0;
    font-size: 12px;
}

#section_bodycolor .color_slider .sup{
    font-size: 14px;
    position: relative;
    top: 0;
    left: 0;
}

.column_sub_pic {
	width: 100%;
}

	
#section_bodycolor .body_color_gallery .caution_wrap {
    margin: 10px 15px 0;
}
    
#section_bodycolor .body_color_gallery .caution_wrap .caution {
    font-size: 13px;
    line-height: 19px;
    color: #da4058;
    visibility: hidden;
}

#section_bodycolor .body_color_gallery .caution_wrap .caution.disp {
    visibility: visible;
}

#section_bodycolor .body_color_gallery .caution_wrap .caution2 {
    font-size: 13px;
    line-height: 19px;
    color: #da4058;
    visibility: visible;
	text-align:center;
}

/* ------------------------------
    movie
------------------------------ */
	#section_movie .modal_mov_open {
		width: auto;
		margin: 0 15px;
	}
	
    .modal_mov_open {
        position: relative;
        cursor: pointer;
        line-height: 0;
    }
    
    .modal_mov_open.play_btn::after {
        content:"";
        width: 100%;
        height: 100%;
        
        position: absolute;
        top: 0;
        left: 0;
        
        background: url(/auto-archive/civic/4door/2020/common/image_common/movie_play.png) center center no-repeat rgba(0, 0, 0, .5);
        background-size: auto 50%;
        transition: background .2s ease-out;
    }
    
    .modal_mov_open.play_btn:hover::after {
        background-color: rgba(0, 0, 0, 0);
    }
	
	
	
	.section_inner .section_column .col_left p {
		margin: 0px;
	}	

	.section_inner .column_caution {
		font-size: 11px;
		line-height: 1.5em;
		margin: 0px;
		padding: 0px;
	}
    


}
