/*!
Theme Name: KEE
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kee
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

KEE is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.7em;
}
.single p{
  line-height: 1.9em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu > ul > li > ul > li a > span {
    color: #fff !important;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.mega-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.mega-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
}
.site-header {
  z-index: 9999 !important;
}

.menu-active {
  border-bottom: 3px solid #00a63c !important;
  margin-bottom: -3px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 90%;
    overflow-x: hidden;
}
h1.entry-title {
    display: none;
}
a.btn,
a img{
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}
a.btn:hover,
a img:hover{
  opacity: .8;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; 
}
a.btn {
  border-radius: 0;
}
.b-b {
  background: #0698d8 !important;
}
.b-b-o {
  background: #b4e0f3 !important;
}

@media (min-width: 1200px){
.container {
    max-width: 1235px;
}
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
@media (min-width: 1245px){
.col-lg-7.mega-menu {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
}
@media (min-width: 992px){
.col-lg-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
.menu {
    float: right;
}
.header-top{
	border-top: 5px solid #00a63c;
}
ul.header-top-list {
    background: #00a63c;
    border-radius: 0 0 5px 5px;
}
ul.header-top-list li {
    display: inline-block;
    color: #fff;
}
ul.header-top-list li.item1 {
    background: rgba(255, 255, 255, 0.5);
}
ul.header-top-list li a {
    color: #fff;
    display: inline-block;
}
ul.header-top-list li.item1{
    margin: 0;
}
ul.header-top-list li.item1 a {
    padding: 7px 13px;
}
ul.header-top-list li.item2 a,
ul.header-top-list li.item3 a {
    padding: 7px 25px;
}
ul.header-top-list li.item3 {
    background: #0697d7;
    border-radius: 0 0 5px 0;
}
ul.header-top-list li.item3 img {
    width: 13px;
    margin-right: 10px;
    margin-bottom: 1px;
}
ul.header-top-list li a:hover {
    text-decoration: none;
}
ul.header-top-list li a i {
    margin-right: 10px;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.footer-bottom {
    padding: 1.5rem 0;
}
ul.footer-bottom-list li a {
    color: #666666;
    font-size: 98%;
}
ul.footer-bottom-list li a:after {
    content: "|";
    margin-left: 10px;
}
.site-info{
	position:relative;
}
.site-info small {
    padding: 1.5rem 0;
    display: block;
    border-top: 1px #f1f1f1 solid;
}
a.pagetop {
    position: absolute;
    right: 0;
    bottom: 1.5rem;
    color: #4d4d4d;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 85%;
}
a.pagetop i {
    color: #00a63c;
    margin-left: 5px;
}
a.pagetop:hover {
    text-decoration: none;
}
.site-footer ul {
    margin-left: 1.5rem;
}
.site-footer ul li {
    margin: 10px 0;
}
.site-footer ul li ul {
    margin-left: 1rem;
}
.site-footer ul li a {
    color: #4d4d4d;
    font-weight: bold;
}
.site-footer ul li ul li{
	margin:8px 0;
}
.site-footer ul li ul li a {
    font-size: 95%;
    color: #999999;
    font-weight: 500;
}
.site-footer {
    background-image: url(/wp-content/themes/kee/img/footer-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 5rem 3rem;
    margin: 0 -5rem;
    position: relative;
    height: 600px;
}
.b-r {
    border-right: 1px solid #fff;
}
.pagination {
  text-align: center;
  display: block;
}
.mt{
  margin-top: 27px;
}


/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
span.news {
  display: none !important;
}
.date {
  color: #989898;
}
.home h2 {
  font-family: 'PT Sans', sans-serif;
  font-style: italic;
  color: #00a63c;
  letter-spacing: 2px;
  text-align: center;
  margin: 3rem auto;
  font-size: 37px;
  font-weight: bold;
}
.news-list {
  margin: 1rem auto;
}
.news-list>.row {
  border-top: 1px solid #cbcbcb;
  padding: 15px 0;
}
h2.top-technology{
  position: relative;
  margin-top: 5rem;
}
h2.top-technology:before{
  content: url(/wp-content/themes/kee/img/top-technology.svg);
  position: absolute;
  left: 0;
}
h2 .sub {
  font-size: 40%;
  color: #4d4d4d;
  letter-spacing: normal;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  margin-left: 15px;
}
h2 .block {
  display: block;
  font-size: 40%;
  color: #4d4d4d;
  letter-spacing: normal;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  margin-top: .5rem;
}
.top-works {
  background-image: url(/wp-content/themes/kee/img/top-works.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 5rem 3rem;
  margin: 0 -5rem;
  position: relative;
}
.top-works h2 {
  position: relative;
  top: -25px;
  margin-bottom: 2rem;
}
.top-works h3 {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  top: -20px;
}
.top-works h3 span {
  font-size: 65%;
  color: #989898;
  margin-left: 15px;
  font-style: italic;
}
.top-works-inner {
  background: #fff;
  height: 100%;
  position: relative;
  padding: 2rem 3rem;
}
.top-works h4 {
  text-align: center;
  font-size: 17px;
  color: #fff;
}
.top-works-inner .col-md-6 {
  padding: 1rem 0;
}
.top-works-inner .col-md-6:nth-of-type(1) {
  background: #0698d8;
}
.top-works-inner .col-md-6:nth-of-type(2) {
  background: #1ca63c;
}
.top-works-inner .btn {
  background: #fff;
  display: block;
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 2px;
}
.top-works-inner .col-md-6 {
  padding: 1rem;
}
.erea-list .col-md-4.col-6{
  padding: 1px;
}
.erea-list .col-md-4.col-6 a {
  display: block;
  background: #f1f1f1;
  color: #888888;
  position: relative;
  padding: 10.5px;
}
.erea-list .col-md-4.col-6 a:hover {
  text-decoration: none;
  opacity: .8;
  color: #00a63c;
}
.erea-list .col-md-4.col-6 a:after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  right: 10px;
}
.top-works-inner .col-md-6 {
  padding: 8px;
}
.top-works-inner .col-md-6 .btn {
  padding: 10.5px 10px;
  font-size: 90%;
}
.top-works-inner .col-md-6:nth-of-type(1) .btn {
  color: #0698d8;
}
.top-works-inner .col-md-6:nth-of-type(2) .btn {
  color: #00a63c;
}
.top-works-inner .col-md-6 .btn:after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  right: 20px;
}
.top-works-inner .col-md-6:nth-of-type(2) .btn:last-child {
  border-radius: 0;
  cursor: unset;
}
.top-works-inner .col-md-6:nth-of-type(2) .btn:last-child:after {
  content: none;
}
.top-works-inner .row .col-12 {
  padding: 0;
}
.category>span {
  display: block;
  text-align: center;
  border: 1px solid #00a63c;
  color: #00a63c;
  font-size: 90%;
}
.category>span.important {
  background: #00a63c;
  color: #fff;
}
.post-title a {
  color: #4d4d4d;
  font-weight: 500;
}
a.btn.b-g {
  background: #00a63c;
  color: #fff;
}
a.btn.b-b {
  background: #0698d8;
  color: #fff;
}
.m-w-100 {
  max-width: 100%;
}
.top-works-btn {
  padding: 15px 60px;
  font-size: 100%;
  margin-top: 2rem;
  position: relative;
}
.top-works-btn:after,
.business-works-btn:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 15px;
}
.top-works-btn:before,
.business-works-btn::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 15px;
  font-size: 105%;
}

a.outline-works-btn {
  width: 100%;
  padding: 15px;
  position: relative;
  font-size: 90%;
	margin-top: 30px;
}
.outline-works-btn:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 15px;
}
.outline-works-btn:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 15px;
  font-size: 135%;
  line-height: 1em;
}
.outline-works-btn.excel_link{
  margin-top: 0;
}
.outline-works-btn.excel_link:before {
  content: "\f1c3";
}
.recruit-link {
  margin: 3rem 0;
  position: relative;
}
.carousel-indicators li {
  background-color: #c3cbd4;
}
.carousel-indicators .active {
  background-color: #00a63c;
}
.top-our-business {
  margin: 5rem 0 7rem;
}
.col-md-6.our-business1 {
  padding-right: 3rem;
}
.col-md-6.our-business2 {
  padding-left: 4rem;
}
.top-our-business h3 {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 25px;
  margin: 3rem auto 2rem;
}
.top-our-business h3 span {
  font-size: 75%;
  font-style: italic;
  margin-left: 20px;
}
.pt-6 {
  padding-top: 6rem;
}
.top-our-business h2{
  position: relative;
  top: -45px;
}
.top-our-business h4 {
  font-size: 15.5px;
  margin: 1rem 0;
}
a.btn.more {
  width: 100%;
  padding: 10px;
  position: relative;
}
a.btn.more:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 15px;
}
span.new {
  color: #00a63c;
  font-weight: bold;
  font-style: italic;
  margin-left: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
#breadcrumb {
  margin: 1.5rem 0;
}
#breadcrumb ul li:after {
  content: "|";
  margin-left: 10px;
}
.business-header,
.outline-header,
.product-header,
.works-header{
  background: #00a63c;
  color: #fff;
  text-align: center;
  padding: 2rem;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
#service .product-header{
  background: #0698d8;
  color: #fff;
  text-align: center;
  padding: 2rem;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.business-header h1,
.outline-header h1,
.product-header h1,
.works-header h1 {
  font-size: 18pt;
  margin: 1rem 0;
  letter-spacing: 1px;
  position: relative;
}
.works-header h1 {
  margin: 1rem 0 4rem;
}
.business-header h1.h1-facilities span,
#service .product-header h1 span {
  color: #b4e0f3;
}
.business-header h1 span {
  display: block;
  font-size: 70%;
  font-style: italic;
  margin-top: .5rem;
  color: #bae4c4;
  font-family: 'Noto Sans JP', sans-serif;
}
.product-header h1 span{
  display: block;
  font-size: 70%;
  margin-bottom: .5rem;
  color: #bae4c4;
}
.business-message {
  background: rgba(28, 166, 60, 0.3);
  padding: 2.5rem 4rem 2rem;
  margin: 2rem -5rem;
}
.business-message strong,
.business-works strong {
  color: #00a63c;
  font-size: 110%;
}
#business h2,
#outline h2,
#product h2,
#service h2,
#privacypolicy h2,
#recruit h2 {
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
  color: #333;
  position: relative;
  display: inline-block;
  padding-left: 4.5rem;
  letter-spacing: .5px;
}
#privacypolicy h2{
  margin: 2.5rem 0;
}
#privacypolicy h3,
#sitepolicy h3 {
  margin: 1rem 0;
  color: #00a63c;
  font-size: 19px;
}
#privacypolicy ol {
  margin: 0;
  line-height: 2em;
  font-size: 15px;
}
#privacypolicy ul li {
  list-style: disc;
}
#business h2:before,
#outline h2:before,
#product h2:before,
#service h2:before,
#privacypolicy h2:before,
#recruit h2:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #333;
  left: 0;
}
#business h2 span,
#outline h2 span,
#product h2 span,
#service h2 span,
#privacypolicy h2 span,
#recruit h2 span {
  font-size: 50%;
  font-style: normal;
  color: #4d4d4d;
}
#business h2 span:before,
#outline h2 span:before,
#product h2 span:before,
#service h2 span:before,
.home h2 span.sub:before,
#privacypolicy h2 span:before,
#recruit h2 span:before {
  content: "/";
  margin-left: 1rem;
  margin-right: 1rem;
}
.home h2 span.sub.float-right:before {
  content: none;
}
  #service h3{
  color: #0698d8;
  margin: 1.5rem 0 1rem;
  font-size: 16pt;
  font-weight: bold;
}
.business-document {
  background: rgba(28, 166, 60, 0.3);
  padding: 2rem;
  margin: 2rem 0;
}
.business-document h3,#product h3,.environment_image h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
}
.business-works,.video {
  background-image: url(/wp-content/themes/kee/img/top-works.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto -5rem;
  padding: 4rem;
}
.business-service,
.business-technical {
  padding: 2rem 0;
}
a.business-works-btn {
  width: 100%;
  padding: 15px;
  position: relative;
  font-size: 90%;
}
.business-technical h2 {
  margin-bottom: 2rem;
}
.business-message figure img {
  width: 60%;
  display: block;
  margin: .5rem auto;
}
.business-message figure figcaption {
  font-size: 90%;
  color: #666666;
  margin: 0;
  text-align: center;
}
.business-service p strong {
  font-size: 120%;
  color: #00a63c;
  line-height: 2rem;
}
.business-document .flex-wrap {
  margin: 2rem 0 0;
}
.business-document .flex-wrap a.btn {
  color: #4d4d4d;
  background: #fff;
  border-radius: 0;
  padding: 15px 2.5rem 15px;
  width: 100%;
  position: relative;
  text-align: left;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
.business-document .flex-wrap a.btn:before ,a.license:before, #outline .license:before{
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 135%;
  color: #0698d8;
}
a.btn_green:before {
    color: #00a63c !important;
}
.business-document .flex-wrap a.btn:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 15px;
}
.introduction h1 {
  display: flex;
  align-items: center;
  color: #00a63c;
  font-size: 17pt;
  letter-spacing: 3px;
  margin-bottom: 3rem;
  }
  .introduction h1:before,
  .introduction h1:after {
  border-top: 1.5px solid #00a63c;
  content: "";
  flex-grow: 1;
  }
  .introduction h1:before {
  margin-right: 3rem;
  }
  .introduction h1:after {
  margin-left: 3rem;
  }
  #business .col-md-6.our-business1 {
    padding-top: 6rem;
}
  #business .introduction h2 {
    font-family: 'PT Sans' , sans-serif;
	  font-style: italic;
	  color: #00a63c;
	  letter-spacing: 2px;
	  margin-top: 3rem;
	  font-size: 37px;
	  font-weight: bold;
	  padding: 0;
}
#business .introduction h2:before,
#business .introduction h2 span:before{
  content: none;
}
#business .introduction h2 span {
  font-size: 50%;
  color: #4d4d4d;
  display: block;
  margin-top: .5rem;
}
.facilities, .remediation {
  padding: 2rem;
  margin: 2rem 0;
}
.facilities {
  background: #b5e0f3;
}
.remediation {
  background: #bbe4c4;
}
.facilities a,
.remediation a {
  background: #fff;
  display: block;
  text-align: left;
  color: #333;
  position: relative;
}
.facilities a:hover,
.remediation a:hover {
  text-decoration: none;
}
.facilities a:after,
.remediation a:after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  right: 15px;
  line-height: 3rem;
}
.facilities img,
.remediation img {
  width: 50px;
  margin-right: 1rem;
}
h1.h1-facilities:before {
  content: url(/wp-content/themes/kee/img/h1-facilities.svg);
  position: absolute;
  left: 0;
}
h1.h1-remediation:before {
  content: url(/wp-content/themes/kee/img/h1-remediation.svg);
  position: absolute;
  left: 0;
  width: 225px;
}
.product_features small {
  display: inline-block;
  line-height: 1.5;
}
.our-business1 .d-flex {
  flex-direction: column;
}

/* top */
.trapezoid_blue {
	position: absolute;
	margin-left: 30px;
	width: 1000%;
	height: 540px;
	background: rgba(6, 152, 216, 0.3);
	top: 100px;
	z-index: -1;
	right: 50px;
}
.trapezoid_blue:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-right: 100px solid transparent;
    border-top: 540px solid rgba(6, 152, 216, 0.3);
}
.trapezoid_green {
position: absolute;
width: 1000%;
height: 570px;
background: rgba(28, 166, 60, 0.3);
top: 0;
z-index: -1;
left: 50px;
}
.trapezoid_green:after {
content: '';
position: absolute;
top: 0;
right: 100%;
width: 0;
height: 0;
border-left: 100px solid transparent;
border-bottom: 570px solid rgba(28, 166, 60, 0.3);
}
#business .trapezoid_blue {
height: 540px;
}
#business .trapezoid_green {
 height: 570px;
}
.trapezoid_blue:after {
border-top: 540px solid rgba(6, 152, 216, 0.3);
}
.trapezoid_green:after {
 border-bottom: 570px solid rgba(28, 166, 60, 0.3);
}
ol.carousel-indicators {
    position: relative;
    margin: 0;
    justify-content: flex-end;
    top: 0;
}
.text_blue {
	color: #0698d8 !important;
}
.text_green {
	color: #1ca63c !important;
}
h2 a .sub {
    margin-top: 18px;
}
h2 a .sub:after {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 105%;
    margin-left: 10px;
    color: #00a63c;
}
a.btn.new_graduate {
    position: absolute;
    top: 62%;
    left: 54%;
    font-weight: bold;
    color: white;
    background-color: #0698d8;
    width: 19%;
    padding: 10px;
}
a.btn.career {
    position: absolute;
    top: 62%;
    left: 75%;
    font-weight: bold;
    color: white;
    background-color: #0071bb;
    width: 19%;
    padding: 10px;
}
a.btn.new_graduate:after,
a.btn.career:after{
  content: "\f105";
  right: 10px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;

}

