  @charset "utf-8";

html {
  font-size: 62.5% !important;
}

body {
  font-size: 1.6em !important;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }

  img.sp{
    zoom: 0.5;
    -moz-transform: scale(0.5);
  }
}

ul {
  text-align: left;
}

/* cmt */
.cmt {
  position: relative;
}


@media screen and (max-width:960px) {
  .cmt {
    display: flex;
  }

  .cmt_person {
    width: 59px;
  }
}

/* top 
================================ */
#top {
  background-color: #FFF9C5;
  border-top: solid #DC0017 20px;
  padding-bottom: 50px;
}

.top_cts {
  background-image: url(/cnt_marutto-solar/img/lp/top_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 792px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .top_cts{
    background:url(/cnt_marutto-solar/img/lp/top_bg@2x.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 792px;
  }
}

#top .top_cts h1 {
  padding-top: 70px;
  display: flex;
  justify-content: center;
  padding-right: 14px;
}

#top .top_cts p {
  margin-top: 23px;
  display: flex;
  justify-content: center;
}

#top .top_box {
  margin-top: 44px;
  display: flex;
  gap: 24px;
  justify-content: center;
}

#top .top_cts .top_cts-note{
  margin-top: 10px;
  position: relative;
  left: -6%;
  margin-left: 48px;
}

#top .scloll {
  padding-top: 34px;
  padding-bottom: 66px;
}

#top .scloll img {
  margin: 0 auto;
}

/* btn */
/* #top .btn {
  padding-bottom: 69px;
} */

.btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn_box {
  max-width: 490px;
  border-radius: 52px;
  box-shadow: 3px 3px rgba(46, 45, 45, 0.3);
}

.btn_box:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  opacity: 0.8;
  transition: all .3s ease-in-out;
}

.btn01 {
  background-color: #F58531;
}

.btn02 {
  background-color: #216CE0;
}

.btn03 {
  max-width: 1000px;
  width: 100%;
  margin: 18px auto 0;
}

.btn_box.btn03 img.lm{
  display: none;
}

.btn_cts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 21px 0 24px;
  height: 104px;
  gap: 50px;
}



@media screen and (max-width:960px) {
  #top {
    border-top: solid #DC0017 6px;
  }

  .top_cts {
    background-size: 150% 100%;
  }

  #top .top_cts h1 {
    padding: 28px 10px 0;
  }

  #top .top_cts p {
    margin-top: 16px;
  }

  #top .top_box {
    gap: 4px;
    margin: 15px 10px 0;
  }

  #top .top_cts .top_cts-note{
    font-size: 10px;
  }

  #top .scloll {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .btn {
    flex-flow: column;
    gap: 0;
    align-items: center;
  }

  #top .btn {
    margin-top: 34px;
    /* padding-bottom: 33px; */
  }

  .btn_box {
    width: 370px;
    margin: 0 10px 9px;
  }

  .btn_box .btn_cts {
    padding: 0 13px 0 20px;
    height: 77px;
    gap: 0;
  }

  .btn_box img:nth-of-type(1) {
    width: 40px;
  }

  .btn_box img:nth-of-type(2) {
    width: 187px;
  }

  .btn_box img:nth-of-type(3) {
    width: 20px;
  }

  .btn_box.btn03{
    margin: 0 auto;
  }
  
  .btn_box.btn03 img.pc{
    display: none;
  }

  .btn_box.btn03 img.lm{
    display: block;
  }

  .btn_box.btn03 img{
    width: 100% !important;
  }
}

/* comic
================================ */
.comic_ttl {
  padding: 51px 0 61px 0;
  background-color: #4694FF;
  position: relative;
}

.comic_ttl p {
  margin-bottom: 20px;
}

.comic_ttl::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #4694FF #4694FF #4694FF #4694FF;
  border-width: 18.5px;
  border-radius: 0px 0px 4px 0px;
  width: 0px;
  height: 0px;
  transform: scaleX(0.7) rotate(45deg);
  left: calc(50% - 18.5px);
  bottom: -17px;
}

.comic_cts {
  background: rgb(208, 239, 250);
  background: linear-gradient(180deg, rgba(208, 239, 250, 1) 0%, rgba(213, 244, 255, 1) 28%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 100%);
}

