@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01{
	}
}
.contents01 .contents01_01{
	width: 650px;
	height: auto;
	padding: 50px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 20px 0 50px;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
.contents01 .contents01_01 > .text01 span{
	width: auto;
	height: auto;
	font-size: 28px;
	line-height: 38px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01{
		font-size: 12px;
		line-height: 22px;
		display: block;
		margin-bottom: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*.contents01ここまで*/

/* 確認画面表示中に確認用メール欄を非表示 */
.contents01 .contents01_01 .contents01_01_01 #wpcf7-f126-o1.wpcf7.no-js.wpcf7_confirm form.wpcf7-form.init .form_01.input table tbody tr.kakunin{
	display: none;
}
