/* ================================
 burning
================================ */
pB0 {
	padding-bottom: 0
}
@media screen and (min-width: 651px), print {
  .topmbOn {
    display: none !important;
  }
}

#description {
	background: #d8a73d url("description_bg.jpg")no-repeat;
	background-position: top right;
	background-size: cover;
}
#description .fBox .leadBox {
	color:#000;
}
#description .fBox .leadBox h2{
	font-size: clamp(20px, 4vw, 32px);
	margin-bottom: 1rem;
}




#topBox {
	background: url("top_bg.jpg")no-repeat;
	background-position:center top;
	background-size:cover;
}
#topBox picture{
	display: block;
	max-width: 1920px;
	margin:auto;
	height: auto;
}

@media screen and (min-width: 1780px), print {
#topBox {
		overflow:hidden;
	}
#topBox picture{
	display: block;
	width: 1920px;
	margin:auto;
	height: auto;
}
}



#certification .inBox {
  justify-content: center;
}



