@charset "UTF-8";

/* CSS Document */

/* .nav-service {
  display: none;
} */

.nav-service {
  border-bottom: 3px solid #80CED7 ;
}

.main {
  padding-top: 70px;
  text-align: left;
}

.page-header {
  text-align: center;
}

.box__sp {
  display: none;
}

.box__pc {
  position: relative;
  display: flex;
  margin-bottom: 60px;
}

.box-blue {
  position: relative;
  width: 70%;
  max-width: 770px;
  height: 450px;
  border-radius: 33px;
  background-color: #80CED7;
}

.number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 45px 30px 0 50px;
  color: #80CED7;
  background-color: #FFF;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
}

.box-blue__title {
  display: flex;
}

.box__pc h2 {
  display: inline;
  padding: 60px 0 40px;
  color: #FFF;
  border-bottom: 2px solid #FFF;
  font-size: 2.8rem;
  font-weight: 500;
}

.box-white {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -1px;
  bottom: -1px;
  width: 81.81%;
  max-width: 630px;
  height: 260px;
  padding: 0 45px;
  border-radius: 33px 0 0 0;
  background-color: #FAFAFA;
}

.picture {
  position: absolute;
  width: 29.54%;
  max-width: 325px;
  padding: 1.81%;
}

.picture1,
.picture3 {
  top: 50%;
  right: 0;
  translate: 0 -50%;
}

.picture2,
.picture4 {
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.reverse {
  flex-direction: row-reverse;
}

/* パッケージソフト指導　内容PC */
.detail__pc {
  margin: 80px auto 120px;
}

.soft {
  display: block;
  margin-left: 35px;
  font-size: 2.4rem;
  font-weight: 500;
}

.text-first {
  color: #007EA7;
  font-size: 2.8rem;
  font-weight: 600;
}

th,
td {
  border: 2px solid #FFF;
  text-align: center;
  vertical-align: middle;
}

th {
  height: 50px;
  color: #FFF;
  background-color: #007EA7;
  font-size: 2.0rem;
  font-weight: 500;
}

td {
  height: 80px;
  background-color: #F6FDFD;
}

.table {
  width: 68.36%;
  max-width: 750px;
  table-layout: fixed;
  margin: 45px auto 80px;
  border-collapse: collapse;
}

.annotation {
  margin-right: auto;
  margin-left: auto;
  color: #CC80CE;
  text-align: center;
}

/* PSS 神戸オリジナル保守サービスプランPC */
.psskobe_original__pc {
  margin-bottom: 145px;
}

.psskobe_original__heading {
  padding: 60px 0;
  color: #007EA7;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
}

.psskobe_original__lead {
  margin-bottom: 70px;
}

.annotation-cost {
  display: inline-block;
  padding-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #CC80CE;
}

.example__content {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.example__content span {
  font-weight: 600;
}

.example {
  display: block;
  text-align: center;
  font-weight: 600;
}

.icon {
  width: 10.9%;
  max-width: 120px;
  margin: 0 30px;
}





@media(max-width:1200px) {
  .main {
    padding: 70px 2.72% 0;
  }
}

@media(max-width:850px) {
.box__pc {
  display: none;
}
.box__sp {
  display: block;
  margin-bottom: 60px;
}

.section-04 .box__sp {
  margin-bottom: 100px;
}

.box-blue {
  position: static;
  width: 100%;
  height: auto;
  padding-bottom: 4%;
  border-radius: 0 33px 0 33px;
  background-color: #80CED7;
}

.box-blue__title {
  display: flex;
  padding: 15px 4.76% 0;
  margin-bottom: 30px;
}

.number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 15px 3.17% 0 0 ;
  color: #80CED7;
  background-color: #FFF;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
}

.box__sp h2 {
  display: inline;
  padding: 19px 0 12px;
  color: #FFF;
  border-bottom: 2px solid #FFF;
  font-size: 1.8rem;
  font-weight: 500;
}

.box-white {
  position: unset;
  display: flex;
  flex-wrap: wrap;
  width: 90.46%;
  max-width: 800px;
  height: auto;
  right: unset;
  bottom: unset;
  padding: 30px 7.93%;
  margin: 0 auto;
  border-radius: 0 33px 0 33px;
  background-color: #FAFAFA;
  font-size: 1.6rem;
}

.picture {
  position: unset;
  width: 57.14%;
  max-width: 180px;
  padding: 0;
  margin-bottom: 30px;
  z-index: 1;
}

.picture1,.picture2,
.picture3,.picture4  {
  top: unset;
  right: unset;
  translate: unset;
}

.reverse {
  flex-direction: unset;
}

.instruct__lead {
  margin-bottom: 57px;
}

/* パッケージソフト指導　内容SP */
.detail__pc {
  display: none;
}

.soft {
  display: block;
  margin-left: 24px;
  font-size: 1.4rem;
  font-weight: 500;
}

.text-first {
  color: #007EA7;
  font-size: 1.6rem;
  font-weight: 600;
}

th,
td {
  border: 2px solid #FFF;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}

th {
  height: 40px;
  color: #FFF;
  background-color: #007EA7;
  font-weight: 500;
}

td {
  height: 40px;
  background-color: #F6FDFD;
}

.table {
  width: 85.71%;
  max-width: 750px;
  margin: 20px auto 45px;
  border-collapse: collapse;
}

.annotation {
  margin-right: auto;
  margin-left: auto;
  color: #CC80CE;
  text-align: left;
}

.maintenance__lead {
  margin-bottom: 57px;
}

  /* PSS 神戸オリジナル保守サービスプランSP */
  .psskobe_original__pc {
    display: none;
  }

  .psskobe_original__sp {
    margin-bottom: unset;
  }
  
  .psskobe_original__heading {
    padding: unset;
    margin-bottom: 35px;
    color: #007EA7;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
  }
  
  .psskobe_original__lead {
    margin-bottom: 70px;
    font-size: 1.4rem;
  }
  
  .annotation-cost {
    display: inline-block;
    padding-top: 20px;
    margin-right: auto;
    margin-left: auto;
    color: #CC80CE;
  }
  
  .example__content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .example {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .example__content p {
    font-size: 1.4rem;
  }

  .example__content span {
    font-weight: 600;
  }
  
  .icon {
    width: 11.11%;
    max-width: 35px;
    margin: 0 5px 0 0;
  } 
}

@media(max-width:490px) {
.box-white {
  padding: 30px 4.76%;
}
  .table {
    width: 100%;
  }
}
