.block1_txt1{
	width:95%;
	margin:0 auto;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:20px;
	color:#000;
	text-align:center;
	padding-bottom:100px;
}

.block1_wrap{
	width:95%;
	max-width:600px;
	margin:0 auto 100px;
}

.block1_txt2{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	padding-bottom:30px;
}

.block1_txt2 span{
	color:#DE0012;
}

.block1_txt3{
	font-family: 'MOBO_pickup';
	font-size:20px;
	padding-bottom:30px;
}

.block1_txt3 span{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	color:#DE0012;
}

.block1_txt4 {
	display: grid;
	grid-template-rows:auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:15px;
	margin-bottom:50px;
}

.block1_txt4_1{
	width:100%;
	grid-row: 1;
	grid-column: 1 / 2;
}

.block1_txt4_2{
	width:100%;
	grid-row: 1;
	grid-column: 2 / 3;
}

.block1_txt4_3{
	width:100%;
	grid-row: 1;
	grid-column: 3 / 4;
}

.block1_txt4_4{
	width:100%;
	grid-row: 1;
	grid-column: 4 / 5;
}

.block1_txt5{
	font-family: 'MOBO_pickup';
	font-size:20px;
	padding-bottom:10px;
}

.block1_txt5 span{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	color:#DE0012;
}

.block1_txt6 input{
	width:100%;
	height:44px;
	background-color:#E7E7E8;
	border:0px;
	margin-bottom:30px;
	padding:15px;
	box-sizing: border-box;
}

.block1_txt6 textarea{
	width:100%;
	height:150px;
	background-color:#E7E7E8;
	border:0px;
	margin-bottom:30px;
	padding:15px;
	box-sizing: border-box;
}

.block1_submit{
	width:100%;
	padding:20px 0;
	border-radius:10px;
	background-color:#174794;
	font-family: 'MOBO_pickup';
	font-size:20px;
	color:#FFF;
	text-align:center;
	border:0px;
}

.block1_submit:hover{
	opacity:0.5;
}



/* 画面幅1024以下 PC*/
@media screen and (max-width: 1024px) {









}


/* 画面幅768px以下 タブレット*/
@media screen and (max-width: 768px) {

	.block1_txt1{
		font-size:15px;
	}

	.block1_txt3{
		font-size:15px;
	}

	.block1_txt5{
		font-size:15px;
	}

	.block1_submit{
		width:100%;
		padding:20px 0;
		border-radius:10px;
		font-size:15px;
	}

	.block1_txt4 {
		display: grid;
		grid-template-rows:auto auto auto auto;
		grid-template-columns: 1fr;
		column-gap: px;
		row-gap:20px;
	}

	.block1_txt4_1{
		width:100%;
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}

	.block1_txt4_2{
		width:100%;
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}

	.block1_txt4_3{
		width:100%;
		grid-row: 3 / 4;
		grid-column: 1 / 2;
	}

	.block1_txt4_4{
		width:100%;
		grid-row: 4 / 5;
		grid-column: 1 / 2;
	}







}

/* 画面幅375px以下　モバイル*/
@media screen and (max-width: 375px) {












}

