@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Noto+Sans+JP:wght@400;700;900&family=Poppins:wght@400;700&family=Yuji+Syuku&family=Great+Vibes&family=Stick&family=RocknRoll+One&family=Rubik+Dirt&display=swap');
body {
	font-family: 'Noto Sans JP', sans-serif;
}
#page-title p,
.home #philosophy .section-heading,
.home #main-content #business h2.section-heading span,
.home #main-content #property h2.section-heading span,
.home #main-content #news h2.section-heading span,
.home #main-content #business .business-container h3 span,
.page #philosophy h2,
.page #company .section-container h3 span,
#contact h2 span {
	font-family: 'Cinzel', serif;
}
header ul#connecting > li:first-child span.phone,
#menu-global-menu .phone span:nth-child(2),
ul#property-list p time,
.archive ul#news-list p time,
#contact ul li span:nth-child(2) {
	font-family: 'Poppins', sans-serif;
}


/*****************************************/
/* Common														*/
/*****************************************/
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: rgba(255,255,255,1);
	word-wrap: break-word;
	font-size: 16px;
	line-height: 1.8em;
	color: rgba(0,0,0,1);
	overflow-x:clip;
}
a {
	color: rgba(0,56,148,1);
	text-decoration: none;
	outline: none;
}
p {
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	margin-bottom: 1.875rem;
}
p > a[target=_blank] {
	padding-right: 0.9375rem;
	background: url(../images/icon_blank.png) right center/11px auto no-repeat;
}
p > a[target=_blank].icon-pdf {
	padding-left: 1.5rem;
	background: url(../images/icon_pdf.png) left center/17px auto no-repeat;
}

ul {
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0;
}
li {
	margin-left: 1rem;
}
h2 {
	margin-bottom: 3.125rem;
	margin-block-start: 0;
	font-size: 334%;
	font-weight: 100;
}
h3 {
	margin-bottom: 1.875rem;
}
dt {
	margin-left: 0;
	font-weight: 600;
}
dd {
	margin-left: 0;
}
section {
	margin-bottom: 3.125rem;
}
section:before, section:after {
	content: " ";
	display: table;
}
section:after {
	clear: both;
}
table {
	width: 100%;
	border: 1px solid rgba(221,221,221,1);
	border-collapse: collapse;
	box-sizing: border-box;
}
table th {
	width: 30%;
	background: rgba(245,245,245,1);
	padding: 1.125rem;
	border: 1px solid rgba(221,221,221,1);
	box-sizing: border-box;
	text-align: left;
}
table td {
	padding: 1.125rem;
	border: 1px solid rgba(221,221,221,1);
	box-sizing: border-box;
}
table td.price {
	width: 24%;
	text-align: center;
}
table td.remarks {
	text-align: left;
}
table td.remarks ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-inline-start: 1rem;
}
table td.remarks p {
	margin-top: 0;
	margin-bottom: 0;
}
table td.remarks p.attention {
	text-indent: -1rem;
	margin-left: 1rem;
}
.attention {
	color: rgba(217,83,79);
}
*, ::before, ::after {
	box-sizing: border-box;
}

/*****************************************/
/* Layout															*/
/*****************************************/
#container {
	overflow: hidden;
	position: relative;
}
#content {
	/*margin-bottom: 3.125rem;*/
}
.container {
	margin-right: auto;
	margin-left: auto;
	/*overflow: hidden;*/
	box-sizing:border-box;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.mt {
	margin-top: 1.875rem;
}
.mb {
	margin-bottom: 1.875rem;
}
.mt2 {
	margin-top: 3.125rem;
}
.mb2 {
	margin-bottom: 3.125rem;
}
.privacy-policy #main-content ul,
.privacy-policy #main-content ol {
	padding-left: 0;
}

@media (min-width: 52.125em) { /*834px*/
	.container {
		width: 820px;
	}
}
@media (min-width: 64em) { /*1024px*/
	.container {
		width: 970px;
	}
}
@media (min-width: 75em) { /*1200px*/
	.container {
		width: 1170px;
	}
}

/*****************************************/
/* Loading															*/
/*****************************************/
#splash {
	/*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1040;
	background:#333;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width:100px;
}

/*****************************************/
/* Header															*/
/*****************************************/
header {
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 1030;
	top: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	margin-bottom: 0;
	min-height: 101px;
	border: none;
}
header:before, header:after {
	content: " ";
	display: table;
}
header:after {
	clear: both;
}
header > .container {
	transition: all .4s ease 0s,background .6s ease .2s;
	padding-top: 10px;
	padding-bottom: 4px;
}
header h1 {
	transition: all .4s ease 0s,background .6s ease .2s;
	position: relative;
	margin: 0;
	padding: 0;
	background: rgba(226,225,223,1);
	font-size: 0.625rem;
	/*line-height: 1.4;*/
}
header h1 .container {
	padding-bottom: 0;
}
header img {
	line-height: 1;
	margin: 0;
	max-height: 40px;
	vertical-align: middle;
}
header img[src*=’.svg’]{
	width: 100%;
	height: auto;
}
header.smaller {
	background: rgba(255,255,255,0.9);
}
header.smaller > .container {
	padding-top: 8px;
	padding-bottom: 8px;
}

header.smaller h1 {
	margin: -32px 0 1px 0;
}
@media (min-width: 52.125em) {
	header {
		min-height: inherit;
	}
}
@media (max-width: 48em) { /*768px*/
	header {
		min-height: inherit;
	}
	header h1 {
		text-align: center;
		font-size: 0.5625rem;
		letter-spacing: 0;
	}
	header img {
		max-height: 30px;
	}
	header.smaller h1 {
		margin: 0;
	}
	header.smaller h1 {
		margin: -32px 0 1px 0;
	}
	header.smaller > .container {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

/*****************************************/
/* Footer															*/
/*****************************************/
footer {
	margin-top: auto;
	padding: 1.875rem 0 0 0;
	background: rgba(204,215,234,1);
	font-size: 0.75rem;
	position: relative;
}
#footer-nav > div.profile {
	float: left;
	width: 30%;
}
#footer-nav > div.profile > img {
	width: 40%;
}
#footer-nav > div.profile > p {
	margin-left: 0;
	list-style: none;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0;
}
#footer-nav > ul.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: right;
}
#footer-nav > ul.menu > li {
	display: inline-block;
	margin-left: 0;
	/*padding: 0 0 0 1.875rem;*/
	list-style: none;
	font-weight: 800;
	text-align: left;
}
#footer-nav > ul.menu > li > ul.sub-menu > li {
	margin-left: 0;
	list-style: none;
	font-weight: 400;
}
#footer-nav > ul.menu > li > a,
#footer-nav > ul.menu > li > ul.sub-menu > li >a,
#footer-nav > div.profile > p >a {
	text-decoration: none;
	transition: 0.3s;
}
#footer-nav > ul.menu > li > ul.sub-menu > li >a::before {
	content: "-";
}

#copyright {
	background: rgba(0,56,148,1);
	padding: 0.9375rem 0;
	color: rgba(255,255,255,1);
	text-align: center;
}
@media (max-width: 52.125em) { /*834px*/
	footer {
		padding: 0;
	}
	#footer-nav {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}
	#footer-nav > div.profile {
		float: none;
		width: 100%;
		text-align: center;
	}
	#footer-nav > div.profile p.profile-text {
		text-align: center;
	}
	#footer-nav > div.profile img.sp-img {
		width: 80%;
		margin: 1.875rem auto;
	}
	footer .container #menu-footer-menu {
		display: none;
	}
}
#external-link {
	background: rgba(0,56,148,1);
}
#external-link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 1.875rem 0;
	gap: 0.5rem;
}
#external-link li {
	display: inline-block;
	list-style: none;
	margin: inherit;
	line-height: 1;
	width: calc(13.6%);
}
#external-link li img {
	width: 100%;
}
@media (max-width: 52.125em) { /*834px*/
	#external-link {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}
	#external-link ul {
		display: block;
	}
	#external-link li {
		width: 100%;
	}
}

/*****************************************/
/* Page																*/
/*****************************************/
/* Page */
.page, .archive, .single {
	display: none;
}
.page #container {
}
/* PageTitle */
#page-title {
	margin-bottom: 1.125rem;
	padding-top: 5.75rem;
	padding-bottom: 5.125rem;
	text-align: center;
	background-color: rgba(2,56,148,1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#page-title .container {
}
#page-title h1 {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.4rem;
	color: rgba(255,255,255,1);
}
#page-title p {
	margin-bottom: 1.875rem;
	font-size: 3rem ;
	font-weight: 400;
	line-height: 2.4rem;
	color: rgba(255,255,255,1);
}

#page-title.about-title {
}
#page-title.sdgs {
	background-size: cover;
	background-image: url('../images/sdgs/main.jpg');
	background-color: rgba(2,56,148,1);
}
#page-title.company {
	background-size: cover;
	background-image: url('../images/company/main.jpg');
	background-color: rgba(2,56,148,1);
}
#page-title.purchase {
	background-size: cover;
	background-image: url('../images/purchase/main.jpg');
	background-color: rgba(2,56,148,1);
}
#page-title.property-info {
	background-size: cover;
	background-image: url('../images/property/main.jpg');
	background-color: rgba(2,56,148,1);
}
#page-title.renovation {
	background-size: cover;
	background-image: url('../images/renovation/main.jpg');
	background-color: rgba(2,56,148,1);
}



@media (max-width: 52.125em) {
	#page-title .container	{
		width: 92%;
	}
}

