@charset "UTF-8";

.access_set{
	width: 100%;
	margin: 0 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.access_set li:first-child{
	width: 70%;
	margin: 0;
	padding: 0;
	text-align: justify;
}
.access_set li:last-child{
	width: 28%;
	margin: 0;
	padding: 0;
}
.access_set li:last-child img{
	width: 100%;
}
@media screen and (max-width:768px){
	
}
@media screen and (max-width:480px){
.access_set li:first-child{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: justify;
}
.access_set li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.access_set li:last-child img{
	margin: 0 auto;
	width: 60%;
}
}