@charset "UTF-8";



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* pagetitle */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle {
	overflow: visible;
}
	#pagetitle .movie {
		width: 370px;
		padding: 0 35px;
		overflow: hidden;
		position: absolute;
		top: -40px;
		right: -35px;
	}
		#pagetitle .movie .swiper-container {
			position: relative;
			padding: 0 0 0 0;
		}
			#pagetitle .movie .swiper-container .swiper-slide a {
				display: block;
				border-radius: 10px;
				overflow: hidden;
				position: relative;
			}
			#pagetitle .movie .swiper-container .swiper-slide a:before {
				content: "";
				width: 100%;
				height: 100%;
				background: url("../img/common/icon_movie.svg") no-repeat center / 15%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 2;
			}

			#pagetitle .movie .swiper-container .swiper-slide a:hover:before {
				background: url("../img/common/icon_movie.svg") no-repeat center / 17%;
			}


			#pagetitle .movie .swiper-container .swiper-pagination {
				bottom: 0;
				z-index: 1;
			}
				#pagetitle .movie .swiper-container .swiper-pagination .swiper-pagination-bullet {
					width: 10px;
					height: 10px;
					border-radius: 50%;
					background: #fff;
					border: solid 1px #003B80;
					opacity: 1;
					transition: 0.3s;
					-webkit-transition: 0.3s;
				}
				#pagetitle .movie .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
					background: #003B80;
					border: solid 1px #003B80;
					opacity: 1;
				}

			#pagetitle .movie .swiper-container .swiper-button-prev {
				width: 30px;
				height: 30px;
				background: url("../img/common/btn_prev.svg") no-repeat center / 100%;
				border-radius: 50%;
				top: 50%;
				left: -35px;
				margin: -15px 0 0 0;
				opacity: 0.7;
				transition: 0.3s;
				-webkit-transition: 0.3s;
				z-index: 1;
			}
			#pagetitle .movie .swiper-container .swiper-button-prev:hover {
				opacity: 1;
			}
			#pagetitle .movie .swiper-container .swiper-button-prev:after {
				display: none;
			}

			#pagetitle .movie .swiper-container .swiper-button-next {
				width: 30px;
				height: 30px;
				background: url("../img/common/btn_next.svg") no-repeat center / 100%;
				border-radius: 50%;
				top: 50%;
				right: -35px;
				margin: -15px 0 0 0;
				opacity: 0.7;
				transition: 0.3s;
				-webkit-transition: 0.3s;
				z-index: 1;
			}
			#pagetitle .movie .swiper-container .swiper-button-next:hover {
				opacity: 1;
			}
			#pagetitle .movie .swiper-container .swiper-button-next:after {
				display: none;
			}
