@charset "UTF-8";
  /********** 記事一覧用CSS **************************/
  /* 1. default: 一覧ページ用                        */
  /* 2. pickup: ピックアップ用（トップや一覧で利用） */
  /* 3. large: 大きいサイズ用（トップで利用）        */
  /* 4. smarll: 小さいサイズ用（トップで利用）       */
  /* 5. sub: かなり小さいサイズ用（サブカラムで利用）*/
  /* 6. ranking: ランキング用                        */
  /* 7. clip: クリップ一覧用                         */
  /* 8. 画像無し用                                   */
  /* 9. 縦用                                         */
  /***************************************************/

/* 一覧ページ用 */
.m-articles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.m-articles-item {
  padding-top: 13px;
  padding-bottom: 9px;
  width: 100%;
  border-bottom: 1px solid #999;
  position: relative;
}
.m-articles-item::after {
  content: '';
  display: block;
  clear: both;
}
.m-articles-item__img-wrapper {
  float: left;
  font-size: 0;
  text-align: center;
}
.m-articles-item__img {
  width: 120px;
  height: 80px;
  object-fit: cover;
}
.m-articles-item__img--pos-top {
  object-position: top;
}
.m-articles-item__img--pos-bottom {
  object-position: bottom;
}
.m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 120px;
  padding-left: 15px;
}
.m-articles-item__info-ttl-wrapper {
  min-height: calc(1.8rem * 1.555 * 3);
  position: relative;
}
.m-articles-item__info-ttl-wrapper[data-ctg]::after {
  content: attr(data-ctg);
  color: transparent;
  font-size: 1.4rem;
  line-height: 0;
}
.m-articles-item__info-ttl {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.555;
  letter-spacing: .05em;
  font-weight: normal;
  margin-right: .6em;
  vertical-align: middle;
}
.m-articles-item__info-item {
  white-space: nowrap;
}
.m-articles-item__info-date {
  font-size: 1.2rem;
  color: #666;
  white-space: nowrap;
  margin-right: 1em;
  vertical-align: middle;
}
.m-articles-item__info-ctg {
  color: #88002c;
  font-size: 1.4rem;
  letter-spacing: .05em;
  vertical-align: middle;
  white-space: nowrap;
}
.m-articles-item__info-date,
.m-articles-item__info-ctg {
  line-height: calc(1.8rem * 1.555);
}
.m-articles-item__info-summary {
  font-size: 1.4rem;
  line-height: 1.428;
  letter-spacing: .075em;
  margin-top: 5px;
}
.m-articles-item__info-event-date {
  font-size: 1.2rem;
  color: #666;
}
.m-articles-item__article-link {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: right;
  text-decoration: underline;
  margin-top: .5em;
  color: #88002c;
}

/* ピックアップ */
.m-articles-item--pickup {
  padding-top: 15px;
  margin-bottom: 17px;
  border-bottom: none;
}
.m-articles-item--pickup .m-articles-item__img {
  width: 250px;
  height: 167px;
}
.m-articles-item--pickup .m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 250px;
}
.m-articles-item--pickup .m-articles-item__info-ttl {
  font-size: 2.6rem;
  line-height: 1.28;
}
.m-articles-item--pickup .m-articles-item__info-date,
.m-articles-item--pickup .m-articles-item__info-ctg {
  line-height: calc(2.6rem * 1.28);
}

/* 広告特集用 */
.adspecial .m-articles-item--pickup {
  border-bottom: 1px solid #999;
}

/* m-articles-item--large */
.m-articles-item--large .m-articles-item__img {
  width: 160px;
  height: 107px;
}
.m-articles-item--large .m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 160px;
}
.m-articles-item--large .m-articles-item__info-ttl {
  font-size: 2.4rem;
  line-height: 1.25;
}
.m-articles-item--large .m-articles-item__info-date,
.m-articles-item--large .m-articles-item__info-ctg {
  line-height: calc(2.4rem * 1.25);
}
.m-articles-item--large .m-articles-item__info-summary {
  font-size: 1.3rem;
  line-height: 1.384;
  letter-spacing: .1em;
}

