@charset "utf-8";

/* ------------------------------
 環境への取り組み（PC）
------------------------------ */
.contents #plb04 h4 {
	padding-left: 0;
    text-indent: 0;
}
@media print, screen and (min-width: 768px) {
	.contents table.bold th,
	.contents table.bold td {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.contents table th.w35p {
		width: 35%;
	}
	.contents .th-left table th {
		width: 23%;
		padding-left: 20px;
		text-align: left;
	}
}
/* ------------------------------
 環境への取り組み（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.tac .cms_caption_b {
		font-size: 1.4rem;
		text-align: left !important;
	}
	.w1-4.fl.bold {
		margin-bottom: 10px;
	}
	.contents table th.w35p {
		width: 50%;
	}
	.contents .th-left table th {
		width: 33%;
	}
	.w1-4.fr.solvent {
		width: 100% !important;
	}
	.w1-4.fr.solvent::after {
		content: "";
		display: block;
		clear: both;
	}
	.w1-4.fr.solvent p {
		float: left;
		width: 47.25%;
	}
	.w1-4.fr.solvent img {
		float: right;
		width: 47.25%;
		margin-top: 5px;
		margin-left: 5.5%;
	}
}
@media screen and (max-width: 375px) {
	.tac .cms_caption_b {
		font-size: 1.3rem;
		line-height: 1.4;
	}
}