
:root {
	--main-color: #008573;
  --sub-color:#D9EDEA;
  --accent-color:#BFE0DC;
}

.basic-page .pagesection{
  line-height: 1.6em;
}
.basic-page .pagesection.normal{
  margin: 80px auto!important;
  box-sizing: border-box;
}
.basic-page .pagesection.attention{
  padding-top: 1rem;
}
.basic-page .pagesection.attention p{
  line-height: 1.6em;
  font-size: 14px;
}

.basic-page .pagesection.white{
  background-color: white;
  padding: 40px;
  box-sizing: border-box;
}
.sp_only{
  display: none;
}

.basic-page .header2{
    padding-bottom: 1rem;
    display: inline-block;
}
.basic-page .header2 strong{
  font-size: 44px;
}
.basic-page .header2.small {
    font-size: 24px;
}


@media (max-width: 767px) {
  .basic-page .pagesection.normal{
    margin: 40px auto!important;
  }
  .basic-page .pagesection.white{
    padding: 20px;
  }
  .basic-page .header2{
    font-size: 28px!important;
  }
  .basic-page .header2 strong{
    font-size: 36px;
  }
  .sp_only{
    display: inline;
  }
  .basic-page .header2{
    padding-bottom: .5rem;
  }
  .basic-page .header2.small {
      font-size: 20px!important;
  }

}

.list-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
.list-flex .flex-right-list{
  width: 55%;
}
.list-flex .flex-right-list li{
  margin: 1.5rem 0;
  line-height: 150%;
  position: relative;
  padding-left: 1.6rem;
  font-size: 22px;
  font-weight: bold;
}
.list-flex ul.flex-right-list li::before{
  content: "●";
  color: var(--main-color);
  position: absolute;
  top: 0;
  left: 0;
}

.list-flex ol.flex-right-list{
  list-style-type: none;
   counter-reset: li;
}
.list-flex ol.flex-right-list li{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: .3em;
    padding-left: 2rem;
}
.list-flex ol.flex-right-list li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-top: .3rem;
    margin-right: 5px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: .3rem;
    left: 0;
}
.list-flex ol.flex-right-list li small{
  display: block;
  font-size: 18px;
  font-weight: normal;
}

.list-flex .img{
  width: 42%;
}
.list-flex .img img{
  width: 100%;
}
@media (max-width: 767px) {
  .list-flex{
    padding: 20px 0;
  }
  .list-flex .img,
 .list-flex .flex-right-list{
    width: 100%;
  }
  .list-flex .flex-right-list li{
    font-size: 18px;
    margin: 1rem 0;
  }
  .list-flex ol.flex-right-list li{
    padding-left: 1.6rem;
  }
  ol.flex-right-list li small{
    font-size: 14px;
  }
}

.example-product,
.example-car{
  padding: 20px 0;
}


.product-flex,
.car-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
  text-align: center;
  line-height: 1.4rem;
}
.product-flex > div{
  width: 24%;
  text-align: center;
}
.product-flex > div >img{
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px auto;
}
.car-flex > div{
  width: 19%;
}
.car-flex > div >img{
  width: 100%;
  margin: 0 auto 10px auto;
}
@media (max-width: 767px) {
  .product-flex,
  .car-flex{
    padding: 20px 0;
  }
  .product-flex > div{
    width: 48%;
    margin-bottom: 10px;
  }
  .car-flex{
    justify-content: center;
    gap: 5px;
  }
  .car-flex > div{
    width: 32%;
    margin-bottom: 10px;
  }
  .car-flex > div >img{
    margin-bottom: 0;
  }
}

.form-bt-wrap{
  padding: 30px 0;
  text-align: center
}
.form-bt-wrap a.form-bt{
  display: flex;
  padding: 20px 20px;
  font-size: 22px;
  max-width:20rem;
  justify-content: center;
  align-items: center;
  background: var(--main-color);
  color: white;
  margin: auto;
}
.form-bt-wrap a.form-bt:hover{
  opacity: 0.7;
}
.form-bt-wrap a.form-bt::after{
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(../../../content/dam/panasonic/jp/company/pce/our-business/installation/arrow.svg) no-repeat center center/100%;
  margin-left: .5rem;
}
@media (max-width: 767px) {
  .form-bt-wrap a.form-bt{
    font-size: 20px;
  }
}


