<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}
}

/*お問い合わせ変更*/
.c5-mentenance{
	width: 70%;
	text-align: left;
	border: 1px solid #c93434;
	padding: 15px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 756px) {
	.c5-mentenance{
	width: 90%;
	margin: auto;
}
}
</pre></body></html>