/* パンくず */
li.list-inline-item a {
    color: #989898;
}
li.list-inline-item a:hover {
    color: #1ca63c;
}
a:not([href]):not([tabindex]) {
    color: #1ca63c;
}
a:not([href]):not([tabindex]):hover {
    color: #1ca63c;
}

/*　事業紹介 */
.business-service button.btn.b-g {
  background-color: #00a63c;
  color: #fff;
  width: 185px;
  border-radius: 0;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 90%;
}
.business-service button.btn.b-g:after {
  content: "\f101";
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.business-service button.btn.b-g:hover{
  opacity: .8;
}
.business-service .modal-content {
    border: none;
    color: #1ca63c;
    padding: 30px;
    border-radius: 0;
}
.modal-content p {
  margin: 0;
}
.business-service .modal-dialog {
    max-width: 840px;
}
.business-service .modal-content button.close {
    position: absolute;
    top: 13px;
    right: 13px;
    color: #1ca63c;
    opacity: 1;
    font-weight: 100;
    font-size: 2.5rem;
	z-index: 100;
	line-height: 0;
}
.business-service span.sub {
    font-size: 16px;
    margin-left: 20px;
    font-style: italic;
	color: #808080;
}
.business-service .modal hr {
    height: 1px;
    background-color: #808080;
}
.modal-content li, .modal-content li:before {
	color: #4d4d4d;
}
.modal-content li:before {
  font-family: "Font Awesome 5 Free";
  content: '・';
  color: #4d4d4d;
  margin-right: 10px;
  font-weight: bold;
}
.ls{
  letter-spacing: -0.2px;
}
area{
  border:none;
  outline:none;
}

/* エンジニアリング */
#engineering1 .modal-content span.sub,#engineering2 .modal-content span.sub,#engineering3 .modal-content span.sub,#engineering4 .modal-content span.sub,#engineering5 .modal-content span.sub,#engineering6 .modal-content span.sub {
	color: #fff;
}
#engineering1 .modal-content hr,#engineering2 .modal-content hr,#engineering3 .modal-content hr,#engineering4 .modal-content hr,#engineering5 .modal-content hr,#engineering6 .modal-content hr {
	background-color: #fff;
}
#engineering1 .modal-content button.close,#engineering2 .modal-content button.close,#engineering3 .modal-content button.close,#engineering4 .modal-content button.close,#engineering5 .modal-content button.close,#engineering6 .modal-content button.close {
	color: #fff;
}
#engineering1 .modal-content li,#engineering2 .modal-content li,#engineering3 .modal-content li,#engineering4 .modal-content li,#engineering5 .modal-content li,#engineering6 .modal-content li {
	color: #fff;
}
#engineering1 .modal-content li:before,#engineering2 .modal-content li:before,#engineering3 .modal-content li:before,#engineering4 .modal-content li:before,#engineering5 .modal-content li:before,#engineering6 .modal-content li:before {
	color: #fff;
}
#engineering1 .modal-content {
    background-color: #94c536;
	color: #fff;
}
#engineering2 .modal-content {
    background-color: #2cae80;
	color: #fff;
}
#engineering3 .modal-content {
    background-color: #32c6cd;
	color: #fff;
}
#engineering4 .modal-content {
    background-color: #41a6e0;
	color: #fff;
}
#engineering5 .modal-content {
    background-color: #4381dc;
	color: #fff;
}
#engineering6 .modal-content {
    background-color: #5471a9;
	color: #fff;
}
/* オペレーション＆メンテナンス事業 */
.business-service h3.text_green {
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 17pt;
}
.business-service h3.text_blue {
    margin-bottom: 30px;
}
.business-service .blue_box button.btn.b-g {
    background-color: #0698d8;
    margin-top: 20px;
}
.business-service .box {
    border: 1px solid #808080;
    padding: 20px;
}
.business-service .box p{
  margin: 0;
}
.business-service .box h4 {
  color: #333;
  font-size: 14pt;
  margin: 0;
}
#operation1 .modal-content, #operation2 .modal-content, #operation3 .modal-content, #operation4 .modal-content, #operation5 .modal-content, #operation6 .modal-content {
	color: #0698d8;
}
#operation1 .modal-content li:before, #operation2 .modal-content li:before, #operation3 .modal-content li:before, #operation4 .modal-content li:before, #operation5 .modal-content li:before, #operation6 .modal-content li:before {
	color: #4d4d4d;
}
#operation1 .modal-content button.close, #operation2 .modal-content button.close, #operation3 .modal-content button.close, #operation4 .modal-content button.close, #operation5 .modal-content button.close, #operation6 .modal-content button.close {
	color: #0698d8;
}

