<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: ecostyle Theme
Theme URI: https://www.eco-st.co.jp/
Author: ecostyle
Author URI: https://www.eco-st.co.jp/
Description: wcostyle WordPress Theme Project
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light
Text Domain: ecostyle
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
 /**
 * ecostyle write in.
 */
@import url("assets/css/eco-sty.css");  
 
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.

 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/************************************************************
 * BASE
 ************************************************************/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 960px;
  color: #000;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a {
  color: #3498db;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #8bc4ea;
}
a:hover &gt; img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

img {
  border: 0 none;
}

table, th, td {
  border-collapse: collapse;
}

/* FONT SIZES */
.fs-8 {
  font-size: 8px;
  font-size: 0.8rem;
}

.fs-9 {
  font-size: 9px;
  font-size: 0.9rem;
}

.fs-10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs-11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fs-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs-13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs-17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fs-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs-19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fs-20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs-21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.fs-22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fs-23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.fs-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs-25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.fs-26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fs-27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.fs-28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fs-29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.fs-30 {
  font-size: 30px;
  font-size: 3rem;
}

/************************************************************
 * WORDPRESS
 ************************************************************/
/* Alignment */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.gallery-caption {
  margin: 5px auto;
}

.site-content blockquote.alignleft, .site-content blockquote.alignright {
  width: 50%;
  padding-top: 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
  margin-bottom: 17px;
}

.wp-caption {
  margin-bottom: 24px;
  color: #767676;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  padding-right: 10px;
}
.wp-caption.alignright img[class*="wp-image-"],
.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0;
}

.wp-caption-text {
  margin: 9px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5;
}

.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.sticky {
  display: block;
}

.bypostauthor {
  background-color: #fffefe;
}

/************************************************************
 * LAYOUT
 ************************************************************/
.l-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* list for layout */
.l-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

/* align layout */
.l-left {
  text-align: left;
}

.l-right {
  text-align: right;
}

.l-center {
  text-align: center;
}

/* float layout */
.l-col {
  float: left;
}

.l-col-left {
  float: left;
}

.l-col-right {
  float: right;
}

/* clearfix */
.l-cf {
  *zoom: 1;
}
.l-cf:before, .l-cf:after {
  content: " ";
  display: table;
}
.l-cf:after {
  clear: both;
}

/* clearfix by overflow */
.l-row {
  overflow: hidden;
  *zoom: 1;
}

.l-main-container {
  *zoom: 1;
}
.l-main-container:before, .l-main-container:after {
  content: " ";
  display: table;
}
.l-main-container:after {
  clear: both;
}
.l-main-container &gt; .l-sidebar {
  float: left;
  width: 280px;
}
.l-main-container &gt; .l-content {
  float: right;
  width: 680px;
}

