.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_11 {font-size: 1.1rem;}
.f_13 {font-size: 1.3rem;}
.lead_ {
	font-size: 1.4rem;
    text-align: center;
    margin: 5% auto 70px;
    display: block;	
}
main {
    line-height: 2.1;
}
section {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 5%;
	font-size: 1.3rem;
}
.in-blc {
    display: inline-block;
}
.container__ {
	margin-bottom: 13%;
}
.f-cg {
  letter-spacing: 0.15em;
    font-style: normal;
    font-family: 'Century Gothic', sans-serif !important;
}
.staff-img img {
	width: 125px;
}
.staff-img img {
	-webkit-backface-visibility: hidden;
}
.img-c {
	-webkit-backface-visibility: hidden;
}
.staff-title {
	font-size: 1.8rem;
	margin: 1% 0 6% 0;
	letter-spacing: 1px;
	font-weight: 600;
}
.item-text {
	width: 48%;
    vertical-align: middle;
    margin: 7%;
}
.img_area_ {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.about_area {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
.m-right {
	margin-right: 9%;
}
.m-left {
	margin-left: 9%;
}
.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;
}
.price_before {
	font-size: 1.0rem;
	text-decoration: line-through;
}
.price_ {
	font-size: 1.3rem;
	font-weight: 400;
	color: #cd0101;
}
.button_ {
  margin: 7% 0px 5px;
  width: 80px;
  height: 32px;
  border: solid 1px #222;
  background: #222;
  text-align: center;
  transition : 1s;
}
.eff {
  text-decoration: none;
	line-height: 32px;
	color: #fff !important;
}

.button_:hover{
    background: #fff;
	border: solid 1px #222;
	color: #222 !important; 
	transition : .3s;
}
.eff:hover {
  color: #222 !important; 
}
.item-img {
	width: 36%;
    vertical-align: middle;
}
.item-img img {
	display: block;
	width: 95%;
	margin: 0 auto;
}
.icon_ {
	width: 120px;
    backface-visibility: hidden;
    margin: 0 0 3%;
}
.button_all {
	font-size: 1.5rem;
	margin: 8% auto;
    width: 380px;
    height: 50px;
    border: solid 1px #17345a;
    background: #17345a;
    text-align: center;
    transition: 1s;
  }
  .eff2 {
	text-decoration: none;
	  line-height: 50px;
	  color: #fff !important;
  }
  
  .button_all:hover{
	  background: #fff;
	  border: solid 1px #17345a;
	  color: #17345a !important; 
	  transition : .3s;
  }
  .eff2:hover {
	color: #17345a !important; 
  }