body {
	background-color:#ffffff !important;
	}


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

 サブページ共通

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

.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;
}

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

 サブタイトル

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

.reason_title  {
	font-size: 3.5em;
	font-weight: bold;
	margin: 100px 0 70px 0;
}

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

 wrap

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

.wrap {
width: 100%;
max-width: 1000px;
height: auto;
margin: 0 auto 250px auto;
}