.l-header {
  margin: 5px auto 4px;
}
.l-header .site-title {
  width: 310px;
  margin: 0;
}
.l-header .site-info {
  width: 650px;
  text-align: right;
}
.l-header .site-info img {
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.l-main-nav {
  color: #fff;
  background-color: #60a733;
}

.l-main-container {
  position: relative;
}

.l-sidebar {
  padding: 50px 0;
padding: 30px 0;
}

.l-footer {
  margin: 0;
}
.l-footer .footer-site-info-upper .l-col-left {
  padding: 0 25px 0 0;
  width: 295px;
}
.l-footer .footer-site-info-upper .l-col-right {
  width: 320px;
}
.l-footer .footer-site-info-lower .l-col-left,
.l-footer .footer-site-info-lower .l-col-right {
  /*width: 480px;*/
}

.l-block-link &gt; img {
  display: block;
}
.l-block-link &gt; a {
  display: block;
}
.l-block-link &gt; a &gt; img {
  display: block;
}

/************************************************************
 * MODULE
 ************************************************************/
/* conversion image */
body &gt; img {
  position: absolute;
  left: -1px;
  top: -1px;
}

/** reset bxSlider style */
.slider-container {
  width: 800px;
  height: 293px;
}
.slider-container .bx-wrapper .bx-viewport {
  left: 0;
  border: 0 none;
  -moz-box-shadow: transparent 0 0 0;
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
}

/* MODULE HEADER */
/* pc switcher button */
.pc-switcher-container {
  padding: 20px 50px;
  background-color: #d3d3d3;
}

.pc-switcher-button {
  display: block;
  padding: 40px;
  color: #fff;
  background-color: #383838;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.pc-switcher-button:hover, .pc-switcher-button:active, .pc-switcher-button:focus {
  color: #fff;
}
.pc-switcher-button .pc-switcher-label {
  padding-right: 50px;
  background: transparent url("assets/img/common/arrow_pc_switcher.png") no-repeat right 50%;
}

/* header sub navigation */
.header-sub-nav {
  text-align: right;
}
.header-sub-txt {
text-align:left;
  margin: 0;
  padding: 0;
  font-size:1rem;
}
.header-sub-nav-list {
  margin: 0 0 2px;
  padding: 0;
  width: 690px;
}
.header-sub-nav-list .item {
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
}
.header-sub-nav-list .item:before {
  content: "‣";
}
.header-sub-nav-list .link {
  color: #000;
}
.header-sub-nav-list .link:hover {
  color: #3498db;
  text-decoration: underline;
}

/* header site-manifestation */
.site-manifestation {
  margin: 0;
  width: 600px;
  font-size: 1rem;
  text-align: left;
}

/* MODULE MAIN NAV */
.main-nav {
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: #fff;
  text-decoration: none;
}
.main-nav a:hover, .main-nav a:active, .main-nav a:focus {
  color: white;
}
.main-nav a:hover &gt; img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.main-nav .header-nav .item:hover .megamenu {
  display: block;
}
.main-nav .header-nav .link {
  display: block;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfdcad;
  background-color: #60a733;
}
.main-nav .header-nav .link:hover {
  color: #fff;
  background-color: #80b85c;
}
.main-nav .header-nav .main-nav-icon {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 8px 0 0;
}
.main-nav .header-nav .main-nav-icon .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.main-nav .header-nav .is-active {
  color: #fff;
  background-color: #4a8027;
}
.main-nav .header-nav .is-active .main-nav-icon .img {
  top: -18px;
}
.main-nav .header-nav .link-home:hover .main-nav-icon .img {
  top: -18px;
}

/* megamenu */
.megamenu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 960px;
  padding: 20px 0 5px;
  color: #fff;
  background-color: #1b1b1b;
}

.megamenu-list .sub-nav-item {
  margin: 0 15px 15px 0;
}
.megamenu-list .sub-nav-item:nth-child(4n) {
  margin-right: 0;
}
.megamenu-list .sub-nav-link {
  display: block;
  width: 153px;
  height: 50px;
  margin: 0;
  padding: 0 0 0 75px;
  color: #000;
  background: #fff none no-repeat left top;
  line-height: 50px;
}
.megamenu-list .sub-nav-link:hover {
  color: #fff;
  background-color: #3498db;
}
.megamenu-list .sub-nav-link-company--organization {
  background-image: url("assets/img/common/megamenu-company--organization.jpg");
}
.megamenu-list .sub-nav-link-company--greeting {
  background-image: url("assets/img/common/megamenu-company--greeting.jpg");
}
.megamenu-list .sub-nav-link-company--vision {
  background-image: url("assets/img/common/megamenu-company--vision.jpg");
}
.megamenu-list .sub-nav-link-company--history {
  background-image: url("assets/img/common/megamenu-company--history.jpg");
}
.megamenu-list .sub-nav-link-company--governance {
  background-image: url("assets/img/common/megamenu-company--governance.jpg");
}
.megamenu-list .sub-nav-link-company--movie {
  background-image: url("assets/img/common/megamenu-company--movie.jpg");
}
/* ここを飯田が追加しました */
.megamenu-list .sub-nav-link-company--philosophy {
  background-image: url("assets/img/common/megamenu-company--philosophy.jpg");
}
.megamenu-list .sub-nav-link-company--profile {
  background-image: url("assets/img/common/megamenu-company--profile.jpg");
}
.megamenu-list .sub-nav-link-company--adviser {
  background-image: url("assets/img/common/megamenu-company--adviser.jpg");
}
.megamenu-list .sub-nav-link-company--external-adviser {
  background-image: url("assets/img/common/megamenu-company--external-management-adviser.jpg");
}
.megamenu-list .sub-nav-link-company--history {
  background-image: url("assets/img/common/megamenu-company--history.jpg");
}
.megamenu-list .sub-nav-link-company--branch {
  background-image: url("assets/img/common/megamenu-company--branch.jpg");
}
.megamenu-list .sub-nav-link-company--declaration {
  background-image: url("assets/img/common/megamenu-company--declaration.jpg");
}
.megamenu-list .sub-nav-link-company--public {
  background-image: url("assets/img/common/megamenu-company--public.jpg");
}
.megamenu-list .sub-nav-link-company--security_policy {
  background-image: url("assets/img/common/megamenu-company--security.jpg");
}
.megamenu-list .sub-nav-link-enterprise--solar-biz {
  background-image: url("assets/img/common/megamenu-enterprise--solar-biz.jpg");
}
.megamenu-list .sub-nav-link-enterprise--fund {
  background-image: url("assets/img/common/megamenu-enterprise--fund.jpg");
}
.megamenu-list .sub-nav-link-enterprise--geothermal {
  background-image: url("assets/img/common/megamenu-enterprise--geothermal.jpg");
}
.megamenu-list .sub-nav-link-enterprise--hydroelectric {
  background-image: url("assets/img/common/megamenu-enterprise--hydroelectric.jpg");
}
.megamenu-list .sub-nav-link-enterprise--wind-power {
  background-image: url("assets/img/common/megamenu-enterprise--wind-power.jpg");
}
/*20190722追記*/
.megamenu-list .sub-nav-link-enterprise--investment-solar {
  background-image: url("assets/img/common/megamenu-enterprise--investment-solar.jpg");
}
.megamenu-list .sub-nav-link-enterprise--selfconsuming-solar {
  background-image: url("assets/img/common/megamenu-enterprise--selfconsuming-solar.jpg");
}
.megamenu-list .sub-nav-link-enterprise--renewable-energy {
  background-image: url("assets/img/common/megamenu-enterprise--renewable-energy.jpg");
}
.megamenu-list .sub-nav-link-enterprise--electric-power {
  background-image: url("assets/img/common/megamenu-enterprise--electric-power.jpg");
}
.megamenu-list .sub-nav-link-enterprise--off-site {
  background-image: url("assets/img/common/megamenu-enterprise--off-site.jpg");
}
.megamenu-list .sub-nav-link-enterprise--electric-power {
  background-image: url("assets/img/common/megamenu-enterprise--electric-power.jpg");
}