.comic_character {
  padding-top: 100px;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

.comic_character::before {
  content: url(/cnt_marutto-solar/img/lp/comic_cloud_l.png);
  position: absolute;
  left: 0;
  top: 140px;
}

.comic_character::after {
  content: url(/cnt_marutto-solar/img/lp/comic_cloud_r.png);
  position: absolute;
  right: 0;
  top: 58px;
}


.comic_text {
  font-size: 2.0rem;
  margin: 16px auto 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 670px;
  padding: 3px 0 4px 0;
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  border-top: 2px dotted #0b6fd3;
  border-bottom: 2px dotted #0b6fd3;
  position: relative;
  z-index: 1;
}

.comic_img {
  position: relative;
  margin: 117px auto 30px;
  max-width: 847px;
}

.comic_img_l {
  display: flex;
  align-items: flex-end;
  margin-left: 6px;
  gap: 11px;
}

.comic_img_r {
  position: absolute;
  right: -6px;
  top: -34px;
}

.comic_img_01 {
  position: relative;
}

.comic_img_01::before {
  content: url(/cnt_marutto-solar/img/lp/comic_name01.png);
  position: absolute;
  top: -80px;
  left: -76px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .comic_img_01::before{
    content:url(/cnt_marutto-solar/img/lp/comic_name01@2x.png);
    position: absolute;
    top: -160px;
    left: -146px;
    zoom: 0.5;
    -moz-transform: scale(0.5,0.5) translate(20px,42px);
  }
}


.comic_img_02 {
  position: relative;
}

.comic_img_02::after {
  content: url(/cnt_marutto-solar/img/lp/comic_name02.png);
  position: absolute;
  top: -89px;
  right: -131px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .comic_img_02::after {
    content: url(/cnt_marutto-solar/img/lp/comic_name02@2x.png);
    position: absolute;
    top: -140px;
    right: -240px;
    zoom: 0.5;
    -moz-transform: scale(0.5,0.5) translate(-84px,-20px);
  }
}

.comic_img_03 {
  position: relative;
}

.comic_img_03::after {
  content: url(/cnt_marutto-solar/img/lp/comic_name03.png);
  position: absolute;
  top: -59px;
  right: 26px;
  z-index: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .comic_img_03::after {
    content: url(/cnt_marutto-solar/img/lp/comic_name03@2x.png);
    position: absolute;
    top: -89px;
    right: 56px;
    z-index: 1;
    zoom: 0.5;
    -moz-transform: scale(0.5,0.5) translate(140px,-50px);
  }
}

/* slider */
.slider-box {
  margin-bottom: 129px;
  padding: 0 140px;
}

.slider{
  max-width: 800px;
  padding: 36px 40px;
  background-color: #FFF;
  border: solid 4px #C4C4C4;
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.16);
}

.slick-arrow:before {
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  top: -22px;
}

.slick-next {
  right: -50px;
}

.slick-prev {
  left: -105px;
}

.slick-next:before {
  background: url(/cnt_marutto-solar/img/lp/comic_slide-arrow.png);
  background-size: contain;
  transform: scaleX(-1);
  opacity: inherit;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .slick-next:before{
    background:url(/cnt_marutto-solar/img/lp/comic_slide-arrow@2x.png);
    background-size: contain;
    transform: scaleX(-1);
    opacity: inherit;
  }
}

.slick-prev:before {
  background: url(/cnt_marutto-solar/img/lp/comic_slide-arrow.png);
  background-size: contain;
  opacity: 0.3;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .slick-prev:before{
    background:url(/cnt_marutto-solar/img/lp/comic_slide-arrow@2x.png);
    background-size: contain;
    opacity: 0.3;
  }
}

.slick-dots {
  bottom: -58px;
  left: 2px;
}

.slick-dots li {
  margin: 0 11px 0 0;
  width: 17px;
  height: 17px;
}

.slick-dots li button {
  height: 17px;
  width: 17px;
  padding: 0;
}

.slick-dots li button:before {
  opacity: inherit;
  color: #7C7C7C;
}

.slick-dots li.slick-active button:before {
  opacity: inherit;
  color: #4694FF;
}

.slick-dots li button:before {
  font-size: 47px;
  width: 17px;
  height: 17px;
  top: 3px;
  left: -1px;
}

@media screen and (max-width:960px) {
  .comic_ttl {
    padding: 25px 0 40px 0;
  }

  .comic_ttl p {
    margin-bottom: 10px;
  }

  .comic_ttl p img {
    width: 161px;
  }

  .comic_ttl h2 img {
    width: 317px;
  }

  .comic_ttl::after {
    bottom: -8px;
  }

  .comic_character {
    padding-top: 57px;
  }

  .comic_character p img {
    width: 136px;
  }

  .comic_img_03{
    width: 260px;
  }

  .comic_text {
    font-size: 1.2rem;
    width: 340px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
  }

  .comic_character::before {
    content: url(/cnt_marutto-solar/img/lp/comic_cloud_l_sp.png);
    position: absolute;
    left: 0;
    top: 73px;
  }

  .comic_character::after {
    content: url(/cnt_marutto-solar/img/lp/comic_cloud_r_sp.png);
    position: absolute;
    right: 0;
    top: 50px;
  }

  .comic_img {
    margin: 40px 0 15px;
  }

  .comic_img_01 img {
    width: 47px;
  }

  .comic_img_02 img {
    width: 48px;
  }

  .comic_img_l {
    gap: 5px;
    position: relative;
    z-index: 1;
    padding-left: 53px;
    margin-left: 0;
  }

  .comic_img_r {
    position: absolute;
    right: 11px;
    top: -15px;
  }

  .comic_img_01::before {
    content: url(/cnt_marutto-solar/img/lp/comic_name01_sp.png);
    position: absolute;
    top: -33px;
    left: -41px;
    transform: scale(0.5);
    transform-origin: left top;
  }

  .comic_img_02::after {
    content: url(/cnt_marutto-solar/img/lp/comic_name02_sp.png);
    position: absolute;
    top: -32px;
    right: -68px;
    transform: scale(0.5);
    transform-origin: right top;
  }

  .comic_img_03::after {
    content: url(/cnt_marutto-solar/img/lp/comic_name03_sp.png);
    position: absolute;
    top: -18px;
    right: -1px;
    transform: scale(0.5);
    transform-origin: right top;
  }

  .slider {
    padding: 13px;
    border-radius: 15px;
    margin: 11px 10px 0;
    border: solid 2px #C4C4C4;
    max-width: 910px;
  }

  .slider li:not(:last-child) {
    margin-bottom: 10px;
  }

  .slider-box {
    margin: 0 auto 50px;
    padding: 0;
  }

  .slick-next {
    display: none;
  }

  .slick-prev {
    display: none;
  }

  .slick-next:before {
    display: none;
  }

  .slick-prev:before {
    display: none;
  }
}

