@charset "UTF-8";
/*
 Theme Name:  venaenergy
 Version: 1.2
*/
/*! normalize.css v8.0.1 | 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.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* RISET CSS */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li,
td {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------------------
Mixin   to use @include
------------------------------------------------------------------------- */
/*TOC*/
/* 定義リスト
-------------------------- */
/* Button
-------------------------- */
/*
Arrow
-------------------------- */
/* -----------------------------------------------------------------------
変数定義
------------------------------------------------------------------------- */
/* Color
-------------------------- */
/* Screen
-------------------------- */
/* font
-------------------------- */
/* -----------------------------------------------------------------------
Parts to use @extend or direct
------------------------------------------------------------------------- */
/*TOC*/
/* Heading ex. h1 h2 h3 h4
-------------------------- */
.ttl-1 {
  overflow: hidden;
  text-align: center;
}
.ttl-1:before, .ttl-1:after {
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.ttl-1:before {
  background-color: #e5e5e5;
  left: -.5em;
  margin-left: -100%;
  width: 100%;
}
.ttl-1:after {
  background-color: #e5e5e5;
  left: .5em;
  margin-right: -100%;
  width: 100%;
}

.ttl-2 {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  font-size: 2em;
  letter-spacing: 2px;
  font-weight: 100;
}
.ttl-2:after {
  -webkit-flex: 3;
  -flex: 3;
  display: inline-block;
  content: "";
  height: 1px;
  background: #e5e5e5;
  margin: auto 0 auto 20px;
}

.ttl-3, h2 {
  padding: 5px 16px 3px;
  font-size: 1.125em;
  margin-bottom: 23px;
  font-weight: bold;
}

.ttl-4, h3 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.ttl-5, #sidebar h3 {
  font-size: .875em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  position: relative;
}
.ttl-5:after, #sidebar h3:after {
  display: none;
}

/* Underline
-------------------------- */
.underline, .underline--red, .underline--orange {
  text-decoration: underline;
}
.underline--red {
  text-decoration-color: red;
}
.underline--orange {
  text-decoration-color: orange;
}
.underline--yellow {
  background: linear-gradient(transparent 65%, #fff7008c 0%);
  display: inline;
  padding: 0 2px 3px;
}

/* Button
-------------------------- */
.btn-block {
  display: block;
  width: 100%;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 6px;
}

.btn-main {
  color: #fff;
  background: #1c2d56;
  height: 32px;
  line-height: 32px;
  padding: 0px 14px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  box-shadow: 0px 2px 0px 0px #0f1930;
}
.btn-main:hover, .btn-main:active {
  cursor: pointer;
  background: #162343;
}

.btn-main-2 {
  color: #fff;
  background: #1c2d56;
  height: 32px;
  line-height: 32px;
  padding: 0px 14px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border-radius: 32px;
  box-shadow: 0px 2px 0px 0px #0f1930;
}
.btn-main-2:hover, .btn-main-2:active {
  cursor: pointer;
  background: #162343;
}

.btn-main-3 {
  color: #1c2d56;
  background: transparent;
  height: 32px;
  line-height: 32px;
  padding: 0px 16px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
  border: 2px solid;
  line-height: 30px;
}
.btn-main-3:hover, .btn-main-3:active {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.btn-main-3:hover, .btn-main-3:active {
  color: #223769;
}

.btn-sub {
  color: #fff;
  background: #1c2d56;
  height: 32px;
  line-height: 32px;
  padding: 0px 14px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  box-shadow: 0px 2px 0px 0px #0f1930;
}
.btn-sub:hover, .btn-sub:active {
  cursor: pointer;
  background: #162343;
}

.btn-third {
  color: #fff;
  background: #1c2d56;
  height: 32px;
  line-height: 32px;
  padding: 0px 14px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  box-shadow: 0px 2px 0px 0px #0f1930;
}
.btn-third:hover, .btn-third:active {
  cursor: pointer;
  background: #162343;
}

.btn-sub-bd {
  color: #1c2d56;
  background: transparent;
  height: 32px;
  line-height: 32px;
  padding: 0px 16px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
  border: 2px solid;
  line-height: 30px;
}
.btn-sub-bd:hover, .btn-sub-bd:active {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.btn-sub-bd:hover, .btn-sub-bd:active {
  color: #223769;
}

.btn-third-bd {
  color: #1c2d56;
  background: transparent;
  height: 32px;
  line-height: 32px;
  padding: 0px 16px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
  border: 2px solid;
  line-height: 30px;
}
.btn-third-bd:hover, .btn-third-bd:active {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.btn-third-bd:hover, .btn-third-bd:active {
  color: #223769;
}

/* Arrow
-------------------------- */
.arrow-top-left:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  top: 0;
  left: 0;
  border-width: 3rem 3rem 0 0;
  border-top-color: #1c2d56;
}

.arrow-top:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  top: -3rem;
  border-width: 0 1.5rem 3rem 1.5rem;
  border-bottom-color: #1c2d56;
  left: 50%;
  margin-left: -1.5rem;
}

.arrow-top-right:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  top: 0;
  right: 0;
  border-width: 0 3rem 3rem 0;
  border-right-color: #1c2d56;
}

.arrow-left:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  left: -3rem;
  border-width: 1.5rem 3rem 1.5rem 0;
  border-right-color: #1c2d56;
  top: 50%;
  margin-top: -1.5rem;
}

.arrow-center:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  border-width: 1.5rem 0 1.5rem 3rem;
  border-left-color: rgba(0, 0, 255, 0.5);
}

.arrow-right:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  right: -1rem;
  border-width: 0.5rem 0 0.5rem 1rem;
  border-left-color: #1c2d56;
  top: 50%;
  margin-top: -0.5rem;
  right: 0.5rem;
}

.arrow-bottom-left:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  bottom: 0;
  left: 0;
  border-width: 3rem 0 0 3rem;
  border-left-color: #1c2d56;
}

.arrow-bottom:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  bottom: -3rem;
  border-width: 3rem 1.5rem 0 1.5rem;
  border-top-color: #1c2d56;
  left: 50%;
  margin-left: -1.5rem;
}

.arrow-bottom-right:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  bottom: 0;
  right: 0;
  border-width: 0 0 3rem 3rem;
  border-bottom-color: #1c2d56;
}

/* Table
-------------------------- */
table {
  width: 100%;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
table th {
  padding: 10px 20px;
  border-top: solid 1px #e5e5e5;
  width: auto;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}
@media (max-width: 400px) {
  table th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 3px;
  }
}
table td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  background-color: #ffffff;
  border-top: solid 1px #e5e5e5;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
