@charset 'utf-8';

/* ==========================================================================

	光がん予防（LLLT）

   ========================================================================== */

.box_txt {
	width: 45%;
	padding-top: 30px;
}
.box_img {
	width: 50%;
	padding-top: 40px;
}
/* ============================== SP ============================== */

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


.box_txt {
	width: 100%;
}
.box_img {
	width: 100%;
}
}