@charset "utf-8";

/* */

h1 {
	color: #283764;
}

/*起業ノウハウ*/
ul.know-how {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

ul.know-how li a img {
	/*border: 1px #999 solid;*/
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

ul.know-how li a:hover img {
	box-shadow: 0 0 6px rgba(0,0,0,1.0);
}

/* SP */
@media screen and (max-width:767px) {
ul.know-how {
	flex-direction: column;
	justify-content: center;
}

ul.know-how li {
	margin: 10px 0;
	text-align: center;
}
}

/* Tablet */
@media only screen and (min-width: 767px) and (max-width:1024px) {
ul.know-how {
	flex-wrap: wrap;
	justify-content: center;
}

ul.know-how li {
	margin: 15px 20px;
	/*text-align: center;*/
}

}