@charset "utf-8";

#section01,#section02{
	margin-bottom:60px;
	font-size: 14px;
	}


#section01 ul,#section02 ul{
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}

#section01 ul li,#section02 ul li{
	width:470px;
	margin-bottom:20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	align-items: stretch;
	}

#section01 ul li{
	border:#7dcdf4 2px solid;
	border-radius: 8px;
}

#section01 ul li h2{
	background-color:#7dcdf4;
	font-size:18px;
	color:#fff;
	padding:15px;
	/*display: flex;*/
	}

#section01 ul li div{
	padding:15px;
	}

#section01 ul li div p,#section02 ul li div p{
	display:inline-block;
    width: 247px;
    margin-right: 25px;
	}

#section01 ul li div img,#section02 ul li div img{
	display:inline-block;
	vertical-align: top;
	width:160px;
	height:auto;
	}
#section02 ul li{
	border:#7dcdf4 2px solid;
	border-radius: 8px;
}

#section02 ul li h3{
	font-size:18px;
	color:#1e1e1e;
	padding:15px;
	/*display: flex;*/
	border-bottom: #7dcdf4 1px solid;
}

#section02 ul li div{
	padding:15px;

	}

#section03{
	margin-bottom:50px;
	}

.anchorLinks{
	display: block;
	font-size: 0;
	margin-bottom: 30px;
	}
.anchorLinks .link {
    display: inline-block;
    width: 22.8%;
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    margin-left: 1.5em;
    text-indent: -1.5em;
	}
.anchorLinks .link:nth-child(-n+4){
	margin-top:0;
	}
.anchorLinks .link:first-child{
	border-left: 0;
	}
.anchorLinks .link:last-child,
.anchorLinks .link:nth-child(4n){
	border-right: 0;
	}


@media screen and (max-width: 767px){
	.pubRkv2 {
    margin:0 auto;
	}
	
	.pubRkv2 .mv {
    width: 100%;
	align-items: flex-start;
	}
	
	
	.pubRkv2 .mv>img {
	height: auto;
	}
	
	.spContInTtl .ttlCategory2{
  	padding: 20px 0 10px;
	}

	.pubRkv2.p2_2>.ttlCategory2 {
    margin:0;
	}
	
	#section01,#section02{
	font-size: 12px;
	}
	
	#section01 ul li h2,#section02 ul li h3{
	font-size:16px;
	}
	
	#section01 ul li,#section02 ul li{
	width:100%;
	}

	#section01 ul li div p,#section02 ul li div p{
	width:55.5217%;
	margin-right:4.3478%;
	}


	#section01 ul li div img,#section02 ul li div img{
	width:37.9855%;
	}
	
	.anchorLinks{
		display: block;
		font-size: 0;
		margin-bottom: 30px;
	}
	.anchorLinks .link{
		display: inline-block;
		width:49%;
		margin-top: 20px;
		text-align: center;
		font-size: 12px;
		margin-left: auto;
    	text-indent: inherit;
	}
	.anchorLinks .link:nth-child(-n+2){
		margin-top:0;
	}
	.anchorLinks .link:first-child{
		border-left: 0;
	}
	.anchorLinks .link:last-child,
	.anchorLinks .link:nth-child(2n){
		border-right: 0;
	}
	
	.anchorLinks .link:nth-child(-n+4) {
		margin-top: 20px;
	}
	
	.anchorLinks .link:nth-child(odd) {
		border-right: 1px solid #dcdcdc;
	}


}