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/reason.jpg) no-repeat center center/cover;
}

/* ******************************
	    ご注文の流れについて タイトル
****************************** */

.reason_title_print  {
	font-size: 1.5em;
	font-weight: bold;
	margin: 100px auto 70px auto;
	width: 100%;
	max-width: 800px;
	height: auto;
	text-align: left;
}



/* ******************************
	       プラダン価格トップ
****************************** */

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

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
	

.price {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 1000px;
  /*width: 100%;
  height: 100vh;*/
  font-size:3.5em;
  letter-spacing:0.2;
  font-weight: bold;
}


.pan_list {
	width:100%;
	height:auto;
	margin:2% 0 2% 0;
	text-align:center;
	}

.pan_list a {
	color:#009bdb;
	text-decoration:none;
	}
	
.pan_list a:hover {
	text-decoration:underline;
	color:#88c8e2;
	}

/* ******************************
	    ご注文の流れについて タイトル
****************************** */

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

.reason_title_ue {
width: 100%;
max-width: 500px;
margin: 80px 0 0px 0;
}

/* ******************************
	    ご注文の流れについて
****************************** */


.flexbox {
 display: flex;
 flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	/*max-width: 1200px;*/
	margin: 0 auto;
	}

.item_left {
  width: 40%;
  height: auto;
 /* border-radius: 4px;*/
  background: #ffffff;
  margin: 0 0 0 0;
  text-align: center;
  padding: 2%;
}

.item:hover {
  /*width: 28%;
  height: auto;
  background: #ffffff;
  padding: 2%;
  margin: 10px 5px 10px 5px;
  text-align: center;
  position: relative;
  background-color: #eeeeee;*/
}


.item_left h3 {
	margin: 0 0 15px 0;
	font-size: 3.2em;
	padding: 0% 1%;
    background: #ffffff;
	line-height: 1.2;
}

p {
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 1.5px;
	margin: 0 0 50px 0;
}

.item_right {
  width: 45%;
  height: auto;
 /* border-radius: 4px;*/
  background: #ffffff;
  margin: 10px 5px 10px 5px;
  text-align: center;
}


/*====================================================================
以下は不要です。
====================================================================*/

body {
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #343434;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	body {
		font-size: 14px;
	}
}
.section {
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px 20px 500px;
}
.section p._a {
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0 0;
}
.section p._a .link {
	display: inline-block;
	color: #607D8B;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.section p._a .link:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #607D8B;
	border-right: 2px solid #607D8B;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
}
.oneBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 250px;
	margin: 0 auto 50px;
	overflow: hidden;
}	


/* ******************************
	       選ばれる理由へボタン
****************************** */

.btn_radius_wrap {
	position:relative;
	width:100%;
	height:auto;
	margin:10% 0%;
	}

.btn_radius a {
	font-size:1.1em;
	color:#009bdb;
	border:3px solid #009bdb;
	text-align:center;
	border-radius:50px;
	padding:2% 0%;
	text-decoration: none;
	display: block;
	position: absolute;
    bottom: 33%;
    left: 0;
	right:0;
	margin: auto;
	/*background-color:#e6e4dd;*/
	width:35%;
	height: auto;
    z-index: 3;
	/*animation: flash 1.0s linear infinite;
	animation-duration: 6.0s;*/
	}
	
	
.btn_radius a:hover {
	color:#fff;
	background-color:#009bdb;
	}


