@charset "UTF-8";

body {
	color: #333333;
	font-family: 'BIZ UDPGothic', sans-serif;;
	letter-spacing: 1px;
}

html {
	font-size: 12px;
	line-height: 14px;
	scroll-padding-top: 100px;
}

a {
	transition: all 1s ease;
	color: #065FD4;
}

a:hover {
	opacity: 0.6;
}

.sp {
	display: none
}

@media screen and (max-width:768px) {
	.pc {
		display: none
	}
	.sp {
		display: block
	}
}


.form{
	margin-bottom:10%;
}

.inner img.form-header{
	width:auto;
}

.form-attention{
	color: #008cd6;
	font-weight: bold;
	text-align: center;
	font-size: clamp(0.875rem, 0.461rem + 2.07vw, 1.625rem);
	line-height: 160%;
	margin-bottom: 30px;
}

.contact-form{
	border: 1px solid #ff7bac;
}

.contact-tit{
	color: #ffffff;
	background: #ff7bac;
	font-weight: bold;
	text-align: center;
	font-size: clamp(0.875rem, 0.461rem + 2.07vw, 1.625rem);
	line-height: 160%;
	margin-bottom: 30px;
	padding: 20px;

}

.contact-form .contact-row-tit {
	color: #008cd6;
	font-size: clamp(0.875rem, 0.461rem + 2.07vw, 1.625rem);
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 10px;
	line-height: 140%;
	font-weight: bold;
}
.contact-form .contact-row-tit span.small{
	font-size: clamp(0.675rem, 0.461rem + 2.07vw, 1.225rem);
	font-weight: bold;
}
.contact-form .contact-row-tit span.required{
	font-size: clamp(0.475rem, 0.33rem + 2.07vw, 1.125rem);
	background: #ff7bac;
	color: #FFFFFF;
	padding: 3px 5px;
	margin-left: 5px;
	border-radius: 3px;
}
.contact-form .contact-row-field{
	font-size: clamp(0.675rem, 0.461rem + 2.07vw, 1.325rem);
	padding: 0px 10px;
	margin-bottom: 20px;
	line-height: 140%;
	font-weight: bold;
}
.contact-form .contact-row-field div{
	font-weight: bold;
}
.contact-form .contact-row-field label{
	display:block;
	margin-bottom: 20px;
	font-weight: bold;
}
.contact-form .contact-row-field span.small{
	font-size: clamp(0.675rem, 0.461rem + 1.37vw, 1.0125rem);
	font-weight: bold;
}

.contact-form  input[type="text"],
.contact-form  input[type="email"],
.contact-form  input[type="number"],
.contact-form  input[type="tel"],
.contact-form  textarea,
	select {
	padding: 15px 10px;
	width: 100%;
	background: #e9e9e9;
	font-size:16px;
}

.contact-form  input[type="radio"] {
	width: 15px;
	height: 15px;
	appearance: auto;
}

.contact-form  label {
	margin-right: 20px;
}

.contact-form  textarea {
	height: 100px;
	border:none;
}

.contact-half-field {
	display: flex;
	justify-content: center;
}

.contact-row-flex{
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 20px;
}


.preferred-date input[type="number"]{
	width:70px;
}

.contact-form  .contact-full-field {
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: end;
	align-items: end;
}

.contact-form  .contact-full-field>div {
	width: 80%;
}

.contact-form  .button-small {
	width: 300px;
	margin: 20px auto 30px;
}

.error {
	color: #e73030;
	font-weight: bold;
	margin-top: 5px;
}

.button{
	background: #008cd6;
	padding: 20px;
	display: block;
	width: 200px;
	margin: 0 auto 30px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 30px;
	font-size: clamp(0.75rem, 0.267rem + 2.41vw, 1.325rem);
	max-width: 100%;
	box-sizing: border-box;
}

.button-back{
	margin: 0 auto 20px;
	display: block;
	font-size: clamp(0.75rem, 0.267rem + 2.41vw, 1.325rem);
	color: #c1272d;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}


@media screen and (max-width:380px) {
	.contact-row-flex{
		flex-direction: column;
	}
	.preferred-date input[type="text"]{
		width:160px;
	}
}
footer {
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
footer img.footer-logo{
	width: auto;
}

footer .footer-menu{
	display: flex;
	justify-content: center;
	gap: 5%;
}
footer .footer-menu a{
	font-size:clamp(0.75rem, 0.523rem + 1.14vw, 1.375rem);
	color: #000000;
}