@media screen and (max-width: 1200px) {
	#pagetitle .movie {
		width: 300px;
		top: 0;
		right: 2%;
	}
}
@media screen and (max-width: 1000px) {
	#pagetitle .movie {
		width: 100%;
		padding: 4% 11% 0 11%;
		position: static;
	}
}




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* press-release */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#press-release {
	padding: 0 0 100px 0;
}
	#press-release .searchform {
		width: 300px;
		height: 46px;
		overflow: hidden;
		background: #fff;
		border-radius: 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: absolute;
		top: -90px;
		right: 0;
	}
		#press-release .searchform input {
			width: calc(100% - 35px);
			height: 100%;
			border: none;
			background: #fff;
			font-size: 1.6rem;
			line-height: 1;
			padding: 23px 0 20px 12px;
			border-radius: 6px 0 0 6px;
		}
		#press-release .searchform button {
			width: 35px;
			height: 100%;
			padding: 14px 15px 17px 0;
			text-indent: 0;
			border: none;
			text-align: left;
			background: #fff;
			cursor: pointer;
		}

	#press-release ul.catlist {
		margin-bottom: 40px;
	}
		#press-release ul.catlist li {
			width: 13%;
		}
			#press-release ul.catlist li a {
				display: flex;
				justify-content: center;
				align-items: center;
				height: 44px;
				background: #D5E1F0;
				border-radius: 6px;
				font-size: 1.4rem;
				font-weight: 700;
				line-height: 1;
				color: #003B80;
				text-align: center;
			}
			#press-release ul.catlist li a:hover {
				background: #003B80;
				color: #fff;
			}
			#press-release ul.catlist li.current-cat a {
				background: #003B80;
				color: #fff;
			}


	#press-release .list {
		margin-bottom: 30px;
	}
	#press-release .list a.linkbox {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 31%;
		margin-right: 3.5%;
		padding: 55px 0 20px 0;
		border-bottom: solid 1px #7B7B7B;
		position: relative;
	}
	#press-release .list a.linkbox:nth-child(3n) {
		margin-right: 0;
	}
		#press-release .list a.linkbox .pht {
			width: 40%;
			aspect-ratio: 16 / 10;
			border-radius: 6px;
			order: 2;
		}
			#press-release .list a.linkbox .pht img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		#press-release .list a.linkbox .text {
			width: 56%;
			order: 1;
		}
				#press-release .list a.linkbox .text dl.profile {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					white-space: nowrap;
					position: absolute;
					top: 20px;
					left: 0;
				}
					#press-release .list a.linkbox .text dl.profile dt {
						line-height: 1;
					}
						#press-release .list a.linkbox .text dl.profile dt img {
							width: auto;
							height: 20px;
						}

					#press-release .list a.linkbox .text dl.profile dd {
						font-size: 1.0rem;
						line-height: 1.2em;
						letter-spacing: 0;
						margin-left: 10px;
						color: #0D0D0D;
					}

				#press-release .list a.linkbox .text h3 {
					overflow: hidden;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					font-size: 1.4rem;
					font-weight: 600;
					line-height: 1.5em;
					letter-spacing: 0;
					color: #0D0D0D;
					margin-bottom: 5px;
				}

				#press-release .list a.linkbox .text .info {
					color: #003B80;
					line-height: 1;
					letter-spacing: 0;
				}
					#press-release .list a.linkbox .text .info time {
						display: block;
						font-size: 1.2rem;
						margin-top: 15px;
					}

					#press-release .list a.linkbox .text .info .cat {
						display: inline-block;
						font-size: 1.0rem;
						font-weight: 500;
						letter-spacing: 0;
						background: #fff;
						padding: 3px 11px 4px 11px;
						border-radius: 5px;
					}
						#press-release .list a.linkbox .text .info .cat .slash:nth-last-child(1) {
							display: none;
						}





	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* press-release_category */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#press-release_category {
	padding: 0 0 100px 0;
}
	#press-release_category .searchform {
		width: 100%;
		height: 46px;
		overflow: hidden;
		background: #fff;
		border-radius: 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
		#press-release_category .searchform input {
			width: calc(100% - 35px);
			height: 100%;
			border: none;
			background: #fff;
			font-size: 1.6rem;
			line-height: 1;
			padding: 23px 0 20px 12px;
			border-radius: 6px 0 0 6px;
		}
		#press-release_category .searchform button {
			width: 35px;
			height: 100%;
			padding: 14px 15px 17px 0;
			text-indent: 0;
			border: none;
			text-align: left;
			background: #fff;
			cursor: pointer;
		}


	#press-release_category .list {
		margin-bottom: 40px;
	}
		#press-release_category .list a.linkbox {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			width: 47%;
			margin-right: 5%;
			padding: 55px 0 20px 0;
			border-bottom: solid 1px #7B7B7B;
			position: relative;
		}
		#press-release_category .list a.linkbox:nth-child(2n) {
			margin-right: 0;
		}
			#press-release_category .list a.linkbox .pht {
				width: 40%;
				aspect-ratio: 16 / 10;
				border-radius: 6px;
				order: 2;
			}
				#press-release_category .list a.linkbox .pht img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}

			#press-release_category .list a.linkbox .text {
				width: 56%;
				order: 1;
			}
				#press-release_category .list a.linkbox .text dl.profile {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					white-space: nowrap;
					position: absolute;
					top: 20px;
					left: 0;
				}
					#press-release_category .list a.linkbox .text dl.profile dt {
						line-height: 1;
					}
						#press-release_category .list a.linkbox .text dl.profile dt img {
							width: auto;
							height: 20px;
						}

					#press-release_category .list a.linkbox .text dl.profile dd {
						font-size: 1.0rem;
						line-height: 1.2em;
						letter-spacing: 0;
						margin-left: 10px;
						color: #0D0D0D;
					}

				#press-release_category .list a.linkbox .text h3 {
					overflow: hidden;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					font-size: 1.4rem;
					font-weight: 600;
					line-height: 1.5em;
					letter-spacing: 0;
					color: #0D0D0D;
					margin-bottom: 5px;
				}

				#press-release_category .list a.linkbox .text .info {
					color: #003B80;
					line-height: 1;
					letter-spacing: 0;
				}
					#press-release_category .list a.linkbox .text .info time {
						display: block;
						font-size: 1.2rem;
						margin-top: 15px;
					}

					#press-release_category .list a.linkbox .text .info .cat {
						font-size: 1.0rem;
						font-weight: 500;
						letter-spacing: 0;
						background: #fff;
						padding: 3px 11px 4px 11px;
						border-radius: 5px;
					}
						#press-release_category .list a.linkbox .text .info .cat .slash:nth-last-child(1) {
							display: none;
						}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* press-release_detail */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#press-release_detail {
	padding: 0 0 100px 0;
}
	#press-release_detail .searchform {
		width: 100%;
		height: 46px;
		overflow: hidden;
		background: #fff;
		border-radius: 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
		#press-release_detail .searchform input {
			width: calc(100% - 35px);
			height: 100%;
			border: none;
			background: #fff;
			font-size: 1.6rem;
			line-height: 1;
			padding: 23px 0 20px 12px;
			border-radius: 6px 0 0 6px;
		}
		#press-release_detail .searchform button {
			width: 35px;
			height: 100%;
			padding: 14px 15px 17px 0;
			text-indent: 0;
			border: none;
			text-align: left;
			background: #fff;
			cursor: pointer;
		}


	#press-release_detail .thumbnail {
		margin-bottom: 30px;
		border-radius: 6px;
		overflow: hidden;
	}


	#press-release_detail .free {
		position: relative;
	}
		#press-release_detail .free .addtoany_content {
			position: absolute;
			top: -68px;
			left: 0;
		}

		#press-release_detail .free h2 {
			background: #003B80;
			border-radius: 6px;
			margin-top: 70px;
			font-size: 2.4rem;
			font-weight: 700;
			line-height: 1.3em;
			color: #fff;
			padding: 12px 15px;
			margin-bottom: 20px;
		}

		#press-release_detail .free h3 {
			font-size: 2.0rem;
			line-height: 1.3em;
			color: #003B80;
			background: url("../img/common/icon_circle.svg") no-repeat left center;
			padding-left: 16px;
			margin-top: 25px;
			margin-bottom: 10px;
			position: relative;
		}

		#press-release_detail .free p {
			font-size: 1.6rem;
			line-height: 1.7em;
			margin-bottom: 15px;
			word-wrap: break-word;
			overflow-wrap: break-word;
		}

		#press-release_detail .free img {
			max-width: 100%;
			width: auto;
			margin: 15px 0;
			border-radius: 6px;
		}

		#press-release_detail .free .wp-element-caption {
			font-size: 1.3rem;
			line-height: 1.4em;
			margin-bottom: 20px;
			margin-top: 0;
		}

		#press-release_detail .free ul li {
			font-size: 1.6rem;
			line-height: 1.5em;
			margin-bottom: 10px;
			padding-left: 12px;
			word-wrap: break-word;
			overflow-wrap: break-word;
			background: url("../img/common/icon_circle.svg") no-repeat left top 9px / 6px;
		}
		#press-release_detail .free .has-large-font-size {
			word-wrap: break-word;
			overflow-wrap: break-word;
			list-style: none;
			font-size: 1.6rem !important;
			line-height: 1.5em;
			margin-bottom: 10px;
			padding-left: 12px;
			word-wrap: break-word;
			overflow-wrap: break-word;
			background: url("../img/common/icon_circle.svg") no-repeat left top 9px / 6px;
		}

		#press-release_detail .free ol.wp-block-list {
			padding-left: 25px;
		}
			#press-release_detail .free ol.wp-block-list li {
				font-size: 1.6rem;
				line-height: 1.5em;
				margin-bottom: 10px;
				word-wrap: break-word;
				overflow-wrap: break-word;
			}


	#press-release_detail .download-list {
		width: 100%;
		margin: 40px auto 0 auto;
	}
		#press-release_detail .download-btn {
			width: 48%;
			margin-right: 4%;
		}
		#press-release_detail .download-btn:nth-last-child(1) {
			margin-right: 0;
		}
			#press-release_detail .download-btn a {
				display: flex;
				justify-content: center;
				align-items: center;
				height: 60px;
				border: solid 2px #fff;
				background: #fff url("../img/common/icon_pdf.svg") no-repeat left 20px center / 24px;
				border-radius: 30px;
				font-size: 1.6rem;
				font-weight: 700;
				line-height: 1;
				color: #003B80;
			}
			#press-release_detail .download-btn a:hover {
				border: solid 2px #003B80;
				background: #fff url("../img/common/icon_pdf_hover.svg") no-repeat left 18px center / 28px;
			}


	#press-release_detail .other-nav {
		margin-bottom: 30px;
		margin-top: 80px;
		padding-top: 40px;
		border-top: solid 1px #7B7B7B;
	}
		#press-release_detail .other-nav a {
			display: block;
			width: 48%;
			margin-right: 4%;
			border-radius: 6px;
		}
		#press-release_detail .other-nav a:nth-last-child(1) {
			margin-right: 0;
		}
		#press-release_detail .other-nav a:hover {
			opacity: 0.7;
		}
		#press-release_detail .other-nav a.prev {
			padding: 15px 15px 15px 50px;
			background: #E5ECF5 url("../img/common/btn_prev.svg") no-repeat left 15px center / 20px;
		}
		#press-release_detail .other-nav a.next {
			padding: 15px 50px 15px 15px;
			background: #E5ECF5 url("../img/common/btn_next.svg") no-repeat right 15px center / 20px;
		}
			#press-release_detail .other-nav a .blue {
				display: block;
				font-size: 1.6rem;
				font-weight: 500;
				line-height: 1;
				color: #003B80;
				margin-bottom: 8px;
			}
			#press-release_detail .other-nav a.next .blue {
				text-align: right;
			}

			#press-release_detail .other-nav a p {
				font-size: 1.4rem;
				line-height: 1.5em;
				color: #0D0D0D;
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}
			#press-release_detail .other-nav a.next p {
				text-align: right;
			}

	







