		.index_pic {
			margin: 0px;
			border-style: none;
			padding: 0px;
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			-webkit- transform: translateX(-50%);
		}

		.bg {
			margin: 0px;
			border-style: none;
			padding: 0px;
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			-webkit- transform: translateX(-50%);
		}

			.index_logo {
				top: 40px;
				width: 100%;
				z-index: 1;
			}

			.index_pic {
				bottom: 0px;
				width: 80%;
				z-index: 0;
			}

			.bg {
				top: 0px;
				height: 100%;
				z-index: -1;
			}

		// Menu Style
		#menu {
			font-size: 1em;
			font-weight: normal;
			text-decoration: none;
			color: #000000;
			background-color: rgba(255, 255, 255, 0.7);
			margin: 0px auto;
			border-style: none;
			padding: 0px;
			position: absolute;
			width: 100%;
			left: 0px;
			top: 0px;
			z-index: 5;
			display: block;
		}
		
			div.menu_header {
				font-size: 0.6em;
				font-weight: normal;
				text-decoration: none;
				background-color: rgba(255, 255, 255, 0.8);
				text-align: right;
				vertical-align: middle;
				line-height: 20px;
				margin: 0px;
				border-style: none;
				padding: 0px;
				width: 100%;
				height: 20px;
				display: block;
				z-index: 5;
			}
			
			div.menu_footer {
				background-color: rgba(255, 255, 255, 0.8);
				margin: 0px;
				border-style: none;
				padding: 0px;
				position: fixed;
				width: 105px;
				height: 0px;
				top: 4.5em;
				right: 10px;
				clear: both;
				display: block;
				overflow: hidden;
				z-index: 5;
			}

			a.menu {
				background-image: url(../img/menu_pc.png);
				background-attachment: scroll;
				background-repeat: no-repeat;
				margin: 0px;
				border-style: none;
				padding: 0px;
				width: 105px;
				height: 40px;
				float: none;
				clear: both;
				background-size: auto;
				display: block;
				overflow: hidden;
				opacity: 1;
			}

				a#menu_1 {
					background-position: 0px 0px;
				}
		
				a#menu_2 {
					background-position: -105px 0px;
				}
		
				a#menu_3 {
					background-position: -210px 0px;
				}
		
				a#menu_4 {
					background-position: -315px 0px;
				}
		
				a#menu_5 {
					background-position: -420px 0px;
				}


		/* SP Menu Button */
			div#sp_menu_btn {
				font-size: 1em;
				font-weight: normal;
				text-decoration: none;
				background-color: rgba(255, 255, 255, 0.6);
				text-align: center;
				vertical-align: middle;
				line-height: 2.5em;
				margin: 0px;
				border-width: 1px;
				border-style: solid;
				border-color: #808080;
				padding: 0px;
				position: fixed;
				right: 10px;
				top: 25px;
				width: 2.5em;
				height: 2.5em;
				display: block;
				z-index: 50;
			}
			
			div.sp_menu_border {
				background-color: #000000;
				border-style: none;
				padding: 0px;
				margin-left: 10%;
				margin-right: 10%;
				position: relative;
				width: 80%;
				height: 3px;
			}
			
				div#sp_menu_border_1 {
					margin-top: 0.8em;
					margin-bottom: 3px;
				}
			
				div#sp_menu_border_2 {
					margin-top: 0px;
					margin-bottom: 0px;
				}
			
				div#sp_menu_border_3 {
					margin-top: 3px;
					margin-bottom: 8px;
				}


		div.float_info {
			font-size: 0.9em;
			font-weight: normal;
			text-decoration: none;
			color: #000000;
			background-color: rgba(255, 255, 255, 0.5);
			margin: 0px;
			margin-left: 5%;
			margin-right: 5%;
			border-style: none;
			padding: 5px;
			position: fixed;
			bottom: 35px;
			width: 90%;
			height: 10em;
			z-index: 50;
			display: block;
			overflow: auto;
		}

	div.caption_2023 {
		margin: 1%;
		border-style: none;
		padding: 0px;
		position: absolute;
		top: 160px;
		width: 98%;
		display: block;
	}

	img.ttl_2023 {
		width: 100%;
		margin: 0px;
		border-style: none;
		padding: 0px;
		display: block;
	}

	img.con_2023 {
		margin: 1%;
		border-style: none;
		padding: 0px;
		width: 30%;
		float: left;
		display: block;
	}

	img.sub_2023 {
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: relative;
		height: 5em;
		right: 0px;
		float: none;
		display: block;
	}


		h3.ttl3 {
			font-size: 1em;
			font-weight: bold;
			text-decoration: none;
			background-image: url(../img/ttl_bg.png);
			background-attachment: scroll;
			background-position: 0px 0px;
			background-repeat: no-repeat;
			line-height: 30px;
			letter-spacing: 2px;
			text-indent: 45px;
			margin: 0px;
			border-style: none;
			padding: 0px;
			width: 100%;
			height: 30px;
			display: block;
			overflow: hidden;
		}
		
		.pdf_viewer {
			background-color: rgba(255, 255, 255, 0.7);
			margin: 0px;
			border-style: none;
			padding: 0px;
			position: fixed;
			right: 0px;
			bottom: -420px;
			width: 100%;
			height: 450px;
			z-index: 1000;
			display: block;
			overflow: hidden;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
		}
		
		.pdf_tag {
			font-size: 1em;
			font-weight: bold;
			text-decoration: none;
			color: #ffffff;
			background-color: #ff0080;
			text-align: center;
			vertical-align: middle;
			line-height: 2em;
			letter-spacing: 2px;
			margin: 0px;
			border-style: none;
			padding: 0px;
			width: 100%;
			height: 2em;
			display: block;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
		}
