@charset "UTF-8";

main .iw-hero-section,
main .iw-hero-section *,
main .iw-price-section,
main .iw-price-section *,
main .iw-additional-storage-price-section,
main .iw-additional-storage-price-section *,
main .iw-additional-download-price-section,
main .iw-additional-download-price-section *,
main .iw-ai-credits-price-section,
main .iw-ai-credits-price-section *,
main .iw-bcp-price-section,
main .iw-bcp-price-section *,
main .iw-cta-section,
main .iw-cta-section * {
  box-sizing: border-box;
}

main .iw-hero-section h1,
main .iw-hero-section p,
main .iw-hero-section ol,
main .iw-hero-section li,
main .iw-price-section h2,
main .iw-price-section p,
main .iw-price-section ul,
main .iw-price-section ol,
main .iw-price-section li,
main .iw-additional-storage-price-section h2,
main .iw-additional-storage-price-section ul,
main .iw-additional-storage-price-section li,
main .iw-additional-download-price-section h2,
main .iw-additional-download-price-section ul,
main .iw-additional-download-price-section li,
main .iw-ai-credits-price-section h2,
main .iw-ai-credits-price-section p,
main .iw-ai-credits-price-section ul,
main .iw-ai-credits-price-section li,
main .iw-bcp-price-section h2,
main .iw-bcp-price-section ul,
main .iw-bcp-price-section li,
main .iw-cta-section p {
  margin: 0;
  padding: 0;
}

main .iw-hero-section img,
main .iw-hero-section svg,
main .iw-price-section img,
main .iw-price-section svg,
main .iw-additional-storage-price-section img,
main .iw-additional-storage-price-section svg,
main .iw-additional-download-price-section img,
main .iw-additional-download-price-section svg,
main .iw-ai-credits-price-section img,
main .iw-ai-credits-price-section svg,
main .iw-bcp-price-section img,
main .iw-bcp-price-section svg,
main .iw-cta-section img,
main .iw-cta-section svg {
  display: block;
  max-width: 100%;
}

main .iw-hero-section {
  padding: 0 16px;
  position: relative;
  z-index: 0;
}

main .iw-hero-section .iw-breadcrumb-container {
  padding-top: 16px;
}

@media screen and (max-width: 414px) {
  main .iw-hero-section .iw-breadcrumb-container {
    padding-top: 8px;
  }
}

main .iw-hero-section .iw-breadcrumb-container .breadcrumb {
  max-width: 1440px;
  margin: auto;
}

main .iw-hero-section .iw-breadcrumb-container .breadcrumb ol {
  list-style-type: none;
  display: flex;
}

main .iw-hero-section .iw-breadcrumb-container .breadcrumb ol li:not(:last-child) a:hover {
  opacity: 0.75;
}

main .iw-hero-section .iw-breadcrumb-container .breadcrumb ol li a {
  text-decoration: none;
  font-size: 1.25rem;
  color: #06284d;
}

@media screen and (max-width: 1440px) {
  main .iw-hero-section .iw-breadcrumb-container .breadcrumb ol li a {
    font-size: 1rem;
  }
}

main .iw-hero-section .iw-breadcrumb-container .breadcrumb ol li span {
  font-size: 1.25rem;
  color: rgba(32, 53, 77, 0.7019607843);
}

@media screen and (max-width: 1440px) {
  main .iw-hero-section .iw-breadcrumb-container .breadcrumb ol li span {
    font-size: 1rem;
  }
}

main .iw-hero-section::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  background: url(/img/ctaBG.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
}

main .iw-hero-section .iw-hero-detail {
  max-width: 920px;
  margin: auto;
  padding: 40px 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  main .iw-hero-section .iw-hero-detail {
    max-width: 508px;
  }
}

main .iw-hero-section .iw-hero-detail h1 {
  font-size: 2.441rem;
  text-align: center;
}

@media screen and (max-width: 414px) {
  main .iw-hero-section .iw-hero-detail h1 {
    font-size: 1.953rem;
  }
}

main .iw-hero-section .iw-hero-detail p {
  font-size: 1.25rem;
  text-align: left;
}

@media screen and (max-width: 414px) {
  main .iw-hero-section .iw-hero-detail p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main .iw-hero-section .iw-cta-container {
    padding: 24px 0px 80px !important;
  }
}

/* ------------------------------
 料金プラン表
------------------------------ */
main .iw-price-section,
main .iw-additional-storage-price-section,
main .iw-additional-download-price-section,
main .iw-ai-credits-price-section,
main .iw-bcp-price-section {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  main .iw-price-section,
  main .iw-additional-storage-price-section,
  main .iw-additional-download-price-section,
  main .iw-ai-credits-price-section,
  main .iw-bcp-price-section {
    padding: 0 16px;
  }
}

