@charset "utf-8";

/* 共通 */


/* SP */
@media ( max-width: 765px) {
	    #ft-bg .flex-box ul.ft-column{
width: 95%;
background:url(../image/column.png) no-repeat;
		background-size: 30%;
		padding: 20px 0 0 20px;
	}
    #ft-bg .flex-box ul.ft-column li a{

		font-size: 0.7rem !important;

	}
 #ft-bg  .material-symbols-outlined{
		font-size:10px !important;
	}
}

/* PC */
@media ( min-width: 766px) {
    #ft-bg .flex-box ul.ft-column{
		background:url(../image/column.png) no-repeat;
		background-size: 40%;
		background-color: #fff;
		font-size: 0.8rem !important;
		padding: 30px 30px 20px 30px;
	}
	
    #ft-bg .flex-box ul.ft-column li a{

		font-size: 0.8rem !important;

	}
 #ft-bg  .material-symbols-outlined{
		font-size:12px !important;
	}
}