@charset "Shift_JIS";
/* import css files */
/* @import "inc_all.css"; */


/*--------------------------------------------------------------------------------
	.mod-include 20210106
--------------------------------------------------------------------------------*/

.s5-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.s5-row__col4 {
    width: 25%;
    display: table-cell;
    vertical-align: top;
}

.c5-row__col4_a {
    width: 15%;
    display: table-cell;
    vertical-align: top;
}

.c5-row__col4_a img{
	width: auto;

}


.mod-include.s5-row .s5-row__col4 img {
    float: left;
    margin-right: 1%;
	width: auto;
}

.mod-include.s5-row span {
    display: block;
}
	

@media screen and (max-width: 640px) {
	
	
	.s5-row__col2{
		width:100%;
}

.s5-featureA--solid .s5-featureA__textCol {
    width: 100%;
}
	
	.c5-row__col4_a {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}
}
