/************************
 * 表替え > t_heri用
************************/
.item{
	margin:2rem 0;
	border:#CCCCCC 1px solid;
	background:#f9f4f4;
}
.item .title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0;
	padding:0.5rem;
	background-color: #E4EBE2;
	border-bottom:#CCCCCC 1px solid;
}
.item h4{
	margin:0;
	padding:0;
	background:none;
	font-weight:bold;
}
.item .title p{
	padding:0;
}
.item .title + .flex{
	padding:0.5rem;
}
.item .title + .flex p{
	width:68%;
}
.item .title + .flex img{
	width:30%;
}
.radius_box{
	width: calc(100% - 1rem);
	margin: 0.5rem auto;
}
.pattern{
	display:inline-block;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin:1rem 0;
}
.pattern > div{
	display:inline-block;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	width:33.333333%;
	padding:0.5rem;
}
/*カタログリンク*/
.catalog_link{
	align-items:center;
	border:solid 1px #cccccc;
	text-decoration:none;
	padding:0.5rem;
	color:#262323;
}
.push_button a{
	background: #FFC;
	color: #727934;
	border-bottom-color:#F90;
}
