@charset "utf-8";

@media screen and (min-width : 769px){ 
/*------------------------------------------------------------------------------------------
*
*
    /faq/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
/* -----------------------------------
    #section_faq
----------------------------------- */
#section_faq{
    margin: 50px 0 0 0;
}

#section_faq .section_inner{
    width: 900px;
    margin: 0 auto;
		position: relative;
}

#section_faq .col_left{
	width: 560px;
	padding: 0 50px 0 0;
	box-sizing: border-box;
	line-height: 0;
}

#section_faq .col_left img{
    width: 100%;
    height: auto;
}

#section_faq .col_right{
    width: 340px;
   height: 50%;
	position: absolute;
	top: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#section_faq .col_right ul {
	width: 100%;
}

#section_faq .col_right li{
    width: 100%;
    height: 49px;
    margin: 0 0 25px 0;
    font-size: 16px;
    background-color: #ededed;
    display: table;
}

#section_faq .col_right li:last-child {
	margin-bottom: 0;
}

#section_faq .col_right li span{
    margin: 0 0 0 5px;
    font-size: 12px;
}

#section_faq .col_right li:hover{
    background-color: #dbdbdb;
}

#section_faq .col_right a{
    width: 100%;
    height: 49px;
    padding: 0 0 0 20px;
    color: #444;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

#section_faq .col_right a:after{
    content: '';
    width: 21px;
    height: 49px;
    display: block;
    background-image:url(../../common/image_common/parts_ico_btn_detail_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    position: absolute;
    top: 0;
    right: 19px;
}


}