@media screen and (max-width: 414px) {
  main .iw-price-section,
  main .iw-additional-storage-price-section,
  main .iw-additional-download-price-section,
  main .iw-ai-credits-price-section,
  main .iw-bcp-price-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

main .iw-price-section table,
main .iw-price-section table th,
main .iw-price-section table td,
main .iw-additional-storage-price-section table,
main .iw-additional-storage-price-section table th,
main .iw-additional-storage-price-section table td,
main .iw-additional-download-price-section table,
main .iw-additional-download-price-section table th,
main .iw-additional-download-price-section table td,
main .iw-ai-credits-price-section table,
main .iw-ai-credits-price-section table th,
main .iw-ai-credits-price-section table td,
main .iw-bcp-price-section table,
main .iw-bcp-price-section table th,
main .iw-bcp-price-section table td {
  border-collapse: collapse;
}

/* ---------- 料金プラン表：PC用 ----------- */
main .iw-price-section .iw-price-containerPC,
div.additional-storage-price-tablePC,
div.additional-download-price-tablePC,
div.ai-credits-price-tablePC,
div.bcp-price-tablePC {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  main .iw-price-section .iw-price-containerPC,
  div.additional-storage-price-tablePC,
  div.additional-download-price-tablePC,
  div.bcp-price-tablePC {
    display: none;
  }
}

main .iw-price-section .iw-price-containerPC table {
  border: none;
  z-index: 0;
  color: #06284d;
}

/* 法人向け:「フリープラン」「スタンダードプラン」「エンタープライズプラン」を非表示 */
.iw-price-section.business .iw-price-containerPC thead tr > :nth-child(2),
.iw-price-section.business .iw-price-containerPC tbody tr > :nth-child(2),
.iw-price-section.business .iw-price-containerPC thead tr > :nth-child(3),
.iw-price-section.business .iw-price-containerPC tbody tr > :nth-child(3),
.iw-price-section.business .iw-price-containerPC thead tr > :nth-child(4),
.iw-price-section.business .iw-price-containerPC tbody tr > :nth-child(4) {
  display: none;
}

/* 中小企業向け:「フリープラン」「ユーザー数無制限スタンダードプラン」「ユーザー数無制限エンタープライズプラン」を非表示 */
.iw-price-section.smb .iw-price-containerPC thead tr > :nth-child(2),
.iw-price-section.smb .iw-price-containerPC tbody tr > :nth-child(2),
.iw-price-section.smb .iw-price-containerPC thead tr > :nth-child(5),
.iw-price-section.smb .iw-price-containerPC tbody tr > :nth-child(5),
.iw-price-section.smb .iw-price-containerPC thead tr > :nth-child(6),
.iw-price-section.smb .iw-price-containerPC tbody tr > :nth-child(6) {
  display: none;
}

/* 個人向け：「ユーザー数無制限プラン」を非表示 */
.iw-price-section.individual .iw-price-containerPC thead tr > :nth-child(5),
.iw-price-section.individual .iw-price-containerPC tbody tr > :nth-child(5),
.iw-price-section.individual .iw-price-containerPC thead tr > :nth-child(6),
.iw-price-section.individual .iw-price-containerPC tbody tr > :nth-child(6) {
  display: none;
}

/* 列レイアウト */
.iw-price-section.business .iw-price-containerPC thead tr,
.iw-price-section.business .iw-price-containerPC tbody tr,
.iw-price-section.smb .iw-price-containerPC thead tr,
.iw-price-section.smb .iw-price-containerPC tbody tr {
  grid-template-columns: 168px repeat(2, 1fr);
}

.iw-price-section.individual .iw-price-containerPC thead tr,
.iw-price-section.individual .iw-price-containerPC tbody tr {
  grid-template-columns: 168px repeat(3, 1fr);
}

main .iw-price-section .iw-price-containerPC table thead {
  z-index: 1;
  position: sticky;
  top: 80px;
}

@media screen and (max-width: 1440px) {
  main .iw-price-section .iw-price-containerPC table thead {
    top: 64px;
  }
}

@media screen and (max-width: 1220px) {
  main .iw-price-section .iw-price-containerPC table thead {
    position: initial;
  }
}

main .iw-price-section .iw-price-containerPC table thead tr {
  display: grid;
  grid-template-columns: 168px repeat(4, 1fr);
}

main .iw-price-section .iw-price-containerPC table thead tr:first-child th span {
  font-weight: normal;
  font-size: 1.0rem;
}

main .iw-price-section .iw-price-containerPC table thead tr th:first-child {
  font-weight: 400;
  font-size: 1rem;
  padding: 0 24px;
  background-color: #f2f1f8;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-right: -1px;
  color: #06284d;
  display: flex;
  justify-content: left;
  align-items: center;
}

main .iw-price-section .iw-price-containerPC table thead tr th:not(:first-child) {
  font-size: 1.25rem;
  padding: 16px 8px;
  color: #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-right: -1px;
}

main .iw-price-section .iw-price-containerPC table thead tr:first-child th:not(:first-child) {
  background-color: #1b5fab;
}

main .iw-price-section .iw-price-containerPC table thead tr:first-child th:nth-child(2) {
  border-left: 1px solid #1b5fab;
}

main .iw-price-section .iw-price-containerPC table thead tr:first-child th:nth-child(4) {
  border-right: 1px solid #1b5fab;
}

main .iw-price-section .iw-price-containerPC table thead tr:last-child th {
  display: flex;
  align-items: center;
}

main .iw-price-section .iw-price-containerPC table thead tr:last-child th:first-child {
  color: #06284d;
  background-color: #f2f1f8;
  justify-content: left;
}

main .iw-price-section .iw-price-containerPC table thead tr:last-child th:not(:first-child) {
  color: #20354D;
  background-color: #fff;
  border-left: 1px solid #9cc8f2;
  border-right: 1px solid #9cc8f2;
  border-bottom: 1px solid #f5f9ff;
  justify-content: center;
  padding: 40px 0;
}

main .iw-price-section .iw-price-containerPC table thead tr:last-child .free-emphasis span {
  font-size: 1.953rem;
  color: #1d90fc;
}

main .iw-price-section .iw-price-containerPC table thead tr:last-child .price-emphasis div {
  font-size: 1.25rem;
  line-height: 1.08;
}

main .iw-price-section .iw-price-containerPC table thead tr:last-child .price-emphasis div .priceStandard,
main .iw-price-section .iw-price-containerPC table thead tr:last-child .price-emphasis div .priceEnterprise,
main .iw-price-section .iw-price-containerPC table thead tr:last-child .price-emphasis div .priceUnlimitedStandard,
main .iw-price-section .iw-price-containerPC table thead tr:last-child .price-emphasis div .priceUnlimitedEnterprise {
  font-size: 2.441rem;
  color: #1d90fc;
}

main .iw-price-section .iw-price-containerPC table thead tr:last-child .price-emphasis div small {
  font-size: 0.8rem;
  font-weight: 400;
}

main .iw-price-section .iw-price-containerPC table tbody {
  z-index: 0;
}

main .iw-price-section .iw-price-containerPC table tbody tr:nth-child(odd) th {
  background-color: #f2f1f8;
}

main .iw-price-section .iw-price-containerPC table tbody tr:nth-child(even) th {
  background-color: #f2f1f8;
}

main .iw-price-section .iw-price-containerPC table tbody tr:nth-child(odd) td {
  background-color: #f5f9ff;
}

main .iw-price-section .iw-price-containerPC table tbody tr:not(:last-child) th {
  padding: 24px;
}

main .iw-price-section .iw-price-containerPC table tbody tr {
  display: grid;
  grid-template-columns: 168px repeat(4, 1fr);
  align-items: center;
}

main .iw-price-section .iw-price-containerPC table tbody tr th {
  text-align: left;
  color: #06284d;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}

main .iw-price-section .iw-price-containerPC table tbody tr td {
  text-align: center;
  height: 100%;
  font-size: 1.563rem;
  color: #06284d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #9cc8f2;
  border-right: 1px solid #9cc8f2;
  margin-right: -1px;
  box-sizing: border-box;
}

main .iw-price-section .iw-price-containerPC table tbody tr td span:not(.smb-only) {
  font-size: 1.563rem;
  font-weight: 700;
  color: #20354D;
}

main .iw-price-section .iw-price-containerPC table tbody tr td div {
  vertical-align: baseline;
}

main .iw-price-section .iw-price-containerPC table tbody tr td .no-emphasis {
  font-size: 1rem;
}

main .iw-price-section .iw-price-containerPC table tbody tr td .emphasis {
  font-size: 1.25rem;
  color: #06284d;
  -webkit-text-stroke: 1px #06284d;
}

main .iw-price-section .iw-price-containerPC table tbody tr td .entp-option {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #20354D;
}

main .iw-price-section .iw-price-containerPC table tbody tr td .entp-option::before {
  content: "※";
}

main .iw-price-section .iw-price-containerPC table tbody tr td .xmark {
  font-size: 1.953rem;
  font-weight: 400;
}

/* 電子帳簿保存データ算出用ツールチップ */
main .iw-price-section .iw-price-containerPC table tbody tr td .tooltip {
  position: relative;
  display: inline-block;
}

main .iw-price-section .iw-price-containerPC table tbody tr td .tooltip img {
  width: 16px;
}

main .iw-price-section .iw-price-containerPC table tbody tr td .tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #06284d;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px 16px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 0;
  margin-right: -39px;
  font-size: 1rem;
}

main .iw-price-section .iw-price-containerPC table tbody tr td .tooltip .tooltiptext::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 12.5%;
  transform: translate(25%, 75%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 21.5px solid transparent;
  border-left: 21.5px solid transparent;
  border-top: 12.5px solid #06284d;
  border-bottom: 0;
}

main .iw-price-section .iw-price-containerPC table tbody tr td .tooltip .tooltiptext span {
  color: inherit;
  font-size: inherit;
}

main .iw-price-section .iw-price-containerPC table tbody tr td .tooltip:hover .tooltiptext {
  visibility: visible;
}

main .iw-price-section .iw-price-containerPC table a,
main .iw-additional-storage-price-section .additional-storage-price-tablePC table a,
main .iw-additional-download-price-section .additional-download-price-tablePC table a,
main .iw-ai-credits-price-section .ai-credits-price-tablePC table a,
main .iw-bcp-price-section .bcp-price-tablePC table a {
  color: #1d90fc;
}

main .iw-price-section .iw-price-containerPC table tbody tr:last-child th {
  padding: 0 24px;
  margin-top: 1px;
  height: 100%;
}

main .iw-price-section .iw-price-containerPC table tbody tr:last-child td {
  position: relative;
  display: block;
  font-size: 1rem;
  text-align: left;
  border: none;
  border-left: 1px solid #9cc8f2;
  border-right: 1px solid #9cc8f2;
  margin-right: -1px;
}

main .iw-price-section .iw-price-containerPC table tbody tr:last-child td::after {
  z-index: 2;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #9cc8f2;
}

main .iw-price-section .iw-price-containerPC table tbody tr:last-child td div {
  line-height: 1.7em;
  padding: 24px 16px;
}

main .iw-price-section .iw-price-containerPC table tbody tr:last-child td div span:not(.smb-only) {
  font-weight: inherit;
  font-size: inherit;
  font-weight: 700;
}

main .iw-price-section .iw-price-containerPC table tbody tr:last-child td div a {
  color: #1d90fc;
}

/* ---------- 料金プラン表：スマートフォン用 ----------- */
main .iw-price-section .iw-price-containerSP,
main .iw-additional-storage-price-section .additional-storage-price-tableSP,
main .iw-additional-download-price-section .additional-download-price-tableSP,
main .iw-bcp-price-section .bcp-price-tableSP {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
  display: none;
}

main .iw-additional-storage-price-section .additional-storage-price-tableSP,
main .iw-additional-download-price-section .additional-download-price-tableSP,
main .iw-bcp-price-section .bcp-price-tableSP {
  margin-bottom: 12px;
  gap: 48px;
}

@media screen and (max-width: 768px) {
  main .iw-price-section .iw-price-containerSP,
  main .iw-additional-storage-price-section .additional-storage-price-tableSP,
  main .iw-additional-download-price-section .additional-download-price-tableSP,
  main .iw-bcp-price-section .bcp-price-tableSP {
    display: flex;
    flex-direction: column;
  }
}

main .iw-price-section .iw-price-containerSP table,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table,
main .iw-additional-download-price-section .additional-download-price-tableSP table,
main .iw-bcp-price-section .bcp-price-tableSP table {
  width: 100%;
  margin: auto;
  border: none;
  z-index: 0;
  color: #20354D;
}

@media screen and (max-width: 768px) {
  /* 法人向け (モバイル)：「フリープラン」「スタンダードプラン」「エンタープライズプラン」非表示、「ユーザー数無制限スタンダードプラン」「ユーザー数無制限エンタープライズプラン」表示 */
  .iw-price-section.business .iw-price-containerSP table[data-plan="free-plan"],
  .iw-price-section.business .iw-price-containerSP table[data-plan="standard-plan"],
  .iw-price-section.business .iw-price-containerSP table[data-plan="enterprise-plan"] {
    display: none;
  }

  .iw-price-section.business .iw-price-containerSP table[data-plan="unlimited-standard-plan"],
  .iw-price-section.business .iw-price-containerSP table[data-plan="unlimited-enterprise-plan"] {
    display: table;
  }

  /* 中小企業向け (モバイル)：「フリープラン」「ユーザー数無制限スタンダードプラン」「ユーザー数無制限エンタープライズプラン」非表示、「スタンダードプラン」「エンタープライズプラン」表示 */
  .iw-price-section.smb .iw-price-containerSP table[data-plan="free-plan"],
  .iw-price-section.smb .iw-price-containerSP table[data-plan="unlimited-standard-plan"],
  .iw-price-section.smb .iw-price-containerSP table[data-plan="unlimited-enterprise-plan"] {
    display: none;
  }

  .iw-price-section.smb .iw-price-containerSP table[data-plan="standard-plan"],
  .iw-price-section.smb .iw-price-containerSP table[data-plan="enterprise-plan"] {
    display: table;
  }

  /* 個人向け (モバイル)：「ユーザー数無制限スタンダードプラン」「ユーザー数無制限エンタープライズプラン」非表示、「フリープラン」「スタンダードプラン」「エンタープライズプラン」表示 */
  .iw-price-section.individual .iw-price-containerSP table[data-plan="unlimited-standard-plan"],
  .iw-price-section.individual .iw-price-containerSP table[data-plan="unlimited-enterprise-plan"] {
    display: none;
  }

  .iw-price-section.individual .iw-price-containerSP table[data-plan="free-plan"],
  .iw-price-section.individual .iw-price-containerSP table[data-plan="standard-plan"],
  .iw-price-section.individual .iw-price-containerSP table[data-plan="enterprise-plan"] {
    display: table;
  }

/* 法人向け (モバイル)：追加ストレージ、追加ダウンロード通信枠料金表 */
/* 「ユーザー数無制限スタンダードプラン」「ユーザー数無制限エンタープライズプラン」表示 */
.iw-additional-storage-price-section.business .additional-storage-price-tableSP table[data-plan="storage-unlimited-standard"],
.iw-additional-storage-price-section.business .additional-storage-price-tableSP table[data-plan="storage-unlimited-enterprise"],
.iw-additional-download-price-section.business .additional-download-price-tableSP table[data-plan="download-unlimited-standard"],
.iw-additional-download-price-section.business .additional-download-price-tableSP table[data-plan="download-unlimited-enterprise"],
.iw-bcp-price-section.business .bcp-price-tableSP table[data-plan="bcp-unlimited-standard"],
.iw-bcp-price-section.business .bcp-price-tableSP table[data-plan="bcp-unlimited-enterprise"] {
  display: table;
}

.iw-additional-storage-price-section.business .additional-storage-price-tableSP table[data-plan="storage-free"],
.iw-additional-storage-price-section.business .additional-storage-price-tableSP table[data-plan="storage-standard"],
.iw-additional-storage-price-section.business .additional-storage-price-tableSP table[data-plan="storage-enterprise"],
.iw-additional-download-price-section.business .additional-download-price-tableSP table[data-plan="download-free"],
.iw-additional-download-price-section.business .additional-download-price-tableSP table[data-plan="download-standard"],
.iw-additional-download-price-section.business .additional-download-price-tableSP table[data-plan="download-enterprise"],
.iw-bcp-price-section.business .bcp-price-tableSP table[data-plan="bcp-free"],
.iw-bcp-price-section.business .bcp-price-tableSP table[data-plan="bcp-standard"],
.iw-bcp-price-section.business .bcp-price-tableSP table[data-plan="bcp-enterprise"] {
  display: none;
}

/* 中小企業向け (モバイル)：追加ストレージ、追加ダウンロード通信枠料金表 */
/* 「スタンダードプラン」「エンタープライズプラン」表示 */
.iw-additional-storage-price-section.smb .additional-storage-price-tableSP table[data-plan="storage-standard"],
.iw-additional-storage-price-section.smb .additional-storage-price-tableSP table[data-plan="storage-enterprise"],
.iw-additional-download-price-section.smb .additional-download-price-tableSP table[data-plan="download-standard"],
.iw-additional-download-price-section.smb .additional-download-price-tableSP table[data-plan="download-enterprise"],
.iw-bcp-price-section.smb .bcp-price-tableSP table[data-plan="bcp-standard"],
.iw-bcp-price-section.smb .bcp-price-tableSP table[data-plan="bcp-enterprise"] {
  display: table;
}

.iw-additional-storage-price-section.smb .additional-storage-price-tableSP table[data-plan="storage-free"],
.iw-additional-storage-price-section.smb .additional-storage-price-tableSP table[data-plan="storage-unlimited-standard"],
.iw-additional-storage-price-section.smb .additional-storage-price-tableSP table[data-plan="storage-unlimited-enterprise"],
.iw-additional-download-price-section.smb .additional-download-price-tableSP table[data-plan="download-free"],
.iw-additional-download-price-section.smb .additional-download-price-tableSP table[data-plan="download-unlimited-standard"],
.iw-additional-download-price-section.smb .additional-download-price-tableSP table[data-plan="download-unlimited-enterprise"],
.iw-bcp-price-section.smb .bcp-price-tableSP table[data-plan="bcp-free"],
.iw-bcp-price-section.smb .bcp-price-tableSP table[data-plan="bcp-unlimited-standard"],
.iw-bcp-price-section.smb .bcp-price-tableSP table[data-plan="bcp-unlimited-enterprise"] {
  display: none;
}

/* 個人向け (モバイル)：追加ストレージ、追加ダウンロード通信枠料金表 */
/* 「ユーザー数無制限スタンダードプラン」「ユーザー数無制限エンタープライズプラン」非表示 */
.iw-additional-storage-price-section.individual .additional-storage-price-tableSP table[data-plan="storage-unlimited-standard"],
.iw-additional-storage-price-section.individual .additional-storage-price-tableSP table[data-plan="storage-unlimited-enterprise"],
.iw-additional-download-price-section.individual .additional-download-price-tableSP table[data-plan="download-unlimited-standard"],
.iw-additional-download-price-section.individual .additional-download-price-tableSP table[data-plan="download-unlimited-enterprise"],
.iw-bcp-price-section.individual .bcp-price-tableSP table[data-plan="bcp-unlimited-standard"],
.iw-bcp-price-section.individual .bcp-price-tableSP table[data-plan="bcp-unlimited-enterprise"] {
  display: none;
}

.iw-additional-storage-price-section.individual .additional-storage-price-tableSP table[data-plan="storage-free"],
.iw-additional-download-price-section.individual .additional-download-price-tableSP table[data-plan="download-free"],
.iw-bcp-price-section.individual .bcp-price-tableSP table[data-plan="bcp-free"] {
  display: table;
}
}

main .iw-price-section .iw-price-containerSP table thead,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table thead,
main .iw-additional-download-price-section .additional-download-price-tableSP table thead,
main .iw-bcp-price-section .bcp-price-tableSP table thead {
  z-index: 1;
}

main .iw-price-section .iw-price-containerSP table thead tr th,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table thead tr th,
main .iw-additional-download-price-section .additional-download-price-tableSP table thead tr th,
main .iw-bcp-price-section .bcp-price-tableSP table thead tr th {
  font-size: 1.25rem;
  line-height: 1.45em;
  background-color: #1b5fab;
  color: #fff;
  padding: 16px 8px;
}

main .iw-price-section .iw-price-containerSP table thead tr th span,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table thead tr th span,
main .iw-additional-download-price-section .additional-download-price-tableSP table thead tr th span,
main .iw-bcp-price-section .bcp-price-tableSP table thead tr th span {
  font-size: 1.0rem;
  font-weight: normal !important;
}

main .iw-price-section .iw-price-containerSP table tbody,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody,
main .iw-bcp-price-section .bcp-price-tableSP table tbody {
  z-index: 0;
}

main .iw-price-section .iw-price-containerSP table tbody tr:nth-child(odd) th,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr:nth-child(odd) th,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr:nth-child(odd) th,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr:nth-child(odd) th {
  background-color: #f2f1f8;
}

main .iw-price-section .iw-price-containerSP table tbody tr:nth-child(even) th,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr:nth-child(even) th,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr:nth-child(even) th,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr:nth-child(even) th {
  background-color: #f2f1f8;
}

main .iw-price-section .iw-price-containerSP table tbody tr:nth-child(odd) td {
  background-color: #f5f9ff;
}

main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr:nth-child(even) td,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr:nth-child(even) td,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr:nth-child(even) td {
  background-color: #f5f9ff;
}

main .iw-price-section .iw-price-containerSP table tbody tr:first-child td,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr:first-child td,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr:first-child td,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr:first-child td {
  height: 80px;
  line-height: 1;
  font-weight: 700;
}

main .iw-price-section .iw-price-containerSP table tbody tr:not(:first-child) td,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr:not(:first-child) td,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr:not(:first-child) td,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr:not(:first-child) td {
  height: 50px;
}

main .iw-price-section .iw-price-containerSP table tbody tr,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr {
  display: grid;
  grid-template-columns: 108px 1fr;
  align-items: center;
}

main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr:last-child td,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr:last-child td,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr:last-child td {
  font-size: 0.8rem;
  text-align: left;
  padding: 8px;

}

main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr:last-child th,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr:last-child th,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr:last-child th,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr:last-child td,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr:last-child td,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr:last-child td {
  border-bottom: 1px solid #9cc8f2;
}


main .iw-price-section .iw-price-containerSP table tbody tr th,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr th,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr th,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr th {
  padding: 0 8px;
  text-align: left;
  color: #06284d;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 0.8rem;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

main .iw-price-section .iw-price-containerSP table tbody tr td,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr td,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr td,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr td {
  text-align: center;
  height: 100%;
  font-size: 1rem;
  color: #06284d;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr td.not-supportedSP,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr td.not-supportedSP,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr td.not-supportedSP {
  font-size: 1.0rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  gap: 4px;
}

main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr td.not-supportedSP small,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr td.not-supportedSP small,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr td.not-supportedSP small {
  font-weight: normal;
  font-size: 0.65em;
  line-height: 1.5em;
}

main .iw-bcp-price-section .bcp-message-business,
main .iw-bcp-price-section .bcp-message-individual {
  display: none;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

.iw-bcp-price-section.business .bcp-message-business {
  display: inline;
}

.iw-bcp-price-section.individual .bcp-message-individual {
  display: inline;
}

main .iw-price-section .iw-price-containerSP table tbody tr td div,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr td div,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr td div,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr td div {
  vertical-align: baseline;
}

main .iw-price-section .iw-price-containerSP table tbody tr td .no-emphasis,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr .no-emphasis,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr .no-emphasis,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr .no-emphasis {
  font-size: 1rem;
  color: #06284d;
}

main .iw-price-section .iw-price-containerSP table tbody tr td .no-emphasis span,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr .no-emphasis span,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr .no-emphasis span,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr .no-emphasis span {
  color: #20354D;
  font-weight: 700;
}

main .iw-price-section .iw-price-containerSP table tbody tr td .entp-option {
  font-size: 0.8rem;
  font-weight: 700;
  color: #20354D;
}

main .iw-price-section .iw-price-containerSP table tbody tr td .entp-option::before {
  content: "※ ";
}

main .iw-price-section .iw-price-containerSP table tbody tr td .emphasis {
  font-size: 1rem;
  -webkit-text-stroke: 1px #06284d;
}

main .iw-price-section .iw-price-containerSP table tbody tr td .xmark {
  font-size: 1.563rem;
  font-weight: 400;
}

/* 電子帳簿保存データ算出用ツールチップ */
main .iw-price-section .iw-price-containerSP table tbody tr td .tooltip {
  position: relative;
  display: inline-block;
}

main .iw-price-section .iw-price-containerSP table tbody tr td .tooltip img {
  width: 12px;
}

main .iw-price-section .iw-price-containerSP table tbody tr td .tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #06284d;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px 16px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 0;
  margin-right: -20px;
  font-size: 0.8rem;
}

main .iw-price-section .iw-price-containerSP table tbody tr td .tooltip .tooltiptext::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 2.5%;
  transform: translate(0%, 75%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 21.5px solid transparent;
  border-left: 21.5px solid transparent;
  border-top: 12.5px solid #06284d;
  border-bottom: 0;
}

main .iw-price-section .iw-price-containerSP table tbody tr td .tooltip .tooltiptext span {
  color: inherit;
  font-size: inherit;
}

main .iw-price-section .iw-price-containerSP table tbody tr td .tooltip:hover .tooltiptext {
  visibility: visible;
}

main .iw-price-section .iw-price-containerSP table tbody tr .free-emphasis span {
  font-size: 1.563rem;
  color: #1d90fc;
}

main .iw-price-section .iw-price-containerSP table tbody tr .price-emphasis div,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr .price-emphasis div,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr .price-emphasis div,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr .price-emphasis div {
  text-align: center;
  font-size: 1rem;
  color: #20354D;
}

main .iw-price-section .iw-price-containerSP table tbody tr .price-emphasis div .priceStandard,
main .iw-price-section .iw-price-containerSP table tbody tr .price-emphasis div .priceEnterprise,
main .iw-price-section .iw-price-containerSP table tbody tr .price-emphasis div .priceUnlimitedStandard,
main .iw-price-section .iw-price-containerSP table tbody tr .price-emphasis div .priceUnlimitedEnterprise,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr .price-emphasis div span,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr .price-emphasis div span,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr .price-emphasis div span {
  font-size: 1.563rem;
  color: #1d90fc;
}

main .iw-price-section .iw-price-containerSP table tbody tr .price-emphasis div small,
main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr .price-emphasis div small,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr .price-emphasis div small,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr .price-emphasis div small {
  font-size: 0.64rem;
  font-weight: 400;
}

main .iw-additional-storage-price-section .additional-storage-price-tableSP table tbody tr td small span.taxType,
main .iw-additional-download-price-section .additional-download-price-tableSP table tbody tr td small span.taxType,
main .iw-bcp-price-section .bcp-price-tableSP table tbody tr td small span.taxType {
  color: #20354D;
  font-size: 0.64rem !important;
  font-weight: 400 !important;
}

main .iw-price-section .iw-price-containerSP table tfoot tr {
  background-color: #f5f9ff;
}

main .iw-price-section .iw-price-containerSP table tfoot tr td {
  font-size: 0.8rem;
  padding: 16px 16px 24px;
  color: #06284d;
}

main .iw-price-section .iw-price-containerSP table tfoot tr td span:not(.smb-only) {
  font-weight: 700;
}

main .iw-price-section .iw-price-containerSP table tfoot tr td a {
  color: #1d90fc;
}

/* 追加ストレージ、追加ダウンロード通信枠、AIクレジット料金表 */
/* PC用 */
main .iw-additional-storage-price-section h2,
main .iw-additional-download-price-section h2,
main .iw-ai-credits-price-section h2,
main .iw-bcp-price-section h2 {
  text-align: center;
  font-size: 2.441rem;
  margin: 120px 0 96px;
  color: #1D4977;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  main .iw-additional-storage-price-section h2,
  main .iw-additional-download-price-section h2,
  main .iw-ai-credits-price-section h2,
  main .iw-bcp-price-section h2 {
    font-size: 1.953rem;
  }
}

@media screen and (max-width: 414px) {
  main .iw-additional-storage-price-section h2,
  main .iw-additional-download-price-section h2,
  main .iw-ai-credits-price-section h2,
  main .iw-bcp-price-section h2 {
    font-size: 1.563rem;
    margin: 64px 0 80px;
  }
}

main .iw-additional-storage-price-section h2::after,
main .iw-additional-download-price-section h2::after,
main .iw-ai-credits-price-section h2::after,
main .iw-bcp-price-section h2::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 56px);
  width: 40px;
  height: 3px;
  background-color: #20354D;
}

