@charset "utf-8";

/* style-number-info.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Number-info
 * **************************************************
 */

/* Number-info
------------------------------------------------------------------- */
/* Content */
.number-info .content__inner {
  margin: 70px auto 0 auto;
  padding: 0 50px;
  max-width: 1080px;
}


/* Table */
.common-table.number-info {
  border: 1px solid #6e767e;
}

.common-table.number-info tbody th {
  width: 30%;
  text-align: left;
}
.common-table.number-info tbody th,
.common-table.number-info tbody td {
  border: 1px solid #6e767e;
}

/* Paragraph */
.content__layout__section p > strong {
  color: #ff0000;
  font-weight: 700;
}
.content__layout__section .pub-acct {
  margin: 40px 0 0 0;
}
.content__layout__section .pub-acct + .link-btn-ext {
  margin-top: 10px;
}

.content__layout__section h3 + .desc-list {
  margin-top: 20px;
}
.content__layout__section .desc-list + h3 {
  margin-top: 40px;
}
.content__layout__section .wt_40 {
  width: 40%;
}
.content__layout__section .how-to {
  padding: 0 160px;
}

/* Anchor Position */
#Howto {
  scroll-margin-top: 210px;
}
@media screen and (max-width: 767px) {
  .number-info .content__inner {
    margin: 50px 0 0 0;
    padding: 0 15px;
    max-width: none;
  }

  /* Table */
  .common-table.number-info tbody th {
    width: 45%;
  }
  .content__layout__section .wt_40 {
    width: 100%;
  }
  .content__layout__section .how-to {
    padding: 0;
  }

  /* Anchor Position */
  #Howto {
    scroll-margin-top: 80px;
  }
}