.data-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.data-flex > div{
  width: 18%;
  text-align: center;
  line-height: 1.6em;
}
.data-flex > div img{
  width: 80%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

@media (max-width: 767px) {
  .data-flex{
    justify-content: center;
    gap: 0 10px;
  }
  .data-flex > div{
    width: 48%;
  }
}

/*データ復旧　移行*/

.wrapper_types {
  width: 1024px;
  margin: auto;
}

.merit_container {
  display: flex;
}

.types {
  display: flex;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  width: 80%;
  align-items: center;
  gap: 0 30px;
}

.type_a {
  position: relative;
  width: 48%;
}

.type_b {
  position: relative;
  width: 48%;
}

.shape_1 {
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  background-color: var(--main-color);
  width: 80px;
  height: 160px;
  padding-left: 0;
  position: relative;
}

.shape_2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4.5% 100%);
  background-color: var(--sub-color);
  width: 328px;
  height: 80.5px;
  color: var(--main-color);
  position: absolute;
  left: 73px;
  top: 0px;
  text-align: left;
}

.parent {
  position: relative;
}

.shape_3 {
  clip-path: polygon(4.5% 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 73px;
  top: 80px;
  width: 328px;
  height: 80px;
  background-color: var(--accent-color);
  letter-spacing: 0.1em;
}

.shape_1 p {
  color: #fff;
  font-weight: bolder;
  font-size: 34px;
  padding-top: 62px;
  /*padding-left: 2px;*/
  margin-left: -10px;
  text-align: center;
}

.shape_2 p {
  font-size: 20px;
  padding-left: 30px;
  padding-top: 22px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.shape_2 p:last-child {
  font-size: 10px;
  text-align: left;
  padding-top: 3px;
  letter-spacing: 0.12em;
  line-height: 2em;
}

.shape_3 :first-child {
  text-align: left;
  padding-left: 30px;
  font-size: 14px;
  padding-top: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}


@media (max-width: 767px) {
  .wrapper_types{
    width: 100%;
  }
  .types{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .type_a,
  .type_b {
    width: 100%;
    margin-bottom: 1rem;
  }
  .shape_1{
    width: 60px;
  }
  .shape_1 p{
    font-size: 24px;
  }
  .shape_2,
  .shape_3{
    width: calc(100% - 60px);
    left: 60px;
  }
  .shape_2{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
  }
  .shape_3{
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%);
  }
  .shape_2 p,
  .shape_3 p,
  .shape_3 :first-child{
    padding-left: 20px;
  }
  .shape_3 p,
  .shape_3 :first-child{
    font-size: 12px;
  }
  .shape_3 p br{
    display: none;
  }
}

.inner_title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 57px;
  letter-spacing: 0.12em;
}

#table_main_wrapper{
  width: 90%;
  margin: 20px auto 40px auto;
}
#table_main_wrapper #table_main,
#table_main_wrapper #tbody_main {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
@media (max-width: 767px) {
  .service{
    overflow: hidden;
  }
  #table_main_wrapper{
    width: 100%;
  }
  .table-wrapper{
    overflow-x:scroll;
    padding: 10px 0;
  }
  #table_main_wrapper #table_main{
    width: 800px;
  }
  #table_main_wrapper #table_main{
    white-space: nowrap;
  }
}

#table_main_wrapper th.th_main {
  font-size: 18px;
  height: 30px;
  font-weight: 400;
  color: #fff;
  background-color: var(--main-color);
  border-left: solid 1px #fff;
  border-bottom: none;
  padding-top: 10px;
  letter-spacing: 0.1em;
}

