@charset "utf-8";

ul.therma_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.therma_set > li:first-child{
	width: 35%;
	margin: 0;
	padding: 0;
}
ul.therma_set > li:last-child{
	width: 60%;
	margin: 0;
	padding: 0;
}
ul.therma_set > li img{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
@media all and (max-width:768px) {
ul.therma_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.therma_set > li:first-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 2;
}
ul.therma_set > li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 1;
}
}