@charset "utf-8";
.form-table {
	margin: 50px 0;
}
.form-table th, .form-table td {
	background: none;
	border: none;
	text-align: left;
	font-size: 18px;
	color: #565656;
	padding: 20px 25px;
	line-height: 1.5;
}
.form-table th {
	padding-right: 0;
}
.form-table td strong {
	color: #FF3399;
}
.form-table tr:nth-child(even) th, .form-table tr:nth-child(even) td {
	background-color: #ddd;
}
.form-table th {
	width: 508px;
	font-weight: 600;
	box-sizing: border-box;
}
.form-table th span:not(.kaigyo) {
	float: right;
	display: inline-block;
	padding: 0px 12px;
	font-size: 16px;
	border: 1px solid #FF3399;
}
.form-table th span.hissu {
	background-color: #FF3399;
	color: #fff;
}
.form-table th span.ninni {
	background-color: #fff;
	color: #FF3399;
}
span.kaigyo {
 display: block;
}
.form-table td input {
	padding: 8px 15px;
	border: 1px solid #CFCFCF;
	margin-bottom: 20px;
}
.form-table td input[type="text"], .form-table td input[type="email"] {
	width: 630px;
	margin: 10px 0;
}
.form-table td textarea {
	width: 618px;
	margin-top: 10px;
	padding: 8px 15px;
}
.form-table td input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: 1px solid #CFCFCF;
	background: none;
	background-color: #fff;
	box-shadow: none;
	vertical-align: bottom;
}
.form-table td input[type="radio"] {
	width: 20px;
	height: 20px;
	border: 1px solid #CFCFCF;
	background: none;
	background-color: #fff;
	box-shadow: none;
	vertical-align: bottom;
}
.form-table td select {
	padding: 8px 15px;
	margin-bottom: 20px;
}
.form-table td label input {
	margin-bottom: 0;
}
.form-table td label {
	margin: 5px 0;
	display: block;
}
.form-table td {
	font-size: 16px;
}
.form-table td ul {
	margin: 20px;
}
.form-table td ul li {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 5px;
	list-style-type: disc;
}
.privacy-cnt {
	border: 1px solid #ABABAB;
	padding: 25px 45px;
	font-size: 16px;
	line-height: 1.5;
}
.privacy-cnt .ttl {
	margin-bottom: 20px;
	font-size: 18px;
	color: #FF3399;
}
.privacy-cnt p {
	line-height: 2;
}
.privacy-cnt .cnt {
	overflow: auto;
	height: 400px;
}
.submit-bt {
	text-align: center;
}
.submit-bt input, .submit-bt a {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background-color: #FF3399;
	border-radius: 10px;
	border: none;
	text-align: center;
	padding: 25px 120px;
	display: inline-block;
	cursor: pointer;
 text-decoration: none !important;
}
body:not(.single-introduce) .submit-bt input, .submit-bt a {
	margin: 75px auto;
}
body.single-introduce .submit-bt input, .submit-bt a {
 margin: 0 auto;
}
p.repletion {
 font-size: inherit !important;
 margin-bottom: 0 !important;
 line-height: 1.5 !important;
}
.mw_wp_form_confirm .repletion, .mw_wp_form_preview .repletion {
	display: none;
}
.mw_wp_form h2 {
	color: #FF3399;
    font-size: 40px !important;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

@media only screen and (max-width:767px) {
	.form-table {
 	   margin: 50px 0 0;
	}
	.form-table table {
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
	.form-table th, .form-table td {
		display: block;
		width: auto;
		font-size: 14px;
	}
	.form-table td input[type="text"], .form-table td input[type="email"] {
		width: 100%;
		margin: 0 0 10px;
	}
	.form-table td textarea {
		width: 100%;
		margin-top: 10px;
	}
	.form-table th, .form-table table {
		border-top: 1px solid #F5F5F5;
	}
	.form-table th, .form-table td {
		padding: 15px;
	}
	.form-table th {
		font-size: 16px;
		padding-bottom: 0;
	}
	.form-table th span {
	    font-size: 14px;
	}
	.submit-bt input {
		display: block;
		width: 100%;
		padding: 25px 0;
	}
	.submit-bt a {
		display: block;
		padding: 25px 0;
		text-align: center;
	}
	.submit-bt input,
	.submit-bt a {
	    margin: 30px auto;
	}
	.form-table th span {
		float: none;
		margin-left: 5px;
		display: inline-block;
	}
	.privacy-cnt {
	    padding: 20px;
	}
}
