@charset "Shift-JIS";

section.container#sample section div.tableContainer table {
	border-radius: 8px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

section.container#sample section div.tableContainer table td .bold,
section.container#sample section div.tableContainer table th .bold {
	font-weight: 500;
	line-height: 1.4;
}

section.container#sample section div.tableContainer table tr:nth-of-type(n+2) td,
section.container#sample section div.tableContainer table tr:nth-of-type(n+2) th {
	border-top: none;
}

section.container#sample section div.tableContainer table td:nth-child(n+2),
section.container#sample section div.tableContainer table th:nth-child(n+2),
section.container#sample section div.tableContainer table tr:nth-child(n+2) th:first-child {
	border-left: none;
}

section.container#sample section div.tableContainer table tr:first-child th:first-child,
section.container#sample section div.tableContainer table tr:first-child td:first-child {
	border-top-left-radius: 10px;
}

section.container#sample section div.tableContainer table tr:first-child th:last-child,
section.container#sample section div.tableContainer table tr:first-child td:last-child {
	border-top-right-radius: 10px;
}

section.container#sample section div.tableContainer table tr:last-child th:first-child,
section.container#sample section div.tableContainer table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

section.container#sample section div.tableContainer table tr:last-child th:last-child,
section.container#sample section div.tableContainer table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

section.container#sample section div.tableContainer table .bgSky {
	background-color: #2A82BC;
	color: #ffffff;
	text-align: center;
}

section.container#sample section div.tableContainer table .bgBlue {
	background-color: #2462A3;
	color: #ffffff;
	text-align: center;
}

section.container#sample section div.tableContainer table .bgNavy {
	background-color: #003B7A;
	color: #ffffff;
	text-align: center;
}

section.container#sample section div.tableContainer table .bgYellow {
	background-color: #fff0ac;
	text-align: center;
}




@media screen and (min-width : 960px) {


	p.text {
		font-size: 0.8125rem;
		line-height: 1.9;
		text-align: justify;
	}

	/* -------------------------------------------------------------------------------------------
	*
	* container
	*
	* ----------------------------------------------------------------------------------------- */

	section.container {
		position: relative;
	}

	section.container section {}

	section.container section:nth-of-type(n+2) {
		margin-top: 3.125rem;
	}

	section.container#sample section div.tableContainer table td,
	section.container#sample section div.tableContainer table th {
		padding: 12px 10px;
		background-color: #ffffff;
		border: 1px solid #BDC8D7;
		font-size: 14px;
		line-height: 1.7;
	}

	section.container#sample section div.tableContainer table td br,
	section.container#sample section div.tableContainer table th br {
		display: inline;
		height: 0;
		line-height: normal;
		margin: 0;
		padding: 0;
	}

	section.container#sample section div.tableContainer table th {
		width: 25%;
	}

	section.container#sample section div.tableContainer table td>p {
		line-height: 1.7;
	}

	/*
	section.container#sample section div.tableContainer table td div.pdf{
		position: relative;
		padding: 0 0 0 32px;
	}
*/

	section.container#sample section div.tableContainer table td div.pdf+div.pdf {
		margin-top: 8px;
	}

	section.container#sample section div.tableContainer table td div.pdf p {
		display: flex;
		flex-wrap: wrap;
	}

	section.container#sample section#table1 div.tableContainer table td div.pdf p {
		line-height: 0.7;
		gap: 0.6rem;
	}

	section.container#sample section#table2 div.tableContainer table td div.pdf p {
		flex-direction: column;
		gap: 7px;
	}

	section.container#sample section div.tableContainer table td div.pdf p a {
		display: flex;
		align-self: flex-start;
		align-items: center;
		border: 1px solid #BDC8D7;
		border-radius: 2.78rem;
		box-sizing: border-box;
		font-size: 0.667rem;
		letter-spacing: 0.05em;
		padding: 5px 0.556rem;
		white-space: nowrap;
		opacity: 1;
		transition: opacity 0.3s;
	}

	section.container#sample section div.tableContainer table td div.pdf p a:hover {
		opacity: 0.8;
	}

	section.container#sample section div.tableContainer table td div.pdf p a::after {
		content: '';
		display: inline-block;
		width: 0.889rem;
		height: 0.889rem;
		background-image: url(../../common/img/icon_pdf.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: auto 100%;
		margin: 0 0 0 0.5rem;
	}

	section.container#sample section#table1 div.tableContainer table td div.pdf p span {
		display: flex;
		align-items: center;
	}
	section.container#sample section#table2 div.tableContainer table td div.pdf p span {
		line-height: 1.4;
	}

	section.container#sample section#table2 .text-list {
		margin: 30px 0 0 0;
		padding: 0 0 0 1.2em;
	}

	section.container#sample section#table2 .text-list li {
		font-size: 0.889rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
		list-style-type: disc;
	}

	section.container#sample section#table2 .text-list li:not(:first-child) {
		margin-top: 6px;
	}







}

