/* preview時のリンク */
a.node-preview-backlink {
  font-size: 16px;
}

#article-detail .article-body .content-block {
  font-size: 16px;
}
#article-detail .article-body .content-block p {
  font-size: 16px;
}

#article-detail .news-header {
  margin-bottom: 30px;
}
#article-detail .article-header .title {
  margin-bottom: 14px;
  padding: 17px 0 16px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  font-size: 1.6em;
  font-weight: normal;
}

.article-body .article-footer {
  margin-top: 30px;
}

.article-body .align-center,
.article-body .align-right {
  float: none;
}

#article-detail .article-header .company {
  font-size: 1.6em;
}

#article-detail .article-body .content-block .mod-image-left,
#article-detail .article-body .content-block .mod-image-center {
  font-size: 16px;
}

.pdf-area a {
  font-size: 20px;
}
.pdf-area .filesize {
  font-size: 14px;
  vertical-align: 3px;
}

.pdf-area .mod-icon-pdf {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  zoom: 1;
  vertical-align: 0px;
  width: 27px;
  height: 14px;
  margin-left: 6px;
  background-image: url(/common_rwd/img/parts/icon_pdf01.png);
  background-size: 27px auto;
}

/* 中央 */
.content-block.pos--center {
  text-align: center;
}

/* 見出し */
.article-body h3 {
  font-size: 130%;
}
.article-body h4 {
  font-size: 104%;
}
.article-body h5 {
  font-size: 100%;
}

/* リンク */
.article_link {
  display: flex;
  font-size: 16px;
}
.article_link--pos__center {
  justify-content: center;
}
.article_link--button {
  line-height: 1.5;
  margin-bottom: 12px;
}
.article_link--button a:hover {
  background-color: #e9eaea;
}
.article_link--button.window a:after {
  display: block;
  position: absolute;
  right: 9px;
  top: 18px;
  width: 15px;
  height: 12px;
  margin: auto 0;
  background: url(/common_2022/img/window_icon01_gray.svg) no-repeat;
  background-size: 12px auto;
  content: "";
}
.article_link--button.internal a:after {
  display: block;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  width: 8px;
  height: 15px;
  margin: auto 0;
  background: url(/common_rwd/img/parts/link_bg06.png) no-repeat;
  background-size: 8px auto;
  content: "";
}
.article_link--link_button a {
  display: block;
  position: relative;
  padding: 12px 35px 12px 19px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background-color: #fff;
  color: #222222;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article_link--link_string.window a:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url(/common_2022/img/window_icon01_gray.svg) no-repeat;
  background-size: 12px auto;
  content: "";
}
.article_link--sns_button a {
  display: block;
  position: relative;
  padding: 12px 35px 12px 50px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background-color: #fff;
  color: #222222;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article_link--sns_button a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 9px;
  bottom: 0;
  margin: auto 0;
}
.article_link--sns_button.icon--facebook a:before {
  background: url(/themes/custom/tokyu/img/icon/facebook.png) no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  background-size: 30px auto;
}
.article_link--sns_button.icon--instagram a:before {
  background: url(/themes/custom/tokyu/img/icon/instagram.svg) no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  background-size: 30px auto;
}
.article_link--sns_button.icon--youtube a:before {
  background: url(/themes/custom/tokyu/img/icon/youtube.svg) no-repeat;
  content: "";
  width: 30px;
  height: 21px;
  background-size: 30px auto;
}
.article_link--sns_button.icon--tiktok a:before {
  background: url(/themes/custom/tokyu/img/icon/tiktok.png) no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  background-size: 30px auto;
}
.article_link--sns_button.icon--x a:before {
  background: url(/themes/custom/tokyu/img/icon/x.svg) no-repeat;
  content: "";
  width: 26px;
  height: 26px;
  background-size: 26px auto;
  background-color: black;
  border: 2px solid black;
}

/* 箇条書き */
#article-detail .article-body .article-list .content-block {
  margin-bottom: 0;
}
ul.article-list {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
ul.article-list li {
  list-style: none;
  line-height: 1.6;
  margin-bottom: 12px;
  font-size: 16px;
}
ul.article-list li div {
  margin-bottom: 8px;
}
ul.article-list li .article-list__mark {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}
ul.article-list li .article-list__body {
  display: table-cell;
  vertical-align: top;
}
.article-list__body .article_link--link_string {
  font-size: 1em;
}
.article-list__body .article_link--button {
  font-size: 1em;
}
.article-list .article_link {
  justify-content: left;
}
.article-list.list-type-circle_number .article-list__mark {
  padding-right: 0.8em;
}

/* 注釈 */
.article-list .article-annotation li {
  margin-bottom: 0;
}
.article-annotation {
  font-size: 12px;
  line-height: 180%;
}
.article-annotation .article-annotation__mark {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 6px;
  font-size: 12px;
}
.article-annotation .article-annotation__body {
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
}
.article-annotation .article-annotation__body p {
  margin-bottom: 0;
  font-size: 12px;
}
.article-annotation .article-annotation__body a {
  font-size: 12px;
}

/* 画像３枚並べ　*/
.media-image-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.media-image-wrap figure {
  display: table;
}
.media-image-wrap figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 1em;
  padding-top: 10px;
}
.media-image-wrap img {
  width: 100%;
  display: block;
}