@media screen and (max-width: 414px) {
  main .iw-additional-storage-price-section h2::after,
  main .iw-additional-download-price-section h2::after,
  main .iw-ai-credits-price-section h2::after,
  main .iw-bcp-price-section h2::after {
    transform: translate(-50%, 40px);
  }
}

div.additional-storage-price-tablePC table,
div.additional-download-price-tablePC table,
div.ai-credits-price-tablePC table,
div.bcp-price-tablePC table {
  border: none;
  z-index: 0;
  color: #06284d;
  table-layout: fixed;
  width: 100%;
}

div.additional-storage-price-tablePC table thead tr,
div.additional-storage-price-tablePC table tbody tr,
div.additional-download-price-tablePC table thead tr,
div.additional-download-price-tablePC table tbody tr,
div.ai-credits-price-tablePC table thead tr,
div.ai-credits-price-tablePC table tbody tr,
div.bcp-price-tablePC table thead tr,
div.bcp-price-tablePC table tbody tr {
  display: grid;
}

div.additional-storage-price-tablePC table tbody tr:last-child th,
div.additional-download-price-tablePC table tbody tr:last-child th,
div.ai-credits-price-tablePC table tbody tr:last-child th,
div.bcp-price-tablePC table tbody tr:last-child th {
  border-bottom: 1px solid #f2f1f8;
}

