.wpcf7cp-force-hide {
    display: none !important;
}

.wpcf7cp-form-hide {
    visibility: hidden !important;
}

div.wpcf7 {
	position: relative;
	height: auto;
}

div#wpcf7cpcnf {
	position: absolute;
	z-index: 1000;
	background-color: transparent;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

div.wpcf7cp-progress-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    margin: 0;
    background-color: #fff;
	opacity: 0.5;
	z-index: 1000;
}

div.wpcf7cp-progress-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    margin: 0;
	opacity: 1;
	z-index: 1001;
}
	div.wpcf7cp-progress-content p {
		width: 200px;
		height: 1em;
		position: absolute;
		margin-left: -100px;
		margin-top: -0.5em;
		top: 50%;
		left: 50%;
		line-height: 1;
		padding: 0;
		text-align: center;
	}

div.wpcf7cp-btns {
    margin-top: 2em;
}

button.wpcf7cp-cfm-edit-btn {
    margin-right: 20px;
    margin-bottom: 20px;
}

button.wpcf7cp-cfm-submit-btn {
    margin-bottom: 20px;
}

/* 20260312 add takahashi */
.header {
    display: none;
}
.body-confirm .header {
    display: flex;
}

.body-confirm .mv,
.body-confirm .about,
.body-confirm .news,
.body-confirm .program,
.body-confirm .donate,
.body-confirm .participants {
    display: none;
}

.body-confirm .contact {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
    border-bottom: none;
}
@media (max-width: 1280px) {
	.body-confirm .contact {
	    padding-top: 6rem;
	    padding-bottom: 6rem;
	}
}
.body-confirm .contact-container {
    display: block;
}
.body-confirm .contact .contact-head {
    display: none;
}
.contact .confirm-heading {
    display: none;
}
.body-confirm .contact .confirm-heading {
    display: block;
}
.body-confirm .wpcf7cp-form-hide {
	display: none;
}
.body-confirm div#wpcf7cpcnf {
	position: relative;
	width: 680px;
	margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
	.body-confirm div#wpcf7cpcnf {
		width: 100%;
	}
}
.body-confirm div#wpcf7cpcnf table,
.body-confirm div#wpcf7cpcnf tr,
.body-confirm div#wpcf7cpcnf th,
.body-confirm div#wpcf7cpcnf td {
	display: block;
	padding: 0;
}
.body-confirm div#wpcf7cpcnf tr:not(:first-of-type) {
	padding-top: 1.5rem;
}
.body-confirm div#wpcf7cpcnf th p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	width: 100%;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
}
@media (max-width: 980px) {
	.body-confirm div#wpcf7cpcnf th p {
		gap: 0.5rem;
		font-size: 0.9rem;
	}
}
@media (max-width: 768px) {
	.body-confirm div#wpcf7cpcnf th p {
		font-size: 0.85rem;
	}
}
.body-confirm div#wpcf7cpcnf td p {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 2rem;
	padding: 1rem;
	border-radius: 6px;
	background-color: var(--color-fff);
}
.body-confirm div#wpcf7cpcnf th p.--required::before {
	content: "必須";
	margin: 0;
	padding: 0.2rem 0.75rem 0.15rem 0.75rem;
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1;
	border-radius: 999px;
	border: 1px solid var(--color-border);
	background-color: var(--color-sub);
}
.body-confirm div#wpcf7cpcnf th p.--any::before {
    content: "任意";
    margin: 0;
    padding: 0.2rem 0.75rem 0.15rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1;
    border-radius: 999px;
    border: 1px solid var(--color-border);
    background-color: var(--color-fff);
}
.body-confirm div.wpcf7cp-btns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
	margin-top: 2rem;
	flex-direction: column-reverse;
}
.body-confirm button.wpcf7-form-control {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.75em 1.5em;
    font-size: 1.1rem;
    color: var(--color-fff);
    font-weight: 700;
    text-align: left;
    transition: 0.4s opacity;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0.4rem;
    background-image: url(/cms/wp-content/themes/tesh/assets/image/common/icon-arrow.svg);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-color: var(--color-main);
}
.body-confirm button.wpcf7-form-control.wpcf7cp-cfm-edit-btn {
	width: auto;
	color: var(--color-000-05);
	text-decoration: underline;
	text-align: center;
	background-image: none;
	background-color: transparent;
}
/* 20260312 add takahashi */

