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

.tbl_head01 {
    margin-top: 5vw;
}

.list-box{
	/* justify-content: space-evenly; */
	align-items: center;
	padding: 3vw;
	margin-bottom: 5vw;
}

.list-img{
	width: 40%;
	height: auto;
	border-radius: 3vw;
	overflow: hidden;
}

.list-img img{
	width: 100%;
}

.list-text{
	width: 55%;
	height: auto;
	padding: 0vw;
}

.list-text>h1{
	margin-bottom: 1vw;
}

.list-text>h1>a{
	font-size: 3.5vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.list-text>p>a{
	font-size: 3vw;
	line-height: 1.7;
}



}