/* 企業情報 */
.outline-header {
	margin-bottom: 30px;
}
.outline-header h1{
  margin-bottom: 1rem;
}
.outline-header h1 span {
	display: block;
	font-size: 70%;
	font-style: italic;
	margin-top: .5rem;
	color: #4fcd86;
	font-family: 'Noto Sans JP' , sans-serif;
}
#outline p strong {
	font-size: 120%;
	color: #0698d8;
	line-height: 2rem;
}
#outline .introduction .row,
#recruit .introduction .row {
    margin-bottom: 50px;
}
#outline .introduction a,
#recruit .introduction a {
	display: block;
}
/* #outline .introduction a:after,
#recruit .introduction a:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 30px;
	bottom: 8px;
	font-size: 16px;
    color: #1ca63c;
} */
#outline .introduction a:link, #outline .introduction a:visited,
#recruit .introduction a:link, #recruit .introduction a:visited {
    color: #4d4d4d;
}
#outline .introduction a:hover,
#recruit .introduction a:hover {
    opacity: 0.8;
}
#outline .introduction label,
#recruit .introduction label {
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
}
#outline .introduction .box {
  border: 1px solid #1ca63c;
	color: #1ca63c;
	font-weight: 300;
	margin-bottom: 20px;
}
#outline .introduction a.box {
	width: 100%;
	padding: 10px;
	font-size: 1.5rem;
}
#outline .introduction a.box:after {
  content: "\f105";
  margin-left: 3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.office_table th {
  height: 52px;
}
.outline_table th,
.work_table th{
  padding: 5px;
  width: 10rem;
  display: inline-block;
  background: #1ca63c;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 10px;
}
.outline_table td {
  padding: 0 10px 30px;
	width: 100%;
}
.work_table td{
  padding: 0 10px 20px;
  width: 100%;
}
#outline .outline_table td a.table_link:link,#outline .outline_table td a.table_link:visited {
  color: #999999;
}
#outline .outline_table td a.table_link:hover {
  color: #1ca63c;
}
#outline .outline_table .text_indent {
  margin-left: 5em;
}
#outline .map{
	color: #1ca63c;
	padding: 5px 15px;
	border: solid 1px #1ca63c;
	float: right;
}
#outline .map:hover{
  text-decoration: none;
}
#outline .map:after {
  content: "\f3c5";
  margin-left: .5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.lead {
  text-align: center;
  color: #00a63c;
}
#outline p {
	line-height: 1.5rem;
}
#outline .sign p {
    margin-right: 100px;
    margin-top: 50px;
}
#outline .portrait img {
	position: absolute;
   width: 100px;
   bottom: -120px;
	right: 0;
}
#outline h2 {
  margin: 1.5rem 0;
}
#outline h3.text_green {
	margin: 20px 0;
}
#outline h3.text_green:before{
	content: '';
	position: relative;
	top: -10px;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #1ca63c;
	left: -20px;
}
#outline h3.text_green:after{
	content: '';
	position: relative;
	top: -10px;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #1ca63c;
	right: -20px;
}
#outline hr {
	background-color: #1ca63c;
	height: 2px;
}
.environment_image {
	background-image: url(/wp-content/themes/kee/img/environmentalplan_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5rem 5rem;
    margin: auto -5rem 2rem;
}

.iso {
	background: #fff;
	padding: 30px;
	line-height: 1.5rem;
	margin-bottom: 20px;
}

.iso h3 {
    padding: 1rem 0;
  color: #00a63c;
  font-size: 110%;
  text-align: center;
}
.iso ul li:before {
	content: '\f105';
  margin-right: 1rem;
	font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #00a63c;
}
#outline .license {
    color: #fff;
    padding: 5px 15px;
    background: #1ca63c;
    margin-top: 20px;
	position: relative;
	width: 200px;
}
#outline .license:hover{
  text-decoration: none;
}
#outline .license:after {
	content: '\f105';
	margin-left: .5rem;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}