/*****************************************/
/* Main Content												*/
/*****************************************/
#main-content {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 3.125rem;;
	margin-left: auto;
	float: none;
	box-sizing:border-box;
}
.home #main-content {
	padding: 0;
}
#main-content figure{
	margin: 0;
}
#main-content img {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
}
#main-content h2 {
	font-size: 1.375rem;
	font-weight: 600;
	text-align: center;
}
@media (max-width: 64em) { /*1024px*/
	#main-content {
		margin-bottom: 3.125rem;
	}
}
@media (max-width: 48em) {
	#main-content {
		margin-bottom: 1.125rem;
		padding: 0.9375rem;
	}
	#main-content h2 {
		margin-top: 0.9375rem;
		margin-bottom: 1.875rem;
	}
	#main-content h3 {
		margin-top: 0;
	}
	#main-content section {
		margin-bottom: 0;
	}
}

/*****************************************/
/* 	Sidebar														*/
/*****************************************/
/* .left-sidebar */
@media (min-width: 48em) { /*768px*/
	#main-content {
		width: 100%;
		float: none;
	}
	#sidebar {
		width: 100%;
		float: none;
	}
}
@media (min-width: 64em) { /*1024px*/
	.left-sidebar #main-content {
		width: 75%;
		float: left;
	}
	.left-sidebar #sidebar {
		width: 22%;
		float: right;
		margin-top: 0;
	}
}
#search_form {
	margin-bottom: 1.875rem;
}
#search_form input[type="search"] {
	display: inline-block;
	width: 70%;
	height: 40px;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-right: none;
	border-radius: 5px 0 0 5px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
}
#search_form input[type="search"]:focus {
	display: inline-block;
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}
#search_form input[type="submit"] {
	transition: background 300ms, color 300ms, box-shadow 300ms;
	width: 30%;
	height: 40px;
	background: rgba(0,0,0,1);
	font-size: 100%;
	font-weight: 400;
	color: rgba(255,255,255,1);
	-webkit-appearance: none;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 5px 25px 8px 25px;
	cursor: pointer;
	outline: none;
	border: none;
	border-radius: 0 5px 5px 0;
}
#search_form input[type="submit"]:hover {
	background: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	border: 1px solid rgba(0,0,0,1);
}

#sidebar li {
	list-style: none;
}
#sidebar > nav > ul {
	padding-inline-start: 0;
	margin-bottom: 1.875rem;
}
#sidebar > nav > ul > li {
	margin-left: 0;
	background: rgba(255,255,255,1);
	padding-inline-start: 0;
	margin-left: 0;
	padding: 0.75rem;
	border-bottom: 1px solid rgba(221,221,221,1);
}
#sidebar .nav-title {
	position: relative;
	margin: 0;
	padding: 0.75rem;
	background: rgba(76,115,180,1);
	font-weight: 600;
	text-align: center;
}
#sidebar .nav-title h2 {
	margin: 0;
	line-height: 1;
	font-size: 1rem;
	color: rgba(255,255,255,1);
}
#sidebar .nav-title p {
	margin: 5px 0 0 0;
	line-height: 1;
	font-size: 0.6rem;
	color: rgba(255,255,255,0.8);
}
#sidebar ul li {
	font-size: 0.875rem;
}

/*****************************************/
/* Bread Crumb												*/
/*****************************************/
#breadcrumb {
	margin-bottom: 1.125rem;
}
#breadcrumb .container {
}

#breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
#breadcrumb ul li {
	margin-left: 0;
	font-size: 0.75rem;
}
#breadcrumb ul li:nth-child(n+2):before {
	font-family: "fontisto";
	content: "\e96a";
	color: rgba(165,165,165,1);
}
@media (max-width: 52.125em) {
	#breadcrumb {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}
}


/*****************************************/
/* Contact															*/
/*****************************************/
#contact {
	padding-top: 3.125rem;
}
#contact a {
	color: rgba(30,30,30,1);
}
#contact a:hover {
	color: rgba(0,56,148,1);
}
@media (max-width: 52.125em) {
	#contact {
		padding-top: 0;
	}
}

/*****************************************/
/* Page Top														*/
/*****************************************/
#page-top {
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	display: block;
	width: 100px;
	padding: 1.875rem 0;
	background: rgba(0,56,148,0.4);
	border: 1px solid rgba(255,255,255,1);
	text-decoration: none;
	text-align: center;
	color: rgba(255,255,255,1);
	transition: 0.3s;
}
#page-top a:hover {
	text-decoration: none;
	background: rgba(0,56,148,1);
}
#page-top .caret-top {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************/
/* Paging															*/
/*****************************************/
.paging {
	width: 100%;
	margin-top: 3.75rem;
	margin-bottom: 3.75rem;
	list-style: none;
}
.paging:before, .paging:after {
	content: " ";
	display: table;
}
.paging:after {
	clear: both;
}
.paging a {
	transition: background 300ms, color 300ms, box-shadow 300ms;
	background: rgba(245,245,245,1);
	font-size: 100%;
	color: rgba(0,0,0,1);
	-webkit-appearance: none;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	padding: 18px 50px 20px 50px;
	cursor: pointer;
	outline: none;
}
.paging a:hover {
	background: transparent;
	box-shadow: 0px 0px 0px 1px inset;
}
.paging li {
	margin-left: 0;
}
.paging li.next {
	float: left;
	text-align: left;
}
.paging li.next i {
	margin-right: 1rem;
}
.paging li.prev {
	float: right;
	text-align: right;
}
.paging li.prev i {
	margin-left: 1rem;
}
@media (max-width: 48em) { /*768px*/
	.paging li {
		width: 100%;
		float: none;
		margin-bottom: 1.875rem;
	}
	.paging li a {
		width: 100%;
	}
}
@media (min-width: 64em) { /*1024px*/
	.paging a {
		padding: 18px 20px 20px 20px;
	}
}

.pagination ul {
	margin-top: 1.875rem;
	text-align: center;
}
.pagination li {
	display: inline-block;
	margin: 0 6px;
}
.pagination li span,
.pagination li a {
	display: inline-block;
	width: 3.25rem;
	height: 3.25rem;
	line-height: 3.25rem;
	color: rgba(76,115,180,1);
}
.pagination li span.current {
	background: rgba(76,115,180,1);
	border: 1px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}
.pagination li a {
	transition: background 300ms, color 300ms, border 300ms;
	background: rgba(245,245,245,1);
	border: 1px solid rgba(245,245,245,1);
	text-decoration: none;
}
.pagination li a:hover {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(76,115,180,1);
}
.pagination li a.prev,
.pagination li a.next {}

/*****************************************/
/* Archive															*/
/*****************************************/
.archive #container {
}
.post-type-archive-portfolio #portfolio-list,
.tax-portfolio_category #portfolio-list {
	margin-bottom: 1.875rem;
}
.post-type-archive-portfolio #portfolio-list li,
.tax-portfolio_category #portfolio-list li {
	margin-bottom: 1.875rem;
}
@media (max-width: 48em) {
	.post-type-archive-portfolio #main-content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3.25rem;
	}
}
h2.page-sub-title {
	text-align: center;
}
h2.page-sub-title span {
	display: flex;
	align-items: center;
	margin-bottom: 3.25rem;
	font-size: 72%;
	font-weight: 100;
}
h2.page-sub-title span:before, h2.page-sub-title span:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: rgba(241,241,241,1);
	display: block;
}
h2.page-sub-title span:before {
	margin-right: .8em;
	background: linear-gradient(-90deg, #888, transparent);
}
h2.page-sub-title span:after {
	margin-left: .8em;
	background: linear-gradient(90deg, #888, transparent);
}
ul.category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 3.125rem;
	list-style: none;
}
ul.category-list li {
	text-decoration: none;
	transition: 0.3s;
}
ul.category-list li a {
	display: block;
	padding: 5px 20px;
	margin: 0 5px 10px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(0,0,0,1);
	color: rgba(0,0,0,1);
	text-decoration: none;
	opacity: 1;
	transition: all .6s ease;
}
ul.category-list li.current a {
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}
ul.category-list li a:hover {
	background: rgba(245,245,245,1);
	opacity: 0.5;
}
ul.category-list li.current a:hover {
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	opacity: 0.5;
}

/*****************************************/
/* 404ERROR														*/
/*****************************************/
.error404 #main-content p {
	margin-bottom: 3.125rem;
	text-align: center;
}
.error404 #main-content #search_form {
	width: 40%;
	margin: 0 auto 3.125rem auto;
}

/*****************************************/
/* Single																*/
/*****************************************/
/*!------------------------------------*\
		Common
\*!------------------------------------*/
.single #container {
	background: rgba(245,245,245,1);
}
.single .form-botton i {
	margin-right: 0.5rem;
}
#main-content .page-title h2 {
	margin-bottom: 0.8125rem;
	text-align: left;
}
.page-title ul {
	margin-bottom: 0.8125rem;
	list-style: none;
}
.page-title ul li {
	display: inline-block;
	margin-left: 0;
	padding: 0 10px;
	background: rgba(76,193,118,1);
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 2;
}
.page-title ul li a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.page-title p {
	font-size: 0.75rem;
	text-align: left;
}
.page-title p date {
	color: rgba(204,204,204,1);
}
#main-content-image {
	margin-bottom: 3.125rem;
}
#main-content-image figure {
	line-height: 1;
}
#main-content-image figure.property-contract {
	position: relative;
	background: rgba(0,0,0,1);
}
#main-content-image figure.property-contract p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(255,255,255,1);
}
#main-content-image	figure.property-contract img {
	opacity: 0.2;
	filter: blur(10px);
}

