@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;
	}

	a.pdf_btn {
		display: flex;
		align-self: flex-start;
		align-items: center;
		background-color: #fff;
		border: 1px solid #BDC8D7;
		border-radius: 2.78rem;
		box-sizing: border-box;
		justify-content: center;
		font-size: 0.667rem;
		letter-spacing: 0.05em;
		padding: 5px 0.556rem;
		white-space: nowrap;
		opacity: 1;
		transition: opacity 0.3s;
	}

	a.pdf_btn:hover {
		opacity: 0.8;
	}

	a.pdf_btn::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;
	}


	/* -------------------------------------------------------------------------------------------
	*
	* tab
	*
	* ----------------------------------------------------------------------------------------- */

	ul.tab-menu {
		display: flex;
		gap: 2px;
	}

	ul.tab-menu>li {
		width: calc((100% - 2px) / 2);
	}

	ul.tab-menu>li button {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		font: inherit;
		box-shadow: none;
		text-align: inherit;
		appearance: none;

		background-color: #E3E7ED;
		box-sizing: border-box;
		color: var(--color-blue);
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0.889rem;
		font-weight: 500;
		line-height: 1.6;
		letter-spacing: 0.05em;
		height: 103px;
		width: 100%;
		text-align: center;
	}
	ul.tab-menu>li:focus button{
		outline: auto;
	}

	ul.tab-menu>li button[aria-selected="true"] {
		background-color: var(--color-blue);
		color: #fff;
	}

	ul.tab-menu>li button#doc-btn {
		border-radius: 10px 0 0 0;
	}

	ul.tab-menu>li button#pr-btn {
		border-radius: 0 10px 0 0;
	}

	.tab-panel {
		padding: 40px 0;
	}



	/* -------------------------------------------------------------------------------------------
	*
	* container
	*
	* ----------------------------------------------------------------------------------------- */

	section.container {
		position: relative;
	}

	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#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;
	}




	/* -------------------------------------------------------------------------------------------
	*
	* pr
	*
	* ----------------------------------------------------------------------------------------- */

	#pr .pr_lead p {
		font-size: 0.8125rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	#pr .pr_lead ul {
		margin: 1rem 0 0 0;
	}
	#pr .pr_lead li {
		font-size: 0.8125rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	#pr .pr_lead li:not(:first-child) {
		margin: 1rem 0 0 0;
	}


	#pr section:not(:first-child) {
		margin-top: 60px;
	}

	#pr .unit_list {
		display: flex;
		flex-wrap: wrap;
		/* justify-content: space-between; */
		gap: 30px;
	}

	#pr section#poster .unit_list,
	#pr section#leaflet .unit_list {
		column-gap: 15px;
		row-gap: 30px;
	}

	#pr .unit {
		width: calc((100% - 30px) / 2);
		margin: 0 auto;
	}

	#pr section#poster .unit,
	#pr section#leaflet .unit {
		width: calc((100% - 30px) / 3);
	}

	#pr .unit_list .unit {
		margin: unset;
	}

	#pr .unit .unit_img {
		display: block;
		position: relative;
		overflow: hidden;
	}
	#pr section:not(#poster):not(#leaflet) .unit .unit_img {
		cursor: pointer;
	}

	#pr section:not(#poster):not(#leaflet) .unit .unit_img::after {
		content: '';
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(../../common/img/icon_play.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: auto 100%;
		position: absolute;
		bottom: 10px;
		right: 10px;
		filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.3));
		transition: transform 0.3s ease;
	}

	#pr section:not(#poster):not(#leaflet) .unit .unit_img:hover::after {
		transform: scale(1.1);
	}

	#pr .unit .unit_img img {
		width: 100%;
		height: auto;
		transform-origin: center center;
		transition: transform 0.3s ease;
	}
	#pr section:not(#poster):not(#leaflet) .unit .unit_img:hover img {
		transform: scale(1.05);
	}

	#pr .unit .unit_name {
		margin: 16px 0;
		font-size: 0.889rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.6;
		text-align: left;
	}


	/* -------------------------------------------------------------------------------------------
	*
	* poster
	*
	* ----------------------------------------------------------------------------------------- */

	#poster ul.unit_list li.unit p.unit_name {
		text-align: center;
	}

	#poster ul.unit_list li.unit a.pdf_btn {
		margin: 0.889rem auto 0 auto;
		padding: 0.556rem 1.86rem;
		width: fit-content;
	}

	/* -------------------------------------------------------------------------------------------
	*
	* leaflet
	*
	* ----------------------------------------------------------------------------------------- */
	#leaflet ul.unit_list li.unit a.pdf_btn {
		margin: 0.889rem auto 0 auto;
		padding: 0.556rem 1.86rem;
		width: fit-content;
	}



}

