/*--------------------------
  topics 導入事例 レイアウト
--------------------------*/
.p-pressrelease {
  margin-top: 4em;
  padding: 0 0 10em 0;
}

.p-pressrelease .l-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
}

@media screen and (max-width:1070px) {
  .p-pressrelease .l-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    width: 90%;
  }
}

/* 記事ページ */
.p-pressrelease p {
  line-height: 1.8;
}

.p-pressrelease p.flex {
  display: flex;
}

.p-pressrelease a {
  color: #0061B4 !important;
  text-decoration: underline !important;
}

.p-pressrelease a:hover {
  text-decoration: none !important;
}

.p-pressrelease .margin-top {
  margin-top: 2em;
}

.p-pressrelease .item-detail .link-list {
  display: block;
  margin-top: 1.2em;
}

.p-pressrelease .item-detail .link-list .link-list__item {
  align-items: center;
  display: flex;
  padding-left: 1em;
  position: relative;
  width: 100%;
}

.p-pressrelease .item-detail .link-list .link-list__item:before {
  background-color: #0061B4;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}

.p-pressrelease .item-detail .link-list .link-list__item:not(:first-child) {
  margin-top: .7em;
}

.p-pressrelease .item-detail .window-link,
.p-pressrelease .item-detail .text-link {
  align-items: center;
  display: flex;
  font-feature-settings: "palt";
  width: fit-content;
}

.p-pressrelease .item-detail .window-link {
  margin-top: 0;
}

.p-pressrelease .item-detail .window-link .icon {
  display: flex;
  height: 14px;
  position: relative;
  width: 12px;
}

.p-pressrelease .item-detail .window-link .icon:before,
.p-pressrelease .item-detail .window-link .icon:after {
  border: 2px solid #0061B4;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  width: 8px;
}

.p-pressrelease .item-detail .window-link .icon:after {
  right: 3px;
  top: 3px;
}

@media screen and (max-width:767px) {
  .p-pressrelease .item-detail .window-link .icon:before,
  .p-pressrelease .item-detail .window-link .icon:after {
    border: 1.7px solid #0061B4;
  }
}


.p-pressrelease .item-head {
  display: block;
}

.p-pressrelease .item-head .data-box {
  align-items: center;
  display: flex;
}

.p-pressrelease .item-head .data-box .data {
  color: #999;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}

.p-pressrelease .item-head .data-box .category {
  background-color: #f0f0f0;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
  padding: 2px 10px;
}

.p-pressrelease .item-head .title {
  font-size: 26px;
  font-weight: 700;
  margin-top: .7em;
}

.p-pressrelease .item-detail {
  display: block;
  margin-top: 1.75em;
}

.p-pressrelease .item-detail .text-box {
  display: block;
}

.p-pressrelease .item-detail .text-box .text:nth-child(n+2) {
  margin-top: 1em;
}

.p-pressrelease .item-detail .item-kv {
  display: block;
  width: fit-content;
}

@media screen and (max-width:767px) {
  .p-pressrelease .item-detail .item-kv {
    display: block;
    width: 100%;
  }

  .p-pressrelease .item-detail .item-kv .image-kv,
  .p-pressrelease .item-detail .item-kv .image-kv .image {
    display: block;
    max-width: unset;
    width: 100%;
  }
}

.p-pressrelease .item-detail .item-kv + .text-box {
  margin-top: 2em;
}

.p-pressrelease .item-detail .item-image {
  display: block;
  margin-top: 2em;
  width: fit-content;
}

.p-pressrelease .item-detail .overview-box {
  display: block;
  margin-top: 2.5em;
  width: 100%;
}

.p-pressrelease .item-detail .overview-box .title {
  font-size: 1.2rem;
  font-weight: 700;
}

.p-pressrelease .item-detail .overview-box .text-box {
  margin-top: 10px;
}

.p-pressrelease .item-detail .overview-box .overview-item {
  display: block;
  margin-top: 1em;
  width: 100%;
}

.p-pressrelease .item-detail .overview-box .overview-item .overview-item__frame {
  display: flex;
}

.p-pressrelease .item-detail .overview-box .overview-item .overview-item__frame.baseline {
  align-items: baseline;
}

.p-pressrelease .item-detail .overview-box .overview-item .overview-item__frame:nth-child(n+2) {
		margin-top: 0.8em;
}

.p-pressrelease .item-detail .overview-box .category {
		align-items: center;
		display: flex;
		justify-content: space-between;
		min-width: 150px;
		padding-left: 1em;
		position: relative;
}

.p-pressrelease .item-detail .overview-box .category:before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    width: 5px;
}

.p-pressrelease .item-detail .overview-box .detail {
		align-items: baseline;
		display: flex;
		margin-left: 10px;
		width: fit-content;
	}

.p-pressrelease .item-detail .overview-box .detail .caption {
  display: block !important;
  font-size: 0.8em;
  margin-left: 10px;
}

.p-pressrelease .item-detail .overview-box .overview-item.other .category {
  padding-left: 0;
  width: fit-content;
  min-width: unset;
}

.p-pressrelease .item-detail .overview-box .overview-item.other .category:before {
  display: none;
}

@media screen and (max-width:500px) {
  .p-pressrelease .item-detail .overview-box .overview-item .overview-item__frame {
    flex-direction: column;
  }

  .p-pressrelease .item-detail .overview-box .category {
    min-width: unset;
    width: 100%;
  }

  .p-pressrelease .item-detail .overview-box .category span {
    display: none;
  }

  .p-pressrelease .item-detail .overview-box .detail {
    box-sizing: border-box;
    flex-direction: unset;
    margin-left: 0;
    margin-top: 3px;
    padding-left: 1em;
    width: 100%;
  }

  .p-pressrelease .item-detail .overview-box .detail .caption {
    display: block !important;
    font-size: 0.8em;
    margin-left: 10px;
  }

  .p-pressrelease .item-detail .overview-box .overview-item.other .overview-item__frame {
    flex-direction: unset;
  }

  .p-pressrelease .item-detail .overview-box .overview-item.other .detail {
    margin-left: 10px;
    padding-left: 0;
    width: 85%;
  }
}

.p-pressrelease .item-detail .item-flex {
  border-top: 1px solid #ccc;
  display: block;
  margin-top: 4em;
  padding-top: 3em;
}

.p-pressrelease .item-detail .item-flex .title {
  font-size: 1.2rem;
  font-weight: 600;
}

.p-pressrelease .item-detail .item-flex .title + ul {
  margin-top: 2em;
}

.p-pressrelease .item-detail .item-flex .item-flex__frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.p-pressrelease .item-detail .item-flex .item-flex__detail {
  background-color: #edf6ff;
  box-sizing: border-box;
  display: block;
  padding: 2.3em;
  width: 48%;
}

.p-pressrelease .item-detail .item-flex .item-flex__frame.border .item-flex__detail {
  background-color: unset;
  border: 1px solid #ccc;
}

.p-pressrelease .item-detail .item-flex .item-flex__detail:nth-child(n+3) {
  margin-top: 2.5em;
}

.p-pressrelease .item-detail .item-flex .item-flex__detail .title {
  font-weight: 700;
  font-size: 1.1rem;
}

.p-pressrelease .item-detail .item-flex .item-flex__detail .text-box {
  margin-top: .8em;
}

.p-pressrelease .item-detail .item-flex .item-flex__detail .text-box .text {
  margin-top: 0;
}


.p-pressrelease .item-detail .image-box {
  display: flex;
  margin-top: 2.5em;
  position: relative;
  width: fit-content;
}

.p-pressrelease .item-detail .image-box .image {
		position: relative;
	}

.p-pressrelease .item-detail .image-box .caption {
  bottom: 3em;
  font-size: 12px;
  position: absolute;
  right: 6em;
}

.p-pressrelease .item-detail .image-box {
  display: flex;
  margin-top: 2.5em;
  position: relative;
  width: fit-content;
}

.p-pressrelease .item-detail .image-box .image {
  position: relative;
}

.p-pressrelease .item-detail .image-box .caption {
  bottom: 3em;
  font-size: 12px;
  position: absolute;
  right: 6em;
}

.p-pressrelease .item-detail .image-box.flex {
  display: flex;
  justify-content: space-between;
  margin: 2.5em auto 0;
  width: 100%;
}

.p-pressrelease .item-detail .image-box.flex .image {
  display: block;
  width: 49%;
}

.p-pressrelease .item-detail .image-box.flex .image img {
  margin: 0;
  max-width: unset;
  width: 100%;
}

.p-pressrelease .item-detail .caption {
  font-size: 12px;
  margin-top: 3px;
}

@media screen and (max-width:767px) {
  .p-pressrelease .item-detail .image-box {
    margin: 2.5em auto 0;
    overflow: hidden;
    width: 100%;
  }

  .p-pressrelease .item-detail .image-box .image {
    width: 100%;
  }

  .p-pressrelease .item-detail .image-box.flex {
    flex-direction: column;
  }

  .p-pressrelease .item-detail .image-box.flex .image {
    width: 100%;
  }

  .p-pressrelease .item-detail .image-box.flex .image:not(:first-child) {
    margin-top: 1.5em;
  }

  .p-pressrelease .item-detail .image-box .caption {
    bottom: 2em;
    right: 10%;
  }

  .p-pressrelease .item-detail .item-flex .item-flex__frame {
    flex-direction: column;
  }

  .p-pressrelease .item-detail .item-flex .item-flex__detail:nth-child(n+2) {
    margin-top: 2.5em;
  }

  .p-pressrelease .item-detail .item-flex .item-flex__detail {
    width: 100%;
  }
}

/* 水色背景 */
.p-pressrelease .item-detail .bg-box {
  background-color: aliceblue;
  box-sizing: border-box;
  display: block;
  margin: 1.5em auto;
  padding: 2em;
  width: 80%;
}

.p-pressrelease .item-detail .bg-box .image-box {
  margin-top: 0;
}

.p-pressrelease .item-detail .bg-box.flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-pressrelease .item-detail .bg-box.flex .image-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
}