.single #main-content .single-section h3 {
	font-size: 154%;
	line-height: 1.4;
	background: rgba(245,245,245,1);
	padding: 7px 15px 9px 15px;
	font-weight: 700;
	border-radius: 6px;
}
.single #main-content .single-section h4 {
	margin-bottom: 3.125rem;
	padding: 7px 0 9px 0.5rem;
	border-left: 8px solid rgba(204,204,204,1);
	font-size: 154%;
	font-weight: 700;
	line-height: 1.4;
}
.single #main-content .single-section h5 {
	margin-top: 0;
	margin-bottom: 1.875rem;
	font-size: 124%;
	font-weight: 700;
}
.single #main-content .single-section p {
	margin-bottom: 3.125rem;
}
.single #main-content .single-section figure {
	margin-bottom: 3.125rem;
	text-align: center;
}
.single #main-content .single-section figure img {
	width: 80%;
}
.single .point-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: auto;
	margin-bottom: 3.125rem;
	margin-left: auto;
	padding: 0;
	list-style: none;
}
.single .point-container > li {
	width: calc( 100% / 3 - 0.9375rem);
	position: relative;
	line-height: 1;
	background: rgba(255,255,255,1);
	margin-left: 0;
	padding: 0.9375rem;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 18px;
	border: 6px solid rgba(245,245,245,1);
}
@media (max-width: 48em) {
	.single .point-container {
		display: block;
	}
	.single .point-container > li {
		width: 100%;
		margin-bottom: 1.875rem;
	}
	.single .point-container > li:last-child {
		margin-bottom: 0;
	}
}

/*!------------------------------------*\
		Menu
\*!------------------------------------*/
.single div.single-menu {
	margin-bottom: 3.125rem;
	padding: 1.875rem;
	background: rgba(245,245,245,1);
	border-top: 6px solid rgba(0,0,0,1);
}
.single div.single-menu h3 {
	font-size: 200%;
	margin: 0 0 1.875rem 0;
}
.single div.single-menu h3 i {
	margin-right: 0.5rem;
}
.single div.single-menu ol {
	margin-bottom: 0;
	padding-left: 0;
}
.single div.single-menu ol li {
	margin-bottom: 0.9375rem;
	margin-left: 0;
	padding-bottom: 0.9375rem;
	border-bottom: dotted 1px rgba(204,204,204,1);
	list-style-position: inside;
}
.single div.single-menu ol li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.single div.single-menu ol li a {
	color: rgba(0,0,0,1);
}

/*!------------------------------------*\
		Table
\*!------------------------------------*/
.single #main-content table {
	margin-bottom: 3.125rem;
}
.single #main-content table th {
	width: auto;
	padding: 0.8125rem;
	white-space: nowrap;
}
.single #main-content table td {
	padding: 0.8125rem;
}
.single #main-content table td.price,
.single #main-content table td.main-functions {
	white-space: nowrap;
}
@media (max-width: 48em) {
	.single #main-content table th {
		white-space: normal;
	}
}
.txt-center {
	text-align: center;
}

/*!------------------------------------*\
		Tag Category
\*!------------------------------------*/

/* NEWS LIST */
.home ul#news-list span.tag-category {
	display: inline-block;
	margin: 0 0.5rem;
	padding: 0 5px;
	background: rgba(0,167,60,1);
	font-size: 0.75rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.8;
	color: rgba(255,255,255,1) !important;
}
.archive ul#news-list a figure span.tag-category {
	position: absolute;
	z-index: 2;
	top: 0.3125rem;
	left: 0.3125rem;
	display: block;
	padding: 0 5px;
	background: rgba(0,167,60,1);
	font-size: 0.75rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.8;
	color: rgba(255,255,255,1) !important;
}

/* PROPERTY */
div.tag-category {
	position: absolute;
	z-index: 2;
	top: 0.3125rem;
	left: 0.3125rem;
}
.single div.tag-category {
	position: relative;
	top: auto;
	left: auto;
}
div.tag-category span {
	display: inline-block;
	margin: 0 0.25rem 0 0;
	padding: 0 5px;
	font-size: 0.75rem;
/*	font-size: 0.8125rem;*/
	font-weight: 400;
	text-align: center;
	line-height: 1.8;
}
div.tag-category span.property {
	background: rgba(0,167,60,1);
	color: rgba(255,255,255,1) !important;
}
div.tag-category span.new {
	/*background: rgba(213,87,105,1);*/
	background: #f00;
	color: rgba(255,255,255,1) !important;
}


/*!------------------------------------*\
		Property
\*!------------------------------------*/
.single-property .property-detail {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 0	0.5rem;
	font-size: 0.75rem;
	margin-bottom: 20px;
}
.single-property .property-detail h3 {
	width: 100%;
	text-align: center;
	background: rgba(76,115,180,1);
	margin-bottom: 15px;
	color: rgba(255,255,255,1);
}

.single-property .property-detail dl {
	width: calc(50% - 0.25rem * 2);
	box-sizing: border-box;
}
.single-property .property-detail dl dt {
	padding: 0 10px 0 10px;
	color: rgba(76,115,180,1);
	font-weight: bold;
}
.single-property .property-detail dl dd {
	padding: 0 10px 15px 10px;
	border-bottom: 2px solid rgba(226,225,223,1);
	line-height: 1.4;
}
.single-property .property-advertiser {
	display: flex;
	width: 100%;
	padding: 15px;
	background: rgba(226,225,223,1);
	flex-wrap: wrap;
	gap: 0 0.5rem;
	font-size: 0.75rem;
	box-sizing: border-box;
}
.single-property .property-advertiser h3 {
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,1);
	margin-bottom: 15px;
}
.single-property .property-advertiser dl {
	width: calc(50% - 0.25rem * 2);
	margin-top: 0;
}
.single-property .property-advertiser dl dt {
	padding: 0 10px 0 10px;
	font-weight: bold;
}
.single-property .property-advertiser dl dd {
	padding: 0 10px 15px 10px;
	line-height: 1.4;
}
.single-property .property-advertiser dl dd:last-child {
	padding: 0 10px 0 10px;
}
@media (max-width: 48em) {
	.single-property .property-detail,
	.single-property .property-advertiser {
		display: block;
		width: 100%;
	}
	.single-property .property-detail dl,
	.single-property .property-advertiser dl {
		width: 100%;
	}
}

