/*
Theme Name: Sydney
Theme URI: https://athemes.com/theme/sydney
Author: aThemes
Author URI: https://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. As well as being fully compatible with Elementor, Sydney brings plenty of customization possibilities like access to all Google Fonts, full color control, layout control, logo upload, full screen slider, header image, sticky navigation and much more. Also, Sydney provides all the construction blocks you need to rapidly create an engaging front page. Looking for a quick start with Sydney? With just a few clicks, you can import one of our existing demos (https://athemes.com/sydney-demos/)
Version: 2.07
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 5.9
Requires PHP: 5.6
Text Domain: sydney
Tags: two-columns, right-sidebar, block-styles, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Sydney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/

:root {
	--sydney-headings-color: #00102E;
	--sydney-dark-background: #00102E;
	--sydney-grey-color: #737C8C;
	--sydney-text-color: #233452;
	--sydney-light-background: #F4F5F7;
	--sydney-button-background: #d65050;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.social-menu-widget {
	padding: 0;
	margin: 0 auto;
	display: table;
	text-align: center;
}
.widget-area .widget_fp_social a,
.social-menu-widget a,
.social-menu-widget a:hover {
	color: #d65050;
}
.social-menu-widget li {
	display: inline-block;
	padding: 5px 20px;
	list-style: none;
	line-height: 1;
}
.widget-area .widget_fp_social div ul li {
	padding: 5px 10px;
	line-height: 1;
}
.social-menu-widget a {
	text-decoration: none;
}
.social-widget li a::before,
.social-menu-widget a:before {
	font-family: "FontAwesome", "Font Awesome 5 Brands";
	color: inherit;
}
.social-menu-widget li a,
.social-widget a {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
.social-menu-widget li a:hover,
.social-widget a:hover {
}
.social-menu-widget a:before {
	font-size: 50px;
	text-shadow: 0 0 1px #222;
}
.widget-area .widget_fp_social a:before {
	font-size: 34px;
}
.social-menu-widget a[href*="twitter.com"]::before {
	content: '\f099';
}
.social-menu-widget a[href*="facebook.com"]::before {
	content: '\f09a';
}
.social-menu-widget a[href*="plus.google.com"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="google.com/+"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="dribbble.com"]::before {
	content: '\f17d';
}
.social-menu-widget a[href*="pinterest.com"]::before {
	content: '\f231';
}
.social-menu-widget a[href*="youtube.com"]::before {
	content: '\f167';
}
.social-menu-widget a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-menu-widget a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-menu-widget a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-menu-widget a[href*="linkedin.com"]::before {
	content: '\f0e1';
}
.social-menu-widget a[href*="foursquare.com"]::before {
	content: '\f180';
}
.social-menu-widget a[href*="tumblr.com"]::before {
	content: '\f173';
}
.social-menu-widget a[href*="behance.net"]::before {
	content: '\f1b4';
}
.social-menu-widget a[href*="deviantart.com"]::before {
	content: '\f1bd';
}
.social-menu-widget a[href*="soundcloud.com"]::before {
	content: '\f1be';
}
.social-menu-widget a[href*="spotify.com"]::before {
	content: '\f1bc';
}
.social-menu-widget a[href*="weibo.com"]::before {
	content: '\f18a';
}
.social-menu-widget a[href*="xing.com"]::before {
	content: '\f168';
}
.social-menu-widget a[href*="trello.com"]::before {
	content: '\f181';
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.posts-navigation .nav-previous {
	padding-left: 15px;
}
.posts-navigation .nav-next {
	padding-right: 15px;
}
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 60px;
	position: relative;
	border: 1px solid rgba(0, 16, 46, 0.1);
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
	width: 50%;
}
.post-navigation .nav-next {
	text-align: right;
}
.post-navigation a {
	color: var(--sydney-text-color);
}
.post-navigation .nav-previous:hover span,
.post-navigation .nav-next:hover span {
	color: var(--sydney-text-color);
}
.post-navigation span {
	color: #c7c7c7;
	transition: color 0.3s;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	padding: 30px;
}
.post-navigation .nav-previous span {
	margin-right: 10px;
}
.post-navigation .nav-previous {
	border-right: 1px solid rgba(0, 16, 46, 0.1);
}
.post-navigation .nav-next span {
	margin-left: 10px;
}
.navigation.pagination {
	margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers,
.nav-links .page-numbers {
    background-color: #f7f7f7;
    padding: 20px;
    line-height: 1;
    display: inline-block;
    color: #443f3f;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover,
.nav-links .page-numbers:not(.dots):hover,
.nav-links .page-numbers.current {
    background-color: #252525;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
}
@media ( min-width: 991px ) {
	nav.woocommerce-pagination {
		margin-top: 45px;
	}
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
}
.updated:not(.published) {
	display: none;
}
.single .entry-header,
.page .entry-header {
	margin-bottom: 30px;
}
.entry-footer {
	clear: both;
	margin-top: 30px;
}
.page-links {
	clear: both;
	margin: 0 0 30px;
}
.page-header {
	margin: 0;
	border: 0;
}
.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-template-page_front-page .page-wrap .content-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
.single .meta-post .post-cat::before {
	content: '/';
	padding: 0 10px;
}
.single .meta-post .post-cat:first-of-type::before {
	content: '';
	padding: 0;
}
.single .hentry .meta-post a {
	color: #d65050;
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.fitVids-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
  }
  .fitVids-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
Repeatable Patterns
--------------------------------------------------------------*/
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	body {
		font-size: 16px;
		line-height: 1.7;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		background: #fff;
		color: var(--sydney-text-color);
	}
	a {
		text-decoration: none;
		transition: all 0.3s ease-in-out;
	}
	a:hover,
	a:focus {
		color: #443f3f;
		text-decoration: none;
		outline: 0;
		transition: all 0.3s ease-in-out;
	}
	p {
		margin-bottom: 20px;
	}
	.footer-widgets .widget ul,
	.widget-area .widget ul {
		list-style: none;
		padding: 0;
	}
	.widget .children {
		padding-left: 15px;
	}
	.img-left {
		margin: 0 33px 0 0 !important;
		float: left;
	}
	.img-right {
		margin: 0 0 0 33px !important;
		float: right;
	}
	strong {
		font-weight: 600;
	}
	h1 { font-size: 52px;}
	h2 { font-size: 42px;}
	h3 { font-size: 32px;}
	h4 { font-size: 24px;}
	h5 { font-size: 20px;}
	h6 { font-size: 18px;}
	h1, h2, h3, h4, h5, h6 {
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		color: var(--sydney-headings-color);
		font-weight: 600;
		margin: 10px 0 24px;
		line-height: 1.2;
	}
	.text-white { color: #fff !important; }
	.text-dark { color: #443f3f !important;}
	button,
	.llms-button-action,
	.llms-student-dashboard .llms-button-secondary,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	div.wpforms-container-full .wpforms-form input[type=submit],
	div.wpforms-container-full .wpforms-form button[type=submit],
	div.wpforms-container-full .wpforms-form .wpforms-page-button {
		position: relative;
		display: inline-block;
		font-size: 13px;
		line-height: 24px;
		padding: 12px 34px;
		color: #fff;
		text-transform: uppercase;
		border-radius: 3px;
		transition: all 0.3s;
	}
	
	button:hover,
	.llms-button-action:hover,
	.llms-student-dashboard .llms-button-secondary:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	div.wpforms-container-full .wpforms-form input[type=submit]:hover,
	div.wpforms-container-full .wpforms-form button[type=submit]:hover,
	div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
		background-color: transparent;
	}
	.select2-container--default .select2-selection--single,
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
		color: #767676;
		background-color: #fafafa;
		border: 1px solid #dbdbdb;
		height: 50px;
		padding: 4px 20px;
		border-radius: 0;
		transition: all 0.3s ease-in-out;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		box-shadow: none;
	}
	textarea {
		width: 100%;
		height: 120px;
		padding: 15px 20px;
	}
	input[type="checkbox"] {
		display: inline;
	}
	input:-moz-placeholder,
	textarea:-moz-placeholder,
	input::-moz-placeholder,
	textarea::-moz-placeholder {
	  color: #a3a2a2;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
	  color: #c3c3c3;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	  color: #cacaca;
	}

	@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }
	@-webkit-keyframes pop-scale2 { 0% { -webkit-transform: scale(0.5) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale2 { 0% { -moz-transform: scale(0.5) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale2 { 0% { transform: scale(0.5) } 100% { transform: scale(1) } }
	/* bootstrap resetting elements */
	.btn {
		background-image: none;
	}
	textarea,
	input[type="text"],
	input[type="submit"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input,
	.dropdown-menu,
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
		-webkit-appearance: none;
		text-shadow: none;
		box-shadow: none;
	}
table {
	width: 100%;
}
th,td {
/* 	border: 1px solid #333; */
/* 	padding: 5px; */
/* 	text-align: center; */
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
	.site-title {
		font-size: 32px;
		line-height: 1.2;
		font-weight: 600;
	}
	.site-title a,
	.site-title a:hover {
		color: #fff;
	}
	.site-logo {
		max-height: 100px;
		width: auto;
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: transparent;
		padding: 20px 0;
		transition: all 0.3s ease-out;
	}
	.admin-bar .site-header,
	.admin-bar .site-header.float-header {
		top: 32px;
	}
	.admin-bar:not(.siteScrolled) .slide-item {
		background-position: 50% 0 !important;
	}	
	.header-image {
		display: none;
		position: relative;
		height: 300px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.header-inner {
		display: none;
	}
	.site-title {
		margin: 0;
	}
	.site-description {
		font-size: 16px;
		margin: 15px 0 0;
		line-height: 1.6;
		color: #efefef;
	}
	.site-description:empty {
		margin: 0;
	}	
	.site-header.fixed {
		position: fixed;
	}

	.site-header .col-md-4,
	.site-header .col-md-8 {
		min-height: 0;
	}

	.site-header .logo {
		margin: 40px 0;
		float: left;
		transition: all 0.3s linear;
	}

	.site-header .logo a {
		display: block;
		height: 100%;
	}

	.site-header .logo {
		width: 135px;
		height: 27px;
	}

	.site-header.float-header {
		background-color: rgba(0,0,0,0.9);
		padding: 5px;
	}
	.site-header.float-header #mainnav {
		padding: 0;
	}

	.site-header.float-header #mainnav > ul > li > a {
	    height: 70px;
	    line-height: 70px;
	}

	.site-header.float-header .logo {
	    margin: 20px 0;
	}
	/* navigation */
	#mainnav {
		display: block;
		float: right;
		transition: all 0.3s linear;
	}
	#mainnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnav li {
		float: left;
		padding: 0 14px;
	}
	#mainnav ul ul li {
		padding: 0;
	}
	#mainnav ul li a {
		position: relative;
		display: block;
		font-size: 14px;
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		outline: none;
	}
	#mainnav ul li a:hover {
		color: #d65050;
	}
	#mainnav ul ul a {
	}
	#mainnav > ul > li:last-child {
		padding-right: 0;
	}
	#mainnav ul li {
		position: relative;
	}
	#mainnav ul li ul {
		width: 180px;
		position: absolute;
		top: 100%;
		left: initial;
		opacity: 0;
		visibility: hidden;
		border-radius: 0 0 2px 2px;
	    transition: all 0.3s ease;
	}
	#mainnav ul li ul ul {
		top: 0;
	}
	#mainnav .dropdown-symbol {
		fill: #fff;
		margin-left: 8px;
		position: relative;
		top: -2px;
	}
	#mainnav ul ul .dropdown-symbol svg {
		transform: rotate(-90deg);
	}	
	#mainnav ul li ul:after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
	}
	#mainnav ul li ul ul:after {
		top: 0;
	}
	#mainnav ul li ul li ul {
		left: 100%;
	}
	#mainnav:not(.mainnav.toggled) li > ul.toggled,
	#mainnav:not(.mainnav.toggled) li:hover > ul {
	    opacity: 1;
	    visibility: visible;
	    left: auto;
	    display: flex !important;
	    transition: all 0.3s ease;
	}
	#mainnav:not(.mainnav.toggled) li ul.toggled ul.toggled,
	#mainnav:not(.mainnav.toggled) li:hover > ul ul {
		padding-top: 0;
		left: 100%;
	}
	#mainnav .sub-menu {
		z-index: 99999;
	}
	#mainnav .sub-menu li a {
		color: #fff;
		display: block;
		line-height: 30px;
		background: #1c1c1c;
		padding: 0 18px;
		border-top: 1px solid #252525;
	    transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {
/* 		color: #fff; */
	}
	#mainnav li:hover > .sub-menu > li > a {
		padding: 8px 18px;
	}
	/* Icons */
	#mainnav ul li::before {
		font-family: "Fontawesome", "Font Awesome 5 Free";
		color: #fff;
		float: left;
		margin: 5px 5px 0 0;
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
	}
	#mainnav ul li a {
		float: left;
	}
	#mainnav .sub-menu li:before {
		content: '';
		margin: 0;
		transition: all 0.3s ease;
	}
	.mainnav.toggled ul li a,
	#mainnav-mobi ul li a {
		float: none !important;
	}
	.mainnav.toggled ul li::before,
	#mainnav-mobi ul li::before {
		content: '';
	}
	.fw-menu-container {
		padding-left: 60px;
		padding-right: 60px;
	}	
	/* New header */
	.main-header,
	.header-search-form {
		background-color: var(--sydney-dark-background);
		z-index: 999;
	}
	.bottom-header-row #mainnav,
	.main-header #mainnav {
		float: none;
	}
	.bottom-header-row #mainnav ul li ul,
	.main-header #mainnav ul li ul {
		left: -9999em;
	}
	.site-header-inner {
		 padding-top: 15px;
		 padding-bottom: 0;
	}
	.bottom-header-row #mainnav a,
	.main-header #mainnav a {
		background: transparent !important;
		border: 0 !important;
	}
	.bottom-header-row #mainnav ul li ul:after,
	.main-header #mainnav ul li ul:after {
		display: none !important;
	}
	.bottom-header-row #mainnav ul ul li,
	.main-header #mainnav ul ul li {
		background-color: #233452;
		display: flex;
		align-items: center;
		padding: 0 18px;
		width: 100%;
	}
	.bottom-header-row #mainnav ul ul li:first-of-type,
	.main-header #mainnav ul ul li:first-of-type {
/* 		padding-top: 8px; */
	}
	.bottom-header-row #mainnav ul ul li:last-of-type,
	.main-header #mainnav ul ul li:last-of-type {
/* 		padding-bottom: 8px; */
	}
	
	.bottom-header_layout_4 #mainnav > div > ul > li:first-of-type,
	.bottom-header_layout_5 #mainnav > div > ul > li:first-of-type {
		padding-left: 0;
	}
	.bottom-header-row #mainnav ul li ul,
	.main-header #mainnav ul li ul {
		width: 220px;
	}
	.main-header ul ul a:not(.mega-menu-link) {
		padding: 0 !important;
	}
	.header-item.header-contact i {
		margin-right: 5px;
	}
	.sydney-offcanvas-menu, .mobile-header {
		display: none;
	}
	.sydney-offcanvas-menu .dropdown-symbol {
		margin-left: 0 !important;
	}
	.sydney-offcanvas-menu .header-search,
	.sydney-offcanvas-menu .wc-account-link,
	.sydney-offcanvas-menu .site-header-cart {
		display: inline-block;
		vertical-align: middle;
	}
	.sydney-offcanvas-menu .button {
		margin-top: 30px;
	}
	.sydney-offcanvas-menu #mainnav ul li a {
		float: none !important;
	}
	.sydney-offcanvas-menu .header-contact a {
		margin-bottom: 15px;
	}
	.sydney-offcanvas-menu .header-contact {
		background-color: transparent !important;
		border: 0 !important;
		margin-top: 30px;
		padding: 0 !important;
	}
	.sydney-offcanvas-menu svg {
		max-height: 16px;
	}
	.sydney-offcanvas-menu {
	   position: fixed;
	   left: -100%;
	   opacity: 0;
	   transition: all 0.4s;
	   top: 0;
	   box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.07);
	   padding: 30px;
	   margin: 0;
	   z-index: 99999;
	   background-color: var(--sydney-dark-background);
	   width: 100%;
	   max-width: 300px;
	   height: 100%;
	   overflow-y: auto;
	}
	.sydney-offcanvas-menu .mobile-header-item {
	   visibility: hidden;
	}
	.admin-bar .sydney-offcanvas-menu {
	   top: 32px;
	}
	.sydney-offcanvas-menu.toggled {
	   left: 0;
	   opacity: 1;
	   font-weight: 600;
	}
	.sydney-offcanvas-menu.toggled .mobile-header-item {
	   visibility: visible;
	}
	.sydney-offcanvas-menu #mainnav a {
	   width: 100%;
	}
	.sydney-offcanvas-menu #mainnav .menu-item-has-children a {
	   width: calc(100% - 23px);
	}
	.sydney-offcanvas-menu #mainnav ul ul a {
	   width: calc(100% - 23px);
	   background: transparent;
	   border: 0;
	   padding-top: 5px;
	   padding-bottom: 5px;
	}
	.sydney-offcanvas-menu #mainnav ul li a {
		font-size: 16px;
		padding: 7px 0;
	}
	.sydney-offcanvas-menu #mainnav ul ul a:hover {
		background: transparent;
	}
	.sydney-offcanvas-menu #mainnav ul ul li {
	   display: flex;
	   flex-wrap: wrap;
	   padding: 0;
	   background-color: transparent;
	}
	.sydney-offcanvas-menu #mainnav ul li ul:after,
	.sydney-offcanvas-menu #mainnav ul li ul ul:after {
		display: none;
	}
	.sydney-offcanvas-menu #mainnav ul li {
		padding: 0;
		margin-right: 0;
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	.sydney-offcanvas-menu #mainnav:not(.mainnav.toggled) li:hover > ul {
		padding-top: 0;
	}
	.sydney-offcanvas-menu #mainnav ul ul ul {
	   position: static;
	}
	.sydney-offcanvas-menu #mainnav:not(.mainnav.toggled) li:hover > ul,
	.sydney-offcanvas-menu #mainnav ul ul li:hover > ul {
	   display: none !important;
	}
	.sydney-offcanvas-menu #mainnav .sub-menu {
	   display: none;
	   margin: 0;
	   list-style: none;
	   padding-left: 10px;
	   position: static;
	   float: none;
	   box-shadow: none;
	}
	.mobile-menu-close svg {
		fill: #fff;
	}
	.sydney-offcanvas-menu #mainnav:not(.mainnav.toggled) .sub-menu.toggled {
	   display: block !important;
	   visibility: visible;
	   opacity: 1;
	   width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.sydney-offcanvas-menu #mainnav li:hover > .sub-menu > li > a {
		padding: 5px 18px;
	}
	.sydney-offcanvas-menu.toggled .menu {
	   display: block;
	}
	.sydney-offcanvas-menu #mainnav {
		display: block;
		float: none;
	}
	.sydney-offcanvas-menu .mainnav ul li:last-of-type {
		border: 0 !important;
	}
	.sydney-offcanvas-menu #mainnav .sub-menu li:hover > a {
		background: transparent !important;
	}
	 .mobile-header-item {
		 margin-bottom: 30px;
	}
	.main-header .header-contact,
	.bottom-header-row .header-contact,
	.mobile-header .header-contact {
		background: transparent !important;
		border: 0 !important;
		width: auto !important;
		position: static !important;
		padding: 0 !important;
	}
	 .mobile-header-item:last-of-type {
		 margin-bottom: 0;
	}
	 .mobile-header-item .align-right {
		 text-align: right;
	}
	 @media (max-width: 1024px) {
		 .bottom-header-row, .main-header {
			 display: none;
		}
		 .mobile-header {
			 display: block;
			 padding-top: 15px;
			 padding-bottom: 15px;
		}
		 .mobile-header .align-right {
			 justify-content: flex-end;
			 text-align: right;
		}
		 .mobile-header .align-center {
			 text-align: center;
		}
		 .sydney-offcanvas-menu {
			 display: block;
		}
	}
	 .site-title {
		 margin: 0;
	}
	 .site-title a, .site-title a:visited {
		 color: #fff;
	}
	 .site-description {
		 margin: 5px 0 0;
	}
	.header-elements {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}
	.header-elements svg {
		fill: #fff;
		max-height: 16px;
	}
	.header_layout_1 .header-elements, .header_layout_2 .header-elements {
		-webkit-box-pack: end;
			-ms-flex-pack: end;
				justify-content: flex-end;
	}
	.header_layout_2 .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}
	.header_layout_2 .menu-col {
		-webkit-box-flex: 1;
			-ms-flex-positive: 1;
				flex-grow: 1;
	}
	.header_layout_2 .menu-center .mainnav > div > ul {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}
	.header_layout_2 .menu-right .mainnav > div > ul {
		-webkit-box-pack: end;
			-ms-flex-pack: end;
				justify-content: flex-end;
	}
	 .header_layout_2 .header-col {
		 padding-left: 15px;
		 padding-right: 15px;
	}
	 .header_layout_1 .site-branding, .header_layout_3 .site-branding, .header_layout_5 .site-branding {
		 text-align: center;
	}
	 .bottom-header_layout_3 .mainnav > div > ul {
		 justify-content: center;
	}
	 .header_layout_3 .header-elements:not(:first-of-type), .bottom-header_layout_3 .header-elements:not(:first-of-type), .bottom-header_layout_4 .header-elements:not(:first-of-type), .header_layout_4 .header-elements:not(:first-of-type), .bottom-header_layout_5 .header-elements:not(:first-of-type), .header_layout_5 .header-elements:not(:first-of-type) {
		 justify-content: flex-end;
	}
	 .main-header .top-header-row {
		 padding-top: 15px;
		 padding-bottom: 15px;
	}
	 .main-header.header_layout_3 .site-header-inner, .site-header.header_layout_4 .site-header-inner, .main-header.header_layout_5 .site-header-inner {
		 padding: 0;
	}
	.transparent-header .sticky-header.sticky-scrolltop {
		position: absolute;
		z-index: 19;
		width: 100%;
		top: 0;
		transition: all 0.5s;
	}
	.transparent-header .bottom-header_layout_3.sticky-header.sticky-scrolltop:not(.is-sticky),
	.transparent-header .bottom-header_layout_4.sticky-header.sticky-scrolltop:not(.is-sticky),
	.transparent-header .bottom-header_layout_5.sticky-header.sticky-scrolltop:not(.is-sticky) {
		position: static;
	}	
	.admin-bar.transparent-header .sticky-header.sticky-scrolltop {
		top: 32px;
	}
	 .sticky-header.sticky-scrolltop {
		 position: sticky;
		 top: -200px;
		 transition: top 0.4s;
	}
	 .sticky-header.is-sticky, .sticky-header.sticky-always {
		 position: sticky;
		 top: 0;
	}
	 .admin-bar .sticky-header.is-sticky, .admin-bar .sticky-header.sticky-always {
		 top: 32px;
	}
	 .sticky-header.sticky-shadow, .sticky-header.is-sticky {
		 box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
	}
	 .bottom-header-row {
		 background-color: var(--sydney-dark-background);
		 z-index: 999;
	}
	 .bottom-header-inner {
		 padding-top: 15px;
		 padding-bottom: 15px;
	}
	 .header-item {
		 margin-right: 25px;
		 line-height: 1;
	}
	 .header-item:last-child {
		 margin-right: 0;
	}
	 .header-contact a {
		 display: block;
		 margin-bottom: 5px;
	}
	 .header-contact a:last-of-type {
		 margin-bottom: 0;
	}
	 .header-search .icon-search, .header-search .icon-cancel {
		 display: none;
		 cursor: pointer;
		 position: relative;
		 z-index: 999;
	}
	 .header-search .icon-search.active, .header-search .icon-cancel.active {
		 display: inline-block;
	}
	 .header-search .icon-cancel svg {
		 width: 20px;
		 height: 24px;
	}
	 .icon-cancel {
		 cursor: pointer;
	}
	 .header-search-form {
		 position: absolute;
		 width: 100%;
		 top: auto;
		 padding: 20px;
		 z-index: 999999;
		 left: -9999em;
		 opacity: 0;
		 transition: opacity 0.3s;
		 visibility: hidden;
	}
	 .header-search-form form {
		 max-width: 720px;
		 margin-left: auto;
		 margin-right: auto;
		 display: flex;
	}
	 .header-search-form form .search-field,
	 .header-search-form form label {
		 width: 100%;
	}
	.header-search-form label {
		margin-bottom: 0;
	}
	 .header-search-form form button, .header-search-form form .search-field {
		 display: block;
	}
	 .header-search-form form button svg, .header-search-form form .search-field svg {
		 fill: #fff;
	}
	 .header-search-form form button {
		 padding: 13px 24px !important;
		 border-radius: 0 !important;
		 font-size: 14px !important;
	}
	 .header-search-form.active {
		 opacity: 1;
		 left: 0;
		 visibility: visible;
	}
	 .search-overlay {
		 position: fixed;
		 top: 0;
		 height: 100%;
		 width: 100%;
		 z-index: 998;
		 background-color: rgba(0, 0, 0, 0.3);
		 left: -100%;
		 opacity: 0;
		 transition: opacity 0.3s;
	}
	 .search-overlay.active {
		 opacity: 1;
		 left: 0;
	}
	 .header-image img {
		 width: 100%;
		 vertical-align: top;
	}
	 .custom-logo-link {
		 line-height: 1;
	}
	 .custom-logo-link img {
		 max-width: 180px;
	}
	
	@media (max-width: 1024px) {
		.bottom-header-row, .main-header {
			display: none;
	   }
		.mobile-header {
			display: block;
			padding-top: 15px;
			padding-bottom: 15px;
	   }
		.mobile-header .align-right {
			-webkit-box-pack: end;
				-ms-flex-pack: end;
					justify-content: flex-end;
			text-align: right;
	   }
		.mobile-header .align-center {
			text-align: center;
	   }
		.sydney-offcanvas-menu {
			display: block;
	   }
	}	
/* Transparent header */
.transparent-header .header-wrapper {
	position: absolute;
    width: 100%;
    top: auto;
	z-index: 999;
}
@media (min-width: 1024px) {
	.transparent-header .main-header:not(.sticky-active):not(.is-sticky),
	.transparent-header .bottom-header-row:not(.sticky-active):not(.is-sticky) {
		background-color: transparent;
	}
}

.transparent-header .sticky-header.sticky-always {
	position: fixed;
	top: auto;
	left: 0;
	width: 100%;
	transition: all 0.3s;
}
.transparent-header .sticky-header.is-sticky {
	position: fixed;
	width: 100%;
}
.transparent-header .sticky-header.sticky-always.sticky-active {
	position: fixed;
	top: 0;
	z-index: 999;
}
.admin-bar.transparent-header .sticky-header.sticky-always.sticky-active {
	position: fixed;
	top: 32px;
	z-index: 999;
}	
/*--------------------------------------------------------------
Mobile navigation
--------------------------------------------------------------*/
	.mainnav.toggled {
		display: block !important;
		top: 100%;
	}	
	.mainnav.toggled,
	#mainnav-mobi {
		display: block;
		margin: 0 auto;
		width: 100%;
		position: absolute;
		background-color: #1c1c1c;
		margin-top: 15px;
		z-index: 1000;
	}
	#mainnav-mobi {
		top: 28px;
	}
	.mainnav.toggled ul,
	#mainnav-mobi ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mainnav.toggled ul li,
	#mainnav-mobi ul li {
		margin:0;
		position: relative;
		text-align: left;
		border-top: 1px solid #252525;
		cursor: pointer;
		float: none !important;
	}
	.mainnav.toggled ul > li > a,
	#mainnav-mobi ul > li > a {
		display: block;
		text-decoration: none;
		padding: 10px 50px;
		color: #fff;
	}
	.mainnav.toggled ul.sub-menu,
	#mainnav-mobi ul.sub-menu {
		top: 100%;
		left: 0;
		z-index: 2000;
		position: relative;
		background-color: #161625;
	}
	.mainnav.toggled > ul > li > ul > li,
	.mainnav.toggled > ul > li > ul > li > ul > li,
	#mainnav-mobi > ul > li > ul > li,
	#mainnav-mobi > ul > li > ul > li > ul > li {
		position: relative;
		border-top: 1px solid #252525;
		background-color: #222;
	}
	.mainnav.toggled > ul > li > ul > li >  a,
	#mainnav-mobi > ul > li > ul > li >  a {
		padding-left: 70px !important
	}
	.mainnav.toggled > ul > li > ul > li > ul > li a,
	#mainnav-mobi > ul > li > ul > li > ul > li a {
		padding-left: 90px !important
	}
	.mainnav.toggled ul.sub-menu > li > a,
	#mainnav-mobi ul.sub-menu > li > a {
		display: block;
		text-decoration: none;
		padding: 10px 60px;
		border-top-color: rgba(255,255,255,0.1);
		transition: all 0.2s ease-out;
	}
	.mainnav.toggled > ul > li > ul > li:first-child a,
	#mainnav-mobi > ul > li > ul > li:first-child a {
		border-top: none;
	}

	#mainnav.toggled ul.sub-menu,
	#mainnav.toggled ul ul a {
		width: 100%;
		left: 0;
	}

	#mainnav.toggled li > .sub-menu > li > a {
		padding: 10px 50px;
	}

	#mainnav.toggled ul li ul:after {
		display: none;
	}

	#mainnav.toggled .sub-menu li a {
		background: transparent !important;
	}

	#mainnav.toggled ul ul li {
		padding: 0 14px;
	}

	.mainnav.toggled ul.sub-menu > li > a:hover,
	.mainnav.toggled > ul > li > ul > li.active > a,
	#mainnav-mobi ul.sub-menu > li > a:hover,
	#mainnav-mobi > ul > li > ul > li.active > a {
		color: #fff;
	}
	.btn-menu {
		float: right;
		color: #fff;
		text-align:center;
		width: 28px;
		height: 28px;
		cursor: pointer;
		transition: all 0.3s ease-out;
	}

	.btn-submenu {
		position: absolute;
		right: 20px;
		top: 0;
		width: 50px;
		text-align: center;
	}
	.btn-submenu.is-amp {
		color: #fff;
		font-size: 26px;
	}
	@media ( min-width: 1025px ) {
		.btn-submenu {
			display: none;
		}
	}
	.btn-menu {
		display: none
	}