.megamenu-list .sub-nav-link-enterprise--pps {
  background-image: url("assets/img/common/megamenu-enterprise--pps.jpg");
}

.megamenu-list .sub-nav-link-company--recruit01 {
  background-image: url("assets/img/common/megamenu-recruit--entry.jpg");
}
.megamenu-list .sub-nav-link-company--recruit02 {
  background-image: url("assets/img/common/megamenu-recruit--company.jpg");
}
.megamenu-list .sub-nav-link-company--recruit03 {
  background-image: url("assets/img/common/megamenu-recruit--person.jpg");
}
.megamenu-list .sub-nav-link-company--recruit04 {
  background-image: url("assets/img/common/megamenu-recruit--new.jpg");
}
.megamenu-list .sub-nav-link-recruit--adoption-ratio {
  background-image: url("assets/img/common/megamenu-recruit--adoption-ratio.jpg");
}

/*人材採用の基本方針*/
.megamenu-list .sub-nav-link-recruit--resource{
  background-image: url("assets/img/common/megamenu-recruit--resource.jpg");
}
.megamenu-list .sub-nav-link-recruit--office-scenes {
  background-image: url("assets/img/common/megamenu-recruit--office-scenes.jpg");
}
/* CSRページリンク画像を追加しました。*/
.megamenu-list .sub-nav-link-ecostyle_csr {
  background-image: url("assets/img/common/megamenu-company--csr.jpg");
}
.megamenu-list .sub-nav-link-ecostyle_csr--report {
  background-image: url("assets/img/common/megamenu-business--csr_report.jpg");
}
/* 電気工事士講習会リンク画像追加しました*/
.megamenu-list .sub-nav-link-workshop {
  background-image: url("assets/img/common/megamenu-recruit--workshop.jpg");
}
/* header search form */
.search-input {
  width: 150px;
  height: 35px;
  padding: 0 5px;
  color: #fff;
  background-color: #80b85c;
  border: 0 none;
  line-height: 35px;
}

.search-input::-webkit-input-placeholder {
  color: #e0e0e0;
}

.search-input:-ms-input-placeholder {
  color: #e0e0e0;
}

.search-input::-moz-placeholder {
  color: #e0e0e0;
}

