#apply_contents {
	width: 80%;
	margin: auto;
}

.red {
	color: red;
}

.link {
	color: rgba(42, 137, 219, 1);
}

.apply-open {
	display: block;
	width: 60%;
	margin: 2rem auto;
	padding: 5px 0px;
	background-color: rgba(42, 137, 219, 1);
	color: white;
	border-radius: 0.5rem;
	text-align: center;
	font-size: 1.77rem;
}

.apply-open:hover {
	background-color: rgba(42, 137, 219, 0.3);
}

.apply {
	width: 60%;
	margin: 2rem auto;
	padding: 5px 0px;
	background-color: rgba(42, 137, 219, 1);
	color: white;
	border-radius: 0.5rem;
	text-align: center;
	font-size: 1.77rem;
}

.apply.apply_end {
	background-color: red;
}

.title {
	font-size: 1.77rem;
	margin-bottom: 0.5rem;
}

.subtitle {
	font-size: 1.55rem;
	margin-bottom: 0.25rem;
}

.detail {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

.signup-note {
	font-size: 1.33rem;
}

.flow_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 0.5rem;
}

.flow_list>a {
	display: flex;
	width: 30%;
	height: auto;
	margin-left: 0.5rem;
}

.flow_item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	text-align: center;
	border-radius: 0.5rem;
	color: black;
	font-size: 1.33rem;
	background-color: rgba(42, 137, 219, 1);
	justify-content: center;
	align-items: center;
	padding: 0.5rem;
	flex-grow: 1;
}

.flow_item:hover {
	background-color: rgba(42, 137, 219, 0.3);
}

.flow_item_selected {
	background-color: rgba(42, 137, 219, 0.3);
}

.flow_detail {
	background-color: rgba(42, 137, 219, 0.2);
	border-radius: 0.5rem;
	padding: 0.5rem 2.5rem;
	margin-bottom: 1rem;
}

.flow_detail li {
	list-style: disc;
	font-size: 1.1rem;
	margin: 0.25rem 0;
}

.credit,
.bank,
.mail {
	display: none;
}

.flow_selected {
	display: block;

}

.credit_image {
	width: 150px;
}

@media screen and (max-width: 1450px) {
	#apply_contents {
		width: 100%;
	}

	.apply {
		width: 80%;
	}
}