/*--------------------------
  topics 導入事例 レイアウト
--------------------------*/
.p-topics {
  margin-top: 4em;
  padding: 0 0 10em 0;
}

.p-topics .l-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
}

@media screen and (max-width:1070px) {
  .p-topics .l-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    width: 90%;
  }
}

.p-topics figure img {
  max-width: unset;
}

.p-topics p {
  line-height: 1.7;
}

.p-topics a {
  color: #0061B4 !important;
  text-decoration: underline !important;
}

.p-topics a:hover {
  text-decoration: none !important;
}

.p-topics .item-detail .link-list {
  display: block;
  margin-top: 1.2em;
}

.p-topics .item-detail .link-list .link-list__item {
  align-items: center;
  display: flex;
  padding-left: 1em;
  position: relative;
  width: 100%;
}

.p-topics .item-detail .link-list .link-list__item:before {
  background-color: #0061B4;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}

.p-topics .item-detail .link-list .link-list__item:not(:first-child) {
  margin-top: .7em;
}

.p-topics .item-detail .window-link,
.p-topics .item-detail .text-link {
  align-items: center;
  display: flex;
  font-feature-settings: "palt";
  width: fit-content;
}

.p-topics .item-detail .window-link {
  margin-top: 0;
}

.p-topics .item-detail .window-link .icon {
  display: flex;
  height: 14px;
  position: relative;
  width: 12px;
}

.p-topics .item-detail .window-link .icon:before,
.p-topics .item-detail .window-link .icon:after {
  border: 2px solid #0061B4;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  width: 8px;
}

.p-topics .item-detail .window-link .icon:after {
  right: 3px;
  top: 3px;
}

@media screen and (max-width:767px) {
  .p-topics .item-detail .window-link .icon:before,
  .p-topics .item-detail .window-link .icon:after {
    border: 1.7px solid #0061B4;
  }
}

.p-topics .item-head {
  display: block;
}

.p-topics .item-head .data-box {
  align-items: center;
  display: flex;
}

.p-topics .item-head .data-box .data {
  color: #999;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}

.p-topics .item-head .data-box .category {
  background-color: #f0f0f0;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
  padding: 0.6em 1em;
}

.p-topics .item-head .title {
  font-size: 26px;
  font-weight: 700;
  margin-top: .7em;
}

.p-topics .item-detail {
  display: block;
  margin-top: 1.75em;
}

.p-topics .item-detail .image-box {
  display: flex;
  margin-top: 2.5em;
  width: fit-content;
}

/* .p-topics .item-detail .image-box .image {
  position: relative;
}

.p-topics .item-detail .image-box .caption {
  bottom: 3em;
  font-size: 12px;
  position: absolute;
  right: 6em;
} */

.p-topics .item-detail .image-box + div {
  margin-top: 3em;
}

.p-topics .item-detail .image-box.caption {
  margin-top: 2em;
  position: relative;
  width: 35%;
}

.p-topics .item-detail .image-box.caption .image {
  position: relative;
}

.p-topics .item-detail .image-box.caption .caption {
  bottom: 1em;
  font-size: 12px;
  position: absolute;
  right: 1em;
}

.p-topics .item-detail .bg-box {
  background-color: aliceblue;
  box-sizing: border-box;
  display: block;
  margin: 1.5em auto;
  padding: 1.5em;
  width: 100%;
}

.p-topics .item-detail .bg-box h2 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.7;
  width: fit-content;
}

.p-topics .item-detail .bg-box h2 + .text-box {
  margin-top: .6em;
}

.p-topics .item-detail .border-box {
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin: 1.5em auto;
  padding: 1.5em 1.5em 1.5em 2.3em;
  width: 100%;
}

.p-topics .item-detail .border-box .text {
  width: 70%;
}

.p-topics .item-detail .border-box .image-box {
  flex-direction: column;
  position: relative;
  width: 28%;
}

.p-topics .item-detail .p-topics .item-detail .border-box .image-box {
  flex-direction: column;
  position: relative;
  width: 28%;
}

.p-topics .item-detail .border-box .image-box .image img {
    display: block;
    width: 100%;
}

.p-topics .item-detail .border-box .image-box .caption {
  bottom: 10px;
  font-size: 12px;
  position: absolute;
  right: 0;
}

.p-topics .item-detail .image-box {
  display: flex;
  margin-top: 2.5em;
  position: relative;
  width: fit-content;
}

.p-topics .item-detail .image-box .image {
  position: relative;
}

.p-topics .item-detail .image-box .caption {
  bottom: 3em;
  font-size: 12px;
  position: absolute;
  right: 6em;
}

.p-topics .item-detail .image-box.flex {
  display: flex;
  justify-content: space-between;
  margin: 2.5em auto 0;
  width: 100%;
}

.p-topics .item-detail .image-box.flex .image {
  display: block;
  width: 49%;
}

.p-topics .item-detail .image-box.flex .image img {
  margin: 0;
  max-width: unset;
  width: 100%;
}

.p-topics .item-detail .caption {
  font-size: 12px;
  margin-top: 3px;
}

@media screen and (max-width:767px) {
  .p-topics .item-detail .image-box {
    margin: 2.5em auto 0;
    overflow: hidden;
    width: 100%;
  }

  .p-topics .item-detail .image-box .image {
    width: 27.5em;
  }

  .p-topics .item-detail .image-box.flex {
    flex-direction: column;
  }

  .p-topics .item-detail .image-box.flex .image {
    width: 100%;
  }

  .p-topics .item-detail .image-box.flex .image:not(:first-child) {
    margin-top: 1.5em;
  }

  .p-topics .item-detail .image-box .caption {
    bottom: 2em;
    right: 10%;
  }

  .p-topics .item-detail .border-box {
    flex-direction: column;
    padding: 1.5em;
    width: 100%;
  }

  .p-topics .item-detail .border-box .text {
    width: 100%;
  }

  .p-topics .item-detail .border-box .image-box {
    width: 80%;
  }

  .p-topics .item-detail .border-box .image-box .image {
    width: 100%;
  }
}

/* 記事シェア部分 */
.p-topics .item-share {
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5em auto 0;
  padding: 3em 0;
  width: 94%;
}

.p-topics .item-share .text {
  font-size: 1em;
  font-weight: 600;
}

.p-topics .item-share .share-list {
  align-items: center;
  display: flex;
  margin: 1em auto 0;
}

.p-topics .item-share .share-list .share-list__item {
  align-items: center;
  display: flex;
  width: 320px;
}

.p-topics .item-share .share-list .share-list__item:last-child {
  margin-left: 30px;
}

.p-topics .item-share .share-list .share-list__item .link-button {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
  text-decoration: none !important;
  width: 100%;
}

.p-topics .item-share .share-list .share-list__item .link-button:hover {
  opacity: .7;
}

.p-topics .item-share .share-list .share-list__item .link-button .icon {
  display: block;
  height: 40px;
  width: 40px;
}

.p-topics .item-share .share-list .share-list__item .link-button.facebook {
  border: 2px solid #0866ff;
}

.p-topics .item-share .share-list .share-list__item .link-button.line {
  border: 2px solid #00c300;
}

.p-topics .item-share .share-list .share-list__item .link-button .text {
  font-weight: 600;
  margin-left: 10px;
}

.p-topics .item-share .share-list .share-list__item .link-button.facebook .text {
  color: #0866ff;
}

.p-topics .item-share .share-list .share-list__item .link-button.line .text {
  color: #00c300;
}

@media screen and (max-width:767px) {
  .p-topics .item-share .text {
    font-size: 1.2em;
  }

  .p-topics .item-share .share-list {
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
  }

  .p-topics .item-share .share-list .share-list__item {
    width: 90%;
  }

  .p-topics .item-share .share-list .share-list__item:last-child {
    margin: 30px 0 0;
  }
}

/* トップページに戻る */
.p-topics .item-top {
  display: block;
  margin-top: 5em;
}

.p-topics .item-top .button {
  align-items: center;
  background-color: #0061B4;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 1em 3em;
  position: relative;
  text-decoration: none !important;
  width: 350px;
}

.p-topics .item-top .button:hover {
  opacity: .7;
}

.p-topics .item-top .button:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  left: 12%;
  transform: rotate(-135deg);
}

.p-topics .item-top .button .text {
  margin-left: 1.1em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}

@media screen and (max-width:767px) {
  .p-topics .item-top .button {
    width: 80%;
  }

  .p-topics .item-top .button .text {
    margin-left: 1em;
  }
}