  @charset "utf-8";

/* CSS Document */

.h1_group {
	margin-bottom: 1.5rem;
}

.h1_group .lead {
	color: #5C5C5C;
	
}
.h1_group .lead.p-komachi_lede{
	margin-top: -3rem;
	/*padding-left: 50px;*/
}
.sp .h1_group .lead.p-komachi_lede{
	margin-top:0;
	padding-left: 0;
}


/*Component*/


/*project*/
.p-shine_body{
	padding-left: 50px;
}

.p-shine_body .col{
	flex: 0 0 auto;
	margin-bottom: 1.5rem;
}
.p-shine_body .col3 .col{
	width: 218px;
	margin-right: 23px;
}
.p-shine_body .col3 .col:nth-of-type(3n){
	margin-right: 0;
}

.p-shine_body .col a{
	display: inline-block;
	position: relative;
}
.p-shine_body .col a::after{
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	top:-5px; left: -5px;
	border: rgba(243,153,0,0.4) 2px solid;
	background-color: rgba(243,153,0,0.15);
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border-radius: 6px;
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.3s;
}
.p-shine_body.p-komachi_body .col a::after{
	border-color: rgba(238,135,144,0.4);
	background-color: rgba(238,135,144,0.15);
}
.p-shine_body .col a:hover::after{
	opacity: 1;
	transform: scale(1);
}
#main .p-shine_body .col img{
	margin-top: 0;
}


.p-archive_header{
	font-size: 1.125rem;
	text-align: center;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	padding: 0.75rem 0 0.75rem;
	background-color: #ededed;
	border-radius: 1.75rem;
	margin: 1.5rem 0;
}

/* index_style */

/*#snav p-snav__label*/
#snav h2.p-snav__label{
	justify-content: center;
	padding: 0;
}

/*p-bn_box*/
.p-bn_box{
	text-align: center;
	width: 100%;
	padding: 0.125rem 0;
	border-radius: 0 0 4px;
}
.p-bn_box .c-sub_bn{
	margin: 0.375rem auto;
	border: #e6e6e6 1px solid;
	width: 100%;
}
#snav .p-bn_box h2.p-bn_box__heading{
	background: none;
	color: #212121;
	margin-bottom: 0.875rem;
	font-size: 1rem;
}

/*p-snav_year_Index*/
.nav.p-snav_year_Index{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#snav>ul.nav.p-snav_year_Index li{
	flex: 0 0 auto;
	width: 25%;
	border: none;
	border-bottom: #fff 1px solid;
}
#snav>ul.nav.p-snav_year_Index li.last{
	border-bottom: none;
}
#snav>ul.nav.p-snav_year_Index li a{
	padding: 0.625rem 0 0.625rem 0;
	text-align: center;
	position: relative;
	background-image: none;
}

#snav>ul.nav.p-snav_year_Index li.current a{
	font-weight: bold;
	background-image: none !important;
}
#snav>ul.nav.p-snav_year_Index li.current a:after{
	content: "";
	display: block;
	box-sizing: border-box;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: #c6c6c6 2px solid;
	position: absolute;
	top:3px; left: 3px;
	border-radius: 4px;
}


/*sp*/

.sp #sub #snav{
	position: static;
	margin: 0;
	display: block;
	width: 100%;
}

.sp .p-shine_body{
	padding-left: 0;
}
.p-shine_body .col{
	text-align: center;
}

.sp .p-shine_body .col3 .col{
	width: auto;
	margin-right: 0;
}




@media print {}
