#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;
}

.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: 1.6em;
  font-weight: bold;
}
/* リンク */
.article_link {
  display: flex;
  font-size: 1.6em;
}
.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;
}

/* list font size */
.article-list.font-size__normal li {
  font-size: 1.6em;
}
.article-list.font-size__small li {
  font-size: 1.2em;
}
.article-list.font-size__normal .content-block li {
  font-size: 1.0em;
}
.article-list.font-size__small .content-block li {
  font-size: 1.0em;
}


/* 箇条書き */
#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;
}
ul.article-list .content-block li {
  margin-bottom: auto;
}
ul.article-list li div {
  margin-bottom: 8px;
}
ul.article-list li .article-list__mark {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.5em;
}
ul.article-list li .article-list__mark {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.5em;
}
ul.article-list.font-size__small li .article-list__mark {
  padding-right: 0.3em;
}
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;
}