@media (max-width: 400px) {
  table td {
    display: list-item;
    width: 100%;
    border-top: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .table-scroll table {
    width: 100%;
  }
  .table-scroll table td {
    width: auto;
    display: table-cell;
    border-top: 1px solid #e5e5e5 !important;
  }
  .table-scroll table:-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll table:-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .table-scroll table:-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
table.method_bg {
  margin: 10px 0 30px;
}
table.method_bg th {
  border-right: solid 1px #e5e5e5;
  padding: 16px;
  font-weight: normal;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  table.method_bg th {
    border: none;
  }
}
table.method_bg td {
  text-align: left;
  width: 200px;
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  table.method_bg td {
    width: 100%;
    display: block;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  table.method_bg tr {
    border-bottom: solid 1px #e5e5e5;
  }
}

ul.p_release_bg {
  border: solid 1px #e5e5e5;
  margin: 30px 0;
}
ul.p_release_bg li {
  border-top: solid 1px #e5e5e5;
  padding: 8px;
}
ul.p_release_bg li:first-of-type {
  border: none;
}

a.pdf_link {
  font-size: .85em;
  text-align: left;
  text-decoration: underline;
  display: inline-block;
  line-height: 2;
}
a.pdf_link:hover {
  transform: translate(1px, 1px);
}
a.pdf_link:before {
  content: "";
  display: inline-block;
  background: url(images/common/icon_pdf.png) 50%/auto 100% no-repeat;
  width: 18px;
  height: 21px;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -3px;
}

a.word_link {
  text-decoration: underline;
  display: inline-block;
  line-height: 2;
}
a.word_link:before {
  content: "";
  display: inline-block;
  background: url(images/common/icon_word.png) 50%/auto 100% no-repeat;
  width: 18px;
  height: 21px;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -3px;
}

/* Pagenation
-------------------------- */
.pagenation {
  padding: 3px;
  margin-top: 40px;
  text-align: center;
}
.pagenation a {
  padding: 6px 10px;
  margin: 2px;
  border: 1px solid #EEE;
  color: #1c2d56;
}
.pagenation a:hover, .pagenation a :active {
  border: 1px solid #999;
  color: #666;
}
.pagenation .current {
  padding: 6px 10px;
  margin: 2px;
  border: 1px solid #1c2d56;
  font-weight: bold;
  background-color: #1c2d56;
  color: #FFF;
}
.pagenation .disabled {
  padding: 6px 10px;
  margin: 2px;
  border: 1px solid #EEE;
  color: #DDD;
}

.span_left {
  margin-left: -.25em;
}

/*TOC*/
img {
  height: auto;
}

body {
  font-size: 16px;
  font-family: "azo-sans-web", "Arial", "Meiryo UI", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
  word-wrap: break-word;
  color: #1c2d56;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}

a {
  color: #1c2d56;
  border: none;
}
a:focus {
  border: none;
}
a:active {
  border: none;
}

*:hover {
  transition: 0.3s;
}

.inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.opacity {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.white_bg {
  background: #fff;
}

.blue_bg {
  background: #ddf5f8;
}

.btn_bg {
  margin-top: 40px;
}

.button_ef {
  border: 1px solid #1c2d56;
  background: #1c2d56;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.header__right .button_ef {
  width: 166px;
}
.button_ef.-def {
  margin-right: 1em;
}
.button_ef.-rec {
  border: 1px solid #00b3d6;
  background: #00b3d6;
  color: #00b3d6;
  margin-right: 1em;
}
.button_ef.-rec i {
  margin-left: 0.25em;
  position: relative;
  top: -1px;
}
.button_ef.-rec:hover a {
  color: #00b3d6;
}
.button_ef.-cons {
  border: 1px solid #b7c726;
  background: #b7c726;
  color: #b7c726;
  margin-right: 0;
}
.button_ef.-cons:hover a {
  color: #b7c726;
}
.button_ef:hover .ef {
  width: 100%;
}
.button_ef:hover a {
  color: #1c2d56;
}
.button_ef a {
  display: block;
  color: #fff;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  padding: 12px 60px;
}
.button_ef.btn_infor {
  margin: 0 0 0 auto;
  display: block;
  width: 200px;
  max-width: 100%;
  font-size: 0.875em;
  background: url(images/common/arrow.svg) 90% 50%/10px auto no-repeat #fff;
}
.button_ef.btn_infor a {
  padding: 10px;
  color: #1c2d56;
}
.button_ef.btn_infor:hover {
  transform: translate(1px, 1px);
}
.button_ef.btn_infor:hover .ef {
  display: none;
}

.ef {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #ddf5f8;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.ef.ef_white {
  background: #fff;
}

.head_rec {
  position: absolute;
  font-size: 0.75em;
  color: #666;
  top: 0.25em;
  right: 2em;
  letter-spacing: 0.05em;
}
.head_rec i {
  position: relative;
  top: -1px;
  margin-left: 0.25em;
}

/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  transition: 0.8s;
}

.fadeIn {
  opacity: 1;
}

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 80px);
  -webkit-transform: translate(0, 80px);
  transition: 1s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- フェードインしながら少しDown -----*/
.inviewfadeInDown {
  opacity: 0;
  transform: translate(0, -40px);
  -webkit-transform: translate(0, -40px);
  transition: 1s;
}

.fadeInDown {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* Heading
------------------------------------------------------------*/
h1 {
  font-size: 36px;
}

h4 {
  color: #1c2d56;
  font-weight: bold;
  margin: 0px 0px 8px;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 0.9em;
}

/* -----------------------------------------------------------------------
Header
------------------------------------------------------------------------- */
/*---h1---*/
#ttlTxt {
  background-color: #1c2d56;
  height: 20px;
}
#ttlTxt h1 {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  /*--siteInfo--*/
}
.header .btn_bg {
  margin-top: 0;
}
.header .ef {
  background: #fff;
}
.header .button_ef {
  font-size: 0.875em;
  font-weight: normal;
}
.header .button_ef a {
  padding: 10px 40px;
}
.header .sub-menu .current-menu-item {
  border: none !important;
}
.header__wrap {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.header__left {
  width: 20.6%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .header__left {
    width: 70%;
    margin-left: 10px;
  }
}
.header__right {
  width: 79.4%;
}
.header__right .fa-phone-volume {
  color: #2f4b90;
  font-size: 50px;
  transform: rotate(-30deg);
  position: relative;
  top: -4px;
}
.header .logo {
  width: 140px;
}
.header nav {
  background-color: #1c2d56;
}
.header nav > ul li {
  position: relative;
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .header nav > ul li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
}
.header nav > ul li a {
  transition: 0s;
  display: block;
  width: 100%;
  padding: 12px 0 12px;
  font-size: 13px;
  line-height: 1;
  text-align: left;
  font-weight: normal;
  color: #fff;
}
.header nav > ul li a span {
  font-size: 0.8em;
  font-weight: lighter;
}
.header nav > ul li.current-menu-item {
  border-bottom: 3px solid #b7c726;
}
@media only screen and (max-width: 767px) {
  .header nav > ul li.current-menu-item {
    border-bottom: 1px solid #e5e5e5;
  }
}
.header nav > ul li.current-menu-item:hover a {
  border-bottom: none;
}
.header nav > ul li:hover ul {
  display: block;
}
.header nav > ul li:hover a {
  border-bottom: 3px solid #b7c726;
}
@media only screen and (max-width: 767px) {
  .header nav > ul li:hover a {
    border-bottom: none;
  }
}
.header nav > ul li ul {
  position: absolute;
  left: 50%;
  display: none;
  z-index: 2;
}
.header nav > ul li ul li {
  background-color: #1c2d56;
  float: none;
  width: 200px;
  left: auto;
  margin-left: -50px;
  padding: 4px 10px;
}
.header nav > ul li ul li a {
  border-bottom: none !important;
}
.header nav > ul li ul li:hover {
  border-bottom: none !important;
}
.header nav > ul li ul li:hover ul {
  display: block;
}
.header.inviewfadeInUp {
  transform: translate(0, -80px);
  -webkit-transform: translate(0, -80px);
  transition: 0.3s;
  transition-delay: 0.1s;
}
.header.fadeInUp {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* hamburger
----------------------------- */
@media only screen and (min-width: 767px) {
  .drawer-hamburger {
    display: none !important;
  }
}

/* パンくず
----------------------------- */
#breadCrumbs {
  background: #00b3d6;
  border-bottom: 4px solid #b7c726;
  font-size: 0.85em;
  padding: 8px 0;
  color: #fff;
}
#breadCrumbs a {
  color: #fff;
}

/* -----------------------------------------------------------------------
   Sidebar
------------------------------------------------------------------------- */
.sidebox {
  margin-bottom: 30px;
  background-color: #ddf5f8;
  width: 200px;
  max-width: 100%;
  padding: 10px 24px 40px;
}
.sidebox ul li {
  border-bottom: 1px solid #1c2d56;
}
.sidebox ul li a {
  padding: 15px 0;
  width: 100%;
  display: inline-block;
  color: #1c2d56;
  line-height: 1.3;
}
.sidebox ul li a.more {
  position: relative;
  color: #1c2d56;
  font-weight: bold;
  text-align: right;
  padding: 10px;
  display: block;
}
.sidebox.year_archive h3 {
  font-size: 1em !important;
}
.sidebox.year_archive li {
  background: url(images/common/arrow.svg) 90% 50%/auto 12px no-repeat;
}

/* -----------------------------------------------------------------------
    Footer
------------------------------------------------------------------------- */
footer {
  border-top: 4px solid #b7c726;
  background-color: #1c2d56;
  padding-top: 40px;
}
footer .sub-menu {
  display: none;
}
footer .container {
  position: relative;
}
footer .sns_bg {
  position: absolute;
  top: 0;
  right: 0;
}
footer .sns_bg a:hover {
  opacity: 0.85;
}
footer .sns_bg i {
  color: #fff;
  font-size: 1.5em;
  margin-right: 0.5em;
}
footer .nav_bg {
  width: 70%;
}
footer #pageTop {
  width: 30px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}
footer #pageTop.-contact {
  bottom: 80px;
  right: 20px;
}
footer nav ul {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 0.813em;
}
footer nav ul li {
  display: inline-block;
  width: 100%;
}
footer nav ul li a {
  color: #fff;
}
footer .foot_logo {
  width: 148px;
}