.p-pressrelease .item-detail .bg-box.flex .item-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 56%;
}

.p-pressrelease .item-detail .bg-box.flex .item-box p {
  width: fit-content;
}

.p-pressrelease .item-detail .bg-box.flex .item-box p + .logo {
  margin: .5em auto 1em;
}

.p-pressrelease .item-detail .bg-box.flex .item-box .logo {
  margin: 0 auto 1em;
  width: 70%;
}

@media screen and (max-width:1239px) {
  .p-pressrelease .item-detail .bg-box {
    width: 100%;
  }
}

@media screen and (max-width:959px) {
  .p-pressrelease .item-detail .bg-box.flex .item-box p.link-text.flex {
    flex-direction: column;
  }
}

@media screen and (max-width:767px) {
  .p-pressrelease .item-detail .bg-box.flex {
    flex-direction: column;
    padding: 3em 2.5em;
  }

  .p-pressrelease .item-detail .bg-box.flex .image-box,
  .p-pressrelease .item-detail .bg-box.flex .item-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .p-pressrelease .item-detail .bg-box.flex .item-box {
    margin-top: 2em;
  }

  .p-pressrelease .item-detail .bg-box.flex .image-box .image {
    width: 100%;
  }

  .p-pressrelease .item-detail .bg-box.flex .item-box .logo {
    width: 60%;
  }

  .p-pressrelease .item-detail .bg-box.flex .item-box p.link-text.flex {
    align-items: center;
    justify-content: center;
  }
}