#outline .license:before{
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 3px;
  font-size: 135%;
  color: #fff !important;
}
#outline .iso p:nth-child(2) {
	margin-bottom: -10px;
}
#outline ul.list_square li:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 15px;
    color: #1ca63c;
    line-height: 1.5rem;
}
#outline ul.list_circle li:before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 15px;
    color: #808080;
    font-size: .5rem;
    line-height: 1.5rem;
}
.section_box_text {
    background: #bae4c4;
    margin: auto -5rem;
    padding: 2.5rem 50px 4rem;
}
.section_box_text ul, .section_box_text p {
    margin-left: 50px;
}
ul.list_square a {
    color: #989898;
}
ul.list_square a:hover {
    color: #1ca63c;
}
.outline_container {
	margin-left: 4.5rem;
  margin-bottom: 50px;
}
#outline table.environmental_plan {
	margin-bottom: -10px;
}
#outline .environmental_plan tr {
	display: block;
	margin-bottom: 30px;
}
#outline .environmental_plan th {
    background-color: #1ca63c;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
	 font-weight: normal;
	padding: 0 13px;
}
#outline .environmental_plan td {
	background-color: #fff;
	font-size: 1rem;
	padding: 10px 20px;
	color: #4d4d4d;
	width: 100%;
}
#outline .environment_image h4.text_green {
    margin-bottom: 25px;
}
#outline .environment_image p.text-right {
   color: #fff;
}
#product {
  margin-bottom: 3rem;
}
.product_features {
  background: rgba(28, 166, 60, 0.3);
  padding: 2.5rem 5rem 2rem;
  margin: 2rem -5rem 8rem;
  position: relative;
}
#product h2,#service h2 {
  margin-bottom: 2rem;
}
/*.product_features img {
  position: absolute;
}*/
.video {
  padding: 3rem;
}
.video h3 {
  margin-bottom: 1rem;
}
.video p {
  margin-bottom: 2rem;
}
.card {
  border: none;
}
.card-title {
  font-size: 15pt;
  color: #4d4d4d;
  font-weight: bold;
  border-bottom: 1px solid #1ca73c;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.card-img-top {
  border-radius: 0;
}
.card-body {
  padding: 0;
  flex: 0;
}
.card-body dl dt {
  color: #00a63c;
  width: 120px;
  float: left;
}
.card-body dl dd{
  margin-left: 120px;
  margin-right: 0;
  color: #333;
}
.works_img {
  display: block;
  margin: auto;
}
ul.header-top-list li.item2 a:hover,
ul.header-top-list li.item3 a:hover {
  color: #fff;
  opacity: .8;
}
.plan {
  margin: 2rem 0;
}
p.number {
  width: 50px;
  float: left;
  font-size: 20pt;
  font-weight: bold;
  color: #00a63c;
  text-align: center;
}
.flex-wrap.plan p {
  background: #fff;
  padding: 2rem;
}
p.number:after {
  content: url(l/wp-content/themes/kee/img/plan_icon.svg);
  position: absolute;
  bottom: 0;
}
#service .product-outline ul li:before {
  content: "\f105";
  margin-right: 1rem;
  color: #0698d8;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
