@charset "UTF-8";

/* ----------------------------------------

content

---------------------------------------- */
/* talent1
------------------------------- */
.talent1 .title01{
	margin-bottom: 20px;
	text-align: center;
}

.talent1 .caption{
	margin-bottom: 80px;
	padding: 15px 10px;
	border-top: 2px solid #0088ee;
	border-bottom: 2px solid #0088ee;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {

/*スマホ指定*/
/* talent1
------------------------------- */
.talent1 .title01{
	font-size: 20px;
}

.talent1 .caption{
	margin-bottom: 60px;
	font-size: 16px;
}

}

