/*
Theme Name: 有明電設採用
*/
@charset "utf-8";


*,
*:before,
*:after {
	outline: none;
	box-sizing: border-box;
}

.preload * {
	transition: none !important;
}

html {
	font-size: 62.5%;
	background: var(--body-color-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 1.3;
}

a,
button {
	color: inherit;
	text-decoration: none;
	user-select: none;
}

@media (hover:hover) {

	a,
	button {
		transition: all 0.2s linear;
	}

	a:hover,
	button:hover {
		opacity: 0.6;
	}
}

ul,
ol {
	list-style: none;
}

table th,
table td {
	text-align: left;
	vertical-align: top;
}

img {
	position: relative;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	backface-visibility: hidden;
	transition: all 0.2s linear;
}

iframe {
	width: 100%;
}

::placeholder {
	color: #bbb;
}

.lum-lightbox {
	z-index: 10000;
}

.lum-previous-button:after,
.lum-next-button:after {
	box-shadow: none;
}

@media (max-width:460px) {
	.lum-lightbox-inner img {
		max-width: 98%;
		max-height: 98%;
	}
}

.swiper-pagination .swiper-pagination-bullet {
	background: var(--text-color);
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: var(--main-color);
}

.material-symbols-outlined {
	font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
}


.container {
	max-width: 1100px;
}

/*--- structure ---*/
.container {
	padding: 0px;
	margin: 0px auto;
	position: relative;
}

.column,
.columns {
	float: left;
	position: relative;
	min-height: 1px;
}

.one-ninth {
	width: 11.111%;
}

.one-eighth {
	width: 12.5%;
}

.one-seventh {
	width: 14.285%;
}

.one-fifth {
	width: 20%;
}

.two-fifth {
	width: 40%;
}

.three-fifth {
	width: 60%;
}

.four-fifth {
	width: 80%;
}

.one {
	width: 8.333%
}

.two {
	width: 16.666%;
}

.three {
	width: 25%;
}

.four {
	width: 33.333%;
}

.five {
	width: 41.666%;
}

.six {
	width: 50%;
}

.seven {
	width: 58.334%;
}

.eight {
	width: 66.667%;
}

.nine {
	width: 75%;
}

.ten {
	width: 83.334%;
}

.eleven {
	width: 91.667%;
}

.twelve {
	width: 100%;
}

.ie7 .sf-mega-section.three {
	width: 24%;
}

.gdlr-item {
	margin: 0px 15px 20px;
	min-height: 1px;
}

.gdlr-item.gdlr-main-content {
	margin-bottom: 55px;
}

.gdlr-item.gdlr-divider-item {
	margin-bottom: 50px
}

.section-container,
.gdlr-item-start-content,
.gdlr-parallax-wrapper,
.gdlr-color-wrapper {
	padding-top: 15px;
}

.gdlr-color-wrapper,
.gdlr-parallax-wrapper,
.gdlr-full-size-wrapper {
	padding-bottom: 20px;
}

.gdlr-full-size-wrapper .gdlr-item {
	margin-left: 0px;
	margin-right: 0px;
}

.ie7 .gdlr-item-start-content {
	overflow: hidden;
}

audio {
	width: 100%;
}

img,
video {
	max-width: 100%;
	height: auto;
}

.ie8 img {
	width: auto;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	border: 0px;
	outline: none;
	padding: 6px;
	max-width: 100%;
}

.footer-wrapper {
	border-top-color: #478de8#008aca;
}

.footer-wrapper {
	background-color: #262626;
}

.footer-wrapper .gdlr-widget-title,
.footer-wrapper .gdlr-widget-title a {
	color: #757575;
}

.footer-wrapper {
	color: #ffffff;
}

.footer-wrapper a {
	color: #ffffff;
}

.footer-wrapper a:hover {
	color: #ffffff;
}

.footer-wrapper * {
	border-color: #363636;
}

.footer-wrapper input[type="text"],
.footer-wrapper input[type="email"],
.footer-wrapper input[type="password"],
.footer-wrapper textarea {
	background-color: #f7f7f7;
}

.footer-wrapper input[type="text"],
.footer-wrapper input[type="email"],
.footer-wrapper input[type="password"],
.footer-wrapper textarea {
	color: #555555;
}

.footer-wrapper .tagcloud a {
	background-color: #97c566;
}

.footer-wrapper .tagcloud a,
.footer-wrapper .tagcloud a:hover {
	color: #ffffff;
}

.copyright-wrapper {
	background-color: #3f3f3f;
}

.copyright-wrapper {
	color: #919191;
}

.footer-wrapper .copyright-wrapper {
	border-color: #555555;
}

/*--- footer ---*/
.footer-wrapper {
	border-top-style: solid;
	border-top-width: 4px;
	position: relative;
}

.footer-container {
	padding-top: 50px;
    font-size: 13px;
    line-height: 1.7;
}

.ie7 .footer-wrapper {
	overflow: hidden;
}

.copyright-left {
	margin: 0px 15px;
	float: left;
    font-size: 13px;
}

.copyright-right {
	margin: 0px 15px;
	float: right;
}

.copyright-wrapper {
	border-top-width: 1px;
	border-top-style: solid;
}

.copyright-container {
	padding: 15px 0px;
}

/*--- clear ---*/
.clear {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	zoom: 1;
}

.clear-fix {
	zoom: 1;
}

.clear-fix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


@media only screen and (max-width: 767px) {
    .one-ninth,
    .one-eighth,
    .one-seventh,
    .one-fifth,
    .two-fifth,
    .three-fifth,
    .four-fifth,
    .one,
    .two,
    .three,
    .four,
    .five,
    .six,
    .seven,
    .eight,
    .nine,
    .ten,
    .eleven,
    .twelve {
        width: 100%;
    }
}

@media only screen and (max-width: 419px) {
    body .container {
        max-width: 95%;
    }
}