/* solar-life 
================================ */
#solar-life {
  background-image: url(/cnt_marutto-solar/img/lp/solar_bg.png);
  padding-top: 105px;
  padding-bottom: 95px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  #solar-life{
    background:url(/cnt_marutto-solar/img/lp/solar_bg@2x.png);
    padding-top: 105px;
    padding-bottom: 95px;
  }
}

#index01 #solar-life {
  background-color: #FFF9C5;
}

.solar-life_lead .pc {
  margin: 0 auto;
}

.select {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 12px;
  margin: 54px 20px 0 20px;
}

.select img {
  min-width: 0;
}

.select-btn{
  position: relative;
  width: 422px;
	height: 90px;
  display: block;
  overflow: hidden;
	cursor: pointer;
}

.select-btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.select-btn img:nth-of-type(2) {
  opacity: 0;
}
.select-btn:hover img:nth-of-type(2) {
	top: 50%;
  opacity: 0;
}

#index01 .select-on img:hover,#index02 .select-on img:hover {
  opacity: 1;
}

#solar-life .bg-white {
  background-color: #FFF;
  max-width: 1000px;
  margin: 8px 10px 0;
  padding: 82px 45px 95.5px;
  border-radius: 30px;
  display: inline-block;
}

h2.solar-life_ttl {
  display: inline-block;
}

#solar-life h2.solar-life_ttl img {
  margin: 0 auto;
}

#solar-life h2.solar-life_ttl p{
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}


@media screen and (max-width:960px) {
  #solar-life {
    padding-top: 54px;
    padding-bottom: 45px;
  }

  .solar-life_lead {
    display: flex;
    justify-content: center;
    margin: 0 10px;
  }

  .select {
    gap: 4px;
    margin: 53px 10px 0 10px;
  }

  #solar-life .bg-white {
    margin: 13px 10px 50px;
    padding: 37px 15px 80px;
    display: inherit;
    border-radius: 15px;
  }
}

@media screen and (max-width:767px){
  .select-btn{
    width: 192px;
    height: 45px;
  }

  #solar-life h2.solar-life_ttl p{
    font-size: 10px;
  }
}

/* solar-life > merit
================================ */
#merit {
  margin-top: 74px;
}

#merit .cmt {
  margin-left: 19px;
}

#merit .cmt img:nth-child(2) {
  padding: 12px 3px 0 0;
}

.mrtit_list li:first-child {
  margin-top: 25px;
}

.mrtit_list li {
  border: solid 5px #DC0017;
  background-color: #DC0017;
  border-radius: 22px;
  margin-top: 30.3px;
}

.mrtit_list_ttl {
  background-color: #DC0017;
  border-radius: 13px 13px 0 0;
  display: flex;
  align-items: center;
  height: 110px;
  padding-left: 28px;
  padding-bottom: 3px;
  gap: 23px;
  align-items: center;
}

.mrtit_list_ttl:before {
  content: "";
  border: 1px solid #FFF;
  align-self: stretch;
  margin: 22px 0;
}

.mrtit_list_ttl img:first-child {
  order: -1;
  margin-top: -2px;
}

.mrtit_list_ttl-txt picture {
  padding-top: 7px;
}

.mrtit_list_dsc {
  display: flex;
  text-align: left;
  justify-content: space-between;
  background-color: #FFEDEF;
  border-radius: 0 0 20px 20px;
  padding: 28px 0 32px 25px;
  gap: 22px
}

.mrtit_list_dsc-img{
  max-width: 315px;
}

.mrtit_list_dsc-txt {
  flex: 1;
  padding-top: 16px;
}

.mrtit_list_dsc-txt p {
  font-size: 2.0rem;
  line-height: 1.8;
  margin-top: 17px;
  max-width: 510px;
}

.mrtit_list_dsc-txt p span {
  font-size: 0.6em;
  vertical-align: top;
}

.merit_notes {
  margin-top: 33px;
  background-color: #EFEEEC;
  padding-top: 17.6px;
  padding-bottom: 13px;
}

.merit_notes p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: -0.07em;
  max-width: 880px;
  margin: 0 auto;
}

