@charset "utf-8";

/*
PC用
------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {

  .topicsMenu {
    width: 960px;
    margin: 40px auto;
  }
  .topicsMenu ul {
    letter-spacing: -0.5em;
  }
  .topicsMenu ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
  }
  .topicsMenu ul li a {
    display: table-cell;
    height: 50px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    vertical-align: middle;
    width: 160px;
    border-right: 2px solid #000;
    transition: background-color 1s;
    -webkit-transition: background-color 1s;
  }
  .topicsMenu ul li.active a {
    color: #fff;
  }
  .topicsMenu ul li:nth-child(1) a {
    border-left: 2px solid #000
  }
  .topicsMenu ul li a:hover {
    text-decoration: none;
  }
  .topicsMenu ul li.tm_topics a:hover {
    background: #7c9eeb;
    color: #fff;
  }
  .topicsMenu ul li.tm_topics.active a {
    background: #7c9eeb;
  }
  .topicsMenu ul li.tm_match a:hover {
    background: #fd5d00;
    color: #fff;
  }
  .topicsMenu ul li.tm_match.active a {
    background: #fd5d00;
  }
  .topicsMenu ul li.tm_event a:hover {
    background: #1eaa42;
    color: #fff;
  }
  .topicsMenu ul li.tm_event.active a {
    background: #1eaa42;
  }
  .topicsMenu ul li.tm_activity a:hover {
    background: #0078c8;
    color: #fff;
  }
  .topicsMenu ul li.tm_activity.active a {
    background: #0078c8;
  }
  .topicsMenu ul li.tm_enterprise a:hover {
    background: #b60280;
    color: #fff;
  }
  .topicsMenu ul li.tm_enterprise.active a {
    background: #b60280;
  }
  .topicsMenu ul li.tm_join-report a:hover {
    background: #009285;
    color: #fff;
  }
  .topicsMenu ul li.tm_join-report .active a {
    background: #009285;
  }
  .topicsMenu ul li.tm_report a:hover {
    background: #fd3200;
    color: #fff;
  }
  .topicsMenu ul li.tm_report.active a {
    background: #fd3200;
  }

  .TopicsCont {
    width: 960px;
    margin: 40px auto;
  }
  .topicsTitle {
    text-align: center;
    font-size: 170%;
    font-weight: bold;
    margin: 0 0 40px;
  }
  .topicsTitle span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 5px solid #f0f2f4;
  }
  .topicsTitle.tt_topics span {
    border-bottom: 5px solid #7c9eeb;
  }
  .topicsTitle.tt_match span {
    border-bottom: 5px solid #fd5d00;
  }
  .topicsTitle.tt_event span {
    border-bottom: 5px solid #1eaa42;
  }
  .topicsTitle.tt_activity span {
    border-bottom: 5px solid #0078c8;
  }
  .topicsTitle.tt_release span {
    border-bottom: 5px solid #b60280;
  }
  .topicsTitle.tt_column span {
    border-bottom: 5px solid #fd3200;
  }
  .topicsTitle.tt_join span {
    border-bottom: 5px solid #8b9a35;
  }
  .topicsTitle.tt_report span {
    border-bottom: 5px solid #009285;
  }

  .topicsList {
    letter-spacing: -0.5em;
  }
  .topicsList > article {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 0 30px 30px;
    padding: 0 0 8px;
    width: 300px;
    position: relative;
  }
  .topicsList > article:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #f0f2f4;
    transition: 0.5s;
  }
  .topicsList > article:hover:before {
    width: 100%;
  }
  .topicsList > article:nth-child(3n+1) {
    margin: 0 0 30px;
  }
  .topicsList > article .newIcon {
    width: 66px;
    height: 40px;
    background: url(../images/topics/ico_new_pc.png) 0 0 no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: -7px;
    left: -7px;
    opacity: 1;
    z-index: 10;
  }
  .topicsList > article .topicsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .topicsList > article .topicsImg {
    width: 300px;
    height: 190px;
  }
  
  .topicsList > article .topicsShueishaImg {
    height: 300px;
  }
  
  _:-ms-lang(x)::-ms-backdrop, .topicsList > article .topicsShueishaImg {
	position: relative;
	overflow: hidden;
  }
	_:-ms-lang(x)::-ms-backdrop, .topicsList > article .topicsShueishaImg img {
	max-height: 300px;
	width: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }

  .topicsList > article .tlInner {
    position: relative;
    padding-top: 30px;
  }
  .topicsList > article .topicsCategory {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    position: absolute;
    top: -15px;
    left: 0px;
    z-index: 10;
  }
  .topicsList > article h2 {
    font-weight: bold;
    font-size: 120%;
    margin: 0 0 5px 0;
  }
  .topicsList > article .topicsTime {
    margin: 10px 0 0;
    background: url(../images/top/ico_move.png) no-repeat 98% center;
  }
  .topicsList > article .topicsTime span {
    padding: 0 0 0 21px;
    background: url(../images/topics/ico_time.png) no-repeat 0 center;
    background-size: 14px 14px;
  }
  .topicsList > article > a:hover .topicsImg img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.5;
  }

  #topicsMoreArea > article .topicsCategory {
    color: #fff;
  }
  .topicsList > article.tl_match:before,
  .topicsList > article.tl_match .topicsCategory {
    background: #fd5d00;
  }
  .topicsList > article.tl_event:before,
  .topicsList > article.tl_event .topicsCategory {
    background: #1eaa42;
  }
  .topicsList > article.tl_activity:before,
  .topicsList > article.tl_activity .topicsCategory {
    background: #0078c8;
  }
  .topicsList > article.tl_release:before,
  .topicsList > article.tl_release .topicsCategory {
    background: #b60280;
  }
  .topicsList > article.tl_column:before,
  .topicsList > article.tl_column .topicsCategory {
    background: #fd3200;
  }
  .topicsListTable {
    margin: 40px 0;
  }
  .topicsListTable > article {
    background: #f0f2f4;
    margin: 0 0 20px;
  }
  .topicsListTable > article > a {
    display: table;
    width: 100%;
    border: 1px solid #e8ebec;
    background: url(../images/top/ico_move.png) right 5px bottom 5px no-repeat #fff;
  }
  .topicsListTable > article > a:hover {
    -webkit-transform: translate(-5px,-5px);
    -moz-transform: translate(-5px,-5px);
    -ms-transform: translate(-5px,-5px);
    -o-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .topicsListTable > article > a > div {
    display: table-cell;
    vertical-align: middle;
  }
  .topicsListTable > article > a > div:nth-child(1) {
    width: 240px;
  }
  .topicsListTable > article > a > div:nth-child(2) {
    padding: 10px 20px;
  }
  .topicsListTable > article > a > div .topicsImg {
    width: 240px;
    height: 152px;
  }
  .topicsListTable > article > a > div .topicsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topicsListTable > article .topicsCategory {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    margin: 0 0 5px;
  }
  .topicsListTable > article .topicsCategory span {
    color: #000;
  }
  .topicsListTable > article h2 {
    font-weight: bold;
    font-size: 120%;
    margin: 0 0 5px;
  }
  .topicsListTable > article .topicsDate span {
    display: block;
  }
  .topicsListTable > article .topicsTime {
    margin: 10px 0 0;
    background: url(../images/topics/ico_time.png) left center no-repeat;
  }
  .topicsListTable > article .topicsTime span {
    margin: 0 0 0 21px;
  }
  .topicsListTable.tlDesignGrid {
    letter-spacing: -0.5em;
  }
  .topicsListTable.tlDesignGrid > article {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 0 20px;
    width: 470px;
  }
  .topicsListTable.tlDesignGrid > article:nth-child(1) {
    width: 100%;
  }
  .topicsListTable.tlDesignGrid > article:nth-child(1) > a > div:nth-child(1) {
    width: 300px;
  }
  .topicsListTable.tlDesignGrid > article:nth-child(1) > a > div .topicsImg {
    width: 300px;
    height: 190px;
  }
  .topicsListTable.tlDesignGrid > article:nth-child(even) {
    margin-right: 20px;
  }
  .topicsListTable.tlDesignGrid > article > a > div:nth-child(1) {
    width: 180px;
  }
  .topicsListTable.tlDesignGrid > article > a > div .topicsImg {
    width: 180px;
    height: 114px;
  }

  .topicsBtn {
    padding: 0 0 40px;
    text-align: center;
  }
  .topicsBtn a {
    display: inline-block;
    padding: 0 10px;
    min-width: 360px;
    background: #323232;
    line-height: 56px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    vertical-align: top;
    -webkit-transition: 200ms all;
    transition: 200ms all;
    opacity: 1;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
  }
  .topicsBtn a:hover {
    opacity: 0.6;
  }

  .topicsCal {
    margin: 30px 0;
  }
  .topicsCal ul {
    display: table;
    width: 100%;
    background: #f0f2f4;
  }
  .topicsCal ul li {
    display: table-cell;
    text-align: center;
  }
  .topicsCal ul li:nth-child(1),
  .topicsCal ul li:nth-child(3) {
    width: 12%;
  }
  .topicsCal ul li .tcTitle {
    line-height: 50px;
    font-size: 110%;
    font-weight: bold;
  }
  .topicsCal ul li .prevMonth {
    display: block;
    font-size: 110%;
    font-weight: bold;
    background: url(../images/topics/ico_cal_prev_arw.png) left center no-repeat;
  }
  .topicsCal ul li .nextMonth {
    display: block;
    font-size: 110%;
    font-weight: bold;
    background: url(../images/topics/ico_cal_next_arw.png) right center no-repeat;
  }
  .bnrBtn {
    width: 960px;
    margin: 50px auto;
  }
  .bnrBtn a {
    -webkit-transition: 200ms all;
    transition: 200ms all;
    opacity: 1;
  }
  .bnrBtn a:hover {
    opacity: 0.6;
  }

  .columnBg {
    background: url(../images/topics/bg_column.png) 0 0 repeat-x;
  }
  .bnrSlider {
    margin-top: 87px;
    height: 162px;
    margin-bottom: 58px;
    position: relative;
  }
  .bnrSlider img {
    width: 376px;
    margin: 5px;
  }
  .bnrSlider .flickity-page-dots {
    bottom: -18px;
  }
  .bnrSlider .column-gallery {
    width: 1158px;
    height: 162px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -579px;
  }
  .bnrBtnList {
    width: 960px;
    margin: 40px auto;
  }
  .bnrBtnList ul {
    letter-spacing: -0.5em;
  }
  .bnrBtnList ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 0 20px;
  }
  .bnrBtnList ul li:nth-child(even) {
    margin-right: 20px;
  }
  .bnrBtnList a {
    -webkit-transition: 200ms all;
    transition: 200ms all;
    opacity: 1;
  }
  .bnrBtnList a:hover {
    opacity: 0.6;
  }

  .topicsDetail {
    width: 960px;
    margin: 40px auto;
  }
  .topicsDetail .tdIcon {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    margin: 0 0 5px;
  }
  .topicsDetail .tdicon_topics {
    background: #7c9eeb;
  }
  .topicsDetail .tdicon_match {
    background: #fd5d00;
  }
  .topicsDetail .tdicon_event {
    background: #1eaa42;
  }
  .topicsDetail .tdicon_activity {
    background: #0078c8;
  }
  .topicsDetail .tdicon_release {
    background: #b60280;
  }
  .topicsDetail .tdicon_column {
    background: #fd3200;
  }
  .topicsDetail .tdTitle {
    font-size: 170%;
    margin: 20px 0;
    font-weight: bold;
  }
  .topicsDetail .tdSns {
    margin: 20px 0;
    display: inline-flex;
  }
  .topicsDetail .tdSns .tdSnsItem {
    margin-left: 10px;
  }
  .topicsDetail .tdSns .spOnly {
    display: none;
  }

  .topicsDetail .tdDate {
    margin: 20px 0;
    background: url(../images/topics/ico_time.png) left center no-repeat;
  }
  .topicsDetail .tdDate span {
    margin: 0 0 0 21px;
  }

  .topicsDetail .tdBody .tdImgLeft {
    float: left;
    margin: 0 30px 30px 0;
    max-width: 300px;
  }
  .topicsDetail .tdBody .tdImgLeft img {
    width: 300px;
  }
  .topicsDetail .tdBody h2 {
    text-align: left;
    font-weight: 600;
    margin: 0 0 1.0rem;
  }
  .topicsDetail .tdBody p {
    text-align: left;
    line-height: 2;
    margin: 0 0 1.0rem;
  }
  .topicsDetail .tdBody p a {
    color: #ff003c;
  }
  .topicsDetail .tdBody rt {
    font-size: 0.5rem;
  }
  .topicsDetail .tdBody .tdTable table {
    width: 100%;
    border: 1px solid #ebeef1;
  }
  .topicsDetail .tdBody .tdTable table th {
    width: 300px;
    padding: 10px 14px;
    background: #f0f2f4;
    border: 1px solid #ebeef1;
  }
  .topicsDetail .tdBody .tdTable table td {
    padding: 10px 14px;
    border: 1px solid #ebeef1;
  }
  .topicsDetail .tdBody .tdImg {
    margin: 0 0 30px;
    text-align: center;
  }
  .topicsDetail .tdBody .tdTable table td a,
  .topicsDetail .tdBody .tdSource a {
    color: #ff003c;
  }
  .topicsDetail .tdBody .gredFull {
    width: 100%;
    margin: 0 0 2.0rem;
  }
  .topicsDetail .tdBody .gredFull > div {
    text-align: center;
  }
  .topicsDetail .tdBody .gredFull > div img {
    width: 75%;
    margin: 0 0 1.0rem;
  }
  .topicsDetail .tdBody .gredHalf {
    display: table;
    width: 100%;
    margin: 0 0 2.0rem;
  }
  .topicsDetail .tdBody .gredHalf > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .topicsDetail .tdBody .gredHalf > div img {
    width: 100%;
    margin: 0 0 1.0rem;
  }
  .topicsDetail .tdBody .gredHalf > div:nth-child(1) {
    padding: 0 15px 0 0;
  }
  .topicsDetail .tdBody .gredHalf > div:nth-child(2) {
    padding: 0 0 0 15px;
  }
  .topicsDetail .tdBody .tdImgList {
    margin: 40px 0;
  }
  .topicsDetail .tdBody .tdImgList ul {
    letter-spacing: -0.5em;
  }
  .topicsDetail .tdBody .tdImgList ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 0 30px;
    width: 50%;
  }
  .topicsDetail .tdBody .tdImgList ul li:nth-child(odd) {
    padding: 0 15px 0 0;
  }
  .topicsDetail .tdBody .tdImgList ul li:nth-child(even) {
    padding: 0 0 0 15px;
  }
  .topicsDetail .tdBody .tdImgList ul li img {
    width: 100%;
  }


  .topicsDetail .tdBody  .tdSubTitle {
    font-size: 140%;
    margin: 20px 0;
    font-weight: bold;
  }
  .topicsDetail .tdBody  .imgCaption {
    margin: 5px 0 0;
  }
  .topicsDetail .tdBody  .tableCaption {
    margin: 10px 0;
  }
  .topicsBtn.tb2row {
    width: 360px;
    margin: 0 auto;
  }
  .topicsBtn.tb2row a {
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
    height: 56px;
  }
  .topicsBtn.tb2row a span {
    display: block;
    font-size: 70%;
  }
  .topicsBtn a.red_btn {
    background: #fb003c;
  }
  .topicsContSub {
    text-align: center;
    border: 5px solid #eeeeee;
    padding: 24px;
    margin: 32px 0;
  }
  .topicsContSub h2 {
    margin-bottom: 24px;
    text-align: center;
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: bold;
    line-height: 40px;
  }
  .topicsContSub .lead_01 {
    line-height: 1.4;
    font-size: 110%;
    margin-bottom: 32px;
  }
  .tb2rowBtn p {
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .tb2rowBtn ul {
    letter-spacing: -0.5em;
  }
  .tb2rowBtn ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0 15px;
  }
  .tb2rowBtn ul li .topicsBtn {
    padding-bottom: 10px;
  }


  .loading {
    text-align: center;
    margin: 20px 0;
    display: none;
  }

  .finished a {
    background: #999 !important;
  }

  .finished a:hover {
    opacity: 1;
  }

  .tl_match .topicsCategory,
  .tl_event .topicsCategory,
  .tl_activity .topicsCategory,
  .tl_release .topicsCategory,
  .tl_column .topicsCategory {
    color: #fff;
  }
/*  yahooコンテンツ  */

