#g8093-051-004 h2{
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  border: 3px solid #000;
  background: #fff;
  margin-top : 100px
}
#g8093-051-004 h2:before{
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -42px;
  left: -3px;
  height: 42px;
  padding: 0 1em;
  content: 'POINT';
  color: #fff;
  background: #000;
}

#g8093-051-004 h2 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 1px;
  padding-left: 16px;
  color: #000;
}



#g8093-051-004 h3{
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 0.5em 2em;
  text-align: center;
  background: #fff;
  margin-top : 100px
}
#g8093-051-004 h3:before,
h3:after {
  position: absolute;
  content: '';
}
#g8093-051-004 h3:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}

#g8093-051-004 h3:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}


#g8093-051-004 .contents-wrap{
		text-align: center
}

#g8093-051-004 .contents-text{
  font-size: 15px;
  font-size: 1.5rem;
  text-align: right;
}