@charset "utf-8";

main.inner-page h1+p {
	margin-top: 18px;
}

.table-standard2 thead tr:last-child th {
	border-bottom: solid 1px #DACABF !important;
	/* background: rgba(229,118,17,.5); */
	background: #e57611;
	color: #fff;
	font-size: 15px;
	letter-spacing: .05em;
}

.table-standard2 thead th:nth-child(1) {
	width: 30%;
}

.table-standard2 thead th:nth-child(2) {
	width: 70%;
}

.table-standard2 td {
	text-indent: -1em;
	padding-left: 1.5em;
}

@media only screen and (max-width: 766px) {
	main.inner-page h2 span {
		line-height: 1.4;
	}

	.table-standard2 {
		display: table;
	}

	.table-standard2 tbody {
		display: table-row-group !important
			/* tbodyの通常表示 */
		;
		width: auto;
	}

	.table-standard2 tr {
		display: table-row !important
			/* trの通常表示 */
		;
		width: auto;
	}

	.table-standard2 thead th:nth-child(1) {
		width: 110px;
	}

	.table-standard2 thead th:nth-child(2) {
		width: calc(100% - 110px);
	}

	.table-standard2 th {
		display: table-cell;
	}

	.table-standard2 td {
		display: table-cell;
	}
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}