
/*//////////////////////////////////////////////////////////////

  番組情報（ピックアップかごしま）
	
//////////////////////////////////////////////////////////////*/

/*=======================================================
	
	メインコンテンツ
	
=======================================================*/

/* タイトル
------------------------------- */
.box-mttl .information {
	background: #eeeeee;
}

/* 記事
------------------------------- */
.article-wrap {
	background: #eeeeee;
}


.kago {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

.kago :after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}



.kago2 {
  color: #231f1b;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #ffe4b1, #ffe4b1 3px,#fff5df 3px, #fff5df 7px);
  background: repeating-linear-gradient(-45deg, #ffe4b1, #ffe4b1 3px,#fff5df 3px, #fff5df 7px);
  margin-bottom: 0.5em;
}

[class ="img-flex-2"] {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.img-flex-2 img {
    width: calc( 100% / 2 );
    height: calc( 100% / 2 );
}

