@charset "utf-8";
@import url("base.css");



/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/

/*リンク*/
#link li a{
	transition: all 0.2s linear;
	color: #028a4a;
	text-decoration: none;
}
#link li a:hover,#link li a:active{
	color: #02aa60;
}
/*メイン*/
h1:after{
	content: 'link';
}
#main_title{
	background-image: url(../img/link/top_img.png);
	background-position: bottom center;
}
#link{
	margin: 4em auto 0;
}
#link li{
	width: 96%;
	padding: 1em 2%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#link li:nth-child(odd){
	background-color: #f7f7f7;
}
		

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/

/* pc */
@media screen and (min-width: 1300px)  {

/*メイン*/
h1,#link{
	width: 1280px;
}

}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px)  {
	
/*メイン*/
h1,#link{
	width: 96%;
}
}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/


/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px)  {

/*メイン*/

}


/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
/*メイン*/
	
}

/* tablet3  */
@media only screen and (max-width: 767px) {

/*メイン*/
#link li{
	width: 96%;
}
}

/* smartPhone1 */
@media only screen and (max-width: 499px) {
	
/*メイン*/

}