/*
Theme Name:JONA ver1.0.3
Theme URI:
Description:
Version:1.0.3
Author:SUPPOTAS
Author URI:
*/

.kakuzuke-description .head {
	text-align: center;
}
#form p {
	margin-bottom: 0rem !important;
}

#form br {
	display: none;
}
#form .error-text {
	margin-top: 2em;
	text-align: center;
}
.hidden-row {
	display: none;
}
#tableArea {
	display: none;
}
.table .row {
	width: 100%;
	height: 48px;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
}
.table .thead .row .col {
	width: calc((100% - 120px) / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #bcd0c7;
	border-left: 1px solid #bcd0c7;
	border-bottom: 1px solid #bcd0c7;
}
.table .thead .row .col:last-of-type {
	border-right: 1px solid #bcd0c7;
}
.table .row .col {
	width: calc(100% / 3);
	flex: 0 1 auto;
}
.table .row .col.country-col {
	display: none;
}
.table .row .add-btn-col {
	max-width: 120px;
}
.table .tbody .wpcf7-field-group:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}
.table .tbody .wpcf7-field-group:nth-of-type(even) {
	background-color: transparent;
}
.table .tbody .wpcf7-field-group {
	border-bottom: 1px solid #dee2e6;
}
.table .wpcf7-field-group {
	display: flex;
	padding: 0;
}
.table .wpcf7-field-group .row + p {
	min-width: 120px;
	padding: 4px;
	display: flex;
	align-items: center;
	column-gap: 4px;
	border-right: 1px solid #dee2e6;
}
.table .tbody .row .col {
	padding: 4px;
	border-left: 1px solid #dee2e6;
}
.table .tbody .row .col p {
	height: 100%;
}
.wpcf7-field-group-remove,
.wpcf7-field-group-add {
	width: 32px;
	height: 32px;
	border: 1px solid #626262;
	color: #626262;
}
.table .tfoot .row .col {
	width: calc((100% - 120px) / 3);
}