div.additional-storage-price-tablePC table tbody tr:last-child td,
div.additional-download-price-tablePC table tbody tr:last-child td,
div.ai-credits-price-tablePC table tbody tr:last-child td,
div.bcp-price-tablePC table tbody tr:last-child td {
  border-bottom: 1px solid #9cc8f2;
}

div.additional-storage-price-tablePC table,
div.additional-storage-price-tablePC table th,
div.additional-storage-price-tablePC table td,
div.additional-download-price-tablePC table,
div.additional-download-price-tablePC table td,
div.additional-download-price-tablePC table th,
div.ai-credits-price-tablePC table,
div.ai-credits-price-tablePC table th,
div.ai-credits-price-tablePC table td {
  border-collapse: collapse;
}

div.additional-storage-price-tablePC table thead tr th:first-child,
div.additional-storage-price-tablePC table tbody tr th,
div.additional-download-price-tablePC table thead tr th:first-child,
div.additional-download-price-tablePC table tbody tr th,
div.ai-credits-price-tablePC table thead tr th:first-child,
div.ai-credits-price-tablePC table tbody tr th,
div.bcp-price-tablePC table thead tr th:first-child,
div.bcp-price-tablePC table tbody tr th {
  color: #06284d;
  font-weight: 400;
  font-size: 1rem;
  padding: 0 24px;
  margin-right: -1px;
  background-color: #f2f1f8;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: left;
  align-items: center;
}