/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
/* Page sider */
#page-slider {
	position: relative;
	height: 250px;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.page-wrap {
	padding: 83px 0 100px;
	clear: both;
}
.page-template-page_front-page .page-wrap,
.projects-template-post_full .page-wrap,
.projects-template-post_full .page-wrap .content-wrapper {
	padding: 0;
}
.entry-page p,
.entry-post p {
	margin-bottom: 24px;
}
.entry-post img {
	margin: 10px 0 20px;
}
.header-slider,
.owl-wrapper {
	direction: ltr;
}
.header-slider,
.owl-carousel {
		-webkit-transform: translate3d(0,0,0);
}
.header-slider {
	-moz-transform: none;
	transform: none;
}	
/*--------------------------------------------------------------
Parallax
--------------------------------------------------------------*/
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}
/*--------------------------------------------------------------
Hero section
--------------------------------------------------------------*/
.header-slider {
	position: relative;
	max-width: 100%;
}
.slide-text.slides {
	padding-left: 0;
}
.slides-container .slide-item {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sliderFix {
	display: block !important;
}
.text-slider-section {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	width: 100%;
	padding-top: 5px;
	-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}
.text-slider .maintitle,
.text-slider .subtitle {
	z-index: 10;
	color: #fff;
	margin: 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.text-slider .maintitle {
	position: relative;
	display: inline-block;
	font-size: 57px;
	line-height: 67px;
	font-weight: 700;
	padding-bottom: 10px;
}
.text-slider .maintitle:after {
/* 	content: ""; */
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40%;
	height: 1px;
	margin-left: -20%;
}
.text-slider .subtitle {
	font-size: 30px;
	line-height: 40px;
	padding: 0 0 50px;
	font-weight: 300;
}
.text-slider {
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInRightBig {
  from {
    right: -1200px;
  }
  to {
    right: 0;
  }
}
@keyframes fadeInRightBig {
  from {
    right: -1200px;
  }
  to {
    right: 0;
  }
}
.slide-inner {
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	width: 100%;
	min-height: 260px;
	padding-top: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-slider {
	overflow: hidden;
}
.header-slider[data-speed="0"] .slide-item {
    opacity: 1 !important;
}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
.content-area .post-wrap,
.contact-form-wrap {
	padding-right: 30px;
}
.no-sidebar .page-wrap {
	overflow-x: hidden;
}
.content-area.no-sidebar {
	padding-left: 15px;
	padding-right: 15px;
}
.no-sidebar .content-area .post-wrap {
	padding-right: 0;
}
.single-post .no-sidebar .entry-thumb, .single-post.no-sidebar .entry-thumb {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.single-post .no-sidebar .entry-header, .single-post .no-sidebar .entry-content, .single-post .no-sidebar .entry-footer, .single-post .no-sidebar .post-navigation, .single-post .no-sidebar .comments-area, .single-post .no-sidebar .single-post-author, .single-post.no-sidebar .entry-header, .single-post.no-sidebar .entry-content, .single-post.no-sidebar .entry-footer, .single-post.no-sidebar .post-navigation, .single-post.no-sidebar .comments-area, .single-post.no-sidebar .single-post-author {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
}

.entry-content > * {
	margin-bottom: 1.5em;
}
.entry-content > .elementor,
.entry-content > .panel-layout {
	margin-bottom: 0;
}
body:not(.elementor-page):not(.panel-layout) .entry-content h1 {
	margin-top: 1em;
	margin-bottom: 0.5em;	
}
body:not(.elementor-page):not(.panel-layout) .entry-content h2,
body:not(.elementor-page):not(.panel-layout) .entry-content h3,
body:not(.elementor-page):not(.panel-layout) .entry-content h4,
body:not(.elementor-page):not(.panel-layout) .entry-content h5,
body:not(.elementor-page):not(.panel-layout) .entry-content h6 {
	margin-top: 1.2em;
	margin-bottom: 0.5em;
}

.content-area .hentry {
	position: relative;
	padding-bottom: 20px;
}
.hentry .post-content {
	overflow: hidden;
}
.content-area .entry-thumb {
	text-align: center;
	margin-bottom: 24px;
}
.hentry .title-post {
	font-size: 36px;
	line-height: normal;
	padding-bottom: 10px;
	margin: 0;
}
.single .entry-header .entry-title {
	padding: 0;
}
.posts-layout .entry-title {
	font-size: 32px;
	padding: 0;
}
.posts-layout .hentry {
	margin-bottom: 80px;
	padding-bottom: 0;
}
.single-post-author .author-link,
.posts-layout .read-more {
	color: var(--sydney-headings-color);
	text-decoration: underline;
	display: inline-block;
	margin-top: 20px;
}
.single-post-author .author-link:hover,
.posts-layout .read-more:hover {
	color: var(--sydney-grey-color);
}
.posts-layout .entry-header {
	margin-bottom: 24px;
}
.posts-layout .entry-post p:last-of-type {
	margin-bottom: 0;
}
.entry-title a {
	color: var(--sydney-headings-color);
}	
.posts-layout .entry-title a:hover {
	color: var(--sydney-grey-color);
}
span.author.vcard {
	padding: 0;
	margin: 0;
}
.hentry .wp-block-quote.is-style-large,
.hentry blockquote {
	background-color: var(--sydney-light-background);
	font-size: 22px;
	margin: 30px 0;
	padding: 30px 30px 30px 40px;
	position: relative;
	font-style: normal;
	border-left: 3px solid #000;
}
.hentry .wp-block-quote.is-style-large p {
	font-style: normal;
	font-size: 32px;
}
.hentry blockquote cite {
	color: var(--sydney-grey-color);
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
}
.hentry .wp-block-quote.is-style-large cite {
	font-size: 12px;
}
.hentry .wp-block-pullquote blockquote {
	padding: 30px;
	border: 3px solid #000;
}
.hentry .wp-block-pullquote p {
	font-size: 32px;
}
.fullwidth {
	width: 100%;
}
.error-404 {
	text-align: center;
}
.error-404 .page-content p {
	margin-bottom: 30px;
}
.layout5 .hentry:after {
	width: 0;
	height: 0;
}	
.layout3 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.posts-layout .post-align-center {
	text-align: center;
}
.posts-layout .post-align-center .entry-meta {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.posts-layout .post-align-center .entry-header {
	text-align: center;
}
.posts-layout .post-align-right {
	text-align: right;
}
.posts-layout .post-align-right .entry-header {
	text-align: right;
}
.posts-layout .post-align-right .entry-meta {
	-webkit-box-pack: flex-end;
		-ms-flex-pack: flex-end;
			justify-content: flex-end;
}
.posts-layout .list-image {
	width: 35%;
}	
.posts-layout .list-content {
	width: 65%;
	max-width: 65%;
}	
.posts-layout article:not(.has-post-thumbnail) .list-content {
	width: 100%;
	max-width: 100%;		
}
.layout4 article, .layout6 article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}	
.layout4 .entry-thumb, .layout6 .entry-thumb {
	margin: 0 24px 0 0;
}	
.posts-layout .post-vertical-align-middle {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}	
.posts-layout .post-vertical-align-bottom {
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
} 
.layout4 .image-right {
	-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
			order: 1;
}	
.layout4 .image-right .entry-thumb {
	margin: 0 0 0 30px;
}
.list-image.image-left:empty {
	display: none;
}	
.layout6 article:nth-of-type(even) .list-image {
	-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
			order: 1;
}	
.layout6 article:nth-of-type(even) .list-image .entry-thumb {
	margin: 0 0 0 24px;
}	
.no-sidebar .layout1,
.no-sidebar .layout2 {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px !important;
	padding-right: 15px !important;
	float: none !important;
}
.single .meta-post a {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 13px;
}
.single-meta,
.single-meta a {
	color: #68647a;
}
.single .single-meta {
	text-transform: uppercase;
	font-size: 13px;
}
.single .single-meta {
	display: table;
}
.single-meta .byline {
	padding-left: 10px;
}	
/* Post author bio */
.single-post-author {
	margin-bottom: 60px;
	background-color: var(--sydney-light-background);
	padding: 40px;
	text-align: center;
}
.single-post-author .author-avatar img {
	border-radius: 50%;
}
/* Related posts */
.sydney-related-posts {
	margin-bottom: 60px;
}
.related-post .entry-meta {
	margin-bottom: 6px;
}
.related-post .entry-title {
	margin-top: 6px;
	margin-bottom: 0;
}
/* Meta */
.entry-meta {
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 15px;
}
.entry-meta .avatar {
	border-radius: 50%;
	margin-left: 5px;
}
.entry-meta .author a.url {
	color: var(--sydney-headings-color);
}
.entry-meta,
.entry-meta a {
	color: var(--sydney-grey-color);
}
.posts-layout .entry-meta a:hover,
.entry-meta a:hover {
	color: var(--sydney-headings-color);
}
.entry-meta > * {
	margin-right: 10px;
}
.entry-meta > *:last-of-type {
	margin-right: 0;
}
.entry-meta.delimiter-dot > *,
.entry-meta.delimiter-vertical > *,
.entry-meta.delimiter-horizontal > * {
	margin-right: 0;
}
.entry-meta.delimiter-dot > *:after,
.entry-meta.delimiter-vertical > *:after,
.entry-meta.delimiter-horizontal > *:after {
	padding: 0 10px;
}
.entry-meta.delimiter-dot > *:last-child:after,
.entry-meta.delimiter-vertical > *:last-child:after,
.entry-meta.delimiter-horizontal > *:last-child:after {
	display: none;
}
.entry-meta.delimiter-dot > *:after {
	content: '';
	background: #00102E;
	opacity: 0.2;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;		
}
.entry-meta.delimiter-vertical > *:after {
	content: '\007C';
}
.entry-meta.delimiter-horizontal > *:after {
	content: '\0023AF';
}
.single .entry-meta-below {
	margin-bottom: 0;
}		
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget-area {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px;
}
.widget-area .widget {
	position: relative;
	margin-bottom: 55px;
}
.sidebar-column .widget:last-of-type {
	margin-bottom: 0;
}
.widget-area .widget:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 1px;
}
.widget-area .widget:first-child {
	padding-top: 0;
}
.widget-area .widget:first-child:before {
	height: 0;
}
.widget-area .widget-title {
	font-size: 22px;
	line-height: normal;
	padding-bottom: 24px;
	margin: 0;
}
.widget-area .widget ul li {
	padding: 5px 0;
}
.widget-area .widget ul li:first-child {
	padding-top: 0;
}
.widget-area .widget ul li:last-child {
	padding-bottom: 0;
}
.widget-area,
.widget-area  a {
	color: #767676;
}

/* widget categories */
.widget-categories .categories li a {
	position: relative;
	display: block;
}
.widget-categories .categories li span {
	position: absolute;
	right: 0;
	top: 0;
}
/* widget tags */
.widget-tags .tag-list a {
	display: inline-block;
	font-size: 13px;
	color: #767676;
	border: 1px solid #dbdbdb;
	padding: 7px 15px;
	margin: 4px;
	margin-left: 0;
}
.widget-tags .tag-list a:hover {
	color: #5e5e5e;
}
.search-field {
	max-width: 100%;
}
/*--------------------------------------------------------------
Blog single
--------------------------------------------------------------*/
.single-post .hentry {
	padding-bottom: 0;
}
.tags-links a {
	display: inline-block;
	background-color: var(--sydney-grey-color);
	padding: 2px 10px;
	color: #fff;
	margin: 0 4px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.tags-links a:hover {
	background-color: var(--sydney-headings-color);
}
.tags-links a:first-of-type {
	margin-left: 0;
}
.single .hentry {
	margin-bottom: 60px;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-area {
	margin-bottom: 60px;
	margin-top: 30px;
}
.comments-title {
	margin: 0 0 30px 0;
	font-size: 24px;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area .children {
	padding-left: 20px;
}
.comments-area .fn {
	color: #505050;
}
.comment-author .avatar {
	position: absolute;
}
.comment-author .fn,
.comment-metadata {
	margin-left: 80px;
}
.comment-metadata {
	font-size: 13px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.comment-form .form-submit {
    margin-top: 20px;
	margin-bottom: 0;
}
.comment-body {
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
}
.reply {
	margin-left: 80px;
	background-color: #e64e4e;
	display: table;
	margin-top: 15px;
}
.comment-reply-link {
	padding: 8px 22px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	display: table;
}
.comment-meta a {
	color: #c7c7c7;
}
.comments-area a.url {
	color: #505050;
	text-decoration: none;
}
.bypostauthor {
}
.comment-reply-title {
	font-size: 24px;
}
.comment-form input:not([type="checkbox"]) {
	width: 100%;
	max-width: 100%;
}
.form-submit input {
	width: auto;
}
.comment-content {
	margin-left: 80px;
}
#commentform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#commentform p {
	width: 100%;
}
#commentform .comment-form-email,
#commentform .comment-form-url {
	width: calc(50% - 15px);
}
#commentform .comment-form-email {
	margin-right: 15px;
}
#commentform .comment-form-url {
	margin-left: 15px;
}
.comment-respond {
	background-color: var(--sydney-light-background);
	padding: 40px;
}
.comment-respond .comment-notes {
	margin-bottom: 40px;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footer-widgets {
	border: 0;
	padding: 0;
	background-color: #252525;
}
.footer-widgets .widget-title {
	text-transform: uppercase;
	color: #fff;
	line-height: normal;
	margin: 5px 0 0;
}
.footer-widgets,
.footer-widgets a {
	color: #666666;
}
.footer-widgets-grid {
	padding: 95px 0;
	display: grid;
	gap: 30px;
}
.footer-widgets-grid.footer-layout-2 {
	grid-template-columns: repeat(2, 1fr);
}
.footer-widgets-grid.footer-layout-col2-bigleft {
	grid-template-columns: 2fr 1fr;
}
.footer-widgets-grid.footer-layout-col2-bigright {
	grid-template-columns: 1fr 2fr;
}
.footer-widgets-grid.footer-layout-3 {
	grid-template-columns: repeat(3, 1fr);
}
.footer-widgets-grid.footer-layout-col3-bigleft {
	grid-template-columns: 3fr 1fr 1fr;
}
.footer-widgets-grid.footer-layout-col3-bigright {
	grid-template-columns: 1fr 1fr 3fr;
}
.footer-widgets-grid.footer-layout-4 {
	grid-template-columns: repeat(4, 1fr);
}
.footer-widgets-grid.footer-layout-col4-bigleft {
	grid-template-columns: 2fr 1fr 1fr 1fr;
}
.footer-widgets-grid.footer-layout-col4-bigright {
	grid-template-columns: 1fr 1fr 1fr 2fr;
}
.footer-widgets-grid.align-middle {
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}
.footer-widgets-grid.align-bottom {
-webkit-box-align: end;
	-ms-flex-align: end;
		align-items: end;
}
.visibility-mobile-only {
	display: none;
}
@media (max-width: 991px) {
	.visibility-desktop-only {
		display: none;
	}
	.visibility-mobile-only {
		display: block;
	}
}
/*--------------------------------------------------------------
Bottom
--------------------------------------------------------------*/
.site-info {
	padding: 20px 0;
}
.site-footer {
	background-color: #1c1c1c;
}
.site-footer,
.site-footer a {
	color: #666;
}
.site-footer svg {
	fill: #666;
}
.social-profile {
	text-align: right;
}
.social-profile a {
	margin-right: 20px;
}
.social-profile a:last-of-type {
	margin-right: 0;
}
/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/
.preloader {
	background: none repeat scroll 0 0 #fff;
	height: 100%;
	opacity: 1;
	position: fixed;
	text-align: center;
	transition: opacity 0.2s ease 0s;
	width: 100%;
	z-index: 9999;	    
}
.preloader.disable {
	opacity: 0;
}
.preloader.hide {
	display: none;
}	
.preloader .spinner {
	height: 30px;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	position: relative;
	top: 50%;
	width: 30px;
}
.preloader .pre-bounce1,
.preloader .pre-bounce2 {
	-webkit-animation: 2s ease 0s normal none infinite bounce;
			animation: 2s ease 0s normal none infinite bounce;
	background-color: #de4939;
	border-radius: 50%;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.preloader .pre-bounce2 {
	-webkit-animation-delay: -0.5s;
			animation-delay: -0.5s;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}

	40% {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	}

	60% {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	}

	40% {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	}

	60% {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	}
}
/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
.go-top {
	position: fixed !important;
	right: 20px;
	bottom: -45px;
	color: #fff;
	display: block;
	line-height: 1;
	text-align: center;
	padding: 15px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9999;
	cursor: pointer;
	font-size: 14px;
	border-radius: 2px;
	transition: all 0.5s;
}
.go-top.position-left {
	right: auto;
	left: 20px;
}	
.go-top:hover {
	background-color: #fff;
}
.go-top.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	bottom : 11px;
}
.go-top span {
	margin-right: 7px;
	vertical-align: middle;
}

/*--------------------------------------------------------------
Panels
--------------------------------------------------------------*/
.panel-grid-cell .widget-title {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.panel-grid-cell .widget-title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background-color: #d65050;
}
.panel-grid {
	max-width: 1170px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.panel-row-style[data-hasbg="hasbg"] {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	z-index: 11;
	overflow: hidden;
}
.panel-grid .overlay {
	z-index: -1;
}
.no-col-padding .panel-grid-cell {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* SO post carousel fix */	
.sow-carousel-thumbnail .overlay {
	position: static;
	height: 100% !important;
}		
/* Counter
-------------------------------------------------------------- */
.roll-counter {
	text-align: center;
}
.roll-counter i {
	font-size: 30px;
}
.roll-counter .name-count {
	font-size: 14px;
	font-weight: 600;
	padding: 15px 0;
}
.roll-counter .numb-count {
	font-size: 44px;
	padding: 0;
	font-weight: 600;
}
/* Clients
-------------------------------------------------------------- */
.roll-client {
	text-align: center;
}
.roll-client .client-item {
	float: none;
	display: inline-block;
	width: 19%;
	text-align: center;
	margin: 15px 0;
}
.roll-client .client-item img {
	max-width: 150px;
}
/* Icon Box
-------------------------------------------------------------- */
.service {
	margin-bottom: 30px;
}
.widget_sydney_services_type_b .service {
	margin-bottom: 20px;
}
.widget_sydney_services_type_b .service-thumb {
	float: left;
	max-width: 120px;
	margin-right: 30px;
	margin-top: 7px;
}
.service.col-md-4:nth-of-type(3n+1) {
	clear: left;
}
.service.col-md-6:nth-of-type(2n+1) {
	clear: left;
}
.roll-icon-box {
	text-align: center;
}
.roll-icon-box .service-thumb {
	margin: 0 auto 20px;
}
.roll-icon-box .icon {
	text-align: center;
	width: 70px;
	height: 70px;
	line-height: 75px;
	margin: 0 auto 20px;
	border-radius: 50%;
}
.roll-icon-box.left {
	text-align: left;
}
.roll-icon-box.left .icon {
	float: left;
	margin-top: 7px;
	margin-right: 30px;
}
.roll-icon-box .icon i {
	font-size: 26px;
}
.roll-icon-box .content {
	overflow: hidden;
}
.roll-icon-box .content h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin: 7px 0 10px;
}
.roll-icon-box .content h3,
.roll-icon-box .content h3 a {
	color: #443f3f;
}
.roll-icon-box .content p {
	margin: 0;
}

/* Contact widget
-------------------------------------------------------------- */

.sydney_contact_info_widget span {
	color: #d65050;
	margin-right: 15px;
}
.sydney_contact_info_widget div {
	margin-bottom: 10px;
}
/* Icon List
-------------------------------------------------------------- */
.roll-icon-list {
	padding-top: 15px;
}
.roll-icon-list .icon {
	text-align: center;
	width: 70px;
	height: 70px;
	line-height: 75px;
	float: left;
	margin-right: 30px;
	margin-top: 7px;
	border-radius: 50%;
}
.roll-icon-list .icon i {
	font-size: 26px;
}
.roll-icon-list .list-item {
	margin-bottom: 30px;
}
.roll-icon-list .content {
	overflow: hidden;
}
.roll-icon-list .content h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin: 7px 0 10px;
}
.roll-icon-list .content h3 a {
	color: #443f3f;
}
.roll-icon-list .content p {
	margin-bottom: 0;
}
/* List
-------------------------------------------------------------- */
.roll-list {
	list-style: none;
	margin: 0 0 30px 10px;
}
.roll-list li {
	line-height: 32px;
	position: relative;
	padding-left: 40px;
}
.roll-list li:before {
	content: "\f006";
	content: "\f005";
	font-family: "FontAwesome", "Font Awesome 5 Free";
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
}
/* Button
-------------------------------------------------------------- */
.roll-button {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	padding: 12px 35px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
			border-radius: 3px;
			transition: all 0.3s;
}
.roll-button:hover {
	background-color: transparent;
}
.roll-button.border {
	background-color: transparent;
	text-transform: uppercase;
}
.roll-button.border:hover {
	color: #fff;
}
.roll-button.border.text-white {
	color: #fff;
}
.roll-button.light {
	background-color: #fff;
	border: 1px solid #fff;
	color: #443f3f;
}
.roll-button.light:hover {
	color: #fff;
}
.roll-button.light.border {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}
.roll-button.light.border:hover {
	border: 1px solid #443f3f;
	background-color: #443f3f;
	color: #fff;
}
.roll-button.dark {
	background-color: #443f3f;
	border: 1px solid #443f3f;
}
.roll-button.dark:hover {
	border: 1px solid #443f3f;
	background-color: transparent;
	color: #443f3f;
}
.roll-button.dark.border {
	border: 1px solid #443f3f;
	background-color: transparent;
	color: #443f3f;
}
.roll-button.dark.border:hover {
	border: 1px solid #443f3f;
	background-color: #443f3f;
	color: #fff;
}
.more-button {
	display: table;
	margin: 30px auto 0;
	clear: both;
}
/* Lastest news
-------------------------------------------------------------- */
.blog-post {
	margin-bottom: 30px;
}
.blog-post .entry-title {
	margin: 15px 0;
	font-size: 16px;
}
/* Lastest Projects
-------------------------------------------------------------- */
.project-filter {
	margin: 20px 0 50px 0;
	text-align: center;
	padding-left: 0;
}
.project-filter li  {
	display: inline-block;
	position: relative;
	text-align: center;
	margin-left: -4px;
	background-color: #f5f5f5;
	transition: background 0.3s;
}
.widget-area .widget .project-filter li {
		padding: 0;
}
.project-filter li a {
	color: #767676;
	display: block;
	font-size: 13px;
	font-weight: 600;
	outline: 0;
		padding: 10px;
}
.project-filter li a.active,
.project-filter li a:hover,
#secondary .project-filter li a.active,
#secondary .project-filter li a:hover {
	color: #fff;
}
.roll-project {
	width: 100%;
	padding-bottom: 50px;
	margin: 0;
}
.roll-project .project-item {
	margin: 0 0 30px;
}
.roll-project.fullwidth .project-item {
	float: left;
}
.roll-project.fullwidth .project-item {
	width: 20%;
	margin: 0;
}
.roll-project .project-item .item-wrap {
	position: relative;
}
.roll-project .project-item .pop-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	z-index: 10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 1s;
}
.roll-project .project-item .project-pop-wrap {
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
}
.roll-project .project-item .project-pop {
	color: #fff;
	text-align: center;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	transition: all 0.3s;
}
.roll-project .project-item .project-pop a {
	color: #fff;
}
.roll-project .project-item:hover .project-pop {
	opacity: 0.5;
}
.roll-project .project-item .project-pop h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	margin-bottom: -4px;
}
.roll-project .project-item .project-cat {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	padding-top: 20px;
	margin: 0;
}
.roll-project .project-item .project-cat li {
	display: inline-block;
}
.roll-project .project-item .project-cat li a {
	position: relative;
	font-style: italic;
	padding: 0 5px;
}
.roll-project .project-item .project-cat li a:before {
	position: absolute;
	content: "/";
	left: -3px;
	top: -1px;
}
.roll-project .project-item .project-cat li:first-child a:before {
	content: "";
}
.roll-project .project-item:hover .project-title-wrap,
.roll-project .project-item:hover > .item-wrap .project-pop{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
		-moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
			animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
}
.roll-project .project-item:hover > .item-wrap .pop-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.project-title-wrap{
	position:absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}

.roll-project .project-item:hover > .item-wrap .project-title-wrap {
	border: 2px solid yellow;
}

.roll-project .project-title{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

.roll-project .project-title span{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

/* Testimonials
-------------------------------------------------------------- */
.roll-testimonials {
	max-width: 750px;
	margin: 0 auto 30px;
	text-align: center;
}
.roll-testimonials .avatar {
	width: 100px;
	margin: 7px auto 26px;
	border: 2px solid #fff;
}
.roll-testimonials .avatar,
.roll-testimonials .avatar img {
	border-radius: 50%;
}
.roll-testimonials .whisper {
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
	padding: 0 0 20px;
	margin: 0;
	border: 0;
}
.hentry .roll-testimonials blockquote {
	background-color: transparent;
	color: inherit;
}	
.roll-testimonials .name {
	font-size: 18px;
	font-weight: 500;
}
.roll-testimonials .name span {
	font-size: 13px;
	display: block;
	color: #767676;
}
.roll-testimonials .owl-controls {
	margin-top: 40px;
}
.hentry .roll-testimonials blockquote {
	background: transparent;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
	transition: all 0.3s !important;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	text-align: center;
	margin-top: 45px;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 9px;
	height: 9px;
	margin: 4px;
	background-color: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
border-radius: 50%;
	transition: background 0.3s;
}
.widget_sydney_testimonials .fa {
	display: none;
}

/* Socials
-------------------------------------------------------------- */
.roll-socials li {
	display: inline-block;
	text-align: center;
	margin: 2px 8px 8px 0;
}
.roll-socials li:last-child {
	margin-right: 0;
}
.roll-socials li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	font-size: 16px;
	border-radius: 50%;
}
.roll-socials li a:hover {
	color: #fff;
}
/* Progress Bar
-------------------------------------------------------------- */
.roll-progress {
	position: relative;
	margin-bottom: 20px;
}
.roll-progress .name {
	position: absolute;
	left: 0;
	top:0;
}
.roll-progress .name,
.roll-progress .perc {
	font-weight: 400;
}
.roll-progress .progress-animate {
	height: 10px;
	width: 0;
	border-radius: 2px;
}
.roll-progress .progress-bar {
	background: #f3f3f3;
	width: 100%;
	margin-top: 10px;
	border-radius: 2px;
}
.roll-progress .perc {
	width: 0;
	text-align: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.roll-progress .perc.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Promo Box
-------------------------------------------------------------- */
.roll-promobox {
	text-align: center;
	padding: 20px 0;
}
.roll-promobox .promo-controls {
	margin-top: 25px;
}
.roll-promobox .title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #8e8e8e;
	font-weight: 500;
}
.roll-promobox .promo-content p {
	margin-bottom: 40px;
	font-size: 16px;
}
.roll-promobox.aside-style {
	text-align: left
}
.roll-promobox.aside-style .promo-content p {
	padding-bottom: 15px;
}
.roll-promobox.aside-style .promo-wrap {
	display: table;
	overflow: hidden;
	width: 100%;
}
.roll-promobox.aside-style .promo-content {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
}
.roll-promobox.aside-style .promo-content p {
	margin: 0 0 5px;
}
.roll-promobox.aside-style .promo-controls {
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 30%;
}
/* Team
-------------------------------------------------------------- */
.roll-team.carousel .team-item {
	padding: 0 25px;
}
.post-type-archive-employees .team-item {
	margin-bottom: 30px;
}
.roll-team .team-inner {
	padding: 4px;
	background-color: #fff;
	position: relative;
	text-align: center;
}
.roll-team .team-item .team-pop .name {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 10px 0;
}
.roll-team .team-item .team-pop .pos {
	font-style: italic;
}
.roll-team .team-item .team-pop .team-info {
	top: 30%;
	position: relative;
	width: 100%;
}
.roll-team .team-item .pop-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	z-index: 10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 1s;
}
.roll-team .team-item .team-social {
	text-align: center;
	padding: 17px 0 0;
	margin: 0;
}
.roll-team .team-item .team-social li {
	display: inline-block;
}
.roll-team .team-social li a {
	font-size: 16px;
	color: #fff;
	display: block;
	margin-left: 5px;
	height: 30px;
	width: 30px;
	line-height: 28px;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.3s;
}
.roll-team .team-item .team-social li:first-child a {
	margin-left: 0;
}
.roll-team .team-item .team-social li:hover a {
	background-color: #fff;
}
.archive .team-social li a {
	color: #d65050;
	border: 1px solid #d65050;
}
.roll-team .team-item .team-pop {
	color: #fff;
	z-index: 20;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.3s;
}
.roll-team .team-item:hover > .team-inner .team-pop {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		-moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
			animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
}
.roll-team .team-item:hover > .team-inner .pop-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.roll-team .team-content {
	text-align: center;
}
.roll-team .team-content .name {
	font-size: 16px;
	font-weight: 600;
	padding: 12px 0 2px;
}
.roll-team .team-content .pos {
	padding-bottom: 12px;
	color: #443f3f;
}
.archive .team-item:nth-of-type(3n+1) {
	clear: left;
}
.entry-post .roll-team .team-inner .avatar img {
	margin: 0;
}
/* Elements
-------------------------------------------------------------- */
a {
	color: #d65050;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #d65050;
}
.text-color { color: #d65050;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: #d65050;
	border: 1px solid #d65050;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color: transparent;
	color: #d65050;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #d65050;
}
#mainnav > ul > li > a.active,
#mainnav > ul > li > a:hover {
	color: #d65050;
}
#mainnav ul li ul:after {
	background-color: #d65050;
	transition: all 0.3s ease;
}
#mainnav .sub-menu li:hover > a {
	background-color: #d65050;
}
.error-wrap #search-submit:hover {
	background-color: #d65050;
	border-color: #d65050;
}
.text-slider .maintitle:after {
	background-color: #d65050;
}
.hentry .meta-post a:hover {
	color: #d65050;
}

.blog-pagination ul li {
	border: 1px solid #d65050;
}
.blog-pagination ul li.active,
.blog-pagination ul li:hover a {
	background-color: #d65050;
}
.sidebar .widget:before {
	background-color: #d65050;
}
.widget-tags .tag-list a:hover {
	border: 1px solid #d65050;
}
.comment .comment-detail {
	border: 1px solid #d65050;
}
.bottom .socials li:hover a,
.go-top {
	background-color: #d65050;
}
.go-top:hover {
	color: #d65050;
}
.switcher-container .switcher-icon a:focus {
	color: #d65050;
}
.owl-theme .owl-controls .owl-page span{
	border: 2px solid #d65050;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #d65050;
}
.roll-icon-box .icon {
	border: 1px solid #d65050;
}
.roll-icon-box .icon i,
.roll-icon-box .content h3 a:hover {
	color: #d65050;
}
.roll-icon-box.white .icon {
	background-color: #d65050;
}
.roll-icon-box.white .content h3 a {
	color: #d65050;
}
.roll-icon-list .icon {
	border: 1px solid #d65050;
}
.roll-icon-list .icon i,
.roll-icon-list .content h3 a:hover {
	color: #d65050;
}
.llms-student-dashboard .llms-button-secondary,
.roll-button {
	background-color: #d65050;
	border: 1px solid #d65050;
}
.llms-student-dashboard .llms-button-secondary:hover,
.roll-button:hover {
	color: #d65050;
}
.roll-button.border {
	color: #d65050;
	border: 1px solid #d65050;
}
.roll-button.border:hover {
	background-color: #d65050;
}
.roll-button.light:hover {
	border: 1px solid #d65050;
	background-color: #d65050;
}
.project-filter li a.active,
.project-filter li a:hover {
	background-color: #d65050;
}
.roll-testimonials .name {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #d65050;
}
.roll-project .project-item .project-pop {
	background-color: #d65050;
}
.roll-socials li a {
	border: 1px solid #d65050;
}
.roll-socials li a:hover {
	background-color: #d65050;
	border: 1px solid #d65050;
}
.roll-progress .progress-animate {
	background-color: #d65050;
}
.roll-team .team-item .team-pop .team-social li:hover a {
	color: #d65050;
}
.roll-team .team-item .team-pop {
	background-color: #d65050;
}
.roll-team .team-content .name {
	color: #d65050;
}
/* Woocommerce basic - full styles in wc.css
-------------------------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #d65050;
}
.cart-contents {
	position: relative;
}
.cart-contents .fa,
.header-account .fa {
	font-size: 18px;
}
.cart-amount {
    background-color: #d65050;
    font-size: 12px;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    top: -10px;
    position: absolute;
    color: #fff;
    right: -18px;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link p {
	color: #767676;
}
ol.flex-control-nav.flex-control-thumbs {
    list-style-type: none;
    padding-left: 0;
    margin: 0 -3px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
   cursor: pointer;
}
ol.flex-control-nav.flex-control-thumbs li {
    width: 33.333%;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
}
ol.flex-control-nav.flex-control-thumbs li img:not(.flex-active) {
    opacity: 0.6;
}
.woocommerce ul#shipping_method {
	display: table;
	margin: 0 auto;
	text-align: left;
}
.woocommerce ul#shipping_method li {
	padding: 0;
}


.woocommerce ul.products li.product .button {
	font-size: 13px;
	text-transform: uppercase;
	fill: #fff;
	letter-spacing: 1px;
}
.woocommerce ul.products li.product .button .sydney-svg-icon {
	margin-right: 8px;
	vertical-align: text-bottom;
}
.woocommerce ul.products li.product .onsale,
.yith-wcqv-main span.onsale,
.woocommerce span.onsale {
	margin: 0;
	min-height: auto;
    min-width: auto;
    line-height: 1;
    background: #252525;
    font-weight: 400;
    padding: 5px 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;	
}
.woocommerce ul.products li.product .price {
	font-weight: 600;
}
.woocommerce ul.products li.product h2 {
	font-weight: 400;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
	display: inline-block;
}
.woocommerce ul.products li.product .yith-wcqv-button,
.woocommerce ul.products li.product .yith-wcwl-add-button,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse,
.woocommerce ul.products li.product .compare,
.single-product .entry-summary .yith-wcwl-add-button,
.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse,
.single-product .entry-summary .compare {
	width: 36px;
	height: 36px;	
	display: block;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 36px;
	fill: #3e3e3e;
	font-size: 16px;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist,
.single-product .entry-summary .compare {
	display: inline-block;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist {
	margin-right: 10px;
}
.yith-placeholder {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 36px;
}
.product_meta {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ebebeb;
}
.product_meta > * {
	display: block;
}
.woocommerce-product-details__short-description {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;	
}
.woocommerce-product-details__short-description p:last-of-type {
	margin: 0;
}
.yith-placeholder > * {
	margin: 15px 0 0;
	opacity: 0;
	left: -150px !important;
	position: relative;
}
.yith-placeholder > *:first-child {
	margin: 0;
}
.woocommerce ul.products li.product {
	overflow: hidden;
}
.woocommerce ul.products li.product:hover .yith-placeholder > * {
	opacity: 1;
	left: 0 !important;
	z-index: 11;
}
.woocommerce ul.products li.product:hover .yith-placeholder > * {
	transition: all 0.5s;
}
.woocommerce ul.products li.product:hover .yith-placeholder > *:nth-child(2) {
	transition-delay: 0.2s;
}
.woocommerce ul.products li.product:hover .yith-placeholder > *:nth-child(3) {
	transition-delay: 0.4s;
}
.woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
	width: 100%;
}
.single-product .entry-summary .compare svg,
.woocommerce ul.products li.product .compare svg,
.woocommerce ul.products li.product .yith-wcqv-button svg {
	max-width: 15px;
	position: relative;
	top: 3px;
}
.yith-wcwl-add-button>a i,
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon,
.woocommerce ul.products li.product .feedback .yith-wcwl-icon,
.woocommerce ul.products li.product .yith-wcwl-add-button i {
	margin: 0;
}
.woocommerce ul.products li.product .yith-wcwl-add-button a {
	color: #3e3e3e;
}
.single-product .entry-summary .compare,
.woocommerce ul.products li.product .compare {
	padding: 0;
}

.woocommerce-tabs li {
	margin-right: 15px;
}
.woocommerce-tabs li:last-of-type {
	margin-right: 0;
}
.woocommerce-tabs li a {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	color: #737373;
	font-weight: 600;
}
.woocommerce-tabs li.active a {
	color: #000;
	padding-bottom: 5px;
	border-bottom: 2px solid;
}
.woocommerce-tabs.wc-tabs-wrapper {
	margin-bottom: 45px;
	border-bottom: 1px solid #ebebeb;
}
.woocommerce-MyAccount-navigation li a {
	color: #443f3f;
}
.woocommerce-MyAccount-navigation li.is-active a {
	font-weight: 600;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border: 0;
}
.woocommerce table.shop_table tr {
	border-bottom: 2px solid #f0f0f0;
}
.woocommerce table.shop_table td {
	padding: 10px;
}
.woocommerce-cart table.cart img {
	width: auto;
	max-width: 100px;
}
.woocommerce-cart table.cart .product-name a {
	color: #443f3f;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	padding: 30px 10px;
}
.woocommerce-cart table.cart .coupon .button {
	background-color: var(--sydney-light-background);
    color: var(--sydney-headings-color);
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart .coupon .button,
.woocommerce-cart table.cart button.button[name="update_cart"] {
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
}
.checkout_coupon button.button[name="apply_coupon"] {
	height: 50px;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
    background-color: #cecece;
    color: #443f3f;	
}
.woocommerce-cart .post-wrap,
.woocommerce-checkout .post-wrap {
	padding-right: 0;
}
.woocommerce-cart table.cart button.button[name="update_cart"] {
	background: #000;
	color: #fff;
}
.shop_table th,
.shop_table td,
.cart_totals th,
.cart_totals td {
	text-align: left;
}
.woocommerce-shipping-methods label {
	font-weight: 400;
}
.woocommerce-shipping-methods input {
	margin-right: 10px;
}
.woocommerce ul#shipping_method {
	display: block;
	margin-bottom: 20px;
}
.woocommerce-shipping-destination {
	margin-bottom: 5px;
}
.woocommerce-info a,
.woocommerce-privacy-policy-link,
a.shipping-calculator-button  {
	color: #717171;
    text-decoration: underline;
}
a.shipping-calculator-button {
	font-size: 14px;
}
.woocommerce-cart .button[name="calc_shipping"] {
	background-color: #cecece;
	color: #443f3f;
	padding: 0 20px;
    height: 42px;
    line-height: 42px;
}
.shipping-calculator-form {
	margin-top: 20px;
}
.woocommerce .woocommerce-cart-form a.remove {
	display: block;
    font-size: 20px;
    height: 28px;
    width: 28px;
    line-height: 25px;
    color: #333!important;
    border: 2px solid #f0f0f0;
    text-decoration: none;
    font-weight: 700;
    margin: 0 auto;
}
.woocommerce .woocommerce-cart-form a.remove:hover {
    color: #fff!important;
    background: #ff6565;
    border-color: #ff6565;
}
.woocommerce-checkout .button[name="woocommerce_checkout_place_order"],
.wc-proceed-to-checkout a.button {
	font-size: 14px;
    line-height: 24px;
    font-weight: 700;
	padding: 12px 34px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
}
.shipping_address .select2-container .select2-selection__rendered,
.woocommerce-billing-fields .select2-container .select2-selection__rendered,
.cart_totals .select2-container .select2-selection__rendered {
	margin-top: 8px;
	padding: 0;
}
.shipping_address .select2-container .select2-selection__arrow,
.woocommerce-billing-fields .select2-container .select2-selection__arrow,
.cart_totals .select2-container .select2-selection__arrow {
	margin-top: 12px;
	right: 10px;
}
#order_comments_field label,
.shipping_address label,
#payment label,
.woocommerce-billing-fields label {
	font-weight: 400;
}
.woocommerce form .form-row {
	margin: 0 0 20px;
}
.woocommerce-form__label-for-checkbox input[type=checkbox] {
	margin-left: 0;
	border-color: #dbdbdb;
}
.woocommerce-form__label-for-checkbox span {
	padding-left: 20px;
}
.woocommerce-checkout ul#shipping_method {
	margin-bottom: 0;
}
@media ( min-width: 1024px ) {
	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2 {
		width: 100%;
		float: none;
	}
	.woocommerce-checkout #customer_details {
		width: 66.66667%;
		float: left;
		padding-right: 45px;
	}
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		width: 33.33333%;
		float: left;
	}
	.woocommerce-checkout #order_review_heading {
		margin-top: 10px;
		padding-top: 0;
		border-top: 0;
	}
	.woocommerce-checkout #order_review th,
	.woocommerce-checkout #order_review td {
		text-align: left;
		padding: 15px 10px 15px 0;
	}
	.woocommerce-checkout #order_review .order-total .woocommerce-Price-amount {
		font-size: 20px;
	}
	.checkout.woocommerce-checkout {
		margin-top: 50px;
	}
	.checkout.woocommerce-checkout:before,
	.checkout.woocommerce-checkout:after {
		content: " ";
		display: table;
	}
	.checkout.woocommerce-checkout:after {
		clear: both;
	}
	
}
.woocommerce-order-received .entry-content h2 {
	font-size: 26px;
}
.woocommerce-order-received .woocommerce-thankyou-order-details,
section.woocommerce-bacs-bank-details {
	margin-bottom: 50px;
}
.woocommerce-order-received .woocommerce-thankyou-order-details,
.woocommerce-order-received .wc-bacs-bank-details {
	padding-left: 0;
}
.woocommerce-order-received table.shop_table td,
.woocommerce-order-received table.shop_table th {
	padding-left: 0;
}

/* Core video
-------------------------------------------------------------- */
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.wp-custom-header iframe {
	vertical-align: top;
}

.wp-custom-header {
	position: relative;
}
.wp-custom-header .wp-custom-header-video-button {
	display: none;
}
/* Lightbox video
-------------------------------------------------------------- */
.sydney-video .video-text,
.sydney-video .toggle-popup, 
.sydney-video .close-popup {
	display: none;
}
.sydney-video.vid-lightbox .video-text {
	display: block;
	margin-bottom: 30px;
}
.sydney-video.vid-lightbox .video-text:empty {
	margin-bottom: 0;
}
.sydney-video.vid-lightbox .popup-show .close-popup {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 12;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}
.sydney-video.vid-lightbox .sydney-video-inner {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.sydney-video.vid-lightbox .video-overlay {
	position: fixed;
	top: 0;
	left: -9999em;
	height: 100%;
	width: 100%;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.3);
}
.sydney-video.vid-lightbox .popup-show {
	left: 0;
}
.sydney-video.vid-lightbox {
	text-align: center;
}
.sydney-video.vid-lightbox .toggle-popup {
    width: 60px;
    height: 60px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(83, 85, 93, 0.3);
    border-radius: 50%;
    line-height: 60px;
    font-size: 28px;
    color: #46444c;
    transition: all 0.4s;
}
.sydney-video.vid-lightbox .toggle-popup:hover {
	background-color: #46444c;
	color: #fff;
}

/*--------------------------------------------------------------
Integrations
--------------------------------------------------------------*/
/* Elementor and Beaver Builder */
.page-template-page_front-page.elementor-page .page-wrap .content-wrapper,
.page-template-page_front-page.fl-builder .page-wrap .content-wrapper {
	width: 100%;
	padding: 0 15px;
}
/* Parallax fix */
@-moz-document url-prefix() {
    .panel-row-style {
          background-position: center !important;
    }
}
.elementor-section,
.panel-row-style {
    -moz-transform: none !important;
}
_:-ms-lang(x), .elementor-section, .panel-row-style { transform: none !important; }
/* End parallax fix */

