/* service05  */
/*---------------------------------------------
    page_titArea
---------------------------------------------*/
.service05__page .page_titArea {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {}

/*---------------------------------------------
ss__contents
---------------------------------------------*/
.ssc__flex-txt {
  width: 48%;
}

.ssc__h4 {
  padding-left: .75em;
  position: relative;
}

.ssc__h4 .dot {
  position: absolute;
  left: 0;
  top: 1em;
}

.ssc__box {
  padding: 2em;
}

.ssc__ul {
  list-style: disc;
  padding-left: 1em;
}

.ssc__ul li {
  line-height: 2;
}

/* cv */

.cv__btn {
  display: block;
  margin: 0 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* cv  ▲*/

.ssc__tbl {
  width: 100%;
}

.ssc__tbl th {
  white-space: nowrap;
  padding: 1em 2.5em;
  color: #3D4F72;
  font-weight: bold;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  vertical-align: middle;
}

.ssc__tbl td {
  padding: 1em 0;
  font-weight: bold;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  vertical-align: middle;
  font-weight: 400;
}

.ssc__tbl ul {
  list-style: disc;
  padding-left: 1em;
}

.ssc__tbl ul li {
  line-height: 2;
}

/* ssc03 */
.ssc03__left {
  width: 48%;
}

.ssc03__img {
  width: 48%;
}

.ss__contents03 .ssc__h4 {
  width: fit-content;
  margin: 0 auto 40px 0;
}

.ssc03__h5 {
  padding: .75em 1em;
  border: solid 1px #CE8B6F;
  text-align: center;
}

.ssc03__tbl {
  width: 100%;

}

.ssc03__tbl th {
  padding: 1em;
  background: #3D4F72;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: solid 1px #fff;
  width: 33.33%;

}

.ssc03__tbl th.bd {
  border-right: solid 1px #3D4F72;
}

.ssc03__tbl th.left {
  text-align: justify;
  padding-left: 2em;
}

.ssc03__tbl td {
  padding: 1em;
  text-align: center;
  border: solid 1px #3D4F72;
  width: 33.33%;

}

.ssc03__tbl tr:nth-child(odd) td {
  background: #F7F4F0;
}

@media screen and (max-width: 750px) {
  .ssc__flex-txt {
    width: 100%;
  }

  .ssc__box {
    padding: 2em 5%;
  }

  .ssc__ul {
    padding-left: 1em;
  }

  /* cv */
  .ssc__cv {
    padding: 15vw 0;
  }

  .cv__btn {
    display: flex;
    margin: 0 auto;
  }

  .cv__btn:first-child {
    margin-bottom: 10vw;
  }

  .cv01 .cv__btn {
    height: 18.667vw;

  }

  /* cv  ▲*/

  .ssc__tbl {
    border-top: solid 1px #707070;
  }

  .ssc__tbl th {
    width: 100%;
    display: block;
    padding: 1em 0;
    border: none;
  }

  .ssc__tbl td {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    border-top: none;
    border-bottom: solid 1px #707070;
  }

  .ssc__tbl ul {
    list-style: disc;
    padding-left: 1em;
  }

  .ssc__tbl ul li {
    line-height: 2;
  }

  /* ssc03 */
  .ssc03__left {
    width: 100%;
    margin-bottom: 10vw;
  }

  .ssc03__img {
    width: 112%;
    margin-left: -6%;
  }

  .ss__contents03 .ssc__h4 {
    width: 100%;
    margin: 0 auto 10vw 0;
    font-size: 4.8vw;
    ;
  }

  .ss__contents03 .ssc__h4 .dot {
    top: .5em;

  }

  .ssc03__h5 {
    padding: .75em 1em;
    border: solid 1px #CE8B6F;
    text-align: center;
  }

  .ssc03__tbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 3vw;
  }

  .ssc03__tbl th {
    padding: 1em;
    border: none;
    width: 50%;
    white-space: nowrap;
    border: solid 1px #fff;
    border-right: none;
    border-top: none;
  }

  .ssc03__tbl th.bd {
    border-top: solid 1px #fff;
    border-bottom: none;
  }

  .ssc03__tbl th.left {
    text-align: left;
    padding-left: 2em;
  }

  .ssc03__tbl td {
    padding: 1em;
    text-align: center;
    border: solid 1px #3D4F72;
    width: 50%;
  }

  .ssc03__tbl tr:nth-child(odd) td {
    background: #F7F4F0;
  }
 
  .ssc__flex-txt .sponly {
    display: inline;
  }
}