.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_30 { margin-bottom: 30px;}
.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: 6% auto 11%;
    display: block;	
}
main {
    line-height: 2.1;
}
section {
	width: 880px;
	margin: 0 auto;
	margin-bottom: 9%;
	font-size: 1.0rem;
}
.in-blc {
    display: inline-block;
}
.img-area_ {
	position: relative;
	width: 61%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
.img-area_ img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.check_ {
	position: absolute;
}
.check_text {
  position: relative;
  color: #2c2c2c;
  font-size: 1.1rem;
  font-family: 'Century Gothic';
  letter-spacing: .5px;
  line-height: 1.8;
}
.check_text::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 9px;
  height: 5px;
  border-left: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  transform: rotate(-45deg);
}
.text-area_ {
	width: 29%;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.1rem;
}
.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: 2.2rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 30px;
}
.crdit {
	margin-bottom: 6%;
}
.button_ {
  width: 70px;
  height: 30px;
  border: solid 1px #222;
  background: #fff;
  text-align: center;
  transition : 1s;
	margin-bottom: 6%;
}
.eff {
  text-decoration: none;
	line-height: 30px;
	color: #222 !important;
}
.button_:hover{
    background: #222;
	border: solid 1px #222;
	color: #fff !important; 
	transition : .3s;
}
.eff:hover {
    color: #fff !important;
    background: #222;
}
.button_all {
	font-size: 1.2rem;
	margin: 8% auto;
    width: 100%;
    height: 50px;
    border: solid 1px #222;
    background: #222;
    text-align: center;
    transition: 1s;
  }
  .eff2 {
	text-decoration: none;
	  line-height: 48px;
	  color: #fff !important;
  }
  
  .button_all:hover{
	  background: #fff;
	  border: solid 1px #222;
	  color: #222 !important; 
	  transition : .3s;
  }
  .eff2:hover {
	color: #222 !important; 
  }