/* m-articles-item--small */
.m-articles-item--small {
  width: calc((100% - 30px) / 2);
}
.m-articles .m-articles-item--small:nth-of-type(odd) {
  margin-right: 30px;
}
.m-articles-item--small .m-articles-item__img {
  width: 100px;
  height: 67px;
}
.m-articles-item--small .m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 100px;
}
.m-articles-item__info-ttl-wrapper {
  min-height: calc(1.5rem * 1.333 * 3);
  position: relative;
}
.m-articles-item--small .m-articles-item__info-ttl {
  font-size: 1.6rem;
  letter-spacing: .03em;
  line-height: 1.333;
  padding-bottom: 14px;
}
.m-articles-item--small .m-articles-item__info-ctg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.m-articles-item--small .m-articles-item__info-date,
.m-articles-item--small .m-articles-item__info-ctg {
  line-height: calc(1.5rem * 1.333);
}

/* m-articles-item--supersmall */
.m-articles-item--supersmall {
  width: calc((100% - 30px) / 2);
}
.m-articles-item--supersmall .no-underline {
  display: flex;
}
.m-articles .m-articles-item--supersmall:nth-of-type(odd) {
  margin-right: 30px;
}
.m-articles-item--supersmall .m-articles-item__img {
  width: 85px;
  height: 57px;
}
.m-articles-item--supersmall .m-articles-item__info {
  width: 100%;
  margin-right: 15px;
}
.m-articles-item--supersmall .m-articles-item__info-ttl {
  font-size: 1.6rem;
  letter-spacing: .03em;
  line-height: 1.333;
  padding-bottom: 14px;
}
.m-articles-item--supersmall .m-articles-item__info-ctg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.m-articles-item--supersmall .m-articles-item__info-date,
.m-articles-item--supersmall .m-articles-item__info-ctg {
  line-height: calc(1.5rem * 1.333);
}

/* m-articles-item--sub */
.m-articles-item--sub .m-articles-item__img {
  width: 76px;
  height: 51px;
}
.m-articles-item--sub .m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 76px;
}
.m-articles-item--sub .m-articles-item__info-ttl-wrapper[data-ctg]::after {
  font-size: 1.3rem;
}
.m-articles-item--sub .m-articles-item__info-ttl {
  font-size: 1.5rem;
  line-height: 1.3;
  padding-bottom: 14px;
}
.m-articles-item--sub .m-articles-item__info-ctg {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.3rem;
}
.m-articles-item--sub .m-articles-item__info-date,
.m-articles-item--sub .m-articles-item__info-ctg {
  line-height: calc(1.4rem * 1.428);
}

/* m-articles-item--ranking */
.m-articles--ranking {
  counter-reset: ranking-number;
}
.m-articles-item--ranking {
  padding-left: 22px;
  padding-top: 10px;
}
.m-articles-item--ranking:not(.is-pr)::before {
  counter-increment: ranking-number;
  content: counter(ranking-number);
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 1.8rem;
  color: #88002c;
  font-weight: bold;
  font-family: "Arial";
}
.m-articles-item--ranking.m-articles-item--sub {
  padding-left: 15px;
}
.m-articles-item--ranking.m-articles-item--sub:not(.is-pr)::before {
  font-size: 1.2rem;
}

/* m-articles-item--clip */
.m-articles.\--clip .m-articles-item__img-wrapper {
  margin-right: 15px;
}
.m-articles.\--clip .m-articles-item__info-ttl-wrapper {
  padding-bottom: 25px;
}
.m-articles-item__delete-clip-btn {
  border: 1px solid #88002c;
  border-radius: 4px;
  padding: 3px 5px 3px 2px;
  color: #88002c;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 8px;
  transition: opacity .3s;
}
.m-articles-item__delete-clip-btn::before {
  display: inline;
  content: '×';
  color: #88002c;
  font-size: 2rem;
  font-weight: normal;
  vertical-align: sub;
}
.m-articles-item__delete-clip-btn:hover {
  opacity: .5;
}

