@charset "utf-8";
/* CSS Document */


#page34 #coupon-wrap{
	text-align:center;
	margin-left:40px;
	}
#page34 #coupon-wrap img{
	width:100%;
	margin:15px 0px;
	}
	
#page34 .coupon-text{
	background-color: #333333;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding:20px 0;
}
	
#page34 .coupon-content{
	color: #333333;
	margin: 20px 0;
	border: 1px solid #333333;
	}
	
#page34 .coupon-content p{
	font-weight:bold;
	margin:10px;
	 font-size:30px;}

#page34 .coupon-code{
	border: 1px solid #333333;
	
	color: #333333;
}	
#page34 .coupon-code-input{
	margin: 0px 30px;
	background-color: #FFF;
	color: #333333;
	font-size: 60px;
	font-weight: bold;
	 }
#page34 .howtouse h2{
	padding:10px;
	color:#FFF;
	background-color:#000;
	}	
#page34 .howtouse{
	margin:30px auto;
	width:90%;
	}

#page34 .triangle{
	margin:0 auto;
	width:0px;
 border-top: 80px solid #333333;
  border-right: 300px solid transparent;
  border-left: 300px solid transparent;
}

#page34 .btn-flat-border:link, .btn-flat-border:visited {
    color: #146ca2;
    text-decoration: none;
}

#page34 .btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #146ca2;
  border: solid 2px #146ca2;
  border-radius: 3px;
  transition: .4s;
}

#page34 .btn-flat-border:hover {
  background: #146ca2;
  color: white;
}


#page34 .howtouse img{
	border: 1px solid #CCC;
}






#page34 #category_image {
    margin-top: 25px;
}


#page34 div#category_image .img_box {
    display: flex;
}
#page34 div#category_image .img_box .box{
	width: calc(100%/4);
}

#page34 div#category_image .text {
    text-align: left;
    padding: 5px;
}
