@charset "utf-8";
/* CSS Document */


/* ------------------------------------　フッター 　------------------------------------*/
/* contact */
#contact {
	/*margin-top: 2em;*/
	margin-bottom: 60px;
	border-top: 1px solid #ccc;
}
	#contact .contact_flexwrap {
		padding: 1em 0;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
		.contact_flexwrap .contact_flexitem:nth-of-type(1) {
			border-right: 0;
			width: 100%;
			padding: 0;
			box-sizing: border-box;
			text-align: left;
		}
			.cnt_title_e {
				display: inline-block;
				font-size: 2em;
				font-family: 'Open Sans', sans-serif;
				font-weight: 600; 
				line-height: 1.2;
			}
			.cnt_title_j {
				font-size: 1em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 600; 
			}
			.cnt_txt {
				font-size: 0.8em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 300; 
				line-height: 1.2;
				margin-top: 0.4em;
			}
		.contact_flexwrap .contact_flexitem:nth-of-type(2) {
			border-right: 0;
			width: 100%;
			padding: 1em 0;
			box-sizing: border-box;
		}
			.cnt_place {
				font-size: 1em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 600; 
			}
			.cnt_adress {
				font-size: 0.8em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 400; 
				line-height: 1.4;
				margin-top: 0.4em;
			}
			.cnt_adress01 {
				font-size: 0.8em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 400; 
				line-height: 1.4;
				margin-top: 0.4em;
			}
			.cnt_adress02 {
				font-size: 0.8em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 400; 
				line-height: 1.4;
				margin-top: 0;
			}
			.cnt_telfax {
				display: flex;
				flex-direction: row;
				flex-wrap: nowrap;
				justify-content: space-between;
				align-items: center;
				margin-top: 0.4em;
			}
				.cnt_telfaxleft {
					width: 50%;
					text-align: left;
					font-size: 0.8em;
					font-family: 'Noto Sans JP', sans-serif;
					font-weight: 400; 
					line-height: 1.2;
				}
				.cnt_telfaxright {
					width: 50%;
					text-align: left;
					font-size: 0.8em;
					font-family: 'Noto Sans JP', sans-serif;
					font-weight: 400; 
					line-height: 1.2;
				}
		.contact_flexwrap .contact_flexitem:nth-of-type(3) {
			border-right: 0;
			width: 100%;
			padding: 1em 0;
			box-sizing: border-box;
		}
		.contact_flexwrap .contact_flexitem:nth-of-type(4) {
			width: 100%;
			padding: 1em 0;
			box-sizing: border-box;
		}
		.cnt_right {
			background-color: rgba(255,255,255,0.90);
			flex: 1;
			padding: 40px;
			box-sizing: border-box;
			height: inherit;
			text-align: center; 
			display: flex;
			align-items: center;
		}
			.cnt_tel_nowrap {
				width: 100%;
			}
				.cnt_tel_no {
					font-size: 26px;
					font-weight: 600; 
					margin: 1em auto;
				}
				.cnt_tel_open {
					display: inline-block;
					padding-top: 4px;
					font-size: 16px;
					font-weight: 600; 
				}

/* footer */
footer {
	margin-top: 0px;
	padding: 0;
	position: relative;
	/*z-index: 99999;*/}
	footer .container {
		text-align: center;
}
	/* パララックス */
	.footereditorial {
	  display: block;
	  width: 100%;
	  height: 60px;
	  max-height: 60px;
	  margin: 0;
	  z-index:999;
	  top: -60px;
	  position:absolute;
	  left:0px;
	  float:left;
	}
				