/* 画像無しのリスト */
.m-articles-item--text {
  padding: 5px 0;
}
.m-articles-item--text .m-articles-item__img-wrapper {
  float: right;
  margin-left: 5px;
  width: auto;
}
.m-articles-item--text .m-articles-item__img-wrapper::before {
  content: none;
}
.m-articles-item--text .m-articles-item__img {
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: none;
  position: relative;
}
.m-articles-item--text .m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 0;
  padding-left: 0;
}
.m-articles-item--text .m-articles-item__info-ttl-wrapper {
  min-height: auto;
}
.m-articles-item--text .m-articles-item__info-ttl {
  font-size: 1.4rem;
}
.m-articles-item--text.m-articles-item--arrow .m-articles-item__info-ttl-wrapper {
  padding-left: 10px;
  background: url(../../../../common/images/v1/sub-icon.png) top .7em left no-repeat;
}

/* 画像無しのリスト：特集用 */
.m-articles-item--text-feature .m-articles-item__info-ttl-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-articles-item--text-feature .m-articles-item__info-ttl {
  font-size: 1.6rem;
}

/* 縦用 */
.m-articles-item--vertical {
  border-bottom: none;
}
.m-articles-item--vertical .m-articles-item__img-wrapper {
  float: none;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.m-articles-item--vertical .m-articles-item__img-wrapper::before {
  content: '';
  display: block;
  padding-top: calc(100% / 1.414);
}
.m-articles-item--vertical .m-articles-item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.m-articles-item--vertical .m-articles-item__info {
  padding: 0;
  margin: 0;
}
.m-articles-item--vertical .m-articles-item__info-ttl {
  display: block;
  font-size: 1.5rem;
  letter-spacing: .03em;
  line-height: 1.333;
  padding-top: .3em;
}

/* 縦用：各列 */
.m-articles-item--vertical.col2 { width: calc((100% - 20px * 1) / 2);}
.m-articles-item--vertical.col3 { width: calc((100% - 20px * 2) / 3 - .5px);} /* Edgeで端数処理でカラム落ちする為0.5px削除 */
.m-articles-item--vertical.col4 { width: calc((100% - 20px * 3) / 4);}
.m-articles .m-articles-item--vertical.col2:not(:nth-of-type(2n+1)) { margin-left: 20px;}
.m-articles .m-articles-item--vertical.col3:not(:nth-of-type(3n+1)) { margin-left: 20px;}
.m-articles .m-articles-item--vertical.col4:not(:nth-of-type(4n+1)) { margin-left: 20px;}
  /************** 目次 **************/
  /* 0. 記事ページ                  */
  /* 1. 関連ワード                  */
  /* 2. SNSアイコン                 */
  /* 3. ページネーション            */
  /* 4. イベント画像                */
  /* 5. 定義テーブル                */
  /* 6. ログイン認証                */
  /**********************************/

/* 記事ページ */
.default-article .l-main {
  padding-top: 15px;
}
.default-article .l-sub {
  padding-top: 15px;
}
.default-article .breadcrumb-box {
  padding: 0 0 15px;
}

.section-article {
  margin-bottom: 101px;
}
.article-header {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 10px;
}
.article-header__ttl-box {
  border-bottom: 2px solid #88002c;
}
.article-header__ttl-box__ttl {
  font-size: 1.4rem;
  letter-spacing: .05em;
  color: #88002c;
  font-weight: bold;
}
.article-header__ttl-box.\--type .article-header__ttl-box__ttl {
  position: relative;
  bottom: -2px;
}
.article-header__ttl-box__type {
  display: inline-block;
  float: right;
  margin-bottom: 4px;
  font-size: 1.2rem;
  line-height: 1.35;
  padding: 0 10px;
  letter-spacing: 0;
  color: #88002d;
  border: 2px solid #86002d;
  border-radius: 3px;
}
.article-header__kanban {
  text-align: center;
}
.article-header__kanban-img {
  max-width: 100%;
}
.article-header__article-ttl-box {
  margin-bottom: 9px;
  padding-top: 10px;
}
.article-header__article-ttl {
  font-size: 2.8rem;
  letter-spacing: .028em;
  line-height: 1.285;
  margin-bottom: 5px;
}
.article-header__article-subttl {
  font-size: 2.4rem;
  letter-spacing: .025em;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 5px;
}
.article-header__item {
  display: inline-block;
}
.article-header--event .keyword-list {
  margin-bottom: 0;
}
.article-header__article-ttl-item {
  font-size: 1.4rem;
  color: #999999;
}
.article-description {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 1em 0;
}
.article-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* 関連ワード */
.article-footer .keyword-list {
  justify-content: center;
}
.article-footer .keyword-list__link {
  margin-right: 7px;
  margin-left: 7px;
}
.article-footer .keyword-list .keyword-list__link:not(:last-child) {
  margin-right: 7px;
}

.article-header-tool-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 47.8px;
}

