/* ================================
 img_raisesolution_hc100
================================ */
pB0 {
	padding-bottom: 0
}
.explanation:last-child {
	padding: 0 0 0;
}
.explanation .textBox p {
  font-size: clamp(14px, 1.5vw, 16px) !important;
}
.explanation .fBox {
	align-items: center;
}
.explanation .fBox .imgBox{
  width:35%;
  max-width: 680px;
}
.explanation .fBox .imgBox img{
  width:100%;
  max-width: 680px;
}
.explanation .fBox .imgBox img:first-child{
	margin-bottom: 20px;
}
.explanation .textBox {
  width: 62%;
}
.explanation .textBox p{
	margin-bottom: 0.5rem;
}
.explanation .textBox p strong {
	font-weight: 600;
}
.explanation .textBox h3 {
  font-size: clamp(18px, 2vw, 26px);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.explanation .textBox ul {
	padding: 0.5rem 0 1rem 8%;
}
.explanation .textBox ul li{
	font-size: clamp(14px, 1.5vw, 16px) !important;
}

#trading {
  padding: 0;
  margin-bottom: 0;
  background: radial-gradient(#f6f5ff,#ecf5ff);
}
#trading h2 {
  color: #000;
}

#description .fBox {
  align-items: center;
}


@media screen and (max-width: 767px), not all {
.explanation .textBox {
  width:100%;
}
.explanation .fBox .imgBox{
 width:100%;
}	
	
.explanation .textBox ul {
  padding: 0.5rem 0 1rem 4%;
}
	
  .explanation:last-child {
    padding: 4rem 0 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;
}


/*#productfeature .inBox {
  align-items: flex-start;
}*/
#productfeature .inBox .textBox {
  flex: 1;
}
#productfeature .inBox .textBox p {
	margin-bottom: 15px;
}
#productfeature .inBox .textBox p:last-child {
	margin-bottom: 0;
}

#productfeature .inBox .textBox .copy{
	font-size: clamp(18px, 2vw, 26px);
	font-weight: bold;
}
#productfeature .inBox img {
  display: block;
  width: 35%;
  height: auto;
	margin-left: 6%;
}

#productfeature .inBox .Box {
    padding-left: 40px!important;
}

@media screen and (max-width: 767px) {
	#productfeature .inBox .Box {
    padding-left: 20px!important;
}	
	
#productfeature .inBox img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0;
	margin: 1rem 0 4rem;
}
}
#certification .inBox {
  justify-content: center;
}



.contactLinkBox {
	margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.contactLinkBox {
	margin-bottom: 40px;
}
}
