@charset "UTF-8";

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}

/*----------------------------------------
	clearfix
----------------------------------------*/
.container:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
  LINE@ PAGE
----------------------------------------*/
.sec-cont {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
}

.sec-inner {
  padding-top: 100px;
}

.sec-cont h4 {
  margin-bottom: 40px;
  padding: 0;
  font-size: 1.2rem;
  color: #514a3d;
  vertical-align: baseline;
}

.touroku-list {
  margin: 40px 0 40px;
}

.touroku-list li {
  margin-left: 10px;
  padding: 20px 0 20px 60px;
  background-image: url("../images/list-mark.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 40px 40px;
}

.touroku-list li {
  font-size: 1.2rem;
}

.touroku-list li a {
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
}

.touroku-list li a:hover {
  border-bottom: none;
  padding-bottom: 4px;
}

.cont01 {
  margin-bottom: 100px;
  text-align: center;
}

.cont01 > figure {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.cont02 {
  width: 720px;
  margin: 0 auto 80px;
  padding: 40px;
  border: 1px solid #707070;
  background-color: #FFF4DF;
}

.cont02 figure {
  padding: 40px 0 0;
  text-align: center;
}

.cont02 figure img {
  width: 300px;
  height: auto;
}

.flex-cont01 {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}

.flex-cont01 > div {
  width: 25%;
  height: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.flex-cont01 > div > p {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  padding: 0;
}

.flex-cont01 > div > p span {
  font-weight: bold;
}

.flex-cont01 div:nth-child(2) figure img,
.flex-cont01 div:nth-child(3) figure img,
.flex-cont01 div:nth-child(4) figure img {
  width: 94.5%;
  height: auto;
}

.first div:nth-child(4) figure img {
  width: 95.2%;
  height: auto;
}

.second div:nth-child(4) figure img {
  width: 94%;
  height: auto;
}

.alt {
  margin: 0 0 80px 20px;
  color: red;
}

.cvn-cont {
  padding: 0 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .sec-cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 10px;
    box-sizing: border-box;
  }

  .sec-inner {
    padding-top: 20px;
  }

  .sec-cont h4 {
    margin-bottom: 40px;
    padding: 0;
    font-size: 1.2rem;
    color: #514a3d;
    vertical-align: baseline;
  }

  .touroku-list {
    margin: 40px 0;
  }

  .touroku-list li {
    margin-left: 10px;
    padding: 20px 0 20px 40px;
    background-image: url("../images/list-mark.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 30px 30px;
  }

  .touroku-list li {
    font-size: 1.2rem;
  }

  .cont01 > figure {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .cont01 {
    margin-bottom: 80px;
    text-align: center;
  }

  .cont02 {
    width: 100%;
    margin-bottom: 80px;
    padding: 0;
    border: 1px solid #707070;
    background-color: #FFF4DF;
  }

  .line-btn-cont {
    padding: 20px !important;
    box-sizing: border-box;
  }

  .cont02 figure {
    padding: 40px 0 0;
    text-align: center;
  }

  .cont02 figure img {
    width: 90%;
    height: auto;
  }

  .flex-cont01 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .flex-cont01 > div {
    width: 50%;
    height: auto;
    margin-bottom: 40px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .flex-cont01 > div > p {
    width: 100%;
    height: 20vw;
    margin-bottom: 20px;
    padding: 0;
    font-size: 3.6vw;
  }

  .flex-cont01 > div > p span {
    font-weight: bold;
    font-size: 4vw;
  }

  .flex-cont01 div:nth-child(2) figure img,
  .flex-cont01 div:nth-child(3) figure img,
  .flex-cont01 div:nth-child(4) figure img {
    width: 94.5%;
    height: auto;
  }

  .first div:nth-child(2) figure img {
    width: 94.6%;
    height: auto;
  }

  .first div:nth-child(4) figure img {
    width: 95.2%;
    height: auto;
  }

  .second div:nth-child(2) figure img {
    width: 95%;
    height: auto;
  }

  .second div:nth-child(4) figure img {
    width: 94%;
    height: auto;
  }

  .alt {
    margin: 0 0 40px;
    padding: 0 20px;
    color: red;
  }
}

/*----------------------------------------
	reset
----------------------------------------*/
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,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #514a3d;
  vertical-align: baseline;
}

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

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption,
th {
  text-align: left;
}

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

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #514a3d;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a * {
  -webkit-transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
}

a:hover {
  color: #999;
  opacity: 0.7;
}

a:active {
  color: #333;
}

img {
  width: 100%;
  height: auto;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
}

/*----------------------------------------
	only
----------------------------------------*/
.sp-only {
  display: none;
}

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

  .sp-only {
    display: block;
  }
}

/*----------------------------------------
	wrap
----------------------------------------*/
.wrap-1200 {
  width: 1200px;
  margin: 0 auto;
}

.wrap-1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrap-800 {
  width: 800px;
  margin: 0 auto;
}

.wrap-790 {
  width: 790px;
  margin: 0 auto;
}

.wrap-740 {
  width: 740px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .wrap-1200,
  .wrap-1000,
  .wrap-800,
  .wrap-790,
  .wrap-740 {
    width: 100%;
  }
}

/*----------------------------------------
	breadcrumb
----------------------------------------*/
.breadcrumb {
  background: #F4F4F4;
}

.breadcrumb__list {
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb__list li {
  margin-right: 25px;
  position: relative;
}

.breadcrumb__list li:before {
  content: "";
  position: absolute;
  background: url(../images/_common/arrow02.png);
  background-size: contain;
  width: 5px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
}

.breadcrumb__list li:last-child:before {
  content: none;
}

.breadcrumb__list li a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

/*----------------------------------------
	heading1
----------------------------------------*/
.heading1 {
  font-size: 30px;
  color: #555;
  padding: 30px 0 25px;
  border-bottom: 2px solid #FF8F00;
}

.hd01 {
  font-size: 14px;
  width: 1100px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .heading1 {
    font-size: 20px;
    padding: 60px 0 15px;
  }

  .hd01 {
    font-size: 2vw;
    width: 100%;
    margin: 0 auto;
  }
}

/*----------------------------------------
	banner-block
----------------------------------------*/
.banner-block--home {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 80px 0;
}

.banner-block--underlayer {
  margin-bottom: 40px;
}

.banner-block__2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-block__2col .banner {
  width: 494px;
}

.banner-block__banner {
  margin-bottom: 15px;
  background: #FFF;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .banner-block {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .banner-block--home {
    margin: 0;
    margin: 20px 0;
  }

  .banner-block__2col .banner {
    width: 49%;
  }

  .banner-block__banner {
    margin-bottom: 8px;
  }
}

/*----------------------------------------
	pager-index
----------------------------------------*/
.pager-index__list {
  margin: 20px 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager-index__item {
  width: 30px;
  height: 30px;
  margin: 0 4px;
  border: 2px solid #ffd3a0;
  background-color: #ffd3a0;
  border-radius: 4px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager-index__item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

/*----------------------------------------
	pager-detail
----------------------------------------*/
.pager-detail__list {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pager-detail__item a {
  width: 119px;
  height: 30px;
  color: #818181;
  border: 2px solid #FFD3A0;
  border-radius: 4px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .pager-detail {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

/*----------------------------------------
	page-title
----------------------------------------*/
.page-title {
  overflow: hidden;
}

.page-title__heading {
  padding-top: 10px;
  position: relative;
}

.page-title__heading:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #FFB03A;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: -100%;
}

.page-title__heading:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #FFB03A;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: -100%;
}

@media screen and (max-width: 767px) {
  .page-title {
    padding-top: 50px;
    padding-left: 10px;
  }

  .page-title img {
    width: 200%;
  }
}

/*----------------------------------------
	category-label
----------------------------------------*/
.category-label {
  height: 145px;
  background: #fff0c3;
  margin-bottom: 40px;
  border-bottom: 1px solid #FFB03A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-label__main {
  min-width: 1000px;
}

.category-label__list {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-label__item a {
  display: inline-block;
  min-width: 150px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  margin: 9px 10px;
  padding: 0 40px;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
}

.category-label__item a:before {
  content: "";
  position: absolute;
  background: #333;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
  border-radius: 7px;
}

.category-label__item--all a:before {
  background: #333333;
}

.post-type-archive-faq .category-label__item--all a,
.post-type-archive-works .category-label__item--all a,
.page-id-6001 .category-label__item--all a,
.page-id-14 .category-label__item--all a {
  background: #333333;
  color: #FFF;
}

.category-label__item--event a:before {
  background: #28CA00;
}

.category-event .category-label__item--event a {
  background: #28CA00;
  color: #FFF;
}

.category-label__item--news a:before {
  background: #7C1818;
}

.category-news .category-label__item--news a {
  background: #7C1818;
  color: #FFF;
}

.category-label__item--blog a:before {
  background: #ff8f00;
}

.category-blog .category-label__item--blog a {
  background: #ff8f00;
  color: #FFF;
}

.category-label__item--subsidy a:before {
  background: #2e62a9;
}

.category-subsidy .category-label__item--subsidy a {
  background: #2e62a9;
  color: #FFF;
}

.category-label__item--otoku a:before {
  background: #28CA00;
}

.category-otoku .category-label__item--otoku a {
  background: #28CA00;
  color: #FFF;
}

/* works and FAQcat btn */
.category-label__item--allelectric a:before {
  background: #FFc22F;
}

.term-30 .category-label__item--allelectric a,
.term-21 .category-label__item--allelectric a {
  background: #FFc22F;
  color: #FFF;
}

.category-label__item--system a:before {
  background: #ff8f00;
}

.term-31 .category-label__item--system a,
.term-5 .category-label__item--system a {
  background: #ff8f00;
  color: #FFF;
}

.category-label__item--ih a:before {
  background: #e45428;
}

.term-32 .category-label__item--ih a,
.term-6 .category-label__item--ih a {
  background: #e45428;
  color: #FFF;
}

.category-label__item--ecocute a:before {
  background: #e663b6;
}

.term-33 .category-label__item--ecocute a,
.term-7 .category-label__item--ecocute a {
  background: #e663b6;
  color: #FFF;
}

.category-label__item--accumulatorbattery a:before {
  background: #746b97;
}

.term-34 .category-label__item--accumulatorbattery a,
.term-8 .category-label__item--accumulatorbattery a {
  background: #746b97;
  color: #FFF;
}

.category-label__item--renovation a:before {
  background: #00ac97;
}

.term-9 .category-label__item--renovation a {
  background: #00ac97;
  color: #FFF;
}

.category-label__item--exterior a:before {
  background: #6239cb;
}

.category-label__item--interior a:before {
  background: #ffc600;
}

.category-label__item--leakage a:before {
  background: #3879da;
}

.category-label__item--newbattery a:before {
  background: #9dc93a;
}

.category-label__item--other a:before {
  background: #1db0e9;
}

.category-label__item--ecopoint a:before {
  background: #69c976;
}

@media screen and (max-width: 767px) {
  .category-label {
    height: auto;
    margin-bottom: 20px;
  }

  .category-label__main {
    min-width: 100%;
  }

  .category-label__list {
    padding: 10px;
    margin: 0;
  }

  .category-label__item a {
    min-width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 5px 0;
  }
}

/*----------------------------------------
	category-tag
----------------------------------------*/
.category-tag {
  color: #fff;
  background: #000;
  text-align: center;
  box-sizing: border-box;
}

.category-tag--index {
  min-width: 80px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 3px;
}

.category-tag--detail {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
}

.category-tag--system {
  background: #ff8f00;
}

.category-tag--ih {
  background: #e45428;
}

.category-tag--ecocute {
  background: #e663b6;
}

.category-tag--accumulatorbattery {
  background: #746b97;
}

.category-tag--renovation {
  background: #00ac97;
}

.category-tag--exterior {
  background: #6239cb;
}

.category-tag--interior {
  background: #ffc600;
}

.category-tag--leakage {
  background: #3879da;
}

.category-tag--newbattery {
  background: #9dc93a;
}

.category-tag--other {
  background: #1db0e9;
}

.category-tag--ecopoint {
  background: #69c976;
}

.category-tag--subsidy {
  background: #2e62a9;
}

.category-tag--news {
  background: #7C1818;
}

.category-tag--blog {
  background: #ff8f00;
}

.category-tag--allelectric {
  background: #FFc22F;
}

@media screen and (max-width: 767px) {
  .category-tag--index {
    display: inline-block;
    font-size: 10px;
    margin-bottom: 5px;
  }

  .category-tag--detail {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    margin-bottom: 5px;
  }
}

/*----------------------------------------
	panel-3col
----------------------------------------*/
.panel-3col__list--type2 {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel-3col__item {
  position: relative;
  width: 31.3%;
  min-height: 345px;
  margin: 0 1% 20px;
  padding: 15px;
  background: #FFF;
  border: 1px solid #C0BFBE;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-sizing: border-box;
}

.panel-3col__item--type2 {
  margin: 0 10px 20px;
}

.panel-3col a {
  display: block;
}

.panel-3col__flag {
  position: absolute;
  top: -5px;
  left: 5px;
  width: 82px;
  height: auto;
  z-index: 2;
}

.panel-3col__thumb {
  width: 281px;
  height: 199px;
  overflow: hidden;
  margin-bottom: 10px;
}

.panel-3col__thumb img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.panel-3col__info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.panel-3col__date {
  font-size: 12px;
}

.panel-3col__title {
  margin-bottom: 10px;
}

.panel-3col__title span {
  padding-bottom: 2px;
  font-size: 18px;
  color: #FF8F00;
  line-height: 1.2;
  /* border-bottom: 1px solid #FF8F00; */
  text-decoration: underline;
}

.panel-3col__txt p {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .panel-3col__list--type2 {
    margin: 0;
  }

  .panel-3col__item {
    width: 100%;
    min-height: auto;
    padding: 10px;
    margin-bottom: 10px;
  }

  .panel-3col a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .panel-3col__flag {
    width: 58px;
  }

  .panel-3col__thumb {
    width: 40%;
    height: auto;
    margin: 0;
  }

  .panel-3col__thumb img {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .panel-3col__content {
    width: 60%;
    padding: 0 10px;
  }

  .panel-3col__info {
    display: block;
    text-align: right;
  }

  .panel-3col__date {
    font-size: 12px;
    text-align: left;
  }

  .panel-3col__title {
    font-size: 14px;
  }

  .panel-3col__txt {
    font-size: 12px;
  }
}

/*----------------------------------------
	post-detail
----------------------------------------*/
.post-detail {
  padding: 10px 50px 40px;
  border: 2px solid #D2D2D2;
  box-sizing: border-box;
}

.post-detail__info {
  height: 61px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-detail__left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-detail__flag {
  position: relative;
  width: 129px;
  top: -16px;
  left: -18px;
}

.post-detail__date {
  font-size: 16px;
}

.post-detail__category {
  position: relative;
  right: -20px;
}

.post-detail__content {
  padding: 30px 50px;
}

.wp-caption,
.wp-caption a,
.wp-caption a img {
  max-width: 100%;
  height: auto;
}

.post-detail__content--2col {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-detail__content__title {
  font-size: 30px;
  color: #FF8F00;
  margin-bottom: 5px;
}

.post-detail__content__txt p {
  line-height: 1.8;
}

.post-detail__main {
  padding: 0 20px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.post-detail__table {
  width: 306px;
}

.post-detail__table tr {
  border-bottom: 1px solid #DDDDDC;
}

.post-detail__table tr:first-child {
  border-top: 1px solid #DDDDDC;
}

.post-detail__table th,
.post-detail__table td {
  font-size: 12px;
  padding: 8px 5px;
}

.post-detail__table th {
  width: 94px;
  font-weight: normal;
  background: #E6E6E6;
}

.post-detail__comment {
  padding: 20px 60px;
  background: #FFF3CE;
  border-radius: 10px;
}

.post-detail__comment__title {
  font-size: 16px;
  color: #FF8F00;
  margin-bottom: 5px;
}

.post-detail__comment__txt {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .post-content {
    padding: 0 10px;
  }

  .post-detail {
    padding: 5px 10px 20px;
  }

  .post-detail__info {
    display: block;
    height: auto;
  }

  .post-detail__left-block {
    margin-bottom: 5px;
  }

  .post-detail__flag {
    width: 80px;
    top: -10px;
    left: -15px;
  }

  .post-detail__date {
    font-size: 14px;
  }

  .post-detail__category {
    right: 0;
  }

  .post-detail__thumbnail {
    margin-bottom: 20px;
  }

  .post-detail__content {
    padding: 0 0 20px;
  }

  .post-detail__content--2col {
    padding: 0 0 20px;
    display: block;
  }

  .post-detail__content__title {
    font-size: 20px;
  }

  .post-detail__main {
    padding: 0;
    margin-bottom: 20px;
  }

  .post-detail__table {
    width: 100%;
  }

  .post-detail__comment {
    padding: 20px;
  }
}

/*----------------------------------------
	comingsoon
----------------------------------------*/
.comingsoon {
  text-align: center;
  padding: 150px 15px;
}

.comingsoon__ttl {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}

.comingsoon__txt {
  margin-bottom: 50px;
  line-height: 1.8;
}

.comingsoon__btn a {
  display: inline-block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #FF8F00;
}

@media screen and (max-width: 767px) {
  .comingsoon {
    padding: 110px 15px;
  }

  .comingsoon__ttl {
    font-size: 28px;
  }

  .comingsoon__btn a {
    width: 200px;
    font-size: 14px;
  }
}

/*----------------------------------------
	company-nav
----------------------------------------*/
.company-nav__list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-nav__item a {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #FFB03A;
  margin: 0 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.company-nav .current a {
  color: #fff;
  background: #FFB03A;
  border: 2px solid #FFB03A;
}

.company-nav--shop {
  margin: -25px 0 0;
}

.company-nav--shop__list {
  margin-bottom: 70px;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.company-nav--shop__item {
  margin: 0 35px 0 0;
  position: relative;
}

.company-nav--shop__item:before {
  content: "";
  position: absolute;
  border-right: 1px solid #6F6F6F;
  height: 20px;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.company-nav--shop__item:last-child:before {
  content: none;
}

.company-nav--shop__item a {
  width: auto;
  height: auto;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  color: #6F6F6F;
  margin: 0;
  border: none;
}

.company-nav--shop .current a {
  color: #000000;
  background: none;
  border: none;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .company-nav__list {
    margin-bottom: 30px;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .company-nav__item {
    width: 48%;
  }

  .company-nav__item a {
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: bold;
  }

  .company-nav--shop {
    margin: 0;
  }

  .company-nav--shop__item {
    margin: 0;
  }

  .company-nav--shop__item:before {
    top: -12px;
    right: -8px;
  }

  .company-nav--shop__item:nth-of-type(2):before {
    content: none;
  }
}

/*----------------------------------------
	consultation
----------------------------------------*/
.consultation {
  padding: 30px 0;
  background: #F4F4F4;
  box-sizing: border-box;
}

.consultation2 {
  padding: 30px 0 0;
  background: #F4F4F4;
  box-sizing: border-box;
}

.consultation2 .consultation__lead-txt {
  margin-bottom: 0;
}

.consultation__heading1 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-top: 20px;
}

.consultation__heading1:before {
  content: "";
  position: absolute;
  border-top: 1px solid #333;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  margin: auto;
}

.consultation__heading1 span {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  background: #F4F4F4;
  padding: 0 20px;
  position: relative;
}

.consultation__heading2 {
  text-align: center;
  margin-bottom: 20px;
}

.consultation__heading2 span {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

.consultation__heading2 .wrap {
  border-bottom: 1px solid #000;
  padding: 0 20px;
}

.consultation__heading2 .in1 {
  width: 90px;
  margin-right: 5px;
}

.consultation__heading2 .in2 {
  font-size: 46px;
}

.consultation__heading2 .in3 {
  font-size: 30px;
}

.consultation__lead-txt {
  font-size: 22px;
  text-align: center;
  color: #505050;
  line-height: 1.4;
  margin-bottom: 20px;
}

.consultation__main {
  padding: 0 70px;
}

.consultation__tel {
  margin-bottom: 20px;
}

.consultation__mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.consultation__mail__txt {
  font-size: 36px;
  font-weight: bold;
  color: #1F5F97;
}

.consultation__mail__btn a {
  display: block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1DB0E9;
  border-right: 3px solid #1F5F97;
  border-bottom: 3px solid #1F5F97;
  border-radius: 5px;
  -webkit-transition: 0s;
  transition: 0s;
  position: relative;
}

.consultation__mail__btn a:active {
  border: none;
  top: 3px;
}

.consultation__mail__btn a:hover {
  opacity: 1;
}

.consultation__mail__btn a span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: url(../images/_common/icon_mail1.png) no-repeat left center;
  background-size: 26px 18px;
  padding: 10px 0;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .consultation {
    padding: 30px 15px;
  }

  .consultation2 {
    padding: 4% 2% 0;
  }

  .consultation2 .consultation__lead-txt {
    margin-bottom: 0;
  }

  .consultation__heading1 {
    margin-bottom: 20px;
  }

  .consultation__heading1 span {
    font-size: 18px;
  }

  .consultation__heading2 .wrap {
    padding: 0 0 10px;
  }

  .consultation__heading2 .in1 {
    width: 50px;
  }

  .consultation__heading2 .in2 {
    font-size: 25px;
  }

  .consultation__heading2 .in3 {
    font-size: 20px;
    display: block;
  }

  .consultation__lead-txt {
    font-size: 16px;
  }

  .consultation__main {
    padding: 0;
  }

  .consultation__tel {
    margin-bottom: 20px;
  }

  .consultation__mail {
    display: block;
  }

  .consultation__mail__txt {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .consultation__mail__btn a {
    width: 100%;
  }

  .consultation__mail__btn a:active {
    height: 53px;
    left: 3px;
  }
}

/*----------------------------------------
	entry
----------------------------------------*/
.entry {
  height: 260px;
  background: #F4F4F4;
  padding-top: 45px;
  /*   box-sizing: border-box; */
}

.entry__heading {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.entry__heading:before {
  content: "";
  position: absolute;
  border-top: 1px solid #333;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.entry__heading span {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  background: #F4F4F4;
  padding: 0 20px;
  position: relative;
}

.entry__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry__entry a {
  width: 320px;
  height: 90px;
  background: #FFF;
  border: 1px solid #C0BFBE;
  border-radius: 5px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry__entry a img {
  width: 200px;
  height: auto;
}

.entry__entry:first-child {
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .entry {
    height: auto;
    padding: 40px 0;
  }

  .entry__body {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .entry__heading {
    margin-bottom: 25px;
  }

  .entry__heading span {
    font-size: 18px;
    padding: 0 15px;
  }

  .entry__main {
    display: block;
  }

  .entry__entry a {
    width: 100%;
    height: 80px;
  }

  .entry__entry a img {
    width: 180px;
  }

  .entry__entry:first-child {
    margin: 0 0 10px 0;
  }
}

/*----------------------------------------
	header
----------------------------------------*/
.ghead__body {
  overflow: hidden;
  position: relative;
}

.ghead__body:before {
  content: "";
  position: absolute;
  border-bottom: 4px solid #ff8f00;
  width: 100%;
  bottom: 0;
}

.ghead__block {
  padding-top: 20px;
  margin-right: -85px;
}

.ghead__main {
  width: 1085px;
  height: 92px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ghead__main:after {
  content: "";
  position: absolute;
  background: url(../images/header/bg02.jpg);
  width: 100%;
  height: 98px;
  right: -96.4%;
  bottom: 2px;
}

.ghead__header {
  height: 100%;
  margin-top: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ghead__header .logo {
  width: 370px;
}

.ghead__header .description {
  font-size: 12px;
  font-weight: normal;
  padding-left: 5px;
}

.ghead__header .description span {
  display: block;
}

.ghead__contact {
  position: absolute;
  right: 40px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ghead__contact .num-block a {
  width: 500px;
  height: 101px;
  background: url(../images/header/bg01.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ghead__contact .num-block a:hover {
  opacity: 1;
  cursor: text;
}

.ghead__contact .num-block .num {
  width: 300px;
  padding-right: 40px;
}

.ghead__contact .mail-block a {
  width: 114px;
  height: 92px;
}

.ghead__contact .mail-block a img {
  width: 100%;
  height: auto;
}

.gnav__list {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gnav__list li {
  margin-right: 1px;
  position: relative;
}

.gnav__list li:before {
  content: "";
  position: absolute;
  border-right: 1px solid #C0BFBE;
  width: 1px;
  height: 30px;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gnav__list li:nth-last-child(2) {
  margin-right: 0;
}

.gnav__list li:nth-last-child(2):before {
  content: none;
}

.gnav__list li a {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 17px;
  font-weight: bold;
  color: #505050;
  padding: 0 26px;
}

.gnav__list li a:hover {
  background: #FFF3CE;
}

.header-clone {
  position: fixed;
  top: -143px;
  width: 100%;
  height: 97px;
  z-index: 3;
  -webkit-transition: .5s;
  transition: .5s;
  background-image: url("../images/header/hdn_header_bg_img.png");
  background-repeat: repeat-x;
  background-size: cover;
}

.header-clone-inner {
  display: flex;
  flex-wrap: nowrap;
  width: 1000px;
  margin: 0 auto;
}

.header-clone-inner div:first-child {
  position: relative;
}

.header-clone-inner div:first-child:hover {
  cursor: pointer;
}

.header-clone-inner > div img {
  border-left: 3px solid #FFF;
  width: auto;
  height: 97px;
}

.header-clone-inner > div:last-child img {
  border-right: 3px solid #FFF;
}

.header-clone-nav {
  position: absolute;
  top: 97px;
  left: 0;
  display: none;
  border-bottom: 1px solid #C0BFBE;
}

.header-clone-list {
  display: flex;
  justify-content: center;
  width: 1000px;
  background-color: #FFF;
  padding: 20px 0;
}

.header-clone-list li a {
  display: block;
  padding: 0 25px;
  font-size: 16px;
  border-right: 1px solid #C0BFBE;
}

.header-clone-list li:last-child a {
  border-right: none;
}

.header-clone.fixed {
  top: 0;
}

/*----------------------------------------
	footer
----------------------------------------*/
.gfooter {
  background: #FFCF46;
}

.gfooter__totop a {
  display: block;
  width: 65px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 60px;
}

.gfooter__main {
  padding: 40px 0 50px;
}

.gfooter__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gfooter__nav-block {
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gfooter__nav-block nav > ul {
  margin-bottom: 25px;
}

.gfooter__nav-block nav > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
}

.gfooter__nav-block nav > ul > li > a span {
  padding-left: 25px;
  background: url(../images/_common/arrow01.jpg) no-repeat left center;
  background-size: 14px;
}

.gfooter__nav-block nav > ul > li ul li a {
  display: block;
  font-size: 12px;
  padding-left: 25px;
  margin-bottom: 8px;
  background: url(../images/_common/arrow02.png) no-repeat left 5px top 5px;
  background-size: 5px 8px;
}

.gfooter__info {
  width: 350px;
  padding: 15px 0;
  background: #FFF4BA;
  border-radius: 10px;
}

.gfooter__info__header {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gfooter__info__header .heading {
  font-size: 14px;
  color: #FF8F00;
  padding-left: 15px;
}

.gfooter__info__header .more-map a {
  display: block;
  width: 130px;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  font-size: 12px;
  color: #fff;
  background: #FF8F00 url(../images/_common/arrow03.png) no-repeat right 5px center;
  background-size: 6px;
  border-radius: 5px 0 0 5px;
}

.gfooter__info__map {
  padding: 0 30px;
  margin-bottom: 12px;
}

.gfooter__info__content {
  padding: 0 30px;
}

.gfooter__info__content .name {
  font-size: 14px;
  margin-left: -10px;
}

.gfooter__info__content .add {
  font-size: 11px;
  font-style: normal;
}

.gfooter__foot-content .icon-fb {
  width: 30px;
}

.gfooter__foot-content .icon-fb a {
  display: block;
  position: relative;
  top: -60px;
  width: 30px;
  height: 30px;
}

.gfooter__copyright {
  height: 44px;
  background: #FF8F00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gfooter__copyright small {
  font-size: 12px;
  color: #fff;
}

/*----------------------------------------
	sidebar
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
.home .main-visual ul li {
  padding-top: 40.2635%;
  background-position: center;
  background-size: cover;
}

.home .section {
  overflow: hidden;
  padding: 20px 0 40px;
  background: url(../images/home/bg01.jpg);
}

.home .section--type2 {
  background: url(../images/home/bg02.jpg);
}

.home .section__header {
  margin-bottom: 30px;
  position: relative;
}

.home .section__header:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #FF8F00;
  width: 100%;
  left: -100%;
  bottom: 0;
}

.home .section__header:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #FF8F00;
  width: 100%;
  right: -100%;
  bottom: 0;
}

.home .section__header .more-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 30px;
  margin: auto;
}

.home .section__header .more-btn a {
  display: block;
  font-weight: bold;
  line-height: 26px;
  padding-left: 15px;
  background: #FFF url(../images/_common/arrow04.png) no-repeat right 10px center;
  background-size: 9px;
  border: 2px solid #FF8F00;
  border-radius: 3px;
  box-sizing: border-box;
}

.home .section__main .bx-viewport {
  padding-top: 5px;
}

#solar-system,
#ih,
#ecocute,
#battery,
#reform {
  margin-top: -100px;
  padding-top: 100px;
}

/*----------------------------------------
	maintenance
----------------------------------------*/
.maintenance .article__main-visual {
  background: #FFFAEC;
}

.maintenance .block01 {
  background: #FFFAEC;
  padding: 50px 0 70px;
}

.maintenance .block01__heading {
  font-size: 40px;
  color: #505050;
  text-align: center;
  margin-bottom: 25px;
}

.maintenance .block01__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.maintenance .block01__item {
  width: 280px;
}

.maintenance .block01__item figure img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.maintenance .block01__item figure figcaption {
  font-size: 24px;
  font-weight: bold;
  color: #505050;
  text-align: center;
}

.maintenance .block02 {
  padding: 40px 0;
  background: url(../images/maintenance/bg1.jpg) center;
  background-size: cover;
}

.maintenance .block02__heading {
  text-align: center;
  margin-bottom: 35px;
}

.maintenance .block02__heading span {
  font-size: 40px;
  color: #fff;
  position: relative;
}

.maintenance .block02__heading span:before {
  content: "";
  position: absolute;
  background: #FFF;
  width: 4px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.maintenance .block02__heading span:after {
  content: "";
  position: absolute;
  background: #FFF;
  width: 4px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.maintenance .block02__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.maintenance .block02__item {
  width: 220px;
}

.maintenance .block02__item figure img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.maintenance .block02__item figure figcaption {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.maintenance .block03 {
  padding: 80px;
  background: url(../images/maintenance/bg2.jpg) center;
}

.maintenance .block03__body {
  width: 1200px;
  height: 680px;
  background: rgba(61, 198, 255, 0.3);
  padding-top: 40px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.maintenance .block03__heading {
  width: 320px;
  height: 60px;
  background: #1DB0E9;
  margin-left: -20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.maintenance .block03__heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 13px 0;
  border-color: transparent #1f6ea7 transparent transparent;
}

.maintenance .block03__heading span {
  display: inline-block;
}

.maintenance .block03__heading .in1 {
  font-size: 30px;
  color: #fff;
  margin-right: 15px;
}

.maintenance .block03__heading .in2 {
  width: 70px;
}

.maintenance .block03__heading .in2 img {
  width: 100%;
  height: auto;
}

.maintenance .block03__item {
  position: absolute;
}

.maintenance .block03__item--type1 {
  width: 496px;
  top: 125px;
  left: 4%;
  z-index: 2;
}

.maintenance .block03__item--type2 {
  width: 436px;
  top: 310px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.maintenance .block03__item--type3 {
  width: 503px;
  top: 45px;
  right: 5%;
}

.maintenance .block04 {
  padding: 60px 0 10px;
  margin-bottom: 45px;
  background: url(../images/maintenance/bg3.jpg) no-repeat top left;
  background-size: cover;
}

.maintenance .block04__heading {
  font-size: 30px;
  margin-bottom: 20px;
  color: #FFB03A;
  text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
}

.maintenance .block04__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.maintenance .block04__item {
  list-style: none;
  position: relative;
  margin-right: 38px;
  margin-bottom: 35px;
}

.maintenance .block04__item:before {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  bottom: 0;
  right: -37px;
  margin: auto;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 20px;
  border-color: transparent transparent transparent #ffce46;
}

.maintenance .block04__item:nth-child(3n) {
  margin-right: 0;
}

.maintenance .block04__item:nth-child(3n):before {
  content: none;
}

.maintenance .block04__item__inner {
  width: 300px;
  height: 180px;
  background: #fff;
  border: 2px solid #FFB03A;
  border-radius: 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.maintenance .block04__item__heading {
  height: 43px;
  background: #FFB03A;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.maintenance .block04__item__heading span {
  display: inline-block;
}

.maintenance .block04__item__heading .in1 {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  color: #FFB03A;
  background: #fff;
  border-radius: 12px;
}

.maintenance .block04__item__heading .in2 {
  width: 100%;
  font-size: 24px;
  padding: 0 0 0 10px;
  color: #fff;
  padding-right: 10px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.maintenance .block04__item__txt {
  font-size: 16px;
  color: #333;
  padding: 10px 20px;
}

.maintenance .block04__item--ttl:before {
  content: none;
}

.maintenance .block04__item--ttl__inner {
  border: none;
  background: none;
  border-radius: 0;
}

.maintenance .block04__item--ttl__heading {
  height: auto;
  background: none;
  padding: 0;
}

.maintenance .block04__item--ttl__btn {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.maintenance .block04__item--ttl__btn a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #1DB0E9;
  border-right: 2px solid #1F5F97;
  border-bottom: 2px solid #1F5F97;
  border-radius: 5px;
  -webkit-transition: 0s;
  transition: 0s;
  position: relative;
}

.maintenance .block04__item--ttl__btn a:active {
  border: none;
  left: 2px;
  box-sizing: border-box;
}

.maintenance .block04__item--ttl__btn a:hover {
  opacity: 1;
}

.maintenance .block04__item--ttl__btn a span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: url(../images/_common/icon_mail1.png) no-repeat left center;
  background-size: 30px 20px;
  padding: 10px 0;
  padding-left: 45px;
}

.maintenance .block05 {
  margin-bottom: 80px;
}

.maintenance .block05__heading {
  font-size: 30px;
  color: #ffb03a;
  margin-bottom: 30px;
}

.maintenance .block05__item {
  padding: 20px 40px;
  margin-bottom: 25px;
  border: 1px solid #C0BFBE;
  border-radius: 5px;
}

.maintenance .block05__item__heading {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

.maintenance .block05__item__heading:before {
  content: "";
  position: absolute;
  background: #FFB03A;
  width: 8px;
  height: 56px;
  top: -21px;
  left: 0;
}

.maintenance .block05__item__heading span {
  vertical-align: middle;
}

.maintenance .block05__item__heading .in1 {
  font-size: 30px;
  color: #FFB03A;
  margin-right: 10px;
}

.maintenance .block05__item__heading .in2 {
  font-size: 24px;
  color: #333;
}

.maintenance .block05__item__txt {
  color: #333;
  line-height: 1.8;
}

.maintenance .block06 {
  padding: 30px 0 60px;
  background: url(../images/maintenance/bg4.jpg) no-repeat center;
  background-size: cover;
}

.maintenance .block06__body {
  position: relative;
}

.maintenance .block06__heading {
  width: 398px;
  margin-bottom: 40px;
  position: relative;
  left: -20px;
}

.maintenance .block06__map {
  width: 665px;
  top: -10px;
  right: -20px;
  position: absolute;
}

.maintenance .block06__txt1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
}

.maintenance .block06__txt2 {
  font-weight: bold;
  line-height: 1.8;
}

/*----------------------------------------
	reason
----------------------------------------*/
.reason h1 {
  width: 1000px;
  margin: 0 auto 50px;
  font-size: 30px;
  color: #555;
  padding: 30px 0 25px;
  border-bottom: 2px solid #FF8F00;
}

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

.reason-image {
  width: 940px;
  padding: 30px;
  font-size: 16px;
  font-weight: bold;
  background: #e4f5f4;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}

.link_brn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.link_brn .btn a {
  display: block;
  padding: 10px;
  background: #FFF38A;
  width: 170px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #ff8f00;
}

.link_brn .btn a span {
  display: block;
  text-align: left;
}

h3.reason-title {
  padding: 15px 0;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  background: #ff8f00;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

h3.reason-title span {
  position: absolute;
  width: 100px;
  height: 100px;
  font-size: 15px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  top: -50px;
  left: 20%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.point {
  margin-bottom: 50px;
}

section.point .wrap {
  display: flex;
  justify-content: space-between;
}

section.point .wrap .image {
  width: 320px;
  height: 200px;
  overflow: hidden;
  background: #e4e4e4;
  margin-bottom: 20px;
}

section.point .wrap .text {
  width: 640px;
}

section.point .wrap .text li {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

section.point .staff-intro {
  padding: 20px;
  text-align: left;
  background: #FFF38A;
}

.security-contents h3 {
  padding: 15px 20px;
  width: calc(100% - 40px);
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background: #ff8f00;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}

.security-intro {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.security-contents .box {
  display: flex;
  margin-bottom: 30px;
}

.security-contents .box .icon {
  margin-right: 20px;
  width: 106px;
  height: auto;
}

.security-contents .box .icon img {
  width: 100%;
  height: auto;
}

.security-contents .box .txt {
  margin-bottom: 20px;
  width: 874px;
}

.security-contents .box p.title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 0;
}

.security-contents .box p {
  padding-left: 30px;
  font-size: 13px;
}

.security-contents .box p span {
  font-size: 15px;
  font-weight: bold;
  display: block;
}

.security-contents table {
  width: 100%;
  margin-bottom: 15px;
}

.security-contents table th.align-l {
  padding-left: 25px;
  text-align: left;
}

.security-contents table th.width1 {
  width: 25%;
}

.security-contents table th {
  font-weight: normal;
  text-align: center;
  background: #FFF38A;
}

.security-contents table + .caption {
  font-size: 12px;
  color: #333;
  line-height: 2;
  margin-bottom: 40px;
}

.reason table th,
.reason table td {
  color: #333;
  line-height: 1.8;
  border: 1px solid #C0BFBE;
  padding: 8px 0;
}

.reason table td {
  text-align: center;
}

.hosyo-wrap {
  display: flex;
  justify-content: space-between;
}

.hosyo-wrap .box01 {
  width: 39%;
  padding: 4% 2% 4% 0;
}

.hosyo-wrap .box01 p.title,
.hosyo-wrap .box02 p.title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: #ff8f00;
  padding: 10px 0;
  margin-bottom: 16px;
}

.hosyo-wrap .box02 {
  width: 56%;
  padding: 4% 0 4% 2%;
}

@media screen and (max-width: 767px) {
  .reason h1 {
    width: 90%;
    margin: 0 auto 40px;
  }

  .reason-main {
    width: 90%;
    margin: 0 auto 30px;
  }

  .reason-main img {
    width: 100%;
    height: auto;
  }

  .reason-intro {
    margin-bottom: 40px;
  }

  .reason-intro h2 {
    font-size: 24px;
    margin: 40px auto 30px;
    width: 90%;
  }

  .reason-image {
    width: 82%;
    padding: 4%;
    font-size: 16px;
    font-weight: bold;
    background: #e4e4e4;
    text-align: center;
    line-height: 1.8;
    margin: 0 auto 24px;
  }

  .link_brn {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 40px;
    justify-content: space-between;
  }

  .link_brn .btn {
    width: 49%;
    background: #FFF38A;
    border: 2px solid #ff8f00;
    box-sizing: border-box;
    margin-bottom: 4%;
  }

  .link_brn .btn:nth-last-of-type(1) {
    width: 100%;
  }

  .link_brn .btn a {
    display: block;
    border: none;
    background: none;
    padding: 0;
    text-align: center;
    font-weight: bold;
    width: 98%;
    margin-bottom: 2%;
  }

  .link_brn .btn a p {
    padding: 2%;
    font-size: 13px;
  }

  .link_brn .btn:nth-last-of-type(1) a {
    width: 100%;
  }

  .link_brn .btn a span {
    display: block;
    text-align: left;
  }

  h3.reason-title {
    padding: 15px 0;
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    background: #ff8f00;
    text-align: center;
    color: #fff;
    margin: 0 auto 20px;
  }

  h3.reason-title span {
    position: inherit;
    width: inherit;
    height: auto;
    background: none;
    font-weight: bold;
    border-radius: none;
    font-size: 14px;
    display: block;
    top: inherit;
    left: inherit;
  }

  section.point {
    margin-bottom: 50px;
  }

  section.point .wrap {
    display: block;
  }

  section.point .wrap .image {
    width: 90%;
    height: 56vw;
    overflow: hidden;
    background: #e4e4e4;
    margin: 0 auto 16px;
  }

  section.point .wrap .text {
    width: 90%;
    margin: 0 auto 16px;
    font-size: 16px;
  }

  section.point .wrap .text li {
    padding: 8px 0;
    font-size: 14px;
    font-weight: bold;
  }

  section.point .staff-intro {
    padding: 4%;
    text-align: left;
    background: #FFF38A;
    width: 82%;
    margin: 0 auto 30px;
  }

  .security-contents h3 {
    padding: 15px 20px;
    width: calc(100% - 40px);
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #ff8f00;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
  }

  .security-intro {
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 20px;
  }

  .security-contents .box {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }

  .security-contents .box .icon {
    margin-right: 20px;
  }

  .security-contents .box .txt {
    margin-bottom: 20px;
  }

  .security-contents .box p.title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 16px;
  }

  .security-contents .box p {
    padding-left: 30px;
    font-size: 13px;
  }

  .security-contents .box p span {
    font-size: 15px;
    font-weight: bold;
    display: block;
  }

  .security-contents table {
    width: 96%;
    margin: 0 auto 15px;
  }

  .security-contents table th.align-l {
    text-align: center;
    padding: 0 2%;
  }

  .security-contents table th.width1 {
    width: 25%;
  }

  .security-contents table th {
    font-weight: normal;
    text-align: center;
    background: #FFF38A;
  }

  .security-contents table + .caption {
    font-size: 12px;
    color: #333;
    line-height: 2;
    width: 90%;
    margin: 0 auto 40px;
  }

  .reason table th,
  .reason table td {
    color: #333;
    line-height: 1.8;
    border: 1px solid #C0BFBE;
    padding: 8px 0;
    font-size: 12px;
  }

  .reason table td {
    text-align: center;
  }

  .hosyo-wrap {
    display: block;
    justify-content: space-between;
  }

  .hosyo-wrap .box01 {
    width: 90%;
    margin: 0 auto 30px;
  }

  .hosyo-wrap .box01 p.title,
  .hosyo-wrap .box02 p.title {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #ff8f00;
    padding: 10px 0;
    margin-bottom: 16px;
  }

  .hosyo-wrap .box02 {
    width: 90%;
    margin: 0 auto 30px;
  }
}

/*----------------------------------------
	contact
----------------------------------------*/
.contact .article {
  padding: 30px 0 30px;
}

.contact .article__heading {
  font-size: 32px;
  color: #6F6F6F;
  margin-bottom: 15px;
}

.contact .sec01 {
  margin-bottom: 120px;
}

.contact .sec01__heading {
  font-size: 22px;
  color: #FF8F00;
  padding: 10px 0;
  border-top: 2px solid #ff8f00;
}

.contact .sec01__thanks__heading {
  font-size: 38px;
  text-align: center;
  padding: 50px 0 20px;
}

.contact .sec01__thanks__txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}

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

.contact .sec01__thanks__btn a {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #FF8F00;
  border-radius: 5px;
}

.contact .sec02 {
  margin-bottom: 30px;
}

.contact .sec02__heading {
  font-size: 22px;
  color: #FF8F00;
  padding: 10px 0;
  border-top: 2px solid #ff8f00;
}

.contact .sec02__error1 {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact .sec02__error1--center {
  text-align: center;
  margin: 20px 0 40px;
}

.contact .sec02__table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #C0BFBE;
}

.contact .sec02__table tr {
  border-bottom: 1px solid #C0BFBE;
}

.contact .sec02__table th,
.contact .sec02__table td {
  font-size: 16px;
  font-weight: normal;
}

.contact .sec02__table th {
  width: 310px;
  line-height: 2.5;
  vertical-align: top;
  padding: 30px 0 30px 50px;
  box-sizing: border-box;
}

.contact .sec02__table th p {
  position: relative;
}

.contact .sec02__table th span {
  width: 37px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  color: #F00;
  border: 1px solid #F00;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact .sec02__table td {
  width: 620px;
  padding: 30px 50px 30px 20px;
}

.contact .sec02__table .error_messe {
  color: red;
}

.contact .sec02__table .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact .sec02__table .place {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .sec02__table .place__num {
  width: 213px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact .sec02__table .place__num:before {
  content: "";
  position: absolute;
  background: #C0BFBE;
  width: 12px;
  height: 3px;
  top: 0;
  bottom: 0;
  left: 90px;
  margin: auto;
}

.contact .sec02__table .search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #FFB03A;
  border: none;
  cursor: pointer;
  margin-left: 30px;
}

.contact .sec02__table .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #FFFAEC url(../images/_common/arrow07.png) no-repeat right 10px center;
  background-size: 10px 24px;
  padding: 0 10px;
  border: 2px solid #C0BFBE;
  border-radius: 5px;
}

.contact .sec02__table .default {
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #FFFAEC;
  padding: 0 10px;
  border: 2px solid #C0BFBE;
  border-radius: 5px;
  box-sizing: border-box;
}

.contact .sec02__table .default--2col {
  width: 300px;
}

.contact .sec02__table .default--place1 {
  width: 83px;
}

.contact .sec02__table .default--place2 {
  width: 104px;
}

.contact .sec02__table .textarea {
  width: 100%;
  height: 170px;
  font-size: 16px;
  background: #FFFAEC;
  padding: 10px;
  border: 2px solid #C0BFBE;
  border-radius: 5px;
  box-sizing: border-box;
}

.contact .sec02__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact .sec02__btn .submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  margin: 0;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #FF8F00;
  border: none;
  border-radius: 5px;
}

.contact .sec02__btn .submit:hover {
  opacity: 0.8;
}

.contact .sec02__btn--2col .submit {
  margin: 0 10px;
}

.contact .sec03__heading {
  font-size: 22px;
  padding-left: 35px;
  margin-bottom: 20px;
  position: relative;
}

.contact .sec03__heading:before {
  content: "";
  position: absolute;
  background: #FFB03A;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 12px;
}

.contact .sec03__text {
  font-size: 16px;
  line-height: 1.8;
  color: #6F6F6F;
}

.contact .sec03__text a {
  color: #FF8F00;
  text-decoration: underline;
}

/*----------------------------------------
	privacy
----------------------------------------*/
.privacy .article {
  padding-bottom: 80px;
}

.privacy .article__lead {
  line-height: 2;
  margin-bottom: 40px;
}

.privacy .article__heading {
  margin-bottom: 50px;
}

.privacy .section {
  margin-bottom: 40px;
}

.privacy .section__ttl {
  font-size: 18px;
  font-weight: normal;
  color: #FF8F00;
  margin-bottom: 10px;
}

.privacy .section__txt {
  line-height: 2;
  margin-bottom: 10px;
}

.privacy .section__item {
  list-style: none;
  line-height: 2;
}

/*----------------------------------------
	company
----------------------------------------*/
.company .article {
  padding-bottom: 65px;
}

.company .article__heading {
  margin-bottom: 35px;
}

.company .article__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company .article__item {
  width: 485px;
  margin-bottom: 25px;
}

/*----------------------------------------
	company-overview
----------------------------------------*/
.company-overview .article {
  padding-bottom: 70px;
}

.company-overview .article__heading {
  margin-bottom: 55px;
}

.company-overview .article__table {
  border-top: 1px solid #C0BFBE;
}

.company-overview .article__table tr {
  border-bottom: 1px solid #C0BFBE;
}

.company-overview .article__table th,
.company-overview .article__table td {
  line-height: 2.2;
  padding: 10px 0;
  padding-left: 30px;
  box-sizing: border-box;
}

.company-overview .article__table th {
  width: 180px;
  background: #F4F4F4;
  vertical-align: top;
}

.company-overview .article__table a {
  display: inline-block;
  vertical-align: middle;
  width: 78px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #333;
  border: 2px solid #FFB03A;
  margin-left: 20px;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
}

.company-overview .article__table a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #ffb03a;
}

/*----------------------------------------
	company-recruit
----------------------------------------*/
.company-recruit .article {
  padding-bottom: 60px;
}

.company-recruit .article__heading {
  margin-bottom: 55px;
}

.company-recruit .article__caption span {
  display: inline-block;
  font-size: 22px;
  color: #505050;
  line-height: 1.4;
  padding-left: 10px;
  margin: 0 0 22px -5px;
  border-left: 6px solid #FFB03A;
}

.company-recruit .article__table {
  border-top: 1px solid #C0BFBE;
}

.company-recruit .article__table tr {
  border-bottom: 1px solid #C0BFBE;
}

.company-recruit .article__table th,
.company-recruit .article__table td {
  color: #333;
  line-height: 1.8;
  padding: 15px 0;
  padding-left: 20px;
  box-sizing: border-box;
}

.company-recruit .article__table th {
  width: 180px;
  background: #F4F4F4;
  vertical-align: top;
}

.company-recruit .article__table p {
  color: #333;
  margin-bottom: 18px;
}

.company-recruit .article__table span {
  color: #333;
}

.company-recruit .article__table .style1 {
  letter-spacing: -0.03em;
}

.company-recruit .article__table .style2 {
  padding-left: 35px;
  line-height: 3;
}

.company-recruit .article__table .style3 {
  font-size: 10px;
  padding-right: 5px;
}

.company-recruit .article__table .style4 {
  line-height: 3;
  vertical-align: middle;
}

.company-recruit .article__table .style5 {
  display: block;
  line-height: 3;
  padding-left: 15px;
  margin-bottom: 40px;
}

.company-recruit .article__table .style5:last-child {
  margin-bottom: 0;
}

.company-recruit .article__table .style6 {
  margin-left: -7px;
}

.company-recruit .article__table .style7 {
  color: #FF8F00;
  font-weight: bold;
}

.company-recruit .article__table .style8:last-child {
  margin-bottom: 0;
}

.company-recruit .article__table .style9 {
  display: inline-block;
  margin-bottom: 5px;
}

.sponsor__contents__wrap {
  margin: 50px 0;
}

.sponsor_wrap {
  display: flex;
  flex-wrap: wrap;
}

.sponsor__contents__item {
  width: 45%;
  margin: 0 auto 60px;
}

.sponsor_wrap p img {
/*   margin: 0 10px; */
}

.dantai h3 + p {
  margin-bottom: 20px;
}

.sponsor__contents__item h3 {
    margin-bottom: 18px;
    text-align: center;
    background: #FFB03A;
    font-size: 20px;
    padding: 10px 20px;
    color:#fff;
        border-bottom: double;
}
.sponsor__contents__item2 h3 {
    margin-bottom: 18px;
    text-align: center;
    background: #FFB03A;
    font-size: 20px;
    padding: 10px;
    color:#fff;
        border-bottom: double;
}
.sponsor__contents__item2 {
    width: 45%;
    margin: 0 auto 60px;
}
.sponsor__contents__item h3 span {
    font-size: 16px;
    line-height: 20px;
}
.award__contents h3 {
  margin-bottom: 18px;
}

.sponsor__contents .post-detail {
  border: none;
}

.sponsor__contents .post-detail h3 {
  margin-bottom: 18px;
    background: #FFB03A;
    font-size: 20px;
    padding: 10px 20px;
    color:#fff;
        border-bottom: double;
}

.sponsor__contents .post-detail .sponsor_wrap .box {
  width: 30%;
  border: 1px solid #ccc;
  padding: 10px;
}

.sponsor__contents .post-detail .sponsor_wrap .box p.date {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sponsor__contents .post-detail .sponsor_wrap .box .image {
  width: 100%;
  margin-bottom: 10px;
  height: 188px;
  overflow: hidden;
}

.sponsor__contents .post-detail .sponsor_wrap .box p.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFB03A;
}

/*----------------------------------------
	company-greeting
----------------------------------------*/
.company-greeting .article {
  padding-bottom: 90px;
}

.company-greeting .article__heading {
  margin-bottom: 55px;
}

.company-greeting .article__logo {
  width: 637px;
  margin-bottom: 40px;
}

.company-greeting .article__txt1 {
  font-size: 16px;
  color: #000;
  line-height: 2;
  margin-bottom: 35px;
}

.company-greeting .article__txt2 {
  color: #000;
  line-height: 1.8;
  text-align: right;
  margin-bottom: 5px;
}

.company-greeting .article__txt3 {
  text-align: right;
}

.company-greeting .article__txt3 img {
  width: 110px;
}

/*----------------------------------------
	company-shop
----------------------------------------*/
.company-shop .article {
  padding-bottom: 60px;
}

.company-shop .article__heading {
  margin-bottom: 55px;
}

.company-shop .block01 {
  margin: -30px 0 40px;
}

.company-shop .block01__heading {
  margin-bottom: 30px;
}

.company-shop .block01__txt {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.8;
  margin: 0 0 15px;
}

.company-shop .block02 {
  background: #F3FBFF;
  padding: 25px;
  margin-bottom: 55px;
}

.company-shop .block-title {
  font-weight: bold;
}

.block-title img {
  width: 40%;
  margin: 10px auto;
}

.company-shop .block02__heading {
  font-size: 26px;
  color: #0C4678;
  text-align: center;
  margin: 0 0 25px;
}

.company-shop .block02__heading span {
  display: inline-block;
  width: 75px;
  vertical-align: bottom;
  margin: 0 5px 5px;
}

.company-shop ul.block02__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.company-shop ul.block02__list li {
  width: 222px;
  height: 222px;
  text-align: center;
  background: #fff;
  margin: 0 4px 20px;
  border: 4px solid #0C4678;
  border-radius: 111px;
  box-sizing: border-box;
  padding-top: 10px 5px;
}

.company-shop .block02__item {}

.company-shop .block02__item span {
  display: block;
}

.company-shop ul.block02__list li .in1 {
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  color: #0C4678;
  line-height: 1;
  margin: 10px 0 5px;
  display: block;
}

.company-shop .block02__item .in1--margin {
  margin: 10px 0 2px;
}

.company-shop ul.block02__list li .in2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  margin: 0 0 5px;
  display: block;
}

.company-shop ul.block02__list li .in2-1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  margin: 0 0 16px;
  display: block;
}

.company-shop .block03 {
  margin-bottom: 70px;
}

.company-shop .block03__heading {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #0C4678;
  margin-bottom: 20px;
}

.company-shop .block03__body {
  margin: 0 0 60px;
  background: url(../images/company/bg01.jpg) no-repeat right center;
  background-size: contain;
}

.company-shop .block03__item {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 2.5;
  padding: 0 0 0 45px;
  position: relative;
}

.company-shop .block03__item:before {
  content: "";
  position: absolute;
  background: url(../images/company/icon1.png) no-repeat;
  background-size: cover;
  width: 42px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.company-shop .block03__list {
  margin-bottom: 40px;
}

.company-shop .block03__txt {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 0 0 65px;
}

.company-shop .block03__table {
  width: 100%;
  border-top: 1px solid #C0BFBE;
}

.company-shop .block03__table tr {
  border-bottom: 1px solid #C0BFBE;
}

.company-shop .block03__table tr th,
.company-shop .block03__table tr td {
  color: #000;
  line-height: 1.8;
  padding: 12px 30px;
  box-sizing: border-box;
}

.company-shop .block03__table tr th {
  width: 180px;
  background: #F4F4F4;
  vertical-align: top;
}

.company-shop .block04 {
  margin-bottom: 50px;
}

.company-shop .block04 .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.company-shop .block04 .wrap .box {
  width: 30%;
  height: auto;
  padding: 5px;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 20px;
}

.company-shop .block04 .wrap .box .image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.company-shop .block04 .wrap .box .image img {
  width: 100%;
  height: auto;
}

.company-shop .block04 .wrap .box p.title {
  font-size: 16px;
  font-weight: bold;
  color: #FF8F00;
}

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

.for-more a {
  display: block;
  widows: 100%;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  line-height: 17px;
  background: #FF8F00;
  margin: 10px auto 40px;
  padding: 15px 0;
}

.company-shop .block04__heading {
  font-size: 24px;
  color: #0c4678;
  margin-bottom: 10px;
}

.company-shop .block04__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-shop .block04__item {
  width: 230px;
  margin-bottom: 28px;
}

.company-shop .block04__item figcaption {
  font-size: 16px;
  margin-bottom: 4px;
}

.company-shop .block04__item--type1 {
  height: 148px;
}

.company-shop .block04__item--type1 a {
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #000;
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-shop .block05 {
  margin-bottom: 70px;
}

.company-shop .block05__heading {
  font-size: 24px;
  color: #0c4678;
  margin-bottom: 15px;
}

.company-shop .block06 {
  margin-bottom: 70px;
}

.company-shop .block06__heading {
  font-size: 24px;
  color: #0c4678;
  margin-bottom: 15px;
}

.company-shop .block06__item {
  height: 100px;
  margin: 0 0 50px;
  border: 2px solid #0C4678;
  border-radius: 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.company-shop .block06__item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 17px 0 17px;
  border-color: #d8d8d8 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -38px;
  margin: auto;
}

.company-shop .block06__item:last-child:before {
  content: none;
}

.company-shop .block06__item__ttl {
  width: 190px;
  height: 100%;
  padding: 0 0 0 18px;
  background: #0C4678;
  border-radius: 20px 0 0 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-shop .block06__item__ttl .in1 {
  width: 34px;
  height: 34px;
  font-size: 24px;
  color: #0C4678;
  background: #FFF;
  margin: 0 10px 0 0;
  border-radius: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-shop .block06__item__ttl .in2 {
  font-size: 18px;
  color: #fff;
}

.company-shop .block06__item__txt {
  font-size: 16px;
  padding: 0 25px;
  color: #000;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.company-shop .block07__heading {
  font-size: 24px;
  color: #0c4678;
  margin-bottom: 15px;
}

.company-shop .block07__list dt {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: #F4F4F4;
  padding: 5px 15px;
}

.company-shop .block07__list dd {
  line-height: 1.8;
  padding: 15px 15px 30px;
}

/*----------------------------------------
	product
----------------------------------------*/
.product h1 {
  width: 1000px;
  margin: 0 auto 50px;
  font-size: 30px;
  color: #555;
  padding: 30px 0 25px;
  border-bottom: 2px solid #FF8F00;
}

.product_main {
  margin-bottom: 30px;
}

.product h2 {
  padding: 15px 20px;
  width: calc(100% - 40px);
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background: #ff8f00;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}

.product h3 {
  font-size: 20px;
  padding-bottom: 15px;
  position: relative;
  margin: 30px 0 24px;
}

.product h3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  box-sizing: border-box;
  border-top: 3px solid #ff8f00;
  border-bottom: 1px solid #ff8f00;
}

#solar-system .image,
#ih .image,
#ecocute .image,
#battery .image,
#reform .image {
  width: 600px;
  margin: 0 auto 30px;
}

.product .wrap {
  display: flex;
  justify-content: space-between;
}

.product .wrap figure {
  width: 50%;
  margin-right: 4%;
  height: auto;
}

.product #battery .wrap figure {
  width: 100%;
  height: auto;
}

.wp-block-column {
  line-height: 1.8;
}

.product .wrap figure img {
  width: 100%;
  height: auto;
}

#battery .wrap .image {
  width: 300px;
  height: auto;
  margin-right: 30px;
}

#battery .wrap .image img {
  width: 100%;
  height: auto;
}

.product .wrap p {
  width: 46%;
  line-height: 1.8;
}

#battery .wrap .txt {
  width: 670px;
  line-height: 1.8;
}

.product li {
  margin: 10px 0;
}

li i {
  color: #ff8f00;
  margin-right: 10px;
}

p.section__link {
  text-align: center;
}

p.section__link a {
  display: block;
  width: 80%;
  padding: 20px 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 30px auto 70px;
  background: #28ca00;
  font-weight: bold;
  border-radius: 10px;
}

.maker {
  margin-bottom: 80px;
}

.maker p {
  margin-bottom: 30px;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .type1,
  .type2 {
    z-index: auto !important;
  }
}

@media screen and (max-width: 767px) {

  /*----------------------------------------
	header
----------------------------------------*/
  .ghead__body {
    overflow: visible;
  }

  .ghead__body:before {
    content: none;
  }

  .ghead__block {
    padding: 0;
    margin: 0;
  }

  .ghead__main {
    width: 100%;
    height: auto;
    display: block;
  }

  .ghead__main:after {
    content: none;
  }

  .ghead__header {
    height: auto;
    margin: 0;
    display: block;
  }

  .ghead__header .logo {
    width: 200px;
    padding: 10px;
  }

  .ghead__header .description {
    padding: 0 10px;
    background: #FFF3CE;
  }

  .ghead__header .description .in1 {
    display: none;
  }

  .ghead__contact {
    position: absolute;
    width: 100%;
    top: 85px;
    z-index: 3;
    height: 40px;
  }

  .ghead__contact .num-block {
    width: 75%;
  }

  .ghead__contact .num-block a {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background: url(../images/header/bg05.png) no-repeat bottom right;
    background-size: cover;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ghead__contact .num-block .num {
    width: 300px;
    padding-right: 10px;
  }

  .ghead__contact .mail-block {
    width: 25%;
  }

  .ghead__contact .mail-block a {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 0 0 10px 10px;
  }

  .ghead__contact .mail-block .icon {
    width: 26px;
    margin-bottom: 0;
    margin-top: 2px;
  }

  .ghead__contact .mail-block .txt {
    font-size: 10px;
    margin-top: -2px;
  }

  .ghead__contact.fixed {
    position: fixed;
    top: 0;
  }

  .gnav {
    display: none;
    position: absolute;
    width: 100%;
    top: 67px;
    z-index: 3;
  }

  .gnav__list {
    width: 100%;
    background: #fff;
    display: block;
  }

  .gnav__list li {
    margin: 0;
    border-bottom: 1px solid #fff;
  }

  .gnav__list li:last-child {
    border-bottom: none;
  }

  .gnav__list li:before {
    content: none;
  }

  .gnav__list li a {
    height: auto;
    line-height: normal;
    font-size: 14px;
    color: #fff;
    padding: 15px 10px;
    background: #ff8f00 url(../images/_common/arrow03.png) no-repeat right 10px center;
    background-size: 9px;
  }

  .gnav__list li a:hover {
    opacity: 1;
    background: rgba(255, 143, 0, 0.8) url(../images/_common/arrow03.png) no-repeat right 10px center;
    background-size: 9px;
  }

  .header-clone {
    display: none;
  }

  .menu-trigger {
    position: absolute;
    top: 9px;
    right: 8px;
    width: 50px;
    height: 38px;
    background: #ff8f00;
    z-index: 2;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .menu-trigger .line {
    width: 16px;
    height: 11px;
    margin-bottom: 3px;
    position: relative;
  }

  .menu-trigger .txt {
    font-size: 10px;
    color: #FFF;
    line-height: 1;
  }

  .menu-trigger span {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  /*----------------------------------------
	index
----------------------------------------*/
  /*.home .main-visual {
    padding-top: 30px;
  }

  .home .main-visual ul li {
    padding-top: 50%;
  }*/
  .home .main-visual ul .type1 {
    background-position: center right;
  }

  .home .main-visual ul .type2 {
    background-position: center left;
  }

  .home .section {
    padding: 10px 10px 24px;
  }

  .home .section__header {
    margin-bottom: 17px;
  }

  .home .section__header:before {
    content: none;
  }

  .home .section__header:after {
    content: none;
  }

  /*----------------------------------------
	maintenance
----------------------------------------*/
  .maintenance .article {
    padding-top: 40px;
  }

  .maintenance .block01 {
    padding: 30px 15px;
    box-sizing: border-box;
  }

  .maintenance .block01__heading {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .maintenance .block01__item {
    width: 32%;
  }

  .maintenance .block01__item figure img {
    margin-bottom: 10px;
  }

  .maintenance .block01__item figure figcaption {
    font-size: 14px;
  }

  .maintenance .block02 {
    padding: 40px 15px;
    box-sizing: border-box;
  }

  .maintenance .block02__heading {
    margin-bottom: 20px;
  }

  .maintenance .block02__heading span {
    font-size: 20px;
  }

  .maintenance .block02__heading span:before {
    width: 2px;
    height: 30px;
    left: -15px;
  }

  .maintenance .block02__heading span:after {
    width: 2px;
    height: 30px;
    right: -10px;
  }

  .maintenance .block02__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .maintenance .block02__item {
    width: 48%;
    margin-bottom: 10px;
  }

  .maintenance .block02__item figure img {
    margin-bottom: 10px;
  }

  .maintenance .block02__item figure figcaption {
    font-size: 14px;
  }

  .maintenance .block03 {
    padding: 30px;
  }

  .maintenance .block03__body {
    width: 100%;
    height: auto;
    padding: 20px 15px;
  }

  .maintenance .block03__heading {
    width: 220px;
    height: 40px;
    margin-left: -30px;
    margin-bottom: 20px;
  }

  .maintenance .block03__heading:before {
    bottom: -8px;
    border-width: 0 15px 8px 0;
  }

  .maintenance .block03__heading .in1 {
    font-size: 20px;
  }

  .maintenance .block03__heading .in2 {
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .maintenance .block03__item {
    position: static;
    padding: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .maintenance .block03__item:last-child {
    margin-bottom: 0;
  }

  .maintenance .block03__item--type1 {
    width: 100%;
  }

  .maintenance .block03__item--type2 {
    width: 100%;
  }

  .maintenance .block03__item--type3 {
    width: 100%;
  }

  .maintenance .block04 {
    padding: 30px 15px;
    margin-bottom: 10px;
    background: none;
  }

  .maintenance .block04__heading {
    font-size: 18px;
  }

  .maintenance .block04__list {
    display: block;
  }

  .maintenance .block04__item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .maintenance .block04__item:before {
    content: none;
  }

  .maintenance .block04__item__inner {
    width: 100%;
    height: auto;
  }

  .maintenance .block04__item__heading {
    height: 38px;
  }

  .maintenance .block04__item__heading .in1 {
    font-size: 16px;
    margin-right: 10px;
  }

  .maintenance .block04__item__heading .in2 {
    font-size: 16px;
    text-align: left;
  }

  .maintenance .block04__item--ttl {
    margin-bottom: 50px;
  }

  .maintenance .block04__item--ttl__inner {
    overflow: visible;
    border-radius: 0;
  }

  .maintenance .block04__item--ttl__heading {
    height: auto;
    background: none;
    margin: 0 0 20px;
  }

  .maintenance .block04__item--ttl__btn {
    position: static;
  }

  .maintenance .block04__item--ttl__btn a {
    height: 50px;
    line-height: 50px;
    border-right: 3px solid #1F5F97;
    border-bottom: 3px solid #1F5F97;
  }

  .maintenance .block04__item--ttl__btn a:active {
    height: 53px;
    border: none;
    top: 3px;
    left: 3px;
  }

  .maintenance .block05 {
    margin-bottom: 40px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .maintenance .block05__heading {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .maintenance .block05__item {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .maintenance .block05__item__heading {
    padding-left: 20px;
  }

  .maintenance .block05__item__heading:before {
    height: 48px;
  }

  .maintenance .block05__item__heading .in1 {
    font-size: 20px;
    margin-right: 5px;
  }

  .maintenance .block05__item__heading .in2 {
    font-size: 16px;
  }

  .maintenance .block06 {
    padding: 30px 15px 60px;
  }

  .maintenance .block06__heading {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 20px;
    left: 0;
    box-sizing: border-box;
  }

  .maintenance .block06__map {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .maintenance .block06__txt1 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .maintenance .block06__txt2 {
    font-weight: normal;
  }

  /*----------------------------------------
	reason
----------------------------------------*/
  .reason .article1 {
    padding-top: 32px;
  }

  .reason .article1__main {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .reason .article1__section {
    display: block;
    padding: 15px;
  }

  .reason .article1__thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .reason .article1__heading .in1:before {
    border-bottom: 5px solid #FFF38A;
    bottom: -2px;
  }

  .reason .article1__heading .in2 {
    font-size: 20px;
  }

  .reason .article1__item {
    padding-left: 25px;
  }

  .reason .article1__item:before {
    font-size: 16px;
  }

  .reason .article1__item:last-child {
    margin-bottom: 0;
  }

  .reason .article1__item__lead {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .reason .article1__item__txt {
    line-height: 1.5;
  }

  .reason .article2 {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .reason .article2__heading {
    width: 100%;
  }

  .reason .article2__lead1 {
    font-size: 16px;
  }

  .reason .article2__lead2 {
    font-size: 14px;
    font-weight: normal;
  }

  .reason .article2__sec-common {
    display: block;
    margin-bottom: 50px;
  }

  .reason .article2__sec-common__medal {
    width: 80px;
    margin: 0 auto 10px;
  }

  .reason .article2__sec-common__heading {
    font-size: 20px;
    text-align: center;
  }

  .reason .article2__sec-common__lead {
    font-size: 14px;
  }

  .reason .article2__sec-foot__main {
    padding: 20px 15px;
  }

  .reason .article2__sec-foot__heading {
    font-weight: bold;
    margin-bottom: 20px;
  }

  .reason .article2__sec-foot__item {
    margin-bottom: 15px;
  }

  .reason .article2__sec-foot__txt {
    padding: 20px 15px;
  }

  .reason .article3 {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .reason .article3__heading {
    width: 100%;
  }

  .reason .article3__lead {
    font-size: 16px;
    font-weight: bold;
  }

  .reason .article3__list {
    display: block;
    margin-bottom: 50px;
  }

  .reason .article3__item a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .reason .article3__sec-common {
    padding: 25px 15px;
    margin-bottom: 20px;
  }

  .reason .article3__sec-common:last-child {
    margin-bottom: 30px;
  }

  .reason .article3__sec-common__heading {
    font-size: 18px;
  }

  .reason .article3__sec-common__heading:before {
    height: 48px;
  }

  .reason .article3__sec-common__list {
    margin-bottom: 25px;
  }

  .reason .article3__sec-common__item {
    line-height: 1.8;
  }

  .reason .article3__sec-common__caption1 {
    font-size: 16px;
    font-weight: bold;
  }

  .reason .article3__sec-common__caption2 {
    color: #333;
    margin-bottom: 5px;
  }

  .security-contents table {
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .security-contents table:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .security-contents table .table {
    width: 920px;
  }

  .security-contents table .column {
    padding-left: 0;
    display: block;
  }

  .security-contents table .caption {
    margin-bottom: 10px;
  }

  .reason .article3__sec-common__info {
    margin-bottom: 20px;
  }

  .reason .article3__sec-common__info .heading {
    font-weight: bold;
  }

  .reason .article3__sec-common__info .item {
    line-height: 1.8;
  }

  .reason .article3__sec-common__lead {
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .reason .article3__sec-common__txt {
    font-size: 14px;
  }

  /*----------------------------------------
	contact
----------------------------------------*/
  .contact .article {
    padding: 60px 15px 20px;
  }

  .contact .article__heading {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .contact .sec01 {
    margin-bottom: 60px;
  }

  .contact .sec01__heading {
    font-size: 18px;
  }

  .contact .sec02 {
    margin-bottom: 50px;
  }

  .contact .sec02__heading {
    font-size: 18px;
  }

  .contact .sec02__error1 {
    font-size: 14px;
  }

  .contact .sec02__table {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #C0BFBE;
  }

  .contact .sec02__table th,
  .contact .sec02__table td {
    display: block;
    font-size: 14px;
    box-sizing: border-box;
  }

  .contact .sec02__table th {
    width: 100%;
    padding: 15px 15px 0;
  }

  .contact .sec02__table th span {
    font-size: 12px;
  }

  .contact .sec02__table td {
    width: 100%;
    padding: 0 15px 15px;
  }

  .contact .sec02__table .column {
    display: block;
  }

  .contact .sec02__table .place {
    margin-bottom: 15px;
    display: block;
  }

  .contact .sec02__table .search {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
  }

  .contact .sec02__table .select {
    font-size: 14px;
  }

  .contact .sec02__table .default {
    font-size: 14px;
  }

  .contact .sec02__table .default--2col {
    width: 100%;
    margin: 5px 0;
  }

  .contact .sec02__btn .submit {
    font-size: 14px;
  }

  .contact .sec03__heading {
    font-size: 18px;
    padding-left: 25px;
    margin-bottom: 10px;
  }

  .contact .sec03__heading:before {
    width: 18px;
    height: 18px;
  }

  .contact .sec03__text {
    font-size: 14px;
  }

  /*----------------------------------------
	privacy
----------------------------------------*/
  .privacy .article {
    padding: 0 15px 40px;
    box-sizing: border-box;
  }

  .privacy .article__heading {
    margin-bottom: 30px;
  }

  .privacy .article__lead {
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .privacy .section__ttl {
    font-size: 16px;
  }

  .privacy .section__txt {
    line-height: 1.8;
  }

  .privacy .section__item {
    line-height: 1.8;
  }

  /*----------------------------------------
	company
----------------------------------------*/
  .company .main-visual {
    /*padding-top: 30px;*/
    overflow: hidden;
  }

  .company .main-visual img {
    position: relative;
    width: 170%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }

  .company .article {
    padding: 0 15px 40px;
    box-sizing: border-box;
  }

  .company .article__heading {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .company .article__item {
    width: 100%;
    margin-bottom: 20px;
  }

  #top__article__item {
    margin-bottom: 10px;
  }

  #top__article__item__2 {
    margin-bottom: 10px;
  }

  /*----------------------------------------
	company-overview
----------------------------------------*/
  .company-overview .article {
    padding: 0 15px 50px;
    box-sizing: border-box;
  }

  .company-overview .article__heading {
    margin-bottom: 30px;
  }

  .company-overview .article__table th,
  .company-overview .article__table td {
    display: block;
    line-height: 1.8;
    padding: 10px 15px;
  }

  .company-overview .article__table th {
    width: 100%;
  }

  .company-overview .article__table a {
    display: block;
    margin: 0;
  }

  .sponsor__contents__wrap {
    margin: 50px 0;
  }

  .sponsor__contents__item {
    width: 90%;
    margin: 0 auto;
  }

  .sponsor_wrap .sponsor__contents__item {
    float: none;
    width: 46%;
  }

  .sponsor__contents__item:first-child {
    margin: 0 auto 30px;
  }

  .sponsor__contents__item h3 {
    margin-bottom: 14px;
  }

  .dantai {
    margin-bottom: 40px;
  }

  .dantai h3 {
    margin-bottom: 0;
  }

  .dantai h3 + p {
    text-align: center;
  }

  .dantai h3 + p img {
    width: 80%;
  }

  .dantai .sponsor_wrap p .award__contents h3 {
    margin-bottom: 14px;
  }

  .post-detail .sponsor_wrap {
    display: block;
  }

  .sponsor__contents .post-detail .sponsor_wrap .box {
    width: 90%;
    margin: 0 auto 4%;
    padding: 2%;
  }

  /*----------------------------------------
	company-recruit
----------------------------------------*/
  .company-recruit .article {
    padding: 0 15px 50px;
    box-sizing: border-box;
  }

  .company-recruit .article__heading {
    margin-bottom: 30px;
  }

  .company-recruit .article__caption span {
    font-size: 18px;
    margin: 0 0 18px 0;
  }

  .company-recruit .article__table th,
  .company-recruit .article__table td {
    display: block;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .company-recruit .article__table th {
    width: 100%;
  }

  .company-recruit .article__table p {
    margin-bottom: 15px;
  }

  .company-recruit .article__table .style1 {
    letter-spacing: 0;
  }

  .company-recruit .article__table .style2 {
    padding: 10px 15px;
    line-height: 1.8;
  }

  .company-recruit .article__table .style4 {
    line-height: 1.8;
  }

  .company-recruit .article__table .style5 {
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .company-recruit .article__table .style9 {
    margin-bottom: 0;
  }

  /*----------------------------------------
	company-greeting
----------------------------------------*/
  .company-greeting .article {
    padding: 0 15px 50px;
    box-sizing: border-box;
  }

  .company-greeting .article__heading {
    margin-bottom: 30px;
  }

  .company-greeting .article__logo {
    width: 100%;
    margin-bottom: 35px;
  }

  .company-greeting .article__txt1 {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  .company-greeting .article__txt2 {
    font-size: 12px;
  }

  /*----------------------------------------
	company-shop
----------------------------------------*/
  .company-shop .article {
    padding: 0 15px 50px;
    box-sizing: border-box;
  }

  .company-shop .article__heading {
    margin-bottom: 30px;
  }

  .company-shop .block01 {
    margin: 0 0 30px;
  }

  .company-shop .block01__heading {
    margin-bottom: 10px;
  }

  .company-shop .block01__txt {
    font-size: 14px;
  }

  .company-shop .block02 {
    padding: 20px 15px;
    margin-bottom: 30px;
  }

  .company-shop .block02__heading {
    font-size: 18px;
  }

  .company-shop .block02__heading span {
    margin: 0 5px 0 0;
  }

  /*.company-shop .block02__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  */
  .company-shop .block02__item {
    margin: 0 0 20px;
  }

  .company-shop .block03 {
    margin-bottom: 30px;
  }

  .company-shop .block03__heading {
    font-size: 18px;
  }

  .company-shop .block03__body {
    margin: 0 0 30px;
    background: none;
  }

  .company-shop .block03__item {
    font-size: 14px;
    line-height: 2;
    padding: 0 0 0 35px;
  }

  .company-shop .block03__list {
    margin-bottom: 40px;
  }

  .company-shop .block03__item:before {
    width: 25px;
    height: 19px;
    top: 5px;
    margin: 0;
  }

  .company-shop .block03__txt {
    font-size: 14px;
    padding: 0 0 0 50px;
  }

  .company-shop .block03__table tr th,
  .company-shop .block03__table tr td {
    padding: 12px 20px;
  }

  .company-shop .block03__table tr th {
    width: 100px;
  }

  .company-shop .block04 {
    margin-bottom: 30px;
  }

  .company-shop .block04__heading {
    font-size: 18px;
  }

  .company-shop .block04__list {
    display: block;
  }

  .company-shop .block04__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .company-shop .block04__item figcaption {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .company-shop .block04__item--type1 {
    height: 120px;
  }

  .company-shop .block05__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .company-shop .block06 {
    margin-bottom: 30px;
  }

  .company-shop .block06__heading {
    font-size: 18px;
  }

  .company-shop .block06__item {
    display: block;
    height: auto;
    border-radius: 20px;
  }

  .company-shop .block06__item__ttl {
    width: 100%;
    height: 40px;
    padding: 0 0 0 15px;
    border-radius: 14px 14px 0 0;
  }

  .company-shop .block06__item__ttl .in1 {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }

  .company-shop .block06__item__ttl .in2 {
    font-size: 16px;
  }

  .company-shop .block06__item__txt {
    font-size: 14px;
    padding: 15px;
  }

  .company-shop .block07__heading {
    font-size: 18px;
  }

  .company-shop .block07__list dt {
    font-size: 14px;
  }

  .company-shop ul.block02__list li {
    width: 46%;
    margin: 0 2% 4%;
    border-radius: 0;
    padding: 4%;
    height: auto;
  }

  .company-shop .block04 .wrap .box {
    width: 46%;
    height: auto;
    padding: 5px;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
  }

  /*----------------------------------------
	product
----------------------------------------*/
  .product {
    width: 90%;
    margin: 0 auto;
  }

  .product h1 {
    width: 100%;
    font-size: 20px;
    padding: 60px 0 15px;
    margin-bottom: 30px;
  }

  .product_main {
    margin-bottom: 30px;
  }

  .product h2 {
    padding: 4% 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #ff8f00;
    text-align: center;
    color: #fff;
    margin: 0 auto 30px;
  }

  .product h3 {
    font-size: 17px;
    padding-bottom: 15px;
    position: relative;
    margin: 30px 0 24px;
  }

  .product h3::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    box-sizing: border-box;
    border-top: 3px solid #ff8f00;
    border-bottom: 1px solid #ff8f00;
  }

  #solar-system .image,
  #ih .image,
  #ecocute .image,
  #battery .image,
  #reform .image {
    width: 90%;
    margin: 0 auto 30px;
  }

  .product .wrap {
    display: block;
  }

  .product .wrap img,
  #battery .wrap .image {
    width: 100%;
    margin: 0 auto 10px;
  }

  battery .wrap .image img {
    width: 100%;
    height: auto;
  }

  .product .wrap p,
  #battery .wrap .txt {
    width: 100%;
    line-height: 1.8;
  }

  .product li {
    margin: 10px 0;
  }

  li i {
    color: #ff8f00;
    margin-right: 10px;
  }

  p.section__link {
    text-align: center;
  }

  p.section__link a {
    display: block;
    width: 90%;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 30px auto 70px;
    background: #28ca00;
    font-weight: bold;
    border-radius: 10px;
  }

  .maker {
    margin-bottom: 80px;
  }

  .maker p {
    margin-bottom: 30px;
  }

  /*
.product .article {
padding: 0 15px;
box-sizing: border-box;
}
.product .article__heading {
margin-bottom: 30px;
}
.product .section {
padding: 30px 15px;
display: block;
}
.product .section__main {
top: 0;
margin-right: 0;
margin-bottom: 20px;
}
.product .section__ttl {
font-size: 18px;
margin-bottom: 20px;
}
.product .section__ttl:before {
height: 48px;
}
.product .section__txt {
line-height: 1.8;
margin-bottom: 20px;
}
.product .section__thumb {
width: 100%;
}
.product .maker__heading {
font-size: 18px;
text-align: center;
text-indent: 0;
}
  */
  /*----------------------------------------
	footer
----------------------------------------*/
  .gfooter__totop a {
    bottom: 20px;
  }

  .gfooter__totop a:hover {
    opacity: 1;
  }

  .gfooter__main {
    padding: 0;
  }

  .gfooter__logo {
    text-align: center;
    padding: 12px 0;
  }

  .gfooter__logo img {
    width: 180px;
    height: auto;
  }

  .gfooter__content {
    display: block;
  }

  .gfooter__nav-block {
    display: block;
    padding: 0;
    border-top: 1px solid #FFF4BA;
    margin-bottom: 10px;
  }

  .gfooter__nav-block nav > ul {
    margin: 0;
  }

  .gfooter__nav-block nav > ul > li > a {
    margin: 0;
    padding: 13px 20px;
    border-bottom: 1px solid #FFF4BA;
  }

  .gfooter__nav-block nav > ul > li ul {
    display: none;
  }

  .gfooter__company {
    padding: 0 20px;
    margin-bottom: 8px;
  }

  .gfooter__info {
    width: 100%;
  }

  .gfooter__info__header {
    margin-bottom: 10px;
  }

  .gfooter__info__map {
    padding: 0 25px;
  }

  .gfooter__info__content {
    padding: 0 18px;
    text-align: center;
  }

  .gfooter__info__content .name {
    font-size: 13px;
    margin: 0;
  }

  .gfooter__info__content .add {
    font-size: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .gfooter__info__content .num-block {
    padding: 0 15px;
  }

  .gfooter__foot-content {
    padding: 0 20px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gfooter__foot-content .icon-fb {
    width: 48%;
  }

  .gfooter__foot-content .icon-fb a {
    position: static;
    width: 100%;
    height: auto;
  }

  .gfooter__foot-content .privacy a {
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 2px;
    margin-left: 10px;
    border-bottom: 1px solid #000;
    background: url(../images/_common/arrow05.png) no-repeat left center;
    background-size: 5px 8px;
  }

  .gfooter__copyright {
    height: 44px;
    background: #FF8F00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gfooter__copyright small {
    font-size: 12px;
    color: #fff;
  }
}

/*--------------------------------------
--  NEW HOME
--------------------------------------*/
.home-sec01-flex-cont {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}

.home-sec01-flex-cont li {
  width: 33.3%;
  margin: 0 0 20px;
  padding: 0 1%;
  box-sizing: border-box;
}

.home-sec01-flex-cont li:nth-child(4),
.home-sec01-flex-cont li:nth-child(5),
.home-sec01-flex-cont li:nth-child(6) {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .home-sec01-flex-cont {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .home-sec01-flex-cont li {
    width: 50%;
    margin: 0 0 20px;
    padding: 0 1%;
    box-sizing: border-box;
  }

  .home-sec01-flex-cont li:nth-child(4),
  .home-sec01-flex-cont li:nth-child(5),
  .home-sec01-flex-cont li:nth-child(6) {
    margin: 0;
  }
}

.home-sec02-flex-cont {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}

.home-sec01-flex-cont li {
  width: 33.3%;
  margin: 0 0 20px;
  padding: 0 1%;
  box-sizing: border-box;
}

.home-sec03-flex-cont {
  display: flex;
  flex-wrap: wrap;
  width: 920px;
  height: auto;
  margin: 0 auto;
  padding: 100px 30px 30px;
  border: 1px solid #FF8F00;
  border-radius: 5px;
}

.home-sec03-flex-cont .panel-3col__item {
  position: relative;
  width: 31.3%;
  margin: 0 1% 0;
  padding: 15px;
  background: #FFF;
  border: 1px solid #C0BFBE;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-sizing: border-box;
}

.home-sec03-flex-cont .panel-3col__thumb {
  width: 100%;
  height: 199px;
  overflow: hidden;
  margin-bottom: 10px;
}

.home-sec03-flex-cont .panel-3col__thumb img {
  object-fit: cover;
}

.home_sec03_cont02 {
  position: relative;
  margin-top: 80px;
}

.home_sec03_cont02_title_img {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 487px;
  height: 104px;
}

.home_sec03_cont02 .more-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 120px;
  height: 30px;
  margin: auto;
}

.home_sec03_cont02 .more-btn a {
  display: block;
  font-weight: bold;
  line-height: 26px;
  padding-left: 15px;
  background: #FFF url(../images/_common/arrow04.png) no-repeat right 10px center;
  background-size: 9px;
  border: 2px solid #FF8F00;
  border-radius: 3px;
  box-sizing: border-box;
}

.home-sec04 {
  padding-top: 20px;
  background: #FFF !important;
}

.home-sec04-flex-cont {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 50px;
  justify-content: space-between;
}

.home-sec04-flex-cont div {
  display: block;
  widows: 98%;
  height: auto;
}

.home_sec05 {
  padding-top: 40px !important;
  background: #fafafa;
}

.home_sec06 {
  padding-top: 40px !important;
  background: #FFF !important;
}

.home-sec07-flex-cont {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  justify-content: space-between;
}

.home-sec07-flex-cont div {
  width: 98%;
}

.home-sec07-flex-cont div:nth-child(2) img {
  margin-bottom: 20px;
}

/* works */
.work__info {
  width: 100%;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}

.work__info th {
  width: 80px;
  padding: 5px 10px;
  text-align: center;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  background-color: #FFF0C3;
}

.work__info td {
  padding: 5px 10px;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
}

/* FAQ */
.faq-list-cont {
  margin-bottom: 40px;
  padding: 0 40px;
}

.faq-list-cont li {
  padding: 40px 0;
}

.faq-list-cont .category-tag {
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 5px;
  padding: 5px 20px;
}

.faq-list-cont .question-txt {
  font-size: 30px;
  margin-bottom: 20px;
}

.faq-list-cont .answer-txt {
  font-size: 18px;
  margin-bottom: 20px;
}

.maintenance img {
  /*	width:inherit;*/
}

.meker-list {
  width: 730px;
  margin: 0 auto 70px;
}

.meker-list ul li {
  padding: 10px 0;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}

.meker-list ul li.icon::before {
  content: "";
  position: absolute;
  background: url(../images/company/icon1.png) no-repeat;
  background-size: cover;
  width: 42px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

p.for-contact {
  margin: 40px auto;
}

/**/
@media screen and (max-width: 767px) {
  .home-sec02-flex-cont {
    width: 100%;
  }

  .home-sec03-flex-cont {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
    border-radius: 5px;
  }

  .home-sec03-flex-cont .panel-3col__thumb {
    width: 40%;
    height: auto;
    margin: 0;
  }

  .home_sec03_cont02_title_img {
    width: 100%;
    height: auto;
    position: inherit;
    top: inherit;
    left: inherit;
    padding-top: 24px;
    margin-bottom: 20px;
  }

  .home-sec03-flex-cont .panel-3col__item {
    position: relative;
    width: 96%;
    margin: 0 auto 4%;
    padding: 2%;
    background: #FFF;
    border: 1px solid #C0BFBE;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-sizing: border-box;
  }

  .home-sec07-flex-cont div {
    width: 100%;
  }

  ul.home-sec03-flex-cont .panel-3col a {
    display: block !important;
  }

  .meker-list {
    width: 90%;
    margin: 0 auto;
  }

  .meker-list ul {
    margin: 30px auto;
  }

  .meker-list ul li {
    font-size: 18px;
  }

  .maintenance img {
    width: 100%;
  }

  .maintenance img.left {
    margin: 0 auto;
  }

  .home-sec04-flex-cont {
    display: block;
    width: inherit;
    margin: 10px auto;
    padding: 0;
    justify-content: space-between;
  }

  .home .section__header .more-btn {
    top: -50px;
  }

  .home section.results {
    padding-top: 35px;
  }

  .home-sec07-flex-cont {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .home-sec07-flex-cont iframe {
    width: 100%;
    height: auto;
  }

  .bnr-area {
    margin-top: 40px;
  }

  .home-sec04-flex-cont img:nth-of-type(1) {
    margin-bottom: 10px;
  }

  footer {
    padding-bottom: 17vw;
  }
}

a img.op:hover {
  opacity: 0.8;
  filter: alpha(opacity=50);
  /* Ie用 */
}

.sunpage strong {
  font-size: 18px;
}

.sunpage p {
  font-size: 18px;
}

.center {
  display: block;
  margin: 20px auto;
  width: auto;
}

.left {
  text-align: left;
  margin: 50px 20px;
  width: auto;
}

.mt100 {
  margin-top: 100px;
}

h3.entry-title {
  padding: 6px 15px;
  margin: 60px 0 25px;
  font-size: 28px;
  border-left: 12px solid #223775;
}

.l_font {
  font-size: 20px;
  margin-top: 40px;
  display: block;
}

.mt00 {
  margin-top: 0;
}

.q_red {
  font-size: 20px;
  font-weight: bold;
  color: #980930;
}

.a_blue {
  font-size: 19px;
  margin-top: 3px;
  color: #1b2f61;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  img.w20p {
    width: 60% !important;
  }

  .mt100 {
    margin-top: 50px;
  }

  .sunpage .main-visual img {
    position: relative;
    width: 132% !important;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }

  .non-img-sp {
    display: none !important;
  }

  .work__info th,
  .work__info td {
    padding: 2px;
    font-size: 12px;
  }
}

.non-img-sp {
  display: block;
}

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

.pc_non {
  display: none;
}

.sp_non {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_non {
    display: block;
  }

  .sp_non {
    display: none;
  }

  .ftr_cvn {
    position: fixed;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
  }

  .ftr_cvn ul li {
    float: left;
    width: 42%;
    text-align: center;
  }

  .ftr_cvn ul li:nth-of-type(3) {
    float: left;
    width: 16%;
    text-align: center;
  }

  .ftr_cvn ul li:last-child {
    background: #d92526;
  }

  .gfooter__nav-block {
    display: none;
  }
}

/* 
class */
.maintenance .block04__item__heading .in2.fs15 {
  font-size: 15px;
}

.contact_bnr {
  max-width: 728px;
  margin: 20px auto;
}

body.page-id-23 .header-clone.fixed {
  display: none;
}

body.page-id-23 .ghead__contact {
  display: none;
}

body.page-id-23 .ghead__main:after {
  background: none;
}

.company_photo {
  max-width: 500px;
  margin: 40px auto;
}

p.entry_bnr_1 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  a.sp-line-head {
    position: absolute;
    right: 64px;
    top: 9px;
  }

  a.sp-line-head img {
    height: 39px;
    width: auto;
  }
}
.p10{padding: 10px;}
.border{border:solid 1px #000;}
.mr10{margin-right: 10px;}
.sponsor__contents__item2 img {
    padding: 48px 0;
}
@media screen and (max-width: 767px) {
.sponsor__contents__item2 img {
    padding: 0;
}
.sponsor_wrap .sponsor__contents__item ,
.sponsor_wrap .sponsor__contents__item2 {
    width: auto;
    margin: 0 auto 40px;
}
.sponsor_wrap {
  display: block;
}
}
section.maintenance_solar_panel_map {
    position: relative;
}

section.maintenance_solar_panel_map p {
/*     position: absolute;
    right: 135px;
    bottom: 15px; */
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.maintenance_solar_panel_map_txt h3 {
    background: #fff599;
    text-align: center;
    color: #000;
    font-size: 46px;
    padding: 10px;
    margin-bottom: 20px;
}
.maintenance_solar_panel_map_txt h3 span {
    font-size: 30px;
    margin-left: 10px;
    color: #000;
}
.maintenance_solar_panel_map_txt h2 {
    font-size: 46px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
section.maintenance_solar_panel_map {
    display: table;
    margin: 0 auto;
}
.maintenance_solar_panel_map_img {
    display: table-cell;
    vertical-align: top;
}
.maintenance_solar_panel_map_txt {
    display: table-cell;
}
@media screen and (max-width: 767px) {

.maintenance_solar_panel_map_txt h2 {
    font-size: 6vw;
}
.maintenance_solar_panel_map_txt h3 {
    font-size: 5vw;
}
.maintenance_solar_panel_map_txt h3 span {
    font-size: 4vw;
}
section.maintenance_solar_panel_map p {
    font-size: 2.5vw;
}
.maintenance_solar_panel_map_img {
    width: 40%;
    vertical-align: middle;
}
.maintenance_solar_panel_map_txt {
    vertical-align: middle;
}
}