/* ======================================================================
 p_solar
====================================================================== */
@media screen and (max-width: 768px) {
  #p_solar img {
    max-width: 100%;
    margin: 0 auto;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 1160px;
}

@media screen and (max-width: 768px) {
  .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
}

.u_txt_1 {
  line-height: 1.75;
}

.sec_ttl img {
  margin: 0 auto;
}

.sec_ttl .ja {
  display: block;
  text-align: center;
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .sec_ttl .ja {
    font-size: 26px;
  }
}

.sec_ttl .ja:after {
  content: "";
  display: block;
  margin: 17px auto 0;
  background: #194E8B;
  width: 40px;
  height: 5px;
}

.lp_header {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #0000001A;
          box-shadow: 0px 0px 10px #0000001A;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

.lp_header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}

@media screen and (max-width: 768px) {
  .lp_header .inner {
    padding: 12px 15px;
  }
}

.lp_header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .lp_header .menu {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 52px;
  }
}

.lp_header .menu_btn {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 0;
  background: url(../img/p_solar/sp/header_menu.svg) no-repeat 50% 50%;
  width: 26px;
  height: 17px;
}

.lp_header .menu_btn.active {
  background: url(../img/p_solar/sp/header_close.svg) no-repeat 50% 50%;
}

.lp_header .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 34px;
}

@media screen and (max-width: 768px) {
  .lp_header .menu_list {
    display: block;
    margin: 0;
    background: #F3F3F3;
    padding: 20px 20px 40px;
  }
}

.lp_header .menu_list a {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .lp_header .menu_list a {
    display: block;
    background: #fff url(../img/p_solar/sp/header_arrow.svg) no-repeat 95% 50%;
    padding: 17px 20px;
    font-size: 16px;
  }
}

.lp_header .menu_list a:not(:last-child) {
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .lp_header .menu_list a:not(:last-child) {
    margin: 0;
    border-bottom: 1px solid #E3E3E3;
  }
}

.lp_header .menu_list a:hover {
  opacity: .6;
}

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

@media screen and (max-width: 768px) {
  .lp_header .menu_box {
    display: block;
    background: url(../img/p_solar/bg.png);
    padding: 20px 15px;
  }
}

.lp_header .menu_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 49px;
}

@media screen and (max-width: 768px) {
  .lp_header .menu_box a {
    height: 56px;
  }
}

.lp_header .menu_box a.tel {
  background: #fff;
  pointer-events: none;
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .lp_header .menu_box a.tel {
    width: 100%;
    margin: 0 0 10px;
    -webkit-box-shadow: 0px 4px 0px #BFBFBF;
            box-shadow: 0px 4px 0px #BFBFBF;
  }
}

.lp_header .menu_box a.tel .txt {
  font-size: 18px;
  background: url(../img/p_solar/ico_tel.svg) no-repeat 0 3px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .lp_header .menu_box a.tel .txt {
    background-size: 13px;
  }
}

.lp_header .menu_box a.tel .time {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .lp_header .menu_box a.tel .time {
    font-size: 12px;
    margin-top: 5px;
  }
}

.lp_header .menu_box a.mail {
  width: 178px;
  background: #FFD317;
  -webkit-box-shadow: 0 4px 0 #D6A41D;
          box-shadow: 0 4px 0 #D6A41D;
}

@media screen and (max-width: 768px) {
  .lp_header .menu_box a.mail {
    width: 100%;
  }
}

.lp_header .menu_box a.mail:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.lp_header .menu_box a.mail .ttl {
  font-size: 14px;
  background: url(../img/p_solar/ico_mail.svg) no-repeat 0 4px;
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  .lp_header .menu_box a.mail .ttl {
    font-size: 18px;
    background-size: 18px;
  }
}

.lp_header .menu_box a.mail .txt {
  font-size: 10px;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .lp_header .menu_box a.mail .txt {
    font-size: 12px;
    margin-top: 0;
  }
}

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

@media screen and (max-width: 768px) {
  .lp_footer {
    padding: 35px 0 90px;
    height: 410px;
  }
}

