/* -----------------------------------------------------------
setting
----------------------------------------------------------- */
/* ===================================================================
COMPANY--VALUE
=================================================================== */
#main-vis {
	background: url(/assets/company/value/img/bg-third-main-pc.jpg) 50% bottom no-repeat;
	background-size: cover;
	/*height: 360px;*/
}

@media screen and (max-width: 768px) {
	#main-vis {
		background: url(/assets/company/value/img/bg-third-main-sp.jpg) 50% bottom no-repeat;
		background-size: cover;
		height: 45.3125vw;
	}
}

/* #tpl-topicpath */
#tpl-topicpath {
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  #tpl-topicpath {
    margin-bottom: 0;
  }
  /*#tpl-topicpath + .tpl-inner-wrap {
    margin-bottom: 16.40625vw;
  }*/
  #tpl-topicpath + #sec-value {
    margin-top: 16.40625vw;
  }
}

#sec-value.sec-common .tpl-title h2 + .txt {
	margin-bottom: 5px;
}