/* fmenu */
#fmenu {
	padding: 40px 0;
	background-color: #2d3139;
	position: relative; 
}
	#fmenu .fmenu_flexwrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: column;
	}
		#fmenu .fmenu_flexitem {
			position: relative;
			width: 100%;
			overflow: hidden;
			box-sizing: border-box;
			display: block;
		}
			#fmenu .fmenu_midashi {
				width: 100%;
				text-align: left;
				padding: 0 0 6px;
				box-sizing: border-box;
				display: block;
				border-bottom: 1px solid rgba(204,204,204,0.50);
				margin-bottom: 1em;
				color: #fff;
				font-size: 1.0em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 700;
			}
				.fm_1st {
					margin-top: 2em;
				}
				.fm_2nd {
					margin-top: 2em;
				}
			#fmenu .fmenu_midashi a {
				color: #fff;
				text-decoration: none;
			}
			#fmenu .fmenu_midashi a:hover {
				color: #E50057;
				transition: 0.50s ;
			}
			#fmenu .fmenu_text {
				width: 100%;
				text-align: left;
				font-size: 0.8em;
				margin-top: 0.2em;
				color: #ccc;
			}
			#fmenu .fmenu_text a {
				color: #fff;
				font-family: 'Noto Sans JP', sans-serif;
				text-decoration: none;
			}
			#fmenu .fmenu_text a:hover {
				color: #E50057;
				transition: 0.50s ;
			}
			#fmenu .fmenu_ltext {
				width: 100%;
				text-align: left;
				font-size: 1.0em;
				margin-top: 0.4em;
				color: #ccc;
			}
			#fmenu .fmenu_ltext a {
				color: #fff;
				text-decoration: none;
			}
			#fmenu .fmenu_ltext a:hover {
				color: #E50057;
				transition: 0.50s ;
			}

		#fmenu .fpp_flexwrap {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			margin-top: 4em;
		}
			#fmenu .fpp_flexleft {
				position: relative;
				width: 50.0%;
				overflow: hidden;
				box-sizing: border-box;
				display: block;
				text-align: left;
				display: flex;
				align-items: center;
			}
				#fmenu .fpp_text {
					text-align: left;
					font-size: 0.8em;
					margin-bottom: 0.1em;
				}
					#fmenu .fpp_text a {
						color: #ccc;
						text-decoration: none;
					}
			#fmenu .fpp_flexright {
				position: relative;
				width: 100.0%;
				overflow: hidden;
				box-sizing: border-box;
				display: block;
				text-align: right;
			}
				.fmenu_img {
					margin: 0 0 0 auto;
					width: 100px;
					display: block;
				}
					.fmenu_img img {
						width: 100%;  
					}
				#fmenu .copyright {
					text-align: right;
					font-size: 0.6em;
					margin-top: 0;
					color: #ccc;
				}
				
