@charset "utf-8";
.eyecatch_inc.else .eyecatch_inc01 .text01{
	margin-bottom: 0;
	font-size: 30px;
	line-height: 52px;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.else .eyecatch_inc01 .text01{
		font-size: 18px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 374px) {
	.eyecatch_inc.else .eyecatch_inc01 .text01{
		font-size: 16px;
		line-height: 28px;
	}
}
/*独自カスタム*/
main .wpcf7_confirm form .form_01 table .title th{
	width: 100%;
	padding-left: 0;
}
main .wpcf7_confirm form .form_01 table .title td{
	width: 0;
}
@media only screen and (max-width: 767px){
	main .wpcf7_confirm form .form_01 table .title td{
		width: 100%;
		padding-top: 0;
	}
}
main form .form_01 table tr th .span01 .icon01{
	margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px){
	main form .form_01 table tr th .span01 .icon01{
		margin: 0 6px 0 0;
	}
}
main form .form_01 table .title th .span01{
	font-size: 20px;
	line-height: 30px;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	main form .form_01 table .title th .span01{
		font-size: 18px;
		line-height: 28px;
	}
}
main form .form_01 table .title th .span01 .span01_01{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 26px;
	display: block;
}
@media only screen and (max-width: 767px){
	main form .form_01 table .title th .span01 .span01_01{
		margin: 0 0 13px;
		font-size: 15px;
		line-height: 25px;
	}
}
main form .form_01 table .title2 th .span01{
	font-size: 16px;
	line-height: 26px;
	flex-direction: row;
}
@media only screen and (max-width: 767px){
	main form .form_01 table .title2 th .span01{
		font-size: 15px;
		line-height: 25px;
	}
}
main form .form_01 table .title td{
	margin-top: 0;
}
main form .form_01 table .title + tr th{
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	main form .form_01 table .title + tr th{
		margin-top: 15px;
	}
}
main .wpcf7_confirm form .form_01 table .title + tr th{
	padding-top: 20px;
	margin-top: 0;
}
main .wpcf7_confirm form .form_01 table .title + tr td{
	padding-top: 20px;
}
@media only screen and (max-width: 767px){
	main .wpcf7_confirm form .form_01 table .title + tr td{
		padding-top: 8px;
	}
}
main form .form_01 table tr td .block .span02 textarea{
	min-height: 150px;
}
@media only screen and (max-width: 767px){
	main form .form_01 table tr td .block .span02 textarea{
		min-height: 60px;
	}
}
main form .form_01 table .group01_1_2 td .block .span02 textarea,
main form .form_01 table .group01_1_3 td .block .span02 textarea,
main form .form_01 table .group01_2_2 td .block .span02 textarea,
main form .form_01 table .group01_2_3 td .block .span02 textarea,
main form .form_01 table .group01_3_2 td .block .span02 textarea,
main form .form_01 table .group01_3_3 td .block .span02 textarea,
main form .form_01 table .group01_4_2 td .block .span02 textarea,
main form .form_01 table .group01_4_3 td .block .span02 textarea,
main form .form_01 table .group01_5_2 td .block .span02 textarea,
main form .form_01 table .group01_5_3 td .block .span02 textarea,
main form .form_01 table .group01_6_2 td .block .span02 textarea,
main form .form_01 table .group01_6_3 td .block .span02 textarea,
main form .form_01 table .group01_7_2 td .block .span02 textarea,
main form .form_01 table .group01_7_3 td .block .span02 textarea,
main form .form_01 table .group01_8_2 td .block .span02 textarea,
main form .form_01 table .group01_8_3 td .block .span02 textarea,
main form .form_01 table tr:nth-of-type(3) + .group01_9 td .block .span02 textarea,
main form .form_01 table .group01_9_2 td .block .span02 textarea,
main form .form_01 table .group01_9_3 td .block .span02 textarea{
	min-height: 60px;
}
main form .form_01 table .show{
	display: table-row!important;
}
main .wpcf7_confirm form table .show{
	display: flex!important;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	main .wpcf7_confirm form table .show{
		flex-direction: column;
	}
}
/*form .form_01 table tr.show {
	display: table-row;
}*/
/*独自カスタム*/

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1080px;
	height: auto;
	padding: 60px 0 70px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 50px;
	}
}
.contents01 .contents01_01 > .text01{
	width: 650px;
	height: auto;
	padding: 12px 5px;
	margin: 0 auto 40px;
	font-size: 15px;
	line-height: 25px;
	background-color: #E6ECF4;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01{
		width: 100%;
		padding: 12px 2px;
		margin: 0 auto 35px;
	}
}
.contents01 .contents01_01 > .text02{
	width: 650px;
	height: auto;
	margin: 0 auto;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text02{
		width: 100%;
	}
}
/*.contents01ここまで*/