@charset "utf-8";
/* CSS Document */
@import url("import_style.css");

.left_con {
	float: left;
	text-align: left;
	margin-bottom: 25px;
	margin-left: 25px;
}

.container .lft_content p {
	line-height: 1.8em;
	margin-bottom: 20px;
	clear: both;
}

/* .left_con ul
			{ 
			color:#333;
			}
			
.left_con ul li
			{ 
			margin-top:5px;
			} */

.work_con {
	margin: 10px auto 10px 25px;
}

.icon {
	list-style-image: url(../images/icon.png);
	margin-left: 25px;
}

.text {
	line-height: 38px;
}

.content {
	width: 608px;
	float: left;
	margin-bottom: 80px;
}

.container .content p {
	clear: both;
}

.container .content p img {
	clear: both;
}

ul.content_bg li {
	width: 528px;
	text-align: left;
	color: #5b5b5b;
	float: left;
	font-size: 1.0em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 40px;
	counter-reset: none;
	padding: 10px 40px 10px 40px;
	clear: both;
	margin: 5px 0 0 0;
	line-height: 1.9em;
}

ul.content_bg li:nth-child(odd) {
	background: #ebf7fc;
}

ul.content_bg li:nth-child(even) {
	background: #fff;
}


.container .content img {
	margin-bottom: 5px;
	clear: both;
	float: left;
	margin-left: 298px;
	margin-top: 0px;
}

#keyvisual img {
	width: 100%;
	height: auto;
}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 979px) {
	.content {
		width: 100%;
	}

	ul.content_bg li {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 768px) {

	#keyvisual img.cssCenterImage {
		width: 330px;
		height: 300px;
		object-fit: cover;
	}

}