.merit_notes div {
  max-width: 882px;
  margin: 0 auto;
}

@media screen and (max-width:960px) {
  #merit {
    margin-top: 34px;
  }

  #merit .cmt {
    margin-left: 0;
    display: inline-flex;
    left: -3px;
    align-items: center;
  }

  #merit .cmt img:nth-child(2) {
    max-width: 275px;
  }

  /* #merit .cmt img:nth-child(3) {
    padding: 0px 0 36px 0px;
  } */

  .mrtit_list li:first-child {
    margin-top: 19px;
  }

  .mrtit_list li {
    border-radius: 10px;
    margin-top: 15px;
  }

  .mrtit_list_ttl {
    height: 91px;
    padding-left: 11px;
    padding-bottom: 4px;
    gap: 14px;
  }

  .mrtit_list_ttl:before {
    margin: 12px 0;
  }

  .mrtit_list_ttl>img {
    zoom: 0.7;
    -moz-transform: scale(0.7);
  }

  .merit-img01 {
    padding-left: 0;
  }

  .mrtit_list_dsc {
    flex-flow: column;
    align-items: center;
    gap: 8px;
    padding: 16px 10px 23px;
    border-radius: 0 0 10px 10px;
  }

  .mrtit_list_ttl-txt {
    padding-top: 0px;
    padding-left: 6px;
  }

  .mrtit_list_dsc-txt p {
    font-size: 1.6rem;
    margin-top: 12px;
    line-height: 1.875;
  }

  .mrtit_list_dsc-txt p br.pc{
    display: none;
  }

  .merit_notes {
    padding: 12px 7px 11px 9px;
    margin-top: 16px;
  }

  .merit_notes p {
    font-size: 1.3rem;
    letter-spacing: -0.07em;
    line-height: 1.69;
  }
}

/* solar-life > service
================================ */
#service {
  margin-top: 193px;
}

#service h4 {
  height: 100px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.during h4 {
  margin-top: 41px;
  background-color: #DE7932;
}

.after h4 {
  background-color: #DC0017;
}

.during-txt {
  margin-top: 11px;
  background-color: #FFECDE;
  height: 428px;
}

.during-txt p {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.96;
  font-weight: bold;
  max-width: 744px;
  margin: 0 auto;
  padding-top: 31px;
  letter-spacing: -0.04em;
}

.during-txt img {
  margin-top: 13px;
}

#service .cmt {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

#service .during .cmt img:nth-child(2) {
  padding-top: 10px;
}

.during .cmt {
  margin-top: 30px;
  padding-left: 47px;
}

.during .service_img01 {
  margin-top: 44px;
}

.service_system_ttl {
  border-radius: 34px;
  padding: 14px;
}

.during .service_system_ttl {
  margin-top: 50px;
  background-color: #DE7932;
}

.service_system_txt {
  margin-top: 12px;
  background-color: #FFECDE;
  padding: 19px 7px 26px 0;
}

.during .service_system_img {
  margin-top: 21px;
}

.service_arrow {
  margin-top: 78px;
  margin-bottom: 90px;
}

.after .cmt {
  margin-top: 51px;
  padding-left: 102px;
}

.after .cmt img:nth-child(2) {
  padding-top: 38px;
}

.after .service_img01 {
  margin-top: 18px;
}

.after .service_system_txt {
  margin-top: 18px;
  background-color: #FFEDEF;
  border-radius: 18px;
  padding: 41px 10px 30px 16px;
}

.after .service_system_ttl {
  background-color: #DC0017;
  margin-top: 50px;
}

.after .service_system_img {
  margin-top: 22px;
}

@media screen and (max-width:960px) {
  #service {
    margin-top: 100px;
  }

  #service h4 {
    height: 54px;
    border-radius: 9px;
  }

  .during h4 {
    margin-top: 19px;
  }

  #service h4 img {
    width: 116px;
  }

  .during-txt {
    margin-top: 6px;
    height: inherit;
  }

  .during-txt p {
    font-size: 1.8rem;
    line-height: 1.89;
    padding: 19px 15px 0;
  }

  .during-txt img {
    zoom: 0.6;
    margin-top: 9px;
    width: 60%;
  }

  #service .cmt {
    padding-left: 0;
    gap: 0;
    display: inline-flex;
    left: -2px;
  }

  #service .during .cmt {
    margin-top: 23px;
    gap: 8px;
  }

  #service .during .cmt_person {
    width: 54px;
  }

  .during .cmt {
    margin-top: 23px;
  }

  .during .service_img01 {
    margin-top: 50px;
  }

  .service_system_ttl {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .during .service_system_ttl {
    margin-top: 33px;
  }

  .service_system_ttl img {
    width: 210px;
  }

  .service_system_txt {
    margin-top: 15px;
    padding: 18px 0 16px;
  }

  .during .service_system_txt img {
    width: 276px;
  }

  .during .service_system_img {
    margin-top: 14px;
  }

  .service_arrow {
    margin-top: 31px;
    margin-bottom: 45px;
  }

  .service_arrow img {
    width: 57px;
  }

  #service .after .cmt {
    margin-top: 10px;
  }

  .after .cmt img:nth-child(2){
    padding-top: 0;
  }

  .after .service_img01 {
    margin-top: 40px;
  }

  .after .service_system_txt {
    margin-top: 20px;
    padding: 26px 6px 23px 8px;
    border-radius: 9px;
  }

  .after .service_system_ttl {
    margin-top: 30px;
  }

  .after .service_system_img {
    margin-top: 10px;
  }
}