/*****************************************/
/* Icon																*/
/*****************************************/
/*!------------------------------------*\
		Caret Icon
\*!------------------------------------*/
.caret-top,
.caret-right {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
	-webkit-transform: rotate(270deg);
					transform: rotate(270deg);
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
/*! caret-top */
.caret-top {
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}
/*! caret-right */
.caret-right {
	margin-bottom: 3px;
	-webkit-transform: rotate(270deg);
					transform: rotate(270deg);
}
/*! caret-bottom */
.caret-bottom {
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}
/*! caret-left*/
.caret-left {
	-webkit-transform: rotate(0deg);
					transform: rotate(0deg);
}

/*****************************************/
/* Drawer Menu												*/
/*****************************************/
/*!------------------------------------*\
		Base
\*!------------------------------------*/
.drawer-open {
	overflow: hidden !important;
}
.drawer-nav {
	position: fixed;
	z-index: 1001;
	top: 0;
	overflow: hidden;
	width: 16.25rem;
	height: 100%;
}
.drawer-navbar .drawer-menu {
	background: rgba(0,56,148,1);
	height: 100%;
}
.drawer-navbar .drawer-menu > li > a {
	color: rgba(255,255,255,1);
}
@media (min-width: 64em) {
	.drawer-navbar .drawer-menu {
		background: rgba(255,255,255,0);
	}
	.drawer-navbar .drawer-menu > li > a {
		color: rgba(0,0,0,1);
	}
}
.drawer-brand {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 3.75rem;
	display: block;
	text-decoration: none;
}
.drawer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.drawer-menu-item {
	font-size: 100%;
	display: block;
	padding: .75rem;
	text-decoration: none;
}
.drawer-menu-item:hover {
	text-decoration: underline;
	background-color: transparent;
}
a.drawer-menu-item {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
@media (min-width: 48em) {
	.drawer-navbar .drawer-menu-item {
		line-height: 1;
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media (min-width: 64em) {
	.drawer-menu > li {
		line-height: 3.75rem;
	}
	a.drawer-menu-item::after {
		position: absolute;
		bottom: -4px;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: rgba(51,51,51,1);
		transform: scale(0, 1);
		transform-origin: center top;
		transition: transform .3s;
	}
	.drawer-menu > li.current a {
		color: rgba(0,56,148,1);
	}
	.drawer-menu > li.current a.drawer-menu-item::after {
		background: rgba(0,56,148,1);
		transform: none;
	}

	a.drawer-menu-item:hover {
		text-decoration: none;
	}
	a.drawer-menu-item:hover::after {
		transform: scale(1, 1);
	}
	.drawer-navbar .drawer-menu-item {
		line-height: 1.75rem;
	}
}

/*! overlay */
.drawer-overlay {
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
}
.drawer-open .drawer-overlay {
	display: block;
}

/*!------------------------------------*\
		Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
	top: -100%;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer--top.drawer-open .drawer-nav {
	top: 0;
}
.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
	right: 0;
}

/*!------------------------------------*\
		Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
	left: -16.25rem;
	-webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	left: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
	left: 16.25rem;
}

/*!------------------------------------*\
		Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
	right: -16.25rem;
	-webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 16.25rem;
}

/*!------------------------------------*\
		Hamburger
\*!------------------------------------*/
.drawer-hamburger {
	position: fixed;
	z-index: 1002;
	top: 0; /*4.3rem*/
	display: block;
	box-sizing: content-box;
	width: 2rem;
	padding-top: 13px;
	padding-right: .75rem;
	padding-bottom: 25px;
	padding-left: .75rem;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: transparent;
}
.drawer-hamburger:hover {
	cursor: pointer;
	background-color: transparent;
}
@media (max-width: 48em) { /*768px*/
	.drawer-hamburger {
		margin-top: 40px;
	}
	.drawer-hamburger.btn-posi {
		margin-top: 0;
	}
}
.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 10px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	width: 100%;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #222;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	position: absolute;
	top: -10px;
	left: 0;
	content: ' ';
}
.drawer-hamburger-icon:after {
	top: 10px;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	background-color: rgba(255,255,255,1);
}
.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
	background-color: rgba(255,255,255,1);
}

/*!------------------------------------*\
		Accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
}

/*!------------------------------------*\
		Sidebar
\*!------------------------------------*/
.drawer--sidebar {
}
.drawer--sidebar .drawer-contents {
}
@media (min-width: 64em) {
	.drawer--sidebar .drawer-hamburger {
		display: none;
		visibility: hidden;
	}
	.drawer--sidebar .drawer-nav {
		display: block;
		-webkit-transform: none;
						transform: none;
		position: fixed;
		width: 12.5rem;
		height: 100%;
	}
	/*! Left */
	.drawer--sidebar.drawer--left .drawer-nav {
		left: 0;
	}
	.drawer--sidebar.drawer--left .drawer-contents {
		margin-left: 12.5rem;
	}
	/*! Right */
	.drawer--sidebar.drawer--right .drawer-nav {
		right: 0;
	}
	.drawer--sidebar.drawer--right .drawer-contents {
		margin-right: 12.5rem;
	}
}
@media (min-width: 75em) {
	.drawer--sidebar .drawer-nav {
		width: 16.25rem;
	}
	.drawer--sidebar.drawer--left .drawer-contents {
		margin-left: 16.25rem;
	}
	.drawer--sidebar.drawer--right .drawer-contents {
		margin-right: 16.25rem;
	}
}

/*!------------------------------------*\
		Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
}
.drawer-navbar {
	z-index: 102;
	top: 0;
	width: 100%;
}
.drawer-navbar--fixed {
	position: fixed;
}
.drawer-navbar-header {
	position: relative;
	z-index: 102;
	box-sizing: border-box;
	width: 100%;
	height: 3.75rem;
	padding: 0 .75rem;
	text-align: center;
}
.drawer-navbar .drawer-brand {
	line-height: 3.25rem;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
}
.drawer-navbar .drawer-brand:hover {
	background-color: transparent;
}
.drawer-navbar .drawer-nav {
}
.drawer-navbar .drawer-menu {
	position: relative;
	padding-bottom: 7.5rem;
}
.drawer-navbar .drawer-menu li {
	margin-left: 0;
}
.drawer-navbar .drawer-menu li a {
	display: block;
	font-weight: 600;
}
@media (min-width: 52.125em) {
	.drawer-navbar .drawer-navbar-header {
		float: left;
		width: auto;
		padding: 0;
	}
	.drawer-navbar .drawer-brand {
		line-height: 3.25rem;
	}
}
@media (min-width: 64em) {
	.drawer-navbar .drawer-brand {
		/*line-height: 4.75rem;*/
	}
	.drawer-navbar .drawer-navbar-header {
		position: relative;
		display: block;
		float: left;
		width: auto;
		padding: 0;
		border: 0;
	}
	.drawer-navbar .drawer-menu--right {
		border-top: 1px solid rgba(226,225,223,1);
	}
	.drawer-navbar .drawer-menu li {
		transition: all .4s ease 0s,background .6s ease .2s;
		display: inline-block;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	header.smaller .drawer-navbar .drawer-menu li {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.drawer-navbar .drawer-hamburger {
		display: none;
	}
	.drawer-navbar .drawer-nav {
		position: relative;
		left: 0;
		overflow: visible;
		width: auto;
		padding-top: 0;
		-webkit-transform: translate3d(0, 0, 0);
						transform: translate3d(0, 0, 0);
	}
	.drawer-navbar .drawer-menu {
		padding: 0;
		margin-top: 0;
		text-align: center;
	}
	/*! dropdown */
	.drawer-navbar .drawer-dropdown-menu {
		position: absolute;
		width: 16.25rem;
	}
	.drawer-navbar .drawer-dropdown-menu-item {
		padding-left: .75rem;
		z-index: 102;
	}
}

/*!------------------------------------*\
		Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
	display: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
}
.drawer-dropdown-menu > li {
	width: 100%;
	list-style: none;
}
.drawer-dropdown-menu-item {
	line-height: 3.75rem;
	display: block;
	padding: 0;
	padding-right: .75rem;
	padding-left: 1.5rem;
	text-decoration: none;
}
.drawer-dropdown-menu-item:hover {
	text-decoration: underline;
	background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
	display: block;
	margin-top: 6px;
	background-color: rgba(0,0,0,1);
	font-size: 93%;
}
.drawer-dropdown.open > .drawer-dropdown-menu > li >a {
	color: rgba(255,255,255,1);
}
/*! drawer-caret */
.drawer-dropdown .drawer-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
	-webkit-transform: rotate(0deg);
					transform: rotate(0deg);
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
/*! open */
.drawer-dropdown.open .drawer-caret {
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}

/*!------------------------------------*\
		Container
\*!------------------------------------*/
.drawer-container {
	margin-right: auto;
	margin-left: auto;
}

/*****************************************/
/* Slider																*/
/*****************************************/
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	-webkit-user-select: none;
		 -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*!------------------------------------*\
		Slick
\*!------------------------------------*/
/* Slider */
.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/slick.eot');
	src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 44%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 1.875rem;
	z-index: 1;
}
[dir='rtl'] .slick-prev {
	right: 0px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: 1.875rem;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: 0px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: relative;
	display: block;
	width: 100%;
	margin: 2.5rem 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0.625rem;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* SINGLE PROPERTY */
.single .slick-prev:before,
.single .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: rgba(0,0,0,0.6);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.single .slick-prev {
	left: 1rem;
	z-index: 1;
}
.single .slick-next {
	right: 1rem;
}

/*****************************************/
/* Form																*/
/*****************************************/
.contact #main-content {
	margin: 1.875rem auto 3.25rem auto;
	float: none;
}

/*!------------------------------------*\
		Contact Flow
\*!------------------------------------*/
.contact-flow {
	margin: 0 0 3.125rem 0;
	padding: 0;
	box-shadow: none;
	min-height: initial;
	min-height: auto;
}
.contact-flow-wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.contact-flow-wrap li{
	display: table-cell;
	width: 33.33333%;
	margin-left: 0;
	vertical-align: middle;
	text-align: center;
	border: 1px solid rgba(222,222,222,1);
	border-left: 0;
	border-right:1px solid rgba(222,222,222,1);
	box-sizing: border-box;
	position: relative;
}
.contact-flow-wrap li span {
	display: block;
	padding: 12px 13px;
}
.contact-flow-wrap li.is-current {
	background: rgba(222,222,222,1);
}
.contact-flow-wrap li:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 26px solid transparent;
	border-left: 16px solid rgba(222,222,222,1);
	border-bottom: 25px solid transparent;
	position: absolute;
	right: -16px;
	top: -1px;
}
.contact-flow-wrap li:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 26px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 25px solid transparent;
	position: absolute;
	z-index: 1;
	right: -15px;
	top: -1px;
}
.contact-flow-wrap li.is-current:before {
	content: none;
}
.contact-flow-wrap li:first-child {
	border-left: 1px solid rgba(222,222,222,1);
}
.contact-flow-wrap li:nth-child(3):before,
.contact-flow-wrap li:nth-child(3):after {
	content: none;
}

/*!------------------------------------*\
		Completion
\*!------------------------------------*/
#completion h2 {
	text-align: center;
}
#completion p {
	margin-bottom: 3.125rem;
	text-align: center;
}
#completion p.form-botton {
	margin-bottom: 0;
}

/*!------------------------------------*\
		Form
\*!------------------------------------*/
form#mail_form * {
	margin: 0;
	padding: 0;
}
form#mail_form {
	width: 100%;
}
form#mail_form dl {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
form#mail_form dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 0;
	text-align: right;
	overflow: hidden;

}
form#mail_form dl dd {
	width: 65%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 5%;
}
form#mail_form dl dt span {
	display: inline-block;
	font-size: 85%;
	color: #3377ff;
}
form#mail_form dl dt label {
	vertical-align: middle;
}
form#mail_form dl dd a[target=_blank] {
	margin-left: 1rem;
	padding-right: 0.9375rem;
	background: url(../images/icon_blank.png) right center/11px auto no-repeat;
}
form#mail_form p.privacy-policy {
	padding: 1.875rem;
	margin-bottom: 1.875rem;
	background: rgba(245,245,245,1);
	text-align: center;
	vertical-align: middle;
}
form#mail_form p.privacy-policy input {
	margin-right: 1rem;
	vertical-align: middle;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
}
form#mail_form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}
form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}
span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}
@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}
/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 100%;
	box-sizing: border-box;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}