.topicsYahoo {
	width: 960px;
	margin: 0 auto;
}

.topicsYahoo h1 {
	margin: 0 0 30px 0;
}

.topicsYahoo p {
	font-size: 100%;
	line-height: 2;
}

.tt_yahoo_red span {
	border-bottom: 5px solid #e60012;
}

.tt_yahoo_blue span {
	border-bottom: 5px solid #2072ca;
}

.tt_yahoo_green span {
	border-bottom: 5px solid #35ae38;
}

.TopicsCont .yahoo {
	margin: 0 0 50px 0;
}

.topicsList > article.tl_yahoo_red:before {
    background: #e60012;
}

.topicsList > article.tl_yahoo_blue:before {
    background: #2072ca;
}

.topicsList > article.tl_yahoo_green:before {
    background: #35ae38;
}

.topicsList > article.tl_yahoo_red .tlInner,
.topicsList > article.tl_yahoo_blue .tlInner,
.topicsList > article.tl_yahoo_green .tlInner {
    padding-top: 10px;
}

.eventLead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 24px 0 12px;
  padding: 6px 0 6px 12px;
  border-left: 4px solid #cfcfcf;
}
}

/*
タブレット用
------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  .bnrSlider img {
    width: 33%;
    margin: 5px;
    bottom: -18px;
  }
  .bnrSlider .flickity-page-dots {
    bottom: -18px;
  }
  .bnrSlider .column-gallery {
    width: 100%;
    height: 162px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50%;
  }
}

/*
 スマホ用
------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

  .topicsMenu {
    margin: 30px 0;
  }
  .topicsMenu ul {
    letter-spacing: -0.5em;
  }
  .topicsMenu ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 3px;
    text-align: center;
    width: 33.33333%;
  }
  .topicsMenu ul li a {
    display: table;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    background: #eceff1;
  }
  .topicsMenu ul li a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 35px;
    width: 100%;
  }
  .topicsMenu ul li.active a {
    color: #fff;
  }
  .topicsMenu ul li.tm_topics.active a {
    background: #7c9eeb;
  }
  .topicsMenu ul li.tm_match.active a {
    background: #fd5d00;
  }
  .topicsMenu ul li.tm_event.active a {
    background: #1eaa42;
  }
  .topicsMenu ul li.tm_activity.active a {
    background: #0078c8;
  }
  .topicsMenu ul li.tm_release.active a {
    background: #b60280;
  }
  .topicsMenu ul li.tm_column.active a {
    background: #fd3200;
  }

  .TopicsCont {
    margin: 30px auto;
  }
  .topicsTitle {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
  }
  .topicsTitle span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 3px solid #f0f2f4;
  }
  .topicsTitle.tt_topics span {
    border-bottom: 5px solid #7c9eeb;
  }
  .topicsTitle.tt_match span {
    border-bottom: 5px solid #fd5d00;
  }
  .topicsTitle.tt_event span {
    border-bottom: 5px solid #1eaa42;
  }
  .topicsTitle.tt_activity span {
    border-bottom: 5px solid #0078c8;
  }
  .topicsTitle.tt_release span {
    border-bottom: 5px solid #b60280;
  }
  .topicsTitle.tt_column span {
    border-bottom: 5px solid #fd3200;
  }
  .topicsTitle.tt_join span {
    border-bottom: 5px solid #8b9a35;
  }
  .topicsTitle.tt_report span {
    border-bottom: 5px solid #009285;
  }

  .topicsList {
    margin: 0 20px;
  }
  .topicsList > article {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 30px;
  }
  .topicsList > article .newIcon {
    width: 73px;
    height: 44px;
    background: url(../images/topics/ico_new_sp.png) 0 0 no-repeat;
    background-size: 73px 44px;
    text-indent: -9999px;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: 10;
  }
  .topicsList > article .topicsImg img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
  .topicsList > article .topicsShueishaImg img {
    height: 300px;
  }
  .topicsList > article .tlInner {
    position: relative;
    padding-top: 30px;
  }
  .topicsList > article .topicsCategory {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    position: absolute;
    top: -15px;
    left: 0px;
    z-index: 10;
  }
  .topicsList > article h2 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  .topicsList > article .topicsTime {
    margin: 10px 0 0;
    background: url(../images/top/ico_move_sp.png) no-repeat 98% center;
    background-size: 25px 18px;
  }
  .topicsList > article .topicsTime span {
    padding: 0 0 0 21px;
    background: url(../images/topics/ico_time.png) no-repeat 0 center;
    background-size: 14px 14px;
  }
  #topicsMoreArea > article .topicsCategory {
    color: #fff;
  }

  .topicsList > article:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #f0f2f4;
  }
  .topicsList > article.tl_match:before,
  .topicsList > article.tl_match .topicsCategory {
    background: #fd5d00;
  }
  .topicsList > article.tl_event:before,
  .topicsList > article.tl_event .topicsCategory {
    background: #1eaa42;
  }
  .topicsList > article.tl_activity:before,
  .topicsList > article.tl_activity .topicsCategory {
    background: #0078c8;
  }
  .topicsList > article.tl_release:before,
  .topicsList > article.tl_release .topicsCategory {
    background: #b60280;
  }
  .topicsList > article.tl_column:before,
  .topicsList > article.tl_column .topicsCategory {
    background: #fd3200;
  }
  .topicsListTable > article:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #f0f2f4;
  }
  .topicsListTable > article.tl_match:before,
  .topicsListTable > article.tl_match .topicsCategory {
    background: #fd5d00;
  }
  .topicsListTable > article.tl_event:before,
  .topicsListTable > article.tl_event .topicsCategory {
    background: #1eaa42;
  }
  .topicsListTable > article.tl_activity:before,
  .topicsListTable > article.tl_activity .topicsCategory {
    background: #0078c8;
  }
  .topicsListTable > article.tl_release:before,
  .topicsListTable > article.tl_release .topicsCategory {
    background: #b60280;
  }
  .topicsListTable > article.tl_column:before,
  .topicsListTable > article.tl_column .topicsCategory {
    background: #fd3200;
  }

  .topicsListTable {
    margin: 0 20px;
  }
  .topicsListTable > article {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 10px;
    background: url(../images/top/ico_move_sp.png) right bottom 10px no-repeat;
    background-size: 25px 18px;
  }
  .topicsListTable > article > a > div:nth-child(2) {
    position: relative;
    padding-top: 30px;
  }

  .topicsListTable > article .topicsImg img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }

  .topicsListTable > article .topicsCategory {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    position: absolute;
    top: -15px;
    left: 0px;
    z-index: 10;
  }
  .topicsListTable > article .topicsCategory span {
    color: #000;
  }
  .topicsListTable > article h2 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  .topicsListTable > article .topicsDate span {
    display: block;
    text-indent: -40px;
    margin: 0 0 0 40px;
  }
  .topicsListTable > article .topicsTime {
    margin: 10px 0 0;
    background: url(../images/topics/ico_time.png) left center no-repeat;
  }
  .topicsListTable > article .topicsTime span {
    margin: 0 0 0 21px;
  }

  .topicsBtn {
    padding: 0 0 30px;
    text-align: center;
  }
  .topicsBtn a {
    display: block;
    padding: 0 10px;
    margin: 0 60px;
    background: #323232;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
  }

  .topicsCal {
    margin: 20px 20px;
  }
  .topicsCal ul {
    display: table;
    width: 100%;
    background: #f0f2f4;
  }
  .topicsCal ul li {
    display: table-cell;
    text-align: center;
  }
  .topicsCal ul li:nth-child(1),
  .topicsCal ul li:nth-child(3) {
    width: 24%;
  }
  .topicsCal ul li .tcTitle {
    line-height: 45px;
    font-size: 12px;
    font-weight: bold;
  }
  .topicsCal ul li .prevMonth {
    display: block;
    font-size: 12px;
    font-weight: bold;
    background: url(../images/topics/ico_cal_prev_arw.png) left center no-repeat;
    background-size: 15px;
  }
  .topicsCal ul li .nextMonth {
    display: block;
    font-size: 12px;
    font-weight: bold;
    background: url(../images/topics/ico_cal_next_arw.png) right center no-repeat;
    background-size: 15px;
  }
  .bnrBtn {
    margin: 30px 20px;
  }

  .bnrSlider {
    padding: 20px 20px 40px;
    margin: 0 0 40px;
    background: #f8f2e9;
  }

  .bnrSlider img {
    width: 100%;
  }
  .bnrSlider .flickity-prev-next-button.previous {
    left: -20px;
  }
  .bnrSlider .flickity-prev-next-button.next {
    right: -20px;
  }

  .bnrBtnList {
    margin: 30px 20px;
  }
  .bnrBtnList ul {
    letter-spacing: -0.5em;
  }
  .bnrBtnList ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 0 6px;
    width: 50%;
  }
  .bnrBtnList ul li:nth-child(1) {
    width: 100%;
    padding: 0 !important;
  }
  .bnrBtnList ul li:nth-child(even) {
    padding-right: 3px;
  }
  .bnrBtnList ul li:nth-child(odd) {
    padding-left: 3px;
  }

  .topicsDetail {
    margin: 30px 20px;
  }
  .topicsDetail .tdIcon {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    margin: 0 0 5px;
  }
  .topicsDetail .tdicon_topics {
    background: #7c9eeb;
  }
  .topicsDetail .tdicon_match {
    background: #fd5d00;
  }
  .topicsDetail .tdicon_event {
    background: #1eaa42;
  }
  .topicsDetail .tdicon_activity {
    background: #0078c8;
  }
  .topicsDetail .tdicon_release {
    background: #b60280;
  }
  .topicsDetail .tdicon_column {
    background: #fd3200;
  }
  .topicsDetail .tdTitle {
    font-size: 21px;
    margin: 20px 0;
    font-weight: bold;
  }
  .topicsDetail .tdSns {
    margin: 20px 0;
    display: inline-flex;
  }
  .topicsDetail .tdSns .tdSnsItem {
    margin-left: 10px;
  }
  .topicsDetail .tdSns .spOnly {
  }

  .topicsDetail .tdDate {
    margin: 20px 0;
    background: url(../images/topics/ico_time.png) left center no-repeat;
  }
  .topicsDetail .tdDate span {
    margin: 0 0 0 21px;
  }

  .topicsDetail .tdBody h2 {
    font-weight: 600;
  }
  .topicsDetail .tdBody .tdImgLeft {
    margin: 0 0 20px;
  }
  .topicsDetail .tdBody p {
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .topicsDetail .tdBody p a {
    color: #ff003c;
  }
  .topicsDetail .tdBody .tdTable table {
    width: 100%;
    border: 1px solid #ebeef1;
  }
  .topicsDetail .tdBody .tdTable table th {
    display: block;
    padding: 10px 14px;
    background: #f0f2f4;
    border: 1px solid #ebeef1;
    text-align: left;
    font-weight: bold;
  }
  .topicsDetail .tdBody .tdTable table td {
    display: block;
    padding: 10px 14px;
    border: 1px solid #ebeef1;
  }

  .topicsDetail .tdBody .tdImg {
    margin: 0 0 20px;
    text-align: center;
  }
  .topicsDetail .tdBody .tdTable table td a,
  .topicsDetail .tdBody .tdSource a {
    color: #ff003c;
  }

  .topicsDetail .tdBody .gredHalf > div:nth-child(1) {
    margin: 0 0 20px;
  }
  .topicsDetail .tdBody .gredHalf > div:nth-child(2) {
    margin: 0 0 20px;
  }

  .topicsDetail .tdBody .tdImgList {
    margin: 30px 0;
  }
  .topicsDetail .tdBody .tdImgList ul li {
    margin: 0 0 20px;
  }

  .topicsDetail .tdBody  .tdSubTitle {
    font-size: 18px;
    margin: 20px 0;
    font-weight: bold;
  }
  .topicsDetail .tdBody  .imgCaption {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .topicsDetail .tdBody  .tableCaption {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .topicsBtn.tb2row {
    width: 250px;
    margin: 0 auto;
  }
  .topicsBtn.tb2row a {
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
    height: 50px;
    width: 250px;
  }
  .topicsBtn.tb2row a span {
    display: block;
    font-size: 70%;
  }
  .topicsBtn a.red_btn {
    background: #fb003c;
  }
  .topicsContSub {
    text-align: center;
    border: 5px solid #eeeeee;
    padding: 12px 2px;
    margin: 20px;
  }
  .topicsContSub h2 {
    margin-bottom: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
  }
  .topicsContSub .lead_01 {
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .tb2rowBtn p {
    font-weight: bold;
    margin: 0 0 2px;
  }
  .tb2rowBtn ul {

  }
  .tb2rowBtn ul li {
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .tb2rowBtn ul li .topicsBtn {
    padding-bottom: 10px;
  }

  .loading {
    display: none;
    text-align: center;
  }
  .loading img {
    width: auto;
    max-width: 100%;
  }

  .finished a {
    background: #999 !important;
  }

  .finished a:hover {
    opacity: 1;
  }

  .tl_match .topicsCategory,
  .tl_event .topicsCategory,
  .tl_activity .topicsCategory,
  .tl_release .topicsCategory,
  .tl_column .topicsCategory {
    color: #fff;
  }
/*  yahooコンテンツ  */