/* plan
================================ */
#plan {
  margin-top: 146px;
}

#plan .cmt {
  padding-left: 42px;
}

.plan-tab {
  margin-top: 73px;
}

.plan-select_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}

/*¥¿¥ÖÇÐ¤êÌæ¤¨È«Ìå¤Î¥¹¥¿¥¤¥ë*/
.tabs {
  margin-top: 3px;
}

/*¥¿¥Ö¤Î¥¹¥¿¥¤¥ë*/
.tab_item {
  width: calc(100%/2 + -8px);
  height: 70px;
  background-color: #DDDDDD;
  border-radius: 10px;
  line-height: 70px;
  font-size: 15px;
  text-align: center;
  color: #222222;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin: 10px 8px 0 0;
}

.tab_item:nth-of-type(4) {
  margin-right: 0;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ßx’k¤µ¤ì¤Æ¤¤¤ë¥¿¥Ö¤Î¥¹¥¿¥¤¥ë¤ò‰ä¤¨¤ë*/
.tabs input:checked+.tab_item {
  background-color: #E60020;
  color: #fff;
}

.tabs input:checked+.tab_item:hover {
  opacity: inherit;
}

/*¥é¥¸¥ª¥Ü¥¿¥ó¤òÈ«¤ÆÏû¤¹*/
input[name="tab_item"] {
  display: none;
}

/*¥¿¥ÖÇÐ¤êÌæ¤¨¤ÎÖÐÉí¤Î¥¹¥¿¥¤¥ë*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*ßx’k¤µ¤ì¤Æ¤¤¤ë¥¿¥Ö¤Î¥³¥ó¥Æ¥ó¥Ä¤Î¤ß¤ò±íÊ¾*/
#plan01:checked~#plan01_content,
#plan02:checked~#plan02_content,
#plan03:checked~#plan03_content,
#plan04:checked~#plan04_content {
  display: block;
}

.tab_content_description {
  margin-top: 11px;
}

.plan_ttl {
  background-color: #E60020;
  padding: 43px 0;
  border-radius: 18px 18px 0 0;
}

.plan_cts {
  border: solid 6px #D1D1D1;
  border-top: none;
  border-radius: 0 0 18px 18px;
  padding: 31px 24px 44px;
}

.plan_cts_plice-ttl {
  background-color: #D186A7;
  padding: 18px;
  position: relative;
}

.plan_cts_plice-ttl img {
  margin: 0 auto;
}

.plan_cts_plice-ttl::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent #D186A7 #D186A7 transparent;
  border-width: 18.5px;
  border-radius: 0px 0px 4px 0px;
  width: 0px;
  height: 0px;
  transform: scaleX(0.7) rotate(45deg);
  left: calc(50% - 18.5px);
  bottom: -7px
}

.plan_cts_plice-txt {
  font-size: 3.0rem;
  font-weight: bold;
  background-color: #FFEDEF;
  padding: 23px;
}

.plan_cts_plice-txt span {
  color: #D186A7;
}

.plan_cts_plice_note {
  margin-top: 30px;
}

.plan_cts_plice_note p {
  display: inline-block;
  font-size: 1.8rem;
}

.plan_plice-img {
  margin-top: 37px;
}

.plan_plice-img p{
  text-align: left;
  font-size: 12px;
}

.plan_txt_note{
  font-size: 20px;
  margin-top: 52px;
  font-weight: bold;
}

.plan_txt_red {
  margin-top: 10px;
  font-size: 21px;
  font-weight: bold;
  border: dotted 4px #E60020;
  border-radius: 32px;
  padding: 13px;
  color: #E60020;
  margin-bottom: 40px;
}

.plan_notes {
  margin: 15px auto 0;
}

.plan_notes p {
  background-color: #EFEEEC;
  padding: 20px 26px 21px;
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: -0.07em;
  line-height: 1.57;
}

.plan_2nd-notes{
  margin-top: 19px;
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: -0.07em;
  line-height: 1.57;
}

.plan_2nd-notes a{
  color: #E6021F;
  text-decoration: underline;
}