.lp_footer .logo {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lp_footer .logo {
    width: 230px;
  }
}

.lp_footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 20px;
}

@media screen and (max-width: 768px) {
  .lp_footer .link {
    display: block;
    margin: 20px 0;
  }
}

.lp_footer .link a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .lp_footer .link a {
    line-height: 2;
    display: block;
    font-size: 14px;
  }
}

.lp_footer .link a:hover {
  text-decoration: none;
}

.lp_footer .link a:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .lp_footer .link a:not(:last-child) {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .lp_footer .copy {
    font-size: 10px;
  }
}

.lp_kv {
  background: url(../img/p_solar/mv@2x.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 73px;
}

@media screen and (max-width: 768px) {
  .lp_kv {
    background: none;
    padding-top: 52px;
  }
}

.lp_kv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 507px;
}

@media screen and (max-width: 768px) {
  .lp_kv .inner {
    height: auto;
    padding: 0;
  }
}

.lp_kv .ttl {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .lp_kv .ttl {
    margin-bottom: 0;
  }
}

.lp_kv .badge {
  position: absolute;
  right: 0;
  top: 70px;
}

.lp_cv {
  background: url(../img/p_solar/bg.png);
}

.lp_cv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 226px;
}

@media screen and (max-width: 768px) {
  .lp_cv .inner {
    padding: 25px 15px;
    height: auto;
    display: block;
  }
}

.lp_cv_kv {
  background: none;
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  .lp_cv_kv {
    margin-top: 0;
  }
}

.lp_cv_kv .inner {
  background: url(../img/p_solar/bg.png);
  height: 240px;
}

@media screen and (max-width: 768px) {
  .lp_cv_kv .inner {
    height: auto;
    padding: 25px 15px;
  }
}

@media screen and (max-width: 768px) {
  .lp_cv_kv .inner .ttl { text-align: center; }
}

.lp_cv_last .inner {
  height: 290px;
}

@media screen and (max-width: 768px) {
  .lp_cv_last .inner {
    height: auto;
  }
}
  
.lp_cv_last .inner > .txt {
  color: #fff;
  margin-top: 15px;
  text-align: center;
}

.lp_cv .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .lp_cv .box {
    display: block;
  }
}

.lp_cv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 83px;
}

@media screen and (max-width: 768px) {
  .lp_cv a {
    height: 56px;
  }
}

.lp_cv a.tel {
  color: #fff;
  pointer-events: none;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .lp_cv a.tel {
    color: #222;
    background: #fff;
    width: 100%;
    pointer-events: inherit;
    margin: 0 0 10px;
    -webkit-box-shadow: 0px 4px 0px #BFBFBF;
            box-shadow: 0px 4px 0px #BFBFBF;
  }
}

.lp_cv a.tel .txt {
  font-size: 38px;
  background: url(../img/p_solar/ico_tel_w.svg) no-repeat 0 9px;
  background-size: 23px;
  padding-left: 30px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .lp_cv a.tel .txt {
    background: url(../img/p_solar/ico_tel.svg) no-repeat 0 4px;
    font-size: 18px;
    letter-spacing: inherit;
    background-size: 13px;
    padding-left: 15px;
  }
}

.lp_cv a.tel .time {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .lp_cv a.tel .time {
    font-size: 12px;
    margin-top: 5px;
  }
}

.lp_cv a.mail {
  background: #FFD317;
  -webkit-box-shadow: 0 5px 0 #D6A41D;
          box-shadow: 0 5px 0 #D6A41D;
  width: 329px;
}

@media screen and (max-width: 768px) {
  .lp_cv a.mail {
    width: 100%;
  }
}

.lp_cv a.mail:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.lp_cv a.mail .ttl {
  font-size: 22px;
  background: url(../img/p_solar/ico_mail.svg) no-repeat 0 4px;
  background-size: 28px;
  padding-left: 34px;
}

@media screen and (max-width: 768px) {
  .lp_cv a.mail .ttl {
    font-size: 18px;
    background-size: 18px;
    padding-left: 20px;
  }
}

