@charset "utf-8";

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

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

a {
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

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

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

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

input {
  overflow: visible;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

/**
 * Base Style
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #000;
  font-family: "メイリオ",Meiryo,"ヒラギノ ゴ Pro W3","Hiragino Kaku Gothic Pro",YuGothic,"游ゴシック",sans serif;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 1.57;
  }
}

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

a:hover {
  opacity: .7;
}

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

h1,
h2,
h3,
h4,
h5,
p,
li,
ul,
ol,
dt,
dd,
dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.visible-pc {
  display: block !important;
}

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

.visible-pc--inline {
  display: inline !important;
}

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

.visible-sp {
  display: none !important;
}

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

.visible-sp--inline {
  display: none !important;
}

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

/**
 * Layout Style
 */
/*-----------------
header
-----------------*/
.l-header {
  height: 80px;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 56px;
    padding: 7px 0 5px;
  }
}

/*-----------------
footer
-----------------*/
.l-footer {
  background: #000;
  padding: 15px 0;
  height: 47px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    height: auto;
    padding: 10px;
  }
}

/**
 * Header Style
 */
.main-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.main-header .logo {
  margin-right: 22px;
}

@media screen and (max-width: 767px) {
  .main-header .logo img {
    height: 42px;
    width: auto;
  }
}

.main-header .logo-txt {
  font-size: 12px;
}

/**
 * Footer Style
 */
.copyright {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .copyright {
    font-size: 10px;
  }
}

/**
 * Nav Style
 */
/**
 * Button Style
 */
.link-btn01 {
  text-align: center;
  background: #e60012;
  color: #fff;
  display: block;
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.link-btn01:before {
  content: '';
  position: absolute;
  left: 15px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .link-btn01 {
    font-weight: bold;
  }
}

/**
 * Block Style
 */
/*-----------------
common
-----------------*/
.clearfix {
  *zoom: 1;
}

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

.container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.solar-power .headline01 {
  font-size: 30px;
  font-weight: bold;
  margin: -10px 0 70px;
  line-height: 1.66667;
  text-align: center;
  letter-spacing: 0.05em;
}

.solar-power .headline01--mb {
  margin-bottom: 110px;
}

.solar-power .headline02 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: -5px 0 45px;
}

.solar-power .h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 32px;
  margin-bottom: 50px;
  position: relative;
}

.solar-power .h2:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 3px;
  background: #c20000;
  left: 0;
  top: 0;
}

.solar-power .h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 32px;
  margin-bottom: 30px;
  position: relative;
}

.solar-power .h3:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
  background: #000;
  left: 0;
  top: 0;
}

.solar-power .font20 {
  font-size: 20px;
  font-weight: bold;
}

.solar-power .font26 {
  font-size: 26px;
  font-weight: bold;
}

.solar-power .font32 {
  font-size: 32px;
  font-weight: bold;
}

.section-ph01 {
  font-size: 16px;
  line-height: 1.875;
  margin: -7px 0 23px;
  text-align: center;
}

.table {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #e8e8e8;
}

.table th {
  border: 2px solid #e8e8e8;
  background: #f1f1f1;
  width: 245px;
  padding: 15px 0;
  font-size: 16px;
}

.table td {
  border: 2px solid #e8e8e8;
  width: 245px;
  padding: 15px 0;
}

.table .small {
  font-size: 12px;
  font-weight: normal;
}

/*-----------------
kv
-----------------*/
.kv-area--solar-power {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 440px;
  background: url(../img/bg_mv01.jpg) no-repeat center;
  background-size: cover;
}

.kv-area--solar-power .h1 {
  color: #fff;
  text-shadow: 1px 2px 2px black;
  line-height: 1.66667;
  font-size: 30px;
  font-weight: bold;
}

/*-----------------
content
-----------------*/
/*top*/
.content-top {
  text-align: center;
  padding: 80px 0 0;
  margin-bottom: 80px;
}