@media screen and (max-width:960px) {
  #plan {
    margin-top: 60px;
  }

  #plan .cmt {
    padding-left: 0;
    justify-content: center;
    align-items: start;
    display: inline-flex;
    left: -3px;
  }

  #plan .cmt_person {
    position: relative;
    left: 3px;
  }

  #plan .cmt picture {
    position: relative;
    left: 3px;
    top: 4px;
  }

  .plan-tab {
    margin-top: 40px;
  }

  .plan-select_ttl {
    font-size: 1.6rem;
  }

  .tabs {
    margin-top: 4px;
  }

  .tab_item {
    width: calc(100% / 2 + -4px);
    height: 44px;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 45px;
    margin: 4px 4px 0 0;
  }

  #index02 .tab_item{
    font-size: 1.1rem;
  }

  .tab_content_description {
    margin-top: 10px;
  }

  .plan_ttl {
    padding: 17px 0 14px 0;
    border-radius: 10px 10px 0 0;
  }

  .plan_ttl p {
    zoom:0.5;
    -moz-transform: scale(0.5);
    margin: 0 auto;
  }

  .plan_ttl img.sp{
    zoom:1;
    -moz-transform: scale(1);
  }

  .plan_cts {
    border: solid 2px #D1D1D1;
    border-top: none;
    padding: 13px 12px 0;
  }

  .plan_cts_plice-ttl {
    padding: 11px;
  }

  .plan_cts_plice-txt {
    font-size: 1.8rem;
    text-align: center;
    padding: 20px 30px 17px;
  }

  .plan_cts_plice_note {
    margin-top: px;
  }

  .plan_cts_plice_note p {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .plan_plice-img {
    margin-top: 12px;
  }

  .plan_txt_note{
    margin-top: 28px;
    font-size: 1.5rem;
    text-align: left;
  }

  .plan_txt_red {
    font-size: 1.6rem;
    padding: 8px 12px 7px;
    border-radius: 9px;
    text-align: left;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .plan_notes {
    margin: 10px 0 0;
  }

  .plan_notes p {
    padding: 10px 11px 11px;
  }

  .plan_2nd-notes{
    margin: 17px 0 28px;
  }
}

/* Q£¦A 
================================ */
#qa {
  margin-top: 179px;
}

#qa h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-right: 131px;
}

#qa h3 img:nth-of-type(2) {
  padding-top: 52px;
}

.accordion-container {
  margin: 0px auto;
  width: calc(100% - 25px*2);
  text-align: left;
}

.accordion-list:not(:first-child) {
  margin-top: 18px;
}

.accordion-title {
  cursor: pointer;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 33px 31px 32px;
  position: relative;
}

/* +-¥Ü¥¿¥ó */
.accordion-title::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 4px;
  width: 36px;
  border-radius: 4px;
  background: #F42137;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.accordion-title::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 4px;
  width: 36px;
  border-radius: 4px;
  background: #F42137;
  transition: all .3s ease-in-out;
}

.accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-title.open::after {
  opacity: 0;
}

.accordion-text-box {
  display: none;
}

.accordion-text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 40px;
}

.accordion-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.accordion-list {
  border: #F42137 solid 2px;
  border-radius: 46px;
}

dd .accordion-text {
  padding: 5px 65px 34px 31px;
}

.accordion-text p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 3px;
  color: #F42137;
}

@media screen and (max-width:960px) {
  #qa {
    margin-top: 98px;
  }

  #qa h3 {
    gap: 13px;
    padding-right: 40px;
  }

  #qa h3 img:nth-of-type(2) {
    padding-top: 0px;
  }

  #qa h3 img:nth-of-type(1) {
    width: 60px;
  }

  #qa h3 img:nth-of-type(2) {
    width: 225px;
  }

  .accordion-container {
    min-width: 325px;
    margin: -12px auto;
    position: relative;
    z-index: 1;
    background-color: #FFF;
  }

  .accordion-list {
    border-radius: 26px;
  }

  .accordion-title {
    font-size: 1.6rem;
    padding: 29px 60px 20px 18px;
  }

  .accordion-title>img,
  dd .accordion-text>img {
    zoom: 0.7;
    -moz-transform: scale(0.7);
  }

  dd .accordion-text {
    padding: 1px 57px 20px 18px;
  }

  .accordion-text p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 0;
  }

  .accordion-title::before,
  .accordion-title::after {
    width: 26px;
    right: 14px;
    top: 38%;
  }
}


/* flow
================================ */
#flow {
  margin-top: 147px;
}

#flow h3 {
  padding-left: 15px;
}

.flow_box {
  display: flex;
  text-align: left;
  width: calc(100% - 25px*2);
  margin: 0 auto 21px;
  border-radius: 30px;
  align-items: center;
  border: #F42137 solid 2px;
  position: relative;
}

.flow_box:nth-of-type(1) {
  margin-top: 34px;
}

.flow_box:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 23px;
  background-color: #F58531;
  position: absolute;
  left: 51%;
  bottom: -24px;
  margin-left: -7px;
}

.flow_box_img {
  display: flex;
  align-items: center;
  white-space: nowrap;
  background-color: #F42137;
  border-radius: 23px 0 0 25px;
  padding: 35px 0 34px 29px;
  width: 294px;
}

.flow_box:nth-of-type(2) .flow_box_img {
  padding: 47px 0 46px 29px;
}

.flow_box:nth-of-type(3) .flow_box_img {
  padding: 31px 0 32px 29px;
}

.flow_box:nth-of-type(5) .flow_box_img {
  padding: 37px 0 37px 29px;
}

