@charset "UTF-8";
/* CSS Document */


/**

----------------------------------------

main

----------------------------------------

**/

main {
  position: relative;
  background: #f3f9ff;
  z-index: 1;
  height: auto;
}

main header{
  z-index: 1000;
}



/**

----------------------------------------

#installation-record

----------------------------------------

**/
.sp_list{
  display: none;
}

#installation-record .installation-record{
  background-color: #f3f9ff;
  position: relative;
  z-index: 0;
}

#installation-record .installation-record__wrapper.description{
  margin-bottom: 0;
}

#installation-record .description__ttl{
  padding: 140px 0 34px 0;
}

#installation-record .description__txt{
  margin-bottom: 0;
  padding-bottom: 45px;
  font-size: 17px;
  letter-spacing: 0;
  color: #707070;
}

#installation-record .map__area {
  margin: 0px auto 135px;
}

.list__note__area{
  margin-bottom: 6px;
  display: flex;
  justify-content: end;
}

.list__note{
  font-size: 12px;
  width: fit-content;
  line-height: 1.3;
  letter-spacing: 0;
}

.contents__subTitle{
  text-align: center;
  font-size: 24px;
  color: #2f75b5;
  letter-spacing: 0;
}

.contents__counter{
  text-align: center;
  font-size: 18px;
  color: #4CC0D5;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: -3px;
}

.contents__counter::before,
.contents__counter::after{
  content: '';
  width: 12px;
  height: 2px;
  background-color: #4CC0D5;
  position: relative;
  top: -6px;
  display: inline-block;
  margin: 0 12px;
}

.list__contents__table{
  height: 100%;
  border-collapse: separate;
  border-spacing: 20px;
  margin: 0 -20px;
}

.list__contents__table th{
  background-color: #F1F1F1;
  border-radius: 5px;
  padding: 0;
  box-sizing: border-box;
}

.first-line th{
  width: 492px;
  padding: 15px 0 5px 18px;
  background-color: #fff;
}

.first-line th:nth-child(1){
  width: 205px;
  background-color: #fff;
}

.first-line th:nth-child(2){
  background-color: #fff;
}

.first-line th:nth-child(3){
  background-color: #fff;
}

.list__contents{
  max-width:1189px;
  width: 95%;
  margin: -90px auto 60px;
  transform: translateX(7px);
  padding-top: 90px;
}

.list__contents:nth-last-child(){
  margin: 0 0 100px 0;
}

.list__contents p{
  font-weight: bold;
}

.installation-record_wrapper.list{
  background-color: #ffffff;
  padding-top: 68px;
}

.list__contents__title{
  font-size: 28px;
  color: #707070;
  margin-bottom: -88px;
}
.list__contents__title a{
  display: block;
  position: relative;
  z-index: 1;
}

.list__contents__table tr{
  vertical-align: text-top;
  padding: 0;
  height: 100%;
}

.contents__city{
  font-size: 18px;
  color: #404040;
  padding: 20px 0 0 42px;
}

.contents__customer{
  text-align: left;
  text-indent: -21px;
  padding-left: 24px;
  display: inline-block;
  vertical-align: top;
  min-width: calc(50% - 25px);
}
.contents__customer::before{
  content: '・';
  position: relative;
  left: -2.3px;
}

.list__contents__table td{
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  height: 100%;
  border-radius: 5px;
}

.contents__td{
  /* margin-left: 20px; */
  padding: 25px 30px 36px;
  /* height: 100%; */
  /* box-sizing: border-box; */
  letter-spacing: 0.4px;
}

.content__left{
  background-color: #E5EAF5;
}

.content__right{
  background-color: #E1F2F1;
}
@media (max-width: 1200px){
  .list__contents{
    transform: translateX(0);
  }
  .contents__city{
    padding: 20px 0 0 20px;
  }
  .contents__td{
    padding: 20px 20px 26px;
  }
}

/* tab */
@media screen and (max-width: 960px){
  .map__area{
    padding-right: 0;
  }
  .map__content.hokkaido-tohoku{
    left: 46.5%;
  }
  .map__content.kanto{
    top: 69.5%;
    left: 77%;
  }
  .map__content.chubu{
    left: 31%;
  }
  .map__content.kinki{
    top: 79%;
    left: 57%;
  }
  .map__content.chugoku-shikoku{
    top: 88%;
    left: 34%;
  }
  .map__content.kyusyu-okinawa{
    left: -1.9%;
  }
  .list__contents__table{
    border-spacing: 10px 20px;
    margin: 0 -10px;
  }
  .contents__td{
    padding: 20px 10px 26px;
  }
  .contents__customer{
    text-indent: -16px;
    padding-left: 16px;
  }
}


/**

----------------------------------------

SP
#installation-record

----------------------------------------

**/

@media screen and (max-width:769px){
  .sp_list{
    display: block;
    background-color: #fff;
    padding-bottom: 80px;
    position: relative;
    z-index: -1;
  }
  .sp_list::after{
    content: '';
    position: absolute;
    background-color: #f3f9ff;
    width: 100%;
    top: 0;
    height: 50px;
  }

  .installation-record_wrapper.pc{
    display: none;
  }

  #installation-record .description__ttl{
    padding: 84px 0 6px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
  }

  #installation-record .map__area{
    width: 330px;
    margin: 66px auto 10px;
    padding-right: 0;
    padding-left: 10px;
    position: relative;
  }

  .list__contents{
    margin: 114px 0 0 0;
    padding: 0 30px;
  }
  .list__contents__title{
    font-size: 7.11vw;
    line-height: 1;
    letter-spacing: .075em;
    margin-bottom: 20px;
  }

  .installation-record_wrapper_sp{
    padding: 90px 30px 0;
    margin-bottom: -7px;
    margin-top: -50px;
  }

  .installation-record_wrapper_sp h2{
    font-size: 26px;
    line-height: 1;
    color: #707070;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .installation-record_wrapper_sp h3{
    font-size: 13px;
    color: #707070;
    font-weight: 700;
    text-align: center;
    background-color: #F1F1F1;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .contents__subTitle_sp{
    color: #2f75b5;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
  }

  .contents__counter_sp{
    color: #4CC0D5;
    margin-left: 13px;
    font-size: 15px;
    letter-spacing: 0;
    position: relative;
  }
  .contents__counter_sp::before{
    content: '';
    width: 7px;
    height: 2px;
    background-color: #4CC0D5;
    position: relative;
    top: -6px;
    display: inline-block;
    margin-right: 4px;
  }
    
  .contents__box_sp{
    border-radius: 3px;
    margin: 0 auto 15px;
    padding: 16px 14px;
  }
  .contents__box_sp.fin{
  background-color: #E5EAF5;
  }
  .contents__box_sp.admin{
  background-color: #E1F2F1;
  }
  .contents__box__item{
    text-align: left;
    text-indent: -15px;
    padding-left: 25px;
    vertical-align: top;
    color: #404040;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 1.78em;
    min-width: 40%;
    display: inline-block;
  }
  .contents__box__item::before{
    content: '・';
    position: relative;
    left: -9px;
  }
  
  .list__note__area{
    margin-top: -8px;
    margin-bottom: 16px;
  }
}