.search-button {
  display: block;
  height: 35px;
  width: 35px;
  padding: 0;
  color: #fff;
  background-color: #80b85c;
  border: 0 none;
}
.search-button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* MODULE FOOTER */
/* breadcrumbs */
.breadcrumbs {
  margin: 50px auto 10px auto;
}
.breadcrumbs .home {
  overflow: hidden;
  display: inline-block;
  height: 13px;
  line-height: 13px;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* pagetop */
#pagetop_b{
	width: 960px; 
	right: 0;
	}
.pagetop {
  position: relative;
}

.pagetop a {
  position: absolute;
  top: 0px;
  right: 0;
}

/* footer banners */
.footer-banners {
  padding: 15px 0;
  background-color: #eaeaea;
}

.footer-banners-title {
  margin: 0 25px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 38px;
}

.footer-banners-list .item {
  margin: 0 15px 0 0;
}
.footer-banners-list .item:last-child {
  margin: 0;
}
.footer-banners-list .link {
  display: block;
}
.footer-banners-list .link img {
  display: block;
}

/* footer navigation */
.footer-nav {
  margin: 0;
  padding: 30px 0;
  color: #1b1b1b;
  background-color: #d1d1d1;
}
.footer-nav a {
  color: #1b1b1b;
  text-decoration: none;
}
c
.footer-nav a:hover {
  color: #3498db;
  text-decoration: underline;
}