#copyRight {
  color: #fff;
  font-size: 0.714em;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

/* -----------------------------------------------------------------------
Blog
------------------------------------------------------------------------- */
#blog h2 {
  padding: 5px 0 3px;
  font-size: 1.5em;
  margin-bottom: 0;
}
#blog .blog-card {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1c2d56;
}
#blog .blog-thumb {
  margin-right: 15px;
  width: 35%;
}
@media only screen and (max-width: 767px) {
  #blog .blog-thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
#blog .blog-thumb img {
  height: auto;
}
#blog .blog-info ul.post-categories li {
  background-color: #3555a3;
  margin-right: 5px;
  height: 16px;
  line-height: 12px;
}
#blog .blog-info ul.post-categories li a {
  color: white;
  font-size: 10px;
  padding-right: 8px;
  padding-left: 8px;
}
@media only screen and (max-width: 767px) {
  #blog .blog-info ul.post-categories {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
  }
  #blog .blog-info ul.post-categories li {
    margin-bottom: 3px;
  }
}
#blog .blog-info h3.blog-title {
  margin-top: 8px;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1em;
}
#blog .blog-info h3.blog-title a {
  text-decoration: underline;
  color: #1c2d56;
}
#blog .blog-info p.blog-contents {
  font-size: 14px;
}

/*ページネーション*/
.paging {
  margin-top: 50px;
}
.paging .prev {
  text-align: left;
  background: rgba(221, 245, 248, 0.4);
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.paging .next {
  text-align: right;
  background: rgba(221, 245, 248, 0.4);
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* -----------------------------------------------------------------------
toppage local parts
------------------------------------------------------------------------- */
.home nav.pc-only > ul li:first-of-type a {
  border-bottom: 1px solid #b7c726;
}
.home section h3,
.home section h2 {
  font-size: 1.5em;
  margin-bottom: 30px;
  padding-left: 0;
}
.home section .flex-between .img_bg {
  width: 50%;
}
.home section .flex-between .text {
  width: calc(50% - 30px);
}
.home .mv {
  border-bottom: 4px solid #b7c726;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}
.home .mv__video {
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: bottom;
}
.home .mv h1 {
  font-size: 1.75em;
  text-align: center;
  letter-spacing: 0.175em;
  color: #fff;
}
.home .mv .btn_bg {
  margin-top: 30px;
}
.home .mv .button_ef {
  max-width: 100%;
  display: block;
  width: 400px;
  margin: 0 auto;
  font-size: 1.125em;
  background-color: #00b3d6;
}
.home .mv .button_ef a {
  padding: 18px 0px;
}
.home .mv .ef {
  transition: all 0.2s ease;
}
.home .mv .inner {
  width: 700px;
  max-width: 100%;
  position: absolute;
  top: 40%;
  left: 10vw;
}
.home .mv .inner.inviewfadeInUp {
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transition: 0.6s;
  transition-delay: 0.5s;
}
.home .mv .inner.fadeInUp {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.swiper_bg {
  width: 680px;
  margin: 0 auto;
  max-width: 100%;
}
.swiper_bg .swiper-slide {
  padding: 0 40px;
}
.swiper_bg .swiper-slide br {
  display: none;
}
.swiper_bg .swiper-slide a {
  text-decoration: underline;
}
.swiper_bg .swiper-button-next,
.swiper_bg .swiper-button-prev {
  width: 18px;
  height: 14px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper_bg .swiper-button-next {
  background: url(images/common/next.svg) 50%/cover;
}
.swiper_bg .swiper-button-prev {
  background: url(images/common/prev.svg) 50%/cover;
}

.greet-v2__img {
  width: 180px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .greet-v2__img {
    display: block;
    margin: 0 auto 1em;
  }
}
@media screen and (min-width: 768px), print {
  .greet-v2__img {
    width: 250px;
  }
}
.greet-v2__h {
  margin-bottom: 1em;
}
.greet-v2__t-right {
  text-align: right;
  margin-top: 2em;
}
@media screen and (min-width: 768px), print {
  .greet-v2__box {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px), print {
  .greet-v2__space {
    float: left;
    height: 16em;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  .greet-v2__space {
    height: 10em;
  }
}
@media screen and (min-width: 768px), print {
  .greet-v2__space.-rev {
    height: 5em;
    float: right;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  .greet-v2__space.-rev {
    height: 2em;
  }
}

@media screen and (min-width: 768px), print {
  .greet-v2__imgwrap {
    float: left;
    clear: both;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .greet-v2__imgwrap.-rev {
    float: right;
    margin-right: 0;
    margin-left: 1em;
  }
}
.greet-v2__right {
  text-align: right;
}

/* -----------------------------------------------------------------------
Page
// #404
------------------------------------------------------------------------- */
#pageKv {
  border-bottom: 1px solid #e5e5e5;
  background: url(images/business/kv.jpg) 50%/cover;
}
#pageKv .container {
  height: 400px;
  width: 100%;
}
#pageKv .container .title_bg {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  transition-delay: 0.5s;
}
#pageKv h1,
#pageKv h2 {
  font-size: 1.5em;
  color: #fff;
  padding-top: 240px;
  margin: 0;
  width: 1000px;
  text-align: left;
  margin: auto;
  padding-left: 0;
  max-width: 100%;
}
#pageKv h1 span,
#pageKv h2 span {
  font-family: meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  font-weight: normal;
  margin-left: 15px;
  letter-spacing: 0.1em;
  color: #929292;
  font-size: 18px;
  position: relative;
  top: -3px;
}

form {
  max-width: 600px;
  margin: 0 15px;
}
form span.required {
  color: #e64534;
}
form .form-group {
  margin-top: 15px;
}
form input,
form textarea,
form select {
  background-color: #f0f5f9;
  border-radius: 0;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
form input[type='radio'] {
  display: inline;
  width: auto;
  height: auto;
}
form label {
  font-weight: 200;
  margin-bottom: 5px;
  font-size: 15px;
}
form .wpcf7-list-item:not(.first) input[type='checkbox'] {
  margin-left: 40px;
}
form .wpcf7-list-item-label {
  font-size: 14px;
}
form textarea {
  height: 200px;
}

.error404 nav.pc-only > ul > li > a {
  border-bottom: 3px solid #1c2d56;
}
.error404 .post {
  text-align: center;
}
.error404 #contents {
  padding-top: 160px;
}

.single #breadCrumbs {
  margin-top: 127px;
}
.single #breadCrumbs .post.post-post.current-item br {
  display: none !important;
}
.single #contents h2 {
  font-size: 1.5em;
  font-weight: normal;
  padding: 20px 0 10px;
  margin-bottom: 0;
}
.single #contents .sub_date {
  font-size: 0.875em;
  text-align: right;
}
.single #contents .sub_caption {
  font-size: 0.875em;
  text-align: right;
  margin-bottom: 30px;
}
.single #contents h3 {
  font-size: 1.125em;
  font-weight: normal;
  margin: 30px 0 20px;
  padding: 5px 10px;
  border-bottom: 1px solid #1c2d56;
  border-left: 2px solid #1c2d56;
}