div.additional-storage-price-tablePC table thead tr th:not(:first-child),
div.additional-download-price-tablePC table thead tr th:not(:first-child),
div.ai-credits-price-tablePC table thead tr th:not(:first-child),
div.bcp-price-tablePC table thead tr th:not(:first-child) {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8rem;
  padding: 16px 8px;
  margin-right: -1px;
  background-color: #1b5fab;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

div.additional-storage-price-tablePC table thead tr th span,
div.additional-download-price-tablePC table thead tr th span,
div.ai-credits-price-tablePC table thead tr th span,
div.bcp-price-tablePC table thead tr th span {
  font-weight: normal;
  font-size: 1rem;
}

div.additional-storage-price-tablePC table tbody tr td,
div.additional-download-price-tablePC table tbody tr td,
div.bcp-price-tablePC table tbody tr:first-child td {
  color: #06284d;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.08;
  text-align: center;
  padding: 16px 8px;
  margin-right: -1px;
  background-color: #fff;
  border-left: 1px solid #9cc8f2;
  border-right: 1px solid #9cc8f2;
  border-bottom: 1px solid #fff;
}

/* BCPはtbodyが1行構成のため、最下部ボーダーを明示的に維持する */
div.bcp-price-tablePC table tbody tr:last-child td {
  border-bottom: 1px solid #9cc8f2;
}

div.additional-storage-price-tablePC table tbody tr td.not-supported,
div.additional-download-price-tablePC table tbody tr td.not-supported,
div.bcp-price-tablePC table tbody tr td.not-supported {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.35em;
}

div.ai-credits-price-tablePC table tbody tr td {
  color: #06284d;
  text-align: center;
  padding: 16px 8px;
  margin-right: -1px;
  background-color: #fff;
  border-left: 1px solid #9cc8f2;
  border-right: 1px solid #9cc8f2;
  border-bottom: 1px solid #fff;
}

div.additional-storage-price-tablePC table tbody tr td > span:first-of-type,
div.additional-download-price-tablePC table tbody tr td > span:first-of-type,
div.ai-credits-price-tablePC table tbody tr td > span:first-of-type,
div.bcp-price-tablePC table tbody tr td > span:first-of-type {
  font-size: 2.441rem;
  font-weight: bold;
  color: #1d90fc;
}

div.additional-storage-price-tablePC table tbody tr td small,
div.additional-download-price-tablePC table tbody tr td small,
div.bcp-price-tablePC table tbody tr td small {
  font-size: 0.8rem;
  font-weight: 400;
}

div.additional-storage-price-tablePC table tbody tr:nth-child(even) td,
div.additional-download-price-tablePC table tbody tr:nth-child(even) td,
div.ai-credits-price-tablePC table tbody tr:nth-child(even) td,
div.bcp-price-tablePC table tbody tr:nth-child(even) td {
  background-color: #f5f9ff;
}

.iw-additional-storage-price-section.individual .additional-storage-price-tablePC table tbody tr td.not-supported,
.iw-additional-download-price-section.individual .additional-download-price-tablePC table tbody tr td.not-supported,
.iw-bcp-price-section.individual .bcp-price-tablePC table tbody tr td.not-supported {
  vertical-align: middle;
}

/* 個人向け：「ユーザー数無制限・スタンダードプラン」「ユーザー数無制限・エンタープライズプラン」を非表示 */
.iw-additional-storage-price-section.individual .additional-storage-price-tablePC table thead tr > :nth-child(5),
.iw-additional-storage-price-section.individual .additional-storage-price-tablePC table tbody tr > :nth-child(5),
.iw-additional-storage-price-section.individual .additional-storage-price-tablePC table thead tr > :nth-child(6),
.iw-additional-storage-price-section.individual .additional-storage-price-tablePC table tbody tr > :nth-child(6),
.iw-additional-download-price-section.individual .additional-download-price-tablePC table thead tr > :nth-child(5),
.iw-additional-download-price-section.individual .additional-download-price-tablePC table tbody tr > :nth-child(5),
.iw-additional-download-price-section.individual .additional-download-price-tablePC table thead tr > :nth-child(6),
.iw-additional-download-price-section.individual .additional-download-price-tablePC table tbody tr > :nth-child(6),
.iw-bcp-price-section.individual .bcp-price-tablePC table thead tr > :nth-child(5),
.iw-bcp-price-section.individual .bcp-price-tablePC table tbody tr > :nth-child(5),
.iw-bcp-price-section.individual .bcp-price-tablePC table thead tr > :nth-child(6),
.iw-bcp-price-section.individual .bcp-price-tablePC table tbody tr > :nth-child(6) {
  display: none;
}

/* 法人向け：「フリープラン」「スタンダードプラン」「エンタープライズプラン」を非表示 */
.iw-additional-storage-price-section.business .additional-storage-price-tablePC table thead tr > :nth-child(2),
.iw-additional-storage-price-section.business .additional-storage-price-tablePC table tbody tr > :nth-child(2),
.iw-additional-storage-price-section.business .additional-storage-price-tablePC table thead tr > :nth-child(3),
.iw-additional-storage-price-section.business .additional-storage-price-tablePC table tbody tr > :nth-child(3),
.iw-additional-storage-price-section.business .additional-storage-price-tablePC table thead tr > :nth-child(4),
.iw-additional-storage-price-section.business .additional-storage-price-tablePC table tbody tr > :nth-child(4),
.iw-additional-download-price-section.business .additional-download-price-tablePC table thead tr > :nth-child(2),
.iw-additional-download-price-section.business .additional-download-price-tablePC table tbody tr > :nth-child(2),
.iw-additional-download-price-section.business .additional-download-price-tablePC table thead tr > :nth-child(3),
.iw-additional-download-price-section.business .additional-download-price-tablePC table tbody tr > :nth-child(3),
.iw-additional-download-price-section.business .additional-download-price-tablePC table thead tr > :nth-child(4),
.iw-additional-download-price-section.business .additional-download-price-tablePC table tbody tr > :nth-child(4),
.iw-bcp-price-section.business .bcp-price-tablePC table thead tr > :nth-child(2),
.iw-bcp-price-section.business .bcp-price-tablePC table tbody tr > :nth-child(2),
.iw-bcp-price-section.business .bcp-price-tablePC table thead tr > :nth-child(3),
.iw-bcp-price-section.business .bcp-price-tablePC table tbody tr > :nth-child(3),
.iw-bcp-price-section.business .bcp-price-tablePC table thead tr > :nth-child(4),
.iw-bcp-price-section.business .bcp-price-tablePC table tbody tr > :nth-child(4) {
  display: none;
}

/* 中小企業向け：「フリープラン」「ユーザー数無制限スタンダードプラン」「ユーザー数無制限エンタープライズプラン」を非表示 */
.iw-additional-storage-price-section.smb .additional-storage-price-tablePC table thead tr > :nth-child(2),
.iw-additional-storage-price-section.smb .additional-storage-price-tablePC table tbody tr > :nth-child(2),
.iw-additional-storage-price-section.smb .additional-storage-price-tablePC table thead tr > :nth-child(5),
.iw-additional-storage-price-section.smb .additional-storage-price-tablePC table tbody tr > :nth-child(5),
.iw-additional-storage-price-section.smb .additional-storage-price-tablePC table thead tr > :nth-child(6),
.iw-additional-storage-price-section.smb .additional-storage-price-tablePC table tbody tr > :nth-child(6),
.iw-additional-download-price-section.smb .additional-download-price-tablePC table thead tr > :nth-child(2),
.iw-additional-download-price-section.smb .additional-download-price-tablePC table tbody tr > :nth-child(2),
.iw-additional-download-price-section.smb .additional-download-price-tablePC table thead tr > :nth-child(5),
.iw-additional-download-price-section.smb .additional-download-price-tablePC table tbody tr > :nth-child(5),
.iw-additional-download-price-section.smb .additional-download-price-tablePC table thead tr > :nth-child(6),
.iw-additional-download-price-section.smb .additional-download-price-tablePC table tbody tr > :nth-child(6),
.iw-bcp-price-section.smb .bcp-price-tablePC table thead tr > :nth-child(2),
.iw-bcp-price-section.smb .bcp-price-tablePC table tbody tr > :nth-child(2),
.iw-bcp-price-section.smb .bcp-price-tablePC table thead tr > :nth-child(5),
.iw-bcp-price-section.smb .bcp-price-tablePC table tbody tr > :nth-child(5),
.iw-bcp-price-section.smb .bcp-price-tablePC table thead tr > :nth-child(6),
.iw-bcp-price-section.smb .bcp-price-tablePC table tbody tr > :nth-child(6) {
  display: none;
}

/* 法人向け・中小企業向け：列レイアウトを1列目(項目名) + 残り2列 */
.iw-additional-storage-price-section.business .additional-storage-price-tablePC table thead tr,
.iw-additional-storage-price-section.business .additional-storage-price-tablePC table tbody tr,
.iw-additional-storage-price-section.smb .additional-storage-price-tablePC table thead tr,
.iw-additional-storage-price-section.smb .additional-storage-price-tablePC table tbody tr,
.iw-additional-download-price-section.business .additional-download-price-tablePC table thead tr,
.iw-additional-download-price-section.business .additional-download-price-tablePC table tbody tr,
.iw-additional-download-price-section.smb .additional-download-price-tablePC table thead tr,
.iw-additional-download-price-section.smb .additional-download-price-tablePC table tbody tr,
.iw-bcp-price-section.business .bcp-price-tablePC table thead tr,
.iw-bcp-price-section.business .bcp-price-tablePC table tbody tr,
.iw-bcp-price-section.smb .bcp-price-tablePC table thead tr,
.iw-bcp-price-section.smb .bcp-price-tablePC table tbody tr {
  grid-template-columns: 186px repeat(2, 1fr);
}

/* 個人向け：列レイアウトを1列目(項目名) + 残り3列 */
.iw-additional-storage-price-section.individual .additional-storage-price-tablePC table thead tr,
.iw-additional-storage-price-section.individual .additional-storage-price-tablePC table tbody tr,
.iw-additional-download-price-section.individual .additional-download-price-tablePC table thead tr,
.iw-additional-download-price-section.individual .additional-download-price-tablePC table tbody tr,
.iw-bcp-price-section.individual .bcp-price-tablePC table thead tr,
.iw-bcp-price-section.individual .bcp-price-tablePC table tbody tr {
  grid-template-columns: 186px repeat(3, 1fr);
}

/* AIクレジット：AI機能 × 料金 の2列レイアウト（PC/SP共通）
   minmax(0, ...) でトラックの min-content 下限を外し、長い機能名でも横スクロールさせない */
.iw-ai-credits-price-section .ai-credits-price-tablePC table thead tr,
.iw-ai-credits-price-section .ai-credits-price-tablePC table tbody tr {
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
}

/* AIクレジット：ヘッダは両列とも青背景・中央寄せ・太字（1列目の項目名スタイルを上書き） */
.iw-ai-credits-price-section .ai-credits-price-tablePC table thead tr th:first-child {
  color: #fff;
  background-color: #1b5fab;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8rem;
  border-left: 1px solid #1b5fab;
  justify-content: center;
}

/* AIクレジット：1列目(機能名)のデータセルを左寄せ・上下中央に表示。サイズは2列目の単位テキスト(pt/分 等)に合わせる(PC:1.25rem / SP:1rem。太さは通常のまま) */
.iw-ai-credits-price-section .ai-credits-price-tablePC table tbody tr td:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  font-size: 1.25rem;
  padding-left: 16px;
  padding-right: 16px;
}

