.contactpage {
	padding-top: 46px;
}

.arc-greet h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #3CAFCB;
	margin-bottom: 17px;
}

.arc-content {
	overflow: hidden;
	margin-bottom: 15px;
}

.ctpinfo {
	width: 276px;
}

.ctpinfo .e-ctl {
	width: 100%;
	margin-bottom: 25px;
}
.e-ctl {
	align-items: flex-start;
	width: max-content;
}

.ctpinfo .ctlicon {
	margin-top: 0px;
	width: 20px;
	height: auto;
	max-height: 25px;
}

.ctlcontent h3 {
	margin-bottom: 7px;
}

.ctlcontent h3, .ctlcontent p {
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.ctpinfo .ctlcontent p {
	margin-bottom: 10px;
}

.innerctl a {
	align-items: center;
	line-height: 28px;
}

.innerctl a img {
	margin-right: 13px;
}
.bankacc a, .bankacc a span {
	display: block;
	margin-bottom: 14px;
	line-height: 21px;
}

.bankacc a span {
	margin-bottom: 0;
	color: #A5A5A5;
}

.ctlicon {
	margin-right: 18px;
	margin-top: -2px;
}

.ctpform {
	width: calc(100% - 276px);
	box-sizing: border-box;
	padding-left: 80px;
}

.arc-greet p {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
}

.contact_page_form_message {
	font-size: 16px;
	line-height: 1.8em;
}

.contact_page_form_message_error {
	font-weight: 700;
	color: red;
	text-align: right;
	font-size: 14px;
	line-height: 1.8em;
}

.gfield {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.gfield label {
	display: block;
	margin-bottom: 13px;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #111111;
}

.gfield input, .gfield textarea, .gfield select, .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	box-sizing: border-box;
	padding: 12px 20px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}

.gfield textarea {
	height: 146px;
}

.ctpform button.nbtn {
	margin-left: auto;
}

#sectionmap {
	position: relative;
}

#map {
	width: 100%;
	height: 423px;
}

#sectionmap .nbtn {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

@media (max-width: 916px) {
	.ctp {
		display: block;
		padding-bottom: 80px;
	}

	.ctpinfo {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.ctpinfo .e-ctl {
		width: 50%;
	}

	.ctpform {
		padding: 0;
		width: 100%;
		max-width: 639px;
		margin: 0 auto;
	}
}

@media (max-width: 500px) {
	.ctpinfo {
		display: block;
	}

	.ctpinfo .e-ctl {
		width: 100%;
	}
}
