* {
  font-family: "SF Pro Display","Noto Sans JP", Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  max-width: 390px;
  font-family: "Arial", "メイリオ";
  font-size: .813em;
}

.list {
  margin: 0;
  padding: 0;
  /*margin-top: 20px;*/
  width: 375;
  
}
.list > li {
  margin: 0;
  padding: 0;
  display:block;
  background-color: #fff;
  
  box-shadow: inset 0 1px 0 #9a9a9a;
}

.news-logo {
  margin: 40px 0px 0px 90px;
}
.news-logo img {
  height: 50.4px;
  width: auto;
}



.news{
  margin: 10px 0px 0px 0px;
  text-align: center;
  width: 375px;
  height: 23px;
  font-size: 14pt;
  font-weight: 500;
  font-family:Arial, Helvetica, sans-serif;
}
h3 {
  margin: 20px 0px 20px 15px;
  text-align: center;
  width: 370px;
  
  font-size: 20px;
  font-weight: normal;
  /*font-weight:bold;*/
}
p {
  margin: 38.6px 0px 20px 0px;
  text-align: left;
  width: 350px;
  font-size: 12pt;
  font-weight: 380;
/*
  margin: 24px 0px 25px 13px;
  width: 350px;
  font-size: 12pt;
  font-weight: 400;
  */
  
  font-size: 18px;
  margin:0 0 0.3rem;
  font-weight: normal;

}
.tittle {
  margin: 10px 0px 0px 0px;
  padding: 10px  10px 0px 10px;
  color: #FFFFFF;
  background-color: #666666;
  text-align: left;
  letter-spacing: 1.5px;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
}
.renewal_date{
  color: #FFFFFF;
  background-color: #666666;
  margin: -5px 0px 0px 0px;
  padding: 10px  10px 10px 10px;
  text-align: center;
  width: 370px;
  font-size: 9pt;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.5px;
}

.deviceId{
  display: none;
}

.body{
  margin: 0px 0px 25px 13px;
  width: 380px;
  font-size: 10pt;
  font-weight: 380;

  position: relative;
  overflow: hidden;
  height: 50px; /*隠した状態の高さ*/
}
.body::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}

.grad-btn::before {
  margin: 20px 0px 0px 152px;
  text-align: center;
  width: 375px;
  font-size: 12pt;
  font-weight: 500;
  /*
  margin: 24px 0px 25px 13px;
  width: 350px;
  font-size: 12pt;
  font-weight: 400;*/
  
  color: #3663a7;
  content: "続きを読む"
}

.grad-trigger {
  margin: 38.6px 0px 20px 0px;
  text-align: center;
  width: 375px;
  font-size: 12pt;
  font-weight: 500;
  /*
  margin: 24px 0px 25px 13px;
  width: 350px;
  font-size: 12pt;
  font-weight: 400;*/
  
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  color: rgb(80, 111, 141);
  margin: 20px 0px 0px 165px;
  text-align: center;
  width: 375px;
  font-size: 12pt;
  font-weight: 500;
  color: rgb(80, 111, 141);
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .body {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .body::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/*英語表記用*/
.grad-btn_en::before {
  margin: 20px 0px 0px 152px;
  text-align: center;
  width: 375px;
  font-size: 12pt;
  font-weight: 500;
  /*
  margin: 24px 0px 25px 13px;
  width: 350px;
  font-size: 12pt;
  font-weight: 400;*/
  
  color: #3663a7;
  content: "read more"
}

.grad-trigger_en {
  /*
  margin: 24px 0px 25px 13px;
  width: 350px;
  font-size: 12pt;
  font-weight: 400;*/
  
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger_en:checked ~ .grad-btn_en::before {
  color: rgb(80, 111, 141);
  margin: 20px 0px 0px 165px;
  text-align: center;
  width: 375px;
  font-size: 12pt;
  font-weight: 500;
  content: "close" /*チェックされていたら、文言を変更する*/
}
.grad-trigger_en:checked ~ .body {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger_en:checked ~ .body::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}