@charset "UTF-8";
/*---------------　展示場*/
.contact_case {
	position: relative;
}
.contact_case .text_lead {
	font-size: 1.8rem;
	margin-bottom: 2em;
}
.contact_case .case_title {
	font-size: 2.4rem;
	font-weight: 600;
	padding-bottom: 0.6em;
	margin-bottom: 1.6em;
	position: relative;
}
.contact_case .case_title::after {
	content:  "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: #565656;
	position: absolute;
	left: 0;
	bottom: 0;
}
.list_note li {
	line-height: 1.6;
	padding-left: 0.8em;
	margin-bottom: 0.7em;
	position: relative;
}
.list_note li::before {
	content: "";
	display: block;
	width: 0.3em;
	height: 0.3em;
	border-radius: 50%;
	background-color: #565656;
	position: absolute;
	left: 0;
	top: 0.65em;
}
.list_note li:last-child {
	margin-bottom: 0;
}
.tbl_price {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 2em;
}
.tbl_price tr th {
	background-color: #1e73be;
	padding: 1em;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
}
.tbl_price tr td {
	background-color: #e7f5ff;
	padding: 1em;
}
.tbl_price tr td .text {
	line-height: 1.6;
	margin-bottom: 0.5em;
}
.c_item {
	margin-bottom: 3em;
}
.c_item .c_item_title {
	font-size: 2rem;
	font-weight: 600;
	padding-left: 1em;
	margin-bottom: 0.7em;
	position: relative;
}
.c_item .c_item_title::before {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	background-color: #f5c93d;
	position: absolute;
	left: 0;
	top: 0.75em;
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.contact_case .text_lead {
		font-size: 1.6rem;
	}
	.contact_case .case_title {
		font-size: 2.2rem;
	}
	.contact_case .case_title::after {
		width: 70px;
	}
	.tbl_price tr th,
	.tbl_price tr td {
		display: block;
		width: 100%;
		padding: 0.5em 1em;
	}
	.c_item {
		margin-bottom: 2em;
	}
	.c_item .c_item_title {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	.contact_case .text_lead {
		font-size: 1.5rem;
	}
	.contact_case .case_title {
		font-size: 2rem;
	}
	.contact_case .case_title::after {
		width: 60px;
	}
	.c_item .c_item_title {
		font-size: 1.6rem;
	}
}

.contact_case .case_wrap {
	max-width: 960px;
	margin: 0 auto;
}
.contact_case .exhibition_form_wrap {
	max-width: 960px;
	margin: 0 auto;
}
.contact_case .exhibition_form_wrap .dl_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #dddddd;
}
.contact_case .exhibition_form_wrap .dl_form:first-child {
	border-top: 1px solid #dddddd;
}
.contact_case .exhibition_form_wrap .dl_form dt {
	width: 340px;
	text-align: left;
	line-height: 40px;
	font-weight: 600;
}
.contact_case .exhibition_form_wrap .dl_form dt span {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.1rem;
	line-height: 2;
	background-color: #f5c93d;
	color: #ffffff;
	border-radius: 11px;
	margin-left: 15px;
}
.contact_case .exhibition_form_wrap .dl_form dd {
	width: calc(100% - 340px);
}
.contact_case .exhibition_form_wrap .dl_form dd .num_users {
	display: inline-block;
	padding-right: 30px;
}
.contact_case .exhibition_form_wrap .dl_form dd .num_users input.form_s {
	width: 100px;
	margin-right: 0;
}
.contact_case .exhibition_form_wrap .dl_form dd .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 20px;
	margin: 0 10px 0 0;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.contact_case .exhibition_form_wrap .dl_form dd .form-control.short {
	max-width: 300px;
	margin: 0 10px 10px 0;
}
.contact_case .exhibition_form_wrap .dl_form dd textarea.form-control {
	width: 100%;
	height: auto;
}
.contact_case .exhibition_form_wrap .submit_area {
	margin: 30px auto 0;
	text-align: center;
}
.contact_case .exhibition_form_wrap .submit_area input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 50px;
	padding: 6px 12px;
	margin: 0 auto;
	color: #1e73be;
	background-color: #ffffff;
	border: 1px solid #1e73be;
	border-radius: 25px;
	transition: .4s;
	cursor: pointer;
}
.contact_case .exhibition_form_wrap input[type=submit]:hover {
	background-color: #1e73be;
	color: #ffffff;
}
.contact_case .exhibition_form_wrap .btn_link {
	margin: 90px auto;
}
@media screen and (max-width: 768px) {
	.contact_case .exhibition_form_wrap .dl_form {
		flex-direction: column;
		padding: 1em 0 1.3em;
	}
	.contact_case .exhibition_form_wrap .dl_form dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.contact_case .exhibition_form_wrap .dl_form dt span {
		position: static;
		margin-right: 10px;
	}
	.contact_case .exhibition_form_wrap .dl_form dd {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.contact_case .exhibition_form_wrap .dl_form dd .num_users {
		display: block;
		padding-right: 0;
		margin-bottom: 10px;
	}
}