.mission .bg {
  background: url(images/company/mission.jpg) 50%/cover;
}
.mission .bg .text_bg {
  color: #fff;
  width: 45%;
  background: rgba(0, 179, 214, 0.9);
  padding: 60px 50px;
  line-height: 1.8;
}

#mission {
  position: absolute;
  top: -100px;
  left: 0;
}

.page section {
  padding: 60px 0;
  position: relative;
}
.page #contents h3 {
  font-size: 1.25em;
  margin-bottom: 30px;
}
.page .page_business section.main_caption {
  padding-top: 40px;
}
.page .page_business section.main_caption .caption {
  margin-bottom: 30px;
}
.page .page_business section.main_caption .card {
  align-items: center;
}
.page .page_business section.main_caption .card a {
  position: relative;
  width: calc(100% / 3 - 30px);
  display: block;
  align-self: flex-start;
}
.page .page_business section.main_caption .card a.inviewfadeInUp {
  transition: 0.5s;
}
.page .page_business section.main_caption .card a:nth-of-type(2).inviewfadeInUp {
  transition: 0.9s;
}
.page .page_business section.main_caption .card a:nth-of-type(3).inviewfadeInUp {
  transition: 1.3s;
}
.page .page_business section.main_caption .card a img {
  height: 237px;
}
.page .page_business section.main_caption .card a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  background: rgba(0, 179, 214, 0.9);
}
.page .page_business section.main_caption .card a:hover {
  transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
}
.page .page_business section.project .img_bg,
.page .page_business section.construction .img_bg,
.page .page_business section.operational .img_bg {
  width: 50%;
}
.page .page_business section.project .img_bg img,
.page .page_business section.construction .img_bg img,
.page .page_business section.operational .img_bg img {
  margin-bottom: 20px;
}
.page .page_business section.project .text,
.page .page_business section.construction .text,
.page .page_business section.operational .text {
  width: calc(50% - 30px);
  font-size: 0.938em;
}
.page .page_business section.project .flex-between {
  flex-direction: row-reverse;
}
.page .page_business section.project section.operational .flex-between {
  flex-direction: row-reverse;
}
.page .page_business dl.service {
  margin-top: 24px;
}
.page .page_business dl.service dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.page .page_business dl.service dt:before {
  content: '■';
  color: #00b3d6;
  margin-right: 3px;
  vertical-align: middle;
  font-size: 0.75em;
}
.page .page_business dl.service dd {
  margin-bottom: 20px;
  margin-left: 15px;
}
.page .page_company #pageKv {
  background: url(images/company/kv.jpg?ver3) 50%/cover;
}
.page .page_company #mission,
.page .page_company #overview,
.page .page_company #management_team,
.page .page_company #greeting {
  position: absolute;
  top: -100px;
  left: 0;
}
.page .page_company section.overview .img_bg {
  margin: 30px 0;
}
.page .page_company section.overview .img_bg .img_bg_bg {
  width: calc(100% / 4 - 20px);
}
.page .page_company section.overview table.company_table {
  margin: 30px 0;
  border: 1px solid #fff;
  font-size: 0.95em;
}
.page .page_company section.overview table.company_table th {
  width: 30%;
  background: #ddf5f8;
  border-top: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
}
.page .page_company section.overview table.company_table td {
  background: rgba(221, 245, 248, 0.5);
  border-top: 1px solid #fff;
  border-left: 1px #fff solid;
}
.page .page_company section.overview table.company_table td span {
  font-size: 0.85em;
}
.page .page_company section.group .caption {
  margin-bottom: 40px;
}
.page .page_company section.group .group_img {
  margin-bottom: 40px;
}
.page .page_company .g_map {
  background: #1c2d56;
  color: #fff;
  margin-left: 5px;
  padding: 2px 5px;
  display: inline-block;
  font-size: 0.75em;
  text-align: center;
  position: relative;
  top: -2px;
}
.page section.management_team
.caption {
  margin-bottom: 40px;
}
.page section.management_team
article {
  background: #eefafb;
  padding: 20px;
  width: calc(100% / 2 - 10px);
  height: 100%;
  display: block;
  margin-bottom: 20px;
}
.page section.management_team
.modal .img_bg {
  width: 130px;
  margin-right: 14px;
}
.page section.management_team
.modal .face_bg {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 130px;
  height: 130px;
}
.page section.management_team
.modal .face_bg img {
  position: absolute;
  max-width: 200%;
  display: block;
  top: 0;
  left: -45%;
  width: 250px;
  height: 250px;
}
.page section.management_team
.modal .text {
  width: calc(100% - 150px);
  font-size: 1em;
  position: relative;
}
.page section.management_team
.modal .t_title {
  font-size: 0.9em;
  line-height: 1.4;
}
.page section.management_team
.modal .name {
  font-weight: bold;
  margin-top: 10px;
}
.page section.management_team
.modal .link_b {
  position: absolute;
  background: url(images/common/arrow.svg) 100% 50%/10px auto no-repeat;
  font-size: 0.813em;
  right: 0;
  bottom: 0;
  width: 100px;
}

section.greeting
.button_ef {
  display: block;
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
}
section.greeting
.img_bg {
  width: 45%;
}
section.greeting
.text {
  width: calc(55% - 30px);
}
section.greeting
.en {
  margin-top: 20px;
}
section.greeting
b {
  text-align: center;
  margin-top: 10px;
  display: block;
  font-size: 1.125em;
}
section.greeting
.t_title {
  text-align: right;
  margin: 20px 0 6px;
  font-size: 0.938em;
}
section.greeting
.name {
  text-align: right;
  font-size: 1.125em;
}
section.greeting
article {
  padding-bottom: 50px;
}
section.greeting
article:nth-of-type(1) {
  border-bottom: 1px #1c2d56 solid;
}
section.greeting
article:nth-of-type(2) {
  margin-top: 60px;
}
section.greeting
article:nth-of-type(2) .flex-between {
  flex-direction: row-reverse;
}

