@charset "UTF-8";
/***************************************************
* ページ固有設定
***************************************************/
.closingCcTable {
	width: calc(100% - 4px);
	margin: 0 auto 73px;
}
.closingCcTable tr {
	border-bottom: 1px solid #d9d9d9;
}
.closingCcTable tr.closingCcGrayTr {
	background: #f6f6f6;
}
.closingCcTable tr:first-child {
	border-top: 1px solid #d9d9d9;
}
.closingCcTable tr:nth-of-type(n+3) td:nth-of-type(n+2) {
	line-height: 1.3;
}
.closingCcTable .closingCcMonthTr th{
	padding: 10px 0;
	line-height: 1;
}
.closingCcTable th {
	font-size: 18px;
	border-right: 1px solid #d9d9d9;
}
.closingCcTable th:last-child {
	border-right: none;
}
.closingCcTable th.closingCcYearTh {
	padding: 6px 0;
}
.closingCcTable td {
	font-size: 16px;
}
.closingCcTable td:nth-of-type(n+2) {
	border-left: 1px solid #d9d9d9;
}
.closingCcTable td:not(:nth-of-type(n+2)) {
	padding: 20px 10px;
}
.closingCcTable td.closingCcPinkTd {
	background: #ffe6e6;
}
/***************************************************
* sp-style
***************************************************/
@media only screen and (max-width: 767px) {
	/***************************************************
	* ページ固有設定
	***************************************************/
	
	.containerMain {
		padding: 24px 10px 50px !important;
	}
	.closingCcTableSP {
		margin-bottom: 35px;
	}
	.closingCcTableSP .closingCcTableTitleSP {
		padding: 13px 0;
		text-align: center;
		background: #f6f6f6;
		border: 1px solid #dddddd;
		border-left: none;
		border-right: none;
	}
	.closingCcTableSP .closingCcTableTextSP {
		line-height: 1.3;
		padding: 14px;
	}
	.closingCcTableSP .closingCcTableDayWrapSP {
		display: flex;
		flex-wrap: wrap;
	}
	.closingCcTableSP .closingCcTableDayWrapSP .closingCcTableDaySP {
		border-left: 1px solid #dddddd;
		text-align: center;
	}
	.closingCcTableSP .closingCcTableDayWrapSP.closingCcTableDayWrapSPDays03 .closingCcTableDaySP {
		width: 33.3%;
	}
	.closingCcTableSP .closingCcTableDayWrapSP.closingCcTableDayWrapSPDays03 .closingCcTableDaySP:nth-of-type(3n+2) {
		width: 33.4%;
	}
	.closingCcTableSP .closingCcTableDayWrapSP.closingCcTableDayWrapSPDays03 .closingCcTableDaySP:nth-of-type(3n+1) {
		border-left: none;
	}
	.closingCcTableSP .closingCcTableDayWrapSP.closingCcTableDayWrapSPDays04 .closingCcTableDaySP {
		width: 25%;
	}
	.closingCcTableSP .closingCcTableDayWrapSP.closingCcTableDayWrapSPDays04 .closingCcTableDaySP:nth-of-type(4n+1) {
		border-left: none;
	}
	.closingCcTableSP .closingCcTableDayWrapSP .closingCcTableDaySP > div:first-child {
		display: flex;
		width: 100%;
		height: 69px;
		background: #f6f6f6;
		border-bottom: 1px solid #dddddd;
		justify-content: center;
		align-items: center;
	}
	.closingCcTableSP .closingCcTableDayWrapSP .closingCcTableDaySP > div:last-child {
		display: flex;
		width: 100%;
		height: 79px;
		border-bottom: 1px solid #dddddd;
		justify-content: center;
		align-items: center;
	}
	.closingCcTableSP .closingCcTablePinkBgSP {
		background: #ffe6e6;
	}
}