.p-pressrelease .item-detail .detail-box {
  display: block;
  margin-top: 3em;
}

.p-pressrelease .item-detail .detail-box .title {
  font-size: 1.5em;
  font-weight: 600;
}

.p-pressrelease .item-detail .detail-box .detail-box__item {
  display: block;
  margin-top: 1em;
  width: 100%;
}

.p-pressrelease .item-detail .detail-box .detail-box__item .item-box {
  display: block;
}

.p-pressrelease .item-detail .detail-box .detail-box__item .item-box:nth-child(n+2) {
  margin-top: 3em;
}

.p-pressrelease .item-detail .detail-box .detail-box__item .item-box .title {
  font-size: 1.25em;
  font-weight: 600;
}

.p-pressrelease .item-detail .detail-box .detail-box__item .item-box .title .number {
  margin-right: 5px;
}

.p-pressrelease .item-detail .detail-box .detail-box__item .item-box .detail-box {
  margin-top: 1em;
}

.p-pressrelease .item-detail .detail-box .item-list {
  display: block;
  padding-left: 2em;
  width: 100%;
}

.p-pressrelease .item-detail .detail-box .item-list .item-list__item {
  align-items: center;
  display: flex;
  padding-left: 1em;
  position: relative;
  width: 100%;
}

.p-pressrelease .item-detail .detail-box .item-list .item-list__item:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 5px;
}

