#contents .leftArea a{
cursor: pointer;
vertical-align: text-bottom;
}
#contents .headSection .leftArea .title {
    background: url(/common/images/bg_dline_01.gif) repeat-y left bottom;
    margin-left: 40px;
}
#contents .headSection .innerBlock .leftArea .title.txt {
    font-size: 14px;
    margin-top: 18px;
}
@media screen and (max-width: 767px) {
#contents .headSection .innerBlock .leftArea .title.txt {
    padding: 15px 0 0 10px !important;
    font-size: 3.8vw;
    line-height: 19px;
}
}
#casestudy .leftArea img{width:150px;}

#casestudy #contents .headSection .innerBlock .leftArea .title.txt {width:500px;}

#casestudy #contents .headSection {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px){
#casestudy #contents .headSection .leftArea{
width:auto;
}

@media screen and (max-width: 767px){
#contents .headSection .aside .guide dl {
    float: none;
    margin-top: 20px;
}
}

#casestudy #contents .headSection {
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
#casestudy #contents .headSection {
    padding-bottom: 6.4%;
}
}

#casestudy #contents.fixed .headSection {
    padding: 5.4% 0 6.4% 0;
}

#casestudy #contents .headSection .innerBlock .leftArea .title.txt{
font-size: 15px;
width:auto;
}

#casestudy #contents.responsive .headSection .logo,
#casestudy #contents.responsive .headSection .title,
#casestudy #contents.responsive .headSection .productsLogo, 
#casestudy #contents.responsive .headSection .ttl h1, 
#casestudy #contents.responsive .headSection .leftArea>h1 {
    display: table-cell;
    vertical-align: bottom;
    margin: 0;
    margin-bottom: 15px;
}


#casestudy #contents.responsive .headSection .rightArea {
    float: left;
    width: 100%;
    padding-top: 10px;
}

#casestudy #contents.responsive .headSection .innerBlock {
    width: auto;
    margin: 0 auto;
    padding: 0 2%;
    width: -webkit-fill-available;
}
}


.case-study .case-img .slider .slider-thumbs{
margin:0;
display:block;
font-size:0;
}

.case-study .case-img .slider .slider-thumbs li{
	box-sizing: border-box;
    width: 32%;
    display: inline-block;
    margin-right:2%;
    padding:0;
}

.case-study .case-img .slider .slider-thumbs li:last-child{
    margin-right:0;
}




/* caseList
-------------------------------------- */
.content-bg {
    background: #f2f5f7;
}
.contentsInner-03 {
	width: 960px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}
.contentsInner-03 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contentsInner-03 *:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.caseList {
	justify-content:flex-start;
	margin-bottom:40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.contentsInner-03 {
		width: 100%;
		padding: 0 6px;
	}
	.caseList {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.caseList_item {
    width:300px;
	background: #fff;
	border-radius: 6px;
	padding: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (max-width: 767px) {
	.caseList_item {
		width: 100%;
		padding: 10px;
	}

	.caseList_item:nth-child(n+2) {
		margin-top: 40px;
	}
}

@media screen and (min-width: 768px) {
	.caseList_item {
		margin-top: 17px;
		margin-right: 10px;
		margin-left: 10px;
	}
}


.caseList_item_image {
	margin-bottom: 25px;
	overflow: hidden;
}

.caseList_item_image img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.caseList_item_image img {
		width: 100%;
	}
}



#contents h2.caseList_item_title {
	font-size: 18px;
	color: #707070;
	margin-bottom: 20px;
	text-align:left;
}

@media screen and (max-width: 767px) {
	#contents h2.caseList_item_title {
		margin-bottom: 20px;
	}
}
.caseList_item_text {
	font-size: 14px;
	line-height: 1.7;
	color: #707070;
}

.caseList_item_products {
	width: 100%;
	background: #F2F5F7;
	color: #707070;
	font-size: 12px;
	border-radius: 4px;
	margin-top: 50px;
	padding: 10px 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.caseList_item_products {
		margin-top: 30px;
		padding: 20px 14px;
	}
}

.caseList_item_products li {
	display: inline-block;
	margin-right: 1em;
}

.caseList_item_group {
	margin-top: auto;
}

.caseList_item_button {
	display: block;
	background: #005AB4;
	text-decoration: none;
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 16px;
	padding: 12px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.caseList_item_button {
		margin-top: 10px;
	}
}
.caseList_item_button:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}


.caseList_item:hover {
	filter:alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";/* IE 8,9 */
	-moz-opacity:0.7;/* FF , Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity:0.7;
	zoom:1;/*IE*/
}

.caseList_item{
	position: relative;
	z-index: 1;
}
.caseList_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}