.flow_box:nth-of-type(6) .flow_box_img {
  padding: 33px 0 33px 29px;
}

.flow_box p {
  max-width: 564px;
  height: auto;
  font-size: 16px;
  line-height: 1.625;
  padding: 0 24px 0 23px;
}

.flow_box_p {
  font-size: 14px !important;
  padding-top: 10px !important;
}

img.flow_icon {
  margin: 0 12px 0 8px;
}

@media screen and (max-width:960px) {
  #flow {
    margin-top: 109px;
  }

  #flow h3 {
    padding-left: 0px;
    width: 244px;
    margin: 0 auto;
  }

  .flow_box {
    flex-direction: column;
    border-radius: 26px;
    border: #F42137 solid 3px;
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 18px;
  }

  .flow_box_img {
    border-radius: 19px 19px 0 0;
    padding: 24px 0 23px 14px;
    width: 100%;
  }

  .flow_box:nth-of-type(1) {
    margin-top: 15px;
  }

  .flow_box_img img:nth-of-type(1) {
    zoom: 0.8;
    -moz-transform: scale(0.8);
  }

  .flow_box:nth-of-type(2) .flow_icon {
    margin: 0 6px 0 0;
  }

  .flow_box_img img:nth-of-type(2) {
    width: 36px;
  }

  .flow_box:nth-of-type(2) .flow_box_img {
    padding: 21px 0 21px 14px;
  }

  .flow_box:nth-of-type(3) .flow_box_img {
    padding: 23px 0 22px 14px;
  }

  .flow_box_img img:nth-child(3) {
    zoom: 0.7;
    -moz-transform: scale(0.7);
  }

  .flow_box_img img:nth-of-type(3){
    margin-left: 4px;
  }

  .flow_box:nth-of-type(4) .flow_box_img img:nth-of-type(3){
    zoom: 1;
    -moz-transform: scale(1);
  }

  .flow_box:nth-of-type(5) .flow_box_img {
    padding: 20px 0 23px 14px;
  }

  .flow_box:nth-of-type(6) .flow_box_img {
    padding: 20px 0 23px 14px;
  }

  .flow_box_img img.flow_text {
    width: 40px;
  }

  img.flow_icon {
    margin: 0 0px 0 6px;
  }

  .flow_box p {
    min-width: 318px;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 19px 10px 0;
  }

  .flow_box_p {
    padding-top: 9px !important;
  }
}

/* notes
============================================== */
#notes {
  margin-top: 145px;
}

#notes h3 {
  padding-left: 15px;
}

#notes ul {
  font-size: 16px;
  max-width: 850px;
  margin-top: 38px;
  margin-left: 29px;
  line-height: 1.625;
}

#notes li {
  text-indent: -1em;
  padding-left: 1em;
}

#notes li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #F42137;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 2px;
}

@media screen and (max-width:960px) {
  #notes {
    margin-top: 99px;
  }

  #notes h3 {
    width: 132px;
    padding-left: 0;
    margin: 0 auto;
  }

  #notes ul {
    font-size: 1.6rem;
    line-height: 1.75;
    min-width: 322px;
    margin-top: 30px;
    margin-left: 4px;
  }
}

/* foot
============================================ */
#foot {
  margin-top: 89px;
}

#foot .cmt {
  padding-left: 59px;
  display: inline-flex;
  align-items: start;
}

#foot .btn {
  margin-top: 49px;
}

@media screen and (max-width:960px) {
  #foot {
    margin-top: 0;
  }

  #foot .cmt {
    padding-left: 0;
    justify-content: center;
  }

  #foot .cmt .cmt_person {
    position: relative;
    left: -3px;
  }

  #foot .cmt picture {
    padding-top: 17px;
  }

  #foot .btn {
    margin-top: 40px;
    gap: 0;
  }
}

/* footer */

#footer .l-footer_inner .l-footer_branch {
  max-width: 736px !important;
}

.p-grid_container {
  margin-top: 35px !important;
}

#index01 .p-grid_container {
  position: relative;
  left: 28px;
}

.p-text_01-small {
  font-size: 1.6rem !important;
  line-height: 1.375;
}

.p-text_01-footer {
  margin: 32px 0 !important;
}

@media screen and (max-width:960px) {
  .p-grid_container {
    margin-top: 10px !important;
  }

  .p-grid_container {
    position: inherit;
  }

  p.p-text_01-small.p-text_01-footer {
    margin: 27px 10px 46px !important;
    font-size: 1.3rem !important;
    line-height: 1.46 !important;
  }
}

@media screen and (max-width:747px) {
  #footer .l-footer_sharelist ul {
    text-align: center;
  }

  #footer .l-footer_sharelist {
    padding: 30px 0 !important;
  }

  #footer .l-footer_sharelist li {
    margin-right: 22px;
    width: 22px;
    height: 20px;
  }

  #footer img.sp{
    zoom:1;
    -moz-transform: scale(1);
  }
}

/* ·¨ÈË 
============================================================*/
/* btn */
#index02 #top .btn {
  padding-bottom: 100px;
}