form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}
form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}
form#mail_form select {
	font-size: 100%;
}
form#mail_form textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
}
form#mail_form ul {
	list-style-type: none;
}
form#mail_form ul li label:hover {
	cursor: pointer;
}
form#mail_form input#company {
	width: 60%;
}
form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 30%;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 80%;
}
form#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}
form#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}
form#mail_form input#address {
	width: 100%;
	box-sizing: border-box;
}
form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}

/* css--botton */
form#mail_form input[type="submit"],
form#mail_form input[type="button"],
.form-botton a {
	transition: background 300ms, color 300ms, box-shadow 300ms; 
	background:rgba(76,193,118,1);
	font-weight: 800;
	color: rgba(255,255,255,1);
	-webkit-appearance: none;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	padding: 18px 50px 20px 50px;
	cursor: pointer;
	outline: none;
	border: none;
}
@media (max-width: 48em) { /*768px*/
	form#mail_form input[type="submit"],
	form#mail_form input[type="button"],
	.form-botton a {
		width: 100%;
		padding: 18px 24px 20px 24px;
	}
}
form#mail_form input[type="submit"]:hover,
form#mail_form input[type="button"]:hover,
.form-botton a:hover {
	background: rgba(76,193,118,0.5);
	color: rgba(255,255,255,1);
}

form#mail_form input[type="submit"],
form#mail_form input[type="button"],
.form-botton a.inversion {
	background: rgba(76,193,118,1);
	color: rgba(255,255,255,1);
}
form#mail_form input[type="submit"]:hover,
form#mail_form input[type="button"]:hover,
.form-botton a.inversion:hover {
	background: rgba(76,193,118,0.5);
	color: rgba(255,255,255,1);
}

p.form-botton {
	text-align: center;
}
p.contact-txt {
	margin-bottom: 3.125rem;
	text-align: center;
}
.error {
	width: 50%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.875rem;
	padding: 1.875rem;
	border: 2px solid rgba(184,58,75,1);
}
.page #main-content .error h2 {
	background: rgba(184,58,75,1);
	margin-bottom: 1.875rem;
	font-size: 1rem;
	color: rgba(255,255,255,1);
}
.error > ul {
	margin-left: 1rem;
	font-size: 0.75rem;
	list-style: none;
}
.error > ul > li > strong {
	color: rgba(184,58,75,1);
	font-weight: 800;
}

@media (max-width: 48em) {
	.error {
		width: 100%;
	}
	.error > ul > li {
		margin-left: 0;
	}
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and ( max-width: 1000px ) {
	form#mail_form {
		width: 100%;
		font-size: 100%;
	}
	form#mail_form dl {
		overflow: visible;
	}
	form#mail_form dl dt {
		width: auto;
		float: none;
		text-align: left;
		padding: 15px 0 5px;
		font-weight: bold;
	}
	form#mail_form dl dd {
		width: auto;
		float: none;
		border-top: none;
		padding: 0px 0 20px 0px;
	}
	form#mail_form dl dt span {
		font-weight: normal;
	}
	form#mail_form dl dd a[target="_blank"] {
		margin-left: 0rem;
	}
	/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
	form#mail_form dl dt span.required,
	form#mail_form dl dt span.optional {
		margin-right: 1em;
		margin-bottom: 1em;
	}
	/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
	form#mail_form input[type="text"],
	form#mail_form input[type="email"],
	form#mail_form input[type="tel"] {
		margin-top: 0px;
	}
	form#mail_form input#postal + a {
		padding: 6px 15px 5px;
	}
	form#mail_form select {
		font-size: 16px;
		margin-top: 0;
	}
	form#mail_form input#phone,
	form#mail_form input#schedule {
		width: 50%;
	}
}
/* 1000pixel end */

/*!------------------------------------*\
		04.Datetimepicker
\*!------------------------------------*/
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}
.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}
.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}
.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }
.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_scroller_box {
	position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }
.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
	display: block;
	border: 1px solid #dddddd !important;
	margin-top: 5px;
	width: 100%;
	color: #454551;
	font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
	color: #454551;
	background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
	/* IE6-9 */
}



/*****************************************/
/* FadeIn																*/
/*****************************************/
.fadeIn{
animation-name:fadeInAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(80px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-80px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
	from {
		opacity: 0;
	transform: translateX(-80px);
	}

	to {
		opacity: 1;
	transform: translateX(0);
	}
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
	from {
		opacity: 0;
	transform: translateX(80px);
	}

	to {
		opacity: 1;
	transform: translateX(0);
	}
}

.fadeUpTrigger,
.fadeDownTrigger,
.fadeRightTrigger,
.fadeLeftTrigger{
	opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time1{
	animation-delay: 0.3s;
}
.delay-time2{
	animation-delay: 0.6s;
}
.delay-time3{
	animation-delay: 0.9s;
}

/*=================================
背景色が伸びて出現
===================================*/

/*全共通*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
	from {
		opacity:0;
	}

	to {
		opacity:1;	
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #000000;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
		opacity: 0;
}

/*****************************************/
/* Admin															*/
/*****************************************/
.admin-bar header {
	margin-top: 32px;
}

/*****************************************/
/* Original Style												*/
/*****************************************/
/*!------------------------------------*\
		Header
\*!------------------------------------*/
header ul#connecting {
	display: flex;
	list-style-type: none;
	float: right;
}
@media (max-width:	52.125em) {
	header ul#connecting {
		display: none;
	}
	header.smaller .drawer-hamburger {
		top: 2.2rem;
	}
}
header ul#connecting > li {
	text-align: center;
}
header ul#connecting > li:first-child span {
	display: block;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1.4;
}
header ul#connecting > li:first-child span.phone {
	font-size: 1.5rem;
	font-weight: 600;
}
header ul#connecting > li:first-child span.phone i {
	margin-right: 0.2rem;
}
header ul#connecting > li:nth-child(2) a {
	transition: background 300ms, color 300ms, box-shadow 300ms;
	display: block;
	background: rgba(76,193,118,1);
	padding: 16px;
	color: rgba(255,255,255,1);
	line-height: 1;
}
header ul#connecting > li:nth-child(2) a:hover {
	background: rgba(76,193,118,0.8);
	text-decoration: none;
}
header ul#connecting > li:nth-child(2) a i {
	font-size: 185%;
	vertical-align: middle;
}

header ul#connecting > li:last-child a {
	transition: background 300ms, color 300ms, box-shadow 300ms;
	display: block;
	line-height: 1;
}
header ul#connecting > li:last-child a:hover {
	text-decoration: none;
}
header ul#connecting > li:last-child a .icon-x {
width: 50px;
  height: 50px;
  background-image: url("../images/common/btn_x.svg");
	vertical-align: middle;
}



@media (max-width: 52.125em) {
	header ul#connecting {
		margin-right: 1em;
	}
	header ul#connecting > li:first-child span {
		font-size: 0.5625rem;
	}
	header ul#connecting > li:first-child span.phone {
		font-size: 1.25rem;
	}
	header ul#connecting > li:last-child a {
		padding: 25px 20px	25px 20px;
	}
	header ul#connecting > li >span {
		letter-spacing: 0px;
	}
	header.smaller .drawer-hamburger {
		top: 0.5rem;
	}
}
/* Global Menu */
#menu-global-menu .privacy-policy,
#menu-global-menu .phone,
#menu-global-menu .contact,
#menu-global-menu .profile {
	display: none;
}

@media (max-width: 52.125em) {
	#menu-global-menu .privacy-policy,
	#menu-global-menu .phone,
	#menu-global-menu .contact,
	#menu-global-menu .profile {
		display: block;
	}
	#menu-global-menu .phone {
		margin-top: 0.75rem;
		background: rgba(255,255,255,0.5);
		text-align: center;
	}
	#menu-global-menu .phone span {
		display: block;
		font-size: 0.625rem;
		font-weight: 600;
	}
	#menu-global-menu .phone span:nth-child(2) {
		font-size: 1.5rem;
		font-weight: 600;
	}
	#menu-global-menu .phone span:nth-child(2) i {
		margin-right: 0.2rem;
	}
	#menu-global-menu .contact a {
		transition: background 300ms, color 300ms, box-shadow 300ms;
		display: block;
		background: rgba(76,193,118,1);
		padding: 25px 25px 25px 25px;
		color: rgba(255,255,255,1);
		line-height: 1;
	}
	#menu-global-menu .contact a:hover {
		background: rgba(76,193,118,0.8);
		text-decoration: none;
	}
	#menu-global-menu .contact a i {
		margin-right: 5px;
		font-size: 185%;
		vertical-align: middle;
	}
	#menu-global-menu .profile {
		color: rgba(255,255,255,1);
	}
	#menu-global-menu .profile dt {
		line-height: 1.4;
	}
	#menu-global-menu .profile dd {
		font-size: 0.625rem;
		line-height: 1.4;
		margin-left: 0;
	}
}