.product-outline .btn.outline-works-btn {
  width: 300px;
}
.product_spec h3 {
  color: #00a63c;
  text-align: left !important;
  margin: 1rem 0;
}
.product_spec h3 small {
  color: #4d4d4d;
  font-size: 70%;
  margin-left: 2rem;
}
.product_spec table th {
  background: #f6f6f6;
}
.product_spec table tr:last-child {
  border-bottom: 1px solid #dee2e6;
}
th.bg-th {
  background: rgba(28, 166, 60, 0.3) !important;
}
.miltron_logo h3 {
  color: #00a63c;
  font-size: 20pt !important;
}
.badge.badge-secondary {
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  background: #f1f1f1;
  color: #888888;
  font-size: 10pt;
  font-weight: normal;
}
.tag_group {
  margin: 1.5rem 0 1rem;
}
.work_container .badge.badge-secondary:hover {
    background: #f1f1f1;
    color: #888888;
	pointer-events: none;
}
.work_container {
  position: relative;
  top: -3.5rem;
}
#works h2,
#product h2.works_h {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  font-style: normal;
  padding: 0;
}
#product h2.works_h:before{
  content: none;
}
a .badge.badge-secondary:hover {
  background: #00a63c;
  color: #fff;
}
a.page-numbers{
  color: #fff;
}
a.page-numbers:hover{
  text-decoration: none;
  opacity: .8;
}
.page-numbers {
  padding: 0.5rem 1rem;
  border: 1px solid #00a63c;
  background: #00a63c;
}
.page-numbers.current {
  background: #fff;
  color: #00a63c;
}
.pager {
  margin: 2rem auto;
  text-align: center;
}
#product .outline_container ul li:before {
  content: "\f105";
  margin-right: 1em;
  color: #00a63c;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
.inner {
  border: 1px solid #00a63c;
  padding: 1.5rem 1rem 0;
  height: 100%;
}
#product .outline_container h4{
  background: #00a63c;
  margin: 0;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  font-size: 15pt;
}
#product .top-works h3 {
  position: static;
}
#product .top-works {
  padding: 3rem 0;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
#product .top-works .outline-works-btn:before{
  content: "";
}
#service .product_features {
  background: #b4e0f3;
}
.post-thumbnail {
  display: none;
}
.products_list,
.service_list {
  margin-bottom: 3rem;
}
.products_list p small,
.service_list p small {
  display: block;
  font-size: 70%;
}
.products_list p,
.service_list p{
  font-size: 15pt;
  font-weight: bold;
  margin: 1rem 0;
  color: #4d4d4d;
  line-height: 1.5;
}
.products_list a:hover,
.service_list a:hover {
  text-decoration: none;
}
/* 商品・サービス　並び順 */
/* .number15 {
  order: 1;
}
.number16 {
  order: 2;
}
.number9 {
  order: 3;
}
.number10 {
  order: 4;
}
.number11 {
  order: 5;
}
.number12 {
  order: 6;
}
.number13 {
  order: 7;
}
.number14 {
  order: 8;
} */
/* ここまで */
.target {
  text-align: center;
  font-size: 17pt;
  font-weight: bold;
  color: #00a63c;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.badge.badge-secondary:hover,
.badge.badge-secondary.current {
  background: #00a63c;
  color: #fff;
  cursor: pointer;
}
#works .card-title {
  font-size: 13pt;
  border: none;
  margin: 0;
}
#works .badge_group .badge.badge-secondary,
#works .badge_group .badge.badge-secondary:visited,
#works .badge_group .badge.badge-secondary:hover {
  cursor: default;
  background: #eee;
  color: #888;
  outline: none;
}
.t_150 {
  font-size: 150% !important;
}
span.large {
  display: inline !important;
  font-size: 145% !important;
  line-height: 0;
  vertical-align: middle;
}
footer span.large {
  font-size: 165% !important;
}
.site-footer ul li ul li a:hover {
  text-decoration: none;
}
.menu > ul > li ul li sup i {
  margin-left: 0;
}
i.fas.fa-circle {
  color: #00a63c;
}
#contact table th, #contact table td{
  white-space: nowrap;
  padding: 1.5rem 1.5rem 1rem;
}
#contact table th{
  background:rgba(225, 225, 225, 0.3);
}
#contact table tr:last-child {
  border-bottom: 1px solid #dee2e6;
}
#contact table p {
  font-weight: bold;
  margin: 0;
  line-height: 3em;
}
input.wpcf7-form-control,
input.confirm_button,
input.back_button {
  padding: 1rem;
  width: 100%;
}
select.wpcf7-form-control.wpcf7-select {
  padding: 1rem 5rem 1rem 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: left;
  background: #fff;
  border-radius: 3px;
}
#sitemap .sitemap ul li a {
  font-weight: bold;
}
#sitemap .sitemap ul li ul li a,
#sitemap .sitemap ul li a.child {
  font-weight: normal;
  color: #999999;
}
#sitemap .sitemap ul li a {
  font-weight: bold;
  color: #4d4d4d;
}
#sitemap .sitemap ul li:first-child {
  margin-top: 1rem;
}
#sitemap .sitemap ul li ul li {
  margin: 0.5rem 0;
}
#sitemap hr {
  background-color: transparent;
  border-top: 1px #cbcbcb dotted;
  height: 0;
  margin: 2rem 0;
}
.border_x{
  border-left: 1px #cbcbcb dotted;
  border-right: 1px #cbcbcb dotted;
  padding: 0 2rem;
}
input[type="submit"],
input.confirm_button {
  background: #00a63c;
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 18px;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
}
input.wpcf7-form-control.wpcf7-back,
input.back_button {
  background: #9a9ea9;
  border: none;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 15px;
  padding: 18px;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
}
input[type="submit"]:hover,
input.wpcf7-form-control.wpcf7-back:hover,
input.confirm_button:hover,
input.back_button:hover{
  opacity: .8;
}
.form_s {
  width: 100px !important;
  margin: 0 1rem;
}
input::-webkit-input-placeholder{
  font-family: 'Noto Sans JP', sans-serif;
}
input::-moz-placeholder{
  font-family: 'Noto Sans JP', sans-serif;
}
input:-moz-placeholder{
  font-family: 'Noto Sans JP', sans-serif;
}
input:-ms-input-placeholder{
  font-family: 'Noto Sans JP', sans-serif;
}
.wpcf7-mail-sent-ok{
  display: none !important;
}
.button_wrap:after {
  position: absolute;
  color: #fff;
  right: 40px;
  line-height: 3.5em;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
  vertical-align: middle;
}
textarea {
  padding: 1rem;
}
.top-btn{
  position: relative;
  width: 100%;
  padding: 15px;
}
.top-btn:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 15px;
}
.single .category>span {
  width: 150px;
}
.info_btn {
  margin: 3rem 0;
}
.info_btn a {
  color: #4d4d4d;
  font-weight: bold;
}
.info_btn:after {
  content: "\f0c9";
  color: #00a63c;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-left: 1rem;
}
#privacypolicy ul {
  margin: 1rem;
}
#sitemap .sitemap ul li a:hover{
  color: #00a63c;
}
#content>img {
  display: block;
  margin: auto;
}
.accordion {
  margin: 2rem 0;
}
.accordion p {
  margin: 0;
}
.accordion p .btn {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  text-align: left;
}
.accordion p .btn:hover {
  text-decoration: none;
}
.accordion .card-header {
  background: #fff;
  padding: 0;
  border-bottom: none;
  border-top: 1px solid rgba(0,0,0,.125);
}
.accordion p .btn:before {
  content: "Q";
  background: #00a63c;
  padding: 0.5rem 1rem;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-style: italic;
  margin-right: 1rem;
}
.accordion .card-body {
  padding: 1rem 0 2rem 5rem;
}
figcaption {
  padding: 1rem 0;
  text-align: right;
  color: #9f9f9f;
}
#recruit h3 {
  color: #0699d9;
  font-size: 23px;
  margin: 3rem 0 1rem;
  font-weight: bold;
}
.row.voice_content {
  position: relative;
  padding: 0 5rem;
  margin-bottom: 5rem;
}
.row.voice_content .position-relative{
  top: -150px;
}
.name_text{
  right: 13%;
  top: 25%;
  color: #fff;
}
.name_text .h2 {
  font-size: 26px;
  letter-spacing: 1px;
}
.name_text .h2 small {
  font-size: 60%;
  margin-left: 0.5rem;
  font-style: italic;
  font-family: 'PT Sans', sans-serif;
}
.name_text.name_left {
  left: 8%;
}
#recruit button.btn.btn-link:after {
  content: "\f2d1";
  position: absolute;
  right: 1rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #00a63c;
}
#recruit button.btn.collapsed:after {
  content: "\f067";
}
#recruit .collapse.show,
#recruit button.btn.btn-link,
#recruit .card-body {
  background-color: #b2e4c4;
  border-radius: 0;
}
#recruit button.btn.btn-link.collapsed {
  background: #fff;
}
#recruit .card-header>p>button {
  padding: 1rem;
}
#recruit .card-body {
  padding-right: 2rem;
  padding-top: 1rem;
}
#recruit #accordionExample,
#recruit #accordionExample2 {
  border-bottom: 1px solid rgba(0,0,0,.125);
}
#recruit button.btn.btn-link {
  white-space: inherit;
}
a.sp_link {
  pointer-events: none;
  color: #333;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
span.figcaption {
  padding: 1rem 0;
  text-align: right;
  color: #9f9f9f;
  display: block;
}
.lh_3 {
  line-height: 3em;
}
#outline ul.list_circle li {
  font-size: 90%;
}
ul.mb li {
  margin-bottom: 30px;
}
.business-works h2 {
  margin: auto 0;
}