.footer-nav-list .item {
  width: 160px;
  margin-left: 0px;
}
.footer-nav-list .link {
  font-weight: bold;
}
.footer-nav-list .sub-menu {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.footer-nav-list .sub-menu-item:before {
  content: url("assets/img/common/arrow_footer_icon.png");
}

/* site information */
.footer-site-info {
  color: #c9c9c9;
  background-color: #383838;
}
.footer-site-info .footer-title {
  margin: 27px 0 0;
}
.footer-site-info .catalog {
  margin: 10px 0 0 0px;
}
.footer-site-info .address {
  margin: 25px 0 0;
  color: #c9c9c9;
}
.footer-site-info .address dt {
  margin: 0 0 5px;
  font-weight: bold;
}
.footer-site-info .address dd {
  margin: 0 0 10px;
}
.footer-site-info .eco-no-wa {
  margin: 22px 0 0;
  text-align: right;
}
.footer-site-info .taiyo-denki {
  margin: 5px 0 0;
  text-align: right;
}
.footer-site-info .phone {
  margin: 10px 0 0;
  text-align: right;
}
.footer-site-info .contact {
  margin: 10px 0 0;
  text-align: right;
}
.footer-site-info .sns {
  margin: 10px 0 0;
}
.footer-site-info .sns ul {
	padding: 0;
	margin: 0;
}
.footer-site-info .sns li {
	width:29%;
	padding:1%;
	text-align:center;
  margin:1%;
  float: left;
  list-style:none;
  border: solid 1px #fff;
  border-radius: 3px;
  color: #fff;
}
.footer-site-info .sns li.tw:hover {
  background-color:#1da1f2;
}
.footer-site-info .sns li.fb {
  margin-right:0;
}
.footer-site-info .sns li.fb:hover {
  background-color:#3b5998;
}
.footer-site-info .sns li.yt {
  margin-right:0;
}
.footer-site-info .sns li.yt:hover {
  background-color:red;
}
.footer-site-info .sns li a:link {
  color: #fff;
}
.footer-site-info .copyright {
  padding: 10px 0;
  font-size: 10px;
  font-size: 1rem;
}
.footer-site-info .footer-sub-nav-list {
  padding: 10px 0;
  float: right;
  font-size: 10px;
  font-size: 1rem;
}
.footer-site-info .footer-sub-nav-list .item {
  margin: 0 0 0 10px;
}
.footer-site-info .footer-sub-nav-list .item:before {
  content: "‣";
}
.footer-site-info .footer-sub-nav-list .link {
  color: #c9c9c9;
}
.footer-site-info .footer-sub-nav-list .link:hover {
  color: #3498db;
  text-decoration: underline;
}

/* MODULE SIDEBAR */
.sidebar-nav-container {
  width: 230px;
}

.sidebar-nav-title {
  margin: 0;
  color: #fff;
  background-color: #7d7d7d;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sidebar-nav-title .link {
  display: block;
  padding: 25px 20px;
  color: #fff;
}
.sidebar-nav-title .link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sidebar-nav-title .no-link {
  display: block;
  padding: 25px 20px;
}

.sidebar-nav-sub-title {
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  background-color: #5f5f5f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #60a733;
}

.sidebar-nav-list {
  margin: 0 0 20px;
  background-color: #f7f7f7;
  border-bottom: 2px solid #7d7d7d;
}
.sidebar-nav-list .item,
.sidebar-nav-list .cat-item {
  border-bottom: 1px solid #fff;
}
.sidebar-nav-list .item:last-child,
.sidebar-nav-list .cat-item:last-child {
  border-bottom: 0 none;
}
.sidebar-nav-list .item &gt; a,
.sidebar-nav-list .cat-item &gt; a {
  display: block;
  padding: 15px;
}
.sidebar-nav-list .link,
.sidebar-nav-list .cat-item &gt; a {
  color: #7d7d7d;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.sidebar-nav-list .link:hover,
.sidebar-nav-list .cat-item &gt; a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sidebar-nav-list .is-active,
.sidebar-nav-list .current-cat a {
  color: #60a733;
}

body.archive.date .sidebar-nav-list .is-active,
body.archive.date .sidebar-nav-list .current-cat a {
  color: #7d7d7d;
}

/* MODULE PAGE */
.page-section {
  margin: 0;
  padding: 50px 0;
padding:30px 0;
}
.page-section .page-title {
  margin: 0 0 30px;
  color: #60a733;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
}
.page-section h2 {
  margin: 0 0 30px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.5;
}
.page-section h3 {
  margin: 0 0 15px;
  padding: 15px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1b1b1b;
  background-color: #f7f6f5;
  border-left: 3px solid #60a733;
}
.page-section h4 {
  margin: 30px 0 10px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #71b7e6;
}
.page-section h5 {
  margin: 5px 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.page-section p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.page-section .banner {
  overflow: hidden;
  *zoom: 1;
  padding: 20px;
  background-color: #e5e5e5;
}
.page-section .banner a, .page-section .banner img {
  display: block;
}
.page-section .banner a {
  float: left;
  margin-left: 20px;
}
.page-section .banner a:first-child {
  margin: 0;
}
.page-section .post-nav-prev,
.page-section .post-nav-next {
  width: 310px;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-section .post-nav-prev &gt; a,
.page-section .post-nav-next &gt; a {
  display: inline-block;
  min-height: 22px;
}
.page-section .post-nav-prev {
  padding: 0 30px 0 0;
  text-align: right;
}
.page-section .post-nav-prev &gt; a {
  padding: 0 0 0 20px;
  background: transparent url("assets/img/common/arrow_post_nav_prev.png") no-repeat left 50%;
}
.page-section .post-nav-next {
  padding: 0 0 0 30px;
  text-align: left;
}
.page-section .post-nav-next &gt; a {
  padding: 0 20px 0 0;
  background: transparent url("assets/img/common/arrow_post_nav_next.png") no-repeat right 50%;
}

/* table */
.page-section .table {
  width: 100%;
  margin-top: 30px;
  border-top: 4px solid #000;
  border-bottom: 2px solid #000;
}
.page-section .table th,
.page-section .table td {
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.page-section .table tr td:first-child {
  border-left: 0 none;
}
.page-section .table-striped tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.page-section .table-striped-gap tr:nth-child(2n) {
  background-color: transparent;
}
.page-section .table-striped-gap tr:nth-child(2n+1) {
  background-color: #f7f7f7;
}

/* list */
.page-section dt, .page-section dd, .page-section li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* search results navigation */
.search-results .posts-navigation .nav-links {
  overflow: hidden;
  *zoom: 1;
}
.search-results .posts-navigation .nav-previous {
  float: left;
}
.search-results .posts-navigation .nav-next {
  float: right;
}

/************************************************************
 * STATE
 ************************************************************/
.main-nav .is-active {
  color: #fff;
  background-color: #4a8027;
}

.js-sidebar-fixed {
  position: fixed;
  top: 50px;
}

.js-sidebar-bottom {
  position: absolute;
  bottom: 0;
}

/* 2025/3/27 鶴野
   名称変更対応（オフライン太陽光発電開発事業）
   バナー画像内テキストが入りきらない対応
*/
.sub-nav-link-enterprise--off-site,
.sub-nav-link-enterprise--selfconsuming-solar {
    font-size: 10px;
}
</pre></body></html>