.lp_cv a.mail .txt {
  font-size: 16px;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .lp_cv a.mail .txt {
    font-size: 12px;
    margin-top: 0;
  }
}

.lp_sec01 {
  padding: 90px 0 80px;
}

@media screen and (max-width: 768px) {
  .lp_sec01 {
    padding: 50px 0;
  }
}

.lp_sec01 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .lp_sec01 .box {
    display: block;
    margin-top: 30px;
  }
}

.lp_sec01 .box .desc {
  width: 570px;
}

@media screen and (max-width: 768px) {
  .lp_sec01 .box .desc {
    width: 100%;
  }
}

.lp_sec01 .box .desc .ttl {
  border-bottom: 3px solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .lp_sec01 .box .desc .ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec01 .box .desc .img {
    margin-bottom: 20px;
  }
}

.lp_sec02 {
  background: #F3F7F9;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .lp_sec02 {
    padding: 50px 0;
  }
}

.lp_sec02 .inner {
  width: 900px;
}

@media screen and (max-width: 768px) {
  .lp_sec02 .inner {
    width: 100%;
  }
}

.lp_sec02 .sec_ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .lp_sec02 .sec_ttl {
    margin-bottom: 20px;
  }
}

.lp_sec02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .lp_sec02 .list {
    margin-top: 30px;
    display: block;
  }
}

.lp_sec02 .list li {
  width: 430px;
}