.home section.index_greeting
.button_ef {
  display: block;
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
}
.home section.index_greeting
.img_bg {
  width: 25%;
}
.home section.index_greeting
.text {
  width: calc(75% - 30px);
}
.home section.index_greeting
.en {
  margin-top: 20px;
}
.home section.index_greeting
b {
  text-align: center;
  display: block;
  font-size: 1.125em;
}
.home section.index_greeting
.t_title {
  text-align: right;
  margin: 0.5em 0 0;
  font-size: 0.938em;
}
.home section.index_greeting
.name {
  text-align: right;
  font-size: 1.125em;
}
.home section.index_greeting
article {
  padding-bottom: 3em;
}
.home section.index_greeting
article:nth-of-type(1) {
  border-bottom: 1px #1c2d56 solid;
}
.home section.index_greeting
article:nth-of-type(2) {
  margin-top: 3em;
  padding-bottom: 1em;
}
.home section.index_greeting
article:nth-of-type(2) .flex-between {
  flex-direction: row-reverse;
}

.blog #pageKv {
  background: url(images/info/kv.jpg?ver2) 50%/cover;
}
.blog #pageKv h2 {
  text-shadow: 1px 1px 1px black;
}

.page-power_plant,
.index_power_plant {
  /*発電所一覧（indexと共通）*/
}
.page-power_plant #pageKv,
.index_power_plant #pageKv {
  background: url(images/power_plant/kv.jpg?ver2) 50%/cover;
}
.page-power_plant .caption,
.index_power_plant .caption {
  margin-bottom: 60px;
}
.page-power_plant .list .region_title,
.index_power_plant .list .region_title {
  font-size: 1.125em;
  font-weight: bold;
  color: #1c2d56;
  margin-bottom: 20px;
  padding: 2px 0 2px 10px;
  border-left: 3px solid #00b3d6;
  line-height: 1;
}
.page-power_plant .list article,
.index_power_plant .list article {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px), print {
  .page-power_plant .list article,
  .index_power_plant .list article {
    width: 323px;
    min-width: 323px;
  }
}
.page-power_plant .list article .img_bg,
.index_power_plant .list article .img_bg {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.page-power_plant .list article .img_bg img,
.index_power_plant .list article .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.page-power_plant .list article table,
.index_power_plant .list article table {
  border: none;
}
.page-power_plant .list article table th,
.index_power_plant .list article table th {
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  background: #ddf5f8;
  border: none;
  border-top: 1px solid #fff;
  font-weight: normal;
}
@media screen and (min-width: 768px), print {
  .page-power_plant .list article table th,
  .index_power_plant .list article table th {
    width: 150px;
  }
}
.page-power_plant .list article table th.-wind,
.index_power_plant .list article table th.-wind {
  background: rgba(193, 205, 0, 0.4);
}
.page-power_plant .list article table th.title,
.index_power_plant .list article table th.title {
  font-size: 1.125em;
  padding: 8px 0;
  font-weight: bold;
}
.page-power_plant .list article table td,
.index_power_plant .list article table td {
  padding: 10px;
  background: rgba(221, 245, 248, 0.5);
  border: none;
  border-top: 1px solid #fff;
  vertical-align: middle;
}
.page-power_plant .list article table td.-wind,
.index_power_plant .list article table td.-wind {
  background: rgba(193, 205, 0, 0.2);
}
.page-power_plant .list table,
.index_power_plant .list table {
  width: calc(100%);
  font-size: 0.85em;
}
.page-power_plant .list table span,
.index_power_plant .list table span {
  display: none;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .power__grid {
    justify-content: center !important;
  }
}
@media screen and (min-width: 768px), print {
  .power__inner {
    width: 1020px;
  }
}
.power__col {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .power__col {
    width: 66%;
    padding-right: 10px !important;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .power__col {
    justify-content: space-around !important;
    width: 100% !important;
  }
}
.power__col.-wind {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .power__col.-wind {
    width: 33%;
    border-left: 1px solid #cccccc;
    padding-left: 20px !important;
    padding-right: 0 !important;
    min-width: 340px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .power__col.-wind {
    border: none !important;
  }
}
.power__ttl {
  font-size: 1.25em;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.power__icon {
  width: 2em;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px), print {
  .power__splink {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .power__splink {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 2em;
  }
}
.power__link {
  position: relative;
  width: 49%;
  text-align: center;
  border: 1px solid;
  padding: 0.5em;
  display: block;
}
.power__link:active, .power__link:focus {
  border: 1px solid;
}
.power__link:after {
  background: url(images/common/arrow.svg) 90% 50%/10px auto no-repeat;
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.65em;
  right: 1em;
  transform: rotate(90deg);
}

.index_power_plant .caption {
  margin-bottom: 40px;
}
.index_power_plant .button_ef {
  display: block;
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
}
.index_power_plant .list article {
  margin-bottom: 20px;
}

.page-contact {
  margin-bottom: 30px;
}
.page-contact .privacy_text {
  font-size: 0.8em;
  margin: 20px 0 0;
}
.page-contact .privacy_text h3 {
  margin-top: 20px;
}
.page-contact .privacy_text .hidden {
  overflow-y: scroll;
  height: 200px;
  border: 1px solid;
  padding: 20px;
}
.page-contact #pageKv {
  background: url(images/contact/kv.jpg) 50%/cover;
}
.page-contact #contents {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.page-contact .inner {
  width: 900px;
}
.page-contact form {
  max-width: 100%;
}
.page-contact #bread {
  list-style: none;
  display: block;
  width: 100%;
  margin: 30px auto;
}
.page-contact #bread span {
  margin-right: 10px;
  font-weight: bold;
}
.page-contact #bread li {
  width: calc(100% / 3 - 30px);
  float: left;
  display: block;
  background: #ddf5f8;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
.page-contact #bread li:first-child {
  padding-left: 15px;
  width: calc(100% / 3 + 10px);
}
.page-contact #bread li:first-child:before {
  border: none;
}
.page-contact #bread li:nth-of-type(2) {
  width: calc(100% / 3 + 10px);
}
.page-contact #bread li:last-child {
  padding-right: 15px;
  width: calc(100% / 3 - 70px);
  margin-right: 0;
}
.page-contact #bread li:last-child:after {
  border: none;
}
.page-contact #bread li:before, .page-contact #bread li:after {
  content: '';
  position: absolute;
  top: 0;
  border: 0 solid #ddf5f8;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
