@charset "utf-8";


/* art01 */
.art01 {
	background-color: #F3F4F3;
	padding: 30px 3% 40px;
	font-size: 0;
	text-align: center;
}
.art01:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.art01 > .in{
	max-width: 1080px;
	margin: auto;
}
@media print, screen and (max-width:640px) {
	.art01 {
		padding: 6% 3% 8%;
	}
}


.commontitle01{
	background-image: url(../img/cover_img.jpg);
	background-position:center 50%;
	background-size:cover;
}
.commontitle01 p{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing:4.0px;
	padding-top: 0px;
}


/* content */
.art01 .report {
	font-size:14px;
	padding: 0px;
}
.art01 .report:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}


/* content01 */
.art01 .content01 {
	background-color: #fff;
	margin:0 0 80px 0;
	padding:0 0 40px 0;
}
.art01 .content01 .img {
	height:290px;
	background-size:cover;
	-webkit-background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:40px;
}
.art01 .content01 figure {
	width:1080px;
	height:290px;
	margin:0 0 40px 0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
	position:relative;
}
.art01 .content01 figure img {
	position:absolute;
	width:100%;
	height:auto;
	left:50%;
	top:50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
}
.art01 .content01 .title01 {
	margin-bottom: 20px;
	padding: 0 3%;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	color: #000;
}
.art01 .content01 .caption01 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	line-height: 3.2rem;
	color: #434343;
}


