.box1 h3{
	display: block;
	font-size: 200%;
	line-height: 1.3;
}
.box1 h3 span{
	display: block;
	padding: 16px 0;
	padding-top: 8px;
	font-size: 80%;
	color: #DC3A19;
}
.box1 > div{
	display: flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.box2 > div{
	display: flex;
	align-items:flex-end;
}
.box1 .str,
.box2 .str{
	line-height: 1.8;
	width: 50%;
}
.box1 .img{
	width: 50%;
	padding-left: 40px;
}
.box2 .img{
	width: 50%;
	padding-right: 15px;
}
.box1 .img span,
.box2 .img span{
	font-size: 90%;
	line-height: 1.7;
}
.box2 a{
	color: #E43F1A;
	text-decoration: underline;
}
@media all and (max-width: 768px) {
	.box1 > div,
	.box2 > div{
		flex-direction:column;
	}
	.box1 .str,
	.box2 .str{
		width: 100%;
	}
	.box1 .img,
	.box2 .img{
		width: 70% !important;
		margin: 0 auto !important;
		margin-bottom: 16px !important;
		padding-left: 0px;
	}
	.box1 h3{
		text-align: center;
		font-size: 150%;
	}
	.box1 h3 span{
		padding: 8px 0;
		font-size: 80%;
	}
	
}
.memo1{
	margin-bottom: 0;
}
.memo1 h3 p{
	text-align: center;
}
.memo1 .img{
	padding-top: 24px;
}

.voice {
	grid-template-columns:25% 75%;
	-ms-grid-columns:25% 75%;
	background-color: #FBF9ED;
	padding: 24px;
	padding-left: 0px;
}
.voice h4{
	display: block;
	border-bottom: 1px dotted #b8b5a5;
	margin-bottom: 10px;
}
.voice h4 p{
	padding: 8px 0;
}
.voice h4 p span{
	font-size: 120%;
	color: #E43F1A;
}
.voice .img{
	text-align: center;
}
.voice .img img{
	display: block;
	margin: 0 auto;
	border: 1px solid #9b9b9b;
}
.voice .img img:not(:last-child){
	margin-bottom: 12px;
}

.outer_01 .voice:not(:last-child){
	margin-bottom: 24px;
}

@media all and (max-width: 768px) {
	.voice {
		padding: 0px;
		padding-bottom: 10px;
		border-bottom: 1px solid #b8b5a5;
	}
	.voice h4{
		border-bottom: none;
	}
	.voice h4 p{
		padding: 4px 0;
	}
	.voice .img{
		text-align: left;
		margin-bottom: 10px;
	}
	.voice .img img{
		display: inline-block;
		margin: 0;
	}
	.voice .img img:not(:last-child){
		margin-bottom: 0px;
		margin-right: 10px;
	}
	
}


