@charset "UTF-8";

/*help*/
.c_helpText:not(:first-child) {
  margin-top: 50px;
}
.c_helpText.-large p {
  text-align: center;
  font-size: 1.25rem;
}
.c_helpBox:not(:first-child) {
  margin-top: 50px;
}
.c_helpBox + .c_helpBox:not(:first-child) {
  margin-top: 30px;
}
.c_helpBox {
  counter-reset: number 0;
  border: 4px solid #ECECEC;
}
.c_helpBox > div {
  width: calc(100% - 30px);
  max-width: 722px;
  margin: auto;
  padding: 50px 0;
}
.c_helpBox .title + div:not(:first-child) {
  margin-top: 40px;
}
.c_helpBox .title p {
  text-align: center;
  font-size: 1.375rem;
}
.c_helpBox .text:not(:first-child) {
  margin-top: 40px;
}
.c_helpBox .text.-num > div {
  position: relative;
  padding-left: 1.2em;
}
.c_helpBox .text.-num > div:not(.pb-handle):before{
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}
.c_helpBox .text ul {
  position: relative;
  padding-left: 1em;
}
.c_helpBox .text ul li {
  text-indent: -1em;
}
.c_helpBox .image:not(:first-child) {
  margin-top: 20px;
}
.c_helpBox .image img {
  max-width: 100%;
}
.c_helpTable:not(:first-child) {
  margin-top: 30px;
}
.c_helpTable table {
  width: 100%;
  border: 2px solid #D8D8D8;
}
.c_helpTable table th,
.c_helpTable table td {
  padding: 15px 30px;
  background: #fff;
  border: none;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}
.c_helpTable table th {
  background: rgb(244,244,244);
}
@media screen and (max-width: 768px) {
  .c_helpText:not(:first-child) {
    margin-top: 30px;
  }
  .c_helpText.-large p {
    text-align: center;
    font-size: 1rem;
  }
  .c_helpBox:not(:first-child) {
    margin-top: 30px;
  }
  .c_helpBox + .c_helpBox:not(:first-child) {
    margin-top: 15px;
  }
  .c_helpBox > div {
    padding: 30px 0;
  }
  .c_helpBox .title + div:not(:first-child) {
    margin-top: 20px;
  }
  .c_helpBox .title p {
    font-size: 1rem;
  }
  .c_helpBox .text:not(:first-child) {
    margin-top: 30px;
  }
  .c_helpBox .text,
  .c_helpBox .text p {
    font-size: 0.9375rem;
  }
  .c_helpBox .image:not(:first-child) {
    margin-top: 10px;
  }
  .c_helpTable table {
    font-size: .875rem;
  }
  .c_helpTable table,
  .c_helpTable thead,
  .c_helpTable tbody,
  .c_helpTable tr,
  .c_helpTable th,
  .c_helpTable td {
    display: block;
    width: 100%!important;
    height: auto!important;
  }
  .c_helpTable table th,
  .c_helpTable table td {
    padding: 10px 15px;
  }
}