@media (min-width: 1300px){
#carouselExampleIndicators {
  max-width: 80%;
  margin: auto;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .row.voice_content .position-relative{
    top: -100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row.voice_content .position-relative{
    top: -50px;
  }
}

@media (max-width: 767px){
.mt{
  margin-top: 0;
}
.business-works h2 {
  margin-bottom: 1rem;
}
ul.mb li {
  margin-bottom: 0;
}
span.figcaption {
    padding-left: 25%;
  }
.accordion p .btn:before {
  content: none;
}
.accordion .card-header > p.mb-0:before {
  content: "Q";
  background: #00a63c;
  padding: 10px 15px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-style: italic;
  margin-right: 1rem;
  position: absolute;
  top: 10px;
  left: 10px;
}
#recruit button.btn.collapsed:after {
  top: 33%;
}
.container.nav-container {
  max-width: 100% !important;
}
#works h2:first-of-type, #product h2.works_h:first-of-type {
  margin-top: 1rem;
}
a.sp_link {
  pointer-events: auto;
  color: royalblue;
}
#recruit figcaption {
  padding-left: 25%;
}
.accordion .card-body {
  padding: 0 2rem 1rem;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
#recruit button.btn.btn-link {
  padding: 10px 2.5rem 16px 4rem;
  line-height: 2em;
}
h2.h2_l:before {
  top: 25% !important;
}
h2.h2_l span {
  display: block;
  margin-top: 0.5rem;
}
h2.h2_l span:before{
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
.menu {
  float: left;
  width: 100%;
}
.voice {
  background-image: url(/wp-content/themes/kee/img/voice_bg1.png), url(/wp-content/themes/kee/img/voice_bg2.png);
  background-repeat: no-repeat,no-repeat;
  background-position: top right,bottom left;
  padding: 1rem;
  background-size: 40%;
  margin-bottom: 2rem;
}
.position-absolute.name_text {
  position: static !important;
  background: #0699d9;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.name_text .h2 {
  font-size: 23px;
}
.position-absolute.name_text p {
  margin-bottom: 0;
}
#recruit h3 {
  font-size: 19px;
  margin: 0 0 1rem 0;
}
.row.voice_content .position-relative {
  top: 0;
  position: static !important;
}
.row.voice_content {
  position: static;
  padding: 0;
  margin-bottom: 0;
}
.service_inner img {
  width: 30%;
  display: block;
  margin: 1rem auto;
}
.business-message figure img {
  width: 35%;
}
#breadcrumb {
  display: none;
}
.section_box_text ul {
  margin: 0;
  padding: 1rem;
}
.environment_image {
  margin: 0;
  padding: 1rem;
}
.section_box_text {
  background: #bae4c4;
  margin: 0;
  padding: 0;
}
  .business-works strong {
    font-size: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
}
.business-service h3.text_blue {
  font-size: 21px;
}
.business-message>.container .row {
    padding: 2rem 0 0.5rem;
}
h1.h1-facilities:before {
position: static;
display: block;
text-align: left;
margin-bottom: 1rem;
background-image: url(/wp-content/themes/kee/img/h1-facilities.svg);
background-repeat: no-repeat;
width: 115px;
height: 25px;
background-size: contain;
content: "";
}
h1.h1-remediation:before {
position: static;
display: block;
text-align: left;
margin-bottom: 1rem;
background-image: url(/wp-content/themes/kee/img/h1-remediation.svg);
background-repeat: no-repeat;
width: 175px;
height: 30px;
background-size: contain;
content: "";
} 
.business-service .box h4 {
  float: none !important;
  text-align: center;
  margin-bottom: 15px;
}
.business-service .box p {
  text-align: center !important;
}
.business-document h3, #product h3, .environment_image h3 {
  font-size: 14pt;
  margin-top: 0.5rem;
}
.business-service .box {
  margin-bottom: 1rem;
}
.modal-body {
  padding: 0;
}
.modal-body img {
  margin-top: 1rem;
}
.business-service p strong {
  line-height: 1.5rem;
}
.business-service .modal-content {
  padding: 2rem 1rem 1rem;
}
  p {
    font-size: 14px;
  }
  #business h2, #outline h2, #product h2, #service h2, #privacypolicy h2 {
    font-size: 17pt;
    padding-left: 3.5rem;
  }
  .business-service, .business-technical {
    padding: 0;
}
  .business-works, .video{
    margin: 0 -15px;
    padding: 2rem 0;
  }
  .business-message{
    margin: 1rem 0;
    padding: 0;
  }
  .business-document{
    padding: 1rem 0;
    margin: 0 0 1rem;
  }
  .business-service > .row {
    margin-bottom: 0;
}
.business-technical img {
  margin-bottom: 1rem;
}
  .sp-menu-active {
    background: #00a63c !important;
  }
  .sp-menu-active-font {
    color: #fff !important;
  }
  .sp-menu-active::before {
    color: #fff !important;
  }	
  .sp_active::before {
    color: #fff !important;
  }	
	.menu > ul > li ul li a:hover {
    color: #4d4d4d;
}
.site-footer{
  margin: 0 -15px;
  padding: 0;
  height: 370px;
}
.site-footer .container ul li ul {
  display: none;
}
a.pagetop {
  position: static;
}
.footer-bottom-list {
  font-size: 90%;
  margin-top: 1.5rem;
}
.sp_footer_logo {
  width: 70%;
}
ul.show-on-mobile li {
  text-align: left;
}
.menu > ul > li a>span.sub {
  display: inline;
  margin-left: 1rem;
}
.arrow:after,
.menu > ul > li:hover span.arrow:after{
  content: none;
}
.menu-active {
  border-bottom: none;
}
.menu ul li ul img {
  display: none;
}
.menu > ul > li > ul > li:first-child {
  display: none;
}
.menu > ul > li > ul {
  padding: 1rem;
}
ul.product_mega li:nth-child(6), ul.product_mega li:nth-child(10), ul.product_mega li:nth-child(14), ul.product_mega li:nth-child(18) {
  margin-left: 0;
}
.menu > ul > li ul li:nth-child(n + 2) {
  margin-bottom: 0;
}
ul.company_mega li:nth-child(6) {
  margin-left: 0;
}
.menu > ul > li > ul > li {
  margin-top: 0;
}
.menu > ul > li > ul > li a {
  color: #4d4d4d;
}
.menu > ul > li > ul {
  background: #fff;
}
ul.show-on-mobile > li {
  border-bottom: 1px solid #cbcbcb;
}
.menu > ul > li > ul {
  padding: 0 0 1rem 1.5rem;
  border-bottom: 1px solid #cbcbcb;
}
.product_features img {
  position: static;
}
.img_area {
  margin-top: 1rem;
}
.img_area img {
  margin-bottom: 1rem;
}
.product_features {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 2rem 1rem;
}
.video .mx-auto.col-10 {
  padding: 0;
  max-width: 90%;
}
.mx-auto.col-10 {
  max-width: 100%;
  padding: 0;
}
.product_features ul {
  margin-bottom: 1.5rem;
}
.process p.text-right {
  text-align: left !important;
}
.panel img {
  display: block;
  margin: 1rem auto;
}
.inner {
  padding-bottom: 1.5rem;
}
#product .top-works {
  margin-top: 0;
}
.product-outline .btn.outline-works-btn {
  margin: auto;
  display: block;
}
.outline_container {
  margin-left: 0;
}
h2 .sub {
  margin: 0.5rem 0 0;
}
.col-md-6.our-business1 h2 span {
  display: block;
}
.col-md-6.our-business1 h2 span.sub:before {
  content: none;
}
h2 a .sub {
  margin-top: 18px;
  float: none !important;
  display: block;
  text-align: right;
}
.home h2 {
  margin: 0;
}
ol.carousel-indicators {
  justify-content: center;
  top: 20px;
}
h2.top-technology {
  margin-top: 3rem;
  font-size: 22pt;
  text-align: center;
}
.top-works-inner{
  padding: 1rem;
  background: transparent;
  margin: 1rem 0 0;
}
.erea-list li {
  width: 49.5%;
}
.category>span {
  display: inline-block;
  padding: 2px;
  width: 120px;
}
.trapezoid_blue,
.trapezoid_green {
  display: none;
}
.col-md-6.our-business1 {
  padding-right: 0;
  padding-left: 0;
}
.col-md-6.our-business2 {
  padding-right: 0;
  padding-left: 0;
}
.top-works{
  margin: 0 -15px 1.5rem;
  padding: 0 0 1rem;
}
.top-our-business h2 {
  position: static;
  text-align: center !important;
  font-size: 22pt;
}
.sp_logo {
  width: 85%;
  float: left;
}
.menu .show-on-mobile {
  clear: both;
  margin-top: 50px;
}
.mega-menu {
  padding: 1rem;
  position: absolute;
  z-index: 9999;
  background: #fff;
}
.mobile-menu {
  font-size: 2rem;
  color: #333;
  padding-top: 1rem;
}
.top-our-business {
  margin-bottom: 0;
  margin-top: 2rem;
}
.site-info {
  margin-bottom: 2rem;
}
ul.company_mega li:nth-child(4), ul.company_mega li:nth-child(5), ul.company_mega li:nth-child(6) {
  width: 100%;
}
.menu-dropdown-icon:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: 15px;
  background: transparent;
}
ul.show-on-mobile li.d-block.d-md-none {
  padding: 0;
  background: #00a63c;
  text-align: center;
  border: none;
}
ul.show-on-mobile li.d-block.d-md-none a {
  display: flex;
  flex-flow: column;
  color: #fff;
  padding: 7.5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 13px;
}
ul.show-on-mobile .sp_link a {
  padding: 0;
}
.row.py-0.sp_link {
  background: #00a63c;
}
ul.show-on-mobile li.d-block.d-md-none .col-3.item1 a {
  background: rgba(255, 255, 255, 0.5);
  border-right: 1px solid #fff;
}
ul.show-on-mobile li.d-block.d-md-none .col-3.item3 a {
  background: #0697d7;
}
ul.show-on-mobile li.d-block.d-md-none .col-3.item3 a img {
  width: 11px;
  margin-bottom: 1px;
}
ul.show-on-mobile li.d-block.d-md-none a:nth-of-type(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
.menu > ul > li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.menu > ul > li:hover {
  border-bottom: 1.5px solid #cbcbcb;
}
.menu > ul > li > ul > li > ul > li a {
  font-weight: bold;
  padding: 5px 0;
}
.sp-footer-nav .col-6 {
  padding: 1rem;
}
.sp-footer-nav .col-6 ul{
  margin: 0;
}
.sp-footer-nav .col-6 ul li a {
  padding: 2px 0 12px;
  display: block;
  border-bottom: 1px solid #fff;
}
h2.top-technology:before {
  display: block;
  text-align: left;
  margin-bottom: 0.5rem;
  position: static;
  background-image: url(/wp-content/themes/kee/img/top-technology.svg);
  background-repeat: no-repeat;
  width: 115px;
  height: 25px;
  background-size: contain;
  content: "";
}
.top-our-business h3 {
  margin: 0 -15px;
  position: relative;
  top: 20px;
}
.top-our-business h3 img {
height: 50px;
}
.top-works h2 {
  font-size: 22pt;
  position: static;
  padding: 1.5rem 0;
}
.top-works h3 {
  font-size: 15pt;
  top: -15px;
}
.news-list{
  padding: 0 1rem;
}
.site-info small {
  font-size: 75%;
}
.date {
  margin: 5px 0;
  padding: 0;
}
.post-title,
.category {
  padding: 0;
}
.recruit-link {
  margin: 1rem 0 0;
  padding: 0;
}
a.btn.new_graduate {
  left: 5%;
  top: 80.3%;
  width: 45%;
  padding: 8px 0;
  font-size: 9pt;
}
a.btn.career {
  left: 49.5%;
  top: 80.3%;
  width: 45%;
  padding: 8px 0;
  font-size: 9pt;
}
.our-business1 > .row {
  background: #eee;
}
.our-business1 > .row {
  background: rgba(6, 152, 216, 0.3);
  padding: 3rem 0 2rem;
}
.our-business2 > .row {
  background: rgba(28, 166, 60, 0.3);
  padding: 3rem 0 2rem;
}
.top-our-business h4 {
  font-size: 16px;
  font-weight: bold;
}
.our-business1 > .row > .col-sm-6:nth-of-type(1),
.our-business2 > .row > .col-sm-6:nth-of-type(1) {
  margin-bottom: 1.5rem;
}
.horizontal_scroll_wrap{
  overflow-y: hidden;
  margin: 0 -10px;
}
.scroll_lst {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 25px 0 0;
  -webkit-overflow-scrolling: touch;
}
.scroll_item {
  margin-right: 10px;
  display: inline-block;
  width: 220px;
  background: #fff;
}
.scroll_item:first-child {
  margin-left: 10px;
}

.scroll_item_inr {
  display: block;
}
.scroll_item_info {
  white-space: normal;
  padding: 8px;
}
.scroll_item_ttl {
  font-size: 12px;
  color: #484848;
  line-height: 1.4;
  margin-bottom: 0;
}
.top-works-inner.erea-list {
  background: #fff;
  padding: 1rem 1.5rem 0.5rem;
}
.home h2.text-left.mb-0 {
  font-size: 31px;
}
.business-header, .outline-header, .product-header, .works-header,#service .product-header {
  padding: 0.5rem;
}
.business-header h1, .outline-header h1, .product-header h1, .works-header h1,#service .product-header h1 {
  font-size: 16pt;
}
#outline .introduction .row, #recruit .introduction .row {
  margin-bottom: 0;
}
#outline .introduction label, #recruit .introduction label {
  margin: 0.5rem 0 1.5rem;
}
#business .col-md-6.our-business1 {
  padding-top: 0;
}
#contact table th, #contact table td {
  display: block;
  width: 100%;
  white-space: normal;
  padding-right: 0;
  padding-left: 0;
  padding: 1rem;
}
span.wpcf7-list-item {
  margin: 0;
}
#contact table p {
  line-height: 1.5em;
}
.form_s {
  width: 80px !important;
  margin: 0 0.5rem;
}
input[type="checkbox"] {
  margin-left: 0;
}
#contact .col-md-10.mx-auto {
  padding: 0;
}
input.wpcf7-form-control {
  margin-bottom: 1rem;
}
table.outline_table th, table.outline_table td,table.work_table th, table.work_table td {
  width: 100%;
  display: inline-block;
}
table.table {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.border_x {
  border-left: none;
  border-right: none;
  border-top: 1px #cbcbcb dotted;
  padding: 1rem 0;
  border-bottom: 1px #cbcbcb dotted;
  margin: 1rem;
}
.product_spec h3 small {
  display: block;
  margin-left: 0;
  margin-top: 10px;
}
.miltron_logo {
  text-align: center;
}
.mx-auto.col-8 {
  max-width: 100%;
}
.mx-auto.col-md-10 {
  padding: 0;
}
.work_container {
  padding: 0;
}
img.works_img {
  margin-top: 0.5rem;
}
.col-md-8.mx-auto {
  padding: 0;
}
.outline-works-btn.excel_link:before {
  line-height: 2em;
}
#recruit .outline-works-btn:after {
  line-height: 0.5em;
}
#privacypolicy h3 {
  font-size: 17px;
}
#privacypolicy ol {
  padding-left: 2rem;
}
#content {
  margin-top: 56px;
}
}
@media (max-width: 660px){
.mobile-menu {
  padding-top: 0.5rem;
}
.menu .show-on-mobile {
  margin-top: 40px;
}
}
/* 動画　タブ */
.video li.nav-item {
  width: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 1.2rem;
}
.nav-tabs .nav-link.active{
  background-color: initial;
  border: none;
}
/* 英語版追加したらコメントアウトとる */
/* .video li.nav-item .nav-link:hover{
  opacity: .8;
} */
.video .nav-link.navbar-default.b_g {
  background: #00a63c;
  color: #fff;
  margin: 0 auto;
  margin-right: .5rem;
}
.video .nav-link.navbar-default.b_b {
  /* background: #0698d8; */
  background: #88989e;
  color: #fff;
  margin: 0 auto;
  margin-left: .5rem;
  cursor: default;
}
.video .nav-tabs{
  border: none;
}
.video .nav-tabs .nav-link{
  border: none;
  border-radius: 0;
}
.video .nav-link {
  padding: 1.5rem 1rem;
}
.video-container video:focus{
  outline: none;
}
.video.v-cycle {
  background-image: none;
}
.video .nav-item{
  position: relative;
}
.video .nav-item .nav-link:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 50px;
}
.video.v-cycle .video-container{
  padding-bottom: 67%;
}
.sp-block{
  display: none;
}
@media (max-width: 768px){
  .video li.nav-item {
    width: 100%;
  }
  .video .nav-link.navbar-default.b_g {
    margin-right: 0;
    margin-bottom: 1rem
  }
  .video .nav-link.navbar-default.b_b {
    margin-left: 0;
  }
  .video .nav-link {
    padding: 1rem;
  }
  .sp-block{
    display: block;
  }
}

