/* # front # mainpage # section6 */
.main-section6 .section6-box {
	width: 100%;
	display: flex;
	align-items: stretch;
	background-color: var(--gray-scale4);
}
.main-section6 .section6-title-wrap {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid var(--gray-scale6);
}
.main-section6 .section6-title-wrap h3 {
	margin-bottom: 4px;
}
.main-section6 .section6-box .left {
	width: 55.55556%;
	background-color: var(--gray-scale4);
	box-sizing: border-box;
	
	padding-top: 80px;
}
.main-section6 .section6-box .right {
	flex: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.main-section6 .section6-form-in {
	width: 88.235%;
	padding-bottom: 80px;
}
#Section6Form {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#Section6Form .section6-form-wrap {
	margin-left: 15%;
	box-sizing: border-box;
	width: 85%;
	max-width: 950px;
}
#Section6Form .line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
#Section6Form .line:last-child {
	margin-bottom: 0;
}
#Section6Form .line .half {
	width: calc(50% - 16px);
}
#Section6Form .line  .all {
	width: 100%;
}
#Section6Form label {
	width: 100%;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height:111%;
	margin-bottom: 8px;
}
#Section6Form input.cs-input {
	border: none;
	padding: 0 16px;
	outline: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 125%;
	background-color: var(--white);
	height: 48px;
	width: 100%;
	box-sizing: border-box;
}
#Section6Form textarea.cs-input {
	border: none;
	padding: 16px;
	outline: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 125%;
	background-color: var(--white);
	height: 164px;
	width: 100%;
	box-sizing: border-box;
	font-family: var(--default-font);
	resize: none;
}
#Section6Form .section6-form-submit-wrap {
	width: 100%;
}
#Section6Form .section6-submit-btn {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	height: 88px;
	background-color: var(--point-red);
	color: var(--gray-scale1);
	border: none;
	outline: none;
	cursor: pointer;
}

@media(max-width: 1200px) {
	#Section6Form .section6-form-wrap {
		margin-left: 10%;
		width: 90%;
	}
}

@media(max-width: 970px) {
	.main-section6 .section6-title-wrap {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	#Section6Form label {
		font-size: 16px;
	}
	#Section6Form .section6-form-wrap {
		margin-left: 8%;
		width: 92%;
	}
	#Section6Form input.cs-input {
		height: 35px;
	}
}

@media(max-width: 768px) {
	.main-section6 .section6-box .right {
		display: none;
	}
	.main-section6 .section6-title-wrap h2 {
		font-size: 24px;
	}
	.main-section6 .section6-box .left {
		width: 100%;
		padding-top: 48px;
	}
	#Section6Form .section6-form-wrap {
		margin-left: 0;
		width: 100%;
		padding: 0 16px;
		max-width: 700px;
		margin: 0 auto;
	}
	.main-section6 .section6-form-in {
		width: 100%;
		padding-bottom: 32px;
	}
	#Section6Form .line {
		flex-wrap: wrap;
		margin-bottom: 16px;
	}
	#Section6Form .line .half {
		width: 100%;
		margin-bottom: 16px;
	}
	#Section6Form .line .half:last-child {
		margin-bottom: 0;
	}
	#Section6Form .section6-submit-btn {
		height: 58px;
	}
	#Section6Form input.cs-input {
		height: 40px;
	}
	#Section6Form textarea.cs-input {
		height: 162px;
	}
}

@media(max-width: 360px) {
	#Section6Form label {
		font-size: 14px;
	}
	.main-section6 .section6-title-wrap h2 {
		font-size: 20px;
	}
}

@media(max-width: 320px) {
	#Section6Form .section6-form-wrap {
		padding: 0 10px;
	}
	#Section6Form label {
		font-size: 13px;
	}
}