.page-contact #bread li:before {
  left: -20px;
  border-left-color: transparent;
}
.page-contact #bread li:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #ddf5f8;
}
.page-contact #bread li.active {
  background: #00b3d6;
  color: #fff;
}
.page-contact #bread li.active:after {
  border-left-color: #00b3d6;
}
.page-contact #bread li.active_02 {
  background: #00b3d6;
  color: #fff;
}
.page-contact #bread li.active_02:after {
  border-left-color: #00b3d6;
}
.page-contact #bread li.active_02:before {
  border: 0 solid #00b3d6;
  border-width: 20px 15px;
  left: -25px;
  z-index: -1;
}
.page-contact h3 {
  border-bottom: 1px solid;
  margin-top: 50px;
  margin-bottom: 10px;
}
.page-contact .must {
  color: #e64534;
  margin-left: 5px;
  font-size: 0.95em;
}
.page-contact dl {
  margin-bottom: 30px;
}
.page-contact dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-contact form input[type='radio'] {
  margin-top: -2px;
}
.page-contact label {
  vertical-align: middle;
}
.page-contact .mwform-radio-field-text {
  vertical-align: middle;
}
.page-contact form .last_name,
.page-contact form .first_name,
.page-contact form .last_phonetic,
.page-contact form .first_phonetic,
.page-contact form .pref,
.page-contact form .zip {
  width: 30%;
  margin-right: 10px;
}
.page-contact form .old {
  width: 50px;
  margin-right: 10px;
}
.page-contact [type='submit'] {
  display: block;
  margin: 0 auto;
  background: #1c2d56;
  color: #fff;
  width: 500px;
  max-width: 100%;
  margin-top: 60px;
}
.page-contact [type='submit'].back {
  background: none;
  color: #1c2d56;
  text-decoration: underline;
  margin-top: 0;
  width: 100%;
  text-align: left;
  font-size: 0.85em;
}
.page-contact .privacy {
  height: 1.25em;
  width: 1.25em;
}
.page-contact .mwform-checkbox-field-text {
  vertical-align: middle;
}
.page-contact .mwform-checkbox-field.horizontal-item {
  text-align: center;
  display: block;
  margin: 30px auto 30px;
}
.page-contact .privacy_bg dt {
  text-align: center;
}
.page-contact .privacy_bg dd span {
  font-weight: bold;
  font-size: 1.125em;
}
.page-contact.page-thanks .caption {
  text-align: center;
  margin: 70px 0;
}
.page-contact.page-thanks .caption .right {
  text-align: right;
}
.page-contact.page-thanks #contents .btn_bg {
  margin: 40px auto;
  display: block;
  width: 500px;
  max-width: 100%;
}
.page-contact.page-thanks #contents .button_ef {
  width: 100%;
}
.page-contact.page-thanks #contents .ef {
  background: #fff;
}
.page-contact .mw_wp_form .error {
  background: #e64534;
  color: #fff;
  padding: 2px 10px;
  margin: 5px 0;
}

.page-template-page-contact-confirmation .page-contact .must.must__mail {
  display: none;
}
.page-template-page-contact-confirmation .privacy_bg dd {
  text-align: center;
  font-weight: bold;
}

/*地域貢献*/
.csr-template-default #contents {
  margin: 40px 0 60px;
}
.csr-template-default #contents h2 {
  padding: 10px 0 0;
}
.csr-template-default #contents img {
  display: block;
  margin: 30px 0 0;
}
.csr-template-default #contents .img_bg img {
  margin: 10px auto 30px;
}
.csr-template-default #contents .sub_caption {
  margin-bottom: 20px;
}

/*地域貢献一覧*/
.post-type-archive-csr #contents {
  margin: 60px 0;
}
.post-type-archive-csr #pageKv {
  background: url(images/csr/kv.jpg) 50%/cover;
}
.post-type-archive-csr #pageKv h2 {
  text-shadow: 1px 1px 1px black;
}
.post-type-archive-csr .main_caption {
  margin-bottom: 40px;
}
.post-type-archive-csr .more_csr {
  text-align: right;
  text-decoration: underline;
  display: block;
}
.post-type-archive-csr article {
  margin-bottom: 30px;
}
.post-type-archive-csr .img_bg {
  width: 300px;
  height: 200px;
  max-width: 100%;
  overflow: hidden;
}
.post-type-archive-csr .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.post-type-archive-csr .right {
  padding-left: 20px;
  width: calc(100% - 300px - 10px);
}
.post-type-archive-csr .right .new {
  background: #00b3d6;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
  font-size: 0.85em;
  margin-right: 10px;
}

.interview_icon {
  background: #b7c726;
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
  margin-left: 0.5em;
  padding: 0.35em 0.5em;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.interview_icon i {
  margin-right: 0.25em;
}

.interview_link {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.interview_link i {
  margin-left: 0.5em;
}

.interview_head {
  background: url(images/csr/interview_head.jpg) 50% 0/cover;
  margin-bottom: -2em;
}
.interview_head .black {
  background: rgba(0, 0, 0, 0.2);
}
.interview_head .caption {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.75em;
  color: green;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  /*上、下*/
}
.interview_head .text {
  color: #fff;
  text-align: center;
  padding: 3em 0;
}

.csr_lead {
  margin: 1em auto;
  background-size: cover;
  background-position: 50%;
  padding: 7em 2em;
}
.csr_lead .white_bg {
  width: 100%;
  height: 100%;
  padding: 2em 2em;
  background: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 767px) {
  .img_left {
    margin: 30px 0;
  }
  .img_left img {
    max-width: 42%;
    float: left;
    margin: 0 30px 20px 0 !important;
  }

  .img_right {
    margin: 30px 0;
  }
  .img_right img {
    max-width: 42%;
    float: right;
    margin: 0 0 20px 30px !important;
  }
}
.paging_csr .button_ef {
  display: block;
  margin: 0 auto;
  width: 350px;
  max-width: 100%;
}
.paging_csr .ef {
  background: #fff;
}
.paging_csr .btn {
  margin: 0 auto;
}

.page_consultation #pageKv {
  background: url(images/consultation/kv.jpg) 50%/cover;
}
@media screen and (max-width: 767px) {
  .page_consultation #pageKv {
    background: url(images/consultation/kv_sp.jpg) 50%/cover;
  }
  .page_consultation #pageKv h1 {
    text-align: left;
    padding-left: 1.5rem;
  }
}
.page_consultation #pageKv h1 {
  text-shadow: 1px 1px 1px black;
}

.consult-message__grid {
  display: flex;
}
@media screen and (max-width: 767px) {
  .consult-message__grid {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
.consult-message__left {
  flex-basis: 100%;
}
@media screen and (min-width: 768px), print {
  .consult-message__left {
    flex-basis: 25%;
  }
}
.consult-message__right {
  flex-basis: 100%;
}
@media screen and (min-width: 768px), print {
  .consult-message__right {
    flex-basis: 75%;
  }
}
.consult-message__img {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .consult-message__img {
    width: 180px;
    margin: 0 auto 1em;
    display: block;
  }
}

.consultation-kv__grid {
  display: flex;
  align-items: stretch;
}
.consultation-kv__left {
  background: #1c2d56;
  display: flex;
  align-items: center;
  background: #225485;
  flex-basis: 32%;
}
@media screen and (min-width: 768px), print {
  .consultation-kv__left {
    flex-basis: 40%;
  }
}
.consultation-kv__right {
  flex-basis: 68%;
}
@media screen and (min-width: 768px), print {
  .consultation-kv__right {
    flex-basis: 60%;
  }
}
.consultation-kv__right img {
  width: 100%;
}
.consultation-kv__h1 {
  color: #fff;
  font-size: 1.25em;
  padding-left: 1rem;
  padding-top: 61px;
}
@media screen and (min-width: 768px), print {
  .consultation-kv__h1 {
    font-size: 1.5em;
    padding-top: 124px;
    padding-left: 5vw;
  }
}

#autozip {
  font-size: 0.75rem !important;
  background-color: #00b3d6 !important;
  border-radius: 4px !important;
}
#autozip a {
  display: block;
  opacity: 0;
  width: 15em;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

#zip_close {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  line-height: 1 !important;
  display: flex;
  align-items: center;
}
#zip_close:before {
  display: inline-block;
  content: 'ハイフンなしでご入力ください。';
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

