@charset "UTF-8";
#module_breadcrumbs{
	padding-bottom:10px;
}
/* -- layout -- */
html {
	scroll-behavior: smooth;
}
.ct_wrap {
	font-size: 14px;
	color: #000;
	background: #dffbff;
	text-align: center;
	letter-spacing: 0.04em;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ct_wrap * {
	box-sizing: content-box;
}
article img {
	vertical-align: top;
	width: auto;
	max-width: 100%;
	height: auto;
}
.ct_wrap sup {
	font-size: 0.65em;
	/* vertical-align: top; */
}
.ct_wrap sub {
	font-size: 0.65em;
	/* vertical-align: baseline; */
}
.ct_wrap .ct_note {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75;
	display: block;
}



/* -- fade -- */
.fade {
	opacity: 0;
	transform: translateY(40px);
	transition: all 1500ms cubic-bezier(0.6, 0.2, 0.35, 1.0) 0.1s;
}
.fade.in {
	opacity: 1;
	transform: translateY(0);
}
.ct_section_contact_bnr.fadeout,
.ct_section_contact_bnr.open.fadeout {
	visibility: hidden;
	opacity: 0;
	bottom: -200px;
}
