.p-top-news {
  --bar-gap: 1px;
  --bar-width: 10px;
  --bar-color: rgba(0, 0, 0, 0.75);
  max-width: 880px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 42px;
  padding-right: 26px;
  border: 1px solid #e1d7cd;
  background-color: #fff;
}

.p-top-news__inner {
  max-height: 360px;
  padding-right: calc(var(--bar-width) + 1em);
  overflow: auto;
}

.p-top-news__list {
  overflow: scroll;
}

.p-top-news .simplebar-track.simplebar-vertical {
  width: var(--bar-width);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  border-radius: 10em;
}

.p-top-news .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: var(--bar-gap);
  left: var(--bar-gap);
  right: var(--bar-gap);
  bottom: calc(var(--bar-gap) + 2px);
  background-color: var(--bar-color);
  opacity: 0.8;
}

.p-top-news .simplebar-content-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.p-top-news .simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

.c-news {
  --space: 1.5em;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    'date category title'
    '. . body';
  align-items: center;
  row-gap: 0.25em;
  padding-bottom: var(--space);
}

.c-news:nth-of-type(n + 2) {
  padding-top: var(--space);
  border-top: 1px solid #e1d7cd;
}

.c-news__date {
  grid-area: date;
  display: block;
  width: 6em;
  line-height: 1;
}

.c-news__category {
  grid-area: category;
  display: block;
  width: 7em;
  margin-right: 1em;
  padding: 0.35em 1em;
  border: 1px solid;
  text-align: center;
  font-size: 0.85em;
  line-height: 1;
}

.c-news__title {
  grid-area: title;
  font-weight: bold;
}

.c-news__body {
  grid-area: body;
}

@media only screen and (max-width: 768px) {
  .p-top-news {
    margin-top: 30px;
    padding: 20px;
    padding-right: 12px;
  }

  .p-top-news__inner {
    max-height: 330px;
  }

  .c-news {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
      'date category'
      'title title'
      'body body';
  }

  .c-news__body {
    font-size: 0.95em;
  }
}


/*コラム新着*/
#col_ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
  margin-top:30px;
  width:min(100%,1200px);
  margin: auto;
}

#col_ul li{
	width:30% !important;
	height:auto;
	
	position: relative;
  text-align: left;
  line-height: 1.8;
  list-style: none;
}

#col_ul li .ica{
	height:200px;
	overflow: hidden;
	display: block;
}
#col_ul li img{
	width:100%;
	height:auto;
    margin-bottom: 20px;
}

#col_ul .tit{
	font-size:20px;
}

#col_ul .top_cate {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #fff !important;
    padding: 5px;
    z-index: 2;
    background-color: #9F7966;
    line-height: 1;
	border-radius:0px 0 0 0 ;
  text-align: left;
	
}

#col_ul .top_cate a{
    color: #fff !important;
}

.p-top-column{
	margin-bottom:100px;
	padding:70px 10px;
}

#home .h3_c{
	text-align: center;
	padding:20px;
  }

  .column_tit{
	text-align: center;
	font-size:20px;
	padding:50px 0px 20px;
  }
  
 
 
 
  @media screen and (max-width: 600px) {
	#col_ul{
		display: block;
		justify-content: space-between;
		list-style: none;
		flex-wrap: wrap;
    padding:0px 20px;
    box-sizing: border-box;
	}
	
	#col_ul li{
		width:100% !important;
		height:auto;
		
		position: relative;
	  text-align: left;
	  line-height: 1.8;
	  list-style: none;
	  margin-top:30px;
    padding:0px 0px 20px !important;
	}
}
