@charset "utf-8";

@media screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/styling/design/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

		
	
.section .pic_full img {
    width: 100%;
    max-width: none;
}

	
	
.section .pic{
    max-width: 880px;
	margin: 0 auto;
}

	
/* -----------------------------------
    #section_styling
----------------------------------- */

/* -----------------------------------
    #section_gallery
----------------------------------- */
#section_gallery{
    /* width: 880px; */
    margin: 0 auto 100px auto;
}

#section_gallery .img_slider{
    width: 880px !important;
}


/* ----------------------------------- */
.col_right .caption {
	font-size: 14px;
	line-height: 130%;
}


/* -----------------------------------
    #section_bodycolor
----------------------------------- */
#section_bodycolor{
    width: 980px;
    margin: 0 auto 100px auto;
}

#section_bodycolor .color_slider{
    margin: 0 0 20px 0;
}

#section_bodycolor .body_color_gallery{
    position: relative;
    text-align: center;
}

#section_bodycolor .body_color_gallery img{
    width: 810px;
    margin: 0 auto 30px auto;
    height: auto;
}

#section_bodycolor .body_color_gallery .pic{
    margin: 0 0 30px 0;
}

#section_bodycolor .body_color_gallery .name{
    margin: 0 0 10px 0;
    font-size: 22px;
}

#section_bodycolor .body_color_gallery .caption{
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}

#section_bodycolor .body_color_gallery .type{
    font-size: 14px;
    line-height: 1.571em;
}

#section_bodycolor .body_color_gallery .caution{
    margin: 5px 0;
    font-size: 11px;
}

.column_sub_pic {
	width: 50%;
}
    
#section_bodycolor .body_color_gallery .caution_wrap{
    height: 40px;
    margin-top: 20px;
}

#section_bodycolor .body_color_gallery .caution_wrap .caution{
    font-size: 13px;
    line-height: 20px;
    color: #da4058;
    display: none;
}
    
#section_bodycolor .body_color_gallery .caution_wrap .caution.disp{
    display: block;
}

#section_bodycolor .body_color_gallery .caution_wrap .caution2{
    font-size: 13px;
    line-height: 20px;
    color: #da4058;
}	

/* ------------------------------
    movie
------------------------------ */
	#section_movie .modal_mov_open {
		width: 880px;
		margin: 0 auto;
	}
    .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/2019/common/image_common/movie_play.png) center center no-repeat rgba(0, 0, 0, .5);
        background-size: 190px auto;
        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;
	}

	
}