/* fsubmenu */
#fsubmenu {
	padding: 40px 0 0;
	background-color: #2d3139;
	position: relative; 
}
	#fsubmenu .fsubmenu_flexwrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
		#fsubmenu .fsubmenu_flexleft {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			justify-content: flex-start;
			align-items: left;
		}

			#fsubmenu .fsubmenu_flexleftwrap01 {
				position: relative;
				/*width: 50.0%;*/
				overflow: hidden;
				box-sizing: border-box;
				display: block;
				margin-right: 0;
				margin-top: 0;
			}
				.fsubmenu_flexleftwrap01 ul {
					display: flex;
					flex-direction: row;
					justify-content: flex-start;
					align-items: center;
				}
					.fsubmenu_flexleftwrap01 ul li {
						height: 36px;
						width: auto;
						margin-right: 14px;
					}
						.fsubmenu_flexleftwrap01 ul li img {
							width: auto;
							height: 100%;
						}

			#fsubmenu .fsubmenu_flexleftwrap02 {
				position: relative;
				/*width: 50.0%;*/
				overflow: hidden;
				box-sizing: border-box;
				display: block;
				margin-right: 0;
				margin-top: 1em;
			}
				.fsubmenu_flexleftwrap02 ul {
					display: flex;
					flex-direction: row;
					justify-content: flex-start;
					align-items: center;
					height: inherit;
				}
					.fsubmenu_flexleftwrap02 ul li {
						height: 36px;
						width: auto;
						margin-right: 14px;
					}
						.fsubmenu_flexleftwrap02 ul li img {
							width: auto;
							height: 100%;
						}

			#fsubmenu .fsubmenu_flexleftwrap03 {
				position: relative;
				flex: 1;
				overflow: hidden;
				box-sizing: border-box;
				display: block;
				margin-top: 1em;
			}
				.fsubmenu_flexleftwrap03 ul {
					display: flex;
					flex-direction: row;
					justify-content: space-between;
					align-items: center;
				}
					.fsubmenu_flexleftwrap03 ul li {
						/*height: 50px;*/
						width: auto;
						margin-right: 14px;
					}
						.fsubmenu_flexleftwrap03 ul li img {
							width: auto;
							height: 50px;
						}
						.fsubmenu_flexleftwrap03 ul li .iso9001 {
							text-align: left;
							font-size: 0.7em;
							margin-top: 0;
							color: #fff;
							width: 150px;
							line-height: 1.2;
							height: 30px;
						}

		#fsubmenu .fsubmenu_flexright {
			position: relative;
			width: 330px;
			overflow: hidden;
			box-sizing: border-box;
			display: block;
			display: flex;
			justify-content: flex-end;
			margin-top: 1em;
		}
			.fsubmenu_img{
				width: 330px;
				height: auto;
				text-align: center;
			}
				.fsubmenu_img img{
					width: auto;
					height: 40px;
				}










/* copyrightarea */
#copyrightarea {
	padding: 10px 0 0;
	background-color: #2d3139;
	position: relative; 
}
	.copyright_flexwrap {
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%; 
		justify-content: space-between;
	}
		.copyright_flexleft {
			width: 50%;
		}
			.copyright_menu {
				font-size: 12px;
				padding: 0;
				text-align: center; 
				color: #fff;
			}
			.copyright_menu a {
				color: #fff;
				text-decoration: none;
			}
			.copyright_menu a:hover {
				color: #E50057;
				transition: 0.50s ;
			}
		.copyright_flexright {
			width: 330px;
		}
			.copyright {
				font-size: 12px;
				padding: 12px 0;
				text-align: right; 
			}




/* レスポンシブ　タブレット */
@media (min-width: 768px) {
	#contact .contact_flexwrap {
		padding: 3em 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
		.contact_flexwrap .contact_flexitem:nth-of-type(1) {
			border-right: 1px solid rgba(0,0,0,0.50);
			width: 28%;
			padding: 0 1em 0 0;
			box-sizing: border-box;
			text-align: left;
		}
			.cnt_title_e {
				display: inline-block;
				font-size: 3em;
				font-family: 'Open Sans', sans-serif;
				font-weight: 600; 
				line-height: 1.2;
			}
			.cnt_title_j {
				font-size: 1em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 600; 
			}
			.cnt_txt {
				font-size: 0.8em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 300; 
				line-height: 1.2;
				margin-top: 0.4em;
			}
		.contact_flexwrap .contact_flexitem:nth-of-type(2) {
			border-right: 1px solid rgba(0,0,0,0.50);
			width: 24%;
			padding: 0 1em;
			box-sizing: border-box;
		}
			.cnt_place {
				font-size: 1em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 600; 
			}
			.cnt_adress {
				font-size: 0.8em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 400; 
				line-height: 1.4;
				margin-top: 0.4em;
			}
			.cnt_telfax {
				display: flex;
				flex-direction: column;
				flex-wrap: nowrap;
				justify-content: space-between;
				align-items: center;
				margin-top: 0.4em;
			}
				.cnt_telfaxleft {
					width: 100%;
					text-align: left;
					font-size: 0.8em;
					font-family: 'Noto Sans JP', sans-serif;
					font-weight: 400; 
					line-height: 1.2;
				}
				.cnt_telfaxright {
					width: 100%;
					text-align: left;
					font-size: 0.8em;
					font-family: 'Noto Sans JP', sans-serif;
					font-weight: 400; 
					line-height: 1.2;
				}
		.contact_flexwrap .contact_flexitem:nth-of-type(3) {
			border-right: 1px solid rgba(0,0,0,0.50);
			width: 24%;
			padding: 0 1em;
			box-sizing: border-box;
		}
		.contact_flexwrap .contact_flexitem:nth-of-type(4) {
			width: 24%;
			padding: 0 0 0 1em;
			box-sizing: border-box;
		}
		.cnt_right {
			background-color: rgba(255,255,255,0.90);
			flex: 1;
			padding: 40px;
			box-sizing: border-box;
			height: inherit;
			text-align: center; 
			display: flex;
			align-items: center;
		}
			.cnt_tel_nowrap {
				width: 100%;
			}
				.cnt_tel_no {
					font-size: 26px;
					font-weight: 600; 
					margin: 1em auto;
				}
				.cnt_tel_open {
					display: inline-block;
					padding-top: 4px;
					font-size: 16px;
					font-weight: 600; 
				}
	
	#fmenu .fmenu_flexwrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row;
	}
		#fmenu .fmenu_flexitem {
			position: relative;
			width: 23.0%;
			overflow: hidden;
			box-sizing: border-box;
			display: block;
		}
	
	
}


