@charset "utf-8";

.template0001_04{
	text-align: justify;
	text-justify: inter-ideograph;
}

.template0001_04 img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
}

@media (min-width:768px){
	.template0001_04{
		display: flex;
		align-items: center;
		padding: 80px 0;
	}

	.template0001_04 > div{
		width: 500px;
		max-width: 40%;
		margin: 0 50px 0 10%;
	}

	.template0001_04 .title,
	.template0001_04 .title_s{
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	.template0001_04 .title_hr,
	.template0001_04 .btn{
		margin-right: 0;
		margin-left: 0;
	}

	.template0001_04 > p{
		flex: 1;
	}
}

@media screen and (max-width:767px){
	.template0001_04 > div{
		padding: 50px 15px 30px;
	}

	.template0001_04 img{
		height: 200px;
	}
}