@media screen and (max-width : 959px) {


	p.text {
		font-size: 1.0625rem;
		line-height: 1.6;
		text-align: justify;
	}


	/* -------------------------------------------------------------------------------------------
	*
	* container
	*
	* ----------------------------------------------------------------------------------------- */

	section.container section {
		text-align: left;
	}

	section.container section:nth-of-type(n+2) {
		margin-top: 12vw;
	}

	section.container#sample {}

	section.container#sample section div.tableContainer {}

	section.container#sample section div.tableContainer table {}

	section.container#sample section div.tableContainer table:nth-of-type(n+2) {
		margin: 11vw 0 0 0;
	}

	section.container#sample section div.tableContainer table td,
	section.container#sample section div.tableContainer table th {
		padding: 3.2vw 2vw;
		background-color: #ffffff;
		border: 1px solid #BDC8D7;
		font-size: 3.2vw;
		line-height: 1.7;
	}


	section.container#sample section div.tableContainer table th {
		width: 50%;
	}

	section.container#sample section div.tableContainer table .spW50p {
		width: 50%;
	}

	section.container#sample section div.tableContainer table td>p {
		line-height: 1.5;
	}


	section.container#sample section div.tableContainer table td div.pdf+div.pdf {
		margin-top: 3.6vw;
	}

	section.container#sample section div.tableContainer table td div.pdf p {
		display: flex;
		flex-wrap: wrap;
	}

	section.container#sample section#table1 div.tableContainer table td div.pdf p {
		line-height: 0.7;
		gap: 0.6rem;
	}

	section.container#sample section#table2 div.tableContainer table td div.pdf p {
		flex-direction: column;
		gap: 7px;
	}

	section.container#sample section div.tableContainer table td div.pdf p a {
		display: flex;
		align-self: flex-start;
		align-items: center;
		border: 1px solid #BDC8D7;
		border-radius: 2.78rem;
		box-sizing: border-box;
		font-size: 0.667rem;
		letter-spacing: 0.05em;
		padding: 5px 0.556rem;
		white-space: nowrap;
		opacity: 1;
		transition: opacity 0.3s;
	}

	section.container#sample section div.tableContainer table td div.pdf p a:hover {
		opacity: 0.8;
	}

	section.container#sample section div.tableContainer table td div.pdf p a::after {
		content: '';
		display: inline-block;
		width: 0.889rem;
		height: 0.889rem;
		background-image: url(../../common/img/icon_pdf.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: auto 100%;
		margin: 0 0 0 0.5rem;
	}

	section.container#sample section div.tableContainer table td div.pdf p span {
		line-height: 1.4;
	}


	section.container#sample section#table2 .text-list {
		margin: 7.69vw 0 0 0;
		padding: 0 0 0 1.2em;
	}

	section.container#sample section#table2 .text-list li {
		font-size: 0.889rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
		list-style-type: disc;
	}

	section.container#sample section#table2 .text-list li:not(:first-child) {
		margin-top: 6px;
	}





}