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


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


.child2 {
	width: 30%;
	margin-bottom: 30px;
	}

.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:space-between;
	}


.child2.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 30%;
  margin-bottom: 30px;
  margin-bottom: 30px;
}
	


.work_box {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 220px;
}

	.work_date {
		font-size: 13px;
		display: block;
		margin: 10px auto 2px auto;
		color: #000;
	}
	
	.work_title {
		font-size: 16px;
		line-height: 1.4;
		text-align: left;
		font-weight: bold;
		display: block;
		margin: 2px auto 4px auto;
		color: #000;
	}
.morebutton {
	width: 95%;
	height: auto;
	margin: 20px auto 0px auto;
	display: block;
}
	

@media screen and (max-width: 560px) {
	
.child2 {
	width: 45%;
	margin-bottom: 20px;
	}
	
.work_box {
	height: 160px;
}
	
.morebutton {
	width: 100%;
	height: auto;
	margin: 10px auto 0px auto;
}
	
	
/* 吹き出しバルーン設定 */	

.balloon1 {
	/*
  position: relative;
	*/
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #ffffff;
  border-radius: 10px;
  padding: 2% 8% 4% 8%;
  width: 84%;
  z-index: 1;
}

	/*
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid #ffffff;
}
	*/
	

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

}
