.p-solarpanel__wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: content-box;
}
.p-solarpanel__text {
  line-height: 1.7;
}
.p-solarpanel__mvwrapper {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__mvwrapper {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-solarpanel__mvwrapper img {
    margin-bottom: 16px;
  }
}
.p-solarpanel__headline {
  line-height: 1.5;
  font-size: 2em;
  padding: 12px 0px 12px 0px;
  background: #eb6120;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-solarpanel__headline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #000000 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__headline {
    font-size: 22px;
    text-align: center;
    padding-left: 20px;
  }
}
.p-solarpanel__flexgraphcontainer {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__flexgraphcontainer {
    flex-direction: column;
  }
}
.p-solarpanel__graphtext {
  max-width: 555px;
  font-size: 18px;
  line-height: 1.5;
}
.p-solarpanel__graphTextOrange {
  color: #F25E3D;
  font-weight: 700;
}
.p-solarpanel__borderflexcontainer {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__borderflexcontainer {
    padding: 10px;
    flex-direction: column;
  }
}
.p-solarpanel__borderflexbox {
  width: calc((100% - 20px) / 3);
  border: solid 1px #F28705;
  border-radius: 20px;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__borderflexbox {
    width: auto;
  }
}
.p-solarpanel__borderheadlineflex {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__borderheadlineflex {
    margin-bottom: 12px;
    gap: 16px;
  }
}
.p-solarpanel__headlineborder {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.p-solarpanel__attention {
  max-width: 61px;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__attentionthumb {
    width: 100%;
    margin-top: 16px;
  }
}
.p-solarpanel__attentionthumb img {
  width: 100%;
}
.p-solarpanel__attentiontext {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: auto;
}
.p-solarpanel__reliefflexcontainar {
  display: flex;
  gap: 38px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__reliefflexcontainar {
    flex-direction: column;
  }
}
.p-solarpanel__reliefbox {
  background: #FFF2E3;
  padding: 36px 24px 24px 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  width: calc((100% - 38px) / 2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__reliefbox {
    width: auto;
  }
}
.p-solarpanel__reliefboxhealine {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 16px;
  position: relative;
  line-height: 1.4;
}
.p-solarpanel__reliefboxhealine::before {
  display: none;
}
.p-solarpanel__reliefboxhealine::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  width: 102px;
  height: 4px;
  left: calc(50% - 51px);
  background-image: url("../img/solar-panel/icon-underline.svg");
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__reliefboxhealine {
    margin-bottom: 24px;
  }
}
.p-solarpanel__relieftext {
  font-size: 18px;
  line-height: 1.7;
}
.p-solarpanel__relieftext.floattext {
  max-width: 209px;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__relieftext.floattext {
    max-width: 100%;
  }
}
.p-solarpanel__reliethumb {
  margin: 0 auto;
  margin-top: 20px;
}
.p-solarpanel__headlinemid {
  font-size: 40px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.p-solarpanel__headlinemid span.yellow {
  background: linear-gradient(transparent 60%, #FFED05 60%);
  vertical-align: baseline;
  color: #000000;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__headlinemid span.yellow {
    font-size: 20px;
    background: linear-gradient(transparent 80%, #FFED05 60%);
    display: inline;
  }
}
.p-solarpanel__headlinemid span.orange {
  color: #eb6120;
  font-size: 40px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__headlinemid span.orange {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-solarpanel__headlinemid {
    font-size: 20px;
  }
}
.p-solarpanel__floatflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__floatflex {
    flex-direction: column;
  }
}
.p-solarpanel__yellowbox {
  max-width: 784px;
  background: #FFFEDF;
  margin: 32px auto 12px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__yellowbox {
    padding: 12px;
    padding-bottom: 20pxv;
  }
}
.p-solarpanel__yellowheadline {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__yellowheadline {
    font-size: 20px;
  }
}
.p-solarpanel__yellowchecklist {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-solarpanel__yellowcheckchild {
  font-size: 24px;
  font-weight: 500;
  padding-left: 50px;
  position: relative;
}
.p-solarpanel__yellowcheckchild::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 38px;
  left: 0;
  bottom: -5px;
  background-image: url("../img/solar-panel/icon-check.png");
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__yellowcheckchild::before {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .p-solarpanel__yellowcheckchild {
    font-size: 18px;
    padding-left: 40px;
  }
}
.p-solarpanel__contactflex {
  display: flex;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__contactflex {
    flex-direction: column;
    gap: 24px;
  }
}
.p-solarpanel__contactflexboxText {
  max-width: 440px;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-solarpanel__contactflexboxText {
    padding-top: 0;
  }
}

.p-solarpanel__section5{
  margin-bottom: 40px;
}

/* Contact Form 7 Setting start */
input[type="radio"] {
  -webkit-appearance: radio;
}
#ContactContent {
  line-height: 1.8em;
}
#ContactFormMain {
  margin: 0 auto 20px;
  padding: 0;
}
#ContactFormMain th {
  font-size: 15px;
  color: #000;
  font-family: 'NotoSansCJKjp';
  font-weight: 700;
  border: 1px solid #b2b2b2;
  background: #fdf2ed;
  padding: 10px 15px;
  width: 200px;
  text-align: left;
  vertical-align: middle;
}
#ContactFormMain th .RequiredField {
  border-radius: 3px;
  color: #fff;
  background: #ec163e;
  margin-left: 10px;
  padding: 2px;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: normal;
  float: right;
}
#ContactFormMain th .OptionalField {
  border-radius: 3px;
  color: #fff;
  background: #B0B0B0;
  margin-left: 10px;
  padding: 2px;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: normal;
  float: right;
}
#ContactFormMain td {
  font-size: 15px;
  color: #000;
  font-family: 'NotoSansCJKjp';
  font-weight: 400;
  border: 1px solid #b2b2b2;
  background: #fff;
  padding: 10px 15px;
}
#ContactFormMain td #zip_btn,
#ContactFormMain td #form-address01,
#ContactFormMain td #form-address02,
#ContactFormMain td #form-zipcode {
  margin: 0 0 5px!important;
}
#ContactFormMain td #zip_btn {
  padding: 6px 20px;
  background: #eb6120;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  border: none;
  margin-left: 5px!important;
}
#ContactFormMain td #form-zipcode {
  width: 190px;
  height: 34px!important;
  padding: 5px 0px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-sizing: border-box;
}
#ContactFormMain td #form-name,
#ContactFormMain td #form-address01,
#ContactFormMain td #form-address02,
#ContactFormMain td #form-phone,
#ContactFormMain td #form-mail,
#ContactFormMain td #form-about {
  width: 400px;
  height: 34px!important;
  padding: 5px 0px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-sizing: border-box;
}
#ContactFormMain td #form-about {
  height: 100px!important;
}
#ContactFormMain td .wpcf7-list-item.first{
 margin: 0;
}
#ContactContent .SubmitBox {
  margin: 0;
  padding: 0;
  text-align: center;
}
#ContactContent .SubmitBox .cube_btn {
    padding: 0;
    background-color: #eb6120;
}

#ContactContent .SubmitBox .cube_btn:hover {
  opacity: 1;
  cursor: pointer;
}
#ContactContent .SubmitBox .cube_btn input[type="submit"] {
  width: 200px;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  color: #fff;
  font-size: 24px;
  padding: 15px;
  line-height: 30px;
  font-weight: bold;
  background-color: transparent;
}
#ContactFormMain td #zip_btn,
#ContactContent .SubmitBox .cube_btn input[type="submit"] {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
#ContactContent {
  width: 100%;
}
#ContactFormMain {
  margin: 0 auto 20px;
  padding: 0;
}
#ContactFormMain th,
#ContactFormMain td {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#ContactFormMain td #form-zipcode {
  width: 50%;
}
#ContactFormMain td #form-name,
#ContactFormMain td #form-address01,
#ContactFormMain td #form-address02,
#ContactFormMain td #form-phone,
#ContactFormMain td #form-mail,
#ContactFormMain td #form-about {
  width: 100%;
}
}
/* Contact Form 7 Setting end */