/* AIクレジット：2列目の単位テキスト(pt/分 等)を他テーブルの価格セルに合わせる（1.25rem 太字） */
.iw-ai-credits-price-section .ai-credits-price-tablePC table tbody tr td:nth-child(2) {
  font-size: 1.25rem;
  font-weight: bold;
}

/* AIクレジット：スマホ表示（横スクロールを発生させない） */
@media screen and (max-width: 768px) {
  .iw-ai-credits-price-section .ai-credits-price-tablePC table thead tr th:first-child,
  .iw-ai-credits-price-section .ai-credits-price-tablePC table thead tr th:not(:first-child) {
    font-size: 1rem;
    line-height: 1.4;
    padding: 12px 6px;
  }

  .iw-ai-credits-price-section .ai-credits-price-tablePC table tbody tr td {
    font-size: 0.8rem;
    padding: 12px 6px;
  }

  /* 1列目(機能名)：SPでは左右パディングを8pxにする */
  .iw-ai-credits-price-section .ai-credits-price-tablePC table tbody tr td:first-child {
    font-size: 1rem;
    padding-left: 8px;
    padding-right: 8px;
  }

  .iw-ai-credits-price-section .ai-credits-price-tablePC table tbody tr td:nth-child(2) {
    font-size: 1rem;
  }

  .iw-ai-credits-price-section .ai-credits-price-tablePC table tbody tr td > span:first-of-type {
    font-size: 1.563rem;
  }
}