@media screen and (max-width : 959px) {


	p.text {
		font-size: 1.0625rem;
		line-height: 1.6;
		text-align: justify;
	}


	a.pdf_btn {
		display: flex;
		align-self: flex-start;
		align-items: center;
		background-color: #fff;
		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;
	}

	a.pdf_btn:hover {
		opacity: 0.8;
	}

	a.pdf_btn::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;
	}


	.sp-tab-head {
		background-color: var(--color-blue);
		border-radius: 2.56vw;
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 1rem;
		line-height: 1.44;
		letter-spacing: 0.05em;
		height: 23.6vw;
		padding: 0 4.1vw;
		position: relative;
	}
	.tab-panel + .sp-tab-head {
		margin: 1rem 0 0 0;
	}
	.sp-tab-head[aria-expanded="true"] {
		border-radius: 2.56vw 2.56vw 0 0;
	}
	.sp-tab-head::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 4.1vw;
		width: 8.2vw;
		height: 8.2vw;
		background-image: url('/common/img/icon_plus_white.svg');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		transform: translateY(-50%);
	}
	.sp-tab-head[aria-expanded="true"]::after {
		background-image: url('/common/img/icon_minus_white.svg');
	}

	.tab-panel {
		padding: 10.25vw 0;
	}




	/* -------------------------------------------------------------------------------------------
	*
	* container
	*
	* ----------------------------------------------------------------------------------------- */

	section.container section {
		text-align: left;
	}

	section.container section:nth-of-type(n+2) {
		margin-top: 12vw;
	}

	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 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;
	}



	/* -------------------------------------------------------------------------------------------
	*
	* pr
	*
	* ----------------------------------------------------------------------------------------- */

	#pr .pr_lead p {
		font-size: 0.8rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	#pr .pr_lead ul {
		margin: 0.8rem 0 0 0;
	}
	#pr .pr_lead li {
		font-size: 0.8rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	#pr .pr_lead li:not(:first-child) {
		margin: 0.8rem 0 0 0;
	}

	#pr section:not(:first-child) {
		margin-top: 10.256vw;
	}

	#pr .unit_list {
		display: flex;
		flex-direction: column;
		gap: 5.13vw;
	}

	#pr section#poster .unit_list,
	#pr section#leaflet .unit_list {
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 5.13vw;
		row-gap: 5.13vw;
	}

	#pr .unit {
		width: 100%;
	}

	#pr section#poster .unit,
	#pr section#leaflet .unit {
		width: calc((100% - 5.13vw) / 2);
	}

	#pr .unit_list .unit {
		margin: unset;
	}

	#pr .unit .unit_img {
		display: block;
		position: relative;
		overflow: hidden;
	}
	#pr section:not(#poster):not(#leaflet) .unit .unit_img {
		cursor: pointer;
	}

	#pr section:not(#poster):not(#leaflet) .unit .unit_img::after {
		content: '';
		display: block;
		width: 10.256vw;
		height: 10.256vw;
		background-image: url(../../common/img/icon_play.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: auto 100%;
		position: absolute;
		bottom: 2.56vw;
		right: 2.56vw;
		filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.3));
		transition: transform 0.3s ease;
	}

	#pr section:not(#poster):not(#leaflet) .unit .unit_img:hover::after {
		transform: scale(1.1);
	}

	#pr .unit .unit_img img {
		width: 100%;
		height: auto;
		transform-origin: center center;
		transition: transform 0.3s ease;
	}
	#pr section:not(#poster):not(#leaflet) .unit .unit_img:hover img {
		transform: scale(1.05);
	}

	#pr .unit .unit_name {
		margin: 0.7rem 0 0 0;
		font-size: 1rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.6;
		text-align: left;
	}


	/* -------------------------------------------------------------------------------------------
	*
	* poster
	*
	* ----------------------------------------------------------------------------------------- */

	#poster ul.unit_list li.unit p.unit_name {
		text-align: center;
	}

	#poster ul.unit_list li.unit a.pdf_btn {
		margin: 0.889rem auto 0 auto;
		padding: 0.556rem 1.86rem;
		width: fit-content;
	}

	/* -------------------------------------------------------------------------------------------
	*
	* leaflet
	*
	* ----------------------------------------------------------------------------------------- */
	#leaflet ul.unit_list li.unit a.pdf_btn {
		margin: 0.889rem auto 0 auto;
		padding: 0.556rem 1.86rem;
		width: fit-content;
	}

}