.h_bar {
	display: none;
}
.mt_20 { margin-top: 20px;}
.mb_0 { margin-bottom: 0px !important;}
.mb_10 { margin-bottom: 10px;}
.mb_20 { margin-bottom: 20px;}
.mb_40 { margin-bottom: 40px;}
.mb_60 { margin-bottom: 60px;}
.f_12 {
	font-size: 1.2rem;
	line-height: 1.6;
}
.lead_ {
	font-size: 1.4rem;
    text-align: center;
    margin: 5% auto 70px;
    display: block;	
}
main {
    line-height: 2.1;
}
section {
	width: 880px;
	margin: 0 auto;
	margin-bottom: 5%;
	font-size: 1.3rem;
}
.in-blc {
    display: inline-block;
}
.col2 {
	width: 41%;
    vertical-align: top;
    display: inline-block;
}
.col2 img {
	width: 92%;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
}
.m-right {
	margin-right: 8%;
}
.m-left {
	margin-left: 8%;
}
.brand_ {
	line-height: 1.0;
	font-size: 1.1rem;
	color: #8C8C8C;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 6% 0 0 0;
}
.marker {
	background:linear-gradient(transparent 60%, #faee00 60%);
}
.price {
	font-size: 1.2rem;
	font-weight: 400;
	width: 76%;
	display: inline-block;
}
.button_ {
  margin: 7% 0px 5px;
  width: 80px;
  height: 32px;
  border: solid 1px #222;
  background: #fff;
  text-align: center;
  transition : 1s;
}
.eff {
  text-decoration: none;
	line-height: 32px;
	color: #222 !important;
}
.button_:hover{
    background: #222;
	border: solid 1px #222;
	color: #fff !important; 
	transition : .3s;
}
.eff:hover {
  color: #fff !important; 
}
.button_all {
	font-size: 1.5rem;
	margin: 8% auto;
    width: 380px;
    height: 60px;
    border: solid 3px #222;
    background: #fff;
    text-align: center;
    transition: 1s;
	box-shadow: rgb(251 239 1) 10px 10px 0px 0px;
  }
  .eff2 {
	text-decoration: none;
	  line-height: 55px;
	  color: #222 !important;
  }
  
  .button_all:hover{
	  background: #222;
	  border: solid 3px #222;
	  color: #fff !important; 
	  transition : .3s;
  }
  .eff2:hover {
	color: #fff !important; 
  }
