@charset "UTF-8";
/*
お問い合わせ
Author: K.yagi
Last-update: 2021-11-04
----------------------------------------------------------------- */
.wrap_contact {
	width: 90%;
	margin: 0 auto;
}

.wrap_contact_head {
	border-bottom: 1px solid #555;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.ttl_h2_contact {
	padding-top: 20px;
}

.ttl_h3_contact {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.wrap_contact_head p {
	margin-bottom: 1em;
}

.wrap_contact_head p span {
	color: #ff0000;
	display: block;
	margin-top: 1em;
}

.dl_contact_form * {
	box-sizing: border-box;
}

input[type="text"],input[type="submit"],textarea {
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid #999;
	padding: 10px;
}

.dl_contact_form dt {
	margin: 10px 0 5px;
	font-weight: bold;
}

.required {
	color: #ca4649;
}

.name div:first-child {
	font-weight: bold;
}

.name div:not(:first-child) {
	margin-bottom: 10px;
}

.btn_contact input {
	border-color: #484848;
	background: #555;
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
	border-radius: 7px;
}

.sml_txt { font-size: 12px; }

.txt_cf01 a {
	color: #00F;
}


@media print,screen and (min-width: 769px) {
	.wrap_contact {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}

	.ttl_h3_contact {
		font-size: 20px;
		margin-bottom: 10px;
	}

	input[type="text"],input[type="submit"],textarea {
		padding: 15px;
	}

	.dl_contact_form dt {
		margin: 20px 0 10px;
	}

	.name {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 10%;
		margin-bottom: 20px;
	}

	.name div:first-child {
		width: 10%;
	}

	.name div:nth-child(2),.name div:nth-child(3) {
		width: 40%;
	}

	.name div:not(:first-child) {
		margin-bottom: 0;
	}

	.btn_contact input {
		font-size: 20px;
		margin: 40px 0;
	}

	.btn_contact input:hover {
		cursor: pointer;
	}

	.txt_cf01 a:hover {
		text-decoration: underline;
	}
}



/*
確認画面
Author: K.yagi
Last-update: 2020-07-06
----------------------------------------------------------------- */
.confirm .name div:not(:first-child) {
	display: inline-block;
}

@media screen and (min-width: 769px) {
	.confirm .dl_contact_form {
		display: flex;
		flex-wrap: wrap;
	}

	.confirm .dl_contact_form dt {
		width: 30%;
		margin: 0 0 40px;
	}

	.confirm .dl_contact_form dd {
		width: 70%;
		margin: 0 0 40px;
	}

	.confirm .dl_contact_form .name {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		padding-left: 0;
		margin-bottom: 0;
	}

	.confirm .dl_contact_form .name div:first-child {
		width: auto;
	}

	.confirm .dl_contact_form .name div:nth-child(2),.confirm .dl_contact_form .name div:nth-child(3) {
		width: auto;
		margin-left: 1em;
	}

	.confirm .dl_contact_form .name2 {
		margin-left: 30%;
		margin-bottom: 40px;
	}

	.confirm .dl_contact_form .name div:not(:first-child) {
		margin-bottom: 0;
	}
}

/*
完了画面
Author: K.yagi
Last-update: 2020-07-06
----------------------------------------------------------------- */
.completed {
	margin: 50px 0;
}

.completed h3 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	.completed h3 {
		font-size: 20px;
	}
}