div.list > div {
	align-items: center;
}

div.list img {
	display: block;
	width: 150px;
	border-radius: 5px;
}

div.listinner {
	display: block;
	padding: 0 5% 0 3%;
	width: calc(100% - 300px);
}

div.listinner p {
	width: 100%
}

div.listinner p:nth-child(1) {
	font-size: 13px
}

div.listinner p:nth-child(2) {
	font-weight: bold;
}

div.listinner p:nth-child(3) {
	font-size: 13px;
	margin-bottom: 5px
}

div.listinner p:nth-child(4) {
	font-size: 13px
}

div.btnbox a.btn:last-child {
	margin-top: 10px
}

p.btn {
	display: block;
	font-weight: bold;
	font-size: 14px;
	background: var(--l_gray2);
	color: #fff;
	width: 120px;
	border-radius: 5px;
	text-align: center;
	margin: 0;
	padding: 5px
}


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

	div.list > div {
		display: block;
		padding: 30px 0;
	}

	div.list img {
		width: 100%;
		height: auto;
	}

	div.listinner {
		width: 100%;
		padding: 10px;
	}

	a.btn,
	p.btn {
		float: right;
		margin-top: 10px
	}

	div.btnbox a.btn:last-child {
		margin-top: 10px;
		margin-right: 20px
	}

	section.JBT div.list > div {
		display: flex;
		align-items: center;
	}

	section.JBT div.list img {
		display: block;
		width: 100px;
		border-radius: 5px;
	}

	section.JBT div.listinner {
		display: block;
		padding: 0 5% 0 3%;
		width: calc(100% - 100px);
	}

	section.JBT div.btnbox {
		display: block;
		width: 100%;
	}


}
