@charset "UTF-8";
/* CSS Document */


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/


.flexbox_four {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	flex-flow: row wrap;
	justify-content: center;
	
	}


.child4.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
	
	.wp_box {
		width: 100%;
		height: 170px;
		border-radius: 10px;
		margin: 0px auto 10px auto;
		background-size: cover;
		background-position: center top;
	}
	
	.wp_box2 {
		width: 100%;
		height: 120px;
		border-radius: 10px 10px 0px 0px;
		margin: 0px auto 10px auto;
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}

	.wp_box3 {
		width: 100%;
		height: auto;
		border-radius: 10px;
		background-color: #fff;
		background-size: contain;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.wp_date {
		font-size: 12px;
		display: block;
		margin: 2px auto 2px auto;
		color: #999;
	}
	
	.wp_title {
		font-size: 15px;
		line-height: 1.4;
		text-align: left;
		font-weight: bold;
		display: block;
		margin: 2px auto 4px auto;
		color: #000;
	}
	

@media screen and (max-width: 560px) {
	
	
.work_box {
	height: 120px;
}
	
.child4 {
	background-color: none!important;
	background: none!important;
	margin-bottom: 20px;
	}
.morebutton {
	width: 100%;
	height: auto;
	margin: 10px auto 0px auto;
}
	
.genba_icon {
	height: 15px; width: auto; 
}
	

	
	
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */

}
