
/**
 * ======================================================

	WARDOG SETO 使用共通css

 * ======================================================
**/


.wd_titleMain{
	margin-top : 4rem ;
}

.wd_contents3_flex{
	position: relative ;
	display: flex ;
	box-sizing: border-box ;
	flex-wrap: wrap ;
	justify-content: center ;
	width: 100% ;
	margin : 2rem auto 4rem ;
}

.wd_contents3_itembox{
	width: 240px ;
	margin : 0px 10px 20px ;
}


.wd_contents3_item_image{
	position: relative ;
	display: block ;
	width: 100% ;
	aspect-ratio: 1 / 1 ;
	border-radius: 24px ;
	overflow: hidden ;
}

.wd_contents3_item_image img{
	width: 100% ;
	height: 100% ;
	object-fit: contain ;
}


.wd_contents3_item_name{
	font-weight: 700 ;
	margin-top : 4px ;
	text-align: center ;
}

.wd_contents3_item_story{
	text-align: center ;
	margin-top : 4px ;
	font-size: 14px ;
}

.wd_contents3_item_title{
	font-size: 20px ;
	font-weight: 700 ;
	text-align: center ;
	color: #d82300 ;
	margin-top : 4px ;
	line-height: 1.2 !important ;
}
.wd_contents3_item_title span{
	font-size: 16px ;
}


























/** ================================================================================== **/
@media (max-width: 767px) {



.wd_contents3_itembox{
  width : 40% ;
  max-width: 200px;
}

.wd_contents3_item_name{
	font-size: 14px ;
}

.wd_contents3_item_story{
	font-size: 12px ;
}

.wd_contents3_item_title{
	font-size: 18px ;
}
.wd_contents3_item_title span{
	font-size: 12px ;
}














































}/** ================================================================================== **/