#footContactPan {
	display: none !important;
}

.colum {
	text-align: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
	.colum h2 {
		font-weight: 600;
		line-height: 1.9em;
		margin-bottom: 2.0em;
	}
	.colum h2 strong {
		font-weight: 600;
		color: var(--cl-theme);
	}
@media only screen and (max-width:780px) {
	.colum {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.colum h2 {
		font-size: 4.4vw;
		line-height: 2.4em;
		margin-bottom: 3rem;
	}
}

/**/
section.face {
	margin-bottom: 0;
}
#firstHgroup {
	background-image: url(/share/im/add/bg_pop-cloud.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
@media only screen and (max-width:780px) {
	
}

/**/
#contactGuide {
	justify-content: center;
	font-family: var(--font-g);
	margin-bottom: 2rem;
}
	#contactGuide .call-numbers {
		padding-right: 1rem;
	}
		#contactGuide .call-numbers a.phone {
			font-size: 2.4em;
			line-height: 1em;
			font-weight: bold;
			vertical-align: baseline;
			color: #000;
			display: block;
		}
		#contactGuide .call-numbers a.phone:hover {
			color: #000 !important;
		}
		#contactGuide .call-numbers a.phone .mrk-freedial {
			width: auto;
			height: 0.88em;
			vertical-align: -0.06em;
			margin-right: 0.2em;
		}
	#contactGuide .times {
		text-align: left;
		padding-left: 1rem;
		border-left: solid 2px #b9b9b9;
	}
		#contactGuide .times h5 {
			line-height: 1em;
			margin-bottom: 0.2em;
			font-weight: 500;
		}
		#contactGuide .times h5,
		#contactGuide .times .guide {
			font-size: 0.9em;
		}
			#contactGuide .times .guide > i {
				
			}
			#contactGuide .times .guide > time {
				font-weight: 600;
				font-size: 1.1em;
				vertical-align: baseline;
			}
			#contactGuide .times .guide > .not {
				margin-left: 0.6em;
				font-weight: 400;
			}
				#contactGuide .times .guide > .not::before {
					content: "(";
				}
				#contactGuide .times .guide > .not::after {
					content: ")";
				}
@media only screen and (max-width:780px) {
	#contactGuide {
		padding: 1rem;
	}
	#contactGuide .call-numbers {
		text-align: center;
		width: 100%;
		padding-right: 0rem;
		font-size: 3.4vw;
	}
	#contactGuide .times {
		text-align: center;
		width: 100%;
		padding-left: 0;
		border-left: none;
		font-size: 3.8vw;
		margin-top: 1em;
	}
}

/**/
#receptionForm {
	padding: 0;
	position: relative;
	z-index: -5;
	margin-bottom: 3rem;
}
#receptionForm .hgroup {
	font-size: 2.2rem;
	line-height: 1.8em;
	margin-bottom: 1.0em;
	font-weight: 600;
	letter-spacing: 0.16em;
	padding: 1.4em 1em;
	padding-top: 2em;
	margin-top: -4.6em;
}
	#receptionForm .hgroup > i {
		color: var(--cl-pageink);
		font-weight: inherit;
		font-size: 0.6em;
		display: block;
		margin-bottom: 1em;
		letter-spacing: 0.0em;
	}
	#receptionForm .hgroup > b {
		font-weight: inherit;
		display: block;
	}
	#receptionForm .hgroup .small {
		font-size: 0.7em;
		font-weight: inherit;
	}
@media only screen and (max-width:780px) {
	#receptionForm {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		border-radius: 0;
	}
	#receptionForm .hgroup {
		font-size: 4.0vw;
	}
}
	
/**/
#receptionForm .form-parent {
	background-color: #fff;
	border-radius: 1em;
	padding: 2em;
}
#receptionForm .form-parent .first-guide {
	color: var(--cl-theme);
	font-family: var(--font-g);
	font-weight: 500;
	line-height: 1.8em;
	font-size: 1.0em;
	margin-bottom: 2rem;
	text-align: center;
}
@media only screen and (max-width:780px) {
	#receptionForm .form-parent {
		border-radius: 0;
		padding: 2em 1.4em;
	}
	#receptionForm .form-parent .first-guide {
		font-size: 3vw;
	}
}