/*section*/
.solar-power-section {
  margin-bottom: 120px;
}

.solar-power-section--04 {
  margin-bottom: 80px;
}

.solar-power-section--06 {
  margin-bottom: 80px;
}

/*section01*/
.solar-power-section--01 img {
  display: block;
  margin: 0 auto;
}

/*section02*/
.instrument-list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.instrument-list li {
  width: 25%;
  text-align: center;
  padding: 30px 0;
}

.instrument-list--irregular {
  display: block;
}

.instrument-list--irregular > li:first-child {
  height: 525px;
  float: left;
  margin-bottom: 0;
}

.instrument-list--irregular > li:nth-child(2) {
  float: left;
  width: 75%;
  margin-bottom: 0;
}

.instrument-list--irregular > li:nth-child(2) ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.instrument-list--irregular > li:nth-child(2) li {
  padding: 0;
  width: 33.33333%;
}

.instrument-list--irregular > li:nth-child(2) li:first-child {
  display: none;
}

.instrument-list--irregular > li:nth-child(2) li:nth-child(-n+4) {
  margin-bottom: 100px;
}

.floatBox {
  float: left;
  width: 50%;
}

.floatBox li {
  width: 50%;
}

.floatBox + .clear {
  clear: both;
}

/*section03*/
.img-box-column02 {
  margin-bottom: 50px;
}

.img-box-column02 img {
  width: 49.5%;
  max-width: 480px;
}

.img-box-column02 img:first-child {
  float: left;
}

.img-box-column02 img:last-child {
  float: right;
}

.trouble-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: center;
  justify-content: center;
  background: url(../img/img_monochrome03.jpg) no-repeat right center;
  height: 420px;
  padding: 0 330px 0 0;
  margin: 43px 0 80px;
}

.trouble-list li {
  padding-left: 35px;
  font-size: 16px;
  line-height: 2;
  background: url(../img/ico_person01.png) no-repeat left top;
}

.reason-list {
  margin-bottom: 80px;
}

.reason-list > li {
  height: 210px;
}

.reason-list > li:first-child {
  background: url(../img/img_monochrome05.jpg) no-repeat right center;
  margin-bottom: 40px;
}

.reason-list > li:first-child dt {
  background: url(../img/ico_reason01.png) no-repeat left center;
}

.reason-list > li:nth-child(2) {
  background: url(../img/img_monochrome06.jpg) no-repeat right center;
  margin-bottom: 40px;
}

.reason-list > li:nth-child(2) dt {
  background: url(../img/ico_reason02.png) no-repeat left center;
}

.reason-list > li:nth-child(3) {
  background: url(../img/img_monochrome07.jpg) no-repeat right center;
}

.reason-list > li:nth-child(3) dt {
  background: url(../img/ico_reason03.png) no-repeat left center;
  padding: 19px 0 19px 95px;
}

.reason-list dl {
  padding-right: 350px;
}

.reason-list dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding: 4px 0 4px 95px;
  margin-bottom: 20px;
}

.reason-list dd li {
  padding-left: 35px;
  font-size: 16px;
  line-height: 2;
  background: url(../img/ico_person01.png) no-repeat left top;
}

.solar-power-section--03 .img-box {
  margin: 43px 0 50px;
}

.solar-power-section--03 .img-box img:first-child {
  margin-bottom: 20px;
}

.solar-power-section--03 .text-box {
  font-size: 16px;
  line-height: 1.875;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 520px 0 0;
  height: 320px;
}

.solar-power-section--03 .text-box--01 {
  background: url(../img/img_monochrome08.jpg) no-repeat right center;
  margin-bottom: 30px;
}

.solar-power-section--03 .text-box--02 {
  background: url(../img/img_monochrome09.jpg) no-repeat right center;
  margin-bottom: 50px;
}

.solar-power-section--03 .difference-list {
  margin-bottom: 73px;
  text-align: center;
}

