@charset "UTF-8";
div.p-logo{
	position:relative;
}
/* ヘッダー左右画像 */
div.p-logo:before{
	content:"";
	left: 200px;
}
div.p-logo:after{
	content:"";
	right: 200px;
}
div.p-logo:before,
div.p-logo:after{
	top:-40px;
	width: 200px;
	height: 200px;
	position: absolute;
}
@media screen and (max-width: 1200px){
	div.p-logo{
		overflow: visible;
	}
	div.p-logo:before{
		display: none;
	}
	div.p-logo:after{
		top:10px;
	}
}
@media screen and (max-width: 1100px){
	div.p-logo:after{
		top:10px;
		width: 150px;
		height:150px;
	}
}
@media screen and (max-width: 990px){
	div.p-logo:after{
		right: 150px;
		top:-10px;
		width: 180px;
		height:180px;
	}
}
@media screen and (max-width: 840px){
	div.p-logo:after{
		right:10%;
		top:10%;
		width: 160px;
		height:160px;
	}
}
@media screen and (max-width: 530px){
	div.p-logo:after{
		right:10px;
		top:40%;
		width: 100px;
		height:100px;
	}
}


/* コンテンツリスト */
.catList {
	width:100%;
}
.catList ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
.catList li{
	width:40%;
	list-style: none;
	position:relative;
	margin-bottom:160px;
}
.catList li:before{
	content:"";
	display: block;
	width:180px;
	height:180px;
	border-radius: 50%;
	background:rgba(221, 93, 93, 0.3);
	position:absolute;
	left:50%;
	top:30%;
	z-index:-1;
}
.catList a{
	display: block;
}
.catList .catImg {
	text-align: left;
	width:90%;
}
.catList .catImg img{
	width:100%;
}
.catList p{
	color:#333;
	padding:10px;
/*	border:1px solid #dd5d5d;*/
	width:80%;
	line-height: 1.4;
	position:absolute;
	top:160px;
	right:0;
	min-height:60px;
	background:rgba(255,255,255,0.95);
}
@media screen and (max-width: 1100px){
	.catList li:before{
		left:40%;
		top:35%;
		width:140px;
		height:140px;
	}
	.catList li{
		width:45%;
		margin-bottom:180px;
	}
	.catList p{
		width:100%;
		background:rgba(255,255,255,0.8);
	}	
}
@media screen and (max-width: 990px){
	.catList li:before{
		left:50%;
		top:40%;
		width:180px;
		height:180px;
	}
	.catList li{
		width:45%;
		margin-bottom:120px;
	}
	.catList p{
		top:200px;
		width:100%;
		background:rgba(255,255,255,0.8);
	}	
}
@media screen and (max-width: 740px){
	.catList .catImg {
		width:100%;
	}
	.catList li:before{
		left:40%;
		top:30%;
		width:120px;
		height:120px;
	}
	.catList li{
		width:45%;
		margin-bottom:160px;
	}
	.catList p{
		top:160px;
		width:100%;
		background:rgba(255,255,255,0.8);
	}	
}
@media screen and (max-width: 520px){
	.catList li:before{
		left:40%;
		top:30%;
		width:100px;
		height:100px;
	}
	.catList li{
		width:50%;
		margin-bottom:160px;
	}
	.catList p{
		top:110px;
		width:100%;
		background:rgba(255,255,255,0.8);
		overflow: hidden;
	}	
}@media screen and (max-width: 400px){
	.catList li{
		width:50%;
		margin-bottom:180px;
	}
	.catList p{
		top:90px;
	}	
}