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

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	section li.contents{
		width: 100%;
		max-width: 720px;
	}
	
	section li.contents p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
	}
	
	section li.contents ul{
		width: 80%;
		max-width: 525px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
		margin: 40px 0 0;
	}
	
	section li.contents ul li{
		width: 47.6%;
		max-width: 250px;
		-moz-box-shadow: 1px 1px 2px #00395d;
		-webkit-box-shadow: 1px 1px 2px #00395d;
		box-shadow: 1px 1px 2px #00395d;
		margin-bottom: 25px;
		line-height: 0;
	}
	
	section li.contents ul li img{
		width: 100%;
		height: auto;
	}
	
	section li.contents ul li.last{
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
		line-height: 1.2;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	section li.contents p.update{
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
	}
	
	section li.contents a{
		width: 100%;
		max-width: 314px;
		display: block;
		transition-duration: 0.5s;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #00a691;
		text-align: center;
		color: #FFF;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1;
		padding: 20px 0;
		margin: 20px auto 0;
	}
	
	section li.contents a:hover{
		opacity: 0.7;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	section li.contents p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 2;
	}
	
	section li.contents ul{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
		margin: 40px 0 0;
	}
	
	section li.contents ul li{
		width: 47.6%;
		-moz-box-shadow: 1px 1px 2px #00395d;
		-webkit-box-shadow: 1px 1px 2px #00395d;
		box-shadow: 1px 1px 2px #00395d;
		margin-bottom: 25px;
		line-height: 0;
	}
	
	section li.contents ul li img{
		width: 100%;
		height: auto;
	}
	
	section li.contents ul li.last{
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
		line-height: 1.2;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	section li.contents p.update{
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
	}
	
	section li.contents a{
		width: 50%;
		max-width: 320px;
		display: block;
		transition-duration: 0.5s;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #00a691;
		text-align: center;
		color: #FFF;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.1;
		padding: 15px 0;
		margin: 20px auto 0;
	}
	
	section li.contents a:hover{
		opacity: 0.7;
	}
}

@media print, screen and (max-width: 480px){
	


}