  /* CSS Document */

.p-heisei_table{
	width: 100%;
	background-color: #f7f7f7;
	position: relative;
}
.p-heisei_table tr:nth-of-type(2n+1){
	background-color: #eeeeee;
}
.p-heisei_table th,
.p-heisei_table td{
	padding: 1rem 1rem 0.75rem 1rem;
	line-height: 1.4;
	font-size: 0.8125rem;
	box-sizing: border-box;
}
.p-heisei_table th{
	padding: 1rem 0 0.75rem 0.5rem;
}
.sp .p-heisei_table th,
.sp .p-heisei_table td{
	padding: 0.75rem !important;
}

.p-heisei_table th{
	width: 100px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
.p-heisei_table th span{
	font-size: 0.9375rem;
	display: block;
}
.p-heisei_table td{
	width: 700px;
}
#main .p-heisei_table td h4{
	font-size: 0.9375rem;
	margin-top: 0.125rem;
	margin-bottom: 0.75rem;
	color: #333;
	border-left: #b5b5b5 3px solid;
	padding-left: 0.625rem;
	line-height: 1;
}

.p-heisei_table td .p-kjm_list{
	border-bottom: #ccc 1px solid;
	margin-bottom: 1rem;
	padding-bottom: 0.25rem;
}
.p-heisei_table td ul.list{
	margin-left: 0.75rem;
}

#main .p-heisei_table td .p-kjm_list h4{
	font-size: 1.125rem;
	font-weight: bold;
	color: #101010;
	border-color:#E6002D;
}
.p-heisei_table td .p-kjm_list .p-kjm_list__content{
	margin-bottom: 0.25rem;
}
.p-heisei_table td .p-kjm_list .p-kjm_list__content .c-flex_between .c-col,
.p-thumb{
	/*width: 48%;*/
	width: 324px;
	flex: 0 0 auto;
}
.p-thumb.full-width{
	width: 100%;
}
.p-thumb__unit{
	margin-bottom: 0.75rem;
}
.p-thumb__unit.col{
	flex: 0 0 auto;
	width: 150px;
}
#main .p-thumb__unit.col img{
	margin-top: 0px;
}
.p-thumb.full-width .p-thumb__unit{
	width: auto;
	/*margin-left: auto; margin-right: auto;*/
}

.p-social_list{
	display: flex;
	justify-content: space-between;
}
.p-social_list_content{
	flex: 0 0 auto;
	width: 48%;
}

/*.sp*/
.sp .p-heisei_table td .p-kjm_list .p-kjm_list__content,
.sp .p-thumb,
.sp .p-social_list{
	display: inherit;
}
.sp .p-heisei_table td .p-kjm_list .p-kjm_list__content .c-flex_between .c-col,
.sp .p-thumb,
.sp .p-social_list_content{
	width: 100%;
}
.sp .p-heisei_table th{
	font-size: 1.25rem;
}
.sp .p-heisei_table th span{
	font-size: 0.75rem;
}