main .iw-additional-storage-price-section ul,
main .iw-additional-download-price-section ul,
main .iw-ai-credits-price-section ul,
main .iw-bcp-price-section ul {
  list-style: none;
  max-width: 1280px;
  width: 100%;
  margin: 16px auto 0;
}

main .iw-additional-storage-price-section ul li,
main .iw-additional-download-price-section ul li,
main .iw-ai-credits-price-section ul li,
main .iw-bcp-price-section ul li {
  line-height: 1.7em;
  margin-bottom: 0.5em;
  padding-left: 1.25em;
  position: relative;
}

main .iw-additional-storage-price-section ul li::before,
main .iw-additional-download-price-section ul li::before,
main .iw-ai-credits-price-section ul li::before,
main .iw-bcp-price-section ul li::before {
  left: 1px;
  top: -2px;
  content: "※";
  position: absolute;
}

@media screen and (max-width: 414px) {
  main .iw-additional-storage-price-section ul,
  main .iw-additional-download-price-section ul,
  main .iw-ai-credits-price-section ul,
  main .iw-bcp-price-section ul {
    width: 100%;
    margin-top: 12px;
  }

  main .iw-additional-storage-price-section ul li,
  main .iw-additional-download-price-section ul li,
  main .iw-ai-credits-price-section ul li,
  main .iw-bcp-price-section ul li {
    font-size: 0.8rem;
  }
}