@media screen and (max-width: 768px) {
  .lp_sec02 .list li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .lp_sec02 .list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.lp_sec02 .list li .ttl {
  color: #194E8B;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .lp_sec02 .list li .ttl {
    width: 52.17%;
    font-size: 20px;
    text-align: left;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec02 .list li .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec02 .list li .img {
    width: 43.47%;
  }
}

.lp_sec03 {
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .lp_sec03 {
    padding: 50px 0 0;
  }
}

.lp_sec03 .list {
  display: table;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .lp_sec03 .list {
    display: block;
    margin: 30px 0 0;
  }
}

.lp_sec03 .list li {
  background: url(../img/p_solar/ico_check01.svg) no-repeat 0 2px;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .lp_sec03 .list li {
    background-position: 0 4px;
    background-size: 20px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.lp_sec03 .list li:not(:last-child) {
  margin-bottom: 15px;
}

.lp_sec03 .overview {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .lp_sec03 .overview img {
    width: 100%;
  }
}

.lp_sec03 .option {
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .lp_sec03 .option {
    margin: 20px 0;
  }
  .lp_sec03 .option img {
    width: 100%;
  }
}

.lp_sec03 .cap {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .lp_sec03 .cap {
    font-size: 14px;
    letter-spacing: 1.78;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.lp_sec03 .box {
  border: 2px solid;
  width: 900px;
  padding: 30px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .lp_sec03 .box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 15px;
  }
}

.lp_sec03 .box .ttl {
  color: #194E8B;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .lp_sec03 .box .ttl {
    font-size: 22px;
  }
}

.lp_sec03 .box .list {
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .lp_sec03 .box .list {
    margin: 15px 0 30px;
  }
}

.lp_sec03 .box .sub_list, .lp_sec03 .box .sub_ttl, .lp_sec03 .box .sub_txt {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lp_sec03 .box .sub_list, .lp_sec03 .box .sub_ttl, .lp_sec03 .box .sub_txt {
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec03 .box .sub_txt {
    letter-spacing: 1.78;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.lp_sec03 .box .sub_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .lp_sec03 .box .sub_list {
    display: block;
    margin: 5px 0;
  }
}

.lp_sec03 .box .sub_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2em;
}

@media screen and (max-width: 768px) {
  .lp_sec03 .box .sub_list li {
    margin-right: 0;
  }
}

.lp_sec03 .box .sub_list li:before {
  content: "";
  background: #194E8B;
  width: 6px;
  height: 6px;
  margin-right: 8px;
}

.lp_sec04 {
  padding: 100px 0 80px;
}

@media screen and (max-width: 768px) {
  .lp_sec04 {
    padding: 50px 0;
  }
}

.lp_sec04 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .lp_sec04 .list {
    display: block;
    margin-top: 20px;
  }
}

.lp_sec04 .list li {
  width: 370px;
}

@media screen and (max-width: 768px) {
  .lp_sec04 .list li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec04 .list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec04 .list .img img {
    width: 100%;
  }
}

.lp_sec04 .list .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 10px;
}

.lp_sec04 .list .top .num {
  background: #194E8B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 22px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .lp_sec04 .list .top .num {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

.lp_sec04 .list .top .ttl {
  color: #194E8B;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .lp_sec04 .list .top .ttl {
    font-size: 22px;
  }
}

.lp_sec04 .list .btm .cap {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .lp_sec04 .list .btm .cap {
    font-size: 14px;
    letter-spacing: 1.78;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.lp_sec04 .box {
  border: 2px solid;
  text-align: center;
  padding: 30px 0;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .lp_sec04 .box {
    margin-top: 20px;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec04 .box .txt {
    font-size: 14px;
  }
}

.lp_sec04 .box .txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFD317));
  background: linear-gradient(transparent 70%, #FFD317 0%);
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .lp_sec04 .box .txt span {
    font-size: 20px;
    line-height: 1.5;
  }
}

.lp_sec05 {
  background: #F3F7F9;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .lp_sec05 {
    padding: 50px 0 30px;
  }
}

.lp_sec05 .inner.top {
  width: 900px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .inner.top {
    width: 100%;
  }
}

.lp_sec05 .inner.btm {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .inner.btm {
    padding-top: 0;
  }
}

.lp_sec05 .inner.btm > .txt {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .inner.btm > .txt {
    width: 100%;
  }
}

.lp_sec05 .sec_ttl {
  margin-bottom: 20px;
}

.lp_sec05 .txt {
  margin-bottom: 40px;
}

.lp_sec05 .txt a {
  text-decoration: underline;
  color: #174f8b;
}

.lp_sec05 .txt:hover {
  text-decoration: none;
}

.lp_sec05 .price,
.lp_sec05 .graph {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .price img,
  .lp_sec05 .graph img {
    width: 100%;
  }
}

.lp_sec05 .image > li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image > li {
    padding: 15px;
    display: block;
  }
}

.lp_sec05 .image > li.before {
  background: #E1EEF5;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image > li.before {
    padding: 15px 15px 50px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

.lp_sec05 .image > li.before:after {
  content: url(../img/p_solar/before_arrow01.svg);
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -75px;
  margin-left: -85px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image > li.before:after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    bottom: -65px;
  }
}

.lp_sec05 .image > li.before .list li {
  background: url(../img/p_solar/ico_check02.svg) no-repeat 0 2px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image > li.before .list li {
    background-size: 20px;
    background-position: 0 5px;
  }
}

.lp_sec05 .image > li.before .total .table {
  border-color: #fff;
}

.lp_sec05 .image > li.after {
  background: #fff;
  border: 5px solid #E1EEF5;
}

.lp_sec05 .image > li.after .list li {
  background: url(../img/p_solar/ico_check01.svg) no-repeat 0 2px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image > li.after .list li {
    background-size: 20px;
    background-position: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image > li.after .desc .ttl {
    width: 108px;
    margin: 0 auto;
  }
}

.lp_sec05 .image > li.after .total .table {
  border-color: #E3E3E3;
}

.lp_sec05 .image > li.after .total .table .btm .txt {
  color: #E8160D;
}

.lp_sec05 .image .desc {
  width: 607px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .desc {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .desc .ttl {
    text-align: center;
    margin-top: 10px;
  }
}

.lp_sec05 .image .total {
  width: 370px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total {
    width: 100%;
    margin-top: 20px;
  }
}

.lp_sec05 .image .total .table {
  border-style: solid;
  border-width: 2px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total .table {
    margin-top: 5px;
  }
}

.lp_sec05 .image .total .table .top,
.lp_sec05 .image .total .table .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp_sec05 .image .total .table .top .txt,
.lp_sec05 .image .total .table .btm .txt {
  text-align: right;
  margin-bottom: 0;
}

.lp_sec05 .image .total .table .top .ttl,
.lp_sec05 .image .total .table .btm .ttl {
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total .table .top .ttl,
  .lp_sec05 .image .total .table .btm .ttl {
    font-size: 16px;
  }
}

.lp_sec05 .image .total .table .top .ttl span,
.lp_sec05 .image .total .table .btm .ttl span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total .table .top .ttl span,
  .lp_sec05 .image .total .table .btm .ttl span {
    font-size: 12px;
  }
}

.lp_sec05 .image .total .table .top {
  background: #fff;
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total .table .top {
    padding: 10px 15px;
  }
}

.lp_sec05 .image .total .table .top.pb0 {
  padding-bottom: 0;
}

.lp_sec05 .image .total .table .top + .top {
  padding: 0 20px 15px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total .table .top + .top {
    padding: 0 15px 10px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total .table .top .ttl {
    font-size: 16px;
  }
}

.lp_sec05 .image .total .table .top .txt {
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total .table .top .txt {
    font-size: 19px;
  }
}

.lp_sec05 .image .total .table .top .txt span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total .table .top .txt span {
    font-size: 14px;
  }
}

.lp_sec05 .image .total .table .btm {
  background: #F3F3F3;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total .table .btm {
    padding: 0 15px;
  }
}

.lp_sec05 .image .total .table .btm .txt {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total .table .btm .txt {
    font-size: 30px;
  }
}

.lp_sec05 .image .total .table .btm .txt span {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .total .table .btm .txt span {
    font-size: 22px;
  }
}

.lp_sec05 .image .list {
  margin: 10px 0 30px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .list {
    margin: 20px 0;
  }
}

.lp_sec05 .image .list li {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .list li {
    font-size: 18px;
    padding-left: 30px;
    line-height: 1.5;
  }
}

.lp_sec05 .image .list li:not(:last-child) {
  margin-bottom: 10px;
}

.lp_sec05 .image .list li span {
  font-size: 18px;
}

.lp_sec05 .image .list li i {
  font-style: normal;
  color: #E8160D;
}

.lp_sec05 .image .list li .cap {
  font-size: 14px;
}

.lp_sec05 .image .badge {
  position: absolute;
  top: -25px;
  right: -20px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .image .badge {
    right: 0;
    width: 100%;
  }
  .lp_sec05 .image .badge img {
    margin: 0 auto;
  }
}

.lp_sec05 .box {
  background: #fff;
  border: 2px solid;
  text-align: center;
  padding: 30px 0;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .box {
    margin-top: 30px;
    padding: 15px;
    text-align: left;
  }
}

.lp_sec05 .box .txt {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .box .txt {
    font-size: 14px;
  }
}

.lp_sec05 .box .txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFD317));
  background: linear-gradient(transparent 70%, #FFD317 0%);
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .lp_sec05 .box .txt span {
    font-size: 20px;
    line-height: 1.5;
  }
}