@media screen and (max-width:960px) {
  #index02 #top .btn {
    padding-bottom: 19px;
  }
}

/* #solar-life */
#index02 #solar-life {
  background-color: #EEF7FF;
}


/* merit */
#index02 .merit-img01,
#index02 .merit-img03 {
  padding-top: 24px;
  padding-left: 0px;
}

@media screen and (max-width:960px) {
  #index02 .merit-img01 {
    padding-top: 30px;
  }

  #index02 .merit-img02 {
    padding-top: 0;
    padding-bottom: 11px;
    padding-right: 3px;
  }

  #index02 .merit-img03 {
    padding-top: 6px;
  }
}


/* service */
#index02 .during-txt {
  height: 427px;
}

#index02 .during-txt img {
  margin-top: 30px;
}

#index02 .during .service_img01 {
  margin-top: 74px;
}

#index02 .during .service_system_ttl {
  margin-top: 43px
}

#index02 .during .service_system_txt {
  padding: 10px 7px 21px 0;
}

#index02 .after .service_img01 {
  margin-top: 44px
}

#index02 .after .service_system_txt {
  margin-top: 23px;
}

#index02 .after .service_system_img {
  margin-top: 18px;
}

@media screen and (max-width:960px) {
  #index02 #service {
    margin-top: 134px;
  }

  #index02 .during-txt {
    margin-top: 6px;
    height: inherit;
  }

  #index02 .during-txt img {
    zoom: 0.3;
    margin-top: 35px;
    width: 60%;
    -moz-transform: scale(1);
  }

  #index02 #service .during .cmt img :nth-of-type(1) {
    width: 59px;
  }

  #index02 #service .during .cmt{
    margin-top: 25px;
  }

  #index02 #service .during .cmt img.sp {
    position: relative;
    left: -36px;
    top: 27px;
  }

  #index02 .during .service_img01 {
    margin-top: 44px;
  }

  #index02 #service .after .cmt{
    margin-top: 14px;
  }

  #index02 .during .service_system_ttl {
    margin-top: 33px;
  }

  #index02 .during .service_system_txt {
    padding: 11px 0px 12px 0;
  }

  #index02 .service_arrow {
    margin-top: 73px;
    margin-bottom: 50px;
  }

  #index02 .after .service_system_txt {
    margin-top: 32px;
  }
}

/* plan */
#index02 #plan {
  margin-top: 150px;
}

#index02 .plan-tab {
  margin-top: 71px;
}

#index02 .tabs {
  margin-top: 4px;
}

#index02 .tab_item {
  width: calc(100%/2 + -8px);
  margin: 10px 16px 0 0;
}

#index02 .tab_item:nth-of-type(2) {
  margin-right: 0;
}

#index02 .tab_content_description {
  margin-top: 22px;
}

#index02 .plan_cts_plice_note p {
  margin-left: 35px;
}

#index02 .plan_plice-img {
  margin-top: 45px;
}

@media screen and (max-width:960px) {
  #index02 #plan {
    margin-top: 60px;
  }

  #index02 .plan-tab {
    margin-top: 40px;
  }

  #index02 .tab_item {
    width: calc(100%/2 + -6px);
    margin: 7px 10px 0 0;
  }

  #index02 .tab_content_description {
    margin-top: 10px;
  }

  #index02 .plan_ttl {
    padding: 17px 0 17px 0;
  }

  #index02 .plan_cts_plice_note p {
    margin-left: 0;
    letter-spacing: -0.04em;
  }

  #index02 .plan_plice-img {
    margin-top: 28px;
  }
}

/* qa */
#index02 #qa {
  margin-top: 113px;
}

#index02 #qa h3 {
  gap: 9px;
  padding-right: 121px;
}

#index02 #qa h3 img:nth-of-type(2) {
  padding-top: 62px;
}

@media screen and (max-width:960px) {
  #index02 #qa {
    margin-top: 72px;
  }

  #index02 #qa h3 {
    gap: 8px;
    padding-right: 31px;
  }

  #index02 #qa h3 img:nth-of-type(1) {
    zoom:0.9;
    -moz-transform: scale(0.9);
  }

  #index02 #qa h3 img:nth-of-type(2) {
    width: 225px;
    padding-top: 0;
  }
}

/* flow */
@media screen and (max-width:960px) {
  #index02 #flow {
    margin-top: 103px;
  }

  #index02 .flow_box:nth-of-type(2) {
    padding-bottom: 50px;
  }
}

/* notes */
@media screen and (max-width:960px) {
  #index02 #notes {
    margin-top: 120px;
  }

  #index02 #notes ul {
    margin-top: 40px;
  }

  #index02 #solar-life .bg-white {
    padding: 37px 15px 45px;
  }
}

/* foot */
#index02 #foot .btn {
  margin-top: 55px;
}

#footer_copyright address{
  text-align: left;
}

.p-gototop a {
  display: block;
  background: rgba(0,0,0,0.7);
  text-align: center;
  color: #fff;
  padding: 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  z-index: 2;
}

.p-gototop a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  margin: 5px auto 0;
}