/* IE */
@media all and (-ms-high-contrast:none){
.modal-content{
  height: 260px;
}
.modal-content.remediation_2{
  height: 400px;
}
.modal-content.remediation_1{
  height: 370px;
}
.modal-content.remediation_3{
  height: 380px;
}
.menu_inner{
  display: inline-flex;
}
.shrink{
  flex-shrink: 0;
}
}

/* 資料請求 */
td.checkbox-item span.first,
td.checkbox-item span.first input{
	margin-left: 0;
}
button#estimates-button {
    cursor: pointer;
    padding: 14px 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1em;
    border: none;
    color: #fff;
    background-color: #00a63c;
}
button#estimates-button:hover{
	opacity: .8;
}
@media (max-width: 1199px){
	#contact table td p{
		white-space: normal;
		line-height: 1.5em;
	}
}
@media (min-width: 992px){
#contact .request-table table th{
	width: 20%;
	padding: 1.75rem;
}
}
@media (max-width: 768px){
	.checkbox-product > span{
		margin-right: 2rem;
	}
	#contact table th, #contact table td {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		padding: 1rem;
	}
}
@media (max-width: 767px){
	.request-form .custom-control-inline{
		width: 100%;
		margin-bottom: .5rem;
	}
}
/* 資料請求 追従ボタン */
a.request-btn {
    position: fixed;
	bottom: 50%;
    right: 0;
    width: 78px;
	z-index: 15;
	transform: translatey(50%);
}
@media (max-width: 767px){
	a.request-btn{
		width: 48px;
		transform: unset;
		bottom: 31%;
	}
}
/* 商品・サービス */
.product-header.product-header-2{
	background: #f0a81c;
	padding: 3.594rem 2rem;
}
.product-header.product-header-2 h1 span{
	color: #fff5d4;
}
.wpcf7-checkbox .wpcf7-list-item {
    display: block;
}
.btn-contact{
	max-width: 425px;
}
/* 202403 フォーム改修 */
.confirm_area {
    display: none;
}
#contact table td p {
    white-space: normal;
}
span.form-sales-text {
    font-weight: bold;
    color: #00a63c;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    display: inline-block;
}
input.confirm_button:disabled {
    opacity: .7;
    cursor: not-allowed;
}
#autozip {
   display: none !important;
}

/* 202511お取引先様へ */
.partners-btn {
    padding: 15px 35px;
    position: relative;
}
.partners-btn:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 15px;
}
/* 202603サービス */
.ttl-sub {
  background: #88989e;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.11111em;
  margin-top: 28px;
}
#service .ttl-sub + h3 {
  margin-top: 21px;
}
.align-items-center img {
  max-width: 220px;
}
.indent-link {
  margin-left: 3em;
  display: inline-block;
}