/*!------------------------------------*\
		Property List
\*!------------------------------------*/
ul#property-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -1.875rem;
	list-style: none;
}
ul#property-list li {
	position: relative;
	width: calc( 100% / 4 - 0.9375rem);
	box-sizing:border-box;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	margin-bottom:1.875rem;
	margin-left: 0;
	overflow: hidden;
}
.archive ul#property-list li {
	width: calc( 100% / 3 - 0.9375rem);
}
ul#property-list a figure {
	position: relative;
	z-index: 1;
	margin-bottom: 0.8125rem;
	overflow: hidden;
	line-height: 1;
}
ul#property-list a figure img {
	transition-duration: 0.3s;
	transition-property: transform;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateZ(0);
	vertical-align: bottom;
	border: none;
}
ul#property-list a:hover figure img {
	transform: scale(1.05);
}
ul#property-list h2,
ul#property-list h3 {
	margin-top: 0;
	margin-bottom: 0.8125rem;
	font-size: 100%;
	text-align: left;
	line-height: 1.4;
}
ul#property-list p {
	margin-bottom: 0.8125rem;
	font-size: 0.75rem;
	line-height: 1.4;
	color: rgba(30,30,30,1);
}
ul#property-list	> li.empty {
	width: calc( 100% / 4 - 0.9375rem);
	height: 0;
	border: none;
	margin-bottom: 0;
}
.archive ul#property-list	> li.empty {
	width: calc( 100% / 3 - 0.9375rem);
}

ul#property-list .slick-slider {
	margin-left: 0;
}
.property-slider li.slick-slide {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
ul#property-list	> li > a {
	display: block;
}
#property .container,
#property .container {
	overflow: visible;
	position: relative;
}
#arrows .slick-prev {
	left: -50px;
	width: 60px;
	height: 60px;
}
#arrows .slick-next {
	right: -50px;
	width: 60px;
	height: 60px;
}
#arrows .slick-prev:before,
#arrows .slick-next:before {
	content: "";
}
#arrows button.slick-prev,
#arrows button.slick-next {
	z-index:2;
}
@media (max-width: 52.125em) {
	#arrows .slick-prev {
		left: 10px;
		opacity: 0.8;
	}
	#arrows .slick-next {
		right: 10px;
		opacity: 0.9;
	}
}
@media (max-width: 48em) { /*768px*/
	ul#property-list > li,
	.archive ul#property-list > li {
		position: relative;
		width: 100%;
		margin-left: 0;
		border: none;
	}
	ul#property-list > li.empty,
	.archive ul#property-list	> li.empty {
		display: none;
	}
	ul.property-slider h3 {
		padding-top: 0;
		margin-block-start: 0.4rem;
	}
	#arrows {
		display: none;
	}
}

/*!------------------------------------*\
		News List
\*!------------------------------------*/
.home ul#news-list li {
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid rgba(221,221,221,1);
	list-style: none;
}
.home ul#news-list li a {
	color: rgba(51,51,51,1)
}
.home ul#news-list li a:hover {
	color: rgba(0,56,148,1);
}
@media (max-width: 48em) { /*768px*/
	.home ul#news-list span.news-title {
		display: block;
	}
}
.archive ul#news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -1.875rem;
	list-style: none;
}
.archive ul#news-list li {
	position: relative;
	width: calc( 100% / 3 - 0.9375rem);
	box-sizing:border-box;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	margin-bottom:1.875rem;
	margin-left: 0;
	background: rgba(255,255,255,1);
	overflow: hidden;
}
.archive ul#news-list a figure {
	position: relative;
	z-index: 1;
	margin-bottom: 0.8125rem;
	overflow: hidden;
	line-height: 1;
}
.archive ul#news-list a figure img {
	transition-duration: 0.3s;
	transition-property: transform;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateZ(0);
	vertical-align: bottom;
	border: none;
}
.archive ul#news-list a:hover figure img {
	transform: scale(1.05);
}
.archive ul#news-list h2,
.archive ul#news-list h3 {
	margin-top: 0;
	margin-bottom: 0.8125rem;
	font-size: 100%;
	text-align: left;
	line-height: 1.4;
}
.archive ul#news-list p {
	margin-bottom: 0.8125rem;
	font-size: 0.75rem;
	line-height: 1.4;
	color: rgba(30,30,30,1);
}
.archive ul#news-list > li.empty {
	width: calc( 100% / 3 - 0.9375rem);
	height: 0;
	border: none;
	margin-bottom: 0;
}
.archive ul#news-list .slick-slider {
	margin-left: 0;
}
.archive ul#news-list	> li > a {
	display: block;
}
@media (max-width: 48em) { /*768px*/
	.archive ul#news-list	> li {
		position: relative;
		width: 100%;
		margin-left: 0;
		border: none;
	}
	.archive ul#news-list	> li.empty {
		display: none;
	}
}

/*!------------------------------------*\
		Front Page
\*!------------------------------------*/
/* Main */
.home #main-content {
	width: 100%;
	float: none;
}

/* Main Image */
.home div#top-image {
	margin:0 0 3.125rem 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home div#top-image img {
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 88%, 0 100%);
}
/* Scroll Down */
.home .scrolldown{
	/*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:10px;
	left:50%;
}

/*Scrollテキストの描写*/
.home .scrolldown span{
	/*描画位置*/
	position: absolute;
	left:5px;
	bottom:10px;
	/*テキストの形状*/
	color: #000000;
	font-size: 0.625rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

/* 丸の描写 */
.home .scrolldown:before {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom:0;
	left:-4px;
	/*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#000000;
	/*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
	circlemove 1.6s ease-in-out infinite,
	cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
	0%{bottom:45px;}
	100%{bottom:-5px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
	0%{opacity:0}
	50%{opacity:1;}
	80%{opacity:0.9;}
	100%{opacity:0;}
}

/* 線の描写 */
.home .scrolldown:after{
	content:"";
	/*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
	/*線の形状*/
	width:2px;
	height: 50px;
	background:#000000;
}

@media (max-width: 48em) {
}
@media (max-width: 64em) { /*1024px*/
	.home .scrolldown span{
		/*描画位置*/
		position: absolute;
		left:5px;
		bottom:0px;
		/*テキストの形状*/
		color: #000000;
		font-size: 0.625rem;
		letter-spacing: 0.05em;
		/*縦書き設定*/
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	@keyframes circlemove{
		0%{bottom:25px;}
	}
	.home .scrolldown:after{
		height: 30px;
	}
}
@media (max-width: 75em) { /*1200px*/
	.home .scrolldown{
		bottom:0px;
	}
}


/* Philosophy */
.home #philosophy .section-heading {
	font-size: 1.5rem;
	font-weight: 700;
	color: rgba(51,51,51,1);
	text-align: left;
}
.home #philosophy .section-container {
	padding-left: 0;
	padding-right: 0
	margin-bottom: 0;
}

.home #philosophy .section-container:before,
.home #philosophy .section-container:after {
	content: " ";
	display: table;
}
.home #philosophy .section-container:after {
	clear: both;
}
.home #philosophy p {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.4rem;
	padding-bottom: 1.875rem;
}
.home #philosophy p:nth-child(2) {
	text-align: center;
}
.home #philosophy p:nth-child(3) {
	float: right;
	padding-bottom: 0;
}

.home #philosophy p span {
	font-size: 3.6rem;
}

@media (max-width: 52.125em) {
}
@media (max-width: 48em) {
	.home #philosophy .section-container {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}
	.home #philosophy .section-heading {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}
	.home #philosophy p {
		font-size: 2.5rem;
		padding-bottom: 0;
		letter-spacing: inherit;
	}
	.home #philosophy p span {
		font-size: 2.25rem;
	}
	.home #philosophy p:nth-child(2) {
		text-align: left;
	}
	.home #philosophy p:nth-child(3) {
		float: none;
	}
}

/* Section Container */
container{
overflow: visible;
}
.home .section-container {
	margin-bottom: 3.125rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	overflow: visible;
}
.home #main-content #business h2.section-heading,
.home #main-content #property h2.section-heading,
.home #main-content #news h2.section-heading {
	margin-bottom: 3.125rem;
	font-size: 2.375rem;
	font-weight: 800;
	line-height: 1.4;
	color: rgba(2,56,148,1);
	position: relative;
}
.home #main-content #business h2.section-heading {
	margin-right: calc(50% - 50vw);
	padding: 2.375rem;
	background: rgba(204,215,234,1);
	text-align: left;
}
.home #main-content #property h2.section-heading {
	text-align: left;
}
.home #main-content #business h2.section-heading span,
.home #main-content #property h2.section-heading span,
.home #main-content #news h2.section-heading span {
	display: block;
	margin-top: -1rem;
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(51,51,51,1);
}
.home #main-content #business h2.section-heading span {
	text-align: left;
	position: absolute;
	top: 0rem;
}
.home #main-content #property h2.section-heading span {
	margin-top: -1rem;
	margin-bottom: 3.125rem;
}

.home #main-content #business .business-container h3 {
	margin-top: 0;
	margin-bottom: 3.125rem;
	font-size: 2rem;
	font-weight: 900;
	color: rgba(2,56,148,1);
}
.home #main-content #business .business-container h3 span{
	display: block;
	margin-bottom: 1.875rem;
	font-weight: 400;
	font-size: 1rem;
	color: rgba(51,51,51,1);
}

.business-container {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 3.125rem;
}
.home #main-content #land.business-container div,
.home #main-content #renovation.business-container div {
	width:51.5%;
	padding-right: 1.875rem;
}
.home #main-content #brokerage.business-container div,
.home #main-content #consulting.business-container div {
	width:51.5%;
	padding-left: 1.875rem;
}

.home #main-content .business-container p{
	text-align:justify;
}
.home #main-content .business-container img{
	width: 48.5vw;
	min-width:48.5%;
	height: max-content;
}
.home #main-content #land.business-container img,
.home #main-content #renovation.business-container img{
	margin-right: calc(50% - 50vw);
	height: auto;
}
.home #main-content #brokerage.business-container img,
.home #main-content #consulting.business-container img{
	margin-left: calc(50% - 50vw);
	height: auto;
}

.pc-img {
	display: block;
}
.sp-img {
	display: none;
}