#table_main_wrapper th.th_main{
  width: 15%;
}
#table_main_wrapper th.th_main:nth-child(1),
#table_main_wrapper th.table_left,
#table_main_wrapper th.table_left_last {
  width: 10%;
  padding: 10px auto;
}
/*
#table_main_wrapper th.th_main:nth-child(2) {
  width: 138px;
}

#table_main_wrapper th.th_main:nth-child(3) {
  width: 155px;
}

#table_main_wrapper th.th_main:nth-child(4) {
  width: 138px;
}

#table_main_wrapper th.th_main:nth-child(5) {
  width: 138px;
}

#table_main_wrapper th.th_main:nth-child(6) {
  width: 125px;
}

#table_main_wrapper th.th_main:nth-child(7) {
  width: 160px;
}*/



#table_main_wrapper td.td_main {
  border-left: solid 1px #ccc;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 15px;
}

.td_note_1 {
  position: relative;
  padding-top: 0;
  letter-spacing: 0.1em;
  text-align: center;
}

.note_1 {
  position: absolute;
  font-size: 10px;
  top: 0px;
  left: 128px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .note_1 {
    top: 0px;
    left: 119px;
  }
}

#table_main th.table_left {
  font-weight: 700;
  color: #202020;
  background-color: #fff;
  font-size: 22px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  border-right: #ccc 1px solid;
}

#table_main th.table_left_second {
  font-weight: 700;
  color: #202020;
  background-color: #fff;
  font-size: 22px;
  padding-top: 12px;
  margin: 0;
  height: 20px;
  border-right: #ccc 1px solid;
  border-left: hidden;
}

#table_main th.table_left_last {
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
  background-color: #fff;
  padding-top: 15px;
  border-right: #ccc 1px solid;
  letter-spacing: 0.3em;
}

#table_main tr.border {
  border-bottom: solid 1px #ccc;
  background-color: #fff;
  border-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#table_main .left_start,
#table_main .left_start_2,
#table_main .td_main,
#table_main .td_note_1,
#table_main .td_note_2 {
  border-left: solid 1px #ccc;
}

#table_main .left_start {
  text-align: left;
  padding-left: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  vertical-align: middle;
  background-color: #fff;
}

#table_main .left_start_2 {
  text-align: left;
  padding-left: 10px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  vertical-align: middle;
  background-color: #fff;
}

#table_main .left_start_3 {
  border-left: solid 1px #ccc;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  vertical-align: middle;
  background-color: #fff;
}


.grid p.note_2 {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  padding-top: 20px;
}

.grid p.note_3 {
  text-align: left;
  font-size: 10px;
  padding-top: 5px;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
}

.note_2::before {
  content: '※1 ';
  font-size: 10px;
}

.br_space::before {
  content: '　　';
}

.note_3::before {
  content: '※　';
  font-size: 10px;
}

.inner_title span {
  font-size: 20px;
  font-weight: 700;
}

.target-product{
  padding-bottom: 30px;
}

.target-flex{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  padding: 30px 0;
}
.target-flex > li{
  width: 30%;
  text-align: center;
}

.target-flex > li img{
  width: 40%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px auto;
}
.target-flex > li p{
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 1rem;
}
.target-flex > li p small{
  font-size: 11px;
}

.service-link{
  margin: 60px 0 20px 0;
}

.linklist ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
.basic-page .linklist li{
  margin-top: 0!important;
}