.nokv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 260px);
}
.nokv p {
  margin: 0;
}
.nokv__grid {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nokv__grid {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .nokv {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px), print {
  .nokv .btn.-lg {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .nokv .btn.-lg {
    padding: 12px 20px;
  }
}
.nokv .button_ef {
  display: block;
}

/*----------------*
 ***TOC***
* Text
* Color Setting
* Flex
* Margin Padding
* Width
* Display
* Layout
* side
* date
* category
//modalの中身
*----------------*/
/* Text
--------------------------- */
p {
  margin: 0 0 1.2em;
}

.b {
  font-weight: bold;
}

.big {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.4em;
}

.biggest {
  font-size: 1.8em;
}

.small {
  font-size: 0.8em;
}

.smalls {
  font-size: 0.7em;
  position: relative;
  top: -0.25em;
  margin-right: 0.25em;
}

.smaller {
  font-size: 0.7em;
}

.smallest {
  font-size: 0.4em;
}

.block {
  display: block;
}

/* Color Setting
-------------------------- */
.color-main {
  color: #1c2d56;
}

.color-sub {
  color: #1c2d56;
}

.color-third {
  color: #1c2d56;
}

.white {
  color: white;
}

.black {
  color: black;
}

.red {
  color: #e64534;
}

.bg-white {
  background-color: white;
}

.bg-main {
  background-color: #1c2d56;
}
.bg-main--light {
  background-color: #819ad6;
}

/* Layouts
-------------------------- */
.flex, .flex-center, .flex-start, #blog .blog-info ul.post-categories, .flex-end, .flex-between, .flex-around {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .flex, .flex-center, .flex-start, #blog .blog-info ul.post-categories, .flex-end, .flex-between, .flex-around {
    display: block;
  }
  .flex div, .flex-center div, .flex-start div, #blog .blog-info ul.post-categories div, .flex-end div, .flex-between div, .flex-around div,
  .flex p,
  .flex-center p,
  .flex-start p,
  #blog .blog-info ul.post-categories p,
  .flex-end p,
  .flex-between p,
  .flex-around p {
    width: 100%;
  }
  .flex .ef, .flex-center .ef, .flex-start .ef, #blog .blog-info ul.post-categories .ef, .flex-end .ef, .flex-between .ef, .flex-around .ef {
    width: 0;
  }
}

.flex-center {
  justify-content: center;
}

.flex-start, #blog .blog-info ul.post-categories {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}

.align-bottom {
  align-items: flex-end;
}

/* Margin Padding
-------------------------- */
.mt0 {
  margin-top: 0px !important;
}

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

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

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

.p0 {
  padding: 0px !important;
}

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

.pr0 {
  padding-right: 0px !important;
}

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

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

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

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

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

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

.p10 {
  padding: 10px !important;
}

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

.pr10 {
  padding-right: 10px !important;
}

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

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

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

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

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

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

.p20 {
  padding: 20px !important;
}

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

.pr20 {
  padding-right: 20px !important;
}

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

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

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

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

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

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

.p30 {
  padding: 30px !important;
}

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

.pr30 {
  padding-right: 30px !important;
}

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

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

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

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

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

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

.p40 {
  padding: 40px !important;
}

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

.pr40 {
  padding-right: 40px !important;
}

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

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

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

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

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

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

.p50 {
  padding: 50px !important;
}

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

.pr50 {
  padding-right: 50px !important;
}

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

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

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

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

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

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

.p60 {
  padding: 60px !important;
}

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

.pr60 {
  padding-right: 60px !important;
}

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

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

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

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

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

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

.p70 {
  padding: 70px !important;
}

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

.pr70 {
  padding-right: 70px !important;
}

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

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

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

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

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

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

.p80 {
  padding: 80px !important;
}

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

.pr80 {
  padding-right: 80px !important;
}

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

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

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

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

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

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

.p90 {
  padding: 90px !important;
}

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

.pr90 {
  padding-right: 90px !important;
}

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

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

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

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

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

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

.p100 {
  padding: 100px !important;
}

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

.pr100 {
  padding-right: 100px !important;
}

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

.pl100 {
  padding-left: 100px !important;
}

/* Width
-------------------------- */
.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

/* Display
-------------------------- */
.none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .pc {
    display: block;
  }

  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }
}
/*Layout
-------------------------- */
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

.text-left {
  text-align: left;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .container {
    width: 1000px;
  }
}

.left-sidebar #contents {
  width: 65%;
  float: right;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .left-sidebar #contents {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.left-sidebar #sidebar {
  width: 30%;
  float: left;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .left-sidebar #sidebar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .left-sidebar #sidebar img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.right-sidebar #contents {
  max-width: 100%;
  width: 740px;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .right-sidebar #contents {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.right-sidebar #sidebar {
  width: 200px;
  float: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .right-sidebar #sidebar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .right-sidebar #sidebar img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.no-sidebar #sidebar {
  display: none;
}

#contents .date {
  font-size: 0.875em;
}

.category_bg {
  font-size: 0.875em;
  display: inline-block;
}
.category_bg span {
  background: #1c2d56;
  color: #fff;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 0.875em;
}
.category_bg span.wind_power {
  background: #00b3d6;
}
.category_bg span.other {
  background: #b7c726;
}
.category_bg span.solar_power {
  background: #ff9600;
}
.category_bg span:last-of-type {
  display: none;
}