/**/
#receptionForm .wrap, #receptionForm .form {
	padding: 0;
}
#receptionForm .wrap table {
	width: 100%;
	background-color: #cbcbcb;
	border-spacing: 1px 1px;
	margin-bottom: 1rem;
}
	#receptionForm .wrap table caption {
		background-color: var(--cl-theme);
		color: #fff;
		display: block;
		padding: 0.66em 1em;
		line-height: 1.1em;
		font-weight: 500;
		font-family: var(--font-g);
	}
		#receptionForm .wrap table caption .notice {
			margin: 0;
			margin-left: 0.7em;
			font-weight: 400;
			display: inline-block;
		}
			#receptionForm .wrap table caption .notice::before {
				content: "※";
				display: inline;
				margin-right: 0.2em;
				opacity: 0.5;
			}
	#receptionForm .wrap table th {
		background-color: #fff;
		text-align: left;
		border: none;
		padding-left: 1.0em;
		padding: 1em;
	}
	#receptionForm .wrap table td {
		background-color: #f1f1f1;
		border: none;
		padding: 1em;
		line-height: 1.6em;
	}
@media only screen and (max-width:780px) {
	#receptionForm .wrap table th,
	#receptionForm .wrap table td {
		margin-bottom: 0;
	}
	#receptionForm .wrap table {
		background-color: #eeeeee;
		border-spacing: 2px 0px;
	}
}

/**/
#receptionForm .short-input {
	max-width: 15em;
}
#receptionForm textarea[name="note"] {
	height: 8em;
}
#receptionForm label {
	display: block;
	margin-bottom: 0.8em;
	font-family: var(--font-g);
	font-weight: 500;
}
#receptionForm label:last-child {
	margin-bottom: 0;
}
	#receptionForm label input[type="radio"],
	#receptionForm label input[type="checkbox"] {
		margin-right: 0.4em;
	}
	#receptionForm label .guide {
		margin-left: 0.6em;
		font-size: 0.9em;
		opacity: 0.6;
		font-weight: 400;
	}
#receptionForm fieldset {
	
}
	#receptionForm fieldset dl {
		margin-bottom: 1em;
	}
	#receptionForm fieldset dl:last-child {
		margin-bottom: 0;
	}
	#receptionForm fieldset dl dt {
		margin-bottom: 0.6em;
		font-weight: 500;
		font-size: 0.9em;
	}
#receptionForm fieldset.default-hidden {
	margin-top: 1em;
}
#receptionForm .default-hidden[data-display=""] {
	display: none;
}
@media only screen and (max-width:780px) {
	#receptionForm .short-input {
		max-width: 42vw;
	}
	#receptionForm label .guide {
		font-size: 3.2vw;
	}
	#receptionForm .wrap table caption .notice {
		display: block;
		margin-left: 0;
		margin-top: 0.8em;
		font-size: 2.8vw;
	}
}

/**/
#agreement {
	text-align: center;
	padding-top: 2rem;
	margin-bottom: 2rem;
}
#agreement h3 {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
#agreement .policytext {
	text-align: left;
	overflow: auto;
	width: 100%;
	height: 16em;
	padding: 1.0em;
	font-size: 0.9em;
	background-color: #f7f7f7;
	border: solid 1px #e8e8e8;
	border-radius: 0.2em;
}
#agreement .policytext h4 {
	font-size: 1em;
	margin-bottom: 0.5em;
}
#agreement .policytext ol li {
	margin-bottom: 1em;
}

/**/
#receptionForm .bot > * {
	width: auto;
	max-width: 100%;
}
#receptionForm .confirming {
	max-width: 100%;
}
@media only screen and (max-width:780px) {
	#receptionForm .bot {
		
	}
	#receptionForm .confirming {
		width: 100%;
		font-size: 4.0vw;
	}
	#receptionForm .controls.confirm button
		font-size: 4.2vw;
	}
	#receptionForm .return {
		padding-left: 3em;
	}
	#receptionForm .submit {
		padding-left: 2.0em;
		padding-right: 3.2em;
	}
}
