/* --------------------------------------------------------
-----------------------------------------------------------
 common
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
  margin-top: 120px;
}

/*
-----------------------------------------------------------
 .page-title
----------------------------------------------------------- */
.page-title {
  padding-top: 84px;
  max-width: 1400px;
  margin: 0 auto 121px;
  position: relative;
}

.page-title .title01 {
  font-size: inherit;
  position: relative;
  z-index: 10;
}

.page-title .title02 {
  position: absolute;
  background: #eeeeef;
  width: 100%;
  left: 0;
  top: 134px;
  text-align: right;
  z-index: 0;
}

.page-title .title02 img {
  position: relative;
  right: 50%;
  margin-right: -385px;
}

/*
-----------------------------------------------------------
 top-block
----------------------------------------------------------- */
.top-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #00a0e9;
  padding-bottom: 7px;
  margin-bottom: 40px;
}

.top-block .img {
  max-width: 509px;
}

.top-block .text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: -2px;
}

.top-block .text p {
  margin-left: 13px;
}

/*
-----------------------------------------------------------
 about-block
----------------------------------------------------------- */
.about-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.about-block .img-wrap {
  flex: 1;
  padding-right: 10px;
}

.about-block .information-wrap {
  flex-basis: 420px;
}

.about-block .solar {
  background: #0098cb;
  text-align: center;
  padding: 4px 15px 6px 0;
  margin-bottom: 20px;
}

.about-block .text {
  text-align: center;
  font-size: 18px;
  line-height: 1.95;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
}

.about-block .detail-block .bottom {
  font-size: 13px;
  text-align: left;
  margin-top: 7px;
  padding-left: 1em;
  text-indent: -1em;
}

.Content-main>.detail-block {
  display: none;
}

/*
-----------------------------------------------------------
 floor-block
----------------------------------------------------------- */
.floor-block {
  margin-top: 65px;
}

.floor-block .list {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.floor-block .list li {
  text-align: center;
  margin: 0 51px;
}

.floor-block .list li .floor {
  margin-bottom: 12px;
}

/*
-----------------------------------------------------------
 bottom-text
----------------------------------------------------------- */
.bottom-text {
  padding: 50px 20px 0;
  line-height: 1.6;
}

/*
-----------------------------------------------------------
 Example-section
----------------------------------------------------------- */
.Example-section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #0098cb;
}

/*
---------------------------------------------------------
other-caution-block
--------------------------------------------------------- */
.other-caution-block {
  margin-top: 20px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.other-caution-block .inner-block {
  padding: 40px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.other-caution-block .inner-block .caution-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.other-caution-block .inner-block .caution-text {
  font-size: 12px;
}

.other-caution-block .inner-block .caution-text span.bold {
  font-weight: bold;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #house-plan-example01
-----------------------------------------------------------
----------------------------------------------------------- */
#house-plan-example01 .floor-block .list {
  padding-right: 18px;
}

#house-plan-example01 .floor-block .list li.floor-2f .floor {
  margin-bottom: 18px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #house-plan-example02
-----------------------------------------------------------
----------------------------------------------------------- */
#house-plan-example02 .top-block .img {
  max-width: 510px;
}

#house-plan-example02 .floor-block .list {
  padding-right: 22px;
}

#house-plan-example02 .floor-block .list li {
  text-align: center;
  margin: 0 45px;
}

#house-plan-example02 .floor-block .list li .floor {
  margin-bottom: 22px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #house-plan-example03
-----------------------------------------------------------
----------------------------------------------------------- */
#house-plan-example03 .top-block .img {
  max-width: 510px;
}

#house-plan-example03 .floor-block .list li {
  text-align: center;
  margin: 0 54px;
}

#house-plan-example03 .floor-block .list li .floor {
  margin-bottom: 14px;
}

#house-plan-example03 .floor-block .list li.floor-2f .floor {
  margin-bottom: 26px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #house-plan-example04
-----------------------------------------------------------
----------------------------------------------------------- */
#house-plan-example04 .top-block .img {
  max-width: 510px;
}

#house-plan-example04 .floor-block .list {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-right: 18px;
}

#house-plan-example04 .floor-block .list li {
  text-align: center;
  margin: 0 70px;
}

#house-plan-example04 .floor-block .list li .floor {
  margin-bottom: 6px;
}

#house-plan-example04 .floor-block .list li.floor-2f .floor {
  margin-bottom: 40px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #house-plan-example05
-----------------------------------------------------------
----------------------------------------------------------- */
#house-plan-example05 .top-block .img {
  max-width: 521px;
}

#house-plan-example05 .top-block .text {
  margin-bottom: 4px;
}

#house-plan-example05 .floor-block {
  margin-top: 91px;
}

#house-plan-example05 .floor-block .list li .floor {
  margin-bottom: 18px;
}

/*# sourceMappingURL=plan-pc.css.map */