@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;}
  /********** スライダー系CSS ***********/
  /* 0. スライダー                      */
  /* 1. スライダー(トップ用)            */
  /* 2. スライダー(法人トップ用)        */
  /* 3. slickオーバーライド）           */
  /**************************************/

/* スライダー */
.image-slider {
  font-size: 0;
  margin: auto;
}
.image-slider-item {
  display: block;
  margin: auto;
}
.image-slider-item__image-wrapper {
  width: 100%;
  margin: auto;
  text-align: center;
}
.image-slider-item__image {
  max-width: 100%;
  margin: auto;
}
.image-slider-item__txt {
  margin: auto;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.4;
  padding: .5em 1em;
}
.image-slider .image-slider-item:not(:nth-of-type(1)) {
  display: none;
}

/* トップページ用 */
.image-slider--top {
  background: #f7f7f7;
  padding: 50px 30px 30px;
}
.image-slider-item--top .image-slider-item__image-wrapper {
  width: 118px;
  height: 156px;
  position: relative;

}
.image-slider-item--top .image-slider-item__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/* 法人サイトトップ用 */
.image-slider--corporate-top {
  width: 970px;
  margin-bottom: 40px;
}

/* slickオーバーライド：arrow */
.image-slider .slick-arrow {
  height: 100%;
  width: 33px;
  background: #f7f7f7;
  z-index: 1;
}
.image-slider .slick-next::before, 
.image-slider .slick-prev::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: transparent top 72px center no-repeat;
  transition: .3s;
}
.image-slider .slick-next:hover::before,
.image-slider .slick-prev:hover::before {
  opacity: .5;
}
.image-slider .slick-next::before {
  background-image: url(../../../../common/images/v1/arrow-r.png);
}
.image-slider .slick-prev::before {
  background-image: url(../../../../common/images/v1/arrow-l.png);
}

/* slickオーバーライド：dots */
.image-slider .slick-dots {
  bottom: -30px;
}
.image-slider .slick-dots li {
  margin: 0;
}
.image-slider .slick-dots li button:before {
  content: '';
  color: #a7a7a7;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #999;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.image-slider .slick-dots li.slick-active button:before {
  background: currentColor;
  border-color: currentColor;
}
  /************** 目次 **************/
  /* 0. 共通部上書き                */
  /* 1. 速報・号外                  */
  /* 2. ピックアップ                */
  /* 3. 読者に応える                */
  /* 4. イベント情報                */
  /* 5. イベントタブメニュー        */
  /**********************************/

/* 共通部上書き */
#contents { 
  margin-top: 17px;
}
.l-main {
  padding-top: 0;
}

/* 速報・号外 */
.news {
  margin-bottom: 20px;
}
.news__link {
  display: flex;
  align-items: flex-start;
  background: url(../../../common/images/v1/arrow-r.png) center right 10px no-repeat;
  background-size: 8px auto;
  padding-right: 30px;
}
.news__mark {
  font-size: 1.3rem;
  letter-spacing: .05em;
  color: #fff;
  background: #88002c;
  text-align: center;
  padding: .2em 1em;
  white-space: nowrap;
  margin-right: 10px;
  border-radius: 3px;
}
.news__txt {
  font-size: 1.5rem;
  line-height: 1.533;
  padding-top: .1em;
}
.news__btn {
  height: 10px;
  width: 9px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

/*号外*/
.news--extra {
  background-color: #e8e8e8;
  padding: 1em;
  padding-right: 
}

/* ピックアップ */
.section-ttl-box .pickup-ttl:before {
  content: '';
  background-image: url(/common/images/v1/kyt-icon.png);
  background-size: contain;
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

/* 読者に応える */
.section-ttl-box--response-subttl {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: .05em;
  color: #000;
  margin-left: 17px;
}
.section-ttl-box--response-link:before {
  content: '';
  background-image: url(/common/images/v1/q.png);
  background-size: contain;
  display: inline-block;
  float: left;
  width: 27px;
  height: 22px;
  margin-right: 4px;
}
.section-ttl-box--response-link {
  float: right;
  font-size: 1.2rem;
  letter-spacing: .05em;
  color: #88002c;
  transition: opacity .3s;
}
.section-ttl-box--response-link:hover {
  opacity: 0.5 ;
}
/* -------------------------------------------------------
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;
  
}