main .iw-additional-storage-price-section ul li a,
main .iw-additional-download-price-section ul li a,
main .iw-ai-credits-price-section ul li a,
main .iw-bcp-price-section ul li a {
  color: #1d90fc;
}

/* 小要素のスタイルは共通の為、component.cssに記述 */
main .iw-cta-section {
  position: relative;
  z-index: 0;
  margin-top: 120px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  main .iw-cta-section {
    margin-top: 80px;
  }
}

main .iw-cta-section::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  background: url(/img/ctaBG.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
}

/* ------------------------------
 30日間無料トライアルボタン
------------------------------ */
main .iw-price-section .iw-price-containerPC table tbody tr:last-child td {
  padding-bottom: 74px;
  position: relative;
}

main .iw-price-section .iw-price-containerPC table tbody tr:last-child td p.free-trial-btn {
  bottom: 0;
  left: 0;
  margin-bottom: 24px;
  position: absolute;
}

main .iw-price-section .iw-price-containerSP table tfoot tr td p.free-trial-btn {
  margin-top: 24px;
}

p.free-trial-btn {
  text-align: center;
  width: 100%;
}

p.free-trial-btn a {
  color: #ffffff !important;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 52px;
  height: 52px;
  padding: 0 16px;
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;
  margin: 0 auto;
  display: inline-block;
  white-space: nowrap;
  background-color: rgb(52.4267782427, 23.0677824268, 227.5322175732);
  border-radius: 26px;
}

p.free-trial-btn a:hover {
  background-color: rgb(48.1589958159, 21.189958159, 209.010041841);
}

@media screen and (max-width: 414px) {
  p.free-trial-btn a {
    width: 100%;
    max-width: none;
  }
}

/* 個人向けは3列で列幅が狭く、狭幅時にボタン文字が溢れるためフォントを縮小 */
@media screen and (max-width: 880px) {
  .iw-price-section.individual .iw-price-containerPC table p.free-trial-btn a {
    font-size: 1rem;
  }
}

/* 中小企業向け備考 */
span.smb-only {
  display: none;
}

.iw-price-section.smb .smb-only {
  display: inline;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}
