.mailForm table{
	border: none;
	border-spacing: 0;
	width: 100%;
}
@media all and (max-width: 767px) {
	.mailForm table{
		display: block;
		width: 100%;
	}
	.mailForm table tr{
		display: block;
		margin: 0;
		width: 100%;
	}
	.mailForm table th{
		display: block;
		margin: 0;
		width: 100%;
	}
	.mailForm table td{
		display: block;
		margin: 0;
		width: 100%;
	}
	.fieldset{
		margin: 0;
		padding: 0;
	}
	.mailForm table tr.trStyle02{
		display: none;
	}
}
fieldset{
	border: none;
}
.trStyle02{
	display: none;
}

.mailForm li{
	list-style: none;
}

.mailForm table th,
.mailForm table td{
	border-bottom: 1px solid #222;
	padding: 30px 0;
	text-align: left;
	font-size: 18px;
	color: #222;
}
@media all and (max-width: 767px) {
	.mailForm table th,
	.mailForm table td{
		border-bottom: none;
	}
}

.mailForm table th{
	padding-right: 30px;
	width: 290px;
}
@media all and (max-width: 767px) {
	.mailForm table th{
		width: 100%;
		padding: 35px 10px 0;
		border-top: 1px solid #222;
	}
	.horizontal-item{
		display: block;
	}
	.mw_wp_form .horizontal-item + .horizontal-item{
		margin-left: 0 !important;
		margin-top: 15px;
	}
	.lineBox02{
		margin-top: 15px;
	}
}
span.note{
	font-size: 80%;
}
.wpSpan{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.must{
	font-size: 12px;
	background-color: #F14A4A;
	color: #fff;
	display: block;
	padding: 5px 10px;
}
.mailForm input{
	padding: 10px;
	font-size: 18px;
}
@media all and (max-width: 767px) {
	.mailForm input[type="text"]{
		max-width: 100%;
		width: 100%;
	}
	.mailForm input[type="email"]{
		max-width: 100%;
		width: 100%;
	}
	.mailForm input[type="file"]{
		padding: 0;
	}
}
.inputUl{
	display: flex;
}
.inputUl li{
	width: 160px;
	margin-right: 20px;
}
.inputUl li input{
	width: 100%;
}
.mailForm textarea{
	width: 850px;
	padding: 20px;
}
@media all and (max-width: 767px) {
	.inputUl li{
		width: 150px;
		
	}
	.mailForm textarea{
		width: 100%;
		max-width: 100%;
	}
}
.mailForm select{
	appearance: auto !important;
	-webkit-appearance:auto !important;
	width: 280px;
	padding-right: 20px !important;
	font-size: 18px;
}
.mailForm select option{
	font-size: 18px;
}

.txtBox{
	background-color: #fff;
	padding: 40px;
	margin: 40px 0;
}
@media all and (max-width: 767px) {
	.txtBox{
		background-color: #fff;
		padding: 20px;
		margin: 40px 0;
	}
}
.txtBox_sc{
	height: 210px;
	overflow-y: scroll;
	margin-bottom: 20px;
	font-size: 14px;
}
.agreeTxt{
	text-align: center;
	font-size: 16px;
	font-weight: 700 !important;
}
.agreeTxt .mwform-checkbox-field label{
	font-weight: 700 !important;
}
}
.ttl{
	font-size: 18px;
	margin-bottom: 20px;
}
.text{
	margin-bottom: 20px;
}
.mwform-checkbox-field label, .mwform-radio-field label{
	margin-right: 40px;
}

.mwform-tel-field input{
	width: 140px !important;
}
.mwform-tel-field input:first-child{
	width: 115px !important;
}
@media all and (max-width: 767px) {
	.mwform-tel-field input{
		width: 110px !important;
	}
	.mwform-tel-field input:first-child{
		width: 85px !important;
	}
}

.contact_download_flex{
	display: flex;
	justify-content: flex-start;
	
}
.contact_download_flex ul{
	width: 50%;
	margin-top: 15px;
}

.contact_download_flex div{
	margin-top: 15px;
	width: 200px;
}
.contact_download_flex div img{
	margin-top: 20px;
	width: 100%;
}
.contact_download_file_sp{
	width: 150px;
	margin-top: 10px;
}
.contact_download_file_sp img{
	width: 100%;
}
.mw_wp_form_confirm .contact_download_flex div,
.contact_download_file_sp
{
	display: none;
}
ul.submit{
	display: flex;
	justify-content: center;
}
ul.submit li{
	margin: 0 10px;
}
.submit input{
	margin: 0 auto;
	display: block;
	color: #fff;
	background-color: #46CBA2;
	border-color: #46CBA2;
	box-shadow: none;
	border-radius: 5px;
	padding-left: 25px;
	padding-right: 25px;
}
.submit input:hover{
	opacity: 0.9;
}


@media all and (max-width: 767px) {
	.contact_download_flex{
		width: 250px;
	}
	.mw_wp_form .error{
		margin: 15px 0;
	}
	.contact_download_file_sp
	{
		display: block;
	}
	.radioBox--min span:first-child{
		font-size: 15px;
	}
	.mailForm .tdStyle03  input{
		font-size: 15px;
	}
	
}

.contact_back_box{
	margin: 100px 0  0;
}







