.voice_2023 {
	padding-bottom: 100px; 
}
.voice_2023 .voice_box {
	width: 960px;
	margin:auto;
}
.voice_2023 .voice_box .images {
	width: 50%;
	float: left;
}
.voice_2023 .voice_box img {
	width: 100%;
}
.voice_2023 .voice_box .title{
	margin:50px 0 30px 0;
	font-size:20px;
	font-weight: bold;
}
.voice_2023 .voice_box .txt {
	width: 45%;
	float: right;
	font-size:15px;
	line-height:25px;
	text-align: left;
}
.voice_2023 .voice_box1 {
	width: 960px;
	margin:auto;
}
.voice_2023 .voice_box1 .voice_box_2_l {
	width: 44%;
	float: left;
	font-size:15px;
	line-height:25px;
	text-align: left;
	padding: 20px;
	background-color:#F0F2CE;
}
.voice_2023 .voice_box1 .voice_box_2_r {
	width: 44%;
	float: right;
	font-size:15px;
	line-height:25px;
	text-align: left;
	padding: 20px;
	background-color:#F0F2CE;
}
.voice_2023 .voice_box1 .voice_box_2_l img,
.voice_2023 .voice_box1 .voice_box_2_r img {
	width:100%;
}
.voice_2023 .voice_box1 .voice_box_2_l h4,
.voice_2023 .voice_box1 .voice_box_2_r h4 {
	margin: 10px 0;
	font-weight: bold;
}
.voice_2023 .voice_box_100 {
	width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
	background-color:#EDF0DB;
	margin-top: 100px;
	margin-bottom: 100px;
}
.voice_2023 .voice_box_100 .voice_box {
	padding: 100px 0 150px 0;
}
.voice_2023 .voice_box_100 .voice_box .title{
	width: 100%;
	font-size:20px;
	font-weight: bold;
	text-align: left;
}
.voice_2023 .voice_box_100 .voice_box .txt {
	width: 60%;
	float: left;
	font-size:15px;
	line-height:25px;
	text-align: left;
}
.voice_2023 .voice_box_100 .voice_box .images {
	width: 35%;
	float: right;
}
.voice_2023 .voice_box_100 .voice_box .images img {
	width: 100%;
}
.voice_2023 .voice_box .gallery_box_l {
	width: 49%;
	float: left;
	margin:10px 0;
}
.voice_2023 .voice_box .gallery_box_r {
	width: 49%;
	float: right;
	margin:10px 0;
}
.voice_2023 .voice_box .gallery_box_l img,
.voice_2023 .voice_box .gallery_box_r img {
	width:100%;
}
.hr {
	border-top: 1px solid #CCC;
	margin: 100px 0;
}
.clean {
	clear: both;
}

/*パソコンのみ*/
@media screen and (min-width: 1280px) {
	.voice_2023 {
	}
}

/*スマホなど*/
@media screen and (max-width: 768px) {
	.voice_2023 .voice_box {
		width: 96%;
		margin:auto;
	}
	.voice_2023 .voice_box .images {
		width: 100%;
		float: none;
	}
	.voice_2023 .voice_box img {
		width: 100%;
	}
	.voice_2023 .voice_box .title{
		margin:20px 0 20px 0;
		font-size:20px;
		font-weight: bold;
	}
	.voice_2023 .voice_box .txt {
		width: 100%;
		float: none;
		font-size:15px;
		line-height:25px;
		text-align: left;
	}
	.voice_2023 .voice_box1 {
		width: 96%;
		margin:auto;
	}
	.voice_2023 .voice_box1 .voice_box_2_l {
		width: 100%;
		float: none;
		font-size:15px;
		line-height:25px;
		text-align: left;
		padding: 1%;
		background-color:#F0F2CE;
	}
	.voice_2023 .voice_box1 .voice_box_2_r {
		width: 100%;
		float: none;
		font-size:15px;
		line-height:25px;
		text-align: left;
		padding: 1%;
		background-color:#F0F2CE;
	}
	.voice_2023 .voice_box1 .voice_box_2_l img,
	.voice_2023 .voice_box1 .voice_box_2_r img {
		width:98%;
		margin-left: 1%;
	}
	.voice_2023 .voice_box1 .voice_box_2_l h4,
	.voice_2023 .voice_box1 .voice_box_2_r h4 {
		margin: 10px 1%;
		font-weight: bold;
	}
	.voice_2023 .voice_box_100 {
		width: 98%;
	  margin-left: 1%;
	  margin-right: 0;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.voice_2023 .voice_box_100 .voice_box {
		width: 98%;
		padding: 0;
	}
	.voice_2023 .voice_box_100 .voice_box .title{
		width: 100%;
		font-size:20px;
		font-weight: bold;
		text-align: left;
	}
	.voice_2023 .voice_box_100 .voice_box .txt {
		float: none;
		width: 100%;
		margin-left:1%;
		font-size:15px;
		line-height:25px;
		text-align: left;
	}
	.voice_2023 .voice_box_100 .voice_box .images {
		width: 98%;
		float: none;
	}
	.voice_2023 .voice_box_100 .voice_box .images img {
		width: 100%;
	}
	.voice_2023 .voice_box .gallery_box_l {
		width: 100%;
		float: none;
		margin:10px 0;
	}
	.voice_2023 .voice_box .gallery_box_r {
		width: 100%;
		float: none;
		margin:10px 0;
	}
	.voice_2023 .voice_box .gallery_box_l img,
	.voice_2023 .voice_box .gallery_box_r img {
		width:100%;
	}

}


/*スマホなど*/
@media screen and (max-width: 500px) {
	.voice_2023 {
	}
}

