@charset "utf-8";
/* CSS Document */

#top_images{
	margin: 0 0 50px 0;
	}

#top_images ul{
	margin: 0 0 25px 0;
	}

#top_images p{
	margin:5px 0 0 0;
	color: #333333;
	font-size: 1.4rem;
	line-height: 140%;
	}

#top_images li{
	width: 240px;
	margin: 0 15px 0 0;
	float: left;
	}

#top_images li:last-child {
	margin: 0;
	}

#top_images li h3.content01{
	width: 240px;
	height: 40px;
	margin: 0 0 0 0;
	background: #2C74C4; 
	background: -mos-linear-gradient(to top right, #1464BD 50%, #2C74C4 50%, #2C74C4);
	background: -webkit-linear-gradient(to top right, #1464BD 50%, #2C74C4 50%, #2C74C4);
	background: -o-linear-gradient(to top right, #1464BD 50%, #2C74C4 50%, #2C74C4);
	background: -ms-linear-gradient(to top right, #1464BD 50%, #2C74C4 50%, #2C74C4);
	background: linear-gradient(to top right, #1464BD 50%, #2C74C4 50%, #2C74C4);
	color: #FFFFFF;
	font-size: 1.8rem;
	line-height:40px;
	text-align: center;
	}

#top_images li h3.content02{
	width: 240px;
	height: 40px;
	margin: 0 0 0 0;
	background: #37AAE7; 
	background: -mos-linear-gradient(to top right, #20A0E4 50%, #37AAE7 50%, #37AAE7);
	background: -webkit-linear-gradient(to top right, #20A0E4 50%, #37AAE7 50%, #37AAE7);
	background: -o-linear-gradient(to top right, #20A0E4 50%, #37AAE7 50%, #37AAE7);
	background: -ms-linear-gradient(to top right, #20A0E4 50%, #37AAE7 50%, #37AAE7);
	background: linear-gradient(to top right, #20A0E4 50%, #37AAE7 50%, #37AAE7);
	color: #FFFFFF;
	font-size: 1.8rem;
	line-height:40px;
	text-align: center;
	}

#top_images li h3.content03{
	width: 240px;
	height: 40px;
	margin: 0 0 0 0;
	background: #2DBB88; 
	background: -mos-linear-gradient(to top right, #2DBB88 50%, #42C294 50%, #42C294);
	background: -webkit-linear-gradient(to top right, #2DBB88 50%, #42C294 50%, #42C294);
	background: -o-linear-gradient(to top right, #2DBB88 50%, #42C294 50%, #42C294);
	background: -ms-linear-gradient(to top right, #2DBB88 50%, #42C294 50%, #42C294);
	background: linear-gradient(to top right, #2DBB88 50%, #42C294 50%, #42C294);
	color: #FFFFFF;
	font-size: 1.8rem;
	line-height:40px;
	text-align: center;
	}

#top_images a{
	text-decoration:none;
	}

#top_images li a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-o-opacity: 0.8;
	-ms-opacity: 0.8;
    opacity: 0.8;
	}

/* -------------------------------------------------- タブレット */
@media screen and (min-width:768px) and (max-width:999px) {
	/* 表示領域が768px以上999px以下の場合に適用するスタイル */
	#top_images li{
	width: 32%;
	margin: 0 2% 0 0;
	}
	#top_images li img{
	width:100%;
	height:auto;
	}
	#top_images li h3.content01{
	width: 100%;
	font-size: 1.5rem;
	}
	#top_images li h3.content02{
	width: 100%;
	font-size: 1.5rem;
	}
	#top_images li h3.content03{
	width: 100%;
	font-size: 1.5rem;
	}
}

/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:768px) {
	/* 表示領域が768px未満の場合に適用するスタイル */
	#top_images li{
	width: 49%;
	margin: 0 2% 0 0;
	}
	#top_images li:nth-child(even){
	margin: 0;
	}
	#top_images li img{
	width:100%;
	height:auto;
	}
	#top_images li h3.content01{
	width: 100%;
	font-size: 1.5rem;
	}
	#top_images li h3.content02{
	width: 100%;
	font-size: 1.5rem;
	}
	#top_images li h3.content03{
	width: 100%;
	font-size: 1.5rem;
	}
	#top_images p{
	margin:5px 0 30px 0;
	}
}