@media (max-width: 52.125em) {
}
@media (max-width: 48em) {
	.home #main-content #business h2.section-heading,
	.home #main-content #property h2.section-heading,
	.home #main-content #news h2.section-heading {
		margin-bottom: 3.125rem;
		padding-left: 1.125rem;
		padding-right: 1.125rem;
		font-size: 1.875rem;
	}
	.home #main-content #business h2.section-heading span,
	.home #main-content #property h2.section-heading span,
	.home #main-content #news h2.section-heading span {
		margin-top: -0.7rem;
		font-size: 1rem;
	}
	.home #main-content #business .business-container h3 {
		margin-bottom: 3.125rem;
		font-size: 1.875rem;
	}
	.home #main-content #business .business-container h3 span{
		margin-bottom: 0;
		font-size: 1rem;
	}

	.business-container {
		display: block;
		justify-content: space-between;
		margin-bottom: 3.125rem;
	}
	.home #main-content #land.business-container div,
	.home #main-content #renovation.business-container div,
	.home #main-content #brokerage.business-container div,
	.home #main-content #consulting.business-container div {
		width:100%;
		padding-right: 0;
		padding-left: 0;
	}
	.home #main-content .business-container img{
		width: 100%;
		min-width: auto;
		height: auto;
	}
	.home #main-content #land.business-container img,
	.home #main-content #renovation.business-container img,
	.home #main-content #brokerage.business-container img,
	.home #main-content #consulting.business-container img {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 3.125rem;
	}
	.sp-img {
		display: block;
	}
	.pc-img {
		display: none;
	}

}

/* property */
.home #main-content #property {
	background: rgba(204,215,234,1);
}
.home #property .section-container {
	padding-left: 0;
	padding-right: 0;

}
#property-pickup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 3.125rem;
	margin-bottom: 3.125rem;
	border-bottom: 1px solid rgba(255,255,255,1);
}
#property-pickup:before,
#property-pickup:after {
	content: " ";
	display: table;
}
#property-pickup:after {
	clear: both;
}
#property-pickup h3 {
	font-size: 2rem;
	color: rgba(2,56,148,1);
}
#property-pickup div.property-image {
	width:48.5%;
	line-height: 1;
	overflow: hidden;
}
#property-pickup div.property-image a figure img {
	transition-duration: 0.3s;
	transition-property: transform;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateZ(0);
	vertical-align: bottom;
	border: none;
}
#property-pickup div.property-image a:hover figure img {
	transform: scale(1.05);
}
#property-pickup div.property-contents {
	width:51.5%;
	padding-left: 1.875rem;
	position: relative;
}
#property-pickup .property-contents div.property-contents {
	width:51.5%;
}

#property-pickup .property-contents div.tag-category {
	line-height: 1;
	position: relative;
	top: 0;
	left: 0;
}
#property-pickup div.tag-category span{
	font-size: 1rem;
}
#property-pickup .property-btn {
	transition: background 300ms, color 300ms;
	display: block;
	width: calc(100% - 1.875rem);
	background: rgba(255,255,255,1);
	border: 1px solid rgba(2,56,148,1);
	text-align: center;
	line-height: 4rem;
	position: absolute;
	bottom: 0;
}
#property-pickup .property-btn:hover {
	background: rgba(255,255,255,0.8);
	border: 1px solid rgba(2,56,148,0.8);
}

.home #property ul#property-list {
	display: flex;
	flex-wrap: no-wrap
	justify-content: space-between;
	padding: 0;
	margin:0;
}
.home #property ul#property-list li {
	position: relative;
	width: calc( 100% / 3 - 0.9375rem);
	margin-bottom: 0;
	box-shadow: none;
	background: rgba(255,255,255,0);
	overflow: hidden;
}
.home #property ul#property-list li img {
	width: 100%;
}
@media (max-width: 52.125em) {
}
@media (max-width: 48em) {
	.home #property .section-container {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}
	.home #main-content section#property {
		margin-bottom: 3.125rem;
	}
	.home #main-content #property h2.section-heading span {
		margin-top: -1.7rem;
		margin-bottom: 0;
	}
	#property-pickup h3 {
		font-size: 1.875rem;
	}
	#property-pickup div.tag-category span {
		font-size: 0.75rem;;
	}
	#property-pickup .property-contents div.tag-category {
		margin-bottom: 1.875rem;
	}
	#property-pickup div.property-image {
		width: 100%;
		margin-bottom: 1.875rem;
		line-height: 1;
		overflow: hidden;
	}
	#property-pickup div.property-contents {
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
	}
	#property-pickup .property-btn {
		position: relative;
		width: 100%;
		margin-bottom: 0;
	}
	.home #property ul#property-list {
		display: block;
	}
	.home #property ul#property-list li {
		width: 100%;
		margin-bottom: 1.875rem;
	}
}

/* Contact */
#contact {
	background-color: rgba(246,245,241,1);
	background-image: url("../images/crestlink/top_contact.png");
	background-size: 100% auto;
	background-position: 0;
	box-shadow: 0 -1px 5px rgba(0,0,0,.1);
}
#contact section {
	width: 66%;
}
#contact h2 {
	float: right;
	width: 49%;
	margin-bottom: 0;
}
#contact h2 a {
	transition: background 300ms, color 300ms;
	display: block;
	margin: 25px auto 0 auto;
	padding: 2rem 0 2.5rem 0;
	background: rgba(76,115,180,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: 800;
	text-align: center;
}
#contact h2 a:hover {
	background: rgba(76,115,180,0.8);
	color: rgba(255,255,255,1);
}
#contact h2 span {
	display: block;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
}
#contact ul {
	float: left;
	width: 49%;
	list-style-type: none;
}
#contact ul li {
	width: 90%;
	margin-left: 0;
}
#contact ul li i {
	margin-right: 0.5rem;
}
#contact ul li span {
	display:	block;
}
#contact ul li span:nth-child(1) {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0px;
}
#contact ul li span:nth-child(2) {
	font-size: 2rem;
	font-weight: bold;
}
#contact ul li span:nth-child(3) {
	font-size: 0.75rem;
}
#contact ul li:nth-child(2) a {
	display: block;
	box-sizing:border-box;
	padding: 1.25rem;
	border: 2px solid rgba(255,255,255,1);
	text-align: center;
	font-size: 0.75rem;
	font-weight: 600;
}
#contact ul li:nth-child(2) a i {
	font-size: 2rem;
	vertical-align: middle;
}

@media (min-width: 75em) { /*1200px*/
	#contact ul li span:nth-child(2) {
	}
}
@media (max-width: 52.125em) {
	#contact section {
		width: 100%;
		margin-bottom: 1.875rem;
	}
	#contact h2 {
		float: none;
		width: 100%;
		margin: 0 auto 1.125rem auto;
		padding: 0.5rem 0 1rem 0;
	}

	#contact ul {
		float: none;
		width: 100%;
		margin: 0 auto 0 auto;
	}
	#contact ul li {
		display: block;
		width: 100%;
		padding-left: 1.125rem;
		padding-right: 1.125rem;
		margin-bottom: 1.125rem;
		text-align: center;
	}
	#external-link ul {
		display: block;
		padding: 1.875rem 0;
	}
	#external-link li {
		display: block;
		margin-right: 0;
		margin-bottom: 1.125rem;
	}
		#external-link li:last-child {
		margin-bottom: 0;
	}

}
@media (max-width: 48em) {
	#contact {
		background-size: auto 100%;
		background-position: right;
		padding-top: 0;
	}
	#contact section {
		width: 100%;
		margin-bottom: 1.875rem;
	}
}

/*!------------------------------------*\
		Company
\*!------------------------------------*/
.page #philosophy,
.page #slogan,
.page #message {
	margin-bottom: 3.125rem;
}
/* Philosophy */
.page #philosophy h2 {
	margin: 0;
	text-align: left;
	font-size: 1.5rem;
	font-weight: 700;
	color: rgba(51,51,51,1);
}
.page #philosophy h3 {
	margin-bottom: 3.125rem;
	font-size: 2.5rem;
	line-height: 1.4;
}
.page #philosophy h3::after {
	clear: both;
}
.page #philosophy h3::before, .page #philosophy h3::after {
	content: " ";
	display: table;
}
.page #philosophy h3 div {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.4rem;
}
.page #philosophy h3 span {
	display: inline-block;
}
.page #philosophy h3 div:nth-child(2) {
	text-align: center;
}
.page #philosophy h3 div:nth-child(3) {
	float: right;
	padding-bottom: 0;
}


.page #main-content h2.section-heading {
	margin-right: calc(50% - 50vw);
	padding: 2.375rem;
	background: rgba(204,215,234,1);
	text-align: left;
	font-size: 2.375rem;
	color: rgba(2,56,148,1);
}
.page #main-content h2.section-heading {
	text-align: left;
}
.page #main-content h3.section-heading {
	text-align: center;
	font-size: 2rem;
}
.page #main-content h3.section-heading span {
	display: inline-block;
	margin-bottom: 1.125rem;
	padding-bottom: 1.125rem;
	border-bottom: 4px solid #000000;
}

/* Slogan */

.page #main-content {
	margin-bottom: 3.125rem;
	overflow: visible;
}
.page #main-content .content-container {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 3.125rem;
}
.page #main-content .content-container p{
	text-align:justify;
}
.page #main-content .content-container img{
	width: 48.5vw;
	min-width:48.5%;
	height: max-content;
}

