@charset "utf-8";

/* ========================================================
	attempt.css
======================================================== */

/* attempt_contents
============================================================================================================ */
.attempt_contents section {
	position: relative;
}
.attempt_contents section .num {
	position: absolute;
	top: 0;
	left: 5vw;
	font-size: 4.8rem;
	line-height: 1;
	color: #3e5faa;
	opacity: 0.5;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.attempt_contents section + section {
		margin-top: 60px;
	}
	.attempt_contents section .ph {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 768px), print {
	.attempt_contents section + section {
		margin-top: 100px;
	}
	.attempt_contents section {
		display: flex;
		justify-content: space-between;
	}
	.attempt_contents section .ph {
		width: 520px;
	}
	.attempt_contents section .ph + div {
		width: calc(100% - 520px - 60px);
	}
	.attempt_contents section .num {
		left: 0;
		font-size: 8rem;
	}
}
