@charset "utf-8";

.kojin_area {background:#FFFFFF; font-size:13px; padding:40px; width:570px; margin:0 auto;}
@media only screen and (max-width:570px) {
.kojin_area {padding:0px; width:90%;}
}
	.contentTitle {
		background: #000 url(../imgs/bg-cttl.jpg) no-repeat top right;
	}

	.phList li {
		float: left;
		width: 33.33%;
	}
	.phList li img {
		vertical-align: top;
	}

	.clmBox.col4 {
		overflow: hidden;
		background: #000;
	}
	.clmBox.col4 > div {
		position: relative;
		float: left;
		width: 25%;
		padding: 30px 20px;
		border-left: solid 1px #2e2e2e;
		border-bottom: solid 1px #2e2e2e;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.clmBox.col4 .icn {
		position: absolute;
		top: 0;
		left: 0;
	}
	.clmBox.col4 > div.last {
		border-right: solid 1px #2e2e2e;
	}
