@charset "UTF-8";
table.menu {
  width: 100%;
  margin: 0 auto 10px;
}
table.menu tr {
  background: #f3f3f3;
}
table.menu th {
  width: 20%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  background-color: #ff6f31;
  padding: 7px 9px 6px 9px;
  border: solid #fff 2px;
}
table.menu td {
  padding: 7px 9px 6px 9px;
  border: solid #fff 2px;
  font-size: 12px;
  line-height: 1.5;
}
table.menu td.item {
  width: 12%;
  font-weight: 700;
  white-space: nowrap;
}
table.menu td.num {
  font-size: 14px;
  font-weight: 400;
  color: #ff0000;
  white-space: nowrap;
}

.box-item {
  position: relative;
  overflow: hidden;
  width: calc(33.3333% - 16px);
  margin-bottom: 24px;
  border-radius: 12px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.box-item a {
  text-decoration: none;
}
.box-item .box-img img {
  aspect-ratio: 16/9;
}
.box-item .box-body {
  padding: 16px;
}

/* ============================================================
J:COM Magazine
============================================================ */
.magazine {
  float: left;
  width: 220px;
  margin-right: 35px;
}

.magazine-data {
  float: left;
  width: 360px;
}
.magazine-data h3 {
  font-size: 14px;
  font-weight: 400;
}

.magazine-num {
  float: left;
  width: 300px;
  margin-right: 35px;
}
.magazine-num h3 {
  font-size: 14px;
  font-weight: 400;
}
.magazine-num table.magazine {
  width: 100%;
  margin-bottom: 16px;
}
.magazine-num table.magazine th,
.magazine-num table.magazine td {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding: 4px 4px;
  border: solid #ccc 1px;
}
.magazine-num table.magazine th {
  font-weight: 400;
}
.magazine-num table.magazine td.area {
  font-weight: 700;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  background: #94c447;
}
.magazine-num table.magazine td.spot {
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #fbac4f;
}
.magazine-num table.magazine td.infoma {
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #dc71a7;
}
.magazine-num table.magazine td.jcom {
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #ff4c00;
}
.magazine-num table.magazine td.st {
  white-space: nowrap;
}
.magazine-num table.magazine td.n, .magazine-num table.magazine td.b {
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  background: #ffe1ae;
}
.magazine-num table.magazine td.n {
  font-weight: 400;
}
.magazine-num table.magazine th.total {
  font-weight: 700;
  text-align: center;
  padding: 6px 4px;
  background: #fff;
}

/* ============================================================
J:COMオンデマンド
============================================================ */
.vod_overview {
  margin-bottom: 40px;
}
.vod_overview .this_info {
  float: left;
  width: 48%;
}
.vod_overview .this_img {
  float: right;
  width: 48%;
}

/* ============================================================
データ双方向サービス
============================================================ */
.data_overview {
  margin-bottom: 40px;
}
.data_overview .this_info {
  float: left;
  width: 50%;
}
.data_overview .this_img {
  float: right;
  width: 46%;
}

.main-ad-list {
  font-size: 14px;
  padding: 12px;
  background: #f3f3f3;
}
.main-ad-list .list-item {
  display: flex;
  align-items: center;
  padding: 12px;
  box-sizing: border-box;
  background: #fff;
}
.main-ad-list .list-item + .list-item {
  margin-top: 12px;
}
.main-ad-list .list-item .item-1 {
  font-weight: bold;
  color: #e83416;
  width: 16%;
  margin-right: 12px;
}
.main-ad-list .list-item .item-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 12%;
  min-height: 42px;
  margin-right: 12px;
  box-sizing: border-box;
  background: #e83416;
}
.main-ad-list .list-item .item-3 {
  flex: 1;
  margin-right: 12px;
}
.main-ad-list .list-item .item-4 {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  width: 10%;
}

table.ad-list {
  background: #fff;
}
table.ad-list th,
table.ad-list td {
  line-height: 1.4;
  padding: 12px 0 12px 12px;
  border-bottom: solid #f3f3f3 8px;
}
table.ad-list th {
  font-size: 14px;
  font-weight: 700;
  color: #e83416;
  white-space: nowrap;
  border-right: none !important;
}
table.ad-list .items {
  width: 1%;
  white-space: nowrap;
  border-left: none !important;
}
table.ad-list .item {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  width: 92px;
  padding: 10px 4px;
  box-sizing: border-box;
  display: inline-block;
  background: #e83416;
}

/* ============================================================
広告商品
============================================================ */
.ad_products {
  position: relative;
}
.ad_products .list {
  position: absolute;
  left: 0;
  top: 265px;
}
.ad_products .item {
  float: left;
  width: 48.5%;
}
.ad_products .item:nth-of-type(2n) {
  margin-left: 3%;
}