.lp_sec06 {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .lp_sec06 {
    padding: 30px 0;
  }
}

.lp_sec06 .inner > .txt {
  max-width: 900px;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  .lp_sec06 .inner > .txt {
    margin-top: 20px;
  }
}

.lp_sec06 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .lp_sec06 .list {
    display: block;
    margin-top: 30px;
  }
}

.lp_sec06 .list li {
  width: 370px;
}

@media screen and (max-width: 768px) {
  .lp_sec06 .list li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec06 .list li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.lp_sec06 .list .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100px;
  color: #194E8B;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .lp_sec06 .list .ttl {
    width: 52.17%;
    font-size: 20px;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec06 .list .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec06 .list .img {
    width: 43.47%;
  }
}

.lp_sec07 {
  background: #F3F7F9;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .lp_sec07 {
    padding: 50px 0;
  }
}

.lp_sec07 .slick {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .lp_sec07 .slick {
    margin: 30px 15px 0;
  }
}

.lp_sec07 .slick .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
  padding: 30px 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 790px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lp_sec07 .slick .box {
    width: 100%;
    padding: 15px;
    margin: 0;
    display: block;
  }
}

.lp_sec07 .slick .box .ttl {
  color: #194E8B;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .lp_sec07 .slick .box .ttl {
    font-size: 20px;
    margin-bottom: 0;
    width: 45%;
  }
}