/* レスポンシブ　PC */
@media (min-width: 960px) {
#contact {
	/*margin-top: 2em;*/
	margin-bottom: 60px;
	border-top: 1px solid #ccc;
}
	#contact .contact_flexwrap {
		padding: 3em 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
		.contact_flexwrap .contact_flexitem:nth-of-type(1) {
			border-right: 1px solid rgba(0,0,0,0.50);
			width: 28%;
			padding: 0 1em 0 0;
			box-sizing: border-box;
			text-align: left;
		}
			.cnt_title_e {
				display: inline-block;
				font-size: 3em;
				font-family: 'Open Sans', sans-serif;
				font-weight: 600; 
				line-height: 1.2;
			}
			.cnt_title_j {
				font-size: 1em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 600; 
			}
			.cnt_txt {
				font-size: 0.8em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 300; 
				line-height: 1.2;
				margin-top: 0.4em;
			}
		.contact_flexwrap .contact_flexitem:nth-of-type(2) {
			border-right: 1px solid rgba(0,0,0,0.50);
			width: 24%;
			padding: 0 1em;
			box-sizing: border-box;
		}
			.cnt_place {
				font-size: 1em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 600; 
			}
			.cnt_adress {
				font-size: 0.8em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 400; 
				line-height: 1.4;
				margin-top: 0.4em;
			}
			.cnt_telfax {
				display: flex;
				flex-direction: row;
				flex-wrap: nowrap;
				justify-content: space-between;
				align-items: center;
				margin-top: 0.4em;
			}
				.cnt_telfaxleft {
					width: 50%;
					text-align: left;
					font-size: 0.8em;
					font-family: 'Noto Sans JP', sans-serif;
					font-weight: 400; 
					line-height: 1.2;
				}
				.cnt_telfaxright {
					width: 50%;
					text-align: left;
					font-size: 0.8em;
					font-family: 'Noto Sans JP', sans-serif;
					font-weight: 400; 
					line-height: 1.2;
				}
		.contact_flexwrap .contact_flexitem:nth-of-type(3) {
			border-right: 1px solid rgba(0,0,0,0.50);
			width: 24%;
			padding: 0 1em;
			box-sizing: border-box;
		}
		.contact_flexwrap .contact_flexitem:nth-of-type(4) {
			width: 24%;
			padding: 0 0 0 1em;
			box-sizing: border-box;
		}
		.cnt_right {
			background-color: rgba(255,255,255,0.90);
			flex: 1;
			padding: 40px;
			box-sizing: border-box;
			height: inherit;
			text-align: center; 
			display: flex;
			align-items: center;
		}
			.cnt_tel_nowrap {
				width: 100%;
			}
				.cnt_tel_no {
					font-size: 26px;
					font-weight: 600; 
					margin: 1em auto;
				}
				.cnt_tel_open {
					display: inline-block;
					padding-top: 4px;
					font-size: 16px;
					font-weight: 600; 
				}

