@charset "UTF-8";
/*----------------------------------------
	news
----------------------------------------*/
/* common
----------------------------------------*/
#news .m-news-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  *zoom: 1;
}
#news .m-news-list li:after {
  content: " ";
  display: table;
  clear: both;
}
#news .m-news-list li .m-news-thumb {
  position: relative;
  float: left;
  width: 304px;
  min-height: 205px;
  border: 1px solid #ccc;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
  #news .m-news-list li .m-news-thumb {
    float: none;
    margin: 0 auto;
    width: 264px;
    min-height: 165px;
  }
}
#news .m-news-list li .m-news-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  height: auto;
}
#news .m-news-list li dl {
  margin-left: 336px;
  padding-top: 10px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
  #news .m-news-list li dl {
    margin-left: 0;
  }
}
#news .m-news-list li dl .news-date.i-news-tag:after {
  content: 'ニュース';
  font-size: 78%;
  color: #fff;
  padding: 1px 12px 0;
  margin-left: 12px;
  background: #7fc16d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#news .m-news-list li dl .news-title {
  font-size: 114%;
  font-weight: 700;
}
#news .m-news-list li dl .news-title.i-new-tag:after {
  content: 'NEW';
  font-size: 68%;
  font-weight: 300;
  color: #fff;
  padding: 1px 8px 0;
  margin-left: 12px;
  background: #4b4948;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#news .m-news-list li dl dd + dt,
#news .m-news-list li dl dt + dd {
  margin-top: 0.6em;
}
/* 20260616 */
.service-list li{
	display: flex;
	gap: 30px;
}
.service-list li:not(:last-child){
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.service-list .service-thum{
	width:304px;
	height:205px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
}
.service-list .service-thum img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-list dl{
	width:calc(100% - 304px);
	margin: 0;
	line-height: 1.8em;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.service-list .service-thum{
		width: 45%;
		height: auto;
	}
	.service-list dl{
		width: 53%;
	}
}
.service-title{
	margin-bottom: 1em;
	color: #00b8e8;
	font-size: 114%;
	font-weight: bold
}