/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2021 | 23:39:16 */

.ul_news {
  list-style: none;
  overflow: hidden;
  border-bottom:solid 1px;
/* margin-top:-20px;*/
  padding 5px 0px 5px 0px;
  background-color:#FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.7em;
  color:#666666;
  width:100%;
}
.ul_news:hover {
  color:#6699ff;
}
 
.ul_news li {
  text-align: left;
  float: left;
}


.news_title{
  /*
  font-family: 'Noto Sans JP', sans-serif;
  font-size:0.7em;
  color:#666666;
*/
  margin-top:5px;
}
.press_icon{
  background-color:#dcc631;
  width:120px;
  height:30px;
   margin-bottom:5px;
  margin-right:10px;
}
.press_icon_in{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
   font-weight:bold;
  color:white;
  width:100px;
  height:20px;
}

.info_icon{
  background-color:#39c99b;
  width:120px;
  height:30px;
  margin-bottom:5px;
  margin-right:10px;
}
.info_icon_in{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
   font-weight:bold;
  color:white;
  width:100px;
  height:20px;
 margin:auto;
}
/*スマホ*/
@media screen and (min-width:360px) { 
  .info_icon{
    vertical-align:middle;
      text-align:center;
	width:100px;
    height:20px;
  padding-top:3px
  }
    .info_icon_in{
      font-size: 0.6em;
  }
  .press_icon{
    vertical-align:middle;
      text-align:center;
	width:100px;
    height:20px;
  padding-top:3px
  }
    .press_icon_in{
      font-size: 0.6em;
  }

  .news_date{
  width:100px;
  margin-top:6px;
}
.news_title{
  width:90vw;
}

}
/*タブレット*/
@media screen and (min-width:768px) and ( max-width:1024px) {
 .news_date{
  width:100px;
  margin-top:6px;
}
  .info_icon{
      text-align:center;
  width:100px;
  height:20px;
  padding-top:2px
  }
    .info_icon_in{
      font-size: 0.9em;
  }
   .press_icon{
      text-align:center;
	width:100px;
    height:20px;
  padding-top:2px
  }
    .press_icon_in{
      font-size: 0.6em;
  }

.news_title{
  width:90vw;
}
 .news_date{
  width:100px;
  margin-top:6px;
}
}
/*PC*/
@media screen and (min-width:1024px) {
  .news_date{
  width:150px;
  margin-top:6px;
}
  .info_icon{
      text-align:center;
  width:120px;
  height:30px;
  padding-top:5px
  }
  .press_icon{
      text-align:center;
	width:120px;
    height:30px;
  padding-top:5px
  }
    .press_icon_in{
      font-size: 0.9em;
  }

    .info_icon_in{
      font-size: 0.9em;
  }
.news_title{
  width:100%;
}
 .news_date{

  width:150px;
  margin-top:6px;
}
}