@charset "UTF-8";
.news-content {
  font-size: 16px;
  line-height: 1.6;
}

.news-content div {
  font-size: 16px;
  line-height: 1.6;
}

.news-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 1em;
}

.news-content h1{
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.news-content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.news-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.news-content h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.news-content h6,
.news-content h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.news-content strong {
  font-weight: 700;
}
.news-content em {
  font-style: italic;
}
.news-content ol,
.news-content ul {
  margin-bottom: 20px;
}
.news-content ol li,
.news-content ul li {
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-left: 2em;
}
.news-content ol li:last-child,
.news-content ul li:last-child {
  margin-bottom: 0;
}
.news-content ol li::after,
.news-content ul li::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "・";
  z-index: 1;
  width: 1.6em;
  text-align: right;
}
.news-content ol li:nth-child(1)::after {
  content: "1.";
}
.news-content ol li:nth-child(2)::after {
  content: "2.";
}
.news-content ol li:nth-child(3)::after {
  content: "3.";
}
.news-content ol li:nth-child(4)::after {
  content: "4.";
}
.news-content ol li:nth-child(5)::after {
  content: "5.";
}
.news-content ol li:nth-child(6)::after {
  content: "6.";
}
.news-content ol li:nth-child(7)::after {
  content: "7.";
}
.news-content ol li:nth-child(8)::after {
  content: "8.";
}
.news-content ol li:nth-child(9)::after {
  content: "9.";
}
.news-content ol li:nth-child(10)::after {
  content: "10.";
}
.news-content ol li:nth-child(11)::after {
  content: "11.";
}
.news-content ol li:nth-child(12)::after {
  content: "12.";
}
.news-content ol li:nth-child(13)::after {
  content: "13.";
}
.news-content ol li:nth-child(14)::after {
  content: "14.";
}
.news-content ol li:nth-child(15)::after {
  content: "15.";
}
.news-content ol li:nth-child(16)::after {
  content: "16.";
}
.news-content ol li:nth-child(17)::after {
  content: "17.";
}
.news-content ol li:nth-child(18)::after {
  content: "18.";
}
.news-content ol li:nth-child(19)::after {
  content: "19.";
}
.news-content ol li:nth-child(20)::after {
  content: "20.";
}
.news-content ol li:nth-child(21)::after {
  content: "21.";
}
.news-content ol li:nth-child(22)::after {
  content: "22.";
}
.news-content ol li:nth-child(23)::after {
  content: "23.";
}
.news-content ol li:nth-child(24)::after {
  content: "24.";
}
.news-content ol li:nth-child(25)::after {
  content: "25.";
}
.news-content ol li:nth-child(26)::after {
  content: "26.";
}
.news-content ol li:nth-child(27)::after {
  content: "27.";
}
.news-content ol li:nth-child(28)::after {
  content: "28.";
}
.news-content ol li:nth-child(29)::after {
  content: "29.";
}
.news-content ol li:nth-child(30)::after {
  content: "30.";
}
.news-content table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 10px;
}
.news-content table th, .news-content table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 16px;
}
.news-content table th {
  font-weight: 700;
}


@media only screen and (max-width: 767px) {

  .news-content {
    font-size: 16px;
    line-height: 1.6;
  }
  .news-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .news-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .news-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .news-content h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .news-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .news-content h6,
  .news-content h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .news-content ol,
  .news-content ul {
    margin-bottom: 20px;
  }
  .news-content ol li,
  .news-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  .news-content table {
    margin-bottom: 20px;
  }
  .news-content table th, .news-content table td {
    padding: 10px 14px;
    font-size: 16px;
    line-height: 1.6;
  }
}
/* add 0701 */

.news-list li .news-img-article {
  display: block;
  margin-top: 10px;
}

.news-list li .news-img-article img{
  width:100%;
  height:auto;
}

@media only screen and (max-device-width: 767px) {
  .news-list li .news-img-article {
    margin-top: 6px;
    padding-right: 0;
  }
}

.link-news .text-news {
    width: 100%;
}

.link-news .img-news {
    display: block;
    width:100%;
    margin-top: 10px;
}

.link-news .img-news img{
    width:100%;
    height:auto;
}
@media only screen and (max-width: 767px) {

  .link-news .img-news {
    margin-top: 6px;
  }
}




    
        
        
.category.type-news {
  border: 2px solid #5373ff;
  background-image: url();
}
        
        
        
.category.type-info {
  border: 2px solid #5373ff;
  background-image: url(https://mpj-portal.jp/game/img/upload/bg_category_info.jpg);
}
        
        
    
        
.category.type-event {
  border: 2px solid #ff94da;
  background-image: url(https://mpj-portal.jp/game/img/upload/bg_category_pink.jpg);
}
        
        
    
        
.category.type-gacha {
  border: 2px solid #5de571;
  background-image: url(https://mpj-portal.jp/game/img/upload/bg_category_green.jpg);
}
        
        
    
        
.category.type-campaign {
  border: 2px solid #4dd2f8;
  background-image: url(https://mpj-portal.jp/game/img/upload/bg_category_blue.jpg);
}
        
        
    
        
.category.type-other {
  border: 2px solid #ab8eff;
  background-image: url(https://mpj-portal.jp/game/img/upload/bg_category_purple.jpg);
}
        
        
    
        
.category.type-bug {
  border: 2px solid #ff962c;
  background-image: url(https://mpj-portal.jp/game/img/upload/74d6d7db5266b644e7369829fdbe6601bcbe8396.jpg);
}
        
        
        
    
        
    
        
.category.type-event_ {
  border: 2px solid #ff94da;
  background-image: url(https://mpj-portal.jp/game/img/upload/bg_category_pink.jpg);
}
        
        
    
        
.category.type-ga_cha {
  border: 2px solid #5de571;
  background-image: url(https://mpj-portal.jp/game/img/upload/bg_category_green.jpg);
}
        
        
    
        
.category.type-LTO {
  border: 2px solid ＃ee82ee;
  background-image: url(https://mpj-portal.jp/game/img/upload/bg_category_purple.jpg);
}
        
        
        
    



@media only screen and (max-width: 767px) {
.category {
    border-width: 0.02rem !important;
  }
}
