/*!
Theme Name: esqva-sevens.com
*/

/* pages  */
.wpcf7-not-valid-tip {
  color: #ED0000;
  font-size: 11px !important;
  margin-top: 5px;
	font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.wpcf7-form-control-wrap,
.wpcf7-checkbox,
.wpcf7-acceptance {
  display: block;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 30px);
}
.wpcf7-checkbox .wpcf7-list-item {
  width: 33.3%;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-checkbox .wpcf7-list-item label {
  width: 100%!important;
}
.wpcf7-previous,
.wpcf7-submit {
  outline: none;
  border: none;
}
label .wpcf7-previous {
  display: none;
}
label:has(.wpcf7-previous) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
label:has(.wpcf7-previous)::before {
  content: 'Back';
}
label:has(.wpcf7-previous)::after {
  font-size: 12px;
  content: '戻る';
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
