.top_copy_box {
	display: flex;
	/*flex-direction: row-reverse;*/
	margin-bottom: 120px;
}

.v_title {
	writing-mode: vertical-lr;
	border: none !important;
	white-space: nowrap;
	margin: 0 1.8em 0 0.6em !important; 
}
/*.top_copy_box h4::first-letter {
	initial-letter: 2 1;
	letter-spacing: 1em;
}*/
.sp_only {
	display: none;
}
.v_title span {
	letter-spacing: 0.1rem;
}
.top_copy {
	flex-grow: 1;
}
.top_copy h4 {
	margin: 0;
}
.top_copy figure {
	float: right;
	margin: 0 0 1.2em 0;
	width: 30%;
}
.top_copy figure img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.v_title {
		margin: 0 0.9em 0 0.3em !important; 
	}
	.sp_only {
		display: inline;
	}
	.top_copy figure {
		width: 85%;
		margin: 0 7.5%;
		clear: both;
	}
}

.align_right {
	text-align: right !important;
}
.clear_both {
	clear: both;
}