@media (max-width: 767px) {
  .service-link{
    margin: 20px 0 20px 0;
  }
  .target-flex{
    padding: 20px 0;
  }
  .target-flex > li{
    width: 100%;
    margin-bottom: 2rem;
  }
  .linklist ul li{
    width: 100%;
    margin-bottom: 1rem;
  }
  .linklist ul li a{
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .basic-page .linklist .style-border li a{
    text-align: center!important;
  }
  .note_2 br{
    display: none;
  }
  .br_space::before {
    content: '';
  }
}


/*事例移行*/
.conteiner_example {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 40px;
  padding: 50px;
  border-radius: 10px;
  box-sizing: border-box;
}


.example_left {
  width: 275px;
}

.left_top {
  background: transparent;
  border-left: solid 8px var(--main-color);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2em;
}


.left_top p {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}

.li_example:first-child {
  font-size: 14px;
  color: #D63E3E;
  letter-spacing: 0.12em;
}

.example_red {
  font-size: 14px;
  color: #D63E3E;
  letter-spacing: 0.2em;
}

.example_img {
  width: 238px;
  margin-top: 40px;
  /*margin: 40px 37.5px 36px 0;*/
}

.li_example {
  list-style: none;
  line-height: 1.5em;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.example_right {
  width: calc(100% - 300px);
}

.example_right h4{
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 8px;
  letter-spacing: 0.13em;
}

.example_right p{
  font-size: 14px;
  padding-bottom: 28px;
  letter-spacing: 0.12em;
  line-height: 1.94em;
}
p.example-att{
   text-align: right;
   font-size: 14px;
   margin-top: -10px;
}


@media (max-width: 767px) {
  .conteiner_example{
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .example_left,
  .example_right {
    width: 100%;
  }
  .example_right{
    padding-top: 20px;
  }
  .example_img {
    width: 100%;
    margin-top: 20px;
  }
  p.example-att{
    text-align: left;
    font-size: 12px;
    line-height: 1.4em;
  }

}

section.inq{
  text-align: center;
  line-height: 1.6em;
}
section.inq div.inq-info{
  font-size: 32px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.6em;
  padding: 1rem 0;
}

@media (max-width: 767px) {
  .basic-page .inq .header2.small{
    font-size: 18px;
  }
  section.inq div.inq-info{
    font-size: 24px;
  }
}

/*利用規約*/
.container_main {
  max-width: 1200px;
  margin: 0 auto 75px;
  border: #202020 1px solid;
  padding:50px 40px;
  background: white;
  line-height: 1.6em;
}

.p_main {
  letter-spacing: 0.001em;
}

.indent {
  text-indent: -2em;
  padding-left: 31px;
  letter-spacing: 0.001em;
}

.indent_2 {
  padding-top: 10px;
  text-indent: -2em;
  padding-left: 34px;
  letter-spacing: 0.001em;
}

.indent_2_2 {
  text-indent: -1.7em;
  padding-left: 30px;
  letter-spacing: 0.001em;
}

.span_main {
  font-size: 13px;
  letter-spacing: 0.1em;
}

.number {
  font-size: 13px;
  letter-spacing: -0.01em;
  margin-right: -0.2em;
}

.indent_3_1 {
  padding-top: 10px;
  text-indent: -2em;
  padding-left: 2em;
  letter-spacing: 0.001em;
}

.indent_3 {
  text-indent: -2.5em;
  padding-left: 2.5em;
  list-style-position: outside;
  letter-spacing: 0.001em;
}

.h3_main {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    padding-top: 42.3px;
    padding-bottom: 5.8px;
    line-height: 30px;
    letter-spacing: 0.01em;
}

.h3_main_2 {
  padding-top: 43px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5.8px;
  line-height: 30px;
  letter-spacing: 0.01em;
}


@media (max-width: 1088px) {

.container_main {
    max-width: 96vw;
    margin: 0 4vw 10vw;
    padding: 5vw 3vw 8vw;
}

  .h1_main {
    font-size: 3.5vw;
    margin-top: 7.3vw;
    margin-bottom: 6.9vw;
    letter-spacing: 0.01em;
  }
  
  .h3_main {
    font-size: 16px;
    padding-bottom:1rem;
    letter-spacing: 0.01em;
  }
  
  .p_main {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  
  .indent {
    font-size: 14px;
    text-indent: -2em;
    padding-left: 2em;
    letter-spacing: 0.01em;
  }
  
  .indent_2 {
    font-size: 14px;
    padding-top: 0.9vw;
    text-indent: -2em;
    padding-left: 3.1vw;
  }
  
  .indent_2_2 {
    font-size: 14px;
    text-indent: -1.7em;
    padding-left: 2.8vw;
  }
  
  .span_main {
    letter-spacing: 0;
    margin-right: 0.15em
  }
  
  .number {
    letter-spacing: -0.01em;
    margin-right: -0.2em;
  }
  
  .indent_3_1 {
    font-size: 14px;
    padding-top: 0.9vw;
    text-indent: -2em;
    padding-left: 2em;
  }
  
  .indent_3 {
    font-size: 14px;
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .h3_main_2 {
    font-size: 16px;
    padding-bottom:1rem;
    letter-spacing: 0.01em;
  }
}
