﻿@charset "utf-8";

.br_pconly {
	display: block;
}

#clm_wrap > section .sec #img04,
#clm_wrap > section .sec #img05,
#clm_wrap > section .sec #img06 {
	width: 40%;
}

@media screen and (max-width: 768px) {
	.br_pconly {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	#clm_wrap > section .sec #img04,
	#clm_wrap > section .sec #img05,
	#clm_wrap > section .sec #img06 {
		width: auto;
	}
}