.lp_sec07 .slick .box .top {
  width: 41%;
  margin-right: 4.2%;
}

@media screen and (max-width: 768px) {
  .lp_sec07 .slick .box .top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec07 .slick .box .top .img {
    width: 50%;
  }
}

.lp_sec07 .slick .box .top .img img {
  width: 100%;
}

.lp_sec07 .slick .box .btm {
  width: 54.8%;
}

@media screen and (max-width: 768px) {
  .lp_sec07 .slick .box .btm {
    width: 100%;
  }
}

.lp_sec07 .slick .box .btm .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.lp_sec07 .slick .box .btm .prof .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #194E8B;
  padding: 0 10px;
  height: 26px;
  margin-right: 15px;
}

.lp_sec07 .slick .box .btm .link {
  display: block;
  text-align: right;
  color: #194E8B;
  background: url(../img/p_solar/arrow02_r.svg) no-repeat 100% 50%;
  padding-right: 30px;
  position: absolute;
  bottom: 30px;
  right: 25px;
}

@media screen and (max-width: 768px) {
  .lp_sec07 .slick .box .btm .link {
    position: static;
    margin-top: 10px;
  }
}

.lp_sec07 .slick .box .btm .link:hover span {
  text-decoration: none;
}

.lp_sec07 .slick .box .btm .link span {
  text-decoration: underline;
}

.lp_sec07 .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 36%;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .lp_sec07 .slick-arrow {
    width: 30px;
    top: inherit;
    bottom: -5px;
  }
}

.lp_sec07 .slick-prev {
  left: 13%;
}

@media screen and (max-width: 768px) {
  .lp_sec07 .slick-prev {
    left: 24%;
  }
}

.lp_sec07 .slick-next {
  right: 13%;
}

@media screen and (max-width: 768px) {
  .lp_sec07 .slick-next {
    right: 24%;
  }
}

.lp_sec07 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.lp_sec07 .slick-dots li {
  margin: 0 5px;
}

.lp_sec07 .slick-dots li.slick-active button {
  background: #194E8B;
}

.lp_sec07 .slick-dots li button {
  font-size: 0;
  background: #CADEE8;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.lp_sec08 {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .lp_sec08 {
    padding: 50px 0;
  }
}

.lp_sec08 .inner {
  width: 900px;
}

@media screen and (max-width: 768px) {
  .lp_sec08 .inner {
    width: 100%;
  }
}

.lp_sec08 .list {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .lp_sec08 .list {
    margin-top: 30px;
  }
}

.lp_sec08 .list > li {
  -webkit-box-shadow: 0px 0px 30px #0000000D;
          box-shadow: 0px 0px 30px #0000000D;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .lp_sec08 .list > li {
    padding: 15px;
  }
}

.lp_sec08 .list > li:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .lp_sec08 .list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}

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

@media screen and (max-width: 768px) {
  .lp_sec08 .list .top {
    display: block;
  }
}

.lp_sec08 .list .top .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .lp_sec08 .list .top .img {
    width: 100%;
  }
}

.lp_sec08 .list .top .img img {
  width: 100%;
}

.lp_sec08 .list .top .desc {
  width: 510px;
}

@media screen and (max-width: 768px) {
  .lp_sec08 .list .top .desc {
    width: 100%;
  }
}

.lp_sec08 .list .top .desc .ttl {
  color: #194E8B;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .lp_sec08 .list .top .desc .ttl {
    font-size: 20px;
    margin: 10px 0;
  }
}

.lp_sec08 .list .top .desc .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lp_sec08 .list .top .desc .prof {
    margin-bottom: 15px;
  }
}