/* max 1100px */
@media screen and (max-width: 1200px) {



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* press-release */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#press-release .searchform {
	top: -170px;
	right: 6%;
}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* press-release_category */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#press-release_category .searchform input {
	font-size: 1.4rem;
}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* press-release_detail */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#press-release_detail .searchform input {
	font-size: 1.4rem;
}

    
	
	
}
	







/* max 1000px */
@media screen and (max-width: 1000px) {



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* press-release */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#press-release {
	padding: 0 0 20% 0;
}
	#press-release .searchform {
		width: 112%;
		height: auto;
		position: static;
		border-radius: 0;
		margin-top: -17%;
		margin-bottom: 10%;
		margin-left: -6%;
	}
		#press-release .searchform input {
			width: 90%;
			height: 3em;
			padding: 5%;
			font-size: 4.0vw;
			border-radius: 0;
		}
		#press-release .searchform button {
			width: 10%;
			height: 3em;
			padding-top: 3%;
			line-height: 1;
			border-radius: 0;
		}
			#press-release .searchform button img {
				max-width: 50px;
			}


	#press-release ul.catlist {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 8%;
	}
		#press-release ul.catlist li {
			width: 32%;
			margin-right: 2%;
			margin-bottom: 2%;
		}
		#press-release ul.catlist li:nth-child(3n) {
			margin-right: 0;
		}
			#press-release ul.catlist li a {
				height: auto;
				padding: 9% 1%;
				font-size: 3.6vw;
			}


	#press-release .list {
		margin-bottom: 8vw;
	}
	#press-release .list a.linkbox {
		width: 100%;
		margin-right: 0;
		padding: 3.2em 0px 7% 0px;
	}
		#press-release .list a.linkbox .pht {
			width: 40%;
		}

		#press-release .list a.linkbox .text {
			width: 56%;
			order: 1;
		}
				#press-release .list a.linkbox .text dl.profile dt {
					padding-right: 5%;
				}
					#press-release .list a.linkbox .text dl.profile dt img {
						width: auto;
						height: 1em;
					}

				#press-release .list a.linkbox .text dl.profile dd {
					font-size: 2.2vw;
					margin-top: 3%;
					margin-left: 0;
				}

			#press-release .list a.linkbox .text h3 {
				font-size: 3.6vw;
				line-height: 1.5em;
			}

			#press-release .list a.linkbox .text .info {
				margin-top: 5%;
			}
				#press-release .list a.linkbox .text .info time {
					font-size: 3.0vw;
					margin-right: 5%;
				}

				#press-release .list a.linkbox .text .info .cat {
					font-size: 2.6vw;
					padding: 3%;
				}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* press-release_category */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#press-release_category {
	padding: 0 0 20% 0;
}
#press-release_category .inner_1100 {
	display: block;
}
	#press-release_category .searchform {
		width: 100%;
		height: auto;
		position: static;
		border-radius: 0;
		margin-top: -15%;
		margin-bottom: 0;
		margin-left: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
		#press-release_category .searchform input {
			width: 90%;
			height: 3em;
			padding: 5%;
			font-size: 4.0vw;
			border-radius: 0;
		}
		#press-release_category .searchform button {
			width: 10%;
			height: 3em;
			padding-top: 3%;
			line-height: 1;
			border-radius: 0;
		}
			#press-release_category .searchform button img {
				max-width: 50px;
			}


	#press-release_category .list {
		margin-bottom: 8%;
	}
		#press-release_category .list a.linkbox {
			width: 100%;
			margin-right: 0;
			padding: 3.2em 0 7% 0;
		}
			#press-release_category .list a.linkbox .pht {
				width: 40%;
			}

			#press-release_category .list a.linkbox .text {
				width: 56%;
				order: 1;
			}
				#press-release_category .list a.linkbox .text dl.profile dt {
					padding-right: 5%;
				}
					#press-release_category .list a.linkbox .text dl.profile dt img {
						width: auto;
						height: 1em;
					}

				#press-release_category .list a.linkbox .text dl.profile dd {
					font-size: 2.2vw;
					margin-top: 3%;
					margin-left: 0;
				}

				#press-release_category .list a.linkbox .text h3 {
					font-size: 3.6vw;
					line-height: 1.5em;
				}

				#press-release_category .list a.linkbox .text .info {
					margin-top: 5%;
				}
					#press-release_category .list a.linkbox .text .info time {
						font-size: 3.0vw;
						margin-right: 5%;
					}

					#press-release_category .list a.linkbox .text .info .cat {
						font-size: 2.6vw;
						padding: 3%;
					}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* press-release_detail */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#press-release_detail {
	padding: 0 0 20% 0;
}
#press-release_detail .inner_1100 {
	display: block;
}
	#press-release_detail .searchform {
		width: 100%;
		height: auto;
		position: static;
		border-radius: 0;
		margin-top: -15%;
		margin-bottom: 0;
		margin-left: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
		#press-release_detail .searchform input {
			width: 90%;
			height: 3em;
			padding: 5%;
			font-size: 4.0vw;
			border-radius: 0;
		}
		#press-release_detail .searchform button {
			width: 10%;
			height: 3em;
			padding-top: 3%;
			line-height: 1;
			border-radius: 0;
		}
			#press-release_detail .searchform button img {
				max-width: 50px;
			}


	#press-release_detail .thumbnail {
		margin-bottom: 8%;
	}

	#press-release_detail .free .addtoany_content {
		position: static;
	}

	#press-release_detail .free h2 {
		margin-top: 15%;
		font-size: 5.0vw;
		padding: 4%;
		margin-bottom: 7%;
	}

	#press-release_detail .free h3 {
		font-size: 4.6vw;
		background: url("../img/common/icon_circle.svg") no-repeat left center / 3%;
		padding-left: 5%;
		margin-top: 6%;
		margin-bottom: 3%;
	}

	#press-release_detail .free p {
		font-size: 3.8vw;
		margin-bottom: 5%;
	}

	#press-release_detail .free img {
		max-width: 100%;
		margin: 4% 0;
	}

	#press-release_detail .free .wp-element-caption {
		font-size: 3.0vw;
		margin-bottom: 7%;
		margin-top: 0;
	}

	#press-release_detail .free ul li {
		font-size: 3.8vw;
		margin-bottom: 5%;
		padding-left: 4%;
		background: url("../img/common/icon_circle.svg") no-repeat left top 9px / 2%;
	}

	#press-release_detail .free ol.wp-block-list {
		padding-left: 7%;
	}
		#press-release_detail .free ol.wp-block-list li {
			font-size: 3.8vw;
			margin-bottom: 5%;
		}


	#press-release_detail .download-list {
		display: block;
		width: 100%;
		margin: 12% auto 0 auto;
	}
		#press-release_detail .download-btn {
			width: 100%;
			margin-right: 0;
			margin-bottom: 4vw;
		}
		#press-release_detail .download-btn:nth-last-child(1) {
			margin-bottom: 0;
		}
			#press-release_detail .download-btn a {
				height: auto;
				padding: 0;
				height: 16vw;
				background: #fff url("../img/common/icon_pdf.svg") no-repeat left 8% center / 6%;
				border-radius: 8vw;
				font-size: 4.0vw;
			}
			#press-release_detail .download-btn a:hover {
				background: #fff url("../img/common/icon_pdf.svg") no-repeat left 8% center / 6%;
			}


	#press-release_detail .other-nav {
		margin-bottom: 8%;
		margin-top: 15%;
		padding-top: 10%;
	}
		#press-release_detail .other-nav a {
			width: 48.5%;
			margin-right: 3%;
		}
		#press-release_detail .other-nav a.prev {
			padding: 5% 5% 5% 10%;
			background: #E5ECF5 url("../img/common/btn_prev.svg") no-repeat left 8% center / 10%;
		}
		#press-release_detail .other-nav a.next {
			padding: 5% 10% 5% 5%;
			background: #E5ECF5 url("../img/common/btn_next.svg") no-repeat right 8% center / 10%;
		}
			#press-release_detail .other-nav a .blue {
				font-size: 3.6vw;
				margin-bottom: 3%;
			}

			#press-release_detail .other-nav a p {
				font-size: 3.2vw;
			}



}