.fl-widget .widgettitle,
div[class*="elementor-widget-wp-widget-sydney"] h5 {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 32px;
}
/* Mailchimp for WordPress */
.mc4wp-form label {
	display: block;
	width: 100%;
}
.mc4wp-form input:not([type="submit"]) {
	width: 100%;
}
/* Yoast SEO breadcrumbs */
.sydney-breadcrumbs {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.sydney-breadcrumbs,
.sydney-breadcrumbs a {
	color: #47425d;
}
.sydney-breadcrumbs a {
    text-decoration: underline;
    margin: 0 3px;
    text-decoration-color: #bababa;	
}
/* Elementor slider block */
.athemes-hero-slider .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.athemes-hero-slider .hero-slide-inner {
    transform: translatey(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.elementor-section-boxed .athemes-hero-slider .hero-slide-inner {
	padding: 30px;
}
.elementor-section-boxed .athemes-hero-slider .hero-slide-inner .container {
	width: 100%;
}
.athemes-hero-slider .swiper-button-next, .athemes-hero-slider .swiper-button-prev {
	background: none;
	fill: #fff;
}
.athemes-hero-slider .swiper-pagination-bullet {
	width: 20px;
	height: 6px;
	border-radius: 5px;
	background-color: #fff;
}
.athemes-hero-slider .roll-button {
	display: inline-block;
	margin-top: 20px;
}
/*--------------------------------------------------------------
SVGs
--------------------------------------------------------------*/
.sydney-svg-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	line-height: 1;
}
.go-top svg {
	stroke: #fff;
	width: 18px;
	height: 18px;
}
.go-top:hover svg {
	fill: none;
	stroke: #d65050;
}
.meta-post .sydney-svg-icon {
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
}
.posted-on .sydney-svg-icon {
	top: -1px;
}
.single-meta .sydney-svg-icon {
	fill: #68647a;
}
.single-meta .sydney-svg-icon {
	width: 14px;
	height: 20px;
	margin-right: 7px;
}
.wp-custom-header button {
	fill: #fff;
}
.btn-menu .sydney-svg-icon {
	width: 22px;
	fill: #fff;
}
.btn-submenu svg {
	fill: #fff;
	width: 20px;
	transform: rotate(-180deg);
	transition: all 0.4s;
	position: relative;
	top: 15px;
}
.btn-submenu.active svg {
	transform: rotate(0);
}

/* Media Queries
-------------------------------------------------------------- */
	.visibility-mobile-only {
		display: none;
	}
	@media (max-width: 991px) {
		.visibility-desktop-only {
			display: none;
		}
		.visibility-mobile-only {
			display: block;
		}    
	}
	@media only screen and (min-width: 1930px) {
		.parallax {
			background-size: cover;
		}
	}
	/* Smaller than standard 1200 */
	@media only screen and (max-width: 1199px) {
		.roll-icon-list .list-item {
			margin-bottom: 18px;
		}
		.roll-project.fullwidth .project-item {
			width: 25%;
		}
	}
	/* Smaller than standard 980 */
	@media only screen and (max-width: 991px) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
		.roll-counter .numb-count {
			font-size: 24px;
		}
		.header-wrap .col-md-8 {
			padding: 0;
		}
		.last {
			margin-bottom: 0 !important;
		}
		.margin-bottom-device {
			margin-bottom: 50px;
		}
		.margin-top-device {
			margin-top: 50px;
		}
		.content-area .post-wrap,
		.contact-form-wrap {
			padding-right: 0;
		}
		.contact-form-aside,
		.sidebar {
			margin-top: 50px;
		}
		.roll-icon-box {
			margin-bottom: 30px;
		}
		.roll-promobox.aside-style,
		.roll-promobox.aside-style .promo-wrap,
		.roll-promobox.aside-style .promo-content,
		.roll-promobox.aside-style .promo-controls {
			display: block;
			text-align: center;
			width: 100%;
		}
		.roll-promobox.aside-style .title {
			margin-bottom: 20px;
		}
		.roll-project.fullwidth .project-item {
			width: 33.3%;
		}
		.footer-widgets .widget {
			margin-bottom: 50px;
		}
		.roll-client .client-item img {
			max-width: 100%;
  		}
		.blog-post:nth-of-type(2n+1) {
		    clear: left;
		}  						
	}
	@media only screen and (max-width: 1024px) {
		.site-header.fixed {
			position: static !important;
		}		
		.slides-container .slide-item,
		.panel-row-style {
			background-attachment: scroll !important;
			background-position: center !important;
		}
		.panel-row-style.mob-pad-0 {
			padding: 0 !important;
		}
		.panel-row-style.mob-pad-15 {
			padding: 15px 0 !important;
		}
		.panel-row-style.mob-pad-30 {
			padding: 30px 0 !important;
		}
		.panel-row-style.mob-pad-45 {
			padding: 45px 0 !important;
		}
		.site-header {
			position: static;
			background-color: rgba(0,0,0,0.9);
		}
		.header-clone {
			display: none;
		}		
		.posts-navigation {
			overflow: hidden;
			margin-bottom: 30px;
		}
		#mainnav {
			display: none;
		}
		.btn-menu {
			display: block;
		}	
		.fw-menu-container {
			padding-left: 30px;
			padding-right: 30px;
		}			
	}
	@media only screen and (max-width: 780px) {
		.roll-client .client-item img {
			max-width: 100%;
  		}
  		.panel-grid-cell {
   			padding-left:15px !important;
    		padding-right:15px !important;
    		margin-bottom: 15px !important;
  		}
		h1 { font-size: 32px;}
		h2 { font-size: 28px;}
		h3 { font-size: 22px;}
		h4 { font-size: 18px;}
		h5 { font-size: 16px;}
		h6 { font-size: 14px;}
	}
	/* Tablet Landscape */
	 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
	}

	@media only screen and (max-width: 1399px) {
		.site-header #mainnav ul li ul {
		    right: 14px;
		}
		.site-header #mainnav ul li ul li ul {
		    left: -100%;
		}
	}

	/* All Mobile Sizes */
	@media only screen and (max-width: 767px) {
		.layout6 article {
			display: block;
		}
		.posts-layout .list-image {
			width: 100% !important;
		}
		.posts-layout .list-image .entry-thumb {
			margin: 0 0 30px !important;
		}
		.col-grow-mobile {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
				flex-grow: 1;
		}
		.posts-layout {
			max-width: 100%;
		}
		.text-slider-section {
			min-height: 190px;
		}
		.text-slider .maintitle {
			font-size: 32px;
		    line-height: 1.1;
		    padding-bottom: 10px;
		}
		.text-slider .subtitle {
		    font-size: 16px;
		    line-height: 24px;
		    padding: 15px 0;
		}
		.roll-button {
			padding: 10px 30px;
		}
		.roll-project .project-item {
			width: 100%;
		}
		.roll-project.fullwidth .project-item {
			width: 50%;
		}
		.roll-counter {
			margin-bottom: 30px;
		}
		.sydney_facts_widget .col-md-3:last-of-type .roll-counter {
			margin-bottom: 0;
		}
		.roll-counter .name-count {
			padding: 5px 0;
		}
		.single-post .author-post .author-avatar {
			float: none;
			margin-bottom: 20px;
		}
		.single-post .author-post .author-info {
			margin-left: 0;
			padding: 0;
		}
		.single-post .author-post ul.socials {
			position: static;
		}
		.single-post .author-post .intro {
			clear: left;
			padding-top: 10px;
		}
		.comment-list .children {
			margin-left: 75px;
		}
		.error-wrap .error-search {
			padding: 0 20px;
		}
		.social-menu-widget a:before {
			font-size: 42px;
		}
		.btn-menu {
			float: none;
			margin: 15px auto 0;
		}
		.header-wrap {
			text-align: center;
		}
		#mainnav-mobi {
			top: auto;
		}
		.site-header.float-header {
			padding-top: 20px;
			padding-bottom: 20px;
		}

        .text-slider-section {
			min-height: 0;
			top: auto;
			bottom: 0;
		}
		.fluid-width-video-wrapper + #wp-custom-header-video-button {
			display: none;
		}
		.footer-widgets-grid {
			grid-template-columns: 1fr !important;
		}	
		.site-info .sydney-credits,
		.site-info .social-profile {
			text-align: center;
		}
		.site-info .social-profile {
			margin-top: 15px;;
		}				
	}
	@media only screen and (max-width: 575px) {
		.roll-client .client-item {
			padding: 5px;
			margin: 0;
			width: 32.5%;
		}
		.post-navigation .nav-previous, 
		.post-navigation .nav-next {
			width: 100%;
			float: none;
			text-align: left;
			text-align: center;
			padding: 15px;
		}
		.post-navigation .nav-previous {
			border: 0;
		    border-bottom:1px solid rgba(0, 16, 46, 0.1);
		}
		.facts-section.style2 .col-md-3 {
			width: 100%;
		}		
		#commentform .comment-form-email,
		#commentform .comment-form-url {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
		}
		.comment-respond {
			padding: 20px;
		}		
	}

	/* Mobile Portrait Size */
	@media only screen and (max-width: 479px) {
		.roll-project.fullwidth .project-item {
			width: 100%;
		}
		.blog-post,
		.service,
		.sidebar-column {
			padding: 0;
		}
		.roll-button {
			font-size: 12px;
		}
		.text-slider .maintitle {
			font-size: 18px;
		}
		.text-slider .subtitle {
			font-size: 14px;
		}
		.text-slider {
			margin-bottom: 5px;
		}
		.text-slider .subtitle {
			padding: 5px 0;
		}
		.button-slider {
    		padding: 5px 15px;
    		font-size: 11px;
		}
	}
	@media only screen and (max-width: 320px) {
		.text-slider {
			margin-bottom: 0;
		}

	}
	/* Center menu vertically */
	@media screen and (min-width: 1025px) {
		#mainnav > div > ul,
		.header-wrap .fw-menu-container > .row,
		.header-wrap .container > .row {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
		.main-header #mainnav > div > ul,
		.bottom-header-row #mainnav > div > ul {
			align-items: initial;
		}		
		#mainnav > div > ul {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.menu-centered #mainnav > div > ul {
			-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		}
		.menu-centered .fw-menu-container > .row {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;			
		}		
	}
	/* Mobile slider */
	.mobile-slide {
		display: none;
	}
	.sydney-hero-area {
		overflow: hidden;
		z-index: -10;
		position: relative;
	}

/**
** Gutenberg
*/
.wp-block-button__link {
	font-weight: 600;
	background-color: var(--sydney-button-background);
}
.wp-block-button__link:hover {
	opacity: 0.85;
}
.wp-block-button.is-style-outline a:not(.has-text-color) {
	color: var(--sydney-button-background);
}
.wp-block-button.is-style-outline a:not(.has-text-color):hover {
	background-color: var(--sydney-button-background);
	border-color: var(--sydney-button-background);
	color: #fff;
}

.post-template-post_nosidebar .content-area {
	max-width: 805px;
	margin-left: auto;
	margin-right: auto;
}
.post-template-post_nosidebar .alignfull,
.post-template-post_nosidebar .wp-block-cover-image {
	max-width: 100vw;
	width: auto;
	margin-left: -182px;
	margin-right: -182px;
}
.post-template-post_nosidebar .alignwide {
	max-width: none;
    width: calc(100% + 200px);
    position: relative;
    left: -100px;
}
@media (min-width: 1024px) {
	.no-sidebar .entry-content .alignfull {
		margin: 20px calc(50% - 50vw);
		max-width: 100vw;
		width: 100vw;	
	}
	.no-sidebar .entry-content .alignwide {
		margin: 20px calc(25% - 25vw);
		width: auto;
	}	
}
.wp-block-group.has-background {
	padding: 20px 30px;
}
#mainnav-mobi.syd-hidden {
	display: none;
}
#mainnav-mobi.toggled {
	display: block;
}
.btn-submenu.toggled ~ .sub-menu {
	display: block !important;
	position: relative !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.sub-menu.toggled {
	display: block !important;
}
@media (min-width: 991px) {
	.content-area.sidebar-left {
			padding-right: 15px;
			padding-left: 60px;
			float: right;
	}
}



/* 追記 */

/*------------------------------

 共通

------------------------------*/
* {
	font-family: "NotoSansJP-Medium", sans-serif;
    font-weight: normal;
    box-sizing: border-box;
}
/* html {
	overflow: auto;
} */
body {
	overflow: hidden;
}
.sp {
    display: none !important;
}
@media (max-width: 896px) {
	.sp {
		display: block !important;
	}
}

body,
.page-wrap .content-wrapper {
	background-color: #f3f3f3;
}
p {
	font-family: "NotoSansJP-Regular", sans-serif;
}
a {
	text-decoration: none;
    color: #000;
}
img {
    display: block;
    outline: none;
}
ul, ol, dl {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wide {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.entry-header {
	display: none;
}
.page-wrap {
	padding-bottom: 0 !important;
}
.page-wrap > .content-wrapper {
	padding-bottom: 0 !important;	
}
#main > article {
	padding-bottom: 0 !important;	
}
.common-h4, #post_single .kiji001 h4 {
    line-height: 1.35;
    padding-top: 0;
    padding-bottom: 6px;
    height: auto !important;
    margin: 30px 0 20px !important;
}
.common-h4, #post_single .kiji001 h4 {
    font-size: 22px;
    color: #000;
    position: relative;
    font-family: "NotoSansJP-Bold", sans-serif;
}
.common-h4:after, #post_single .kiji001 h4:after {
    content: "";
    position: absolute;
    left: 0;
    width: 80px !important;
    bottom: -4px;
    height: 2px;
    background-color: #c50612;
}



/*------------------------------

 ヘッダー

------------------------------*/
#masthead {
	z-index: 0;
}
#mainnav .sub-menu {
/* 	z-index: -1; */
}
.top-msg {
	position: absolute;
    top: 0;
    left: 8%;
	font-size: 10px;
	color: #fff;
	padding-top: 3px;
	font-weight: 600;
}
.top-msg p {
	font-size: 10px;
}
.top-navi {
	position: absolute;
    top: 0;
    right: 8%;
}
.top-navi ul {
	display: flex;
}
.top-navi ul li {
	margin-right: 2px;
	list-style: none;
}
.top-navi ul li a {
    display: block;
    padding: 2px 10px;
    background-color: #383838;
    font-size: 14px;
    color: #fff;
	font-size: 10px;
	font-weight: 600;
}
.top-navi ul li a:hover {
    background-color: rgba(197, 6, 18, 0.8);
}
.site-header-inner .valign {
	justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.header-col:first-child {
	width: 100%;
	text-align: center;
}
.header-col:first-child img {
    max-width: 16.4vw;
	margin: 20px auto 10px;
}
.main-header .sydney-svg-icon svg, .main-header .dropdown-symbol .sydney-svg-icon svg {
	display: none;
}
.bottom-header-row #mainnav ul ul li:last-of-type, .main-header #mainnav ul ul li:last-of-type {
	padding-bottom: 0;
}

/* PC用メニュー */
@media (min-width: 1025px) {
	#mainnav ul li {
		position: initial;
	}
	#mainnav ul li a {
		font-weight: 600;
		letter-spacing: 2px;
	}
	#mainnav ul#primary-menu li > ul.sub-menu {
		position: absolute;
		left: 0 !important;
		top: 165px;
		width: 100vw;
		background: url(https://ebinadk.com/asset/img/header/header-menubg.png) repeat;
		background-size: 100% auto;
		padding: 50px 0;
		justify-content: flex-start;
		align-items: center;
		padding-right: 2vw;
		padding-left: 2vw;
		flex-wrap: wrap;
	}
	#mainnav ul li > ul.sub-menu li {
		background: transparent;
		width: calc(100% / 4);
	}
	#mainnav ul li > ul.sub-menu li a {
		font-weight: 600;
		letter-spacing: 2px;
	}
}
@media (min-width: 1350px) {
	#mainnav ul#primary-menu li > ul.sub-menu {
		position: absolute;
		left: 0 !important;
		top: 170px;
	}
}
@media (min-width: 1500px) {
	#mainnav ul#primary-menu li > ul.sub-menu {
		top: 178px;
	}
}

#mainnav ul#primary-menu li > ul.sub-menu:hover {
	opacity: 1;
    visibility: visible;
}
.icon-search svg {
	display: block !important;
}
.menu-toggle .sydney-svg-icon svg {
	display: block !important;	
}


@media (max-width: 1800px) {
	#mainnav ul li > ul.sub-menu {
		top: 150px;
		padding: 2.64vw 2vw;
	}
}

@media (max-width: 480px) {
	.site-logo {
		width: 38.7vw;
	}
	#masthead-mobile {
		padding: 0;
	}
}




/*------------------------------

 フッター

------------------------------*/
footer {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top: 0 !important;
}
footer .footer-logo {
	background-color: #000;
	padding: 50px;
	width: 31.4%;
	position: relative;
}
footer .footer-logo img {
	width: 235px;
}
footer .footer-logo__company {
	margin-top: 40px;
	color: #fff;
	font-size: 18px;
}
footer .footer-logo__address {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
}
footer .footer-logo__tel {
    margin-top: 5px;
    color: #fff;
    font-size: 18px;
}
footer .footer-logo__copy {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 50px;
}


footer .footer-link {
	width: 68.6%;
	display: flex;
	justify-content: flex-start;
	background-color: #313131;
}
footer .footer-link-data {
	width: 64%;
	padding: 50px;
}
footer .footer-link-data ul li {
	padding: 5px 0;
	color: #fff;
	display: flex;
	justify-content: flex-start;
}
footer .footer-link-data ul li > a {
	width: 180px;
	color: #fff;
	font-size: 14px;
	font-family: "NotoSansJP-Bold", sans-serif;
	font-weight: 600;
}
footer .footer-link-data ul li .link {
	width: calc(100% - 180px);
	font-size: 14px;
	color: #fff;
}
footer .footer-link-data ul li .link > a {
	width: 180px;
	color: #fff;
	font-size: 14px;
	font-family: "NotoSansJP-Bold", sans-serif;
	font-weight: 600;
}

footer .footer-link-other {
    width: 36%;
    padding: 50px 30px;
}
footer .footer-link-other ul li {
    padding: 5px 0;
	list-style: none;
}
footer .footer-link-other ul li > a {
    color: #fff;
    font-size: 14px;
    font-family: "NotoSansJP-Bold", sans-serif;
    font-weight: 600;
}


@media (max-width: 1800px) {
	footer .footer-logo {
		padding: 2.64vw;
	}
	footer .footer-logo img {
		width: 12.43vw;
	}
	footer .footer-logo__company {
		margin-top: 2.11vw;
		font-size: 0.95vw;
	}
	footer .footer-logo__address {
    margin-top: 1.05vw;
    font-size: 0.95vw;
}
	footer .footer-logo__tel {
    margin-top: 0.26vw;
    font-size: 0.95vw;
}
	footer .footer-logo__copy {
    font-size: 0.64vw;
    bottom: 1.08vw;
    left: 2.7vw;
}
	
	footer .footer-link-data {
		padding: 2.64vw;
	}
	footer .footer-link-data ul li {
		padding: 0.26vw 0;
	}
	footer .footer-link-data ul li > a {
		width: 9.5vw;
		font-size: 0.74vw;
	}
	footer .footer-link-data ul li .link {
		width: calc(100% - 9.52vw);
		font-size: 0.74vw;
	}
	footer .footer-link-data ul li .link > a {
		width: 9.52vw;
		font-size: 0.74vw;
	}
	
	footer .footer-link-other {
    padding: 2.64vw 1.62vw;
}
	footer .footer-link-other ul li a {
    font-size: 0.74vw;
}
}