.lp_sec08 .list .top .desc .prof .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #194E8B;
  padding: 0 10px;
  height: 26px;
  margin-right: 15px;
}

.lp_sec08 .list .top .desc .btn {
  cursor: pointer;
  display: block;
  color: #194E8B;
  background: url(../img/p_solar/arrow02_d.svg) no-repeat 0 50%;
  padding-left: 35px;
}

.lp_sec08 .list .top .desc .btn.active {
  background: url(../img/p_solar/arrow02_t.svg) no-repeat 0 50%;
}

.lp_sec08 .list .top .desc .btn.active .close {
  display: block;
}

.lp_sec08 .list .top .desc .btn.active .open {
  display: none;
}

.lp_sec08 .list .top .desc .btn:hover span {
  text-decoration: none;
}

.lp_sec08 .list .top .desc .btn span {
  text-decoration: underline;
}

.lp_sec08 .list .top .desc .btn span.close {
  display: none;
}

.lp_sec08 .list .btm {
  display: none;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .lp_sec08 .list .btm {
    margin-top: 15px;
  }
}

.lp_sec08 .list .btm .box {
  background: #F3F7F9;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .lp_sec08 .list .btm .box {
    padding: 15px;
  }
}

.lp_sec08 .list .btm .sub_list li {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .lp_sec08 .list .btm .sub_list li {
    margin-top: 20px;
  }
}

.lp_sec08 .list .btm .sub_list .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #194E8B;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.lp_sec08 .list .btm .sub_list .ttl:before {
  content: "";
  background: #194E8B;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
}

.lp_sec09 {
  background: #F3F7F9;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .lp_sec09 {
    padding: 50px 0;
  }
}

.lp_sec09 .inner {
  width: 900px;
}

@media screen and (max-width: 768px) {
  .lp_sec09 .inner {
    width: 100%;
  }
}

.lp_sec09 .sec_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .lp_sec09 .sec_ttl {
    margin-bottom: 20px;
  }
}

.lp_sec09 .flow {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .lp_sec09 .flow {
    margin-top: 30px;
  }
}

.lp_sec09 .flow li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp_sec09 .flow li:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .lp_sec09 .flow li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.lp_sec09 .flow li:not(:last-child):after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #194E8B;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 50px;
  bottom: -22px;
}

@media screen and (max-width: 768px) {
  .lp_sec09 .flow li:not(:last-child):after {
    height: 15px;
    /*left: 6%;*/
    left: 20px;
    bottom: -23px;
  }
}

@media screen and (min-width: 768px) {
.lp_sec09 .flow .ico {
  width: 100px;
}
.lp_sec09 .flow .ico img {
  width: 100%;
}
}

/*@media screen and (max-width: 768px) {
  .lp_sec09 .flow .ico {
    width: 15%;
  }
}*/

.lp_sec09 .flow .box {
  width: 775px;
  min-height: 116px;
}

@media screen and (max-width: 768px) {
  .lp_sec09 .flow .box {
    width: 100%;
    min-height: auto;
  }
}

.lp_sec09 .flow .box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .lp_sec09 .flow .box .top {
    margin-bottom: 10px;
  }
}

.lp_sec09 .flow .box .top .step {
  font-size: 16px;
  margin: 5px 10px 0 0;
}

@media screen and (max-width: 768px) {
  .lp_sec09 .flow .box .top .step {
    font-size: 14px;
    margin: 3px 10px 0 15px;
  }
}