/* reportbox ul */
.art01 .reportbox {
	width:1140px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	overflow:hidden;
}
.art01 .reportbox li {
	float:left;
	width:320px;
	margin:0 60px 60px 0;
	padding:0;
}
.art01 .reportbox li a{
	display:block;
	width:320px;
	margin:0;
	padding:0;
}
.art01 .reportbox li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
	transition:0.3s ease;
}
.art01 .reportbox li figure {
	width:320px;
	height:148px;
	background:#ffffff;
	border:1px solid #424242;
	margin:0 0 10px 0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	position:relative;
}
.art01 .reportbox li figure img {
	position: absolute;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
.art01 .reportbox .date {
	display: block;
	font-size:13px;
	font-size:1.3rem;
	color:#424242;
	margin:0 0 8px 0;
	line-height:1.6;
}
.art01 .reportbox .date span.new-icon {
	font-size:11px;
	font-size:1.1rem;
	font-weight:bold;
	color:#ffffff;
	line-height:1.6;
	letter-spacing:1.0px;
	margin:0 0 4px 4px;
	padding:2px 5px;
	background:#e60013;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	}
.art01 .reportbox h2 {
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	color:#424242;
	line-height:20px;
	line-height:2.0rem;
	width:100%;
	margin:0 0 8px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.art01 .reportbox .title01 {
	font-size:16px;
	font-size:1.6rem;
	font-weight:normal;
	color:#212121;
	line-height:25px;
	line-height:2.5rem;
	margin:0 0 8px 0;
}
.art01 .reportbox .caption02 {
	font-size:13px;
	font-size:1.3rem;
	color:#424242;
	line-height:20.8px;
	line-height:2.08rem;
	margin:0 0 10px 0;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media print, screen and (max-width:640px) {
	.art01 .content01 {
		padding-bottom: 8%;
		background-color: #fff;
		margin:0 0 30px 0;
	}
	.art01 .content01 figure {
		width:100%;
		height:160px;
		margin:0 0 20px 0;
		padding:0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow:hidden;
		position:relative;
	}
	.art01 .content01 figure img {
		position: absolute;
		width: 120%;
		min-height: 100%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate(-50%, -50%);
		transform: translate3d(-50%, -50%, 0);
	}
	.art01 .content01 .title01 {
		margin-bottom: 4%;
		font-size: 1.8rem;
	}
	.art01 .content01 .title01 img {
		height: auto;
	}
	.art01 .content01 .caption01 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8em;
		text-align: left;
		width:90%;
		margin:0 auto; 
	}
	.art01 .reportbox {
		width:100%;
		padding:0;
		text-align:left;
		list-style-type:none;
		overflow:hidden;
	}
	.art01 .reportbox li {
		float:none;
		width:100%;
		margin:0 0 30px 0;
		padding:0;
	}
	.art01 .reportbox li a {
		display:block;
		width:100%;
		margin:0;
		padding:0;
	}
	.art01 .reportbox li figure {
		width:100%;
		height:148px;
		border:1px solid #424242;
		margin:0 0 10px 0;
		padding:0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow:hidden;
		position:relative;
	}
	.art01 .reportbox li figure img {
		position: absolute;
		width:100%;
		min-width:100%;
		height:auto;
		min-height:100%;
		left:50%;
		top:50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate(-50%, -50%);
		transform: translate3d(-50%, -50%, 0);
	}
	.art01 .reportbox .date {
		display: block;
		font-size:13px;
		font-size:1.3rem;
		color:#424242;
		margin:0 0 4px 0;
	}
	.art01 .reportbox h2 {
		font-size:16px;
		font-size:1.6rem;
		font-weight:bold;
		color:#212121;
		line-height:25px;
		line-height:2.5rem;
		margin:0 0 4px 0;
		width:100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.art01 .reportbox .title01 {
		font-size:16px;
		font-size:1.6rem;
		font-weight:bold;
		color:#212121;
		line-height:25px;
		line-height:2.5rem;
		margin:0 0 4px 0;
	}
	.art01 .reportbox .caption02 {
		font-size:14px;
		font-size:1.4rem;
		color:#424242;
		line-height:20.8px;
		line-height:2.08rem;
		margin:0 0 10px 0;
		width:100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}




/*------------------------------------------------------------*/
/*                  現場レポート詳細ページ用                  */
/*------------------------------------------------------------*/

.art01 .report-b {
	float:left;
	width:780px;
	font-size:14px;
	padding: 0px;
}
.art01 .report-b:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}


/* head area
----------------------------------------*/
.art01 .report-b h2 {
	width:100%;
	font-size:18px;
	color:#002f56;
	line-height:40px;
	margin:0 0 40px 0;
	padding:0;
	border:1px solid #002f56;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
.art01 .report-b .post {
	margin:0 0 40px 0;
	padding:0 0 40px 0;
	border-bottom:1px dotted #002f56;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
.art01 .entry-header {
	display:block;
	text-align:left;
	margin:0 0 30px 0;
}
.art01 .report-b p.entry_date {
	display:inline-block;
	vertical-align:middle;
	width:100px;
	height:75px;
	text-align:center;
	margin:0 20px 0 0;
	padding:25px 0 0 0;
	background-color:#002f56;
	border:1px solid #002f56;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position:relative;
}
.art01 .report-b p.entry_date span.new {
	display:block;
	width:40px;
	line-height:12px;
	font-size:9px;
	font-weight:bold;
	color:#ffffff;
	background-color:#ff0000;
	text-align:center;
	position:absolute;
	top:12%;
	left:0%;
	right:0%;
	margin:auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.art01 .report-b p.entry_date span.month {
	display:inline-block;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
.art01 .report-b p.entry_date span.day {
	display:inline-block;
	font-size:22px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
.art01 .report-b p.entry_date span.year {
	display:block;
	color:#ffffff;
	text-align:center;
}
.art01 .report-b p.ttl {
	display:inline-block;
	vertical-align:middle;
	font-size:24px;
	font-weight:bold;
	text-align:left;
}


/* contents area
----------------------------------------*/
.art01 .report-b a.photo {
	margin:0;
	padding:0;
}
.art01 .report-b a.photo:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
	transition:0.3s ease;
}
.art01 .report-b a.photo img {
	width: auto;
	height: 190px;
}
.art01 .entry-contents {
	display:block;
	text-align:left;
	margin:0 0 0px 0;
	padding:0 80px 0 0;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
.art01 .entry-contents p {
	font-size:16px;
	margin:0 0 15px 0;
	line-height:1.8;
}
.art01 .reportbox .date {
	display: block;
	font-size:13px;
	font-size:1.3rem;
	color:#424242;
	margin:0 0 8px 0;
	line-height:1.6;
}
.art01 .reportbox .date span.new-icon {
	font-size:11px;
	font-size:1.1rem;
	font-weight:bold;
	color:#ffffff;
	line-height:1.6;
	letter-spacing:1.0px;
	margin:0 0 4px 4px;
	padding:2px 5px;
	background:#e60013;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	}
.art01 .reportbox h2 {
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	color:#424242;
	line-height:20px;
	line-height:2.0rem;
	width:100%;
	margin:0 0 8px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.art01 .reportbox .title01 {
	font-size:16px;
	font-size:1.6rem;
	font-weight:normal;
	color:#212121;
	line-height:25px;
	line-height:2.5rem;
	margin:0 0 8px 0;
}
.art01 .reportbox .caption02 {
	font-size:13px;
	font-size:1.3rem;
	color:#424242;
	line-height:20.8px;
	line-height:2.08rem;
	margin:0 0 10px 0;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.art01 .sidebar {
	float:right;
	width:260px;
	margin:0 0 0 40px;
}
.art01 .sidebar .widget-title{
	background-color: #000;
	display: block;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1em;
	padding: 15px 10px;
}

.art01 .sidebar ul{
	margin-bottom: 30px;
}

.art01 .sidebar ul li{
	background-color: #fff;
	display: block;
	margin-bottom: 1px;
}

.art01 .sidebar ul li a{
	display: block;
	padding: 15px 10px;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1em;
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .art01 .sidebar ul li a:hover{
	background-color: #515151;
	color: #FFF;
}
@media print, screen and (max-width:640px) {
	.art01 .content01 {
		padding-bottom: 8%;
		background-color: #fff;
		margin:0 0 30px 0;
	}
	.art01 .content01 figure {
		width:100%;
		height:160px;
		margin:0 0 20px 0;
		padding:0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow:hidden;
		position:relative;
	}
	.art01 .content01 figure img {
		position: absolute;
		width: 120%;
		min-height: 100%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate(-50%, -50%);
		transform: translate3d(-50%, -50%, 0);
	}
	.art01 .content01 .title01 {
		margin-bottom: 4%;
		font-size: 1.8rem;
	}
	.art01 .content01 .title01 img {
		height: auto;
	}
	.art01 .content01 .caption01 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8em;
		text-align: left;
		width:90%;
		margin:0 auto; 
	}
	.art01 .report-b {
		float:none;
		width:100%;
		font-size:14px;
		padding: 0px;
	}
	.art01 .report-b h2 {
		font-size:15px;
		margin:0 0 20px 0;
		box-sizing:border-box;
		-webkit-box-sizing: border-box;
	}
	.art01 .report-b .post {
		margin:0 0 40px 0;
		padding:0 0 40px 0;
		border-bottom:1px dotted #002f56;
		box-sizing:border-box;
		-webkit-box-sizing: border-box;
	}
	.art01 .entry-header {
		display:block;
		text-align:left;
		margin:0 0 30px 0;
	}
	.art01 .report-b p.entry_date {
		display:inline-block;
		vertical-align:middle;
		width:80px;
		height:56px;
		text-align:center;
		margin:0 10px 0 0;
		padding:24px 0 0 0;
		background-color:#002f56;
		border:1px solid #002f56;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		position:relative;
	}
	.art01 .report-b p.entry_date span.new {
		display:block;
		width:40px;
		line-height:11px;
		font-size:8px;
		font-weight:bold;
		color:#ffffff;
		background-color:#ff0000;
		text-align:center;
		position:absolute;
		top:12%;
		left:0%;
		right:0%;
		margin:auto;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}
	.art01 .report-b p.entry_date span.month {
		display:inline-block;
		font-size:12px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
	}
	.art01 .report-b p.entry_date span.day {
		display:inline-block;
		font-size:16px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
	}
	.art01 .report-b p.entry_date span.year {
		display:block;
		font-size:12px;
		color:#ffffff;
		text-align:center;
	}
	.art01 .report-b p.ttl {
		display:inline-block;
		vertical-align:middle;
		font-size:16px;
		font-weight:bold;
		text-align:left;
	}
	.art01 .report-b a.photo {
		margin:0;
		padding:0;
	}
	.art01 .report-b a.photo:hover{
		opacity:0.7;
		filter: alpha(opacity=70);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=70)";  /* ie 8 */
		-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
		-khtml-opacity: 0.7;              /* Safari 1.x */
		zoom:1;
		transition:0.3s ease;
	}
	.art01 .report-b a.photo img {
		width: 48%;
		height: auto;
	}
	.art01 .entry-contents {
		display:block;
		width:90%;
		text-align:left;
		margin:0 auto;
		padding:0;
		box-sizing:border-box;
		-webkit-box-sizing: border-box;
	}
	.art01 .entry-contents p {
		font-size:15px;
		margin:0 0 15px 0;
		line-height:1.8;
	}
	.art01 .sidebar {
		float:none;
		width:100%;
		margin:0;
	}
	.art01 .sidebar .widget-title{
		background-color: #000;
		display: block;
		color: #fff;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1em;
		padding: 15px 10px;
	}
	.art01 .sidebar ul{
		margin-bottom: 30px;
	}
	.art01 .sidebar ul li{
		background-color: #fff;
		display: block;
		margin-bottom: 1px;
	}
	.art01 .sidebar ul li a{
		display: block;
		padding: 15px 10px;
		color: #000;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1em;
		
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
}



.art01 .content02 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.art01 .content02:after{}

.art01 .content02 li.box{
	float: left;
	padding: 12px;
	width: 336px;
}
.art01 .content02 li.boxw{
	width: 696px;
}

@media print, screen and (max-width:640px) {
.art01 .content02 li.box,
.art01 .content02 li.boxw{
	float: none;
	width: 100%;
	padding: 12px 0px;
	}
}

.art01 .content02 li.box img{
	width: 100%;
	height: auto;
}

.art01 .content02 li.box p{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6em;
	height: 47px;
	text-align: left;
	color: #424242;
	padding-top: 5px;
}
@media print, screen and (max-width:640px) {
	.art01 .content02 li.box p{
		min-height: 0;
		height: auto;
		line-height: 1.6em;
	}
}




.art01 .content03 {
	clear: both;
	padding-bottom: 40px;
	padding-top: 40px;
	
}

.art01 .content03:after{
	content: ""; 
  display: block; 
  clear: both;
}

.art01 .content03 ul{
	border-top: solid 1px #19311d;
	padding-top: 20px;
}

.art01 .content03 .nav_left{
	float: left;
	text-align: left;
	width: 33%;
}
.art01 .content03 .nav_center{
	float: left;
	text-align: center;
	width: 34%;
}
.art01 .content03 .nav_right{
	float: right;
	text-align: right;
	width: 33%;
}

.art01 .content03 .nav_left a,
.art01 .content03 .nav_center a,
.art01 .content03 .nav_right a{
font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8em;
	color: #424242;}

@media print, screen and (max-width:640px) {
	.art01 .content03 .nav_left,
	.art01 .content03 .nav_right{
		width:32%;}
.art01 .content03 .nav_center{
	width: 32%;
	padding:0 2%;}
	
.art01 .content03 .nav_left a,
.art01 .content03 .nav_center a,
.art01 .content03 .nav_right a{
font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.4em;
	color: #FFFFFF;
	background-color:#000;
	display:block;
	}
.art01 .content03 .nav_center a{
	display:block;
	margin:0 auto;
	padding:3px 2px;}
.art01 .content03 .nav_left a,
.art01 .content03 .nav_right a{
	padding:12px 3px;}
}



@media print, screen and (max-width:640px) {}




/*tablet*/
@media print, screen and (max-width:1024px) and (min-width:641px) {
}

/*smart*/
@media print, screen and (max-width:640px) {
}