@charset "UTF-8";
.contact{
	padding: 50px 0 100px;
	border-bottom: none !important;
}
.contact .sec-lead{
	font-size: 1.8rem;
}
.contact .contact-note p.indent{
	text-indent: -1em;
	padding-left: 1em;
}
.contact-note p + p{
	margin-top: 0 !important;
}
.contact-notice{
	font-size: 1.4rem;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
}
.contact-notice:first-child{
	margin-top: 0.5em;
}

.contact-wrap .contact-item.border input[type="text"],
.contact-wrap .contact-item.border input[type="button"],
.contact-wrap .contact-item.border textarea{
	border: 2px solid #ec7033;
	border-radius: 10px;
	padding: 0.1em 0.5em;
	font-family: "Noto Serif JP", serif;
	font-size: 2.0rem;
}
.contact-wrap .contact-item.border input[type="text"]:not(:first-child){
	margin-top: 1em;
}

.contact-item .flex{
	display: flex;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	gap: 0 0.5em;
}
.contact-item .flex:not(:first-child){
	margin-top: 1em;
}
.contact-wrap .contact-item .flex input[type="text"] {
	width: 6em;
	text-align: center;
}
.contact-wrap .contact-item .flex input[type="button"] {
	width: 6em; 
	background: #ec7033;
	color: #fff;
	text-align: center;
}

.contact-wrap .contact-item .select-wrap{
	position: relative;
}
.contact-wrap .contact-item .select-wrap::after{
	position: absolute;
	content:'';
	width: 0.5em;
	height: 0.5em;
	top: 0;
	bottom: 0.25em;
	right: 0.8em;
	margin: auto;
	transform: rotate(45deg);
	border-right: 2px #ec7033 solid;
	border-bottom: 2px #ec7033 solid;
}
.contact-wrap .contact-item select{
	border: 2px solid #ec7033;
	border-radius: 10px;
	padding: 0.1em 2em 0.1em 0.5em;
	font-family: "Noto Serif JP", serif;
	font-size: 2.0rem;
}
.contact-note a{
	color: #ec7033;
	text-decoration: underline;
}

@media (max-width: 768px){
	.contact{
		padding: 10vw 0;
	}
	.contact .sec-lead{
		font-size: 3.6vw;
	}
	.contact-notice{
		font-size:3vw;
	}

	.contact-wrap .contact-item.border input[type="text"],
	.contact-wrap .contact-item.border input[type="button"],
	.contact-wrap .contact-item.border textarea{
		border:0.5vw solid #ec7033;
		border-radius: 2.6vw;
		font-size: 4.2vw;
	}

	.contact-wrap .contact-item select{
		border: 0.5vw solid #ec7033;
		border-radius: 2.6vw;
		font-size: 4.2vw;
	}
}