.topicsYahoo {
	width: 90%;
	margin: 0 auto;
}

.topicsYahoo h1 {
	margin: 0 0 3% 0;
}

.topicsYahoo p {
	font-size: 100%;
	line-height: 1.6;
}

.tt_yahoo_red,
.tt_yahoo_blue,
.tt_yahoo_green {
	margin: 0 0 6% 0;
	font-size: 130%;
}

.tt_yahoo_red span {
	border-bottom: 5px solid #e60012;
}

.tt_yahoo_blue span {
	border-bottom: 5px solid #2072ca;
}

.tt_yahoo_green span {
	border-bottom: 5px solid #35ae38;
}

.TopicsCont .yahoo {
	width: 90%;
	margin: 0 auto 10% auto;
}

.topicsList > article.tl_yahoo_red .tlInner,
.topicsList > article.tl_yahoo_blue .tlInner,
.topicsList > article.tl_yahoo_green .tlInner {
    padding-top: 4%;
}

.eventLead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 24px 20px 12px;
  padding: 6px 0 6px 12px;
  border-left: 4px solid #cfcfcf;
}

}



.topicslabel span {
font-weight: bold;
font-size: 100%;
display: inline-block;
line-height: 1;
color: #fff;
}
.topics-match {
    background: #fd5d00 !important;
  }

.topics-event {
    background: #1eaa42 !important;
  }

.topics-activity {
    background: #0078c8 !important;
  }

.topics-fes {
    background: #5b3da4 !important;
  }

.topics-column {
    background: #fd3200 !important;
  }

.topics-news {
    background: #d91a40 !important;
  }

.topics-watch {
    background: #8e9921 !important;
  }

.topics-release {
    background: #b60280 !important;
  }

.topics-report {
    background: #0f9185 !important;
  }

.topics-enterprise {
    background: #484848 !important;
  }

/* 20250724追記 */
@media (max-width: 768px) {
  .topicsDetail .tdBody .tdTable table {
    width: 100%;
    table-layout: fixed;
  }

  .topicsDetail .tdBody .tdTable table th {
    word-wrap: break-word;
  }

  .topicsDetail .tdBody .tdTable table a {
    word-wrap: break-word;
  }
}