/* fmenu */
#fmenu {
	padding: 60px 0 40px;
	background-color: #2d3139;
	position: relative; 
}
	#fmenu .fmenu_flexwrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row;
	}
		#fmenu .fmenu_flexitem {
			position: relative;
			width: 23.0%;
			overflow: hidden;
			box-sizing: border-box;
			display: block;
		}
			#fmenu .fmenu_midashi {
				width: 100%;
				text-align: left;
				padding: 0 0 6px;
				box-sizing: border-box;
				display: block;
				border-bottom: 1px solid rgba(204,204,204,0.50);
				margin-bottom: 1em;
				color: #fff;
				font-size: 1.0em;
				font-family: 'Noto Sans JP', sans-serif;
				font-weight: 700;
			}
				.fm_1st {
					margin-top: 0;
				}
				.fm_2nd {
					margin-top: 3em;
				}
			#fmenu .fmenu_midashi a {
				color: #fff;
				text-decoration: none;
			}
			#fmenu .fmenu_midashi a:hover {
				color: #E50057;
				transition: 0.50s ;
			}
			#fmenu .fmenu_text {
				width: 100%;
				text-align: left;
				font-size: 0.8em;
				margin-top: 0.2em;
				color: #ccc;
			}
			#fmenu .fmenu_text a {
				color: #fff;
				font-family: 'Noto Sans JP', sans-serif;
				text-decoration: none;
			}
			#fmenu .fmenu_text a:hover {
				color: #E50057;
				transition: 0.50s ;
			}
			#fmenu .fmenu_ltext {
				width: 100%;
				text-align: left;
				font-size: 1.0em;
				margin-top: 0.4em;
				color: #ccc;
			}
			#fmenu .fmenu_ltext a {
				color: #fff;
				text-decoration: none;
			}
			#fmenu .fmenu_ltext a:hover {
				color: #E50057;
				transition: 0.50s ;
			}

		#fmenu .fpp_flexwrap {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			margin-top: 4em;
		}
			#fmenu .fpp_flexleft {
				position: relative;
				width: 50.0%;
				overflow: hidden;
				box-sizing: border-box;
				text-align: left;
				display: flex;
				align-items: center;
			}
				#fmenu .fpp_text {
					text-align: left;
					font-size: 0.8em;
					margin-bottom: 0.1em;
				}
					#fmenu .fpp_text a {
						color: #ccc;
						text-decoration: none;
					}
			#fmenu .fpp_flexright {
				position: relative;
				width: 100.0%;
				overflow: hidden;
				box-sizing: border-box;
				display: block;
				text-align: right;
			}
				.fmenu_img {
					margin: 0 auto;
					width: 300px; 
					display: block;
				}
					.fmenu_img img {
						width: 100%;  
					}
				#fmenu .copyright {
					text-align: right;
					font-size: 0.6em;
					margin-top: 0;
					color: #ccc;
				}
				
