@charset "utf-8";
/*
Theme Name: Hiroseki (Total Child)
Template: Total
*/
p:empty {
  margin-bottom: 0
}
/* custom width row - no padding */
.custom-row-no-side-padding > .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0
}
/* Footer */
@media screen and (max-width: 959px) {
	#copyright{
		margin-top: 10px
	}
}
/* Card */
.hsekizai-card-simple-list .meta a:hover {
  color: var(--wpex-hover-heading-link-color, var(--wpex-accent))
}
.wp-block-image figcaption{
	font-size: .8em
}
/* table */
table{
	font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}
table p {
  margin-bottom: 0;
}
table {
  font-size: .9em;
  line-height: 1.4
}
table th {
  background-color: #F1F1F1;
  vertical-align: middle;
  text-align: center
}
table td {
  vertical-align: middle;
}
.horizontal-scroll {
	overflow: auto;
	white-space: nowrap;
	display: block
}
.horizontal-scroll table th, .horizontal-scroll table td{
	white-space: nowrap
}
.horizontal-scroll::-webkit-scrollbar {
	height: 10px;
}
.horizontal-scroll::-webkit-scrollbar-track {}
.horizontal-scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}