@charset "utf-8";
@media screen and (min-width:768px) {
  #support{ margin: 0 auto;padding-top:350px; }
}
h2.title {
	line-height: 1.5;
}
.container {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 20px;
}
.top__text {
	font-size: 18px;
	margin-bottom: 55px;
}
.top__img {
	margin-bottom: 60px;
}

.content__title {
	font-size: 26px;
	font-weight: 500;
}
.content__detail {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 50px;
}
.stuff {
	border: 1px solid #646d74;
	padding: 40px 70px 60px 50px;
	margin-bottom: 20px;
}
.stuff__title {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 50px;
}
.stuff__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}
.stuff .stuff__item:last-of-type {
	margin-bottom: 0;
}
.stuff__img {
	margin-right: 30px;
}
.stuff__name {
	font-size: 16px;
	margin-bottom: 30px;
}
.stuff__detail {
	font-size: 16px;
}
.application {
	background: #508dc5;
	font-size: 18px;
	max-width: 632px;
	width: 80%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 25px 0;
	margin-bottom: 20px;
	text-decoration: none;
	cursor: pointer;
}
.cancel {
	font-size: 17px;
	text-align: center;
	margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
	.content {
		display: flex;
		align-items: flex-start;
		margin-bottom: 50px;
	}
	.content__title {
		margin-bottom: 40px;
	}
	.content__text {
		padding: 35px 0 0 45px;
	}
}
@media screen and (max-width: 767px) {
	.top__text {
		font-size: 15px;
		margin-bottom: 50px;
	}
	.top__img {
		margin-bottom: 40px;
	}
	.content {
		margin-bottom: 60px;
	}
	.content__title {
		font-size: 18px;
	}
	.content__text {
		display: flex;
		align-items: center;
		margin-bottom: 25px;
	}
	.content__step {
		width: 20%;
		margin-right: 15px;
	}
	.content__detail {
		font-size: 13px;
	}
	.stuff {
		padding: 25px 30px;
		margin: -25px 0 0;
	}
	.stuff .stuff__item:last-of-type {
		margin-bottom: 0;
	}
	.stuff__img {
		margin-right: 20px;
		width: 32%;
	}
	.stuff__title {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.stuff__name {
		font-size: 13px;
		margin-bottom: 25px;
	}
	.stuff__detail {
		font-size: 13px;
	}
	.application {
		font-size: 15px;
		padding: 20px 0;
		width: 69%;
		margin-bottom: 10px;
	}
	.cancel {
		font-size: 15px;
	}
}