/*------------------------------

 HOME

------------------------------*/
.sydney-hero-area #slideshow {
	max-height: 600px;
}
.slide-inner .maintitle {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
    max-width: 80%;
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 30%), -2px 2px 10px rgb(0 0 0 / 30%), 2px -2px 10px rgb(0 0 0 / 30%), -2px -2px 10px rgb(0 0 0 / 30%);
}
.slide-inner .subtitle {
	position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, 52%);
    max-width: 80%;
    font-size: 2vw;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 30%), -2px 2px 10px rgb(0 0 0 / 30%), 2px -2px 10px rgb(0 0 0 / 30%), -2px -2px 10px rgb(0 0 0 / 30%);
}
.top-title {
	position: relative;
	padding: 2.64vw 0 !important;
    padding-left: 2.11vw !important;
	margin-bottom: 40px;
}
.top-title:before {
	content: "";
    background: url(https://ebinadk.com/wp-content/uploads/2022/07/common001.png) repeat-y;
	height: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
	background-size: 7px auto;
    width: 7px;
	background-position: 0 bottom;
}
.top-box {
	position: relative;
	z-index: 1;
	padding: 0 !important;
	margin-bottom: 60px;
}
.top-box:after {
	content: "";
    width: 70%;
    height: 105%;
    background-color: #fff;
    position: absolute;
    z-index: -1;
	top: 0;
	left: -20px;
}
.home .top-title h2 {
	margin-top: 0 !important;
	font-size: 2.53vw;
}
.top-bnr a {
	background-color: #000;
    color: #fff;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0;
	font-size: 1.48vw;
	font-size: max(16px);
	font-weight: 600;
    letter-spacing: 2px;
	position: relative;
}
.top-bnr a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(https://ebinadk.com/wp-content/uploads/2022/07/common003.png) no-repeat;
    background-size: 39px 39px;
    width: 39px;
    height: 39px;
    transition: all 0.3s cubic-bezier(0, 0, 0, 1);
}
.top-bnr img {
	width: 4.55vw;
    height: 4.55vw;
}
.top-list {
	background: url(https://ebinadk.com/wp-content/uploads/2022/07/top003-001.png) no-repeat;
    background-color: #000;
    background-position: center !important;
    background-size: cover;
	padding: 65px 0 !important;
	margin-top: 40px;
	margin-bottom: 40px;
}
.top-list .top-title {
	color: #fff;
	margin-bottom: 0;
}
.top-list .top-title h2 {
	color: #fff !important;
}
.more-btn a {
	display: inline-block;
    text-align: center;
    background-color: #e7010b;
    color: #fff;
    position: relative;
	font-size: 1.16vw;
    border-radius: 2.11vw;
    min-width: 12.96vw;
    height: 2.64vw;
    line-height: 2.48vw;
    padding: 0 1.58vw;
}
.more-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: url(https://ebinadk.com/wp-content/uploads/2022/07/common002.png) no-repeat;
    transition: all 0.3s cubic-bezier(0, 0, 0, 1);
	right: 1.08vw;
    background-size: 1.37vw 0.74vw;
    width: 1.37vw;
    height: 0.74vw;
}
.top-high-img {
	position: relative;
}
.top-high-txt {
	color: #fff;
    font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 3;
}
.top-high-overay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    pointer-events: none;
}
.top-our .top-title {
	left: 33%;
}
.top-our .top-box:after {
	left: calc(33% - 20px);
}
.top-topics {
	background: url(https://ebinadk.com/wp-content/uploads/2022/07/top005-001.png) no-repeat;
    background-color: #000;
    background-position: center !important;
    background-size: cover;
	padding: 0 7.93vw 2.64vw !important;
}
.home .top-topics .top-topi-cat {
	width: 10vw;
	margin: 0 !important;
}
.home .top-topics .top-topi-cat {
	width: 140px;
	display: block;
    text-align: center;
	color: #fff !important;
}
/* .home .top-topics .top-topi-cat > a[href*="uncategorized"] {
	display: none;
} */
.home .top-topics .top-title h2 {
	color: #fff !important;
}
.home .top-topics .top-title p {
	color: #fff !important;
}
.top-topics-post {
    padding: 1.58vw !important;
	background: #fff;
}
.top-topics article {
	padding-bottom: 0 !important;
}
.top-topics .post .entry-header {
	display: block;
	margin-bottom: 0;
}
.top-topics .meta-post {
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.top-topi-cat {
	background-color: #848484;
	color: #fff;
	width: 5.82vw;
    height: auto;
    line-height: 1.1;
    font-size: 0.84vw;
	font-size: max(12px);
    letter-spacing: 0.01em;
	padding: 8px 10px;
}
.top-topi-date {
    height: auto;
    line-height: 1.1;
    font-size: 0.84vw;
	font-size: max(12px);
    white-space: nowrap;
    letter-spacing: 0.08em;
	border: 1px solid #848484;
    color: #5a5a5a;
	padding: 7px 6px;
	margin: 0 !important;
}
.top-topi-title {
	height: auto;
}
.top-topi-title a {
	margin-left: 1.05vw;
    width: calc(100% - 12.69vw);
    font-size: 1.05vw;
}
.top-topi-title .title-post {
	margin: 0 !important;
    padding: 0;
	font-size: initial;
	line-height: initial;
}
.top-topics .more-btn a {
	background: #000;
	margin: 40px 0 0;
}
.top-rec {
	background: #fff;
	padding: 0 !important;
    padding-left: 1.58vw !important;
    margin: 70px 0;
}
.top-rec .title,
.top-rec .title .eng {
	color: #e7010b !important;
}
.top-rec .top-title {
	padding: 10px 1.5vw !important;
	font-size: 1.48vw;
}
.top-rec .top-title .eng {
	margin: 0 !important;
	font-size: 1.48vw;
}
.top-rec .img p {
	margin-bottom: 0;
}
.top-bnr-area {
	background: #414141;
	padding: 10px 0 !important;
}
.top-bnr-area .title {
	color: #fff;
	font-size: 1.7em;
    padding: 15px;
}
.top-bnr3 > div > div {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 730px;
    margin: 0 auto;
}
.top-bnr3 a {
	margin: 0 20px;
	display: block;
}
.top-mail {
	margin-top: 30px;
}

@media (max-width: 1800px) {
	.slide-inner .maintitle {
		font-size: 3.3vw;
	}
}
@media (max-width: 500px) {
	.home .page-wrap {
		padding-top: 0 !important;
	}
	.home .top-title h2 {
		font-size: 18px;
		padding-top: 20px;
	}
	.top-our .top-box:after {
	    left: -4vw;
	}
	.top-our .top-title {
		left: 0;
	}
	.top-topics .meta-post {
		flex-wrap: wrap;
	}
	.top-topi-cat a {
		padding: 8px 0px;
		white-space: nowrap;
		width: auto !important;
	}
	.top-topi-title .title-post {
		line-height: 1;
	}
	.news-right-box {
		margin-bottom: 30px;
	}
	.top-topics {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.commonNavi-head {
		padding-left: 14px;
	}
	.more-btn a {
		font-size: 2vw;
		border-radius: 4vw;
		min-width: 24vw;
		height: 5vw;
		line-height: 4.7vw;
		padding: 0 2vw;
	}
	.more-btn a:after {
		right: 1.5vw;
		background-size: 3vw 1.5vw;
		width: 3vw;
		height: 1.5vw;
	}
}
@media (max-width: 896px) {
	.top-box:after {
		content: "";
		width: calc(100% - -7vw);
		height: calc(100% - 3.32vw);
		background-color: #fff;
		position: absolute;
		top: 0;
		left: -4.5vw;
		z-index: -1;
	}
}



/*------------------------------

 固定ページ

------------------------------*/
.page-txt {
	margin: 0 0 16px;
    font-size: 18px;
    font-family: "NotoSansJP-Regular", sans-serif;
	padding: 30px 0 !important;
}
.page-subtitle {
	padding: 0 !important;
}
.page-subtitle .sub p {
	margin-bottom: 0;
}
.page-subtitle .main p {
	font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 40px;
}

/* ヘッダー画像 */
.commonNavi {
    background-image: url(https://ebinadk.com/wp-content/uploads/2022/07/post-87.jpg);
}
#post-1476 .commonNavi {
    background-image: url(https://ebinadk.com/wp-content/uploads/2021/06/HIC_004_1_1_900x600.jpg);
}
#post-17 .commonNavi {
    background-image: url(https://ebinadk.com/wp-content/uploads/2021/06/HIC_004_1_1_900x600.jpg);
}
#post-50 .commonNavi {
    background-image: url(https://ebinadk.com/wp-content/uploads/2022/07/post-91.jpg);
}
#post-332 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-11.jpg); }
#post-369 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-xcite.jpg); }
#post-385 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-103.jpg); }
#post-367 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-102.jpg); }
#post-284 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-21.jpg); }
#post-294 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-104.jpg); }
#post-316 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-105.jpg); }
#post-318 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-106.jpg); }
#post-324 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-107.jpg); }
#post-290 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-31.jpg); }
#post-328 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-110.jpg); }
#post-326 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-36.jpg); }
#post-314 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-38.jpg); }
#post-312 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-40.jpg); }
#post-300 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-45.jpg); }
#post-310 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-109.jpg); }
#post-286 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-49.jpg); }
#post-288 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-108.jpg); }
#post-371 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-53.jpg); }
#post-377 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-xcite.jpg); }
#post-373 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-57.jpg); }
#post-375 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-59.jpg); }
#post-15 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-100.jpg); }
#post-276 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-100.jpg); }
#post-278 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-100.jpg); }
#post-280 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-100.jpg); }
#post-282 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-100.jpg); }
#post-393 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-75.jpg); }
#post-225 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-81.jpg); }
#post-511 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-85.jpg); }
#post-509 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-83.jpg); }
#post-50 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-91.jpg); }
#post-397 .commonNavi,
#post-399 .commonNavi,
#post-234 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-19.jpg); }
#post-5860 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-111.jpg); }
#post-330 .commonNavi { background-image: url(https://ebinadk.com/wp-content/uploads/2022/05/earth-g0c1fef01b_1920-e1652763094379.jpg); }
#post-302 .commonNavi { background-image: url(https://ebinadk.com/wp-content/uploads/2022/07/sugohie_sem_60.jpg); }
#post-1892 .commonNavi { background-image: url(https://ebinadk.com/asset/img/page_img/post-92.jpg); }

.page-template-page-kotei #content,
.page-template-page-kotei .content-wrapper {
	padding-top: 0 !important;
}
.commonNavi {
    width: 100%;
    background-size: cover;
    background-position: center center;
    height: 35.13vw;
    max-height: 650px;
}
.commonNavi-head {
    width: 100%;
    height: 8.1vw;
    max-height: 150px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.page-template-page-kotei .content-wrapper {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.page-template-page-kotei .content-wrapper .row .container {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.commonNavi-head-title {
    margin-left: 5.4vw;
}
.commonNavi-head-title h1 {
	color: #fff;
    font-size: 1.83vw !important;
}
.commonNavi-head .redBtn a {
    margin-right: 5.4vw;
}
.redBtn a {
    min-width: 16.54vw;
    height: 3.56vw;
    line-height: 3.56vw;
    font-size: 1.29vw;
	background-color: #c50612;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
}
.redBtn a:before {
    width: 1.94vw;
    height: 1.94vw;
    background: url(https://ebinadk.com/asset/img/local/mail-icon.png) no-repeat;
	background-size: 1.94vw 1.94vw;
	left: 1.08vw;
	content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.inno-hdr-txt {
    position: absolute;
    top: -74px;
    right: -3vw;
    font-size: 2.5em;
    color: #fff;
    float: right;
    text-shadow: 0 0 10px #333;
}
main .kiji001 {
    width: calc(100% - 100px);
    max-width: 1080px;
    margin: auto;
    margin-top: -130px;
    background-color: #fff;
    padding: 50px;
    margin-bottom: 80px;
    position: relative;
    z-index: 4;
}
.common-title {
    padding: 20px 0;
    position: relative;
    padding-left: 40px;
    font-size: 36px;
}
.common-title:before {
    content: "";
    background: url(https://ebinadk.com/wp-content/uploads/2022/07/common001.png) repeat-y;
    background-size: 7px auto;
    width: 7px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
}
.inno-subtitle {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 40px;
}
.common-banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.common-banner-img-mask {
    position: absolute;
    background-color: rgba(50, 55, 68, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.common-banner-img {
    width: calc(50% - 1px);
    position: relative;
}
.common-banner-img h3 {
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 658px;
    height: 83px;
    line-height: 83px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.common-banner-img h3:hover {
    color: #fff;
	background: #c50612;
}
main .kiji003 {
    padding: 40px 0;
}
main .access001 {
    width: 100%;
    padding: 80px 0 50px;
    background-color: #fff;
}
main .kiji003 .access001-msg {
    margin-top: 0;
}
main .access001-msg {
    margin: 30px auto 0;
    width: 100%;
    max-width: 1560px;
    position: relative;
    padding: 0 50px;
}
main .access001-msg-txt {
    color: #000;
    font-size: 24px;
}
main .access001-msg .color-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);
}
.color-btn {
    text-align: left;
}
main .access001-msg .color-btn a {
    padding: 0 50px 0 30px;
}
.color-btn a {
    display: inline-block;
    text-align: center;
    background-color: #e7010b;
    color: #fff;
    font-size: 22px;
    border-radius: 40px;
    min-width: 245px;
    height: 50px;
    line-height: 47px;
    padding: 0 30px;
    position: relative;
}
.color-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    background: url(https://ebinadk.com/asset/img/common002.png) no-repeat;
    background-size: 26px 14px;
    width: 26px;
    height: 14px;
    transition: all 0.3s cubic-bezier(0, 0, 0, 1);
}
.common-h3_2 {
	text-align: center !important;
}
.common-h3_2 p {
	text-align: center;
    border-bottom: 1px solid #000;
    padding: 0 15px 6px;
    line-height: 1.6;
    display: inline-block;
	font-size: 24px;
}


@media (max-width: 1800px) {
	main .kiji001 {
		margin-top: -7.02vw;
		padding: 2.7vw;
		margin-bottom: 4.32vw;
	}
	.common-banner-img h3 {
		width: 37vw;
		height: 4.48vw;
		line-height: 4.48vw;
		font-size: 2.16vw;
	}
	main .kiji003 {
		padding: 2.16vw 0;
	}
	main .access001 {
		padding: 4.23vw 0 2.64vw;
	}
	main .access001-msg {
		margin: 1.58vw auto 0;
		padding: 0 2.64vw;
	}
	main .access001-msg-txt {
		font-size: 1.26vw;
	}
	main .access001-msg .color-btn {
		right: 2.64vw;
	}
	main .access001-msg .color-btn a {
		padding: 0 2.64vw 0 1.58vw;
	}
	.color-btn a {
		font-size: 1.16vw;
		border-radius: 2.11vw;
		min-width: 12.96vw;
		height: 2.64vw;
		line-height: 2.48vw;
		padding: 0 1.58vw;
	}
	.color-btn a:after {
		right: 1.08vw;
		background-size: 1.37vw 0.74vw;
		width: 1.37vw;
		height: 0.74vw;
	}
}

/* 詳細ページスタイル */
.txt-140 {
    font-size: 140%;
}
.mb20 {
    margin-bottom: 20px !important;
}
.common-txt {
    margin: 0 0 16px;
    font-size: 18px;
    font-family: "NotoSansJP-Regular", sans-serif;
}
.nrm_block {
    padding-bottom: 40px;
}
.mgT0 {
    margin-top: 0 !important;
}
.common-h3_2 span {
    border-bottom: 1px solid #000;
    padding: 0 15px 6px;
    line-height: 1.6;
    display: inline-block;
}
.spB2 {
    display: none;
}
.common-h3_2 span span.h3_sub {
    border-bottom: none;
    padding: 0;
    line-height: 1.2;
    font-size: 90%;
    color: #888;
    display: inline-block;
    margin-left: 13px;
    white-space: nowrap;
}
.common-h3, #post_single .kiji001 h3 {
    line-height: 1.1;
    padding-top: 6px;
    padding-bottom: 7px;
    height: auto !important;
    margin: 36px 0 28px !important;
    font-size: 24px;
    color: #fff;
    background-color: #000;
    min-width: 320px;
    height: 40px;
    text-align: center;
    padding: 0 16px;
    display: inline-block;
}
.common-h3_2 {
    padding-top: 0 !important;
    background: none !important;
    color: #000 !important;
    width: 100%;
    text-align: center !important;
}
.common-jc-sb, .common-jc-sb-fs {
    justify-content: space-between;
}
.common-flexbox {
    display: flex;
    flex-wrap: wrap;
}
.w48 {
    width: 48%;
}
.common-h3, #post_single .kiji001 h3 {
    line-height: 1.1;
    padding-top: 6px;
    padding-bottom: 7px;
    height: auto !important;
    margin: 36px 0 28px !important;
    font-size: 24px;
    color: #fff;
    background-color: #000;
    min-width: 320px;
    text-align: center;
    padding: 0 16px;
    display: inline-block;
}
.common-h3_3 {
    width: 100%;
    text-align: center !important;
    height: auto !important;
    padding: 8px 15px 14px !important;
    margin: 36px 0 14px !important;
}
.download_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.common-h3_4 {
    width: 48% !important;
}
ul.nrm_list2 {
    padding: 0;
    margin: 30px 0 !important;
}
ul.nrm_list2 li {
    padding-left: 22px;
    font-size: 18px;
    position: relative;
    margin-bottom: 12px !important;
}
.faq_list li {
    background-color: #f4f4f4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nrm_list2.faq_list li:before {
    top: 19px;
    left: 15px;
}
ul.nrm_list2 li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: url(https://ebinadk.com/asset/img/local/pochi.png) no-repeat;
    background-size: 9px 9px;
    width: 9px;
    height: 9px;
}
.faq_list li a {
    display: block;
    padding: 10px 15px !important;
}




@media (max-width: 1800px) {
	main .kiji001 {
		margin-top: -7.02vw;
		padding: 2.7vw;
		margin-bottom: 4.32vw;
	}
}
@media (max-width: 896px) {
	.common-title {
		padding: 10px 0;
		position: relative;
		padding-left: 20px;
		font-size: 20px;
	}
	main .kiji001 {
		width: calc(100% - 14.66vw);
		margin-top: -7.02vw;
		padding: 3.33vw;
		margin-bottom: 6.66vw;
	}
	p, .common-txt {
		margin: 0 0 14px;
		font-size: 14px;
	}
	.spw100_2 {
		width: 100% !important;
	}
}
@media (max-width: 560px) {
	.spB2 {
		display: inherit;
	}
	.sm_block {
		padding-bottom: 24px;
	}
	.common-h3.common-h3_3 {
		margin-bottom: 14px !important;
	}
	.common-h3, #post_single .kiji001 h3 {
		margin: 36px 0 23px !important;
	}
	.common-h3_3 {
		font-size: 3.6vw;
		padding-bottom: 3.7% !important;
	}
}





/*------------------------------

 投稿ページ

------------------------------*/
.single-post #content,
.single-post .content-wrapper {
	padding-top: 0 !important;
}
.single-post .content-wrapper {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.single-post .content-wrapper .row .container {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}



/*------------------------------

 お問い合わせ

------------------------------*/
label.required:after {
	content: "必須";
	background: #000;
	color: #fff;
	margin: 0 10px;
    padding: 3px 12px;
    font-size: 13px;
    vertical-align: middle;
}
.contact-title {
	text-align: center;
	margin: 100px 0 25px;
}
.contact-title p {
	border-bottom: 1px solid #000;
    padding: 0 15px 6px;
    line-height: 1.6;
    display: inline-block;
    font-size: 24px;
}
.wpcf7-form-control-wrap {
	margin-bottom: 0 !important;
}
.wpcf7 label {
	font-size: 18px;
	margin-bottom: 10px;
}
.wpcf7 h4 {
    margin-top: 55px;
}
.wpcf7 span.zip {
	display: flex;
	margin-bottom: -10px;
}
.wpcf7 span.zip:before {
	content: "〒";
	line-height: 60px;
    margin-right: 5px;
}



/*------------------------------

 分析・解析装置一覧

------------------------------*/
.page-id-335 .common-sliderframe {
	display: none;
}



/*------------------------------

 採用事例、量産までの流れ

------------------------------*/
.sm_blocks {
    margin: 0 25% 0 25%;
    display: -webkit-inline-box;
}
.contact_text1 {
    border: solid;
    border-radius: 8px;
    padding: 10px;
    margin: 16px 0;
	width: 320px;
}
.contact_text2 {
    border: solid;
    border-radius: 8px;
    padding: 10px;
    margin: 16px 0;
	width: 320px;
}
.contact_text3 {
    border: solid;
    border-radius: 8px;
    padding: 10px;
    margin: 16px 0;
	width: 320px;
}
.contact_text4 {
    border: solid;
    border-radius: 8px;
    padding: 10px;
    margin: 16px 0;
	width: 320px;
}
.contact_text5 {
    border: solid;
    border-radius: 8px;
    padding: 10px;
    margin: 16px 0;
	width: 320px;
}
.contact_text6 {
    border: solid;
    border-radius: 8px;
    padding: 10px;
    margin: 16px 0;
	width: 320px;
}
.san_img {
    margin: 0 auto;
}
.contact_img {
    width: 25%;
    margin-left: 20px;
}



@media screen and (min-width: 768px) {
	.sp_none {
		display: none;
	}
}
@media screen and (max-width: 896px) {
	.sm_blocks {
		margin: 0;
		display: -webkit-inline-box;
	}
}
@media screen and (max-width: 600px) {
	.contact_text1,
	.contact_text2,
	.contact_text3,
	.contact_text4,
	.contact_text5,
	.contact_text6 {
		width: 215px;
	}
}



/*------------------------------

 数字で見るヱビナ

------------------------------*/
.mg_RLA {
    margin: 0 auto;
}
.w50 {
    width: 50% !important;
}

@media (max-width: 896px) {
	.spw100_2 {
		width: 100% !important;
	}
}



/*------------------------------

 めっき技術

------------------------------*/
.txt-mv2 {
    font-size: 145%;
    position: absolute;
    top: -60px;
    right: 0;
    text-align: right;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
}
.tech_list {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.tech_list li {
    width: 32%;
    margin: 0 2% 20px 0;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.tech_list.tech_01 li:nth-child(1) {
    background-image: url(https://ebinadk.com/asset/img/page_img/post-23.jpg);
}
.tech_list.tech_01 li:nth-child(2) {
    background-image: url(https://ebinadk.com/wp-content/uploads/2022/02/sugohie_sem_60.jpg);
}
.tech_list.tech_01 li:nth-child(3) {
    background-image: url(https://ebinadk.com/asset/img/page_img/post-110.jpg);
}
.tech_list li:nth-child(3n) {
    margin-right: 0;
}
.tech_list.tech_01 li:nth-child(4) {
    background-image: url(https://ebinadk.com/asset/img/page_img/post-27.jpg);
}
.tech_list.tech_01 li:nth-child(5) {
    background-image: url(https://ebinadk.com/asset/img/page_img/post-36.jpg);
}
.tech_list.tech_01 li:nth-child(6) {
    background-image: url(https://ebinadk.com/asset/img/page_img/post-29.jpg);
}
.tech_list li:nth-child(3n) {
    margin-right: 0;
}	
.tech_list.tech_01 li:nth-child(7) {
    background-image: url(https://ebinadk.com/wp-content/uploads/2025/06/image3.jpg);
}

.tech_list li:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    pointer-events: none;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tech_list li a {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    z-index: 4;
    font-size: 120%;
}
.tech_list.tech_02 li:nth-child(1) {
    background-image: url(https://ebinadk.com/asset/img/page_img/post-29.jpg);
}
.tech_list.tech_02 li:nth-child(2) {
    background-image: url(https://ebinadk.com/asset/img/page_img/post-45.jpg);
}
.tech_list.tech_02 li:nth-child(3) {
    background-image: url(https://ebinadk.com/asset/img/page_img/post-40.jpg);
}
.tech_list.tech_02 li:nth-child(4) {
    background-image: url(https://ebinadk.com/asset/img/page_img/post-49.jpg);
}
.tech_list.tech_02 li:nth-child(5) {
    background-image: url(https://ebinadk.com/asset/img/page_img/post-92.jpg);
}
.common-h6 {
    line-height: 1.1;
    padding: 4px 8px;
    border: 1px solid #333;
    color: #333;
    margin: 20px 0 10px !important;
    font-size: 16px;
    display: inline-block;
}
.mgT0 {
    margin-top: 0 !important;
}
.common-h5, #post_single .kiji001 h5 {
    line-height: 1.1;
    padding-top: 5px;
    padding-bottom: 6px;
    height: auto !important;
    margin: 24px 0 12px !important;
}
.common-h5, #post_single .kiji001 h5 {
    font-size: 18px;
    color: #fff;
    background-color: #000;
    min-width: 200px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
}

@media (max-width: 560px) {
	.tech_list li a {
		font-size: 3.8vw;
	}
	.tech_list li {
		width: 47%;
		margin: 0 3% 12px 0;
		height: 140px;
	}
	.tech_list li:nth-child(3n) {
		margin-right: 3%;
	}
}
@media (max-width: 768px) {
	.tech_list li a {
		font-size: 105%;
	}
}
@media (max-width: 480px) {
	.common-banner-img {
		width: 100%;
	}
	.common-banner {
		width: 100%;
		display: block;
	}
	.common-banner-img h3 {
		width: 54.83vw;
		height: 6.91vw;
		line-height: 6.91vw;
		font-size: 3.33vw;
	}
}
@media (max-width: 896px) {
	main .access001-msg-txt {
		font-size: 2vw;
		white-space: nowrap;
		text-align: center;
	}
	main .access001-msg .color-btn {
		position: static;
		transform: none;
		text-align: center;
		margin-top: 3.33vw;
	}
	main .access001-msg-tel {
		font-size: 2.66vw;
		text-align: center;
	}
	main .access001-msg .color-btn a {
		min-width: 30vw;
		padding: 0 4.16vw 0 2.5vw;
	}
}



/*------------------------------

 高放熱複合材へのめっき

------------------------------*/
.common-jc-fs {
    justify-content: flex-start;
}
.common-flexbox {
    display: flex;
    flex-wrap: wrap;
}
.use_box {
    width: 130px;
    padding: 0 15px;
    box-sizing: border-box;
}
.common-qa {
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 50px;
}
.common-qa h4 {
    padding: 8px 20px;
    line-height: 1.1;
}
.common-qa h4 {
    width: 264px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "NotoSansJP-Bold", sans-serif;
}
.common-qa ul {
    padding: 10px 40px 40px;
}
.common-qa ul li {
    margin-top: 16px;
    padding-left: 22px;
    font-size: 18px;
    position: relative;
}
.common-qa ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: url(https://ebinadk.com/asset/img/local/pochi.png) no-repeat;
    background-size: 9px 9px;
    width: 9px;
    height: 9px;
}
td.bg-blue, th.bg-blue {
    background-color: #8994b0 !important;
}
.common-table td, .common-table th {
    border-color: #888;
}
.common-table th {
    padding: 10px;
    border: 1px solid #000;
    font-size: 16px;
    white-space: nowrap;
}
.color-white {
    color: #ffffff !important;
}
.bg-blue {
    background-color: #005bac !important;
}



td.bg-green {
    background-color: #79da73 !important;
}
.common-table td, .common-table th {
    border-color: #888;
}
@media (max-width: 896px) {
	.common-table td {
		padding: 5px;
		font-size: 14px;
	}
	.common-table td {
		padding: 5px;
		font-size: 14px;
	}
	.common-table td {
		padding: 5px;
		font-size: 14px;
	}
	.common-table th {
		padding: 5px;
		font-size: 14px;
	}
	.txt-small {
		font-size: 10px;
	}
	p, .common-txt {
		margin: 0 0 14px;
		font-size: 14px;
	}
}
.common-table td {
    padding: 10px;
    border: 1px solid #000;
    font-size: 16px;
}
.bg-green {
    background-color: #00ff00 !important;
}
td.bg-red, td.bg-red2 {
    background-color: #E6474A !important;
}
.common-table td, .common-table th {
    border-color: #888;
}
.common-table td {
    padding: 10px;
    border: 1px solid #000;
    font-size: 16px;
}
.bg-red {
    background-color: #ff0000 !important;
}
td.bg-yellow {
    background-color: #faff69 !important;
}
.common-table td, .common-table th {
    border-color: #888;
}
.common-table td {
    padding: 10px;
    border: 1px solid #000;
    font-size: 16px;
}
.bg-yellow {
    background-color: #ffff00 !important;
}
.common-table td, .common-table th {
    border-color: #888;
}
.common-table th {
    padding: 10px;
    border: 1px solid #000;
    font-size: 16px;
    white-space: nowrap;
}
.bg-grey3 {
    background-color: #ddd !important;
}
.color-green {
    color: #79da73 !important;
}
.color-yellow {
    color: #faff69 !important;
}
.color-red2 {
    color: #ff0000 !important;
}
.txt-small {
    font-size: 90% !important;
}
.txt-small {
    font-size: 20px;
}
.common-txt {
    margin: 0 0 16px;
    font-size: 18px;
    font-family: "NotoSansJP-Regular", sans-serif;
}
.mr-p5 {
    margin-right: 5% !important;
}
.common-ai-fs {
    align-items: flex-start;
}
.common-jc-sb, .common-jc-sb-fs {
    justify-content: space-between;
}
.common-flexbox {
    display: flex;
    flex-wrap: wrap;
}
.w45 {
    width: 45% !important;
}
.color-blue {
    color: #005bac;
}
.common-flow {
    display: flex;
    justify-content: center;
}
.mt20 {
    margin-top: 20px !important;
}
.common-flow .txt {
    border: 1px solid #000;
}
.common-flow li {
    padding: 16px;
    text-align: center;
    font-size: 24px;
    width: 52px;
    white-space: nowrap;
    line-height: 18px;
}
@media (min-width: 897px) {
	.common-flow li {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
}
.common-flow .arrow {
    width: 60px;
    position: relative;
}
.common-flow .arrow img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 896px) {
	.common-flow li:first-child {
		margin-top: 0;
	}
	.common-flow li {
		width: 100% !important;
		padding: 5px;
		writing-mode: unset;
		font-size: 14px;
		margin-top: 10px;
	}
}
@media (max-width: 896px) {
	.common-flow {
		display: block !important;
	}
	.common-flow .arrow img {
		width: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.pc {
		display: none !important;
	}
}
@media (max-width: 560px) {
	.spw100 {
		width: 100% !important;
	}
}
.txt-cap {
    font-size: 90%;
    margin-top: 10px;
}
.txt_c {
    text-align: center !important;
}
@media (max-width: 896px) {
	p, .common-txt {
		margin: 0 0 14px;
		font-size: 14px;
	}
}
@media (max-width: 1024px) {
	.top-msg, .top-navi {
		display: none;
	}
}
.sub_box {
    padding: 15px;
    border: 1px dotted #888;
}
.bg-grey2 {
    background-color: #9799a0 !important;
}
@media (max-width: 560px) {
	.use_box {
		width: 30%;
		margin: 0 1.5% 20px;
		padding: 0 8px;
	}
}
.common-jc-sb, .common-jc-sb-fs {
    justify-content: space-between;
}
.common-flexbox {
    display: flex;
    flex-wrap: wrap;
}
.mt20 {
    margin-top: 20px !important;
}
.w30 {
    width: 30% !important;
}
.w65 {
    width: 65% !important;
}
.bg-grey {
    background-color: #5d626c !important;
}
.common-numlist {
    counter-reset: my-counter;
    list-style: none;
}
.common-numlist li {
    position: relative;
    padding-left: 40px;
}
.common-flexbox {
    display: flex;
    flex-wrap: wrap;
}
.common-numlist li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    padding-left: 1px;
    padding-bottom: 2px;
    top: 35%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
}
.color-red {
    color: #E6474A !important;
}
.w20 {
    width: 20% !important;
}
.spB {
    display: none;
}
td.bg-grey, th.bg-grey, .common-frame.bg-grey {
    background-color: #DDD !important;
}
.common-table td, .common-table th {
    border-color: #888;
}
.common-table th {
    padding: 10px;
    border: 1px solid #000;
    font-size: 16px;
    white-space: nowrap;
}
.tc {
    text-align: center;
}
.mgB_CB {
    margin-bottom: 36px;
}
.common-ai-ct {
    align-items: center;
}
.common-jc-sb, .common-jc-sb-fs {
    justify-content: space-between;
}
.common-flexbox {
    display: flex;
    flex-wrap: wrap;
}
.mt10 {
    margin-top: 10px !important;
}
.common-ai-ct {
    align-items: center;
}
.common-jc-fs {
    justify-content: space-between;
}
.txt-03-1 {
    margin: -55px auto -5px !important;
}
.txt-120 {
    font-size: 120%;
}
.w10 {
    width: 10% !important;
}
@media (max-width: 560px) {
	.spw100 {
		width: 100% !important;
	}
}
.w70 {
    width: 70% !important;
}
.common-flow_sub1, .common-flow_sub2, .common-flow_sub1_sp1, .common-flow_sub1_sp2, .common-flow_sub2_sp1, .common-flow_sub2_sp2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 1300px) {
	.common-flow_sub1 li.txt, .common-flow_sub2 li.txt {
		font-size: 1.2vw;
	}
}
.common-flow_sub1 li:nth-child(1), .common-flow_sub1 li:nth-child(9), .common-flow_sub1 li:nth-child(11) {
    width: 13.5722%;
}
.common-flow_sub1 li.txt, .common-flow_sub2 li.txt, .common-flow_sub1_sp1 li.txt, .common-flow_sub1_sp2 li.txt, .common-flow_sub2_sp1 li.txt, .common-flow_sub2_sp2 li.txt {
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #000;
    text-align: center;
    box-sizing: border-box;
}
.common-flow_sub1 li.arrow, .common-flow_sub1 li.no_arrow {
    width: 2.93159%;
}
.common-flow_sub1 li.arrow, .common-flow_sub2 li.arrow, .common-flow_sub1_sp1 li.arrow, .common-flow_sub1_sp2 li.arrow, .common-flow_sub2_sp1 li.arrow, .common-flow_sub2_sp2 li.arrow {
    height: 20px;
    background-image: url(https://ebinadk.com/asset/img/local/common/arrow_sb.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: center center;
}
.common-flow_sub1, .common-flow_sub2, .common-flow_sub1_sp1, .common-flow_sub1_sp2, .common-flow_sub2_sp1, .common-flow_sub2_sp2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.common-flow_sub1 li:nth-child(1), .common-flow_sub1 li:nth-child(9), .common-flow_sub1 li:nth-child(11) {
    width: 13.5722%;
}
.common-flow_sub1 li img, .common-flow_sub2 li img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 120px;
}
@media (min-width: 751px) {
	.common-flow_sub1_sp1, .common-flow_sub1_sp2, .common-flow_sub2_sp1, .common-flow_sub2_sp2 {
		display: none;
	}
}
.common-flow_sub2 li.arrow, .common-flow_sub2 li.no_arrow {
    width: 3.05775%;
}
.common-flow_sub1 li.arrow, .common-flow_sub2 li.arrow, .common-flow_sub1_sp1 li.arrow, .common-flow_sub1_sp2 li.arrow, .common-flow_sub2_sp1 li.arrow, .common-flow_sub2_sp2 li.arrow {
    height: 20px;
    background-image: url(https://ebinadk.com/asset/img/local/common/arrow_sb.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: center center;
}
.spw100 img, .spw100_2 img {
    width: 100%;
    height: auto;
}
.w43 {
    width: 42.3%;
}
.w55 {
    width: 55% !important;
}
.common-scroll {
    width: 100%;
    overflow-x: auto;
}




/*------------------------------

 サイトマップ

------------------------------*/
.sitemap-row {
	padding: 20px 0 !important;
}
.sitemap-title {
	position: relative;
}
.sitemap-title a {
	font-family: "NotoSansJP-Bold", sans-serif;
    text-decoration: none;
    color: #000;
}
.sitemap-title:after{
	content: "";
    position: absolute;
    left: 0;
	width: 80px;
    bottom: -4px;
    height: 2px;
    background-color: #c50612;
}
.sitemap-detail ul {
	padding: 0;
}
.sitemap-detail li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
    padding-left: 18px;
}
.sitemap-detail li:before {
	content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: url(https://ebinadk.com/wp-content/uploads/2022/07/pochi.png) no-repeat;
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
}
.sitemap-detail li a {
	text-decoration: none;
    color: #000;
}
.sitemap-detail li ul li:before {
	content: none;
}
.sitemap-detail li ul li a {
    border: 1px solid #333;
    border-radius: 4px;
    padding: 3px 7px;
    white-space: nowrap;
}	



/*------------------------------

 現行サイト-style.css

------------------------------*/
@font-face {
  font-family: 'NotoSansJP-Medium';
  src: url("https://ebinadk.com/asset/font/NotoSansJP-Medium.otf"); }
@font-face {
  font-family: 'NotoSansJP-Bold';
  src: url("https://ebinadk.com/asset/font/NotoSansJP-Bold.otf"); }
@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url("https://ebinadk.com/asset/font/NotoSansJP-Regular.otf"); }
@font-face {
  font-family: 'Overpass-Bold';
  src: url("https://ebinadk.com/asset/font/Overpass-Bold.ttf"); }
html {
  font-size: 100%; }

* {
  font-family: "NotoSansJP-Medium", sans-serif;
  font-weight: normal;
  box-sizing: border-box; }

body {
  color: #000;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.1em;
  font-weight: 400;
  overflow-y: scroll;
  background-color: #f3f3f3; }

.container {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-right:0;
	padding-left:0;}

div, section, article {
  box-sizing: border-box; }

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  ul li, ul dt, ul dd, ol li, ol dt, ol dd, dl li, dl dt, dl dd {
    box-sizing: border-box; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

img {
  display: block;
  outline: none; }

*:focus {
  outline: none; }

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  word-break: break-all; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.sp {
  display: none !important; }

.kerning {
  letter-spacing: -0.4em; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.w0 {
  width: 0% !important; }

.mt-p0 {
  margin-top: 0% !important; }

.mb-p0 {
  margin-bottom: 0% !important; }

.ml-p0 {
  margin-left: 0% !important; }

.mr-p0 {
  margin-right: 0% !important; }

.pt-p0 {
  padding-top: 0% !important; }

.pb-p0 {
  padding-bottom: 0% !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.w5 {
  width: 5% !important; }

.mt-p5 {
  margin-top: 5% !important; }

.mb-p5 {
  margin-bottom: 5% !important; }

.ml-p5 {
  margin-left: 5% !important; }

.mr-p5 {
  margin-right: 5% !important; }

.pt-p5 {
  padding-top: 5% !important; }

.pb-p5 {
  padding-bottom: 5% !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.w10 {
  width: 10% !important; }

.mt-p10 {
  margin-top: 10% !important; }

.mb-p10 {
  margin-bottom: 10% !important; }

.ml-p10 {
  margin-left: 10% !important; }

.mr-p10 {
  margin-right: 10% !important; }

.pt-p10 {
  padding-top: 10% !important; }

.pb-p10 {
  padding-bottom: 10% !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.w15 {
  width: 15% !important; }

.mt-p15 {
  margin-top: 15% !important; }

.mb-p15 {
  margin-bottom: 15% !important; }

.ml-p15 {
  margin-left: 15% !important; }

.mr-p15 {
  margin-right: 15% !important; }

.pt-p15 {
  padding-top: 15% !important; }

.pb-p15 {
  padding-bottom: 15% !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.w20 {
  width: 20% !important; }

.mt-p20 {
  margin-top: 20% !important; }

.mb-p20 {
  margin-bottom: 20% !important; }

.ml-p20 {
  margin-left: 20% !important; }

.mr-p20 {
  margin-right: 20% !important; }

.pt-p20 {
  padding-top: 20% !important; }

.pb-p20 {
  padding-bottom: 20% !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.w25 {
  width: 25% !important; }

.mt-p25 {
  margin-top: 25% !important; }

.mb-p25 {
  margin-bottom: 25% !important; }

.ml-p25 {
  margin-left: 25% !important; }

.mr-p25 {
  margin-right: 25% !important; }

.pt-p25 {
  padding-top: 25% !important; }

.pb-p25 {
  padding-bottom: 25% !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.w30 {
  width: 30% !important; }

.mt-p30 {
  margin-top: 30% !important; }

.mb-p30 {
  margin-bottom: 30% !important; }

.ml-p30 {
  margin-left: 30% !important; }

.mr-p30 {
  margin-right: 30% !important; }

.pt-p30 {
  padding-top: 30% !important; }

.pb-p30 {
  padding-bottom: 30% !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.w35 {
  width: 35% !important; }

.mt-p35 {
  margin-top: 35% !important; }

.mb-p35 {
  margin-bottom: 35% !important; }

.ml-p35 {
  margin-left: 35% !important; }

.mr-p35 {
  margin-right: 35% !important; }

.pt-p35 {
  padding-top: 35% !important; }

.pb-p35 {
  padding-bottom: 35% !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.w40 {
  width: 40% !important; }

.mt-p40 {
  margin-top: 40% !important; }

.mb-p40 {
  margin-bottom: 40% !important; }

.ml-p40 {
  margin-left: 40% !important; }

.mr-p40 {
  margin-right: 40% !important; }

.pt-p40 {
  padding-top: 40% !important; }

.pb-p40 {
  padding-bottom: 40% !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.w45 {
  width: 45% !important; }

.mt-p45 {
  margin-top: 45% !important; }

.mb-p45 {
  margin-bottom: 45% !important; }

.ml-p45 {
  margin-left: 45% !important; }

.mr-p45 {
  margin-right: 45% !important; }

.pt-p45 {
  padding-top: 45% !important; }

.pb-p45 {
  padding-bottom: 45% !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.w50 {
  width: 50% !important; }

.mt-p50 {
  margin-top: 50% !important; }

.mb-p50 {
  margin-bottom: 50% !important; }

.ml-p50 {
  margin-left: 50% !important; }

.mr-p50 {
  margin-right: 50% !important; }

.pt-p50 {
  padding-top: 50% !important; }

.pb-p50 {
  padding-bottom: 50% !important; }

.mt110 {
  margin-top: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.ml110 {
  margin-left: 110px !important; }

.mr110 {
  margin-right: 110px !important; }

.pt110 {
  padding-top: 110px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.w55 {
  width: 55% !important; }

.mt-p55 {
  margin-top: 55% !important; }

.mb-p55 {
  margin-bottom: 55% !important; }

.ml-p55 {
  margin-left: 55% !important; }

.mr-p55 {
  margin-right: 55% !important; }

.pt-p55 {
  padding-top: 55% !important; }

.pb-p55 {
  padding-bottom: 55% !important; }

.mt120 {
  margin-top: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.ml120 {
  margin-left: 120px !important; }

.mr120 {
  margin-right: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.w60 {
  width: 60% !important; }

.mt-p60 {
  margin-top: 60% !important; }

.mb-p60 {
  margin-bottom: 60% !important; }

.ml-p60 {
  margin-left: 60% !important; }

.mr-p60 {
  margin-right: 60% !important; }

.pt-p60 {
  padding-top: 60% !important; }

.pb-p60 {
  padding-bottom: 60% !important; }

.mt130 {
  margin-top: 130px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.ml130 {
  margin-left: 130px !important; }

.mr130 {
  margin-right: 130px !important; }

.pt130 {
  padding-top: 130px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.w65 {
  width: 65% !important; }

.mt-p65 {
  margin-top: 65% !important; }

.mb-p65 {
  margin-bottom: 65% !important; }

.ml-p65 {
  margin-left: 65% !important; }

.mr-p65 {
  margin-right: 65% !important; }

.pt-p65 {
  padding-top: 65% !important; }

.pb-p65 {
  padding-bottom: 65% !important; }

.mt140 {
  margin-top: 140px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.ml140 {
  margin-left: 140px !important; }

.mr140 {
  margin-right: 140px !important; }

.pt140 {
  padding-top: 140px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.w70 {
  width: 70% !important; }

.mt-p70 {
  margin-top: 70% !important; }

.mb-p70 {
  margin-bottom: 70% !important; }

.ml-p70 {
  margin-left: 70% !important; }

.mr-p70 {
  margin-right: 70% !important; }

.pt-p70 {
  padding-top: 70% !important; }

.pb-p70 {
  padding-bottom: 70% !important; }

.mt150 {
  margin-top: 150px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.ml150 {
  margin-left: 150px !important; }

.mr150 {
  margin-right: 150px !important; }

.pt150 {
  padding-top: 150px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.w75 {
  width: 75% !important; }

.mt-p75 {
  margin-top: 75% !important; }

.mb-p75 {
  margin-bottom: 75% !important; }

.ml-p75 {
  margin-left: 75% !important; }

.mr-p75 {
  margin-right: 75% !important; }

.pt-p75 {
  padding-top: 75% !important; }

.pb-p75 {
  padding-bottom: 75% !important; }

.mt160 {
  margin-top: 160px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.ml160 {
  margin-left: 160px !important; }

.mr160 {
  margin-right: 160px !important; }

.pt160 {
  padding-top: 160px !important; }

.pb160 {
  padding-bottom: 160px !important; }

.w80 {
  width: 80% !important; }

.mt-p80 {
  margin-top: 80% !important; }

.mb-p80 {
  margin-bottom: 80% !important; }

.ml-p80 {
  margin-left: 80% !important; }

.mr-p80 {
  margin-right: 80% !important; }

.pt-p80 {
  padding-top: 80% !important; }

.pb-p80 {
  padding-bottom: 80% !important; }

.mt170 {
  margin-top: 170px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.ml170 {
  margin-left: 170px !important; }

.mr170 {
  margin-right: 170px !important; }

.pt170 {
  padding-top: 170px !important; }

.pb170 {
  padding-bottom: 170px !important; }

.w85 {
  width: 85% !important; }

.mt-p85 {
  margin-top: 85% !important; }

.mb-p85 {
  margin-bottom: 85% !important; }

.ml-p85 {
  margin-left: 85% !important; }

.mr-p85 {
  margin-right: 85% !important; }

.pt-p85 {
  padding-top: 85% !important; }

.pb-p85 {
  padding-bottom: 85% !important; }

.mt180 {
  margin-top: 180px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.ml180 {
  margin-left: 180px !important; }

.mr180 {
  margin-right: 180px !important; }

.pt180 {
  padding-top: 180px !important; }

.pb180 {
  padding-bottom: 180px !important; }

.w90 {
  width: 90% !important; }

.mt-p90 {
  margin-top: 90% !important; }

.mb-p90 {
  margin-bottom: 90% !important; }

.ml-p90 {
  margin-left: 90% !important; }

.mr-p90 {
  margin-right: 90% !important; }

.pt-p90 {
  padding-top: 90% !important; }

.pb-p90 {
  padding-bottom: 90% !important; }

.mt190 {
  margin-top: 190px !important; }

.mb190 {
  margin-bottom: 190px !important; }

.ml190 {
  margin-left: 190px !important; }

.mr190 {
  margin-right: 190px !important; }

.pt190 {
  padding-top: 190px !important; }

.pb190 {
  padding-bottom: 190px !important; }

.w95 {
  width: 95% !important; }

.mt-p95 {
  margin-top: 95% !important; }

.mb-p95 {
  margin-bottom: 95% !important; }

.ml-p95 {
  margin-left: 95% !important; }

.mr-p95 {
  margin-right: 95% !important; }

.pt-p95 {
  padding-top: 95% !important; }

.pb-p95 {
  padding-bottom: 95% !important; }

.mt200 {
  margin-top: 200px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.ml200 {
  margin-left: 200px !important; }

.mr200 {
  margin-right: 200px !important; }

.pt200 {
  padding-top: 200px !important; }

.pb200 {
  padding-bottom: 200px !important; }

.w100 {
  width: 100% !important; }

.mt-p100 {
  margin-top: 100% !important; }

.mb-p100 {
  margin-bottom: 100% !important; }

.ml-p100 {
  margin-left: 100% !important; }

.mr-p100 {
  margin-right: 100% !important; }

.pt-p100 {
  padding-top: 100% !important; }

.pb-p100 {
  padding-bottom: 100% !important; }
/*
@media all and (max-width: 1800px) {
  .mt0 {
    margin-top: 0vw !important; }

  .mb0 {
    margin-bottom: 0vw !important; }

  .ml0 {
    margin-left: 0vw !important; }

  .mr0 {
    margin-right: 0vw !important; }

  .pt0 {
    padding-top: 0vw !important; }

  .pb0 {
    padding-bottom: 0vw !important; }

  .mt10 {
    margin-top: 0.54vw !important; }

  .mb10 {
    margin-bottom: 0.54vw !important; }

  .ml10 {
    margin-left: 0.54vw !important; }

  .mr10 {
    margin-right: 0.54vw !important; }

  .pt10 {
    padding-top: 0.54vw !important; }

  .pb10 {
    padding-bottom: 0.54vw !important; }

  .mt20 {
    margin-top: 1.08vw !important; }

  .mb20 {
    margin-bottom: 1.08vw !important; }

  .ml20 {
    margin-left: 1.08vw !important; }

  .mr20 {
    margin-right: 1.08vw !important; }

  .pt20 {
    padding-top: 1.08vw !important; }

  .pb20 {
    padding-bottom: 1.08vw !important; }

  .mt30 {
    margin-top: 1.62vw !important; }

  .mb30 {
    margin-bottom: 1.62vw !important; }

  .ml30 {
    margin-left: 1.62vw !important; }

  .mr30 {
    margin-right: 1.62vw !important; }

  .pt30 {
    padding-top: 1.62vw !important; }

  .pb30 {
    padding-bottom: 1.62vw !important; }

  .mt40 {
    margin-top: 2.16vw !important; }

  .mb40 {
    margin-bottom: 2.16vw !important; }

  .ml40 {
    margin-left: 2.16vw !important; }

  .mr40 {
    margin-right: 2.16vw !important; }

  .pt40 {
    padding-top: 2.16vw !important; }

  .pb40 {
    padding-bottom: 2.16vw !important; }

  .mt50 {
    margin-top: 2.7vw !important; }

  .mb50 {
    margin-bottom: 2.7vw !important; }

  .ml50 {
    margin-left: 2.7vw !important; }

  .mr50 {
    margin-right: 2.7vw !important; }

  .pt50 {
    padding-top: 2.7vw !important; }

  .pb50 {
    padding-bottom: 2.7vw !important; }

  .mt60 {
    margin-top: 3.24vw !important; }

  .mb60 {
    margin-bottom: 3.24vw !important; }

  .ml60 {
    margin-left: 3.24vw !important; }

  .mr60 {
    margin-right: 3.24vw !important; }

  .pt60 {
    padding-top: 3.24vw !important; }

  .pb60 {
    padding-bottom: 3.24vw !important; }

  .mt70 {
    margin-top: 3.78vw !important; }

  .mb70 {
    margin-bottom: 3.78vw !important; }

  .ml70 {
    margin-left: 3.78vw !important; }

  .mr70 {
    margin-right: 3.78vw !important; }

  .pt70 {
    padding-top: 3.78vw !important; }

  .pb70 {
    padding-bottom: 3.78vw !important; }

  .mt80 {
    margin-top: 4.32vw !important; }

  .mb80 {
    margin-bottom: 4.32vw !important; }

  .ml80 {
    margin-left: 4.32vw !important; }

  .mr80 {
    margin-right: 4.32vw !important; }

  .pt80 {
    padding-top: 4.32vw !important; }

  .pb80 {
    padding-bottom: 4.32vw !important; }

  .mt90 {
    margin-top: 4.86vw !important; }

  .mb90 {
    margin-bottom: 4.86vw !important; }

  .ml90 {
    margin-left: 4.86vw !important; }

  .mr90 {
    margin-right: 4.86vw !important; }

  .pt90 {
    padding-top: 4.86vw !important; }

  .pb90 {
    padding-bottom: 4.86vw !important; }

  .mt100 {
    margin-top: 5.4vw !important; }

  .mb100 {
    margin-bottom: 5.4vw !important; }

  .ml100 {
    margin-left: 5.4vw !important; }

  .mr100 {
    margin-right: 5.4vw !important; }

  .pt100 {
    padding-top: 5.4vw !important; }

  .pb100 {
    padding-bottom: 5.4vw !important; }

  .mt110 {
    margin-top: 5.94vw !important; }

  .mb110 {
    margin-bottom: 5.94vw !important; }

  .ml110 {
    margin-left: 5.94vw !important; }

  .mr110 {
    margin-right: 5.94vw !important; }

  .pt110 {
    padding-top: 5.94vw !important; }

  .pb110 {
    padding-bottom: 5.94vw !important; }

  .mt120 {
    margin-top: 6.48vw !important; }

  .mb120 {
    margin-bottom: 6.48vw !important; }

  .ml120 {
    margin-left: 6.48vw !important; }

  .mr120 {
    margin-right: 6.48vw !important; }

  .pt120 {
    padding-top: 6.48vw !important; }

  .pb120 {
    padding-bottom: 6.48vw !important; }

  .mt130 {
    margin-top: 7.02vw !important; }

  .mb130 {
    margin-bottom: 7.02vw !important; }

  .ml130 {
    margin-left: 7.02vw !important; }

  .mr130 {
    margin-right: 7.02vw !important; }

  .pt130 {
    padding-top: 7.02vw !important; }

  .pb130 {
    padding-bottom: 7.02vw !important; }

  .mt140 {
    margin-top: 7.56vw !important; }

  .mb140 {
    margin-bottom: 7.56vw !important; }

  .ml140 {
    margin-left: 7.56vw !important; }

  .mr140 {
    margin-right: 7.56vw !important; }

  .pt140 {
    padding-top: 7.56vw !important; }

  .pb140 {
    padding-bottom: 7.56vw !important; }

  .mt150 {
    margin-top: 8.1vw !important; }

  .mb150 {
    margin-bottom: 8.1vw !important; }

  .ml150 {
    margin-left: 8.1vw !important; }

  .mr150 {
    margin-right: 8.1vw !important; }

  .pt150 {
    padding-top: 8.1vw !important; }

  .pb150 {
    padding-bottom: 8.1vw !important; }

  .mt160 {
    margin-top: 8.64vw !important; }

  .mb160 {
    margin-bottom: 8.64vw !important; }

  .ml160 {
    margin-left: 8.64vw !important; }

  .mr160 {
    margin-right: 8.64vw !important; }

  .pt160 {
    padding-top: 8.64vw !important; }

  .pb160 {
    padding-bottom: 8.64vw !important; }

  .mt170 {
    margin-top: 9.18vw !important; }

  .mb170 {
    margin-bottom: 9.18vw !important; }

  .ml170 {
    margin-left: 9.18vw !important; }

  .mr170 {
    margin-right: 9.18vw !important; }

  .pt170 {
    padding-top: 9.18vw !important; }

  .pb170 {
    padding-bottom: 9.18vw !important; }

  .mt180 {
    margin-top: 9.72vw !important; }

  .mb180 {
    margin-bottom: 9.72vw !important; }

  .ml180 {
    margin-left: 9.72vw !important; }

  .mr180 {
    margin-right: 9.72vw !important; }

  .pt180 {
    padding-top: 9.72vw !important; }

  .pb180 {
    padding-bottom: 9.72vw !important; }

  .mt190 {
    margin-top: 10.26vw !important; }

  .mb190 {
    margin-bottom: 10.26vw !important; }

  .ml190 {
    margin-left: 10.26vw !important; }

  .mr190 {
    margin-right: 10.26vw !important; }

  .pt190 {
    padding-top: 10.26vw !important; }

  .pb190 {
    padding-bottom: 10.26vw !important; }

  .mt200 {
    margin-top: 10.8vw !important; }

  .mb200 {
    margin-bottom: 10.8vw !important; }

  .ml200 {
    margin-left: 10.8vw !important; }

  .mr200 {
    margin-right: 10.8vw !important; }

  .pt200 {
    padding-top: 10.8vw !important; }

  .pb200 {
    padding-bottom: 10.8vw !important; } }
@media all and (max-width: 896px) {
  .mt0 {
    margin-top: 0vw !important; }

  .mb0 {
    margin-bottom: 0vw !important; }

  .ml0 {
    margin-left: 0vw !important; }

  .mr0 {
    margin-right: 0vw !important; }

  .pt0 {
    padding-top: 0vw !important; }

  .pb0 {
    padding-bottom: 0vw !important; }

  .mt10 {
    margin-top: 0.82vw !important; }

  .mb10 {
    margin-bottom: 0.82vw !important; }

  .ml10 {
    margin-left: 0.82vw !important; }

  .mr10 {
    margin-right: 0.82vw !important; }

  .pt10 {
    padding-top: 0.82vw !important; }

  .pb10 {
    padding-bottom: 0.82vw !important; }

  .mt20 {
    margin-top: 1.64vw !important; }

  .mb20 {
    margin-bottom: 1.64vw !important; }

  .ml20 {
    margin-left: 1.64vw !important; }

  .mr20 {
    margin-right: 1.64vw !important; }

  .pt20 {
    padding-top: 1.64vw !important; }

  .pb20 {
    padding-bottom: 1.64vw !important; }

  .mt30 {
    margin-top: 2.46vw !important; }

  .mb30 {
    margin-bottom: 2.46vw !important; }

  .ml30 {
    margin-left: 2.46vw !important; }

  .mr30 {
    margin-right: 2.46vw !important; }

  .pt30 {
    padding-top: 2.46vw !important; }

  .pb30 {
    padding-bottom: 2.46vw !important; }

  .mt40 {
    margin-top: 3.28vw !important; }

  .mb40 {
    margin-bottom: 3.28vw !important; }

  .ml40 {
    margin-left: 3.28vw !important; }

  .mr40 {
    margin-right: 3.28vw !important; }

  .pt40 {
    padding-top: 3.28vw !important; }

  .pb40 {
    padding-bottom: 3.28vw !important; }

  .mt50 {
    margin-top: 4.1vw !important; }

  .mb50 {
    margin-bottom: 4.1vw !important; }

  .ml50 {
    margin-left: 4.1vw !important; }

  .mr50 {
    margin-right: 4.1vw !important; }

  .pt50 {
    padding-top: 4.1vw !important; }

  .pb50 {
    padding-bottom: 4.1vw !important; }

  .mt60 {
    margin-top: 4.92vw !important; }

  .mb60 {
    margin-bottom: 4.92vw !important; }

  .ml60 {
    margin-left: 4.92vw !important; }

  .mr60 {
    margin-right: 4.92vw !important; }

  .pt60 {
    padding-top: 4.92vw !important; }

  .pb60 {
    padding-bottom: 4.92vw !important; }

  .mt70 {
    margin-top: 5.74vw !important; }

  .mb70 {
    margin-bottom: 5.74vw !important; }

  .ml70 {
    margin-left: 5.74vw !important; }

  .mr70 {
    margin-right: 5.74vw !important; }

  .pt70 {
    padding-top: 5.74vw !important; }

  .pb70 {
    padding-bottom: 5.74vw !important; }

  .mt80 {
    margin-top: 6.56vw !important; }

  .mb80 {
    margin-bottom: 6.56vw !important; }

  .ml80 {
    margin-left: 6.56vw !important; }

  .mr80 {
    margin-right: 6.56vw !important; }

  .pt80 {
    padding-top: 6.56vw !important; }

  .pb80 {
    padding-bottom: 6.56vw !important; }

  .mt90 {
    margin-top: 7.38vw !important; }

  .mb90 {
    margin-bottom: 7.38vw !important; }

  .ml90 {
    margin-left: 7.38vw !important; }

  .mr90 {
    margin-right: 7.38vw !important; }

  .pt90 {
    padding-top: 7.38vw !important; }

  .pb90 {
    padding-bottom: 7.38vw !important; }

  .mt100 {
    margin-top: 8.2vw !important; }

  .mb100 {
    margin-bottom: 8.2vw !important; }

  .ml100 {
    margin-left: 8.2vw !important; }

  .mr100 {
    margin-right: 8.2vw !important; }

  .pt100 {
    padding-top: 8.2vw !important; }

  .pb100 {
    padding-bottom: 8.2vw !important; }

  .mt110 {
    margin-top: 9.02vw !important; }

  .mb110 {
    margin-bottom: 9.02vw !important; }

  .ml110 {
    margin-left: 9.02vw !important; }

  .mr110 {
    margin-right: 9.02vw !important; }

  .pt110 {
    padding-top: 9.02vw !important; }

  .pb110 {
    padding-bottom: 9.02vw !important; }

  .mt120 {
    margin-top: 9.84vw !important; }

  .mb120 {
    margin-bottom: 9.84vw !important; }

  .ml120 {
    margin-left: 9.84vw !important; }

  .mr120 {
    margin-right: 9.84vw !important; }

  .pt120 {
    padding-top: 9.84vw !important; }

  .pb120 {
    padding-bottom: 9.84vw !important; }

  .mt130 {
    margin-top: 10.66vw !important; }

  .mb130 {
    margin-bottom: 10.66vw !important; }

  .ml130 {
    margin-left: 10.66vw !important; }

  .mr130 {
    margin-right: 10.66vw !important; }

  .pt130 {
    padding-top: 10.66vw !important; }

  .pb130 {
    padding-bottom: 10.66vw !important; }

  .mt140 {
    margin-top: 11.48vw !important; }

  .mb140 {
    margin-bottom: 11.48vw !important; }

  .ml140 {
    margin-left: 11.48vw !important; }

  .mr140 {
    margin-right: 11.48vw !important; }

  .pt140 {
    padding-top: 11.48vw !important; }

  .pb140 {
    padding-bottom: 11.48vw !important; }

  .mt150 {
    margin-top: 12.3vw !important; }

  .mb150 {
    margin-bottom: 12.3vw !important; }

  .ml150 {
    margin-left: 12.3vw !important; }

  .mr150 {
    margin-right: 12.3vw !important; }

  .pt150 {
    padding-top: 12.3vw !important; }

  .pb150 {
    padding-bottom: 12.3vw !important; }

  .mt160 {
    margin-top: 13.12vw !important; }

  .mb160 {
    margin-bottom: 13.12vw !important; }

  .ml160 {
    margin-left: 13.12vw !important; }

  .mr160 {
    margin-right: 13.12vw !important; }

  .pt160 {
    padding-top: 13.12vw !important; }

  .pb160 {
    padding-bottom: 13.12vw !important; }

  .mt170 {
    margin-top: 13.94vw !important; }

  .mb170 {
    margin-bottom: 13.94vw !important; }

  .ml170 {
    margin-left: 13.94vw !important; }

  .mr170 {
    margin-right: 13.94vw !important; }

  .pt170 {
    padding-top: 13.94vw !important; }

  .pb170 {
    padding-bottom: 13.94vw !important; }

  .mt180 {
    margin-top: 14.76vw !important; }

  .mb180 {
    margin-bottom: 14.76vw !important; }

  .ml180 {
    margin-left: 14.76vw !important; }

  .mr180 {
    margin-right: 14.76vw !important; }

  .pt180 {
    padding-top: 14.76vw !important; }

  .pb180 {
    padding-bottom: 14.76vw !important; }

  .mt190 {
    margin-top: 15.58vw !important; }

  .mb190 {
    margin-bottom: 15.58vw !important; }

  .ml190 {
    margin-left: 15.58vw !important; }

  .mr190 {
    margin-right: 15.58vw !important; }

  .pt190 {
    padding-top: 15.58vw !important; }

  .pb190 {
    padding-bottom: 15.58vw !important; }

  .mt200 {
    margin-top: 16.4vw !important; }

  .mb200 {
    margin-bottom: 16.4vw !important; }

  .ml200 {
    margin-left: 16.4vw !important; }

  .mr200 {
    margin-right: 16.4vw !important; }

  .pt200 {
    padding-top: 16.4vw !important; }

  .pb200 {
    padding-bottom: 16.4vw !important; } }*/
@media all and (max-width: 896px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  p.sp {
    display: inline-block !important; } }
.dspnone {
  display: none !important; }

a {
  text-decoration: none;
  color: #000; }

a:hover {
  /*filter: alpha(opacity=70);
  opacity: .9;
  
  
  transition: opacity 0.5s 0s ease-out;
  -webkit-transition: opacity 0.5s 0s ease-out;
  -o-transition: opacity 0.5s 0s ease-out;*/
  /**/ }
  a:hover img {
    filter: alpha(opacity=70);
    opacity: .7;
    transition: opacity 0.5s 0s ease-out;
    -webkit-transition: opacity 0.5s 0s ease-out;
    -o-transition: opacity 0.5s 0s ease-out; }
  a:hover p {
    transition: opacity 0.5s 0s ease-out;
    -webkit-transition: opacity 0.5s 0s ease-out;
    -o-transition: opacity 0.5s 0s ease-out; }

.opacity0 {
  opacity: 0;
  position: relative; }

.opacity_top100 {
  opacity: 1;
  animation: opacity_top100 .5s linear 0s;
  top: calc(50% - 50px); }

.opacity100 {
  opacity: 1;
  animation: opacity100 0.3s linear 0s; }

.loading {
  opacity: 1;
  animation: loading 1.8s infinite ease-in-out both; }

.img_anime {
  opacity: 1;
  animation: marker 4.8s infinite; }

.flexpage {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

@keyframes opacity_top100 {
  0% {
    opacity: 0;
    top: calc(50% - 50px); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1;
    top: 50%; } }
@keyframes opacity100 {
  0% {
    opacity: 0;
    top: 20px; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1;
    top: 0; } }
@keyframes loading {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"] {
  border: 1px solid #000;
  height: 3em;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1rem;
  outline: none !important;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff; }
input[name="zip"] {
	max-width: 300px;
}
textarea {
  border-radius: 4px;
  border: 1px solid #dddddd;
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  outline: none !important;
  box-sizing: border-box;
  width: 100%; }

select {
  border-radius: 4px;
  border: 1px solid #dddddd;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  outline: none !important;
  box-sizing: border-box; }

.blockUI img {
  display: inline; }

.error {
  color: red;
  display: block;
  margin-top: 10px; }

/* header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 1000; } */
  header .header-inner {
    width: calc(100% - 100px);
    max-width: 1080px;
    margin: auto; }
    header .header-inner-top {
      padding: 0 50px;
      display: flex;
      justify-content: space-between; }
      header .header-inner-top__msg {
        font-size: 16px;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 0 !important; }
      header .header-inner-top-link {
        display: flex;
        justify-content: flex-end; }
        header .header-inner-top-link li {
          margin-right: 2px; }
          header .header-inner-top-link li a {
            display: block;
            padding: 0 10px;
            background-color: #383838;
            font-size: 14px;
            color: #fff;
            height: 33px;
            line-height: 33px; }
          header .header-inner-top-link li a.eng {
            line-height: 36px; }
          header .header-inner-top-link li a:hover {
            background-color: rgba(197, 6, 18, 0.8); }
    header .header-inner-middle {
      width: 100%;
      margin-top: 20px; }
      header .header-inner-middle img {
        width: 100%;
        max-width: 310px;
        margin: auto; }
    header .header-inner-bottom {
      margin-top: 0px; }
      header .header-inner-bottom-menu {
        display: flex;
        justify-content: center;
        align-items: center; }
        header .header-inner-bottom-menu-item {
          position: relative; }
          header .header-inner-bottom-menu-item > a {
            font-size: 20px;
            color: #fff;
            display: block;
            padding: 0 0 0;
            white-space: nowrap; }
            header .header-inner-bottom-menu-item > a span {
              display: block;
              padding: 25px 35px 25px; }
          header .header-inner-bottom-menu-item > a:hover span {
            background-color: rgba(197, 6, 18, 0.8); }
          header .header-inner-bottom-menu-item .submenu {
            /*position: fixed;
            top: 248px;
            left: 0;*/
            position: absolute;
            top: 80px;
            left: 0;
            width: 100vw;
            background: url("https://ebinadk.com/asset/img/header/header-menubg.png") repeat;
            background-size: 100% auto;
            padding: 50px 0;
            display: flex;
            justify-content: flex-start; }
            header .header-inner-bottom-menu-item .submenu-title {
              width: 480px;
              padding-left: 80px;
              border-right: 1px solid #fff; }
              header .header-inner-bottom-menu-item .submenu-title h3 {
                font-size: 30px;
                color: #fff;
                padding-left: 20px; }
              header .header-inner-bottom-menu-item .submenu-title a {
                display: inline-block;
                margin-top: 40px;
                font-size: 22px;
                color: #fff;
                padding: 10px 20px; }
              header .header-inner-bottom-menu-item .submenu-title a:hover {
                background-color: rgba(197, 6, 18, 0.8); }
            header .header-inner-bottom-menu-item .submenu-menus {
              width: calc((100% - 480px));
              display: flex;
              justify-content: flex-start;
              align-items: flex-start;
              flex-wrap: wrap; }
            header .header-inner-bottom-menu-item .submenu-menu {
              width: calc(100% / 4);
              padding: 0 0 0 40px; }
              header .header-inner-bottom-menu-item .submenu-menu a {
                display: block; }
              header .header-inner-bottom-menu-item .submenu-menu h4 {
                font-size: 21px;
                color: #fff;
                display: inline-block;
                padding: 5px 10px; }
              header .header-inner-bottom-menu-item .submenu-menu > a:hover h4 {
                background-color: rgba(197, 6, 18, 0.8); }
              header .header-inner-bottom-menu-item .submenu-menu ul {
                margin-top: 20px; }
                header .header-inner-bottom-menu-item .submenu-menu ul li {
                  margin-top: 5px; }
                  header .header-inner-bottom-menu-item .submenu-menu ul li a {
                    padding: 5px 5px;
                    font-size: 16px;
                    color: #fff;
                    white-space: nowrap; }
                  header .header-inner-bottom-menu-item .submenu-menu ul li a:hover {
                    background-color: rgba(197, 6, 18, 0.8); }
        header .header-inner-bottom-menu-item:after {
          content: "";
          width: 0;
          height: 2px;
          background-color: #e6000a;
          position: absolute;
          bottom: 0px;
          left: 50%;
          transform: translate(-50%, 0);
          transition: all .3s; }
        header .header-inner-bottom-menu-item:hover:after {
          width: 80%; }
        header .header-inner-bottom-menu-search {
          max-width: 320px;
          position: relative; }
          header .header-inner-bottom-menu-search input[type="text"] {
            border-radius: 8px;
            height: 40px;
            padding: 0 10px; }
          header .header-inner-bottom-menu-search a {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translate(0, -50%); }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  header .header-inner {
    width: calc(100% - 5.29vw); }
    header .header-inner-top {
      padding: 0 2.64vw; }
      header .header-inner-top__msg {
        font-size: 0.84vw;
        margin-top: 0.26vw;
        margin-bottom: 0 !important; }
      header .header-inner-top-link li {
        margin-right: 2px; }
        header .header-inner-top-link li a {
          padding: 0 10px;
          font-size: 0.74vw;
          height: 1.74vw;
          line-height: 1.74vw; }
        header .header-inner-top-link li a.eng {
          line-height: 1.90vw; }
    header .header-inner-middle {
      margin-top: 1.05vw; }
      header .header-inner-middle img {
        max-width: 16.4vw; }
    header .header-inner-bottom {
      margin-top: 0px; }
      header .header-inner-bottom-menu-item > a {
        font-size: 1.05vw;
        padding: 0 0 0; }
        header .header-inner-bottom-menu-item > a span {
          display: block;
          padding: 1.35vw 2.1vw 1.35vw; }
      header .header-inner-bottom-menu-item .submenu {
        top: 4.32vw;
        padding: 2.64vw 0; }
        header .header-inner-bottom-menu-item .submenu-title {
          width: 25.39vw;
          padding-left: 5.29vw; }
          header .header-inner-bottom-menu-item .submenu-title h3 {
            font-size: 1.58vw; }
          header .header-inner-bottom-menu-item .submenu-title a {
            margin-top: 2.64vw;
            font-size: 1.16vw; }
        header .header-inner-bottom-menu-item .submenu-menus {
          width: calc((100% - 25.39vw));
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: wrap; }
        header .header-inner-bottom-menu-item .submenu-menu {
          width: calc(100% / 4);
          padding: 0 0.52vw 0 2.34vw; }
          header .header-inner-bottom-menu-item .submenu-menu h4 {
            font-size: 1.16vw; }
          header .header-inner-bottom-menu-item .submenu-menu ul {
            margin-top: 1.05vw; }
            header .header-inner-bottom-menu-item .submenu-menu ul li a {
              padding: 0.26vw 0;
              font-size: 0.84vw; }
      header .header-inner-bottom-menu-search {
        max-width: 16.93vw; margin-left: 20px; }
        header .header-inner-bottom-menu-search input[type="text"] {
          border-radius: 0.42vw;
          height: 2.11vw;
          padding: 0 0.52vw; }
        header .header-inner-bottom-menu-search a {
          right: 0.52vw; } }
@media all and (max-width: 896px) {
header .header-inner-bottom-menu-search {margin-left: 0;}
  .header-spacer {
    height: 7.6vw; }

/*   header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.6vw; } */
    header .header-inner {
      width: 100%;
      height: 100%; }
      header .header-inner-middle {
        width: 100%;
        margin-top: 0;
        position: relative;
        height: 100%; }
        header .header-inner-middle img {
          width: 25.8vw;
          max-width: none; }
        header .header-inner-middle .spnavi {
          width: 3.66vw;
          position: absolute;
          top: 50%;
          right: 4.16vw;
          transform: translate(0, -50%);
          cursor: pointer; }
          header .header-inner-middle .spnavi img {
            width: 100%; }
      header .header-inner .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(105, 105, 105, 0.8);
        z-index: 14999; }
      header .header-inner-bottom {
        margin: 0;
        position: fixed;
        top: 0;
        right: calc(-100% - 4vw);
        transition: all 0.5s cubic-bezier(0, 0, 0, 1);
        background-color: #000;
        z-index: 15000;
        width: 45vw;
        height: 100%; }
        header .header-inner-bottom .close {
          position: absolute;
          top: 2vw;
          left: -4.3vw;
          width: 3.5vw;
          cursor: pointer; }
          header .header-inner-bottom .close img {
            width: 100%; }
        header .header-inner-bottom .scroll {
          overflow-y: auto; }
        header .header-inner-bottom-menu {
          display: block;
          padding-bottom: 5vw; }
          header .header-inner-bottom-menu-item {
            position: relative;
            background-color: #fff;
            border-bottom: 1px solid #cecece; }
            header .header-inner-bottom-menu-item > a {
              font-size: 2vw;
              font-family: "NotoSansJP-Regular", sans-serif;
              color: #5a5a5a;
              display: block;
              padding: 2.08vw 4vw; }
              header .header-inner-bottom-menu-item > a span {
                display: block;
                padding: 0; }
            header .header-inner-bottom-menu-item > a:hover span {
              background: none; }
            header .header-inner-bottom-menu-item .submenu {
              position: static;
              width: 100%;
              background: none;
              padding: 0.83vw 0;
              display: block;
              background-color: #eeeeee; }
              header .header-inner-bottom-menu-item .submenu-menus {
                width: 100%;
                display: block; }
              header .header-inner-bottom-menu-item .submenu-menu {
                width: 100%;
                padding: 0; }
                header .header-inner-bottom-menu-item .submenu-menu h4 {
                  font-size: 1.8vw;
                  color: #5a5a5a;
                  display: inline-block;
                  padding: 5px 4vw; }
                header .header-inner-bottom-menu-item .submenu-menu > a:hover h4 {
                  background: none; }
                header .header-inner-bottom-menu-item .submenu-menu ul {
                  margin-top: 1vw; }
                  header .header-inner-bottom-menu-item .submenu-menu ul li {
                    margin-top: 5px;
                    padding: 0 5vw 0 5vw; }
                    header .header-inner-bottom-menu-item .submenu-menu ul li a {
                      padding: 0;
                      font-size: 1.6vw;
                      color: #5a5a5a;
                      white-space: normal; }
                      header .header-inner-bottom-menu-item .submenu-menu ul li a span {
                        display: none; }
                    header .header-inner-bottom-menu-item .submenu-menu ul li a:hover {
                      background-color: none; }
          header .header-inner-bottom-menu-item.bggrey {
            background-color: #f7f7f7; }
          header .header-inner-bottom-menu-item.sp-cursol > a {
            position: relative; }
          header .header-inner-bottom-menu-item.sp-cursol > a:before {
            content: "";
            position: absolute;
            top: 50%;
            right: 2vw;
            transform: translate(0, -50%);
            width: 2.83vw;
            height: 1.5vw;
            background: url("https://ebinadk.com/asset/img/header/header-cursol.png") no-repeat;
            background-size: 2.83vw 1.5vw; }
          header .header-inner-bottom-menu-item:hover:after {
            width: 0; }
          header .header-inner-bottom-menu-search {
            max-width: 100%;
            padding-top: 1.25vw;
            position: relative;
            background-color: transparent; }
            header .header-inner-bottom-menu-search input[type="text"] {
              border-radius: 0.6vw;
              height: 4.16vw;
              padding: 0 0.83vw;
              margin: auto;
              width: 85%;
              display: block; }
            header .header-inner-bottom-menu-search a {
              position: absolute;
              top: calc(50% + 0.625vw);
              right: calc(10% + 1.2vw);
              transform: translate(0, -50%);
              width: 2vw; }
              header .header-inner-bottom-menu-search a img {
                width: 100%; }
      header .header-inner .open {
        transition: all 1s cubic-bezier(0, 0, 0, 1);
        right: 0; } }
@media all and (max-width: 480px) {
  .header-spacer {
    height: 11.4vw; }

  header {
    height: 11.4vw; }
    header .header-inner-middle img {
      width: 38.7vw; }
    header .header-inner-middle .spnavi {
      width: 5.49vw;
      right: 6.24vw; }
    header .header-inner-bottom {
      width: 67.5vw; }
      header .header-inner-bottom .close {
        top: 3vw;
        left: -6.45vw;
        width: 5.25vw; }
      header .header-inner-bottom-menu {
        padding-bottom: 5vw; }
        header .header-inner-bottom-menu-item {
          position: relative;
          background-color: #fff;
          border-bottom: 1px solid #cecece; }
          header .header-inner-bottom-menu-item > a {
            font-size: 3vw;
            padding: 3.12vw 6vw; }
          header .header-inner-bottom-menu-item .submenu {
            padding: 1.24vw 0; }
            header .header-inner-bottom-menu-item .submenu-menu > a {
              display: block; }
            header .header-inner-bottom-menu-item .submenu-menu h4 {
              font-size: 2.25vw;
              padding: 5px 10px; }
            header .header-inner-bottom-menu-item .submenu-menu > a:hover h4 {
              background: none; }
            header .header-inner-bottom-menu-item .submenu-menu ul {
              margin-top: .5vw; }
              header .header-inner-bottom-menu-item .submenu-menu ul li {
                margin-top: 5px;
                padding: 0 2vw 0 4vw; }
                header .header-inner-bottom-menu-item .submenu-menu ul li a {
                  font-size: 2vw; }
        header .header-inner-bottom-menu-item.sp-cursol > a:before {
          right: 3vw;
          width: 4.23vw;
          height: 2.25vw;
          background-size: 4.23vw 2.25vw; }
        header .header-inner-bottom-menu-search {
          padding-top: 1.875vw; }
          header .header-inner-bottom-menu-search input[type="text"] {
            border-radius: 0.9vw;
            height: 6.24vw;
            padding: 0 0.83vw;
            margin: auto;
            width: 85%;
            display: block; }
          header .header-inner-bottom-menu-search a {
            position: absolute;
            top: calc(50% + 0.9vw);
            right: calc(10% + 1.8vw);
            transform: translate(0, -50%);
            width: 3vw; }
            header .header-inner-bottom-menu-search a img {
              width: 100%; }
    header .header-inner .open {
      transition: all 1s cubic-bezier(0, 0, 0, 1);
      right: 0; } }
footer {
  width: 100%;
  display: flex;
  justify-content: flex-start; }
  footer a:hover span {
    border-bottom: 1px dotted #fff; }
  footer .footer-logo {
    background-color: #000;
    padding: 50px;
    width: 31.4%;
    position: relative; }
    footer .footer-logo img {
      width: 235px; }
    footer .footer-logo__company {
      margin-top: 40px;
      color: #fff;
      font-size: 18px; }
    footer .footer-logo__address {
      margin-top: 20px;
      color: #fff;
      font-size: 18px; }
    footer .footer-logo__tel {
      margin-top: 5px;
      color: #fff;
      font-size: 18px; }
    footer .footer-logo__copy {
      color: #fff;
      font-size: 12px;
      position: absolute;
      bottom: 20px;
      left: 50px; }
  footer .footer-link {
    width: 68.6%;
    display: flex;
    justify-content: flex-start;
    background-color: #313131; }
    footer .footer-link-data {
      width: 100%;
      padding: 50px; }
      footer .footer-link-data ul li {
        padding: 5px 0;
        color: #fff;
        display: flex;
        justify-content: flex-start; }
        footer .footer-link-data ul li > a {
          width: 180px;
          color: #fff;
          font-size: 14px;
          font-family: "NotoSansJP-Bold", sans-serif;
          font-weight: 600; }
        footer .footer-link-data ul li .link {
          width: calc(100% - 180px);
          font-size: 14px;
          color: #fff; }
          footer .footer-link-data ul li .link > a {
            width: 180px;
            color: #fff;
            font-size: 14px;
            font-family: "NotoSansJP-Bold", sans-serif;
            font-weight: 600; }
    footer .footer-link-other {
      width: 36%;
      padding: 50px 30px; }
      footer .footer-link-other ul li {
        padding: 5px 0; }
        footer .footer-link-other ul li > a {
          color: #fff;
          font-size: 14px;
          font-family: "NotoSansJP-Bold", sans-serif;
          font-weight: 600; }
        footer .footer-link-other ul li .link {
          width: calc(100% - 180px);
          font-size: 14px;
          color: #fff;
          padding: 5px 10px; }
          footer .footer-link-other ul li .link > a {
            width: 180px;
            color: #fff;
            font-size: 12px;
            font-family: "NotoSansJP-Bold", sans-serif;
            font-weight: 600; }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  footer .footer-logo {
    padding: 2.64vw; }
    footer .footer-logo img {
      width: 12.43vw; }
    footer .footer-logo__company {
      margin-top: 2.11vw;
      font-size: 0.95vw; }
    footer .footer-logo__address {
      margin-top: 1.05vw;
      font-size: 0.95vw; }
    footer .footer-logo__tel {
      margin-top: 0.26vw;
      font-size: 0.95vw; }
    footer .footer-logo__copy {
      font-size: 0.64vw;
      bottom: 1.08vw;
      left: 2.7vw; }
  footer .footer-link-data {
    padding: 2.64vw; }
    footer .footer-link-data ul li {
      padding: 0.26vw 0; }
      footer .footer-link-data ul li > a,
      footer .footer-link-data ul li > span {
        width: 18vw;
        font-size: 0.74vw; }
      footer .footer-link-data ul li .link {
        width: calc(100% - 9.52vw);
        font-size: 0.74vw; }
        footer .footer-link-data ul li .link > a {
          width: 9.52vw;
          font-size: 0.74vw; }
  footer .footer-link-other {
    padding: 2.64vw 1.62vw; }
    footer .footer-link-other ul li a {
      font-size: 0.74vw; } }
@media all and (max-width: 896px) {
  footer {
    width: 100%;
    display: flex;
    justify-content: center; }
    footer a:hover span {
      border-bottom: 1px dotted #fff; }
    footer .footer-logo {
      background-color: #000;
      padding: 3.33vw;
      width: 100%; }
      footer .footer-logo img {
        width: 17.58vw;
        margin: auto; }
      footer .footer-logo__company {
        margin-top: 0.41vw;
        font-size: 1.16vw;
        text-align: center; }
      footer .footer-logo__address {
        margin-top: 1.6vw;
        font-size: 1.16vw;
        text-align: center; }
      footer .footer-logo__tel {
        margin-top: 0.83vw;
        font-size: 1.16vw;
        text-align: center; }
      footer .footer-logo__copy {
        position: static;
        margin-top: 3.2vw;
        font-size: 1vw;
        text-align: center; } }
@media all and (max-width: 480px) {
  footer .footer-logo {
    background-color: #000;
    padding: 6.66vw;
    width: 100%; }
    footer .footer-logo img {
      width: 35.16vw;
      margin: auto; }
    footer .footer-logo__company {
      margin-top: 0.82vw;
      font-size: 2.32vw; }
    footer .footer-logo__address {
      margin-top: 3.2vw;
      font-size: 2.32vw; }
    footer .footer-logo__tel {
      margin-top: 0.83vw;
      font-size: 2.32vw; }
    footer .footer-logo__copy {
      position: static;
      margin-top: 6.4vw;
      font-size: 2vw;
      text-align: center; } }
/*英語フォント*/
.eng {
  font-family: "Overpass-Bold", sans-serif; }

/*commontitle*/
.commontitle {
  padding: 50px 0;
  position: relative;
  padding-left: 40px; }
  .commontitle h2 {
    font-size: 48px; }
  .commontitle p {
    font-size: 24px; }

.commontitle:before {
  content: "";
  background: url("https://ebinadk.com/asset/img/common001.png") repeat-y;
  background-size: 7px auto;
  width: 7px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0px; }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  .commontitle {
    padding: 2.64vw 0;
    padding-left: 2.11vw; }
    .commontitle h2 {
      font-size: 2.53vw; }
    .commontitle p {
      font-size: 1.26vw; }

  .commontitle:before {
    background-size: 7px auto;
    width: 7px; } }
/*相対値950px-1800pxまで*/
@media all and (max-width: 896px) {
  /*commontitle*/
  .commontitle {
    padding: 4.26vw 0;
    position: relative;
    padding-left: 6.66vw; }
    .commontitle h2 {
      font-size: 4vw; }
    .commontitle p {
      font-size: 2vw; }

  .commontitle:before {
    left: 2.5vw; } }
.commontitle2 {
  max-width: 1560px;
  margin: auto; }
  .commontitle2 h2 {
    text-align: center;
    font-size: 48px;
    color: #000; }
  .commontitle2 p {
    text-align: center;
    font-size: 24px;
    color: #000; }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  .commontitle2 h2 {
    font-size: 2.53vw; }
  .commontitle2 p {
    font-size: 1.26vw; } }
@media all and (max-width: 896px) {
  .commontitle2 h2 {
    font-size: 4vw; }
  .commontitle2 p {
    font-size: 2vw; } }
.common-listtitle {
  margin-top: 20px;
  padding: 20px 0;
  position: relative;
  display: flex;
  justify-content: space-between; }
  .common-listtitle h3 {
    font-size: 24px;
    color: #fff;
    padding-left: 30px; }
  .common-listtitle p {
    font-size: 17px;
    color: #fff;
    padding: 0 15px;
    height: 37px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 20px; }

.common-listtitle:before {
  content: "";
  background: url("https://ebinadk.com/asset/img/common004.png") repeat-y;
  background-size: 6px auto;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px; }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  .common-listtitle {
    margin-top: 1.05vw;
    padding: 1.05vw 0; }
    .common-listtitle h3 {
      font-size: 1.26vw;
      padding-left: 1.58vw; }
    .common-listtitle p {
      font-size: 0.89vw;
      padding: 0 0.79vw;
      height: 1.95vw;
      line-height: 1.74vw;
      border-radius: 1.05vw; } }
@media all and (max-width: 896px) {
  .common-listtitle {
    margin-top: 2.5vw;
    padding: 2.5vw 0; }
    .common-listtitle h3 {
      font-size: 2vw;
      padding-left: 2.5vw; }
    .common-listtitle p {
      font-size: 1.58vw;
      color: #fff;
      padding: 0 1.25vw;
      height: 3.08vw;
      line-height: 3.08vw;
      border-radius: 1.66vw; } }
@media all and (max-width: 480px) {
  .common-listtitle {
    margin-top: 2.5vw;
    padding: 2.5vw 0; }
    .common-listtitle h3 {
      font-size: 3vw;
      padding-left: 3.75vw; }
    .common-listtitle p {
      font-size: 3.16vw;
      color: #fff;
      padding: 0 2.5vw;
      height: 6vw;
      line-height: 6vw;
      border-radius: 3.2vw; } }
/*右下角が赤のボタン*/
.black-btn {
  background-color: #000;
  color: #fff;
  font-size: 28px;
  width: calc(50% - 15px);
  height: 183px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .black-btn .circle {
    width: 86px;
    height: 86px; }
    .black-btn .circle img {
      width: 100%; }
  .black-btn span {
    color: #fff;
    font-size: 28px;
    padding-left: 20px; }

.black-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("https://ebinadk.com/asset/img/common003.png") no-repeat;
  background-size: 39px 39px;
  width: 39px;
  height: 39px;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1); }

.black-btn:hover {
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s cubic-bezier(0, 0, 0, 1); }

.black-btn:hover:after {
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  background-size: calc(40px * 1.5) calc(40px * 1.5);
  width: calc(40px * 1.5);
  height: calc(40px * 1.5); }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  /*右下角が赤のボタン*/
  .black-btn {
    font-size: 1.48vw;
    width: calc(50% - 0.79vw);
    height: 9.68vw; }
    .black-btn .circle {
      width: 4.55vw;
      height: 4.55vw; }
    .black-btn span {
      font-size: 1.48vw;
      padding-left: 1.05vw; }

  .black-btn:after {
    background-size: 2.06vw 2.06vw;
    width: 2.06vw;
    height: 2.06vw; }

  .black-btn:hover:after {
    background-size: calc(2..11vw * 1.5) calc(2..11vw * 1.5);
    width: calc(2..11vw * 1.5);
    height: calc(2..11vw * 1.5); } }
@media all and (max-width: 896px) {
  /*右下角が赤のボタン*/
  .black-btn {
    font-size: 2.9vw;
    width: calc(50% - 1.65vw);
    height: 19.5vw;
    justify-content: flex-start;
    padding-left: 3.33vw; }
    .black-btn .circle {
      width: 5.5vw;
      height: 5.5vw; }
      .black-btn .circle img {
        width: 100%; }
    .black-btn span {
      color: #fff;
      font-size: 2.9vw;
      padding-left: 1.6vw; }

  .black-btn:after {
    background-size: 4.16vw 4.16vw;
    width: 4.16vw;
    height: 4.16vw; }

  .black-btn:hover {
    background-color: rgba(0, 0, 0, 0.75);
    transition: all 0.3s cubic-bezier(0, 0, 0, 1); }

  .black-btn:hover:after {
    background-size: calc(40px * 1.5) calc(4.16vw * 1.5);
    width: calc(4.16vw * 1.5);
    height: calc(4.16vw * 1.5); } }
.color-btn {
  text-align: left; }
  .color-btn a {
    display: inline-block;
    text-align: center;
    background-color: #e7010b;
    color: #fff;
    font-size: 22px;
    border-radius: 40px;
    min-width: 245px;
    height: 50px;
    line-height: 47px;
    padding: 0 30px;
    position: relative; }
  .color-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    background: url("https://ebinadk.com/asset/img/common002.png") no-repeat;
    background-size: 26px 14px;
    width: 26px;
    height: 14px;
    transition: all 0.3s cubic-bezier(0, 0, 0, 1); }
  .color-btn a:hover:after {
    right: 15px; }

.type-black a {
  background-color: #000; }

.type-white a {
  background-color: #fff;
  color: #000; }
.type-white a:after {
  background: url("https://ebinadk.com/asset/img/common002-1.png") no-repeat; }

.type-redwhite {
  position: absolute;
  top: 18%;
  right: 50px;
  transform: translate(0, -50%); }
  .type-redwhite a {
    min-width: 200px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #e7010b;
    background-color: #fff;
    color: #e7010b;
    font-size: 16px;
    padding: 0 50px 0 30px; }
  .type-redwhite a:after {
    background: url("https://ebinadk.com/asset/img/common002-2.png") no-repeat;
    background-size: contain;}

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  .color-btn {
    text-align: left; }
    .color-btn a {
      font-size: 1.16vw;
      border-radius: 2.11vw;
      min-width: 12.96vw;
      height: 2.64vw;
      line-height: 2.48vw;
      padding: 0 1.58vw; }
    .color-btn a:after {
      right: 1.08vw;
      background-size: 1.37vw 0.74vw;
      width: 1.37vw;
      height: 0.74vw; }
    .color-btn a:hover:after {
      right: 0.81vw; }

  .type-redwhite {
    right: 2.64vw; }
    .type-redwhite a {
      min-width: 10.58vw;
      height: 2.11vw;
      line-height: 1.95vw;
      font-size: 0.84vw;
      padding: 0 2.64vw 0 1.58vw; } }
@media all and (max-width: 896px) {
  .color-btn {
    text-align: left; }
    .color-btn a {
      font-size: 1.83vw;
      border-radius: 3.33vw;
      min-width: 12.96vw;
      height: 5.25vw;
      line-height: 5.25vw;
      padding: 0 2vw;
      letter-spacing: .01em; }
    .color-btn a:after {
      right: 1.5vw;
      background-size: 2.16vw 1.16vw;
      width: 2.16vw;
      height: 1.16vw; }
    .color-btn a:hover:after {
      right: 1vw; }

  .type-redwhite {
    right: 2.64vw; }
    .type-redwhite a {
      min-width: 16.66vw;
      height: 3.33vw;
      line-height: 3vw;
      font-size: 1.33vw;
      padding: 0 3.5vw 0 2.5vw; }

  .type-black a {
    width: 20vw;
    height: 5.25vw;
    line-height: 5.25vw;
    font-size: 1.66vw; } }
@media all and (max-width: 480px) {
  .color-btn {
    text-align: left; }
    .color-btn a {
      font-size: 2vw;
      border-radius: 4vw;
      min-width: 24vw;
      height: 5vw;
      line-height: 4.7vw;
      padding: 0 2vw; }
    .color-btn a:after {
      right: 1.5vw;
      background-size: 3vw 1.5vw;
      width: 3vw;
      height: 1.5vw; }
    .color-btn a:hover:after {
      right: 1vw; }

  .type-redwhite {
    right: 2.64vw; }
    .type-redwhite a {
      min-width: 20vw;
      height: 4.44vw;
      line-height: 4.44vw;
      font-size: 1.5vw;
      padding: 0 3.5vw 0 2.5vw; }

  .type-black a {
    min-width: 23vw; } }
.redBtn a {
  min-width: 306px;
  height: 66px;
  line-height: 66px;
  background-color: #c50612;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative; }
.redBtn a:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("https://ebinadk.com/asset/img/local/mail-icon.png") no-repeat;
  background-size: 36px 36px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%); }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  .redBtn a {
    min-width: 16.54vw;
    height: 3.56vw;
    line-height: 3.56vw;
    font-size: 1.29vw; }
  .redBtn a:before {
    width: 1.94vw;
    height: 1.94vw;
    background-size: 1.94vw 1.94vw;
    left: 1.08vw; } }
@media all and (max-width: 896px) {
  .redBtn a {
    min-width: 38.2vw;
    height: 8.25vw;
    line-height: 8.25vw;
    font-size: 3vw; }
  .redBtn a:before {
    content: "";
    width: 4.5vw;
    height: 4.5vw;
    background: url("https://ebinadk.com/asset/img/local/mail-icon.png") no-repeat;
    background-size: 4.5vw 4.5vw;
    left: 2.5vw; } }
    
    
@media all and (min-width: 897px) {
header .header-inner-bottom-menu-search a img { width: 12px; height: 12px;}}

.contact_text1{
  border: solid;
  border-radius: 8px;
  padding: 10px;
  margin: 16px 0;
}

.contact_text2{
  border: solid;
  border-radius: 8px;
  padding: 10px;
  margin: 16px 0;
}

.contact_text3{
  border: solid;
  border-radius: 8px;
  padding: 10px;
  margin: 16px 0;
}

.contact_text4{
  border: solid;
  border-radius: 8px;
  padding: 10px 200px 10px 10px;
  margin: 16px 0;
}

.contact_text5{
  border: solid;
  border-radius: 8px;
  padding: 10px 200px 10px 10px;
  margin: 16px 0;
}

.contact_text6{
  border: solid;
  border-radius: 8px;
  padding: 10px 200px 10px 10px;
  margin: 16px 0;
}

.sm_blocks{
  margin: 0 25% 0 25%;
  display: -webkit-inline-box;
}

.contact_img{
  width: 25%;
  margin-left:20px;
}

.san_img{
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .contact_text1{
  border: solid;
  border-radius: 8px;
  padding: 10px;
  margin: 16px 0;
}

.contact_text2{
  border: solid;
  border-radius: 8px;
  padding: 10px;
  margin: 16px 0;
}

.contact_text3{
  border: solid;
  border-radius: 8px;
  padding: 10px;
  margin: 16px 0;
}

.contact_text4{
  border: solid;
  border-radius: 8px;
	padding: 10px 135px 10px 10px;
	margin: 16px 0;
}

.contact_text5{
  border: solid;
  border-radius: 8px;
  padding: 10px 165px 10px 10px;
  margin: 16px 0;
}

.contact_text6{
  border: solid;
  border-radius: 8px;
  padding: 10px 165px 10px 10px;
  margin: 16px 0;
}

.sm_blocks{
  margin: 0;
  display: -webkit-inline-box;
}
.san_img
{
  margin: 0 50px;
  }}

@media screen and (min-width: 768px) {
.sp_none{
  display: none;
}
}


/* Add 202009 */
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
.redBtn.pc {
    position: absolute;
	right: 0;
	margin-top: -30px;
  }
.commonNavi-head-title { font-size: 20px !important; }}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) and (max-width: 560px) {
.commonNavi-head-title { font-size: 16px !important; }
}

@media all and (-ms-high-contrast: none) {
.commonNavi-head-title {
  font-size: 15px !important;
  }
}


/*------------------------------

 現行サイト-common.css

------------------------------*/
.commonNavi {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 35.13vw;
  max-height: 650px; }
  .commonNavi-head {
    width: 100%;
    height: 8.10vw;
    max-height: 150px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .commonNavi-head-title {
      margin-left: 100px;
      font-size: 34px;
      color: #fff; }
    .commonNavi-head .redBtn a {
      margin-right: 100px; }
    .commonNavi-head .center-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .commonNavi-head .center-btn p {
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-family: "NotoSansJP-Medium", sans-serif;
        letter-spacing: 0;
        white-space: nowrap; }
      .commonNavi-head .center-btn img {
        width: 2.48vw;
        max-width: 46px; }
    .commonNavi-head .center-btn:hover p {
      color: #b0b0b0; }
    .commonNavi-head .center-btn:hover img {
      filter: alpha(opacity=100);
      opacity: 1; }
  .commonNavi-head.open-head {
    background: url("https://ebinadk.com/asset/img/local/commonnavi-headerbg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.7); }
  .commonNavi-bottom {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    position: relative;
    z-index: 10; }
    .commonNavi-bottom-ovf {
      padding: 30px 100px 40px; }
    .commonNavi-bottom h2 {
      text-align: center;
      margin: auto;
      width: 318px;
      height: 48px;
      line-height: 38px;
      font-size: 34px;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 5px; }
    .commonNavi-bottom-link {
      margin-top: 40px;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .commonNavi-bottom-link li {
        width: auto;
        margin-right: 100px; }
        .commonNavi-bottom-link li a {
          display: block;
          width: 100%;
          padding: 5px;
          color: #fff;
          font-size: 21px; }
      .commonNavi-bottom-link li:hover a, .commonNavi-bottom-link li.active a {
        background-color: rgba(164, 10, 20, 0.7); }
    .commonNavi-bottom-tablink {
      margin-top: 5px;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .commonNavi-bottom-tablink li {
        width: auto;
        margin-right: 15px;
        margin-top: 15px; }
        .commonNavi-bottom-tablink li a {
          display: block;
          width: 100%;
          padding: 5px 10px;
          color: #fff;
          font-size: 21px;
          border: 1px solid #fff;
          border-radius: 4px;
          text-align: center; }
      .commonNavi-bottom-tablink li:hover a, .commonNavi-bottom-tablink li.active a {
        background-color: rgba(164, 10, 20, 0.7); }
  .commonNavi .open {
    max-height: 1500px;
    transition: all 3.5s cubic-bezier(0, 0, 0, 1); }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  .commonNavi-head-title {
    margin-left: 5.4vw;
    font-size: 1.83vw; }
  .commonNavi-head .redBtn a {
    margin-right: 5.4vw; }
  .commonNavi-head .center-btn p {
    font-size: 1.28vw;
    text-align: center;
    white-space: nowrap; }
  .commonNavi-head .center-btn img {
    width: 2.48vw;
    margin: auto; }
  .commonNavi-bottom-ovf {
    padding: 1.62vw 5.4vw 4.16vw; }
  .commonNavi-bottom h2 {
    width: 17.18vw;
    height: 2.59vw;
    line-height: 2.04vw;
    font-size: 1.83vw;
    padding: 0.27vw; }
  .commonNavi-bottom-link {
    margin-top: 2.16vw; }
    .commonNavi-bottom-link li {
      width: auto;
      margin-right: 5.4vw; }
      .commonNavi-bottom-link li a {
        padding: 0.54vw 0.27vw 0.70vw;
        font-size: 1.13vw;
        line-height: 1em; }
  .commonNavi-bottom-tablink {
    margin-top: 0.27vw; }
    .commonNavi-bottom-tablink li {
      margin-right: 0.81vw;
      margin-top: 0.81vw; }
      .commonNavi-bottom-tablink li a {
        padding: 0.27vw 0.54vw 0.43vw;
        font-size: 1.13vw;
        border-radius: 0.21vw; } }
@media all and (max-width: 896px) {
  .commonNavi {
    height: 49.18vw; }
    .commonNavi-head {
      height: 12.10vw; }
      .commonNavi-head-title {
        margin-left: 3.33vw;
        font-size: 3.3vw;
        color: #fff; }
      .commonNavi-head .center-btn {
        top: 50%;
        left: auto;
        right: 3.33vw; }
        .commonNavi-head .center-btn p {
          font-size: 2vw; }
        .commonNavi-head .center-btn img {
          width: 5vw;
          max-width: none; }
    .commonNavi-bottom-ovf {
      padding: 2.5vw 3.33vw 4.33vw; }
    .commonNavi-bottom h2 {
      width: 39.75vw;
      height: 6vw;
      line-height: 4.74vw;
      font-size: 4.24vw;
      padding: 0.61vw; }
    .commonNavi-bottom-link {
      margin-top: 3.33vw; }
      .commonNavi-bottom-link li {
        width: auto;
        margin-right: 3.33vw; }
        .commonNavi-bottom-link li a {
          padding: .63vw;
          font-size: 2.37vw; }
    .commonNavi-bottom-tablink {
      margin-top: .63vw; }
      .commonNavi-bottom-tablink li {
        margin-right: 1.8vw;
        margin-top: 1.8vw; }
        .commonNavi-bottom-tablink li a {
          padding: .63vw 1.6vw;
          font-size: 2.37vw;

          border-radius: .63vw; }
      .commonNavi-bottom-tablink li:hover a {
        background-color: rgba(164, 10, 20, 0.7); }
    .commonNavi-bottom .redBtn {
      text-align: center;
      margin-top: 6vw; } }
.common-banner {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .common-banner-img {
    width: 50%;
    position: relative; }
    .common-banner-img img {
      width: 100%; }
    .common-banner-img-mask {
      position: absolute;
      background-color: rgba(50, 55, 68, 0.3);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .common-banner-img h3 {
      width: 658px;
      height: 83px;
      line-height: 83px;
      background-color: rgba(255, 255, 255, 0.5);
      color: #fff;
      font-size: 40px;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .common-banner-img h3:after {
      content: "";
      width: 34px;
      height: 36px;

      background-size: 34px 36px;
      position: absolute;
      right: 40px;
      top: 50%;
      transform: translate(0, -50%); }
    .common-banner-img h3:hover {
      color: #c50612; }
    .common-banner-img h3:hover:after {
 
      background-size: 34px 36px; }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  .common-banner-img h3 {
    width: 37vw;
    height: 4.48vw;
    line-height: 4.48vw;
    font-size: 2.16vw; }
  .common-banner-img h3:after {
    width: 1.83vw;
    height: 1.94vw;

    background-size: 1.83vw 1.94vw;
    right: 2.16vw; }
  .common-banner-img h3:hover:after {

    background-size: 1.83vw 1.94vw; } }
@media all and (max-width: 480px) {
  .common-banner {
    width: 100%;
    display: block; }
    .common-banner-img {
      width: 100%; }
      .common-banner-img h3 {
        width: 54.83vw;
        height: 6.91vw;
        line-height: 6.91vw;
        font-size: 3.33vw; }
      .common-banner-img h3:after {
        width: 2.83vw;
        height: 3vw;

        background-size: 2.83vw 3vw;
        right: 3.33vw;
        top: 50%; }
      .common-banner-img h3:hover {
        color: #c50612; }
      .common-banner-img h3:hover:after {

        background-size: 2.83vw 3vw; } }
.bg-blue {
  background-color: #005bac !important; }

.bg-grey {
  background-color: #5d626c !important; }

.bg-grey2 {
  background-color: #9799a0 !important; }

.bg-grey3 {
  background-color: #ddd !important; }

.bg-grey-pale {
  background-color: #f2f2f2 !important; }

.bg-green {
  background-color: #00ff00 !important; }

.bg-yellow {
  background-color: #ffff00 !important; }

.bg-red {
  background-color: #ff0000 !important; }

.bg-white {
  background-color: #ffffff !important; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

/*下層　共通項目*/
/*commontitle*/
.common-title {
  padding: 20px 0;
  position: relative;
  padding-left: 40px;
  font-size: 36px; }

.common-title:before {
  content: "";
  background: url("https://ebinadk.com/asset/img/local/title-left.png") repeat-y;
  background-size: 7px auto;
  width: 7px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0px; }

/*相対値950px-1800pxまで*/
	/*@media all and (max-width: $displayMaxSize1){
		.common-title{
			padding: 1.08vw 0;
			padding-left: 2.16vw;
			font-size: 1.94vw;
		}

		.commontitle:before{
			background-size: 7px auto;
			width: 7px;
		}
	
	}*/
/*相対値950px-1800pxまで*/
@media all and (max-width: 896px) {
  /*commontitle*/
  /*.common-title{
  	padding: 1.66vw 0;
  	position: relative;
  	padding-left: 3.33vw;
  	font-size: 3.6vw;
  }*/
  .common-title {
    padding: 10px 0;
    position: relative;
    padding-left: 20px;
    font-size: 20px; } }
/*テキスト*/
.common-txt {
  margin: 0 0 16px;
  font-size: 18px;
  font-family: "NotoSansJP-Regular", sans-serif; }
.sub-txt { font-style: italic; color: #A1A1A1; }
p {
  margin: 0 0 16px;
  font-size: 18px;
  font-family: "NotoSansJP-Regular", sans-serif; }
.txt-160 { font-size: 160%; }
.txt-150 { font-size: 150%; }
.txt-140 { font-size: 140%; }
.txt-130 { font-size: 130%; }
.txt-120 { font-size: 120%; }
.txt-110 { font-size: 110%; }
.txt-100 { font-size: 100%; }
@media all and (max-width: 896px) {
.txt-160 { font-size: 150%; }
.txt-150 { font-size: 140%; }
.txt-140 { font-size: 130%; }
.txt-130 { font-size: 120%; }
.txt-120 { font-size: 115%; }
.txt-110 { font-size: 107%; }
}
.txt-90 { font-size: 90%; }
.txt-80 { font-size: 80%; }
.txt-70 { font-size: 70%; }
.txt-60 { font-size: 60%; }
.txt-50 { font-size: 50%; }
.txt-exsmall {
  font-size: 16px; }

.txt-small {
  font-size: 20px; }

.txt-lerge {
  font-size: 28px; }

.txt-exlerge {
  font-size: 32px; }

.color-red {
  color: #c50612; }

.color-blue {
  color: #005bac; }

.color-grey {
  color: #5d626c !important; }

.color-grey-pale {
  color: #f2f2f2 !important; }

.color-green {
  color: #00ff00 !important; }

.color-yellow {
  color: #ffff00 !important; }

.color-red2 {
  color: #ff0000 !important; }

.color-white {
  color: #ffffff !important; }

.common-bold {
  font-family: "NotoSansJP-Bold", sans-serif; }

/*相対値950px-1800pxまで*/
	/*@media all and (max-width: $displayMaxSize1){
		.common-txt{
			margin: 0 auto 0;
			font-size: 1.29vw;
		}
		.txt-exsmall{
			font-size: 0.86vw;
		}

		.txt-small{
			font-size: 1.08vw;
		}
		.txt-medium{
			font-size: 1.29vw;
		}

		.txt-lerge{
			font-size: 1.51vw;
		}

		.txt-exlerge{
			font-size: 1.72vw;
		}
	}*/
@media all and (max-width: 896px) {
  		/*.common-txt{
  			margin: 0 auto 0;
  			font-size: 2vw;
  		}
  		.txt-exsmall{
  			font-size: 1.33vw;
  		}
  
  		.txt-small{
  			font-size: 1.66vw;
  		}
  		.txt-medium{
  			font-size: 2vw;
  		}
  
  		.txt-lerge{
  			font-size: 2.33vw;
  		}
  
  		.txt-exlerge{
  			font-size: 2.66vw;
  		}*/
  p, .common-txt {
    margin: 0 0 14px;
    font-size: 14px; }

  .txt-exsmall {
    font-size: 8px; }

  .txt-small {
    font-size: 10px; }

  .txt-medium {
    font-size: 12px; }

  .txt-lerge {
    font-size: 14px; }

  .txt-exlerge {
    font-size: 16px; } }
/*テキスト*/
.common-h3, #post_single .kiji001 h3 {
  font-size: 24px;
  color: #fff !important;
  background-color: #000;
  min-width: auto;
  height: 40px;
  line-height: 36px;
  text-align: center;
  padding: 0 16px;
  display: inline-block; }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  /*.common-h3{
  	font-size: 1.51vw;
  	min-width: 21.6vw;
  	height: 2.16vw;
  	line-height: 1.94vw;
  	padding: 0 5.4vw;
  }*/ }
@media all and (max-width: 896px) {
  /*.common-h3{
  	font-size: 2.33vw;
  	min-width: 33.3vw;
  	height:  3.33vw;
  	line-height: 3vw;
  	padding: 0 .83vw;
  }*/
  .common-h3, #post_single .kiji001 h3 {
    font-size: 22px;
    min-width: auto;
    height: 30px;
    line-height: 25px;
    padding: 0 12px; } }
@media all and (max-width: 600px) {
	.common-h3, #post_single .kiji001 h3 {
		text-align: left;
	}
}

/*テキスト*/
.common-h5, #post_single .kiji001 h5 {
  font-size: 18px;
  color: #fff;
  background-color: #000;
  min-width: 200px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
  display: inline-block; }
.common-h5-long { display: block; text-align: left; font-size: 18px; }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  /*.common-h5{
  	font-size: 1.4vw;
  	min-width: 10.8vw;
  	height: 2.16vw;
  	line-height: 1.94vw;
  	padding: 0 5.4vw;
  }*/ }
@media all and (max-width: 896px) {
  /*.common-h5{
  	font-size: 2.33vw;
  	min-width: 16.7vw;
  	height:  3.33vw;
  	line-height: 3vw;
  	padding: 0 .83vw;
  }*/
  .common-h5, #post_single .kiji001 h5 {
    font-size: 16px;
    min-width: 120px;
    height: 25px;
    line-height: 23px;
    padding: 0 10px; }
	.common-h5-long { font-size: 16px; }}
/*テキスト*/
.common-h4, #post_single .kiji001 h4 {
  font-size: 22px;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  font-family: "NotoSansJP-Bold", sans-serif; }

.common-h4:after,#post_single .kiji001 h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #c50612; }

/*相対値950px-1800pxまで*/
@media all and (max-width: 1800px) {
  		/*.common-h4{
  			font-size: 1.4vw;
  			padding-bottom: .54vw;
  		}
  
  		.common-h4:after,#post_single .kiji001 h4:after{
  			width: 2.33vw;
  
  		}*/ }
@media all and (max-width: 896px) {
  		/*.common-h4{
  			font-size: 2vw;
  			padding-bottom: .83vw;
  		}
  
  		.common-h4:after,#post_single .kiji001 h4:after{
  			width: 4.16vww;
  
  		}*/
  .common-h4, #post_single .kiji001 h4 {
    font-size: 18px;
    padding-bottom: 4px; }

  .common-h4:after,#post_single .kiji001 h4:after { width: 30px; } }
.common-underline {
  border-bottom: 2px solid #c50612; }

.common-flexbox {
  display: flex;
  flex-wrap: wrap; }
  .common-flexbox-child img {
    width: 100%; }

.common-jc-sb, .common-jc-sb-fs {
  justify-content: space-between; }
@media all and (max-width: 560px) {
.common-jc-sb-fs {
  justify-content: flex-start; }}

.common-jc-sa {
  justify-content: space-around; }

.common-jc-fs {
  justify-content: flex-start; }

.common-jc-fe {
  justify-content: flex-end; }

.common-jc-ct {
  justify-content: center; }

.common-ai-fs {
  align-items: flex-start; }

.common-ai-ct {
  align-items: center; }

.common-ai-fe {
  align-items: flex-end; }

.common-numlist {
  counter-reset: my-counter;
  list-style: none; }
  .common-numlist li {
    position: relative;
    padding-left: 40px; }
  .common-numlist li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    padding-left: 1px;
    padding-bottom: 2px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center; }

@media all and (max-width: 1800px) {
  		/*.common-numlist{
  
  			li{
  				padding-left: 2.16vw;
  			}
  			li:before {
  				height: 1.62vw;
  				width: 1.62vw;
  				font-size: 1.08vw;
  				padding-left: 0.05vw;
  				padding-bottom: 0.1vw;
  			}
  		}*/ }
@media all and (max-width: 896px) {
  .common-numlist li {
    padding-left: 25px; }
  .common-numlist li:before {
    height: 20px;
    width: 20px;
    font-size: 10px;
    padding-left: .8px;
    padding-bottom: 2px; } }
.common-scroll {
  width: 100%;
  overflow-x: auto; }

.common-table {
  border-collapse: collapse;
  border: 1px solid #000; }
  .common-table th {
    padding: 10px;
    border: 1px solid #000;
    font-size: 16px;
    white-space: nowrap; }
  .common-table td {
    padding: 10px;
    border: 1px solid #000;
    font-size: 16px; }

@media all and (max-width: 1800px) {
  		/*.common-table{
  
  			th{
  				padding: .54vw;
  				font-size: 1.29vw;
  			}
  			td{
  				padding: .54vw;
  				font-size: 1.29vw;
  			}
  		}*/ }
@media all and (max-width: 896px) {
  /*.common-table{
  	th{
  		padding: .83vw;
  		font-size: 2vw;
  	}
  	td{
  		padding: .83vw;
  		font-size: 2vw;
  	}
  }*/
  .common-table th {
    padding: 5px;
    font-size: 14px; }
  .common-table td {
    padding: 5px;
    font-size: 14px; } }
.common-frame {
  width: 95%;
  margin: auto;
  border: 3px solid #5d626c;
  padding: 10px; }

@media all and (max-width: 1800px) {
  /*.common-frame{
  	padding: .54vw;
  }*/ }
@media all and (max-width: 896px) {
  .common-frame {
    padding: 5px; } }
.common-flow {
  display: flex;
  justify-content: center; }
  .common-flow li {
    padding: 16px;
    text-align: center;
    font-size: 24px;
    width: 52px;
    white-space: nowrap;
    line-height: 18px; }
  .common-flow .txt {
    border: 1px solid #000; }
  .common-flow .arrow {
    width: 60px;
    position: relative; }
    .common-flow .arrow img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
.common-flow .arrow { text-align: center; }
    .common-flow .arrow img {
      width: 100%;
      position: relative;
      top: 50%;
      left: -10px;
      width: 30px; height: auto;
	  margin-top: 0;}
}

  @media all and (min-width: 897px) {
  .common-flow li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;}}
  
.common-flow_sub1,
.common-flow_sub2,
.common-flow_sub1_sp1,
.common-flow_sub1_sp2,
.common-flow_sub2_sp1,
.common-flow_sub2_sp2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .common-flow_sub1 li.arrow,.common-flow_sub2 li.arrow,
  .common-flow_sub1_sp1 li.arrow,.common-flow_sub1_sp2 li.arrow,
  .common-flow_sub2_sp1 li.arrow,.common-flow_sub2_sp2 li.arrow { height: 20px; background-image: url(https://ebinadk.com/asset/img/local/common/arrow_sb.png); background-repeat: no-repeat; background-size: auto 18px; background-position: center center; } 
  .common-flow_sub1 li.arrow,.common-flow_sub1 li.no_arrow { width: 2.93159%; }
  .common-flow_sub2 li.arrow,.common-flow_sub2 li.no_arrow { width: 3.05775%; }
  .common-flow_sub1 li.txt, .common-flow_sub2 li.txt,
  .common-flow_sub1_sp1 li.txt, .common-flow_sub1_sp2 li.txt,
  .common-flow_sub2_sp1 li.txt, .common-flow_sub2_sp2 li.txt{
  padding: 10px;
  font-size: 18px;
  box-sizing: border-box;
  border: 1px solid #000;
  text-align: center;
  box-sizing: border-box; }
  .common-flow_sub1 li:nth-child(1),.common-flow_sub1 li:nth-child(9),.common-flow_sub1 li:nth-child(11){ width: 13.5722%; }
  .common-flow_sub1 li:nth-child(3){ width: 13.8979%; }
  .common-flow_sub1 li:nth-child(5),.common-flow_sub1 li:nth-child(7){ width: 15.3637%; }
  .common-flow_sub2 li:nth-child(1),.common-flow_sub2 li:nth-child(11){ width: 13.8165%; }
  .common-flow_sub2 li:nth-child(3),.common-flow_sub2 li:nth-child(5),
  .common-flow_sub2 li:nth-child(7),.common-flow_sub2 li:nth-child(9){ width: 14.2695%; }
  .common-flow_sub1 li img,.common-flow_sub2 li img { width: 100%; height: auto; margin: 0 auto; max-width: 120px; }
@media all and (min-width: 751px) {.common-flow_sub1_sp1,.common-flow_sub1_sp2,.common-flow_sub2_sp1,.common-flow_sub2_sp2{ display: none; }}
@media all and (max-width: 1300px) {.common-flow_sub1 li.txt,.common-flow_sub2 li.txt {font-size: 1.2vw;}}
@media all and (max-width: 750px) {

.common-flow_sub1,.common-flow_sub2 { display: none; }
.common-flow_sub1_sp1 li.txt,.common-flow_sub1_sp2 li.txt,
.common-flow_sub2_sp1 li.txt,.common-flow_sub2_sp2 li.txt { font-size: 1.95vw; padding: 6px; }

.common-flow_sub1_sp1 li.arrow,.common-flow_sub1_sp1 li.no_arrow { width: 5.2376%; }
.common-flow_sub1_sp2 li.arrow,.common-flow_sub1_sp2 li.no_arrow { width: 5.2683%; }
.common-flow_sub2_sp1 li.arrow,.common-flow_sub2_sp1 li.no_arrow,
.common-flow_sub2_sp2 li.arrow,.common-flow_sub2_sp2 li.no_arrow { width: 5.4545%; }

.common-flow_sub1_sp1 li:nth-child(1){ width: 24.2483%; }
.common-flow_sub1_sp1 li:nth-child(3){ width: 24.8302%; }
.common-flow_sub1_sp1 li:nth-child(5){ width: 27.4491%; }
.common-flow_sub1_sp1 li:nth-child(6){ margin-right: 7.7594%; }
.common-flow_sub1_sp2 li:nth-child(1){ margin-left: 7.8048%; }
.common-flow_sub1_sp2 li:nth-child(2){ width: 27.6097%; }
.common-flow_sub1_sp2 li:nth-child(4),.common-flow_sub1_sp2 li:nth-child(6){ width: 24.3902%; }

.common-flow_sub2_sp1 li:nth-child(1),
.common-flow_sub2_sp2 li:nth-child(6){ width: 24.6464%; }
.common-flow_sub2_sp1 li:nth-child(6){ margin-right: 8.0808%; }
.common-flow_sub2_sp1 li:nth-child(3),
.common-flow_sub2_sp1 li:nth-child(5),
.common-flow_sub2_sp2 li:nth-child(2),
.common-flow_sub2_sp2 li:nth-child(4){ width: 25.4545%; }
.common-flow_sub2_sp2 li:nth-child(1){ margin-left: 8.0808%; }

.common-flow_sub1_sp1 li img,.common-flow_sub1_sp2 li img,
.common-flow_sub2_sp1 li img,.common-flow_sub2_sp2 li img { width: 80%; height: auto; margin: 5px auto 0; max-width: 120px; }
}



@media all and (max-width: 1800px) {
  		/*.common-flow{
  			li{
  				padding: 0.54vw;
  				font-size: 1.29vw;
  				width: 2.16vw;
  				line-height: 0.97vw;
  			}
  
  
  			.arrow{
  				width: 2.7vw;
  			}
  
  		}*/ }
@media all and (max-width: 896px) {
  .common-flow {
    display: block; }
    .common-flow li {
      width: 100%;
      padding: 5px;
      writing-mode: unset;
      font-size: 14px;
      margin-top: 10px; }
    .common-flow .arrow {
      width: 100%;
      position: relative; }
      .common-flow .arrow img {
        width: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .common-flow li:first-child {
      margin-top: 0; } }
.common-img {
  max-width: 100%;
  margin: auto; }

.common-sliderframe {
  position: relative;
  margin: auto; }
  .common-sliderframe-list {
    margin: auto; }
    .common-sliderframe-list li img {
      width: 100%; }
  .common-sliderframe-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 40px;
    cursor: pointer; }
  .common-sliderframe-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 40px;
    cursor: pointer; }

@media all and (max-width: 1800px) {
  .common-sliderframe-prev {
    width: 2.16vw; }
  .common-sliderframe-next {
    width: 2.16vw; } }
@media all and (max-width: 896px) {
  .common-sliderframe-prev {
    width: 6.66vw; }
  .common-sliderframe-next {
    width: 6.66vw; } }
.common-qa {
  width: 100%;
  background-color: #f2f2f2;
  margin-top: 50px; }
  .common-qa h4 {
    width: 264px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "NotoSansJP-Bold", sans-serif; }
  .common-qa ul {
    padding: 10px 40px 40px; }
    .common-qa ul li {
      margin-top: 16px;
      padding-left: 22px;
      font-size: 18px;
      position: relative; }
    .common-qa ul li:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      background: url("https://ebinadk.com/asset/img/local/pochi.png") no-repeat;
      background-size: 9px 9px;
      width: 9px;
      height: 9px; }

.common-qa > ul > li:before {
    content: none !important;
}
.common-qa ul ul {
	padding: 0;
}
.common-h5 a {
	color: #fff;
}
@media all and (max-width: 1800px) {
  		/*.common-qa{
  			margin-top: 2.7vw;
  
  
  
  			h4{
  				width: 14.27vw;
  				height: 2.27vw;
  				font-size: 1.4vw;
  			}
  
  			ul{
  					padding: 0.54vw 2.16vw 2.16vw;
  
  				li{
  					margin-top: 1.62vw;
  					padding-left: 35px;
  					font-size: 1.29vw;
  				}
  
  			}

  		}*/ }
@media all and (max-width: 896px) {
  .common-qa {
    margin-top: 4.16vw; }
    .common-qa h4 {
      width: 200px;
      font-size: 18px; }
    .common-qa ul {
      padding: 5px 10px 10px; }
      .common-qa ul li {
        margin-top: 10px;
        padding-left: 15px;
        font-size: 14px; }
      .common-qa ul li:before {
        background-size: 8px 8px;
        width: 8px;
        height: 8px;
        top: 6px; } }
		
		
/* ADD */
.fnt_m { font-family: "NotoSansJP-Medium", sans-serif; }
.use_box { width: 130px; padding: 0 15px; box-sizing: border-box; }
.img_001 { max-width: 200px; width:100%; height: auto; }
.common-h3, #post_single .kiji001 h3 { line-height: 1.1; padding-top: 6px; padding-bottom: 7px; height: auto !important; margin: 36px 0 28px !important; }
.common-h3_2 { padding-top: 0 !important; background: none; color: #000; width: 100%; text-align: center !important; }
.common-h3_2 span { border-bottom: 1px solid #000; padding: 0 15px 6px; line-height: 1.6; display: inline-block; }
.common-h3_2 span span.h3_sub { border-bottom: none; padding: 0; line-height: 1.2; font-size: 90%; color: #888; display: inline-block; margin-left: 13px; white-space: nowrap; }
.common-h3_3 { width: 100%; text-align: center !important; height: auto !important; padding: 8px 15px 14px !important; margin: 36px 0 14px !important; }
.common-h3_4 { width: 48% !important; }
.common-h3_3 span { font-size: 80%; }
@media all and (max-width:896px){.common-h3_4 { width: 100% !important; }}
@media all and (max-width:560px){
.common-h3_3 { font-size: 3.6vw; padding-bottom: 3.7% !important; }
.download_list2 li { font-size: 2.8vw; }
.common-h3_2 span span.h3_sub { margin-left: 0; font-size: 70% !important; position: relative; top: -3px; margin-bottom: -8px !important; }
.common-h3_2,.common-h3_2 span { padding-bottom: 4px !important; line-height: 1.4 !important; }
.common-h3.common-h3_3 { margin-bottom: 14px !important; }
}
.common-h5, #post_single .kiji001 h5 { line-height: 1.1; padding-top: 5px; padding-bottom: 6px; height: auto !important; margin: 24px 0 12px !important; }
.common-h6 { line-height: 1.1; padding: 4px 8px; border: 1px solid #333; color: #333; margin: 20px 0 10px !important; font-size: 16px; display: inline-block; }
.sub_box { padding: 15px; border: 1px dotted #888; }
.common-h4, #post_single .kiji001 h4 { line-height: 1.35; padding-top: 0; padding-bottom: 6px; height: auto !important; margin: 30px 0 20px !important; }
.common-qa h4 { padding: 8px 20px; line-height: 1.1; }
.mgB_CB { margin-bottom: 36px; }
.mgB_SB { margin-bottom: 12px; }
.mgB_MB { margin-bottom: -6px !important; position: relative; z-index: 4; }
.mgT20 { margin-top: 20px !important; }
.mgT0 { margin-top: 0px !important; }
.mgB0 { margin-bottom: 0px !important; }
.mgB8 { margin-bottom: 8px !important; }
.pdB0 { padding-bottom: 0px !important; }
.spB { display: none; }
.nrm_block { padding-bottom: 40px; }
.sm_block { padding-bottom: 32px; }
.img_002 { max-width: 420px !important; width: 90% !important; margin: 0 auto !important;}
.common-table { width: 100%; }
.common-table td, .common-table th { border-color: #888; }
td.bg-grey,th.bg-grey,.common-frame.bg-grey { background-color: #DDD !important; }
td.bg-blue,th.bg-blue { background-color: #8994b0 !important; }
td.bg-green { background-color: #79da73 !important; }
td.bg-yellow { background-color: #faff69 !important; }
td.bg-red,td.bg-red2 { background-color: #E6474A !important; }
.color-red { color: #E6474A !important; }
.color-green { color: #79da73 !important; }
.color-yellow { color: #faff69 !important; }
.common-frame { border: 2px solid #9ba0a3;}
.common-h4:after,#post_single .kiji001 h4:after {
width: 80px !important;
bottom: -4px;
}
.pcB1 { display: inherit; }
.pcB2 { display: inherit; }
.pcB3 { display: inherit; }
.spB1 { display: none; }
.spB2 { display: none; }
.spB3 { display: none; } 
.spw100 img,.spw100_2 img { width: 100%; height: auto; }
@media all and (max-width:896px){
.spw100_2 { width: 100% !important; }
.pcB1 { display: none; }
.spB1 { display: inherit; }}
@media all and (max-width:640px){
.pcB3 { display: none; }
.spB3 { display: inherit; }}
@media all and (max-width:560px){
.common-h3, #post_single .kiji001 h3 { margin: 36px 0 23px !important; }
.spw100 { width: 100% !important; }
.pcB2 { display: none; }
.spB2 { display: inherit; }
.use_box { width: 30%; margin: 0 1.5% 20px; padding: 0 8px; }
.nrm_block { padding-bottom: 32px; }
.sm_block { padding-bottom: 24px; }
.common-table td, .common-table th { font-size: 70%; }
}


.txt_c { text-align: center !important; }
.txt_rc,.txt_r { text-align: right !important; }
.txt_lc,.txt_l,.txt_lr { text-align: left !important; }
.txt_cl { text-align: center !important; }
.txt_cr { text-align: center !important; }
@media all and (max-width:560px){
.txt_rc { text-align: center !important; }
.txt_lc { text-align: center !important; }
.txt_lr { text-align: right !important; }
.txt_cl { text-align: left !important; }
.txt_cr { text-align: right !important; }
}
.txt-cap { /*color: #9B0002;*/ font-size: 90%; margin-top: 10px; }
.txt-exsmall { font-size: 75% !important; }
.txt-small { font-size: 90% !important; }
.txt-lerge { font-size: 115% !important; }
.txt-exlerge { font-size: 130% !important; }
.txt-lsm1 { letter-spacing: -1px; }
.txt-lsm05 { letter-spacing: -0.5px; }

.w48 { width: 48%; }
.w43 { width: 42.3%; }
.w11 { width: 11.1111%; }
.w4 { width: 4%; }
.w_tks01 { width: 12%; }
.w_tks02 { width: 85.6%; }
.img_004 { width: 100%; max-width: 600px; height: auto; }
.mg_RLA { margin: 0 auto; }
.img_w50 { width: 50%; }
.img_w60 { width: 60%; }
.img_w70 { width: 70%; }
.img_w80 { width: 80%; }
.img_w90 { width: 90%; }
@media all and (max-width: 896px) {
.w11 { width: 20%; }
.img_w50 { width: 70%; }
.img_w60 { width: 80%; }
.img_w70,.img_w80,.img_w90 { width: 100%; }
}
@media all and (max-width: 560px) {
.koutei_box { width: 30% !important; margin: 0 1.5%; }
.w11 { width: 33.3333%; }
.img_w50,.img_w60 { width: 100%; margin: 0 auto; }
.w_tks01 { width: 25%; }
.w_tks02 { width: 70%; }
}
.mgT0 { margin-top: 0 !important; }
.txt-mv { font-size: 85%; position: absolute; top: -40px; right: 0; text-align: right; text-shadow:1px 1px 4px #fffff; line-height: 1.1; padding: 4px 7px; background: rgba(255,255,255,0.8); }
.txt-mv2 { font-size: 145%; position: absolute; top: -60px; right: 0; text-align: right; text-shadow:0px 0px 4px rgba(0,0,0,0.5); line-height: 1.1; color: #fff; font-weight: 600; }

.flow-img-03 { margin: 30px auto; }
@media all and (min-width: 897px) {
.flow-03 li:nth-child(4),.flow-03 li:nth-child(6) { margin-left: 15px !important; margin-right: 15px !important; }
.flow-img-03 { margin: 30px auto 40px !important; padding-right: 52px !important; }
}
 .txt-03-1 { margin: -55px auto -5px !important; }
@media all and (max-width: 480px) {
 .txt-03-1 { font-size: 2.5vw !important;margin: -50px auto -3px !important;  }
 .txt-03-2 { font-size: 2.25vw !important; }}
 
.btn_br01 { background: #000; color: #fff; line-height: 1.0; padding: 8px 30px; text-align: center; position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease; }
.btn_br01:after {
content: "";
position: absolute;
bottom: 0;
right: 0;
border-left: 20px solid transparent;
border-bottom: 20px solid #c50612;
pointer-events: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;}
.btn_br01:hover { background: #444; }
.btn_br01:hover:after{
border-left: 26px solid transparent;
border-bottom: 26px solid #c50612;}

.btn_nrm { color: #333; text-decoration: none; line-height: 1.3; padding: 4px 8px 3px 22px;
background-image: url("https://ebinadk.com/asset/img/local/common/arrow_r.png");
background-size: 18px auto;
background-position: 2px center;
background-repeat: no-repeat;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
border-bottom: 1px dotted #333; }
.btn_nrm:hover { background: #c50612; color: #fff;
background-image: url("https://ebinadk.com/asset/img/local/common/arrow_w.png");
background-size: 18px auto;
background-position: 2px center;
background-repeat: no-repeat;
border-bottom: 1px solid #c50612;}

.download_list {
list-style: none;
margin: 0;
padding: 0;}
.download_list li { margin-bottom: 10px; }
.download_list li a { 
background-image: url("https://ebinadk.com/asset/img/local/common/arrow_sb.png");
background-size: 16px auto;
background-repeat: no-repeat;
background-position: 3px 7px;
padding: 3px 10px 4px 22px;
text-decoration: none;
color: #9F0507; }
.download_list li a:hover { background-color: #EDEDED; color: #000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease; }

/* ABOUT */
.about_block {
padding: 120px 30px 100px;
background-image: url("https://ebinadk.com/asset/img/local/about/01/001.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
box-sizing: border-box; 
}
.name_img { width: 420px; height: auto; }
@media all and (max-width: 1600px) {.about_block {padding: 120px 30px 100px;}}
@media all and (max-width: 1200px) {.about_block {padding: 80px 30px 60px;}}
@media all and (max-width: 1160px) {.about_block {font-size: 1.6vw;}.name_img { width:45%; height: auto; }}
@media all and (max-width: 856px) {.about_block {padding: 50px 24px 40px;}}
@media all and (max-width: 680px) {.about_block {padding: 30px 24px 20px;}}
@media all and (max-width: 560px) {
.about_block {display: none;}
.name_img { width:75%; height: auto; margin-left: 25%; }}

.profile-table { width: 100%; max-width: 1000px; margin: 0 auto; }
.profile-table td:first-child { white-space: nowrap; padding-right: 30px; padding-left: 14px; }
.profile-table td { padding-bottom: 25px; position: relative; vertical-align: top !important; }
.profile-table tr.ex_under td { padding-bottom: 13px; }
.profile-table td:first-child:before { content: ""; position: absolute; width: 2px; height: 24px; background: #c50612;
top: 0; left: 0; }
.profile-table td.noyear:first-child:before { content: none; }
.profile-table td span { display: block; margin-bottom: 13px; }
.history_img { width: 18%; }
.history_img img { width: 100%; height: auto; }
.profile-table.history { max-width: 1000px; }
@media all and (max-width: 640px) {
.profile-table td { display: block; width: 100%; padding-bottom: 30px; position: relative; }
.profile-table td.history_noimg,.profile-table td.noyear { display: none; }
.profile-table td.history_img { margin-top: -15px; }
.profile-table td:first-child { padding: 10px 0 16px; font-weight: bold; }
.profile-table td:first-child:before { height: 1px; width: 80px; margin: 0 auto; position: absolute; top: auto; bottom: 8px; left: 0; }
}

.gmap01{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.gmap02{ padding-bottom: 80% !important; }
.gmap01 iframe, .gmap01 object, .gmap01 embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

ul.nrm_list2 { padding: 0; margin: 30px 0 !important; }
ul.nrm_list2 li {
      padding-left: 22px;
      font-size: 18px;
      position: relative;
	  margin-bottom: 12px !important; }
ul.nrm_list2 li:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      background: url("https://ebinadk.com/asset/img/local/pochi.png") no-repeat;
      background-size: 9px 9px;
      width: 9px;
      height: 9px; }
@media all and (max-width: 896px) {
      ul.nrm_list2 li {
        margin-top: 10px;
        padding-left: 15px;
        font-size: 14px; }
      ul.nrm_list2 li:before {
        background-size: 8px 8px;
        width: 8px;
        height: 8px;
        top: 6px; } }
.credo_box p { font-size: 100%; }
.vision_card { background: #F4F4F4; width: 100%; padding: 30px 35px; box-sizing: border-box; margin-bottom: 30px; position: relative; }
.vision_card:after {
content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #DDD;}
.cr_brd { width: 240px; height: 1px; margin: 25px auto; border-bottom: 1px dotted #333; }
.cr_catch01,.cr_catch02 { text-align: center; }
.vision_tag01 { border: 2px solid #000; color: #fff; }
.vision_card p.cr_catch01,.vision_card p.cr_catch02 { line-height: 1.8; font-size: 110%; font-family: "NotoSansJP-Medium", sans-serif; }
.vision_card p.cr_catch01 span.vision_tag01 { border: 2px solid #000; background: #000; color: #fff; display: inline-block; line-height: 1.1; padding: 6px 12px 2px; position: relative; top: 0; }
.vision_card p span.vision_tag02 { border: 2px solid #000; background: #fff; color: #000; display: inline-block; line-height: 1.1; padding: 3px 12px 5px 10px; position: relative; top: 0; }
@media all and (max-width: 560px) {
.vision_card { width: 100%; margin-bottom: 20px; padding: 18px 23px; }
.cr_catch01,.cr_catch02 { text-align: left; }
.cr_brd { margin: 18px auto; width: 100%; }
}
@media all and (max-width: 480px) {
.vision_card p { font-size: 100%; }
.vision_card p span.vision_tag02 { top: -3px; }
}
.txt-01-02 { font-size: 110%; font-weight: bold; border-bottom: 1px solid #444; display: inline-block; }


/* フォーム系 */
input { padding: 8px !important; font-size: 110% !important; border: 1px solid #aaa !important; border-radius: 5px !important; }
input[type="text"] ,input[type="email"] {height: 3em !important;}
input#search { height: 1.4em !important; }
input.btn_br01 { border: none !important; border-radius: 0; }

input.btn_br01 { z-index: 3; box-sizing: border-box; font-size: 130% !important; letter-spacing: 2px !important; padding: 20px 40px !important; width: 240px; cursor: pointer; margin: 0 auto 20px !important; }
input.btn_br01:after { z-index: 5; bottom: -30px !important; }
.btn_cn { width: 30px; height: 30px; position: relative; z-index: 8; right: 0px; bottom: -17px; }
.btn_cn:after {
content: "";
position: absolute;
bottom: 0;
right: 0;
border-left: 20px solid transparent;
border-bottom: 20px solid #c50612;
pointer-events: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;}
.send_box:hover .btn_cn:after{
border-left: 26px solid transparent;
border-bottom: 26px solid #c50612;}
.send_box { text-align: center; display: inline-block; margin: 30px 0 30px -120px; position: relative; left: 50%; }

.n_tag { background: #000; color: #fff; display: inline-block; padding: 4px 12px; font-size: 12px; position: relative; top: -3px; margin-left: 6px; }

.header-inner-middle { text-align: center; }
.header-inner-middle a { display: inline-block; margin-left: auto; margin-right: auto; }
#post-91 .center-btn,
#post-75 .center-btn,
#post-87 .center-btn,
#post-89 .center-btn{ display:none !important; }

/* YouTube */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 沿革 */
.history_flow { position: relative; width: 100%; }
.history_flow:before { content: ""; width: 1px; height: 100%; background: #c50612; position: absolute; top: 0; bottom: 0; left: 50%; z-index: 1; }
.history_flow:after { content: ""; width: 6px; height: 16px; position: absolute; bottom: -4px; left: 50%; z-index: 1; margin-left: -3px; background-image: url("https://ebinadk.com/asset/img/local/about/histtory_bottom.png");
background-size: 100% 16px;
background-repeat: repeat-x;
background-position: center center;
z-index: 4; }
.history_block { width: 100%; position: relative; }
.history_block:after,
.h_left:after,
.h_right:after {
    content:" ";
    display:block;
    clear:both;
}
.history_block h4 { display: flex; margin: 20px auto !important; text-align: center; justify-content: center; position: relative; z-index: 2; align-items: center; background: #c50612; font-family: "Overpass-Bold", sans-serif; color: #fff; font-size: 21px; width: 64px !important; height: 64px; border-radius: 80px; padding: 5px 0 0 0 !important; line-height: 1 !important; margin: 0 auto; text-align: center; letter-spacing: -1px !important; }
.h_left { width: 42%; margin-top: -84px; float: left; }
.h_left:after { content: ""; width: 7%; height: 1px; border-bottom: 1px dotted #c50612; z-index: 1; position: absolute; top: 32px; left: 43%; }
.h_right:after { content: ""; width: 7%; height: 1px; border-bottom: 1px dotted #c50612; z-index: 1; position: absolute; top: 32px; left: 50%; }
.h_right { width: 42%; margin-top: -84px; float: right; }
.h_in { display: flex; justify-content: space-between; align-items: center; }
.h_right .h_in { flex-direction: row-reverse; flex-direction: row-reverse; }
.h_in img { width: 25% !important; border-radius: 80px; z-index: 2; box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.h_in p { width: 72% !important; font-size: 100%; }
.h_in p.w100 { width: 100% !important; padding-top: 20px; }
.h_under { margin-top: 20px !important; }
.h_under:after { top: 52px; }
.at_num { font-size: 80%; display: inline-block; }
@media all and (max-width: 896px) {.h_in p { font-size: 90%; }}
@media all and (max-width: 640px) {
.h_in { display: block; }
.h_left,.h_right{ width: calc(100% - 65px) ; margin: 0 !important; float: right !important; padding-top: 13px; }
.h_in img { float: right; }
.history_block h4 { text-align: center; margin: 0 !important; font-size: 2.4vw; float: left !important; width: 48px !important; height: 48px; }
.history_block { margin-bottom: 24px; }
.h_in p.w100 { padding-top: 0; }
.h_left:after,.h_right:after { width: 34px; position: absolute; top: 24px; left: 24px; }
.history_flow:before { left: 24px; }
.history_flow:after { left: 21px; margin-left: 0; }
}

@media all and (max-width: 560px) {.history_block h4 { font-size: 14px;}}

/* Recruit */
.phR { float: right; width:46%; height: auto; margin: 0 0 8px 15px; }
.recruit_link { width: 70%; margin: 0 auto; }
ul.recruit_list { width: 80% !important; margin: -15px auto 25px !important; background: #f4f4f4; padding: 16px 20px; }
ul.recruit_list li { margin-bottom: 10px;}
ul.recruit_list li:last-child { margin-bottom: 0 !important; }
ul.recruit_list li span { display: inline-block; margin-right: 10px; font-size: 90%; background: #c50612; color: #fff; width: 108px; text-align: center; }
@media all and (max-width: 896px) {ul.recruit_list { width: 100% !important; font-size: 90%;}}
@media all and (max-width: 560px) {.phR { float: none; width: 100%; margin: 0 0 8px; }ul.recruit_list li{margin-bottom: 13px;}ul.recruit_list li span{display: block;font-size: 80%;margin-bottom: 4px;}}
.bg-rec { background: #c50612; color: #fff; }

.recruit_ga { display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap; }
.recruit_ga img { width: 32%; height: auto; margin-bottom: 20px; }
@media all and (max-width: 640px) {.recruit_ga img { width: 48%; height: 48%; margin-bottom: 13px; }}

.recruit_block {
padding: 40px 30px 36px;
background-image: url("https://ebinadk.com/asset/img/local/recruit/001_bg_2.jpg");
background-position: right bottom;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
box-sizing: border-box; 
}
.name_img { width: 420px; height: auto; }
@media all and (max-width: 1160px) {.recruit_block p {font-size: 1.4vw !important;}.name_img { width:45%; height: auto; }}
@media all and (max-width: 896px) {.recruit_block {padding: 30px 20px 27px;}}
@media all and (max-width: 680px) {.recruit_block {padding: 24px 18px 22px;}}
@media all and (max-width: 560px) {.recruit_block {background: none;padding: 18px 0 0; }.recruit_block p{font-size: 14px !important;}}

/* TOP TECH */
.main002-frame-imglist-list p { pointer-events: none; }
.tech_list { display: flex; justify-content: flex-start; align-content: flex-start; flex-wrap: wrap; }
.tech_list li { width: 32%; margin: 0 2% 20px 0; height: 160px; display: flex; justify-content: center; align-items: stretch; text-align: center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative; }
.tech_list li:before { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.4); pointer-events: none; z-index: 3;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease; }
.tech_list li:hover:before { background-color: rgba(120,0,0,0.6); }
.tech_list.tech_01 li:nth-child(1) { background-image: url("https://ebinadk.com/asset/img/page_img/post-23.jpg"); }
.tech_list.tech_01 li:nth-child(2) { background-image: url("https://ebinadk.com/wp-content/uploads/2022/02/sugohie_sem_60.jpg"); }
.tech_list.tech_01 li:nth-child(3) { background-image: url("https://ebinadk.com/asset/img/page_img/post-110.jpg"); }
.tech_list.tech_01 li:nth-child(4) { background-image: url("https://ebinadk.com/asset/img/page_img/post-27.jpg"); }
.tech_list.tech_01 li:nth-child(5) { background-image: url("https://ebinadk.com/asset/img/page_img/post-36.jpg"); }
.tech_list.tech_02 li:nth-child(2) { background-image: url("https://ebinadk.com/asset/img/page_img/post-45.jpg"); }
.tech_list.tech_02 li:nth-child(3) { background-image: url("https://ebinadk.com/asset/img/page_img/post-40.jpg"); }
.tech_list.tech_02 li:nth-child(4) { background-image: url("https://ebinadk.com/asset/img/page_img/post-49.jpg"); }
.tech_list.tech_02 li:nth-child(5) { background-image: url("https://ebinadk.com/asset/img/page_img/post-92.jpg"); }
.tech_list.tech_02 li:nth-child(6) { background-image: url("https://ebinadk.com/asset/img/page_img/post-47.jpg"); }
.tech_list.tech_02 li:nth-child(7) { background-image: url("https://ebinadk.com/asset/img/page_img/post-49.jpg"); }
.tech_list.tech_02 li:nth-child(8) { background-image: url("https://ebinadk.com/asset/img/page_img/post-51.jpg"); }
.tech_list li a { display: flex; align-items: center; width: 100%; text-align: center; justify-content: center; font-weight: 500; color: #fff; z-index: 4; font-size: 120%; }
.tech_list li:nth-child(3n) { margin-right: 0; }
@media all and (max-width: 768px) {.tech_list li a { font-size: 105%; }}
@media all and (max-width: 560px) {
.tech_list li { width: 48.5%; margin: 0 3% 12px 0; height: 140px; }
.tech_list li:nth-child(3n) { margin-right: 3%; }
.tech_list li:nth-child(2n) { margin-right: 0; }
.tech_list li a { font-size: 3.8vw; }
}

/* FAQ */
.faq_btn li { margin-bottom: 20px; }
.btn_br02 { display: block; width: 100%; font-size: 23px; padding: 20px 0; position: relative; z-index: 2; }
@media all and (max-width: 560px) {
.btn_br02 { font-size: 16px; }
.faq_btn li { margin-bottom: 13px; }
}
@media all and (max-width: 440px) {
.btn_br02 { font-size: 3.8vw; letter-spacing: 0 !important; }
}
.is-hidden { display: none; height: 0; width: 0; }
.more,.back { width: 160px; font-size: 16px; margin: 20px auto 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease; }
.more { background: #fff; border: 1px solid #c50612; color: #c50612; text-align: center; cursor: pointer; padding: 8px 0 4px; position: relative; z-index: 2; }
.back { background: #fff; border: 1px solid #000; color: #000; text-align: center; cursor: pointer; padding: 8px 0 4px; position: relative; z-index: 2; }
.more:after,.back:after { content: ""; width: 20px; height: 20px; display: block; background-size: 20px 20px; background-repeat: no-repeat; background-position: center center; position: absolute; top: 9px; right: 9px; }
.more:after { background-image: url("https://ebinadk.com/asset/img/local/common/down_r.png"); }
.back:after { background-image: url("https://ebinadk.com/asset/img/local/common/up_b.png"); }
.more:hover { background-color: #ffd7da; }
.back:hover { background-color: #f4f4f4; }
.faq_list li { background-color: #f4f4f4;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;}
.nrm_list2.faq_list li:before { top: 19px; left: 15px; }
.sm_block > ul.nrm_list2.faq_list > li:before { content: none; }
.faq_list li a { display: block; padding: 10px 15px !important; }
.faq_list li:hover { background-color: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
.faq_under:after { content: ""; width: 30px; height: 30px; background-image: url("https://ebinadk.com/asset/img/local/common/down_w.png"); }
@media all and (max-width: 896px) {
.nrm_list2.faq_list li:before { top: 16px; left: 12px; }
}
.accordion_inner {
/* 	display: none; */
	background: #000; padding: 5px 10px 10px; position: relative; }
.btn_br01.accordion_header:after { content: none !important; }
.accordion_header:before { content: ""; width: 30px; height: 30px;
background-image: url("https://ebinadk.com/asset/img/local/common/down_w.png");
background-size: 30px 30px;
position: absolute; 
right: 15px; top: 50%; margin-top: -15px;
z-index: 3;
pointer-events: none; }
.accordion_header.open:before { background-image: url("https://ebinadk.com/asset/img/local/common/up_w.png"); }
.accordion_inner li { width: 100%; margin-bottom: 0; }
.accordion_inner li a { padding: 10px; border-bottom: 0.7px dotted #fff; color: #fff; display: block; }
.accordion_inner li:hover { background-color: #444; }
.accordion_inner li:hover a { border-bottom: 0.7px solid #fff; }
@media all and (max-width: 560px) {
.accordion_inner li a { font-size: 2.8vw; padding: 5px; }
.accordion_header:before { width:20px; height: 20px;background-size: 20px 20px;right:10px;margin-top: -10px;}
}
@media all and (max-width: 420px) {
.accordion_header:before { width:14px; height: 14px;background-size: 14px 14px;right:10px;margin-top: -7px;}
}
#post_single .kiji001 img { max-width: 100%; height: auto; }

/* Banner */
.common-banner-img h3 {background-color: rgba(255, 255, 255, 0.4); color: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease; }
.common-banner-img:hover h3 {background-color: rgba(160, 0, 0, 0.8); color: #fff !important; }

#search_result .date { display: none; }


/* お問い合わせ */
.trigger_txt input[type="text"] { height: 1.7em !important; max-width: 320px; width:60%;}
.contact_tag { width: 100px; text-align: center; font-size: 12px !important; display: inline-block; margin-right: 10px; border-radius: 4px; background: #000; color: #fff; }
.trigger_txt2 input[type="text"] { height: 1.7em !important; max-width: 400px;}
@media all and (max-width: 480px) {
.trigger_txt input[type="text"] { height: 1.7em !important; margin-left: 1.4em; max-width: 480px; width:88%;}
}


.mwform-checkbox-field label { display: inline-block; margin-right: 16px; }
.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 0 !important; }
@media all and (max-width: 420px) {.mwform-checkbox-field label { font-size: 14px !important; letter-spacing: 0 !important; }}
.is-search-submit { cursor: pointer !important; }

.common-qa ul li a:hover { background-color: #DDD; }

.smap { width: 48%; }
@media all and (max-width: 896px) {.smap { width: 100%; }}
.smap h4 a { font-family: "NotoSansJP-Bold", sans-serif; }
.smap h4 a:hover { background-color: #DDD; }
.smap h4.common-h4 { margin-top: 0 !important; }
ul.sm_list li { position: relative; margin-bottom: 10px; padding-left: 18px; }
ul.sm_list li:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      background: url("https://ebinadk.com/asset/img/local/pochi.png") no-repeat;
      background-size: 7px 7px;
      width: 7px;
      height: 7px;}
ul.sm_list li a:hover { background-color: #DDD; }
ul.sm_list li ul li:before { display: none !important; }
ul.sm_list li ul li { font-size: 80%; display: inline-block; margin-right: 10px; margin-bottom: 4px; padding: 10px 0 0; }
ul.sm_list li ul li a { border: 1px solid #333; border-radius: 4px; padding: 3px 7px; white-space: nowrap; }
ul.sm_list li ul li a:hover { background-color: #ff9fb8; }



/* top.css */

main {
  /*カルーセルスライダーデフォルト設定*/
  /*相対値950px-1800pxまで*/
  /*相対値950px-1800pxまで*/
  /*相対値950px-1800pxまで*/
  /*相対値950px-1800pxまで*/
  /*相対値950px-1800pxまで*/
  /*相対値950px-1800pxまで*/
  /*相対値950px-1800pxまで*/
  /*相対値950px-1800pxまで*/ }
  main .carousel001 {
    width: 100%; }
    main .carousel001-slider li {
      position: relative; }
      main .carousel001-slider li img {
        width: 100%; }
      main .carousel001-slider li .slider-msg {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
        max-width: 80%;
        font-size: 90px;
		font-weight: 600;
        color: #fff;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3), -2px 2px 10px rgba(0, 0, 0, 0.3), 2px -2px 10px rgba(0, 0, 0, 0.3), -2px -2px 10px rgba(0, 0, 0, 0.3); }
		main .carousel001-slider li .slider-msg span { font-size: 54px; }
  @media all and (max-width: 1800px) {
    main .carousel001-slider li .slider-msg { font-size: 4.76vw; }
	main .carousel001-slider li .slider-msg span { font-size: 2.7vw; }}
  @media all and (max-width: 896px) {
    main .carousel001-slider li .slider-msg { font-size: 4.56vw; }
    main .carousel001-slider li .slider-msg span { font-size: 2.48vw; } }
  @media all and (max-width: 480px) {
    main .carousel001-slider li .slider-msg { font-size: 6.4vw; line-height: 1.2 !important; }
	main .carousel001-slider li .slider-msg span { font-size: 4.0vw; }
	}
  main .main002 {
    width: 100%;
    padding: 100px 50px 100px 80px;
    position: relative;
    z-index: 1; }
    main .main002-frame {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      main .main002-frame-btns {
        width: calc(50% - 40px);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 40px; }
        main .main002-frame-btns .black-btn {
          margin-top: 50px; }
        main .main002-frame-btns .w100 {
          width: 100%;
          margin-top: 20px; }
      main .main002-frame-img {
        width: calc(50% - 40px); }
        main .main002-frame-img img {
          width: 100%; }
      main .main002-frame-msg1 {
        width: 26.45%;
        margin-top: 50px;
        padding: 20px;
        font-size: 22px;
        line-height: 2;
        letter-spacing: 0.03em; }
        main .main002-frame-msg1 .color-btn {
          margin-top: 170px; }
      main .main002-frame-imglist {
        width: 73.55%;
        margin-top: 50px; }
        main .main002-frame-imglist-list {
          display: flex;
          justify-content: space-between;
          position: relative; }
          main .main002-frame-imglist-list li {
            width: calc(100% / 3 - 20px);
            position: relative; }
            main .main002-frame-imglist-list li img {
              width: 100%;
              z-index: 1; }
            main .main002-frame-imglist-list li p {
              color: #fff;
              font-size: 30px;
              text-align: center;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              white-space: nowrap;
              z-index: 3; }
            main .main002-frame-imglist-list li .overlay {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.5);
              z-index: 2;pointer-events: none; }
  main .main005 {
    width: 100%;
    padding: 0 50px 100px 80px; }
    main .main005 .commontitle {
      position: relative;
      left: 33.4%; }
    main .main005 .main002-frame-msg1 .color-btn {
      text-align: right; }
  main .main002:after {
    content: "";
    width: 66.6%;
    height: 75%;
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: -1; }
  main .main004:after {
    content: "";
    width: 66.6%;
    height: calc(100% - 160px);
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: -1; }
  main .main005:after {
    content: "";
    width: 66.6%;
    height: calc(100% - 60px);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 33.4%;
    z-index: -1; }
  @media all and (max-width: 1800px) {
    main .main002 {
      padding: 5.29vw 2.64vw 5.29vw 4.23vw; }
      main .main002-frame-btns {
        width: calc(50% - 2.11vw);
        padding-left: 2.11vw; }
        main .main002-frame-btns .black-btn {
          margin-top: 2.64vw; }
        main .main002-frame-btns .w100 {
          margin-top: 1.05vw; }
      main .main002-frame-img {
        width: calc(50% - 2.11vw); }
      main .main002-frame-msg1 {
        margin-top: 2.64vw;
        padding: 2.11vw;
        font-size: 1.16vw; }
        main .main002-frame-msg1 .color-btn {
          margin-top: 8.99vw; }
      main .main002-frame-imglist {
        margin-top: 2.64vw; }
        main .main002-frame-imglist-list li {
          width: calc(100% / 3 - 1.05vw); }
          main .main002-frame-imglist-list li p {
            font-size: 1.58vw; }
      main .main002-frame .color-btn {
        margin: 3.33vw 0 0;
        width: 100%;
        text-align: center;
        padding-bottom: 4.16vw; }
        main .main002-frame .color-btn a {
          width: 20.33vw; }
    main .main005 {
      padding: 0 2.64vw 5.29vw 4.23vw; }
    main .main002:after {
      top: 5.29vw;
      left: 2.64vw; }
    main .main004:after {
      height: calc(100% - 8.46vw);
      top: 5.29vw;
      left: 2.64vw; }
    main .main005:after {
      height: calc(100% - 1.58vw);
      top: 0;
      left: 33.4%; } }
  @media all and (max-width: 896px) {
    main .main002 {
      width: 100%;
      padding: 4.16vw 2.5vw;
      position: relative;
      z-index: 1; }
      main .main002-frame {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 2.5vw;
        padding: 0 2.5vw; }
        main .main002-frame-btns {
          width: 100%;
          padding-left: 0; }
          main .main002-frame-btns .black-btn {
            margin-top: 0; }
          main .main002-frame-btns .w100 {
            margin-top: 3.33vw; }
        main .main002-frame-img {
          margin-top: 3.33vw;
          width: 100%;
          padding-bottom: 2.5vw; }
          main .main002-frame-img img {
            width: 100%; }
        main .main002-frame-msg1 {
          width: 100%;
          margin-top: 5vw;
          padding: 1.66vw;
          font-size: 2vw;
          order: 1; }
        main .main002-frame-imglist {
          width: 100%;
          margin-top: 4.16vw;
          order: 2; }
          main .main002-frame-imglist-list li {
            width: calc(100% / 3 - 1.66vw); }
            main .main002-frame-imglist-list li p {
              font-size: 2.16vw;
              letter-spacing: .1em; }
        main .main002-frame .color-btn {
          order: 3; }
    main .main005 {
      width: 100%;
      padding: 4.16vw 2.5vw; }
      main .main005 .commontitle {
        position: relative;
        left: 0; }
    main .main002:after {
      content: "";
      width: calc(100% - 5vw);
      height: calc(100% - 8.32vw);
      background-color: #fff;
      position: absolute;
      top: 4.16vw;
      left: 2.5vw;
      z-index: -1; }
    main .main004:after {
      content: "";
      width: calc(100% - 5vw);
      height: calc(100% - 8.32vw);
      background-color: #fff;
      position: absolute;
      top: 4.16vw;
      left: 2.5vw;
      z-index: -1; }
    main .main005:after {
      content: "";
      width: calc(100% - 5vw);
      height: calc(100% - 8.32vw);
      background-color: #fff;
      position: absolute;
      top: 4.16vw;
      left: 2.5vw;
      z-index: -1; } }
  main .main003 {
    width: 100%;
    padding: 90px 150px;
    background: url("../img/top/top003-001.png") no-repeat;
    background-color: #000;
    background-position: center;
    background-size: cover; }
    main .main003 .commontitle2 h2 {
      color: #fff; }
    main .main003 .commontitle2 p {
      color: #fff; }
    main .main003-list {
      max-width: 1560px;
      margin: 60px auto 0;
      display: flex;
      justify-content: space-between; }
      main .main003-list li {
        width: calc(100% / 3 - (100px / 3)); }
        main .main003-list li img {
          width: 100%; }
  @media all and (max-width: 1800px) {
    main .main003 {
      padding: 4.76vw 7.93vw; }
      main .main003-list {
        margin: 3.17vw auto 0; }
        main .main003-list li {
          width: calc(100% / 3 - (5.29vw / 3)); } }
  @media all and (max-width: 896px) {
    main .main003 {
      padding: 6.66vw 2.5vw; }
      main .main003 .commontitle2 h2 {
        color: #fff; }
      main .main003 .commontitle2 p {
        color: #fff; }
      main .main003-list {
        max-width: none;
        width: 100%;
        margin: 0 auto 0;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        main .main003-list li {
          width: calc(50% - 2.08vw);
          margin-top: 4.16vw;
          margin-right: 4.15vw; }
          main .main003-list li img {
            width: 100%; }
        main .main003-list li:nth-child(2n) {
          margin-right: 0; } }
  @media all and (max-width: 480px) {
    main .main003-list li {
      width: 100%;
      margin-top: 4.16vw;
      margin-right: 0; }
      main .main003-list li img {
        width: 100%; }
    main .main003-list li:nth-child(2n) {
      margin-right: 0; } }
  main .topics001 {
    width: 100%;
    padding: 0 150px 50px;
    background: url("../img/top/top005-001.png") no-repeat;
    background-color: #000;
    background-position: center;
    background-size: cover; }
    main .topics001 .commontitle h2 {
      color: #fff; }
    main .topics001 .commontitle p {
      color: #fff; }
    main .topics001 .commontitle:before {
      background: url("../img/common001-1.png") repeat-y;
	  background-position: 0 bottom; }
    main .topics001-title {
      position: relative;
      max-width: 1560px;
      margin: auto;
      position: relative; }
      main .topics001-title-list {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        display: flex;
        justify-content: flex-end; }
        main .topics001-title-list li a {
          display: block;
          margin-left: 20px;
          padding: 0 20px;
          border: 1px solid #fff;
          height: 37px;
          line-height: 34px;
          border-radius: 20px;
          font-size: 22px;
          color: #fff; }
        main .topics001-title-list li a.active, main .topics001-title-list li a:hover {
          background-color: #fff;
          color: #000; }
    main .topics001-list {
      max-width: 1560px;
      margin: 50px auto 0;
      padding: 30px;
      background-color: #f7f7f7; }
      main .topics001-list-item {
        display: flex;
        justify-content: flex-start;
        margin-top: 0;
		margin-bottom: 14px !important;
        align-items: center; }
      main .topics001-list-item:last-child { margin-bottom: 0 !important; }
        main .topics001-list-item-title1 {
          border: 1px solid #848484;
          background-color: #848484;
          color: #fff;
          width: 110px;
          height: auto;
          line-height: 1.1;
          text-align: center;
		  padding-top: 4px;
		  padding-bottom: 4px; 
          font-size: 16px; }
        main .topics001-list-item-title2 {
          border: 1px solid #848484;
          color: #5a5a5a;
          width: 110px;
          height: auto;
          line-height: 1.1;
          text-align: center;
		  padding-top: 4px;
		  padding-bottom: 4px; 
          font-size: 16px; }
        main .topics001-list-item-kiji {
          margin-left: 20px;
          width: calc(100% - 240px);
          font-size: 20px;
		  margin-top: 0;
		  margin-bottom: 0 !important;
          color: #000; }
      main .topics001-list-item:first-child {
        margin-top: 0; }
    main .topics001 .color-btn {
      margin-top: 50px;
      text-align: center; }
  @media all and (max-width: 1800px) {
    main .topics001 {
      padding: 0 7.93vw 2.64vw; }
      main .topics001-title-list li a {
        margin-left: 1.05vw;
        padding: 0 1.05vw;
        height: 1.95vw;
        line-height: 1.79vw;
        border-radius: 1.05vw;
        font-size: 1.16vw; }
      main .topics001-list {
        margin: 2.64vw auto 0;
        padding: 1.58vw; }
        main .topics001-list-item {
          margin-top: 0; }
          main .topics001-list-item-title1 {
            width: 5.82vw;
          height: auto;
          line-height: 1.1;
            font-size: 0.84vw;
            letter-spacing: 0.01em; }
          main .topics001-list-item-title2 {
            width: 5.82vw;
          height: auto;
          line-height: 1.1;
            font-size: 0.84vw;
            letter-spacing: 0.08em; }
          main .topics001-list-item-kiji {
            margin-left: 1.05vw;
            width: calc(100% - 12.69vw);
            font-size: 1.05vw; }
      main .topics001 .color-btn {
        margin-top: 2.64vw; } }
  @media all and (max-width: 896px) {
    main .topics001 {
      padding: 0 2.5vw 4.16vw; }
      main .topics001 .commontitle {
        padding-left: 4.16vw; }
      main .topics001 .commontitle:before {
        left: 0; }
      main .topics001-title-list li a {
        display: block;
        margin-left: 1.66vw;
        padding: 0 1.66vw;
        height: 3.08vw;
        line-height: 3vw;
        border-radius: 1.66vw;
        font-size: 1.66vw; }
      main .topics001-list {
        margin: 4.16vw auto 0;
        padding: 2.5vw; }
        main .topics001-list-item {
          margin-top: 0; }
          main .topics001-list-item-title1 {
            width: 10vw;
          height: auto;
          line-height: 1.1;
            font-size: 1.33vw; }
          main .topics001-list-item-title2 {
            width: 10vw;
          height: auto;
          line-height: 1.1;
            font-size: 1.33vw; }
          main .topics001-list-item-kiji {
            margin-left: 1.66vw;
            width: calc(100% - 21.66vw);
            font-size: 1.66vw;
            letter-spacing: .1em; }
        main .topics001-list-item:first-child {
          margin-top: 0; }
      main .topics001 .color-btn {
        margin-top: 3.33vw;
        text-align: center; } }
  @media all and (max-width: 480px) {
    main .topics001-title-list li a {
      display: block;
      margin-left: 1.66vw;
      padding: 0 1.66vw;
      height: 4.5vw;
      line-height: 4.2vw;
      border-radius: 2vw;
      font-size: 1.66vw; }
    main .topics001-list {
      align-items: center; }
      main .topics001-list-item {
        margin-top: 0;
        position: relative;
        flex-wrap: wrap; }
        main .topics001-list-item-title1 {
          width: 15vw;
          height: auto;
          line-height: 1.1;
          font-size: 2vw; }
        main .topics001-list-item-title2 {
          width: 15vw;
          height: auto;
          line-height: 1.1;
          font-size: 2vw; }
        main .topics001-list-item-kiji {
          width: 100%;
          margin-left: 0;
          margin-top: 8px !important;
          width: calc(100% - 23.2vw);
          font-size: 2vw; }
      main .topics001-list-item:first-child {
        margin-top: 0; }
    main .topics001 .color-btn {
      margin-top: 3.33vw;
      text-align: center; } }
  main .otherdata001 {
    width: 100%;
    padding: 80px 150px 80px; }
    main .otherdata001-frame {
      max-width: 1560px;
      margin: 0 auto 0;
      display: flex;
      justify-content: flex-start; }
      main .otherdata001-frame-msg {
        width: 40.2%;
        padding: 30px;
        background-color: #797979;
        height: 630px; }
        main .otherdata001-frame-msg-title {
          font-size: 61px;
          color: #fff;
          letter-spacing: -0.01em; }
        main .otherdata001-frame-msg-subtitle {
          margin-top: 5px;
          font-size: 20px;
          color: #424242; }
        main .otherdata001-frame-msg-message {
          margin-top: 50px;
          padding: 20px 0 20px 30px;
          font-size: 29px;
          color: #fff;
          line-height: 1em;
          position: relative; }
        main .otherdata001-frame-msg-message:before {
          content: "";
          background: url("../img/common004.png") repeat-y;
          background-size: 4px auto !important;
          width: 6px !important;
		  background-position: 0 bottom !important;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0px; }
        main .otherdata001-frame-msg-txt {
          margin-top: 50px;
          font-size: 18px;
          color: #fff;
          line-height: 2em; }
        main .otherdata001-frame-msg .color-btn {
          margin-top: 100px; }
      main .otherdata001-frame-img {
        width: 59.8%;
		height: 100%;
        background-color: #fff; }
        main .otherdata001-frame-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    main .otherdata001 .type2 .otherdata001-frame-msg {
      background-color: #fff; }
      main .otherdata001 .type2 .otherdata001-frame-msg-title {
        color: #e7010b; }
      main .otherdata001 .type2 .otherdata001-frame-msg-subtitle {
        color: #e7010b; }
      main .otherdata001 .type2 .otherdata001-frame-msg-message {
        color: #000; }
      main .otherdata001 .type2 .otherdata001-frame-msg-message:before {
        background: url("../img/common004-1.png") repeat-y; }
      main .otherdata001 .type2 .otherdata001-frame-msg-txt {
        color: #000; }
  @media all and (max-width: 1800px) {
    main .otherdata001 {
      padding: 4vw 2.5vw; }
      main .otherdata001-frame-msg {
        padding: 1.58vw;
        height: 33.33vw; }
        main .otherdata001-frame-msg-title {
          font-size: 2.77vw;
          letter-spacing: -0.01em; }
        main .otherdata001-frame-msg-subtitle {
          margin-top: 0.26vw;
          font-size: 1.05vw; }
        main .otherdata001-frame-msg-message {
          margin-top: 2.64vw;
          padding: 1.05vw 0 1.05vw 16px;
          font-size: 1.48vw; }
        main .otherdata001-frame-msg-message:before {
          background-size: 3px auto;
          width: 3px; }
        main .otherdata001-frame-msg-txt {
          margin-top: 2.64vw;
          font-size: 0.95vw; }
        main .otherdata001-frame-msg .color-btn {
          margin-top: 5.29vw; }
      main .otherdata001 .type2 {
        margin: 2.64vw 0; } }
  main .access001 {
    width: 100%;
    padding: 80px 0 50px;
    background-color: #fff; }
    main .access001-title {
      max-width: 1560px;
      margin: auto;
      position: relative; }
    main .access001-map {
      margin: 50px auto 0;
      width: 100%;
      max-width: 1560px; }
      main .access001-map iframe {
        width: 100%;
        height: 690px; }
    main .access001-msg {
      margin: 30px auto 0;
      width: 100%;
      max-width: 1560px;
      position: relative;
      padding: 0 50px; }
      main .access001-msg-txt {
        color: #000;
        font-size: 24px; }
      main .access001-msg-tel {
        color: #000;
        font-size: 33px; }
        main .access001-msg-tel span {
          font-size: 24px; }
      main .access001-msg .color-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translate(0, -50%); }
        main .access001-msg .color-btn a {
          padding: 0 50px 0 30px; }
  @media all and (max-width: 1800px) {
    main .access001 {
      padding: 4.23vw 0 2.64vw; }
      main .access001-map {
        margin: 2.64vw auto 0; }
        main .access001-map iframe {
          height: 36.5vw; }
      main .access001-msg {
        margin: 1.58vw auto 0;
        padding: 0 2.64vw; }
        main .access001-msg-txt {
          font-size: 1.26vw; }
        main .access001-msg-tel {
          font-size: 1.69vw; }
          main .access001-msg-tel span {
            font-size: 1.26vw; }
        main .access001-msg .color-btn {
          right: 2.64vw; }
          main .access001-msg .color-btn a {
            padding: 0 2.64vw 0 1.58vw; } }
  @media all and (max-width: 896px) {
    main .access001 {
      padding: 5vw 0 4.16vw; }
      main .access001-map {
        margin: 5.83vw auto 0; }
        main .access001-map iframe {
          height: 57.5vw; }
      main .access001-msg {
        margin: 3.33vw auto 0;
        padding: 0 25px; }
        main .access001-msg-txt {
          font-size: 2vw;
          white-space: nowrap;
          text-align: center; }
	  .top-con-more {
		  margin: 0 auto 40px !important;
	  }
	  .top-con-more p {
		  text-align: center !important;
	  }
        main .access001-msg-tel {
          font-size: 2.66vw;
          text-align: center; }
          main .access001-msg-tel span {
            font-size: 2vw; }
        main .access001-msg .color-btn {
          position: static;
          transform: none;
          text-align: center;
          margin-top: 3.33vw; }
          main .access001-msg .color-btn a {
            min-width: 30vw;
            padding: 0 4.16vw 0 2.5vw; } }
  main .kiji001 {
    width: calc(100% - 100px);
    max-width: 1080px;
    margin: auto;
    margin-top: -130px;
    background-color: #fff;
    padding: 50px;
    margin-bottom: 80px;
    position: relative;
    z-index: 4; }
    main .kiji001-contents {
      margin-top: 50px; }
  @media all and (max-width: 1800px) {
    main .kiji001 {
      margin-top: -7.02vw;
      padding: 2.7vw;
      margin-bottom: 4.32vw; }
      main .kiji001-contents {
        margin-top: 2.7vw; } }
  @media all and (max-width: 896px) {
    main .kiji001 {
      width: calc(100% - 13.66vw);
      margin-top: -7.02vw;
      padding: 3.33vw;
      margin-bottom: 6.66vw; }
      main .kiji001-contents {
        margin-top: 4.16vw; } }
  main .kiji003 {
    padding: 40px 0; }
    main .kiji003 .access001-msg {
      margin-top: 0; }
  @media all and (max-width: 1800px) {
    main .kiji003 {
      padding: 2.16vw 0; } }


main .otherdata001-frame.type2 { background:#fff !important;}


@media all and (max-width: 896px) {
main .otherdata001-frame.type2 { display: block !important;}
main .otherdata001-frame-msg,
main .otherdata001-frame-img { width: 100% !important; }
main .otherdata001 .type2 .otherdata001-frame-msg-title { font-size: 24px; letter-spacing: 2px; }
main .otherdata001 .type2 .otherdata001-frame-msg-subtitle { font-size: 11px; }
main .otherdata001 .type2 .otherdata001-frame-msg-message { font-size: 16px; margin-top: 24px; }
main .otherdata001-frame-msg-txt { font-size: 14px; }
.otherdata001-frame-msg .color-btn { float: none !important; margin: 20px auto; }
.otherdata001-frame-msg .color-btn a { margin: 0 auto; display: inline-block; position: relative; }
main .otherdata001-frame-msg { height: auto; padding: 12px; }

#home .commontitle p { font-size: 11px; }
#home .commontitle h2 { font-size: 24px; }
main .otherdata001-frame-msg .color-btn { text-align: center; }
}

 .commontitle:before { background-position: 0 bottom; }
 .slick-dots li button:before { font-size: 40px !important; }


/* addstyle.css */

@charset "UTF-8";
/* CSS Document */
/*変数*/
/*色の変数*/
/*font*/
/*FONTサイズ*/
/*24px　相当*/
/*16px　相当*/
/*8px　相当*/
/*1px*/
/*contentsサイズ*/
/*ディスプレイサイズ*/
/*ブレイクポイント*/
.archive_list { margin-top: 50px !important; }
main .list001 {
  width: calc(100% - 100px);
  max-width: 1080px;
  margin: auto;
  margin-top: 40px;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 80px; }
  main .list001 h2 {
    font-size: 34px;
    text-align: center;
    font-family: "NotoSansJP-Medium", sans-serif; }
  main .list001-list {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    main .list001-list li {
      margin-top: 30px;
      width: calc(25% - 22.5px);
      margin-right: 30px; }
      main .list001-list li img {
        width: 100%; }
      main .list001-list li h3 {
        font-size: 20px;
        margin-top: 5px;
        font-weight: 600; }
      main .list001-list li .msg {
        margin-top: 5px;
        font-size: 16px; }
      main .list001-list li .date {
        margin-top: 5px;
        font-size: 14px;
        color: #8d8d8d;
        text-align: right; }
    main .list001-list li:nth-child(4n) {
      margin-right: 0; }
@media all and (max-width: 560px) {
main .list001-list li { width: 48%; margin-right: 4%; margin-top: 20px; }
main .list001-list li:nth-child(2n) { margin-right: 0; }
main .list001-list li h3 { font-size: 16px; }
main .list001-list li p { font-size: 14px; }
main .list001-list li p.date { font-size: 11px; }
.archive_list { margin-top: 20px !important; }
}

  .pager {
    margin-top: 80px;
    display: flex;
    justify-content: center; }
    .pager a {
      text-align: center;
      font-size: 18px;
      padding: 5px 10px;
      color: #8d8d8d; }
    .pager .active {
      color: #fff;
      background-color: #8d8d8d; }
  .nothing-msg {
    text-align: center;
    font-size: 18px;
    margin-top: 80px; }


/* カスタマイズ追記 */
.page-template-page-topics .page-wrap {
	padding-top: 0 !important;
}
@media (max-width: 700px) {
	.inno-hdr-txt {
		font-size: 1.2em;
		top: -55px;
		right: 0;
		left: 0;
		text-align: center;
	}
}
.page-wrap {
    padding-top: 0 !important;
}
.home .page-wrap {
    padding-top: 45px !important;
}
.home #pl-37 {
	padding-right: 3vw;
	padding-left: 3vw;
}
#pgc-377-0-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.top-map {
	background: #fff;
	position: relative;
}
.top-map .top-title {
	margin-bottom: 0;
	margin-top: 40px;
}
.top-map-txt {
	padding: 10px 2vw 30px;
}
.top-mail-more a {
	padding: 0 3vw;
}
.top-con-more {
	margin: -100px 30px 54px 0;
}
.top-con-more a {
	padding-top: 1px;
}
.main-header #mainnav ul li {
	padding: 0;
}
.main-header #mainnav ul li .dropdown-symbol {
	display: none;
}
.main-header #mainnav ul li a {
	padding: 15px 20px;
}
.main-header #mainnav ul li a:hover {
    background-color: rgba(197, 6, 18, 0.8) !important;
}
.main-header #mainnav ul li a:hover:after {
    width: 80%;
}
.main-header #mainnav ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #e6000a;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all .3s;
}
.main-header .sydney-svg-icon svg {
	fill: #fff;
	display: block;
}
.home #slideshow {
	height: 45vh !important;
}
@media (max-width: 500px) {
	.home .page-wrap {
		padding-top: 0 !important;
	}
}
#post-280 .faq_btn li {
	width: 24%;
	margin: 4px;
}
#post-280 .btn_br02 {
    font-size: 13px;
    padding: 15px 0;
}
#post-280 .common-jc-sb, .common-jc-sb-fs {
    justify-content: center;
}
@media (max-width: 500px) {
	#post-280 .faq_btn li {
		width: 46%;
	}
	#post-280 .btn_br02 {
		font-size: 10px;
	}
}
.wpcf7-form-control-wrap {
    margin-bottom: 60px;
    display: block;
}
.download_list li a.download-on-click {
    background-image: none;
}
.download_list li .package-title a {
	pointer-events: none;
	color: #333;
}
.recruit_list li {
	display: flex;
	align-items: baseline;
}
.recruit_list li a {
	flex: 1;
}
@media all and (max-width: 560px) {
	.recruit_list li {
		display: block;
	}
}
input[name="your-message"] {
	height: 300px !important;
}
.menu-toggle .sydney-svg-icon svg {
	height: 25px;
	width: 25px;
}
#masthead-mobile .container-fluid {
	padding-left: 0;
}
#masthead-mobile .container-fluid {
	padding-right: 30px;
}
#masthead-mobile .container-fluid .col-sm-8 {
	padding-top: 4px;
}
@media all and (max-width: 560px) {
	#mainnav ul li a {
		display: inline-block;
	}
}
@media (max-width: 780px) {
	.top-box-bnr .panel-row-style {
		flex-direction: initial !important;
	}
	.top-box .panel-grid-cell {
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-bottom: 0 !important;
	}
	.top-title {
		padding-left: 18px !important;
		margin-bottom: 20px;
	}
	.top-bnr a {
		font-size: 12px;
		margin: 0 3px;
		justify-content: left;
		white-space: nowrap;
	}
	.top-bnr img {
		margin: 0 8px;
	}
	.top-topi-title a {
		font-size: 12px;
	}
	.news-right-box {
		display: block;
	}
	.top-topi-cat {
		font-size: 12px;
		display: block;
	}
	.top-topi-date {
		font-size: 12px;
		display: block;
	}
	.top-topics article {
		overflow: auto;
	}
	.top-topics .post .entry-header {
		height: auto;
	}
	.top-topics .meta-post {
		margin: 10px 0;
	}
	.top-rec .top-title h3 {
		padding-left: 16px;
		font-size: 17px !important;
	}
	.top-rec .more-btn p {
		text-align: center;
	}
	.top-bnr3 > div > div {
		justify-content: center;
	}
	.commonNavi-head-title h1 {
		font-size: 18px !important;
	}
	.slide-inner {
		top: 42%;
		text-align: left;
	}
	.slide-inner .maintitle {
		font-size: 25px;
		font-weight: 600;
		padding-bottom: 0;
		text-align: left;
	}
	.black-btn {
		padding-left: 0;
	}
	.black-btn span {
		padding-left: 0;
	}
	.checkbox-562 span,
	.checkbox-563 span {
		font-size: 14px;
	}
}
.wpcf7c-elm-step2 p {
	color: red;
	font-weight: 700;
	font-size: 23px;
}
form.wpcf7-form{
	margin-top: -100px;
	padding-top: 100px;
}
textarea {
	background-color: #fff;
	border: 1px solid #aaa !important;
}
@media (max-width: 600px) {
	.sydney-offcanvas-menu {
		padding: 18px;
	}
	.sydney-offcanvas-menu #mainnav .menu-item-has-children .sub-menu a {
		width: 100%;
		font-size: 12px;
		padding-right: 0;
		padding: 3px 0;
	}
	.sydney-offcanvas-menu #mainnav .menu-item-has-children .sub-menu .menu-item-has-children a {
		width: calc(100% - 23px);
	}
	.sydney-offcanvas-menu #mainnav .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a {
		width: 100%;
		padding-right: 0;
	}
	.top-map-iframe {
		margin-top: 20px;
	}
}
@media (min-width: 1400px) {
	#mainnav ul#primary-menu li > ul.sub-menu {
		padding: 50px 18vw;
	}
}
@media (min-width: 1600px) {
	#mainnav ul#primary-menu li > ul.sub-menu {
		padding: 50px 20vw;
	}
}
@media (min-width: 1800px) {
	#mainnav ul#primary-menu li > ul.sub-menu {
		padding: 50px 23vw;
	}
}
.i4ewOd-pzNkMb-haAclf {
	display: none !important;
}
.home iframe {
	margin-top: 20px;
}
.page-id-284 ul.nrm_list2 li {
	padding-left: 0;
}
.page-id-284 ul.nrm_list2 li a {
	padding-left: 35px !important;
}
.page-id-284 .sm_block > ul.faq_list > li:hover {
    background-color: #f4f4f4;
    box-shadow: none;
}
.i4ewOd-pzNkMb-haAclf {
	display: none !important;
}
.top-map-iframe {
	overflow: hidden;
}
.top-map-iframe iframe {
	margin-top: -60px;
}

/* reCARPCHAの位置調整 */
.grecaptcha-badge {
    bottom: 80px !important;
	z-index: 999;
}

/*TGV 微細電極技術ページ*/
#post-2396 .page-wrap .content-wrapper{
	background-color: #fff!important;
}
#post-2396 .commonNavi {
    background-image: url(https://ebinadk.com/wp-content/uploads/2025/12/tgv-top-backgrounf.jpg);
	height: 49.00vw;
	max-height: 700px;
}
#post-2396 main .kiji001 {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-top: 40px;
    background-color: #fff;
    padding: 0;
    margin-bottom: 80px;
    position: relative;
    z-index: 0;
}
#post-2396 .common-title {
	display: none;
}
.tgv-top{
	padding: 0!important;
}
.tgv-top-text {
	position: absolute;
	z-index: 10;
	top: -280px;
	left: 30px;
    color: #fff;
}
.tgv-top-text img{
	width: 90%;
	max-width: 850px;
}
.tgv-top-lead{
	font-size: 1.6em;
}
@media(max-width:750px){
	.tgv-top-text {
	top: -200px;
	left: 30px;
}
.tgv-top-text img{
	width: 80%;
}
.tgv-top-lead{
	font-size: 1.0em;
}
}
@media(max-width:490px){
	.tgv-top-text {
	top: -150px;
}
}
.tgv-fv-bottom{
	background-image: url(https://ebinadk.com/wp-content/uploads/2025/12/baxkground-dots.jpg);
	background-repeat: repeat;
	padding: 50px 30px!important;
	background-position: inherit !important;
	position: relative;
	z-index: 0;
	margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.tgv-fv-bottom-head{
	text-align: center;
	width: fit-content;
	padding: 10px 10px 10px 20px;
	border: 2px solid #333;
	background-color: #fff;
	margin: 0 auto;
}
.tgv-fv-bottom-head h2{
	font-size: 3.6em;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	color: #111!important;
}
.tgv-fv-bottom-image {
	position: relative;
    z-index: -1;
    margin-top: -160px;
}
.tgv-fv-bottom-text {
	position: relative;
	z-index: 2;
	margin-left: -20px;
}
.tgv-fv-bottom-text:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: -40px;
	left: -40px;
	bottom: -40px;
	right: -40px;
	background: #fff;
}
.tgv-fv-bottom-flex{
	padding: 100px 0 0!important;
}
.tgv-fv-bottom-flex-container > div >div {
	max-width: 1400px;
	padding: 0 30px;
}
.tgv-fv-bottom-head .sp-head{
		display: none;
	}
@media(max-width:750px){
	.tgv-fv-bottom{
		padding: 30px 20px!important;
	}
	.tgv-fv-bottom-head{
		padding: 0;
		border: none;
		margin: 0 auto 0 0;
		background-color: transparent;
	}
	.tgv-fv-bottom-head p{
		margin: 0!important;
	}
	.tgv-fv-bottom-head h2{
		display: none;
	}
	.tgv-fv-bottom-head .sp-head{
		display: block;
		width: 100%;
	}
	.tgv-fv-bottom-image {
		margin-top: -80px;
	}
	.tgv-fv-bottom-flex-container > div >div {
		padding: 0;
	}
	.tgv-fv-bottom-flex > div{
		padding: 0!important;
	}
	.tgv-fv-bottom-text {
		margin-left: 0px;
		margin-top: 0px;
		padding: 0;
	}
	.tgv-fv-bottom-text:before{
	top: -20px;
	left: -40px;
	bottom: -20px;
	right: -40px;
}
}
@media(max-width:550px){
	.tgv-fv-bottom{
		padding: 30px 10px!important;
	}
	.tgv-fv-bottom-head{
		padding: 0;
		margin: -60px auto 0 0;
	}
	.tgv-fv-bottom-head h2{
		font-size: 1.1em;
	}
	.tgv-fv-bottom-image {
		margin-top: -80px;
	}
	.tgv-fv-bottom-text {
		margin-left: 0px;
		margin-top: 10px;
		padding: 0px;
	}
}
.tgv-section-first {
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin: 0 calc(50% - 50vw);
	padding: 40px 0 60px!important;
    width: 100vw;
	background-image: url(https://ebinadk.com/wp-content/uploads/2025/12/baxkground-dots-01.jpg);
	background-repeat: no-repeat;
	background-position: left 520px!important;
}
.tgv-section-first.second {
	background-position: 0 300px!important;
}
.tgv-section-first.third {
	background-position: 0 200px!important;
	padding: 40px 0 0px!important;
}
.tgv-head{
	width: 75%;
	max-width: 1000px;
	position: relative;
	z-index: 1;
	padding: 0 0 0!important;
}
.tgv-head:before{
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 50%;
	width: 100%;
	height: 25%;
	background: #111;
}
.tgv-head h2{
	color: #fff!important;
	font-family: auto;
	font-weight: 700;
	width: 70%;
	max-width: 600px;
	margin-left: 60px;
}
.tgv-head h2 img{
	width: 100%;
}
.tgv-head-2{
	width: 75%;
	max-width: 800px;
	position: relative;
	z-index: 1;
	padding: 0 0 20px!important;
	margin-bottom: 30px;
}
.tgv-head-2:before{
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-image: linear-gradient(90deg, #0076c3, transparent);
}
.tgv-head-2 h3{
	font-size: 2.8em;
	font-family: auto;
	font-weight: 700;
	width: fit-content;
}
.high-tec-container{
	padding: 40px 0 30px!important;
}
.high-tec > div >div {
	max-width: 1400px;
	padding: 0 40px;
}
.high-tec-img{
	width: 75%;
	max-width: 800px;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.high-tec-text {
	width: 60%;
	min-width: 860px;
	padding: 30px 20px 30px 20px;
	background: #f0f9fe;
	margin-left: auto;
	margin-top: -150px;
	position: relative;
	z-index: 2;
}
@media(max-width:1080px){
	.tgv-head{
	width: 85%;
	padding: 0 0 20px!important;
}
.tgv-head:before{
	height: 20%;
}
.tgv-head h2{
	font-size: 2.4em;
	margin-left: 40px;
	text-shadow: 1px 2px 0 #111;
	-webkit-text-stroke: 1px #111;
}
.tgv-head-2{
	width: 85%;
	padding: 0 0 15px!important;
	margin-bottom: 30px;
}
.tgv-head-2:before{
	height: 10px;
}
.tgv-head-2 h3{
	font-size: 1.8em;
	color: #111!important;
}
}
@media(max-width:780px){
	.tgv-section-first{
		padding: 20px 0 40px!important;
		background-position: left 220px!important;
	}
	.tgv-section-first > div{
		padding: 0!important;
	}
	.high-tec-text {
	width: 100%;
	min-width: auto;
	padding: 20px 20px 6px 20px;
	margin-left: 0;
	margin-top: 10px;
}
	.high-tec > div >div {
	padding: 0 10px;
}
}
@media(max-width:550px){
	#post-2396 .commonNavi {
    background-image: url(https://ebinadk.com/wp-content/uploads/2025/12/back-tgv-top-sp.png);
		height: 80.00vw;
}
	.high-tec-img{
	width: 100%;
	margin-right: 0;
}
	.tgv-head{
	width: 98%;
	padding: 0 0 0px!important;
}
.tgv-head:before{
	height: 20%;
}
.tgv-head h2{
	font-size: 1.6em;
	margin-left: 15px;
	width: 90%;
}
.tgv-head-2{
	width: 100%;
	padding: 0 0 10px!important;
	margin-bottom: 20px;
}
	.tgv-head-2:before{
	height: 6px;
}
.tgv-head-2 h3{
	font-size: 1.3em;
}
	.high-tec-container{
	padding: 0px 0 20px!important;
}
	.high-tec-container.hole {
        padding: 40px 0 20px !important;
    }
}
.tgv-flow{
	background-color: #fff;
	width: 90%;
	max-width: 1200px;
	margin: 60px auto 30px;
	padding: 40px 40px!important;
}
.tgv-flow-text > div{
	background-color: #f0f9fe;
	padding: 40px 30px 24px;
	width: 80%;
	max-width: 1100px;
	margin-left: auto;
	position: relative;
	z-index:1;
}
.high-tec-container{
	position: relative;
}
.high-tec-container.flow:before{
	content:"";
	position: absolute;
	bottom: 0;
	left: 100px;
	width: 100%;
	height: 100%;
	background-image: url(https://ebinadk.com/wp-content/uploads/2025/12/baxkground-dots-01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom!important;
	z-index:-1;
}
.high-tec-container.design:before{
	content:"";
	position: absolute;
	top: -10px;
	left: -120px;
	width: 40%;
	height: 100%;
	background-image: url(https://ebinadk.com/wp-content/uploads/2025/12/baxkground-dots-01.jpg);
	background-repeat: no-repeat;
	background-position: initial;
	z-index:-1;
}
.high-tec-container.data:before{
	content:"";
	position: absolute;
	top: 120px;
	left: -100px;
	width: 100%;
	height: 100%;
	background-image: url(https://ebinadk.com/wp-content/uploads/2025/12/baxkground-dots-01.jpg);
	background-repeat: no-repeat;
	background-position: initial!important;
	z-index:-1;
}
.tgv-bottom-flex-container{
	padding: 20px 0 40px!important;
	align-items: end!important;
	position: relative;
	z-index: 5;
}
.tgv-bottom-flex-container >div:nth-of-type(2){
	padding: 30px 30px 10px;
	background-color: #fff;
	margin-bottom: 16px;
}
.tgv-bottom-box{
	position: relative;
}
.tgv-bottom-box:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 100px;
    width: 60%;
    max-width: 800px;
	height: 400px;
	background-image: url(https://ebinadk.com/wp-content/uploads/2025/12/baxkground-dots-01.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
.tgv-bottom-box:before{
	position: absolute;
	content: "";
	right: 0;
	top: 267px;
    width: 70%;
    max-width: 860px;
	height: 400px;
	background-image: url(https://ebinadk.com/wp-content/uploads/2025/12/baxkground-dots-01.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
.tgv-bottom-box .tgv-head-2-txt{
	margin-bottom: 60px;
}
.tgv-head-2-txt p{
	font-size: 1.4em;
	font-weight: 600;
}
.tgv-head-3{
	padding-left: 24px;
	position: relative;
	margin: 0 0 20px!important;
}
.tgv-head-3:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #0076c3;
}
.tgv-head-3 h4{
	font-size: 1.6em;
	font-weight: 600;
	color: #111!important;
}
.tgv-bottom-flex > div >div {
	max-width: 1400px;
	padding: 0 40px;
}
.tgv-bottom-cv{
	position: relative;
	background-image: url(https://ebinadk.com/wp-content/uploads/2025/12/cv-bottom-tgv.png);
	background-size: cover;
	background-position: 0 0!important;
	background-repeat: no-repeat;
	padding: 80px 0!important;
	margin: 40px 0;
}
.tgv-cv-head{
	text-align: center;
}
.tgv-cv-head h3{
	font-size: 2.8em;
	color: #fff!important;
	font-weight: 800;
	padding-bottom: 30px!important;
	text-align: center;
}
.tgv-cv-txt{
	text-align: center;
}
.tgv-cv-txt p{
	color: #fff!important;
	text-align: center;
}
.tgv-cv-btn-container{
	padding: 20px 0 0!important;
	width: 90%;
    margin: 0 auto;
    max-width: 800px;
}
.tgv-cv-btn{
	padding: 0!important;
}
.tgv-btn{
	display: inline-block;
	background-color: #cf4b42;
	padding: 10px 80px 10px 20px;
	width: 90%;
	min-width: fit-content; 
	color: #fff!important;
	position: relative;
	z-index: 1;
	transition: all ease .3s;
}
.tgv-btn:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 20px;
	transform: translateY(-50%);
	z-index: 1;
	transition: all ease .3s;
}
.tgv-btn:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 29px;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-right: 2px solid #cf4b42;
	border-bottom: 2px solid #cf4b42;
	transform: translateY(-50%) rotate(-45deg);
	z-index: 2;
	transition: all ease .3s;
}
.tgv-btn:hover{
	opacity: .8;
}
.tgv-btn:hover:before{
	right: 14px;
}
.tgv-btn:hover:after{
	right: 23px;
}
.tgv-flow-sp{
	display: none;
}
.process-hole-list table thead tr th{
	padding: 10px 5px;
	font-size: 1.1em;
	font-weight: 800;
}
.process-hole-list table thead tr{
	border-bottom: 2px solid #111;
}
.process-hole-list table tbody tr td{
	padding: 15px 5px;
	font-size: 1.1em;
	font-weight: 500;
}
.process-hole-list table tbody tr {
	border-bottom: 1px solid #ccc;
}
.process-hole-list table thead tr th,
.process-hole-list table tbody tr td{
	width: 300px;
	text-align: center;
}
.process-hole-list{
	position: relative;
	z-index: 10;
	margin-bottom: 60px;
}
.tgv-design-list{
	position: relative;
}
.tgv-design-list:before{
	content: "";
	position: absolute;
	top: -30px;
	left: -30px;
	right: -30px;
	bottom: -30px;
	width: calc(100% + 60px);
	height: calc(100% + 60px);
	z-index: -1;
	background-color: #fff;
}
.process-hole-list table tbody tr .red-txt{
	color: #e60012;
}
.process-hole-list table thead tr th:nth-of-type(1),
.process-hole-list table tbody tr td:nth-of-type(1){
	width: 200px;
	text-align: left;
}
.tgv-design-flex{
	padding: 60px 0 60px!important;
}
.tgv-design > div >div {
	max-width: 1400px;
}
.tgv-design-img p{
	text-align: center;
}
.tgv-design-img img{
	width: 90%;
	margin-top: -120px;
}
.tgv-design table tbody tr {
	border-bottom: 1px solid #ccc;
}
.tgv-design table tbody tr:nth-of-type(1){
	border-top: 1px solid #ccc;
}
.tgv-design table tbody tr td{
	padding: 0 10px;
	font-size: 1.1em;
	font-weight: 500;
	height: 90px;
	text-align: center;
}
.tgv-design table tbody tr td:nth-of-type(1){
	font-size: 1.2em;
	font-weight: 700;
	text-align: left;
}
.tgv-example-flex{
	padding: 40px 40px 20px!important;
	position: relative;
	z-index: 3;
	background-color: #fff;
}
.tgv-example{
	padding: 40px 0!important;
	position: relative;
}
.tgv-example-img img{
	width: 92%;
	margin: 0 auto;
}
.tgv-example-img p{
	text-align: center;
	margin: 10px 0 0!important;
}
.tgv-example-text{
	width: 80%;
	margin: 60px auto 0;
	padding: 30px 40px 14px;
	background-color: #f0f9fe;
	position: relative;
	z-index: 3;
}
.tgv-example:before{
	content:"";
	position: absolute;
	top: 320px;
	right: -120px;
	width: 40%;
	height: 100%;
	background-image: url(https://ebinadk.com/wp-content/uploads/2025/12/baxkground-dots-01.jpg);
	background-repeat: no-repeat;
	background-position: initial;
	z-index:-1;
}
.process-data-list table thead tr th{
	padding: 10px 5px;
	font-size: 1.1em;
	font-weight: 800;
}
.process-data-list table thead tr{
	border-bottom: 2px solid #111;
}
.process-data-list table tbody tr td{
	padding: 15px 5px;
	font-size: 1.1em;
	font-weight: 500;
}
.process-data-list table tbody tr {
	border-bottom: 1px solid #ccc;
}
.process-data-list table thead tr th,
.process-data-list table tbody tr td{
	width: 240px;
	text-align: left;
}
.process-data-list{
	position: relative;
	z-index: 10;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 40px;
	background-color: #fff;
}
.process-data-list table thead tr th:nth-of-type(2),
.process-data-list table tbody tr td:nth-of-type(2){
	width: 400px;
	text-align: left;
}
.high-tec-text.line p span{
		display: inline-block;
		padding: 2px 8px;
		background: #333;
		color: #fff!important;
		border-radius: 3px;
		margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	}
@media(max-width:780px){
	.tgv-design-flex #pgc-w69366fb223d09-0-1{
		order: 1;
	}
	.tgv-design-flex #pgc-w69366fb223d09-0-0{
		order: 2;
	}
	.tgv-design-img img{
		width: 100%;
		margin-top: 0;
	}
}
.sp{
	display: none;
}
@media(max-width:550px){
	.sp{
	display: block;
}
	.tgv-flow-sp{
		display: block;
	}
	.tgv-flow-pc{
		display: none;
	}
	.tgv-design table tbody tr td{
	padding: 0 10px;
	font-size: .8em;
	height: 70px;
}
.tgv-design table tbody tr td:nth-of-type(1){
	font-size: .8em;
}
	.tgv-design-flex{
		padding: 20px 0 40px!important;
	}
	.tgv-design-flex > div{
		padding: 0!important;
	}
	.tgv-head-3{
	padding-left: 18px;
	margin: 0 0 15px!important;
}
.tgv-head-3:after{
	width: 3px;
}
	.tgv-head-3 h4{
	font-size: 1.2em;
}
	.high-tec-container.design{
		padding: 20px 0 20px!important;
	}
	.tgv-example-flex{
	padding: 0px 0px 10px!important;
	background-color: transparent;
}
.tgv-example{
	padding: 0px 0 40px!important;
}
.tgv-example-img img{
	width: 100%;
}
.tgv-example-text{
	width: 100%;
	margin: 10px auto 0;
	padding: 20px 15px 14px 15px;
}
	.tgv-example-text p{
	font-size: .85em;
}
.tgv-example:before{
	top: 320px;
	right: -120px;
	width: 80%;
}
	.high-tec-container.data{
		padding: 0 0 0!important;
	}
	.tgv-flow{
	width: 100%;
	margin: 30px auto 0px;
	padding: 20px 10px!important;
}
.tgv-flow-text > div{
	padding: 30px 20px;
	width: 100%;
	margin: 0 auto;
}
	.high-tec-container.design:before{
		display: none;
	}
}
@media(max-width:780px){
	.process-hole-list{
		margin-bottom: 40px;
		overflow: auto;
	}
	.process-hole-list table{
		border-collapse: collapse;
		min-width: 700px;
	}
	.process-hole-list table thead tr th{
	padding: 8px 4px;
	font-size: 0.9em;
	font-weight: 600;
}
.process-hole-list table tbody tr td{
	padding: 8px 4px;
	font-size: 0.9em;
}
.process-hole-list table thead tr th,
.process-hole-list table tbody tr td{
	width: 260px;
}
	.tgv-head-2-txt p{
	font-size: 1em;
	font-weight: 600;
}
.process-data-list table thead tr th{
	padding: 8px 4px;
	font-size: .9em;
}
.process-data-list table tbody tr td{
	padding: 10px 4px;
	font-size: .9em;
}
.process-data-list table thead tr th,
.process-data-list table tbody tr td{
	width: 220px;
}
.process-data-list{
	margin: 0 auto 40px;
	padding: 10px;
	overflow: auto;
}
.process-data-list table {
	border-collapse: collapse;
	min-width: 700px;
}
	.tgv-bottom-flex > div > div {
		padding: 0 0px;
	}
	.tgv-bottom-flex-container{
		padding: 20px 0 20px!important;
	}
	.tgv-bottom-flex-container > div:nth-of-type(2){
		padding: 20px 10px 4px!important;
	}
	.tgv-bottom-flex-container > div:nth-of-type(1){
		padding: 0!important;
		margin-bottom: 0!important;
	}
	.tgv-bottom-box .tgv-head-2-txt{
		margin-bottom: 20px;
	}
	.tgv-bottom-box{
		background-image: none;
	}
	.tgv-bottom-box:after{
		background-image: none;
	}
	.tgv-bottom-box:before{
		background-image: none;
}
	.tgv-bottom-box{
		padding: 80px 0 0px!important;
	}
	.tgv-bottom-cv {
    padding: 56px 0 24px!important;
    margin: 30px 0;
}
	.tgv-cv-head h3 {
    font-size: 1.5em;
    padding-bottom: 20px !important;
}
	.tgv-cv-txt p {
	font-size: .9em;
    text-align: left;
	padding: 0 20px;
}
	.tgv-btn {
    padding: 10px 80px 10px 20px;
    width: 100%;
    min-width: auto;
}
}
@keyframes scroll-hint {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        transform: translateX(-40px);
        opacity: 0;
    }
    100% {
        transform: translateX(-40px);
        opacity: 0;
    }
}
.scroll-hint-text{
	font-size: 9px;
}