@charset "UTF-8";
/* /topics/ CSS Document */


/* common
============================================================= */
.page-topics [data-category="組織"] .tag-category {
  background: var(--color-category-blue);
}
.page-topics [data-category="企業"] .tag-category {
  background: var(--color-standard-blue);
}
.page-topics [data-category="INFO"] .tag-category {
  background: var(--color-category-red);
}
.page-topics [data-category="業務"] .tag-category {
  background: var(--color-category-orange);
}



/* index
============================================================= */
.page-topics.index .p-topics-categoryTab > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.page-topics.index .p-topics-categoryTab > ul li {
  margin-inline: 6px;
  min-width: 100px;
}
.page-topics.index .p-topics-categoryTab > ul li button {
  background: var(--color-white);
  border: 1px solid var(--color-standard-blue);
  border-radius: 50px;
  color: var(--color-standard-blue);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 100%;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}
.page-topics.index .p-topics-categoryTab > ul li button.is-active {
  background: var(--color-whiteblue);
  pointer-events: none;
}
.page-topics.index .p-topics-articleBlock {
  margin-top: 32px;
}
.page-topics.index .p-topics-articleBlock__list {
  border-top: 1px solid var(--color-gray-2);
}
.page-topics.index .p-topics-articleBlock__list_item {
  border-bottom: 1px solid var(--color-gray-2);
}
.page-topics.index .p-topics-articleBlock__list_item > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-block: 24px;
}
.page-topics.index .p-topics-articleBlock__list_item .text-update {
  color: var(--color-gray);
  font-size: 1.2rem;
  font-weight: bold;
  width: 100px;
}
.page-topics.index .p-topics-articleBlock__list_item .tag-category {
  border-radius: 2px;
  color: var(--color-white);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 4px;
  text-align: center;
  width: 48px;
}
.page-topics.index .p-topics-articleBlock__list_item .text-title {
  font-size: 1.4rem;
  width: calc(100% - 148px);
}
.page-topics.index .p-topics-articleBlock__nodata {
  color: var(--color-gray);
  display: none;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 32px;
  padding-block: 64px;
  text-align: center;
}
.page-topics.index .p-topics-articleBlock__viewmore {
  margin-top: 32px;
  margin-inline: auto;
  max-width: 100%;
  text-align: center;
  width: 240px;
}
.page-topics.index .p-topics-articleBlock__viewmore > button {
  background: var(--color-white);
  border: 1px solid var(--color-standard-red);
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 12px;
  width: 100%;
}
.page-topics.index .p-topics-articleBlock__viewmore > button span {
  padding-left: 28px;
  position: relative;
}
.page-topics.index .p-topics-articleBlock__viewmore > button span:before {
  background-image: url(/common/images/icon_arrow_red_bottom.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-topics.index .p-topics-articleBlock__list_item .text-title {
    padding-left: 24px;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-topics.index .p-topics-categoryTab {
    margin-bottom: -16px;
  }
  .page-topics.index .p-topics-categoryTab > ul li {
    margin-bottom: 16px;
  }
  .page-topics.index .p-topics-articleBlock__list_item > a {
    padding-block: 20px;
  }
  .page-topics.index .p-topics-articleBlock__list_item .text-title {
    margin-top: 8px;
    width: 100%;
  }
  .page-topics.index .p-topics-articleBlock__viewmore {
    margin-top: 24px;
  }
}




/* article
============================================================= */
.page-topics.article .p-topics-contentsBlock__heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.page-topics.article .p-topics-contentsBlock__heading .text-update {
  color: var(--color-gray);
  font-size: 1.2rem;
  font-weight: bold;
  width: 95px;
}
.page-topics.article .p-topics-contentsBlock__heading .tag-category {
  border-radius: 2px;
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  min-width: 48px;
  padding: 4px 12px;
  text-align: center;
}
.page-topics.article .p-topics-contentsBlock__heading .text-title {
  color: var(--color-standard-blue);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.125;
  margin-top: 12px;
  width: 100%;
}
.page-topics.article .p-topics-contentsBlock__body {
  margin-top: 40px;
}
.page-topics.article .p-topics-contentsBlock__body > *:first-child {
  margin-top: 0 !important;
}
.page-topics.article .p-topics-contentsBlock__body p {
  font-size: 1.4rem;
  line-height: 2;
}
.page-topics.article .p-topics-contentsBlock__body p + p {
  margin-top: 24px;
}
.page-topics.article .p-topics-contentsBlock__body p a {
  color: var(--color-lightblue);
  text-decoration: underline;
}
.page-topics.article .p-topics-contentsBlock + .c-button {
  width: 240px;
}
.page-topics.article .p-topics-contentsBlock + .c-button .c-button__inner {
  padding-block: 15px;
}
.page-topics.article .p-topics-contentsBlock + .c-button .c-button__inner > span:before {
  background-image: url(/common/images/icon_back_red.svg);
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-topics.article .p-topics-contentsBlock + .c-button .c-button__inner:hover {
    background-color: var(--color-pink) !important;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-topics.article .p-topics-contentsBlock__heading .text-title {
    font-size: 2rem;
    line-height: 1.35;
    margin-top: 12px;
  }
  .page-topics.article .p-topics-contentsBlock__body {
    margin-top: 32px;
  }
}


/* component */
.page-topics.article * + .p-component-imageBlock {
  margin-top: 32px;
}
.page-topics.article .p-component-pdfLink {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 16px;
}
.page-topics.article .p-component-pdfLink a {
  color: var(--color-lightblue);
  display: inline-block;
  position: relative;
}
.page-topics.article .p-component-pdfLink a[href$=".pdf"] {
  padding-left: 36px;
}
.page-topics.article .p-component-pdfLink a[href$=".pdf"]:before {
  background-image: url(/common/images/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  top: 6px;
  left: 0;
  width: 28px;
}
.page-topics.article .p-component-pdfLink a span {
  display: inline-block;
  padding-right: 18px;
  position: relative;
}
.page-topics.article .p-component-pdfLink a span:after {
  background-image: url(/common/images/icon_download_lightblue.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 14px;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-topics.article .p-component-imageBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page-topics.article .p-component-imageBlock[data-layout-pc="column-1"] {
    justify-content: center;
  }
  .page-topics.article .p-component-imageBlock[data-layout-pc="column-2"] .p-component-imageBlock__item {
    width: 420px;
  }
  .page-topics.article .p-component-imageBlock[data-layout-pc="column-3"] .p-component-imageBlock__item {
    width: 272px;
  }
  .page-topics.article .p-component-imageBlock[data-layout-pc="image-left"] {
    flex-direction: row-reverse;
  }
  .page-topics.article .p-component-imageBlock[data-layout-pc="image-left"] .p-component-imageBlock__image,
  .page-topics.article .p-component-imageBlock[data-layout-pc="image-right"] .p-component-imageBlock__image {
    width: 320px;
  }
  .page-topics.article .p-component-imageBlock[data-layout-pc="image-left"] .p-component-imageBlock__text,
  .page-topics.article .p-component-imageBlock[data-layout-pc="image-right"] .p-component-imageBlock__text {
    width: calc(100% - 370px);
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-topics.article .p-component-imageBlock__item:nth-of-type(n+2),
  .page-topics.article .p-component-imageBlock__image {
    margin-top: 16px;
  }
}