.page #main-content #slogan .content-container div {
	width:51.5%;
	padding-right: 1.875rem;
}
.page #main-content #message .content-container div {
	width:51.5%;
	padding-left: 1.875rem;
}
.page #main-content #slogan .content-container img{
	margin-right: calc(50% - 50vw);
	height: auto;
}
.page #main-content #message .content-container img{
	margin-left: calc(50% - 50vw);
	height: auto;
}
.page #main-content #slogan ol {
	width: 100%;
	margin: 0;
	padding: 0;
}
.page #main-content #slogan ol li {
	margin: 0 0 1rem 0;
	padding: 0 0 1rem 0;
	border-bottom: 2px solid rgba(0,0,0,1);
	list-style: none;
	font-size: 1.25rem;
	font-weight: bold;
}
.page #main-content #slogan ol li span {
	margin-right: 1rem;
}


/* message */
.page #message h3 {
	margin-top: 0;
	font-weight: 800;
}
.page #message .container {
	width: 100%;
	box-sizing:border-box;
}
.page #message img {
	width: 40%;
	float: left;
	margin-right: 1.875rem;
}
.page #main-content #message .content-container p.signature {
	margin-bottom: 0;
	text-align: right;
	font-weight: 800;
}
.page #message .signature span {
	margin-left: 0.5rem;
	font-size: 1.5rem;
}

.page #main-content h3.section-heading br {
	display: none;
}

@media (max-width: 48em) {
	.page #main-content {
		padding: 0 0 0.9375rem 0;
	}
	.page .contact #main-content {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}

	.page #philosophy {
		margin-bottom: 3.125rem;
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}
	.page #philosophy h2 {
		font-size: 1rem;
	}
	.page #philosophy h3 {
		margin-bottom: 1.875rem;
	}
	.page #philosophy h3 div {
		font-size: 2.25rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.page #philosophy h3 div span {
		font-size: 2.25rem;
		letter-spacing: 0;
	}
	.page #philosophy h3 div:nth-child(2) {
		text-align: left;
	}
	.page #philosophy h3 div:nth-child(3) {
		float: none;
	}

	.page #philosophy figure .philosophy-txt {
		top: 26%;
	}
	.page #philosophy figure h3 {
		font-size: 1.5rem;
	}
	.page #message .container {
		text-align: center;
	}

	.page #main-content h2.section-heading {
		margin-bottom: 3.125rem;
		padding-left: 1.125rem;
		padding-right: 1.125rem;
		font-size: 1.875rem;
	}
	.page #main-content h3.section-heading {
		margin-bottom: 3.125rem;
		font-size: 1.5rem;
		line-height: 1;
	}
	.page #main-content h3.section-heading span br {
		display: block;
	}
	.page #main-content .content-container {
		margin-bottom: 3.125rem;
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}
	.page #main-content #message .content-container {
		margin-bottom: 0;
	}
	.page #main-content .content-container {
		display: block;
		margin-bottom: 3.125rem;
	}
	.page #main-content #slogan .content-container img,
	.page #main-content #message .content-container img {
		width: 100%;
		min-width: auto;
		height: auto;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 3.125rem;
	}
	.page #main-content #slogan .content-container div,
	.page #main-content #message .content-container div {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.page #main-content #slogan .content-container div ol {
		padding-left: 0;
	}
	.page #main-content #slogan .content-container div ol li {
		font-size: 1rem;
	}

}

/*!------------------------------------*\
		Purchase
\*!------------------------------------*/
.page #purchase {
	margin-bottom: 3.125rem;
}
.page #main-content #purchase .content-container {
	display: block;
	justify-content: space-between;
	margin-bottom: 3.125rem;
}
.page #purchase p:nth-child(1) {
	display: block;
	margin-bottom: 3.125rem;
	background: rgba(0,167,60,1);
	text-align: center;
	color: rgba(255,255,255,1);
	font-weight: 600;
	line-height: 3rem;
}
.page #purchase h2 {
	margin-top: 1.875rem;
	font-family: 'Yuji Syuku', serif;
	font-size: 2.375rem;
	color: rgba(0,167,60,1);
	line-height: 1.4;
}
.page #area {
	width: 100%;
	box-sizing:border-box;
	background: rgba(246,245,241,1);
	padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
.page #area h3 {
	margin-top: 0;
	text-align: center;
	font-weight: 600;
}
.page #area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
.page #area ul::after {
	display: block;
	content:"";
	width: calc( 100% / 3 - 0.9375rem);
}

.page #area ul li {
	width: calc( 100% / 3 - 0.9375rem);
	margin-left: 0;
	margin-bottom: 1.875rem;
	background: rgba(255,255,255,1);
	text-align: center;
	line-height: 3rem;
}
.page #area p {
	margin-bottom: 0;
	text-align: center;
}
@media (max-width: 52.125em) {
	.page #area ul li {
		width: calc( 100% / 2 - 0.9375rem);
	}
}
@media (max-width: 48em) {
	.page #purchase h2 {
		font-size: 1.5rem;
		text-align: left;
	}
	.page #area ul {
		display: block;
	}
	.page #area ul li {
		width: 100%;
	}
}

/*!------------------------------------*\
		SDGs
\*!------------------------------------*/
.page #main-content #sdgs .content-container {
	display:block;
	margin-bottom: 3.125rem;
}

.page #main-content #sdgs .content-container p.signature {
	text-align: right;
}
#sdgs .sdgs-container h4 {
	text-align: center;
	font-size: 1.5rem;
	color: rgba(2,56,148,1);
	margin-bottom: 3.125rem;
}
#sdgs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sdgs li img {
	width: 100%;
}
#sdgs ul.sdgs-icon {
	width: 60%;
	margin: 0 auto 3.125rem auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
#sdgs ul.sdgs-icon:before,
#sdgs ul.sdgs-icon:after {
	content: " ";
	display: table;
}
#sdgs ul.sdgs-icon:after {
	clear: both;
}
#sdgs ul.sdgs-icon li {
	margin-right: 0.9375rem;
}
#sdgs ul.sdgs-icon li:last-child {
	margin-right: 0;
}
.page #main-content #sdgs .content-container img {
	width: 100%;
	min-width: 100%;
	height: auto;
}
#sdgs .sdgs-comment {
	margin-bottom: 3.125rem;
}
#sdgs .sdgs-container table {
	margin-bottom: 3.125rem;
}
#sdgs .sdgs-container table th,
#sdgs .sdgs-container table td {
	border: 1px solid rgba(255,255,255,1);
}
#sdgs .sdgs-container table tr:nth-child(odd) td,
#sdgs .sdgs-container table tr:nth-child(odd) th {
	background: rgba(238,238,238,1);
}
#sdgs .sdgs-container table tr:nth-child(even) th {
	background: none;
}
#sdgs .sdgs-container table tr:first-child th {
	background: rgba(204,215,234,1);
}
@media (max-width: 48em) {
	#sdgs .signature {
		text-align: right;
	}
	#sdgs .sdgs-container h4 {
		text-align: left;
		font-size: 1.5rem;
	}
	#sdgs ul.sdgs-icon {
		width: 100%;
	}
	#sdgs .sdgs-container .table-wrap {
		overflow-y: scroll;
	}
	#sdgs .sdgs-container table {
		white-space: nowrap;
		margin-bottom: 0;
		font-size: 0.75rem ;
	}


}

/*!------------------------------------*\
		Company
\*!------------------------------------*/
.page #company .section-container h3 {
	margin-top: 0;
	margin-bottom: 3.125rem;
	font-size: 2rem;
	font-weight: 900;
	color: rgba(2,56,148,1);
}
.page #company .section-container h3 span{
	display: block;
	margin-bottom: 1.875rem;
	font-weight: 400;
	font-size: 1rem;
	color: rgba(51,51,51,1);
}


.page #company .section-container:before,
.page #company .section-container:after {
	content: " ";
	display: table;
}

#company #main-content {
	margin-bottom: 3.125rem;
	overflow: visible;
}
#company table {
	margin-bottom: 3.125rem;
}
#company .company-container {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 3.125rem;
}
#company .company-container img{
	width: 48.5vw;
	min-width:48.5%;
	height: max-content;
}

#company #front.company-container div,
#company #room.company-container div {
	width:51.5%;
	padding-right: 1.875rem;
}
#company #space.company-container div {
	width:51.5%;
	padding-left: 1.875rem;
}

#company .company-container p{
	text-align:justify;
}
#company #front.company-container img,
#company #room.company-container img{
	margin-right: calc(50% - 50vw);
	height: auto;
}
#company #space.company-container img {
	margin-left: calc(50% - 50vw);
	height: auto;
}

#company .content-container table td p:last-child {
	margin-bottom: 0;
}

@media (max-width: 48em) {
	#company .company-container {
		display:block;
		margin-bottom: 3.125rem;
	}
	.page #company .section-container h3 {
		font-size: 1.875rem;
	}
	.page #company .section-container h3 span {
		margin-bottom: 0;
	}
	#company .company-container img{
		width: 100%;
		min-width: 100%;
		height: auto;
		margin-bottom: 3.125rem;
	}
	.page #main-content #company #front.company-container img,
	.page #main-content #company #room.company-container img,
	.page #main-content #company #space.company-container img {
		width: 100%;
		min-width: 100%;
		height: auto;
		margin-right: 0;
		margin-left: 0;
	}
	#company #front.company-container div,
	#company #room.company-container div,
	#company #space.company-container div {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

}

.page #main-content #privacy-policy .content-container {
	display: block;
	margin-bottom: 3.125rem;
}
