/*
Theme Name: Hirose Sangyo(Total Child)
Template: Total
*/
p:empty {
  margin-bottom: 0
}
/*header*/
#site-navigation-wrap {
  border-top: none;
}
.menu-item.menu-item-gtranslate {
  padding: var(--wpex-main-nav-link-inner-padding-y) calc(var(--wpex-main-nav-link-inner-padding-x) + 5px);
}
.full-screen-overlay-nav-menu .menu-item.menu-item-gtranslate{
	padding-top: 10px;
	padding-bottom: 10px;
}
/*form*/
.required {
  color: crimson;
  font-weight: normal
}
.wpcf7-form .wpcf7-select {
  margin-top: 3px;
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  text-align: inherit;
  max-width: 100%;
  font-size: var(--wpex-input-font-size);
  line-height: var(--wpex-input-line-height);
  transition: var(--wpex-input-transition);
  padding: var(--wpex-input-padding);
  border-radius: var(--wpex-input-border-radius);
  color: var(--wpex-input-color);
  background: var(--wpex-input-bg);
  box-shadow: var(--wpex-input-box-shadow, none);
  border: var(--wpex-input-border-width) var(--wpex-input-border-style) var(--wpex-input-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
span.wpcf7-list-item {
  display: block;
}
.wpcf7-acceptance span.wpcf7-list-item {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  background: #E0E0E0
}
.wpcf7-acceptance span.wpcf7-list-item label {
  padding-left: 10px;
  padding-right: 10px;
}
.cf-turnstile {
display: block;
text-align: center;
margin-top:2em;
}
/* table */
table p {
  margin-bottom: 0;
}
table {
  font-size: .9em;
  line-height: 1.4
}
table th {
  background-color: var(--wpex-surface-3);
  vertical-align: middle;
  text-align: center
}
table td {
  vertical-align: middle;
}
table.twocol-responsive-table th, table.twocol-responsive-table td {
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  table.twocol-responsive-table tr, table.twocol-responsive-table th, table.twocol-responsive-table td {
    display: block
  }
  table.twocol-responsive-table td, table.twocol-responsive-table tr:nth-child(n + 2) th {
    border-top: none;
  }
  table.twocol-responsive-table th {
    width: 100%;
    text-align: left;
  }
  table img.alignleft, table img.alignright {
    float: none
  }
}