@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	scroll-margin-top: 100px;
}

#contact h3 {
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 26px;
	line-height: 1;
	color: var(--green);
}

#contact .em,
#contact em {
	color: var(--green);
}

#contact .container {
	width: 900px;
}

#contact .about {
	margin-bottom: 40px;
}

#contact .table {
	display: table;
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
}

#contact dl {
	display: table-row;
	border-bottom: solid 1px #CCD3CD;
}

#contact dt {
	display: table-cell;
	vertical-align: top;
	width: 30%;
	height: 70px;
	padding: 20px 0;
	line-height: 46px;
	position: relative;
}

#contact dt em {
	width: 30px;
	height: 16px;
	border-radius: 5px;
	background: #6FAF8A;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	position: absolute;
	top: 36px;
	right: 40px;
}

#contact dd {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}

/* ---------------------------------------------------------
	CSS Document input
--------------------------------------------------------- */

#contact input[type='tel'],
#contact select,
#contact input[type='email'],
#contact input[type='text'],
#contact textarea {
	padding: 0;
	border-radius: 4px;
	border: solid 1px transparent;
	background: transparent;
	box-shadow: none;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 15px;
}

#contact input[type='tel'],
#contact input[type='email'],
#contact input[type='text']{
	height: 46px;
}

#contact select {
	height: 46px;
	padding: 0 0.8em;
	border: solid 1px #CCD3CD;
	background: #fff;
}

#contact input[type='checkbox'] {
	vertical-align: -0.4em;
	width: 24px;
	height: 24px;
	margin-right: 0.5em;
}

#contact textarea {
	width: 100%;
	min-height: 4em;
	form-sizing: content;
	field-sizing: content;
	padding: 0.75em 0;
}

#contact .w230 {
	width: 230px;
}

#contact .w500 {
	width: 500px;
}

#contact .err {
	padding-left: 0.8em !important;
	background: #fff !important;
	box-shadow: 0 0 3px 0 #f00 !important;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

.submit {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.submit li {
	margin: 0 25px;
}

.submit button {
	vertical-align: top;
	width: 180px;
	height: 46px;
	border-radius: 46px;
	border: 0;
	background: #6FAF8A;
	text-align: center;
	text-decoration: none;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

.submit .back button {
	background: rgba(107, 126, 115, 0.5);
}

.submit button:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

#contact .privacy {
	margin-top: 60px;
}

#contact .privacy textarea {
	padding: 0.8em 1.2em;
	border: solid 1px #CCD3CD;
	background: #fff;
	font-size: 14px;
	line-height: 1.8;
	color: var(--black);
}
