html, body {
  margin: 0;
  padding:  0;
  font-size: 12px;
}
.box {
  line-height: 1.8;
}
.pr-article {
  display: block;
  margin: 0 auto;
} 
#news0717, .news-container {
  padding: 10px;
}
div.news-container .box ul li {
  margin-left: 0;
}

#NewsHeader {
  text-align: right;
  line-height: 1.8;
}
.titleBlock {
    text-align: center;
    font-weight: bold;
    margin: 0 auto 40px;
    line-height: 1.3;
}
.titleBlock p {
  margin: 0px;
}
.titleBlock__title-a {
  font-size: 14px;
}
.titleBlock__title-b {
  font-size: 21px;
}
.titleBlock__title-c {
  font-size: 14px;
}
.main-image img {
  width: 100%;
  padding-bottom: 20px;
}
.txt01 {
  font-weight: bold;
}
.paragraph {
  text-indent: 1em;
}
.paragraph__price, strong {
  border-bottom: 3px solid #000;
}
.new {
  color: red;
  font-weight: bold;
}
.contentCorporate__name {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  
  .main-image img {
    zoom: 1.0;
  }
  .lineup-list img {
    width: 300px;
    height: 300px;
    zoom: 1.0;
  }

  .main-img-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body#news02 #mainContent-right div.news_container .releaseDetail_box .lineup .lineup-list .main-list .main-list-img .main-img-flex img {
    width: 33.3% !important;
    height: 33.3% !important;
    margin: 2px 2px 0 0;
  }
}
@media screen and (min-width:740px){
  .lineup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .main-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    list-style: none;
    padding-bottom: 30px;
  }
  .main-list img {
    margin-right: 20px;
  }
  .main-lisy p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
  }
  .list-flex {
    width: 50%;
    list-style: none;
  }
  .list-flex img, .list-flex p {
    display: block;
  }
  .lineup-list p {
    max-width: 300px;
  }
  .main-img-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body#news02 #mainContent-right div.news_container .releaseDetail_box .lineup .lineup-list .main-list .main-list-img .main-img-flex img {
  width: 97px !important;
  height: 97px !important;
  margin: 2px 2px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display:flex;
  }
}