@charset "utf-8";
/*
Theme Name: maruwa_child
Template: maruwa
Author: innovesta
Author URI: http://www.innovesta.net
*/

/*========================*/

.service {
text-align: left;
line-height: 2em;
}

/*=========================
work_archive
=========================*/
#work .work_item {
	width: 100%;
	background: url(img/work/work_item_bg.gif) left top repeat;
	padding: 20px 0;
	box-sizing: border-box;
}
#work .work_item .before,
#work .work_item .after { width: 319px; }
#work .work_item .before img.before_img,
#work .work_item .after img.after_img {
	height: 200px;
	box-sizing: border-box;
	object-fit: cover;
}
#work .work_item .before img.before_img { border: 4px solid #033574;  }
#work .work_item .before .work_before {
	width: 148px;
	margin: auto;
}
#work .work_item .after img.after_img { border: 4px solid #dd7200;  }
#work .work_item .after .work_after {
	width: 128px;
	margin: auto;
}
#work .work_item .work_arrow {
	width: 59px;
	margin-top: -40px;
}

#work .work_item .work_txt { padding: 0 30px; }
#work .work_item .work_txt .archive_cap p {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

#work .work_item .work_btn { width: 280px; }


/*=========================
work_single
=========================*/
#work_single .work_item .before,
#work_single .work_item .after { width: 319px; }
#work_single .work_item .before img.before_img,
#work_single .work_item .after img.after_img {
	height: 200px;
	box-sizing: border-box;
	object-fit: cover;
}
#work_single .work_item .before img.before_img { border: 4px solid #033574;  }
#work_single .work_item .before .work_before {
	width: 148px;
	margin: auto;
}
#work_single .work_item .after img.after_img { border: 4px solid #dd7200;  }
#work_single .work_item .after .work_after {
	width: 128px;
	margin: auto;
}
#work_single .work_item .work_arrow {
	width: 59px;
	margin-top: -40px;
}

/*
item01
*************/
#work_single .work_item .item01 {
	background: url(img/work/work_item_bg.gif) left top repeat;
	border: 3px solid #0a0d76;
	padding: 15px;
	box-sizing: border-box; 
}

#work_single .work_item .item01 .gallery_title { border-bottom: 2px solid #b9d3d9; }
#work_single .work_item .item01 .left{ width: 380px; }

#work_single .work_item .item01 .gallery_box {
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px 15px 0 15px;
}
#work_single .work_item .item01 .work_txt_box {
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
}
#work_single .work_item .item01 .gallery_box img {
	width: 200px;
	height: 123px;
	object-fit: cover;
}
#work_single .work_item .item01 .gallery_box .flex:after {
	content: "";
	width: 30%;
	height: 0;
}