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

.box01 ul{
	padding: 0;
	margin: 3em 0 0 0;
	}
.box01 ul li{
	list-style: none;
	border-bottom: 1px solid #555;
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 0;
	overflow: hidden;
	}
.box01 ul li figure{
	width: 20%;
	float: left;
	}
.box01 ul li p{
	width: 80%;
	float: left;
	}
.box01 ul li p span{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em
	}
span.a01{
	color: #358EB3;
	}
	
@media screen and (max-width: 500px){
	.box01 ul li figure,
	.box01 ul li p{
		width: 100%;
	}
	.box01 ul li figure{
		text-align: center;
	
	}
	.box01 ul li figure img{
		width: 50%;
	}
}