body{
/*width:730px;*/
  margin:auto;
  font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}

.wrapper {
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  width: 980px;
}

.container {
  float: right;
  width: 730px;
}

p {
  margin: 0;
}

a {
  color: #052674;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

dd {
  display: block;
  -webkit-margin-start: 0;
}

ul{
  list-style:none;
  margin:0;
  padding:0;
}

.newrelease_title{
  width:100%;
  color:#333;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  margin:30px 0 0;
}

.newsrelease_planeTxt {
  font-size: 15px;
  line-height: 1.5;
  margin: 20px 0;
}

.newrelease_wrapper { margin-bottom: 30px; }

.newrelease_list {
  border-top: 1px dashed #666;
  margin: 20px 0 50px;
}

.newrelease_list > dt {
  background-color: #20B2AA;
  color: #fff;
  font-size: 16px;
  float: left;
  margin: 20px 0 0;
  padding: 10px;
  text-align: center;
  width: 230px;
}

.newrelease_list > dd {
  padding: 30px 0 30px 240px;
  border-bottom: 1px dashed #666;
}

.newrelease_article > li{
  margin: 50px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #666;
}

.newrelease_article_title {
  width:100%;
  color:#333;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.newrelease_article_date {
  text-align: right;
}

.newrelease_article_date p {
  font-size: 14px;
  display: inline;
}

.newrelease_article_date span {
  color: #20B2AA;
  font-weight:bold;
  margin: 0 0 0 5px;
}

.newrelease_article_date img {
  margin: 0 5px 0 10px;
  vertical-align: bottom;
}

.newrelease_article_comment {
  display: flex;
  align-items: center;
  margin: 30px 0 0 0;
}

.comment {
  width:125px;
  margin: 0 10px 0 0;
  text-align:center;
}

.comment img {
  display: inline-block;

}

.comment p {
  font-size:14px !important;
  display: inline-block;
}

.comment + p,
.comment + .commentList {
  width: calc(100% - 150px);
  line-height: 1.5;
}

.comment + .commentList > li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.comment + .commentList > li + li { margin-top: 10px; }


/*===============================

    responsive

================================*/
@media (max-width: 768px){

#base {
  width: 98%;
  margin: 0 auto;
}
.wrapper { width: 100%; }
.container {
  float: none;
  width: auto;
  padding: 0 10px;
}



/* 下層 */
.newrelease_article_title { line-height: 1.5; }
.newrelease_article_comment { display: block; }

.comment + p, .comment + .commentList {
margin: 20px 0;
width: 100%;
}

.newrelease_article_date { text-align: left; }
.newrelease_article_date p { display: inline-block;margin-bottom: 5px; }

}/* @media */

@media (max-width: 600px){
/* top */
.newrelease_list > dt { float: none; }
.newrelease_list > dd { padding: 20px 0; }
}/* @media */