/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 19:24:53 */
/* 固定ページ（料金） */
@media (min-width: 600px) {
	.p-plan .top-content .left-area {
		border-right: 1px solid #ddd;
	}
}
@media (max-width: 599px) {
	.p-plan .top-content .left-area {
		border-bottom: 1px solid #ddd;
		padding-bottom: 40px;
	}
}

.p-plan table tr:first-of-type {
	background-color: var(--color_deep01);
}
.p-plan table tr:first-of-type td,
.p-plan table tr:first-of-type td * {
	color: #fff;
}
.p-plan table tr:nth-of-type(2) {
	background-color: #C2E1FC;
}
.p-plan table tr:nth-of-type(2) td,
.p-plan table tr:nth-of-type(2) td * {
	color: var(--color_deep01);
}
.p-plan table tr:nth-of-type(2n + 4) {
	background-color: #f7f7f7;
}
/*  建設業許可申請 */
.p-plan .kensetsu:not(.sonota) table td:nth-child(3),
.p-plan .kensetsu:not(.sonota) table td:nth-child(4),
.p-plan .kensetsu:not(.sonota) table td:nth-child(5),
.p-plan .kensetsu:not(.sonota) tr > td:nth-last-child(-n+3) {
  text-align: right;
}

/* 経営状況分析申請 */
@media (max-width: 959px) {
	.p-plan .keiei-bunseki tr:nth-child(2n + 3) td {
		text-align: right;
	}
}

/* （特別管理）産業廃棄物収集運搬業許可申請 */
.p-plan .tokubetsu-unpan table td:nth-child(3),
.p-plan .tokubetsu-unpan table td:nth-child(4),
.p-plan .tokubetsu-unpan table td:nth-child(5),
.p-plan .tokubetsu-unpan tr > td:nth-last-child(-n+3) {
  text-align: right;
}
.p-plan .tokubetsu-unpan tr:last-child > td:first-child {
  text-align: left;
}

/* （特別管理）産業廃棄物収集運搬業許可申請 */
@media (min-width: 960px) {
	.p-plan .tokubetsu-shobun tr:last-of-type td:nth-of-type(2) {
	  text-align: right;	
	}
}

/* スマホ時に横スクロールするものの文字を小さく */
@media (max-width: 959px) {
	.p-plan .sp-text-small {
		font-size: .7em;
	}
	.p-plan .sp-text-small span[style] {
		font-size: 10px!important;
	}
}