/* fsubmenu */
#fsubmenu {
	padding: 40px 0 0;
	background-color: #2d3139;
	position: relative; 
}
	#fsubmenu .fsubmenu_flexwrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
		#fsubmenu .fsubmenu_flexleft {
			position: relative;
			/*width: 50.0%;*/
			overflow: hidden;
			box-sizing: border-box;
			margin-right: 20px;
			margin-top: 10px;
			flex-direction: row;
			align-items: flex-start;
		}
	
			#fsubmenu .fsubmenu_flexleftwrap01 {
				display: block;
				margin-top: 10px;
			}
				.fsubmenu_flexleftwrap01 ul {
					display: flex;
					flex-direction: row;
					justify-content: flex-start;
					align-items: center;
				}
					.fsubmenu_flexleftwrap01 ul li {
						height: 36px;
						width: auto;
						margin-right: 14px;
					}
						.fsubmenu_flexleftwrap01 ul li img {
							width: auto;
							height: 100%;
						}

			#fsubmenu .fsubmenu_flexleftwrap02 {
				display: block;
				margin-top: 0;
			}
				.fsubmenu_flexleftwrap02 ul {
					display: flex;
					flex-direction: row;
					justify-content: flex-start;
					align-items: flex-start;
					height: 88px;
				}
					.fsubmenu_flexleftwrap02 ul li {
						height: 50px;
						width: auto;
						margin-right: 14px;
					}
						.fsubmenu_flexleftwrap02 ul li img {
							width: auto;
							height: 100%;
						}

			#fsubmenu .fsubmenu_flexleftwrap03 {
				display: block;
				margin-top: 0;
			}
				.fsubmenu_flexleftwrap03 ul {
					display: flex;
					flex-direction: row;
					justify-content: space-between;
					align-items: center;
				}
					.fsubmenu_flexleftwrap03 ul li {
						/*height: 50px;*/
						width: auto;
						margin-right: 14px;
					}
						.fsubmenu_flexleftwrap03 ul li img {
							width: 220px;
							height: auto;
						}
						.fsubmenu_flexleftwrap03 ul li .iso9001 {
							text-align: left;
							font-size: 0.7em;
							margin-top: 0;
							color: #fff;
							width: 220px;
							line-height: 1.2;
							height: 30px;
						}
	
			/*.fsubmenu_flexleft ul {
				display: flex;
				flex-direction: row;
				justify-content: flex-start;
				align-items: center;
			}
				.fsubmenu_flexleft ul li {
					height: 36px;
					width: auto;
					margin-right: 14px;
				}
					.fsubmenu_flexleft ul li img {
						width: auto;
						height: 100%;
					}
		#fsubmenu .fsubmenu_flexleft2 {
			position: relative;
			flex: 1;
			overflow: hidden;
			box-sizing: border-box;
			display: block;
			margin-top: 0;
		}
			.fsubmenu_flexleft2 ul {
				display: flex;
				flex-direction: row;
				justify-content: flex-start;
				align-items: center;
			}
				.fsubmenu_flexleft2 ul li {
					width: auto;
					margin-right: 14px;
				}
					.fsubmenu_flexleft2 ul li img {
						width: auto;
						height: 50px;
					}
					.fsubmenu_flexleft2 ul li .iso9001 {
						text-align: left;
						font-size: 0.7em;
						margin-top: 0;
						color: #fff;
						width: 150px;
						line-height: 1.2;
						height: 30px;
					}*/

	
		#fsubmenu .fsubmenu_flexright {
			position: relative;
			width: 330px;
			overflow: hidden;
			box-sizing: border-box;
			display: block;
			display: flex;
			justify-content: flex-end;
			margin-top: 0;
		}
			.fsubmenu_img{
				width: 330px;
				height: auto;
				text-align: left;
			}
				.fsubmenu_img img{
					width: auto;
					height: 40px;
				}
	
/* copyrightarea */
#copyrightarea {
	padding: 10px 0 0;
	background-color: #2d3139;
	position: relative; 
}
	.copyright_flexwrap {
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 100%; 
		justify-content: space-between;
	}
		.copyright_flexleft {
			width: 50%;
		}
			.copyright_menu {
				font-size: 12px;
				padding: 12px 0;
				text-align: left; 
				color: #fff;
			}
			.copyright_menu a {
				color: #fff;
				text-decoration: none;
			}
			.copyright_menu a:hover {
				color: #E50057;
				transition: 0.50s ;
			}
		.copyright_flexright {
			width: 330px;
		}
			.copyright {
				font-size: 12px;
				padding: 12px 0;
				text-align: right; 
			}
	
	
}