.modaal-content-container {
  color: #1c2d56;
}
.modaal-content-container .img_bg {
  width: 40%;
}
.modaal-content-container .img_bg .face_bg {
  width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.modaal-content-container .img_bg .face_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.modaal-content-container .text {
  width: calc(60% - 30px);
  margin-left: 20px;
}
.modaal-content-container .t_title {
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: bold;
}
.modaal-content-container .name {
  font-weight: bold;
  margin: 20px 0;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  font-size: 1.125em;
}

.case_01 {
  font-family: arial, '游ゴシック';
}

.case_02 {
  font-family: 'Roboto', '游ゴシック';
}

.case_03 {
  font-family: Verdana, 'ヒラギノ角ゴ ProN W3';
}

.case_04 {
  font-family: arial, 'ヒラギノ角ゴ ProN W3';
}

.case_05 {
  font-family: 'Roboto', 'ヒラギノ角ゴ ProN W3';
}

.p_top_0 {
  padding-top: 0 !important;
}

.icons {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  #hoge {
    text-align: center;
  }

  #hoge {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #hoge {
    width: 100%;
  }

  #hoge {
    padding-left: 5px;
    padding-right: 5px;
  }

  #hoge {
    font-size: 16px;
  }

  #hoge {
    margin-bottom: 10px;
  }

  .header .sp.contact_button {
    position: absolute;
    top: 16px;
    right: 50px;
    font-size: 0.5em;
    text-align: center;
    letter-spacing: 0;
  }
  .header .sp.contact_button.-cons {
    right: 90px;
    letter-spacing: 0.05em;
  }
  .header .sp.contact_button img {
    display: block;
    width: 20px;
    margin: 0 auto;
  }
  .header.inviewfadeInUp {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .header__wrap {
    padding: 10px;
  }
  .header__left {
    width: 100%;
  }
  .header__left .logo {
    width: 103px;
  }

  .drawer-menu {
    background: #1c2d56;
    height: 100vh;
  }

  .button_ef.btn_infor {
    width: 100%;
  }

  .home section h3,
  .home section h2 {
    text-align: center;
  }
  .home section .flex-between .img_bg {
    width: 100%;
  }
  .home section .flex-between .text {
    width: 100%;
    margin-top: 20px;
  }
  .home .mv {
    padding-bottom: 600px !important;
    overflow: hidden;
  }
  .home .mv__video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 600px;
    width: auto;
  }
  .home .mv h1 {
    font-size: 1.25em;
    line-height: 1.3;
  }
  .home .mv .button_ef {
    width: 90%;
    font-size: 0.875em;
  }
  .home .mv .btn_bg {
    margin-top: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .mv .inner {
    left: 0;
  }

  section.greeting
  .button_ef {
    width: 90% x;
  }
  section.greeting
  .img_bg {
    width: 100%;
  }
  section.greeting
  .text {
    width: 100%;
  }

  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single #breadCrumbs {
    margin-top: 17vw;
    font-size: 0.95em;
  }
  .single .right-sidebar {
    padding-top: 30px;
  }

  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .foot_logo {
    display: block;
    width: 30%;
    margin: 0 auto 20px;
  }
  footer .sns_bg {
    position: static;
  }

  .sidebox {
    width: 100%;
  }

  #breadCrumbs {
    font-size: 0.95em;
  }
  #breadCrumbs .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  nav.drawer-nav {
    overflow: inherit;
  }
  nav.drawer-nav ul.drawer-menu > li > a {
    font-size: 1em;
    font-weight: bold;
  }
  nav.drawer-nav ul.drawer-menu a {
    color: #fff;
  }
  nav.drawer-nav ul.drawer-menu li {
    width: 100%;
    margin: 0;
    padding: 16px;
  }
  nav.drawer-nav ul.drawer-menu li i {
    margin-left: 0.25em;
  }
  nav.drawer-nav ul.drawer-menu li a:before {
    display: none;
  }
  nav.drawer-nav ul.drawer-menu ul.sub-menu {
    display: none;
    position: static;
  }
  nav.drawer-nav ul.drawer-menu ul.sub-menu li {
    padding: 8px;
  }
  nav.drawer-nav ul.drawer-menu ul.sub-menu li:last-of-type {
    border: none;
  }

  #pageKv {
    background-position: right !important;
  }
  #pageKv .container {
    height: 250px;
  }
  #pageKv .container .title_bg {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  #pageKv h1,
  #pageKv h2 {
    text-align: center;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 60px 0 0 0;
  }

  .mission .bg {
    padding-top: 130px;
    background: url(images/company/mission.jpg) 50% 0/auto 130px no-repeat #fff;
  }
  .mission .bg .text_bg {
    width: 100%;
    padding: 30px 20px;
  }

  .index_greeting .img_bg img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .page section {
    padding: 40px 0;
  }
  .page #contents h3 {
    text-align: center;
  }
  .page .page_company section.greeting .img_bg {
    width: 100%;
  }
  .page .page_company section.greeting .text {
    margin-top: 20px;
    width: 100%;
  }
  .page .page_company section.greeting .t_title {
    text-align: left;
  }
  .page .page_company section.greeting .en {
    text-align: left;
  }
  .page .page_company section.overview .img_bg {
    display: flex;
  }
  .page .page_company section.overview .img_bg .img_bg_bg {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .page .page_company section.overview table.company_table th {
    width: 100%;
    display: block;
  }
  .page .page_company section.overview table.company_table td {
    width: 100%;
    display: block;
  }
  .page .page_company section.group .group_img {
    width: 90%;
    margin: 0 auto;
  }
  .page section.management_team
  article {
    width: 100%;
  }
  .page section.management_team
  .modal .img_bg {
    margin: auto;
  }
  .page section.management_team
  .modal .text {
    width: 100%;
    margin-top: 14px;
  }
  .page section.management_team
  .modal .t_title {
    font-size: 1em;
    line-height: 1.4;
  }
  .page section.management_team
  .modal .link_b {
    position: static;
    width: 100%;
    margin: 0 0 0 auto;
    font-size: 1em;
    text-align: right;
    padding-right: 20px;
  }
  .page .modaal-content-container .img_bg {
    width: 100%;
  }
  .page .modaal-content-container .text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .page .modaal-content-container .t_title {
    font-size: 1em;
    text-align: right;
  }
  .page .modaal-content-container .name {
    text-align: right;
  }
  .page .page_business section.main_caption .card a {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    background: url(images/business/01.jpg) 50%/cover;
  }
  .page .page_business section.main_caption .card a img {
    display: none;
  }
  .page .page_business section.main_caption .card a:nth-of-type(2) {
    background: url(images/business/02.jpg) 50%/cover;
  }
  .page .page_business section.main_caption .card a:nth-of-type(3) {
    background: url(images/business/03.jpg) 50%/cover;
  }
  .page .page_business section.project .img_bg,
  .page .page_business section.construction .img_bg,
  .page .page_business section.operational .img_bg {
    width: 100%;
  }
  .page .page_business section.project .text,
  .page .page_business section.construction .text,
  .page .page_business section.operational .text {
    width: 100%;
  }

  .right-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .right-sidebar #contents {
    margin-top: 20px;
  }

  #blog .blog-card {
    padding: 14px 0;
  }

  /*地域貢献一覧*/
  .post-type-archive-csr #pageKv {
    background-position: 44% 50% !important;
  }
  .post-type-archive-csr .img_bg {
    width: 100%;
  }
  .post-type-archive-csr .right {
    padding: 20px 0 0;
    width: 100%;
  }
  .post-type-archive-csr #contents {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*地域貢献*/
  .csr-template-default #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
  .csr-template-default #contents img {
    margin: 30px auto 0;
  }
  .csr-template-default h2 {
    font-size: 1.25em !important;
  }

  .paging .prev {
    margin-bottom: 10px;
  }

  .page-contact h3 {
    text-align: left !important;
    margin-top: 30px;
  }
  .page-contact #bread {
    margin: 20px auto 20px;
    display: table;
    font-size: 0.75em;
    letter-spacing: 0;
  }
  .page-contact #bread span {
    display: none;
  }
  .page-contact #bread li {
    float: none;
    display: table-cell;
    margin-right: 10px;
  }
  .page-contact #bread li:first-child {
    padding-left: 0;
    width: calc(100% / 3 + 20px);
  }
  .page-contact .page-contact form .last_name,
  .page-contact .page-contact form .first_name,
  .page-contact .page-contact form .last_phonetic,
  .page-contact .page-contact form .first_phonetic,
  .page-contact .page-contact form .pref,
  .page-contact .page-contact form .zip {
    width: 40%;
  }
  .page-contact.page-thanks {
    margin: 0;
    text-align: left;
  }

  .page-power_plant .caption,
  .index_power_plant .caption {
    margin-bottom: 30px;
  }
  .page-power_plant .list article,
  .index_power_plant .list article {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-power_plant .list article .img_bg,
  .index_power_plant .list article .img_bg {
    height: calc(100vw / 2);
    margin-bottom: 0;
  }
  .page-power_plant .list article table th,
  .index_power_plant .list article table th {
    width: 100%;
    display: block;
    text-align: left;
    padding: 8px;
  }
  .page-power_plant .list article table th.title,
  .index_power_plant .list article table th.title {
    padding: 8px;
    background: none;
  }

  .csr_lead {
    padding: 5em 1em;
  }
  .csr_lead .white_bg {
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-menu {
    display: none !important;
  }

  #pageKv {
    background-position: right !important;
  }
  #pageKv .container {
    padding: 0;
  }
  #pageKv h2 {
    padding-left: 30px;
  }

  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .foot_logo {
    display: block;
    width: 30%;
    margin: 0 auto 20px;
  }
  footer .sns_bg {
    position: static;
  }
  footer .foot_logo {
    display: inline;
  }
  footer .nav_bg {
    width: 100%;
  }

  .right-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .right-sidebar #sidebar {
    width: 100%;
  }
  .right-sidebar .sidebox {
    width: 100%;
  }
  .right-sidebar #contents {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
