@charset "UTF-8";
/*-----------------------------------
firstView
----------------------------------*/
#firstView .title{
	letter-spacing: 0.2rem;
}
#firstView .img{
	max-width: 280px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
/*-----------------------------------
strength
----------------------------------*/
#strength .dspflex {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
#strength .img_02 img{
	width: 80%;
}
@media screen and (max-width: 740px) {
	#strength .dspflex {
		width: 80%;
		margin: 0 auto;
	}
}
/*-----------------------------------
info
----------------------------------*/
#info article a{
	display: block;
	background: #f9f9f9;
	margin-top:20px ;
	padding: 20px 2.5%;
	border-radius: 10px;
}
#info article a:hover{
	background: #e7e7e7;
}
#info article a .title{
	font-weight: 700;
}
#info article a .date{
	font-weight: 1.3rem;
	color: #aeaeae;
}