/*===================================================================
	casestudy
===================================================================*/



/*--------------------------------------------------
products_anc
--------------------------------------------------*/
.products_anc {
	margin-top: 50px;
}
.products_anc_lv1 {
	font-weight: bold;
	margin-top: 20px;
}
.products_anc_lv2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}
.products_anc_lv2 li + li {
	border-left: 1px solid #cbcbcb;
	padding-left: 20px;
}
.products_anc .link_anc {
	color: #333333;
	font-size: 16px;
}
.products_anc .link_anc:hover {
	color: #E60009;
}
.products_anc .link_anc span {
  position: relative;
  padding-right: 20px;
}
.products_anc .link_anc span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.2em;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(/common/images/ico_link_01.gif) no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width:767px) {
	.products_anc {
		margin-top: 30px;
	}
	.products_anc_lv1 {
		margin-top: 10px;
	}
	.products_anc_lv2 {
		gap: 15px;
		margin-top: 10px;
	}
	.products_anc_lv2 li + li {
		padding-left: 10px;
	}
	.products_anc .link_anc {
		font-size: 14px;
	}
	.products_anc .link_anc span {
		position: relative;
		padding-right: 20px;
	}
	.products_anc .link_anc span::after {
		content: '';
		display: block;
		position: absolute;
		top: 0.2em;
		right: 0;
		width: 15px;
		height: 15px;
		background: url(/common/images/ico_link_01.gif) no-repeat;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	::-webkit-full-page-media, :future, :root .products_anc .link_anc span::after{
			top: 0.14em;
	}

}



/*--------------------------------------------------
lineupSection
--------------------------------------------------*/
.lineupSection .list_col4.list_use .list_col4_items .ttl{
	padding: 13px 12px 10px;
}
.lineupSection .list_col4.list_use .list_col4_items .ttl span::after {
  content: '';
  display: inline-block;
  position: relative;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(/common/images/ico_link_01.gif) no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 1px;
	left: 5px;
}
@media screen and (max-width:767px) {

	.lineupSection .list_col4.list_use .list_col4_items .ttl span::after {
		top: 3px;
	}
}



/*--------------------------------------------------
heading
--------------------------------------------------*/
.case_study_group .heading_lv2 {
	text-align: left;
	margin: 70px 0 50px;
}
.case_study_group .heading_lv4 {
	text-align: left;
	margin: 50px 0 25px;
}


/*--------------------------------------------------
tab_labels
--------------------------------------------------*/
.tab_labels {
	width: calc(50% - 1px);
	
}
.tab_list .tab_labels:first-child {
	margin-left: 0;
}


/*--------------------------------------------------
case_study
--------------------------------------------------*/
.case_study .case_study_list .case_study_list_items {
	padding: 20px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.case_study .case_study_media_body .case_study_heading {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}

.case_study .case_study_media_body .txt {
	font-size: 12px;
}

body.ua-android .case_study .case_study_media_body .case_study_heading {
	font-weight: bold;
}

.case_study .case_study_media_body .case_study_list {
	margin-top: 15px;
}

.case_study .case_study_media_body .case_study_list li {
	margin-bottom: 0;
}
.case_study .case_study_media_body .case_study_list li + li {
	margin-top: 8px;
}

.case_study .case_study_media_body .case_study_list li .txt,
.case_study .case_study_media_body .case_study_list li .img_tbl_1 figure figcaption,
.img_tbl_1 figure .case_study .case_study_media_body .case_study_list li figcaption {
	display: inline-block;
	padding: 2px 15px;
	text-align: center;
	color: #005AB4;
	border: 2px solid #005AB4;
	border-radius: 30px;
}
.case_study .case_study_media_body .case_study_list li .txt {
	border: 2px solid #333333;
	background-color: #ffffff !important;
	color: #333333 !important;
}
.case_study .btn_white,
.case_study .btn_blue_center {
	margin-top: 30px;
	text-align: center;
}

.case_study .btn_white.btn_movie a::before,
.case_study .btn_blue_center.btn_movie a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1.5em;
	width: 15px;
	height: 15px;
	background: url(/products/largeprinter/casestudy/images/index/ico_movie.png) no-repeat;
	transform: translateY(-50%);
	border: none;
	margin: 0;
}

.case_study .btn_blank a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}



.case_study .btn_note {
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
}
.case_study+.btn_blue_center {
	margin-top: 48px;
}

.case_study .case_study_list .case_study_list_items {
	background-color: #ffffff;
	width: 100%;
}

.case_study .case_study_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-direction: unset;
	gap: 20px;
}

.case_study .case_study_media {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	gap: 20px;
}

@media print,
screen and (min-width: 768px) {
	.case_study .case_study_list {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.case_study .case_study_list .case_study_list_items {
		display: flex;
		flex-direction: column;
		/* justify-content: space-around; */
		width: calc((100% - 40px) / 3);
	}



	.case_study .case_study_media .case_study_media_img {
		margin-right: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		width: 150px;
	}

	.case_study .btn_white a,
	.case_study .btn_blue_center a {
		width: 250px;
		padding: 11px 2em 11px 1.5em;
	}

	.case_study+.btn_blue_center a {
		width: 374px;
	}
}

@media only screen and (max-width: 767px) {
	.case_study .case_study_media_img {
		flex-basis: 40%;
		/* margin: 0 auto 15px; */
		margin: 0;
	}

	.case_study .case_study_media_body {
		flex: 1;
	}

	.case_study .btn_white a,
	.case_study .btn_blue_center a {
		width: 100%;
	}
}




/*--------------------------------------------------
common
--------------------------------------------------*/

/*--------------------------------------------------
new_top
--------------------------------------------------*/
.new.top {
	margin-left: 0;
	margin-right: 5px;
}

/*--------------------------------------------------
btn_blank_ico
--------------------------------------------------*/
.btn_blank_ico a::before {
	content: none;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.5em;
	width: 15px;
	height: 15px;
	border: none;
	margin: 0;
	transform: translateY(-50%);
}

/*--------------------------------------------------
btn_blank_ico
--------------------------------------------------*/
.btn_blank_ico img {
	content: none;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.5em;
	width: 15px;
	height: 15px;
	border: none;
	margin: 0;
	transform: translateY(-50%);
}

/*--------------------------------------------------
anc_heading
--------------------------------------------------*/
.anc_heading_h2 {
	margin-top: -10px;
	padding-top: 1px;
	display: block;
}
.anc_heading_h3 {
	display: block;
}

/*--------------------------------------------------
modalVideo
--------------------------------------------------*/
html:not(.sp) .mfp-close:focus	{
	opacity: 1;
}
html:not(.sp) .mfp-close:focus:before,
html:not(.sp) .mfp-close:focus:after {
	opacity: 1;
}