@charset "utf-8";
/**********************************************/
/* 事業者の適応　Infographic AP-PLAT */
/**********************************************/
.nfographic_section{
	border-bottom: 80px;
}
.stress {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}

/* カード型設定 */
.infografic-ap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 20px;
}
.infografic_item-ap {
	background-color: #FFF;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	transition: box-shadow 0.3s;
    border-radius: 15px;
	width: 100%;
	padding: 15px;
	text-align: center;
}
.infografic_item-ap:hover {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.infografic_item-ap img{
  width: 100%;
  /*height: 220px;/*200px*/
	object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.infografic_item-ap .entry_date{
	margin-bottom: 1em;
}
.infografic_item-ap .entry a{
	text-decoration: none;
	color: #555;
	font-weight: bold;
	  transition: color 0.3s;
}
.infografic_item-ap .entry a:hover{
	color: #63B7E6;
}
.infografic_item-txt-ap{
	margin-bottom: 5px;
}
/* カード型設定 ここまで */


/*外部リンクマークの削除*/
.link-none a[target=_blank]::after {
	font-family: none;
	content: none;
}

/*画像に枠線を付ける*/
.bdr_img img{
	border:1px solid #eee;
}
.contentbox{
	border: 1px solid #ccc;
    padding: 5px 10px 10px;
    text-align: center;
    border-radius: 10px;
	margin-bottom: 50px;
}

.note{
	line-height: 140%;
	margin-top: 0px!important;
	text-indent: 0em;
}
.infographic-item{
	display: flex;
	justify-content: space-between;
}
.infographic-item h3{
	width: calc(100% - 120px);
		
}

/****************************/
/*レスポンシブ*/
/****************************/
@media (min-width: 768px) {
  .infografic_item-ap {
	width: 32%;
	/*margin-right: 2%;*/
	gap:2%;
}

}
@media (min-width: 920px) {
  .content{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
}	
.contentbox{
	width: 32%;
}	
.contentbox:nth-child(3n){
	margin-right: 0;
}
	
	
}
@media (min-width: 1400px) {
	.entry-list_item-ap {
		width: 30%;
	margin-right: 3%;
	margin-bottom: 50px;
}
.entry-list_item-ap:nth-child(3n){
	margin-right: 0;
}

}