@charset "UTF-8";

h1 {
  padding: 0 25px;
  box-sizing: border-box;
}

a.share-button {
  width: auto;
  height: auto;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: black;
  margin-bottom: 1em;
  padding: 7px 10px;
  text-decoration: none;
  color: white;
  border-radius: 4px;
  font-size: 1em;
}

a.share-button svg {
  height: 20px;
}

a.share-button span {
  margin-left: 9px;
  text-decoration: none;
  margin-top: 2px;
}


.tk-ni-Article.tk-ni-Article-parts {
  max-width: 800px;
  margin: 0 auto;
  padding: 2em 25px;
}

.tk-ni-Article.tk-ni-Article-parts #content_text a {
  transition: 0.5s;
}

.tk-ni-Article.tk-ni-Article-parts #content_text a:hover {
  color: #f00;
}

.tk-ni-Article.tk-ni-Article-parts #content_text p,
.tk-ni-Article.tk-ni-Article-parts #content_text ul,
.tk-ni-Article.tk-ni-Article-parts #content_text ol {
  margin-bottom: 2em;
  display: inline-block;
}

.tk-ni-Article.tk-ni-Article-parts #content_text p{
	width: 100%;
}


.tk-ni-Article.tk-ni-Article-parts #content_text ul,
.tk-ni-Article.tk-ni-Article-parts #content_text ol {
  padding-left: 1.5em;
}

.tk-ni-Article.tk-ni-Article-parts ul#linklist {
  max-width: none;
  padding: 0;
  margin-bottom: 3.5em;
  align-items: flex-start;
  justify-content: center;
}

.tk-ni-Article.tk-ni-Article-parts ul#linklist li a {
  border: 0;
  background: initial;
  padding: 0;
  flex-flow: column;
  transition: 0.5s;
}

.tk-ni-Article.tk-ni-Article-parts ul#linklist li a>div {
  height: 153px;
  width: 100%;
  margin-bottom: 1.5em;
  transition: 0.5s;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tk-ni-Article.tk-ni-Article-parts ul#linklist li a:hover div {
  opacity: 0.8;
}

.tk-ni-Article.tk-ni-Article-parts h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: black;
}

.tk-sw-RelatedProductInner {
  padding: 0;
}

.tk-ni-Article.tk-ni-Article-parts ul#linklist li a>div img {
  max-height: 153px;
  height: auto;
}

.tk-ki-ArticleIntroduceListRow {
  display: flex;
  justify-content: center;
}

.tk-ki-ArticleIntroduceListCol {
  border: 0;
  width: 50%;
}

.tk-ki-ArticleIntroduceList.js-matchHeight {
  background-color: white;
}

.tk-ki-ArticleIntroduceListUnit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tk-ki-ArticleIntroduceListUnit>a {
  transition: 0.5s;
}

.footer_navi {
  width: 100%;
  background-color: #eee;
  padding: 25px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.footer_navi ul {
  display: flex;
  justify-content: center;
  max-width: 800px;
  width: 100%;
}

.footer_navi ul li {
  list-style-type: none;
}

.footer_navi ul li a {
  display: flex;
  background-size: 6px;
  background-position: 12px center;
  text-align: left;
  text-decoration: none;
  background-image: url(/assets/img/common/arrow/right_02.svg);
  background-repeat: no-repeat;
  box-sizing: border-box;
  align-items: center;
  transition: 0.2s;
  padding: 0 0 0 33px;
}


@media print,
screen and (max-width: 1024px) {
  .tk-ni-Article.tk-ni-Article-parts {
    padding: 2em 45px;
  }

}

@media print,
screen and (max-width: 767px) {

  a.share-button {
    padding: 3px 10px 5px;
  }

  .tk-ni-Article.tk-ni-Article-parts ul#linklist li a>div {
    height: auto;
  }

  .tk-ni-Article.tk-ni-Article-parts ul#linklist li {
    width: 100%;
  }

  .tk-ni-Article.tk-ni-Article-parts ul#linklist li>div img {
    max-height: none;
  }

  .tk-ni-Article.tk-ni-Article-parts ul#linklist li a>div img {
    max-height: none;
  }

  .tk-ni-Article.tk-ni-Article-parts .tk-sw-RelatedProductBody_Main ul li {
    width: 100%;
  }

  .tk-ni-Article.tk-ni-Article-parts {
    padding: 0 25px 2em 25px;
  }

  .tk-ki-ArticleIntroduceListRow {
    flex-flow: column;
    gap: 5px;
  }

  .tk-ki-ArticleIntroduceListCol {
    width: 100%;
  }


  .tk-sw-RelatedProductInner {
    margin-bottom: 40px;
  }

  .tk-ki-ArticleIntroduceListUnit_Text {
    padding-left: 20px;
    background: url(/assets/img/common/arrow/filled-circle-right_01.svg) left 4px no-repeat;
    background-size: 15px;
    background-position: left center;
  }

  .tk-ki-ArticleIntroduceListUnit>a {
    background: none;
  }

  .tk-ki-ArticleIntroduceListUnit {
    justify-content: left;
  }

  .tk-ki-ArticleIntroduceListRow {
    gap: 0;
  }

  /* フレイル/サルコペニア ol p 改行調整 */
  .tk-ni-Article.tk-ni-Article-parts #content_text ol .new_line {
    display: block;
  }

  .tk-ni-Article.tk-ni-Article-parts #content_text p .new_line {
    display: block;
    margin: 0.3em;
  }

}