.solar-power-section--03 .difference-list li:first-child {
  margin-bottom: 33px;
}

.solar-power-section--03 .difference-list li:nth-child(2) {
  margin-bottom: 33px;
}

/*section04*/
.rental-list li {
  height: 210px;
  padding: 0 320px 0 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.rental-list li:first-child {
  background: url(../img/img_monochrome10.jpg) no-repeat right center;
}

.rental-list li:nth-child(2) {
  background: url(../img/img_monochrome11.jpg) no-repeat right center;
}

.rental-list li:nth-child(3) {
  background: url(../img/img_monochrome12.jpg) no-repeat right center;
}

.rental-list li:nth-child(4) {
  background: url(../img/img_monochrome13.jpg) no-repeat right center;
}

.rental-list li:nth-child(5) {
  background: url(../img/img_monochrome14.jpg) no-repeat right center;
}

.rental-list li:nth-child(6) {
  background: url(../img/img_monochrome15.jpg) no-repeat right center;
  margin-bottom: 0;
}

.rental-list li p {
  padding: 20px 0 20px 95px;
  font-size: 16px;
  line-height: 1.5;
  background: url(../img/ico_rec.png) no-repeat left center;
}

/*section05*/
.solar-power-section--05 .header {
  height: 270px;
  background: #787878 url(../img/img_monochrome16.jpg) no-repeat right center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  /*justify-content: center;*/
  margin-bottom: 120px;
  padding-left: 80px;
}

.solar-power-section--05 .header p {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 1px 2px 2px black;
  letter-spacing: 0.05em;
}

.solar-power-section--05 .table--lineup {
  margin: 43px 0 120px;
}

.solar-power-section--05 .table td {
  padding: 5px 0 0;
  height: 50px;
  line-height: 1.42857;
}

.plan-box {
  margin-bottom: 50px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.plan-box--last {
  margin-bottom: 120px;
}

.plan-box .img-box {
  -webkit-box-flex: 1;
  flex: 1;
  height: 322px;
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 50%;
}

.plan-box .table {
  -webkit-box-flex: 1;
  flex: 1;
  width: 50%;
}

.plan-box .table tr {
  height: 80px;
}

.suggestion-list {
  margin-bottom: 80px;
}

.suggestion-list > li {
  height: 210px;
  padding: 0 355px 0 0;
}

.suggestion-list > li:first-child {
  background: url(../img/img_monochrome17.jpg) no-repeat right center;
  margin-bottom: 20px;
}

.suggestion-list > li:first-child dt:before {
  content: '1';
}

.suggestion-list > li:nth-child(2) {
  background: url(../img/img_monochrome18.jpg) no-repeat right center;
  margin-bottom: 20px;
}

.suggestion-list > li:nth-child(2) dt:before {
  content: '2';
}

.suggestion-list > li:nth-child(3) {
  background: url(../img/img_monochrome19.jpg) no-repeat right center;
}

.suggestion-list > li:nth-child(3) dt:before {
  content: '3';
}

.suggestion-list > li dt {
  padding: 0;
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}

.suggestion-list > li dt:before {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  background: #c20000;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 9px 0;
  font-weight: normal;
  font-size: 24px;
}

.suggestion-list > li li {
  font-size: 16px;
  line-height: 1.5;
  padding: 6px 0 6px 1.4em;
  text-indent: -1.4em;
}

.suggestion-list > li li span {
  font-size: 12px;
  /*vertical-align: middle;*/
  display: block;
  float: left;
  margin: 2px 20px 0 0;
}

.suggestion-list > li p {
  padding: 0 0 0 30px;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}

/*section06*/
.person-box {
  background: #eaf3f2 url(../img/img_person01.jpg) no-repeat right center;
  background-size: contain;
  padding: 30px;
  border-bottom: 2px solid #fff;
}

.person-box dl {
  padding: 0 325px 0 0;
}

.person-box dt {
  color: #4b6481;
  padding-bottom: 3px;
  border-bottom: 2px solid #4b6481;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.person-box dd p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66667;
  margin-bottom: 12px;
}

.person-box dd .date {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
}

.person-info {
  margin-bottom: 50px;
}

.person-info dt {
  padding: 18px 0;
  background: #eee;
  float: left;
  border-right: 2px solid #fff;
  width: 320px;
  text-align: center;
  font-weight: bold;
  height: 50px;
}

.person-info dd {
  padding: 20px 20px;
  background: #eee;
  margin-left: 320px;
  font-size: 12px;
  height: 50px;
}

.qa-box {
  margin-bottom: 120px;
}

.qa-box dl {
  margin-bottom: 50px;
}

.qa-box dt {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
}

.qa-box dt:before {
  content: 'Q.';
  position: absolute;
  top: -5px;
  left: 0;
  color: #c20000;
  font-size: 24px;
}

.qa-box dd {
  font-size: 16px;
  padding-left: 40px;
  position: relative;
  line-height: 1.625;
  background: url(../img/ico_person01.png) no-repeat left top;
}

.staff-box .section-ph01 {
  margin-bottom: 54px;
}

.staff-box .date {
  font-size: 12px;
  margin: 15px 0 30px;
  text-align: right;
}

.qualification-box {
  display: -webkit-box;
  display: flex;
  margin-bottom: 70px;
}

.qualification-box dl {
  padding: 25px 0;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
}

.qualification-box dl:first-child {
  border: 4px solid #eee;
  border-right: 2px solid #eee;
}

.qualification-box dl:last-child {
  border: 4px solid #eee;
  border-left: 2px solid #eee;
}

.qualification-box dl dt {
  color: #c20000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.qualification-box dl dd {
  font-size: 16px;
  line-height: 1.875;
}

.link-box .headline01 {
  background: url(../img/bg_arrow01.png) no-repeat center bottom;
  padding-bottom: 65px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  /*-----------------
  contents
  -----------------*/
  /*section02*/
  .instrument-list li {
    padding: 30px 15px;
  }
  /*section03*/
  .solar-power-section--03 .text-box {
    background-size: 250px auto !important;
    padding-right: 270px;
    height: 200px;
  }

  .reason-list > li {
    background-size: 250px auto !important;
  }

  .reason-list dl {
    padding-right: 270px;
  }
  /*section04*/
  .solar-power-section--04 .text-box {
    background-size: 250px auto !important;
    padding-right: 270px;
    height: 210px;
  }

  .rental-list li {
    background-size: 240px auto !important;
    padding-right: 260px;
    height: 180px;
  }
  /*section05*/
  .suggestion-list > li {
    background-size: 250px auto !important;
    padding-right: 270px;
  }
  /*section06*/
  .person-box dl {
    padding: 0px 300px 0 0;
  }
}

@media screen and (max-width: 767px) {
  /*-----------------
  common
  -----------------*/
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .solar-power .headline01 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.3;
    letter-spacing: inherit;
    margin-top: 0;
    text-align: left;
    word-break: break-all;
  }

  .solar-power .headline01--mb {
    margin-bottom: 50px;
  }

  .solar-power .headline02 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 20px;
  }

  .solar-power .h2 {
    font-size: 18px;
    padding: 0 0 0 30px;
    margin-bottom: 25px;
    line-height: 1.3;
  }

  .solar-power .h2:before {
    width: 20px;
    top: 3px;
  }

  .solar-power .h3 {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 0 0 28px;
    line-height: 1.4;
    word-break: break-all;
  }

  .solar-power .h3:before {
    width: 16px;
    left: 2px;
    top: 4px;
  }

  .solar-power .sp-font20 {
    font-size: 20px;
    font-weight: bold;
  }

  .solar-power .sp-font18 {
    font-size: 18px;
    font-weight: bold;
  }

  .solar-power .sp-font16 {
    font-size: 16px;
    font-weight: bold;
  }

  .section-ph01 {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left;
  }

  .img-box-column02 {
    margin-bottom: 20px;
  }

  .table th {
    font-size: 14px;
  }

  .table td {
    font-size: 12px;
  }
  /*-----------------
  kv
  -----------------*/
  .kv-area--solar-power {
    height: 160px;
  }

  .kv-area--solar-power .h1 {
    font-size: 20px;
    line-height: 1.3;
  }
  /*-----------------
  contents
  -----------------*/
  .content-top {
    padding: 30px 0 0;
    margin-bottom: 30px;
  }

  .solar-power-section {
    margin-bottom: 50px;
  }

  .solar-power-section--04 {
    margin-bottom: 30px;
  }

  .solar-power-section--06 {
    margin-bottom: 30px;
  }
  /*section02*/
  .instrument-list {
    margin-bottom: 20px;
  }

  .instrument-list li {
    padding: 0 15px 15px;
    width: 50%;
  }

  .instrument-list li .instrument-name {
    padding: 15px 0 0;
  }

  .instrument-list li:nth-child(2n+1) {
    clear: both;
  }

  .instrument-list li img {
    max-height: 200px;
    width: auto;
    max-width: 120px;
  }

  .instrument-list--irregular > li:first-child {
    display: none;
  }

  .instrument-list--irregular > li:nth-child(2) {
    padding: 0;
    width: 100%;
  }

  .instrument-list--irregular > li:nth-child(2) li {
    padding: 0 15px 15px;
    width: 50%;
  }

  .instrument-list--irregular > li:nth-child(2) li:first-child {
    display: block;
  }

  .instrument-list--irregular > li:nth-child(2) li:nth-child(-n+4) {
    margin-bottom: 0;
  }

  .floatBox {
    float: none;
    width: 100%;
  }
  /*section03*/
  .img-box-column02 img {
    float: none;
    max-width: 100%;
  }

  .trouble-list {
    background: none;
    height: auto;
    padding: 0;
    margin: 20px 0 30px;
  }

  .trouble-list li {
    background-size: 14px auto !important;
    background-position: 1px 4px !important;
    padding-left: 24px;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.7;
  }

  .trouble-list li:last-child {
    margin-bottom: 0;
  }

  .trouble-list + .img-box-column02 {
    margin-bottom: 30px;
  }

  .reason-list {
    margin-bottom: 30px;
  }

  .reason-list > li {
    background: none !important;
    height: auto;
    margin-bottom: 20px !important;
  }

  .reason-list > li img {
    margin: 0 auto;
  }

  .reason-list dl {
    padding: 0;
  }

  .reason-list dt {
    background-size: 35px !important;
    padding-left: 45px !important;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .reason-list dd li {
    font-size: 14px;
  }

  .reason-list .solution-list {
    margin-bottom: 20px;
  }

  .reason-list .solution-list li {
    background-size: 14px auto !important;
    background-position: 1px 4px !important;
    padding-left: 24px;
    margin-bottom: 5px;
    line-height: 1.7;
  }

  .reason-list .solution-list li:last-child {
    margin-bottom: 0;
  }

  .solar-power-section--03 .img-box {
    margin: 20px 0 20px;
  }

  .solar-power-section--03 .text-box {
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    background: none !important;
    font-size: 14px;
    line-height: inherit;
  }

  .solar-power-section--03 .text-box p {
    margin-bottom: 10px;
  }

  .solar-power-section--03 .text-box img {
    margin: 0 auto;
  }

  .solar-power-section--03 .difference-list {
    margin-bottom: 30px;
    text-align: center;
  }

  .solar-power-section--03 .difference-list li:first-child {
    margin-bottom: 20px;
  }

  .solar-power-section--03 .difference-list li:nth-child(2) {
    margin-bottom: 20px;
  }
  /*section04*/
  .rental-list li {
    display: block;
    height: auto;
    padding: 0;
    margin-bottom: 15px;
    background: none !important;
  }

  .rental-list li img {
    margin: 0 auto;
  }

  .rental-list li p {
    font-size: 14px;
    line-height: inherit;
    background-size: 35px;
    padding: 10px 0 10px 45px;
    margin-bottom: 5px;
  }
  /*section05*/
  .solar-power-section--05 .header {
    padding: 0;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    background-size: cover !important;
    background-position: right top !important;
    height: 100px;
  }

  .solar-power-section--05 .header p {
    font-size: 20px;
    line-height: 1.3;
  }

  .solar-power-section--05 .table--lineup {
    margin: 15px 0 50px;
  }

  .plan-box {
    margin-bottom: 30px !important;
    display: block;
  }

  .plan-box--last {
    margin-bottom: 50px !important;
  }

  .plan-box .img-box {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 10px;
  }

  .plan-box .img-box img {
    max-height: 200px;
  }

  .plan-box .table {
    width: 100%;
  }

  .plan-box .table tr {
    height: auto;
  }

  .suggestion-list {
    margin-bottom: 30px;
  }

  .suggestion-list > li {
    height: auto;
    padding: 0;
    background: none !important;
  }

  .suggestion-list > li dt {
    padding-left: 45px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: inherit;
  }

  .suggestion-list > li dt:before {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 20px;
  }

  .suggestion-list > li li {
    background-size: 14px auto !important;
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 5px;
    padding: 0 0 0 1.3em;
    text-indent: -1.3em;
  }

  .suggestion-list > li li span {
    font-size: 10px;
    margin: 3px 18px 0 0;
  }

  .suggestion-list > li p {
    font-size: 14px;
    padding-left: 24px;
  }

  .suggestion-list > li img {
    margin: 10px auto 0;
  }
  /*section06*/
  .person-box {
    background: #eaf3f2;
    padding: 15px;
  }

  .person-box dl {
    padding: 0;
  }

  .person-box dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .person-box dd p {
    font-size: 16px;
    line-height: inherit;
  }

  .person-box dd img {
    margin: 0 auto;
  }

  .person-box dd .date {
    margin: 5px 0 0;
    text-align: right;
  }

  .person-info {
    margin-bottom: 20px;
  }

  .person-info dt {
    float: none;
    width: 100%;
    border-right: none;
    padding: 5px 10px 0 10px;
    height: auto;
    text-align: left;
  }

  .person-info dd {
    margin: 0;
    padding: 5px 12px;
    height: auto;
  }

  .qa-box {
    margin-bottom: 50px;
  }

  .qa-box dl {
    margin-bottom: 20px;
  }

  .qa-box dt {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 15px;
  }

  .qa-box dt:before {
    font-size: 18px;
    top: 0;
  }

  .qa-box dd {
    background-size: 14px !important;
    background-position: 1px 3px !important;
    font-size: 14px;
    padding-left: 30px;
  }

  .qa-box dd:before {
    font-size: 18px;
    top: 0;
  }

  .staff-box {
    margin-bottom: 15px;
  }

  .staff-box .section-ph01 {
    margin-bottom: 20px;
  }

  .staff-box .date {
    margin: 10px 0 15px;
  }

  .qualification-box {
    margin-bottom: 30px;
    display: block;
  }

  .qualification-box dl {
    padding: 15px;
  }

  .qualification-box dl:first-child {
    border-bottom: 0;
    border-right: 4px solid #eee;
  }

  .qualification-box dl:last-child {
    border-left: 4px solid #eee;
  }

  .qualification-box dl dt {
    font-size: 16px;
  }

  .qualification-box dl dd {
    font-size: 14px;
    line-height: inherit;
  }

  .link-box .headline01 {
    padding-bottom: 40px;
    margin-bottom: 10px;
    background-size: contain !important;
    text-align: center;
  }
}

/**
 * Print Style
 */

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