.lp_sec09 .flow .box .top .ttl {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .lp_sec09 .flow .box .top .ttl {
    width: 84.05%;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec09 .flow .box .btm {
    background: #fff;
    border-radius: 20px;
  }
  .lp_sec09 .flow .box .btm.active {
    border-radius: 0;
  }
}

.lp_sec09 .flow .box .btm .desc {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px #0000000D;
          box-shadow: 0px 0px 30px #0000000D;
  padding: 10px 15px;
  line-height: 1.78;
}

@media screen and (max-width: 768px) {
  .lp_sec09 .flow .box .btm .desc {
    background: none;
    display: none;
    padding: 10px 15px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec09 .flow .box .btm .desc .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec09 .flow .box .btm .btn {
    display: table;
    margin: 0 auto;
    color: #194E8B;
    padding: 10px 0 10px 35px;
    font-size: 16px;
    line-height: 24px;
  }
  .lp_sec09 .flow .box .btm .btn span {
    text-decoration: underline;
  }
  .lp_sec09 .flow .box .btm .btn.open {
    background: url(../img/p_solar/arrow02_d.svg) no-repeat 0 10px;
  }
  .lp_sec09 .flow .box .btm .btn.close {
    background: url(../img/p_solar/arrow02_t.svg) no-repeat 0 10px;
  }
}

.lp_sec10 {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .lp_sec10 {
    padding: 50px 0;
  }
}

.lp_sec10 .inner {
  width: 900px;
}

@media screen and (max-width: 768px) {
  .lp_sec10 .inner {
    width: 100%;
  }
}

.lp_sec10 .list {
  margin-top: 20px;
}

.lp_sec10 .list li {
  padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .lp_sec10 .list li {
    padding: 15px 0 0;
  }
}

.lp_sec10 .list li:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .lp_sec10 .list li:not(:last-child) {
    padding: 15px 0;
  }
}

.lp_sec10 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #194E8B;
  font-size: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .lp_sec10 .top {
    font-size: 18px;
    margin-bottom: 0;
    background: url(../img/p_solar/arrow02_d.svg) no-repeat 100% 50%;
    padding-right: 30px;
    line-height: 1.5;
  }
  .lp_sec10 .top.active {
    background: url(../img/p_solar/arrow02_t.svg) no-repeat 100% 50%;
  }
}

.lp_sec10 .top .num {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .lp_sec10 .btm {
    display: none;
    margin-top: 10px;
  }
}

.lp_fixed {
  display: none;
  z-index: 1;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/p_solar/bg.png);
  padding: 15px;
}

.lp_fixed .box {
  max-width: 1160px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp_fixed .box a {
  width: 48.69%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .lp_fixed .box a {
    height: 49px;
  }
}

.lp_fixed .box a.tel {
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px #BFBFBF;
          box-shadow: 0px 4px 0px #BFBFBF;
}
@media screen and (min-width: 768px) {
.lp_fixed .box a.tel {
  pointer-events: none;
}
}

.lp_fixed .box a.tel .txt {
  font-size: 26px;
  background: url(../img/p_solar/ico_tel.svg) no-repeat 0 6px;
  background-size: 15px;
  padding-left: 18px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .lp_fixed .box a.tel .txt {
    font-size: 12px;
    background: url(../img/p_solar/ico_tel.svg) no-repeat 0 3px;
    padding-left: 10px;
    background-size: 10px;
    line-height: 16px;
  }
}

.lp_fixed .box a.tel .time {
  font-size: 14px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .lp_fixed .box a.tel .time {
    font-size: 10px;
    margin-top: 2px;
  }
}

.lp_fixed .box a.mail {
  background: #FFD317;
  -webkit-box-shadow: 0 4px 0 #D6A41D;
          box-shadow: 0 4px 0 #D6A41D;
}

.lp_fixed .box a.mail .ttl {
  font-size: 22px;
  background: url(../img/p_solar/ico_mail.svg) no-repeat 0 7px;
  padding-left: 22px;
  background-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
.lp_fixed .box a.mail .ttl {
  font-size: 12px;
  background: url(../img/p_solar/ico_mail.svg) no-repeat 0 4px;
  padding-left: 18px;
  background-size: 16px;
  line-height: 16px;
}
}

.lp_fixed .box a.mail .txt {
  font-size: 14px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .lp_fixed .box a.mail .txt {
    font-size: 10px;
  margin-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 90px;
  }
}

.fix_banner {
  width: 270px;
  height: 140px;
  position: fixed;
  right: 10px;
  bottom: 0;
  transform: translateY(-50%);
}
.fix_banner .link {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fix_banner {
    width: 200px;
    height: 103.7px;
    left: 5px;
    bottom: 50px;
  }
}