@charset "utf-8";

.l-content .section .sectionInner{
    margin: auto;
    width: 930px;
}
.l-content .section .h3_case_ttl {
	font-size: 23px;
	font-weight: bold;
	padding: 20px 0;
}

.l-content .section .h4_case_ttl {
	font-size: 21px;
	font-weight: bold;
	padding: 10px 0 0;
	border-bottom: 1px solid #333;
}
.l-content .section .colBox_ttl_wrap {
	font-size: 19px;
	display: flex;
	align-items: center;
	line-height: 40px;
}
.l-content .section .colBox_ttl {
	height: 40px;
	width: 130px;
	font-weight: bold;
	font-size: 19px;
	line-height: 37px;
	color: #333;
	text-align: center;
	padding-top: 3px;
	box-sizing: border-box;
	margin-right: 10px;
}
.l-content .section .jv {
	background: #e8dd50;
}
.l-content .section .rv {
	background: #bdbbd4;
}
.l-content .section .m-btn--conversion {
	width: 300px;
	height: 40px;
	font-size: 15px;
	line-height: 25px;
}

/* case_area */
.l-content .section .case_area {
	width: 910px;
	margin: 0 auto 40px;
	display: block;	
}
.l-content .section .case_area_wrap {
	width: 910px;
	margin: 20px auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
.l-content .section .case_area_wrap .case_box {
	width: 450px;
	display: block;
}
.l-content .cese_list {
	width:916px; 
	clear:both; 
	overflow:hidden;
	padding:0 17px;
}
.l-content .case_discription_left {
	width:430px; 
	height:320px; 
	float:left; 
	border:1px solid #c8c8c8;
	background:#f3f3f3;
	margin-bottom:25px;
	_display:inline;
}
.l-content .case_discription_right {
	width:430px;
	height:320px;
	float:right;
	border:1px solid #c8c8c8; 
	background:#f3f3f3; 
	margin-bottom:25px;
	_display:inline;
}
.l-content .cases-title {
    background:#f3f3f3;
    border: 0px;
    width: 420px;
    height: 32px;
    padding: 9px 0 0 10px !important;
    font-size: 17px;
    font-weight: bold;
    color: #333 !important;
}
.l-content .case_list_image {
	padding:0 5px;
}
.l-content .case_list_text {
	padding:5px 10px; 
	font-size: 14px;
}
.l-content .case_more {
	padding:0 10px; 
	text-align:right; 
	text-decoration:underline;
	font-size: 14px;
}
.l-content .case_more a:visited {
	color:#004098;
}
