@charset "utf-8";
main {
	min-height: initial;
	padding: 0;
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 580px;
	height: auto;
	padding: 45px 0 60px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 30px 0 45px;
	}
}
.contents01 .contents01_01 .form{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

/*フォーム独自カスタム*/
.wpcf7_confirm form table .title + tr{
	border-top: 0;
}
form .form_01 table .title + tr th{
	margin-top: 0;
}
form .form_01 table .title th .span01{
	font-size: 18px;
	line-height: 28px;
}
form .form_01 table tr td .block.short01 .span02 span{
	width: 100px;
	margin: 0;
}
form .form_01 table tr td .block.short01 .span02{
	align-items: flex-start;
}
form .form_01 table tr td .block.short01 .span02 .span02_01{
	width: auto;
	height: 51px;
	margin: 0 0 0 10px;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
}
form .form_01 table tr td .block.short02 .span02 span{
	width: 180px;
	margin: 0;
}
form .form_01 table .file td .block .span02 span{
	width: 330px;
	margin: 0;
}
form .form_01 table .file td .block .span02 input{
	border: 0;
	background-color: #EFEFEF;
}
form .form_01 table .textarea_short td .block .span02 textarea{
	min-height: calc(196px / 2);
}
.wpcf7_input form .form_01 .send p .button{
	width: calc((100% - 30px * 1) / 2);
}
@media only screen and (max-width: 767px) {
	.wpcf7_input form .form_01 .send p .button{
		width: 100%;
		margin: 0 0 15px;
	}
}
.wpcf7_input form .form_01 .send p .single_back{
	box-sizing: border-box;
	width: calc((100% - 30px * 1) / 2);
	height: 65px;
	padding: 0;
	margin: 0 30px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	border: 1px solid #000000;
	text-align: center;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.wpcf7_input form .form_01 .send p .single_back{
		width: 100%;
		margin: 0 0 0;
	}
}
.wpcf7_confirm form .form_01 .send p .single_back{
	display: none;
}
/*フォーム独自カスタム*/
/*.contents01ここまで*/