/******************************************************

fonts

******************************************************/
figure.wide {
  margin-bottom: 40px !important;
}

p+h3.line,
.textBox-01+h3.line {
  margin-top: 80px;
}

h4.line02 {
  display: inline-block;
  font-size: 2.2rem;
  border-bottom: #0f3371 dotted 1px;
  margin-bottom: 40px;
  font-weight: 600;
}

.textBox-01+h4.line02 {
  margin-top: 80px;
}

.textBox-01 figure {
  width: 440px;
}

.textBox-01 .text .stars {
  background: #fbfcfd;
  padding: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.textBox-01 .text .stars li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}

.textBox-01 .text .stars li em {
  font-weight: bold;
  margin-right: 1em;
  font-size: 1.4rem;
}

.textBox-01 .text .stars li p {
  color: #c09c3c;
  letter-spacing: 1px;
  font-size: 1.8rem;
}

.textBox-01 .text .stars li+li:before {
  content: "/";
  margin: 0 15px;
}

.blueBox {
  padding-bottom: 20px !important;
}

.blueBox ul.blue {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.blueBox ul.blue li {
  width: 33.333%;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 20px;
}

.blueBox ul.blue li:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0f3371;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}

.tableBox {
  margin: 80px 0 0;
}

.tableBox table {
  width: 100%;
}

.tableBox table thead th {
  border-top: rgba(15, 50, 113, 0.5) solid 1px;
  border-bottom: rgba(15, 50, 113, 0.5) solid 1px;
}

.tableBox table thead th:nth-child(1) {
  width: 20%;
  border-right: rgba(15, 50, 113, 0.5) solid 1px;
}

.tableBox table thead th:nth-child(2) {
  width: 40%;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #343538;
  text-align: center;
  border-right: rgba(15, 50, 113, 0.5) dotted 1px;
}

.tableBox table thead th:nth-child(3) {
  width: 40%;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  background: #f7f8fb;
}

.tableBox table tbody th {
  vertical-align: middle;
  text-align: left;
  padding-left: 2em;
  font-weight: normal;
  border-bottom: rgba(15, 50, 113, 0.5) solid 1px;
  border-right: rgba(15, 50, 113, 0.5) solid 1px;
}

.tableBox table tbody td:nth-child(2) {
  color: #343538;
  padding: 20px;
  border-bottom: rgba(15, 50, 113, 0.5) solid 1px;
  border-right: rgba(15, 50, 113, 0.5) dotted 1px;
  line-height: 1.5;
}

.tableBox table tbody td:nth-child(3) {
  padding: 20px;
  background: #f7f8fb;
  border-bottom: rgba(15, 50, 113, 0.5) solid 1px;
  line-height: 1.5;
  vertical-align: middle;
  font-weight: bold;
}

/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {
  figure.wide {
    margin-bottom: 20px !important;
  }

  p+h3.line,
  .textBox-01+h3.line {
    margin-top: 20px;
  }

  h4.line02 {
    display: inline-block;
    font-size: 1.8rem;
    border-bottom: #0f3371 dotted 1px;
    margin-bottom: 20px;
  }

  h4.line02:after {
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 1px;
  }

  .textBox-01+h4.line02 {
    margin-top: 40px;
  }

  .textBox-01 figure {
    width: 100%;
  }

  .textBox-01 .text {
    padding-left: 0 !important;
  }

  .textBox-01 .text .stars {
    padding: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .textBox-01 .text .stars li em {
    font-weight: bold;
    margin-right: 1em;
    font-size: 1.2rem;
  }

  .textBox-01 .text .stars li p {
    letter-spacing: 0px;
    font-size: 1.4rem;
  }

  .textBox-01 .text .stars li+li:before {
    content: "/";
    margin: 0 10px;
  }

  .blueBox {
    padding-bottom: 0px !important;
  }

  .blueBox ul.blue li {
    width: 100%;
    margin-bottom: 15px;
  }

  .tableBox {
    margin: 20px 0;
  }

  .tableBox table {
    width: 100%;
    font-size: 1rem;
  }

  .tableBox table thead th:nth-child(2) {
    width: 40%;
    padding: 10px;
  }

  .tableBox table thead th:nth-child(3) {
    width: 40%;
    padding: 10px;
  }

  .tableBox table tbody th {
    padding-left: 0em;
  }

  .tableBox table tbody td:nth-child(2) {
    padding: 10px;
  }

  .tableBox table tbody td:nth-child(3) {
    padding: 10px;
  }
}

.whitening-pg .whitening-txt{
  margin-bottom: 40px;
}