.p-pressrelease .item-detail .detail-box .item-list .item-list__item:nth-child(n+2) {
  margin-top: 1em;
}

.p-pressrelease .item-detail .detail-box .flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.p-pressrelease .item-detail .detail-box .flex .detail-box__item {
    width: 68%;
}

.p-pressrelease .item-detail .detail-box .flex .image-box {
  width: 30%;
}

@media screen and (max-width:767px) {
  .p-pressrelease .item-detail .list-box .detail-list .detail-list__item .image-box .image {
    width: 100%;
  }

  .p-pressrelease .item-detail .detail-box .flex {
    flex-direction: column;
  }

  .p-pressrelease .item-detail .detail-box .flex .detail-box__item,
  .p-pressrelease .item-detail .detail-box .flex .image-box {
    width: 100%;
  }

  .p-pressrelease .item-detail .detail-box .flex .image-box {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .p-pressrelease .item-detail .detail-box .flex .image-box .image {
    width: 100%;
  }

  .p-pressrelease .item-detail .detail-box .item-list .item-list__item:before {
    top: 10px;
  }
}

/* 記事シェア部分 */
.p-pressrelease .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-pressrelease .item-share .text {
  font-size: 1em;
  font-weight: 600;
}

.p-pressrelease .item-share .share-list {
  align-items: center;
  display: flex;
  margin: 1em auto 0;
}

.p-pressrelease .item-share .share-list .share-list__item {
  align-items: center;
  display: flex;
  width: 320px;
}

.p-pressrelease .item-share .share-list .share-list__item:last-child {
  margin-left: 30px;
}

.p-pressrelease .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-pressrelease .item-share .share-list .share-list__item .link-button:hover {
  opacity: .7;
}

.p-pressrelease .item-share .share-list .share-list__item .link-button .icon {
  display: block;
  height: 40px;
  width: 40px;
}

.p-pressrelease .item-share .share-list .share-list__item .link-button.facebook {
  border: 2px solid #0866ff;
}

.p-pressrelease .item-share .share-list .share-list__item .link-button.line {
  border: 2px solid #00c300;
}

.p-pressrelease .item-share .share-list .share-list__item .link-button .text {
  font-weight: 600;
  margin-left: 10px;
}

.p-pressrelease .item-share .share-list .share-list__item .link-button.facebook .text {
  color: #0866ff;
}

.p-pressrelease .item-share .share-list .share-list__item .link-button.line .text {
  color: #00c300;
}

@media screen and (max-width:767px) {
  .p-pressrelease .item-share .text {
    font-size: 1.2em;
  }

  .p-pressrelease .item-share .share-list {
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
  }

  .p-pressrelease .item-share .share-list .share-list__item {
    width: 90%;
  }

  .p-pressrelease .item-share .share-list .share-list__item:last-child {
    margin: 30px 0 0;
  }
}

/* トップページに戻る */
.p-pressrelease .item-top {
  display: block;
  margin-top: 5em;
}

.p-pressrelease .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-pressrelease .item-top .button:hover {
  opacity: .7;
}

.p-pressrelease .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-pressrelease .item-top .button .text {
  margin-left: 1.1em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}

@media screen and (max-width:767px) {
  .p-pressrelease .item-top .button {
    width: 80%;
  }

  .p-pressrelease .item-top .button .text {
    margin-left: 1em;
  }
}
