

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

* {
	/*outline: 1px solid magenta;*/
	}

/* ******************************

 サブページ共通

****************************** */	

.subpage_top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  margin:0 0 0 0;
  padding:0 0 0 0;
  background: url(../img/packing.jpg) no-repeat center center/cover;
}

.subpage_top img {
width:100%;	
filter: brightness(50%);
}

/* ******************************

 wrap

****************************** */	

.wrap {
width: 100%;
height: auto;
margin: 0 auto 150px auto;
}



/* ******************************

メインコピー

****************************** */	

.reason_title  {
	font-size: 1.7em;
	font-weight: bold;
	margin: 10% 0;
}


	
}
