@charset "utf-8";
/*=============================================================
 #mainVisual
=============================================================*/
.pageTtlTxt:after{
	display: none;
}
.listPerson{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0 0;
}
.listPerson .box{
	width: calc((100% - 30px) / 2);
	padding: 70px 0 0;
	text-align: center;
}
.listPerson .box .category{
	padding: 10px 0;
	font-size: 18px;
	font-weight: 700;
	border-top: 4px solid #E50012;
}
.listPerson .box .name{
	padding: 15px 0 15px;
	font-size: 22px;
	font-weight: 700;
}
.listPerson .box .date{
	padding: 5px 0 20px;
}
.listPerson .box .btn{
	padding: 10px 0 0;
	border-top: 1px solid #a0a0a0;
}
.listPerson .box .btn a{
	display: block;
}
.listPerson .box .btn span{
	display: inline-block;
	padding: 0 0 2px 25px;
	background: url("../../shared/img/arw_red.png") no-repeat left center;
	background-size: 20px 20px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:899px){
/*=============================================================
 ttl
=============================================================*/
/* .pageTtl
-------------------------------------------------------------*/
.pageTtl{
	background: url("../img/main_sp.jpg") no-repeat center center;
	background-size: cover;
}
.listPerson{
	display: block;
	padding: 10px 0 0;
}
.listPerson .box{
	width: calc(100%);
	padding: 40px 0 0;
}

}