@charset "UTF-8";

ul.maker{
	display: flex;
	flex-direction: column;
	padding: 0;margin: 0 30px;
	list-style-type: none;
}
ul.maker li{
    background: url(/img/li_maker.png) 0 center no-repeat;
    padding:0 15px;
}
span.subheading{
	display: block;
	font-size: 1.4rem;
}
@media (min-width: 768px) {
ul.maker{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
span.subheading{
	display: inline;
	font-size: 1.4rem;
}


}
@media (min-width: 900px) {



}
@media (min-width: 1040px) {

}