/* 記事を保存 */
.article-header-clip {
  font-size: 1.2rem;
}
.article-header-clip__icon {
  margin-right: 10px;
  vertical-align: middle;
}

/* ツールチップ */
.article-header-tooltip {
  width: 350px;
  background: #fff;
  border: 2px solid #e8e8e8;
  padding: 15px;
  font-size: 1.4rem;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
}
.article-header-tooltip__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.article-header-tooltip__close {
  font-size: 1.3rem;
  color: #888;
}
.article-header-tooltip__close::after {
  display: inline-block;
  content: '×';
  color: #88002c;
  font-size: 2.4rem;
  line-height: 1;
  vertical-align: sub;
  text-decoration: none;
}
.article-header-tooltip__body {
  text-align: center;
}
.article-header-tooltip__showlogin-btn-area {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.article-header-tooltip__showlogin-btn {
  width: calc((100% - 25px) / 2);
  border-radius: 2px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 5px;
  transition: opacity .3s;
}
.article-header-tooltip__showlogin-btn:hover {
  opacity: .5;
}
.article-header-tooltip__showlogin-btn.\--preregistration {
  background: #88002c;
  color: #fff;
}
.article-header-tooltip__showlogin-btn.\--login {
  background: #d5d5d5;
}

/* SNSアイコン */
.article-sns-icons {
  display: flex;
  justify-content: flex-end;
}
.article-sns-icon__img {
  margin-right: 10px;
}

/* pagination */
.pagination {
  margin: 30px 0;
}

/* イベント画像 */
.events-image-list {
  margin: 20px 0;
}
.events-image {
  display: block;
}
.events-image + .events-image {
  margin-top: 10px;
}
.events-image__image-wrapper {
  text-align: center;
}
.events-image__caption {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* 定義テーブル */
dl.def-list {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
}
dl.def-list::after {
  content: '';
  display: block;
  clear: both;
}
.def-list > dt {
  width: 20%;
  float: left;
  margin-top: 2em;
  clear: both;
  position: relative;
  font-weight: bold;
}
.def-list > dt:not(:nth-of-type(1))::before {
  content: '';
  display: block;
  position: absolute;
  top: -1em;
  left: 0;
  width: 656px;
  border-top: 1px solid #e8e8e8;
}
.def-list > dd {
  float: right;
  width: 80%;
  padding-left: 10px;
  margin-top: 2em;
}
.def-list > dd + dd {
  margin-top: .3em;
}

/* ログイン認証 */
.login-signage {
  border: 1px solid #88002c;
  border-radius: 6px;
  text-align: center;
  padding: 35px 50px;
  margin: 40px 20px;
}

.login-signage-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #88002c;
  margin-bottom: 10px;
}

.login-signage-text {
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.login-signage-btns {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
.login-signage-btns__btn {
  width: calc((100% - 20px) / 2);
  border-radius: 2px;
  padding: 10px;
  letter-spacing: .05em;
  transition: opacity .3s
}
.login-signage-btns__btn:hover {
  opacity: .5;
}
.login-signage-btns__btn.\--signup {
  background: #88002c;
  color: #fff;
  margin-right: 20px;
}
.login-signage-btns__btn.\--login {
  background: #dbdbdb;
  font-size: 1.5rem;
}
.login-signage.--nologin .login-signage-btns {
  display: block;
}
.login-signage.--nologin .login-signage-btns__btn {
  margin: 0 auto 20px;
  width: 55%;
  display: block;
}
.login-signage.--nologin .login-signage-benefit {
  padding-top: 20px;
  border-top: 1px solid #969696;
  margin-top: 32px;
}
.login-signage.--nologin .login-signage-benefit-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.login-signage.--nologin .login-signage-benefit-text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 12px 12%;
}
.login-signage.--nologin .login-signage-benefit-pickup {
  margin: 14px 15% 0;
}
.login-signage.--nologin .login-signage-benefit-pickup .login-signage-benefit-pickup-item {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
  border-bottom: solid 0px #fff;
  border-left: solid 0px #fff;
  padding-left: 1rem;
  line-height: 1.6;
  margin: 1rem 0 1rem 0;
  list-style-type: square;
}
.login-signage.--nologin .login-signage-benefit-pickup-icon {
  height: 1.4rem;
  fill: #00AC47;
  margin-right: 0.6rem;
}
.login-signage.--nologin .login-signage-benefit-details {
  color: #387ba3;
  text-decoration: underline;
  font-size: 16px;
}
.login-signage-kotori-btns__btn{
  width:450px; 
  height:120px;
  background-image: url(/common/denshiban/images/subscription_banner.png?date=250123);
  background-size:450px 120px;
  background-repeat:no-repeat;
  text-indent:100%;
}
.login-signage-kotori-btns__btn span{display:none;}

/* プリントページ用 */
.print .article-header {
  padding: 15px 0 17px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.print .article-header-tool-box,
.print .article-header__ttl-box,
.print .article-header__article-subttl,
.print .article-header__article-ttl-item a {
  display:none;
}
.print .article-header__article-ttl-box {
  padding: 0;
  margin: 0;
}
.print .article-header__article-ttl {
  font-size: 2.6rem;
  letter-spacing: 1.3px;
  line-height: 1.692;
  margin-bottom: 7px;
}
.print .article-header__article-ttl-item {
  color: #000;
}

.print .section-article {
  margin-bottom: 0;
}
/* 静的ページに関するスタイル */

/* movie-detail */
.movie-detail__ttl {
  font-size: 2rem;
  line-height: 1.35;
  margin-bottom: .3em;
}
.movie-detail__video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: .8em;
}
.movie-detail__video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie-detail__caption {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: .3em;
  border-radius: 6px;
  padding: .6em;
  background: #e8e8e8;
}
.movie-detail__cap-p:not(:last-of-type) {
  margin-bottom: 1em;
}
.movie-detail__cap-a {
  color: #88002c;
}

/* 特集 */
.feature-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.feature-box__ttl-box {
  width: 100%;
  margin-bottom: 20px;
}
.feature-box__img-wrapper {
  width: 250px;
  height: 172px;
}
.feature-box__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-box__info {
  width: calc(100% - 250px);
  padding-left: 30px;
}

/* マイニュース・クリップタブ */
.mynews-clip-tabs {
  display: flex;
  margin-bottom: 21px;
}
.mynews-clip-tabs__tab {
  width: 50%;
  height: 30px;
  background: #e8e8e8;
  font-size: 1.3rem;
  line-height: 1.77;
  color: #171717;
  font-weight: 700;
  text-align: center;
  transition: opacity .3s;
}
.mynews-clip-tabs__tab:hover {
  opacity: .5;
}
.mynews-clip-tabs__tab.--is-active {
  font-size: 1.5rem;
  border-top: 3px solid #80192d;
  background: #fff;
  color: #80192d;
  line-height: 1.73;
  pointer-events: none;
}
.mynews-clip-tabs__tab.--is-active .mynews-clip-tabs__link {
  padding-top: 2px;
}
.mynews-clip-tabs__link {
  height: 100%;
  display: block;
  padding-top: 4px;
}

/* マイニュース */
.mynews-keywords-wrapper {
  background: #80192d;
  border-radius: 4px;
  padding: 12px 16px 6px;
  margin-bottom: 29px;
}
.mynews-keywords-guid {
  display: flex;
  justify-content: left;
  align-items: baseline;
  margin-bottom: 20px;
}
.mynews-keywords-guid__txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.mynews-keywords-guid__link {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  border-bottom: 1px solid #fff;
  margin-left: 22px;
}
.mynews-keywords {
  display: flex;
  flex-wrap: wrap;
}
.mynews-keywords-tag {
  color: #80192d;
  font-size: 1.3rem;
  line-height: 1.61;
  margin: 0 10px 7px 0;
  font-weight: 700;
}
.mynews-keywords-tag:last-child {
  margin-right: 0;
}
.mynews-keywords-link {
  width: 100%;
  height: 100%;
  padding: 1px 10px 0;
  display: block;
  border-radius: 6px;
  background: #fff;
}
/* 記事本文 */
.article-body {
  font-size: 16px;
  line-height: 1.75;
  word-wrap : break-word;
  overflow-wrap : break-word;
  word-break:normal;
  font-family: 'YuGothic','Yu Gothic M','Yu Gothic Medium','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
}
body.sp .article-body {
  padding-bottom: 30px;
}
body.smp .article-body {
  line-height: 1.625;
}
.article-body::after {
  content: '';
  display: block;
  clear: both;
}
.article-body img {
  max-width: 100%;
}
.article-body p {
  margin-bottom: 1.8em;
  text-align: left;
}
.article-body h2,
.article-body h3,
.article-body h4 {
  line-height:1.4;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #88002c;
}
.article-body h2,
.article-body h3 {font-size: 1.8em; color: #000;}
.article-body h4 { font-size: 1.6em; color: #000;}
.article-body ul li {
  font-size: 1.4em;
  border-bottom: solid 0px #fff;
  border-left: solid 0px #fff;
  padding-left: 1rem;
  margin:0;
  line-height:1.6;
  margin: 1rem 0 1rem 3rem;
  list-style-type: square;
}
.article-body ol li {
  font-size: 1.4em;
  border-bottom: solid 0px #fff;
  border-left: solid 0px #fff;
  padding-left: 1rem;
  margin:0;
  line-height:1.6;
  margin: 1rem 0 1rem 3rem;
  color: #88002c;
}
.article-body table {
  margin-bottom: 1.2em;
  text-align: left;
  max-width: 100%;
}
/* 周り込み解除 */
.article-body .clearfix:before,
.article-body .clearfix:after {
  content:"";
  display:table;
}
.article-body .clearfix:after {
  clear:both;
}
.article-body .clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* 画像中央寄せ */
.article-body .figure-center {
  margin: 1em auto;
  text-align: center;
  max-width: 100%;
}

/* 画像右寄せ */
.article-body .figure-right {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 100%;
}
body.smp .article-body .figure-right {
  float: none;
  margin: 1em auto;
  text-align:center;
}

/* 画像左寄せ */
.article-body .figure-left {
  float: left;
  clear:left;
  margin: 0 1em 1em 0;
  max-width: 100%;
}
body.smp .article-body .figure-left {
  float: none;
  margin: 1em auto;
  text-align:center;
}

/* 説明文 */
.article-body .image-area .caption {
  font-size: .875em;
  text-align: left;
  padding: 5px 0px;
  display:block;
  line-height: 1.4;
}
body.sp .article-body .image-area .caption {
  max-width: 320px;
  margin: 0 auto;
}
body.smp .article-body .caption {
  width: 100% !important;
}
.article-body .blank-caption{display:none;}

/* 記事本文内画像 */
.article-body .image-area img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}

/* 画像N枚並び */
.article-body .images-1cols,
.article-body .images-2cols,
.article-body .images-3cols {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

/* 右寄せ */
.article-body .align-right {
  text-align: right;
  font-size: 90%;
}
/* 記事本文内 - 広告 */
.pc-article-left-inbody {
  width: 300px;
  float: left;
  clear: both;
  margin: 20px 0;
}
/* 記事ページ 画像のデフォルト表示※レクタングルとセットのもの */
.article-body .img-rectangle {
  float: left;
  width: 300px;
  margin: 0 40px 40px 0;
}
body.sp .article-body .img-rectangle {
  float: none;
  width: 100%;
  margin: 0 0 40px
}
.article-body .img-rectangle.no-image {
  /* float: none; */
}
.article-body .article-photo-slide {
  margin-bottom: 20px;
}
/* 記事画像がない場合 */
.article-body .article-photo-slide.noslide {
  margin-bottom: 0;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .photo {
  height: 200px;
  /* 背景なしに変更　background-color: #e6e6e6;*/
  position: relative;
}
body.sp .article-body .img-rectangle .article-photo-slide .slide-area .slide .photo {
  height: auto;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide:nth-child(n+2) {
  margin-top: 20px;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .photo a {
  display: block;
  width: 100%;
  height: 100%;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .photo img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}
body.sp .article-body .img-rectangle .article-photo-slide .slide-area .slide .photo img {
  position: relative;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .photo .expand {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  font-size: 1.2rem;
  background-color: #88002c;
  padding: 2px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .photo .expand span {
  color: #fff;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .summary p {
  font-size: 1.4rem;
  line-height: 2rem;
  line-height: 1.3;
  color: #666;
  margin-top: 5px;
}

.article-body .img-rectangle .rectangle {
  margin: 0px 0px 20px 0px;
  width: 300px;
}
.article-body .img-rectangle .rectangle img {
  width:100%;
}
.article-body .img-rectangle .article-photo-slide .thumbnail span {
  display: block;
  width: 57px;
  clear: none;
  float: left;
}
.article-body .img-rectangle .article-photo-slide .thumbnail span img {
  max-width: 100%;
}
.article-body .img-rectangle .other-photos{
  font-size:1.5rem;
  font-weight:500;
  line-height: 1.2rem;
  text-align:center;
  padding-top:15px;
}

/** YouTubeなど **/
.article-body iframe{
  display:block;
  margin:20px auto;
}

.article-body .video{
  clear: both;
}
.article-body .sound{
  height:70px;
  padding-bottom:15%;
}
.article-body .sound.sc_visual{
  height:450px;
  padding:20px 0;
}
.article-body .video iframe{
  margin:0px auto;
  width:100%;
  height:400px;
}
.article-body .ted{
  padding-bottom:67.25%;
}
.article-body .ted iframe{
  overflow:hidden;
}

.article-body blockquote{
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}
.article-body blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}
.article-body blockquote:after {
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.article-body .video {
  margin-bottom:20px;
}
body.sp .article-body .img-rectangle .article-photo-slide .slide-area .slide .summary {
  max-width: 640px;
  margin: 0 auto;
}

/* kyodo-cn-link */
.more-cn-wrapper {
  margin-bottom: 20px;
}
.more-cn {
  font-size: 1.4rem;
  color: #006387;
}

/* プリントページ用 */
.print .article-body {
  padding-top: 50px;
}
.print .article-body .img-rectangle {
  float: none;
  margin: 0 auto 50px;
  width: 600px;
}
.print .article-body .clearfix:before,
.print .article-body .clearfix:after {
  display: none;
}

.print .article-body p {
  font-size: 1.8rem;
  line-height: 1.777;
  letter-spacing: .9px;
}
.print .article-body .img-rectangle .article-photo-slide .slide-area .slide .photo {
  height: 400px;
}

/* あわせて読みたい */
.m-article-read-together {
  background: #eee;
  width: 100%;
  padding: 15px;
  margin: 1.8em 0;
}
.m-article-read-together.--no-wide {
  width: 316px;
  margin: 1.8em 0 1.8em auto;
}
.m-article-read-together.--clear-both {
  clear: both;
}
.m-article-read-together__head {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.m-article-read-together__ttl {
  display: block;
  position: relative;
  padding-left: 16px;
}
.m-article-read-together__ttl::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #d7300d;
}
.m-article-read-together ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 1.75;
  padding: 0;
  margin: unset;
  color: #131313;
}
.m-article-read-together ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* サマリ写真表示中のスタイル */
.article-body .img-rectangle.is-summary-photo {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .photo.is-summary-photo {
  pointer-events: none;
}
.article-body .article-summary {
  position: relative;
}
.article-body .article-summary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(rgba(255,255,255,0) 0, #FFF 100%);
}
.article-body.--add-summary-photo .login-signage {
  float: left;
  margin: 40px 0;
  width: 100%;
}

/* JStream用スタイル */
div[id^="jstream-video"] {
  padding-top: 56.25%;
}

/* SwGボタン */
.swg-signage{
  text-align: center;
}

/* Vimeo 動画 */
.article-body .vimeo {
  margin-bottom: 20px;
  clear: both;
}

.article-body .vimeo iframe{
  margin-block: 0;
}
/* Udoc記事本文 */
.article-body h2,
.article-body h3 {
  display: block;
  border-bottom: 2px solid #88002c;
}
.article-body h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  letter-spacing: .1em;
}
.article-body h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  letter-spacing: .1em;
}

.article-body p {
  margin-bottom: 0;
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.article-body table th,
.article-body table td {
  vertical-align: top;
  padding: 1em 0;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}/* 紙面 */
.paper-thumbnail {
  margin: 30px 0 40px;
}
.paper-thumbnail__img-wrapper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 10px;
}
.paper-thumbnail__img-wrapper > img,  .paper-thumbnail__img-wrapper > a > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.paper-thumbnail__button {
  display: block;
  width: 100%;
  background: #88002c;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .25em;
  border-radius: 4px;
  padding: 15px;
  transition: opacity .3s;
  position: relative;
}
.paper-thumbnail__button::after {
  display: inline-block;
  content: '';
  width: 22px;
  height: 25px;
  background: url(/common/images/v1/icon-touch.svg?20211005) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 15px;
}
.paper-thumbnail__button:hover {
  opacity: .5;
}

.guide-button {
  display: block;
  width: 250px;
  border: 1px solid #88002c;
  color: #88002c;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .1em;
  border-radius: 4px;
  padding: 8px 0 8px 50px;
  transition: opacity .3s;
  margin: 40px auto;
  position: relative;
}
.guide-button::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url(/common/images/v1/icon-news-paper.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  bottom: -1px;
}
.guide-button:hover {
  opacity: .5;
}

/* 一覧 */
.paper-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.paper-list > a {
  display: block;
  width: calc((100% - 58px) / 3);
}
.paper-list > a:not(:nth-child(3n)) {
  margin-right: 29px;
}
.paper-list > a:not(:nth-last-child(-n+3)) {
  margin-bottom: 30px;
}
.paper-list > a:hover {
  text-decoration-color: #88002c;
}

.paper-list-item {
  border: 1px solid #88002c;
  box-shadow: 0 3px 3px #eee;
  border-radius: 6px;
  text-align: center;
  padding: 15px 0 20px;
}
.paper-list-item__title {
  color: #88002c;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.paper-list-item__img-wrapper {
  width: 160px;
  height: 170px;
  overflow: hidden;
  margin: auto;
}
.paper-list-item__img-wrapper > img {
  width: 100%;
  height: auto;
  object-position: top;
  font-family: 'object-position: top;';
}/* -------------------------------------------------------
utility
・float
・relative
・clearfix
・文字装飾
---------------------------------------------------------- */

/* float */
.u-left {
  float: left;
}
.u-right {
  float: right;
}

/* relative */
.u-pos-rel {
  position: relative;
}

/* clearfix */
.u-cf::after {
  content: '';
  display: block;
  clear: both;
}

/* 文字装飾 */
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--bold {
  font-weight: bold;
}

/* ホバー時 */
.u-hover-transparent {
  transition: opacity .3s;
}
.u-hover-transparent:hover {
  opacity: .5;
  cursor: pointer;
  
}
