ul, ol, dl, dd {
	padding: 0;
	margin: 0;
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0;
	/*text-align: justify;*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
	width: 100%;
	height: auto;
}
a img {
	border: none;
}
a:link {
	color: #222222;
	text-decoration: none !important;
}
a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
hr {
	clear: both;
	display: none;
}
.cf:before, .cf:after {
	content: " ";
	display: table
}
.cf:after {
	clear: both
}
.cf {
	*zoom: 1
}
header, section, footer, aside, article, figure {
	display: block;
}
/*********   layout  ************/
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	color: #555555;
	overflow-x: hidden;
}
/*========================================================================
//
// common
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	html, body {
		height: 100%;
		position: relative;
		font-size: 10px;
	}
	.wrapper {
		width: 1100px;
		margin: 0 auto;
		position: relative;
	}
	.sp_contents {
		display: none;
	}
}
/*========================================================================
//
// sp tel <a href="tel:0000000000">
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/*========================================================================
//
// header
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	#ghead {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 900;
	}
	#ci_wrap {
		width: 100%;
		margin: 0;
	}
	#ci {
		width: 166px;
		margin: 15px 0 16px 20px;
		position: relative;
		z-index: 10;
		filter: brightness(0) invert(1);
	}

	.who #ci {
		filter:none;
	}

	.who header.fix #ci {
		filter: brightness(0) invert(1);
	}
	
	header {
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
	header:before {
		content: "";
		display: block;
		backdrop-filter: blur(10px);
		width: 100%;
		height: 82px;
		background: rgb(0 151 224 / 80%);
		position: absolute;
		top: -82px;
		left: 0;
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
	header.fix:before {
		top: 0;
	}
	header.fix {
		box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
	}
	header.DownMove {
		transform: translate(0, 0);
	}
	header.UpMove {
		transform: translate(0, -110px);
	}
	/* head_navi start　------------------ */
	#head_navi {
		width: 100vw;
		position: absolute;
		top: 7px;
		left: 0;
	}
	#head_navi > ul {
		display: flex;
		justify-content: flex-end;
		margin: 0 24px 0 auto;
	}

	.who #head_navi > ul > li > a {
		filter: brightness(0.5);
	}

	.who header.fix #head_navi > ul > li > a {
		filter:none;
	}
	
	#head_navi > ul > li {
		padding: 0 12px;
	}
	#head_navi > ul > li > a {
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		color: #fff;
		letter-spacing: 0rem;
		line-height: 1.2;
		padding: 25px 0 0;
		text-align:center;
		position: relative;
	}
	#head_navi > ul > li:nth-child(2) > a {
		padding: 17px 0 0;
		letter-spacing: 0rem;
	}
	#head_navi > ul > li > a {
		transition: all 0.4s cubic-bezier(0.15, 0.53, 0.25, 1) 0s;
	}
	#head_navi > ul > li.info {
		padding: 0 0 0 10px;
	}
	#head_navi > ul > li.eng {
		padding: 0 0 0 5px;
	}
	#head_navi > ul > li.info a {
		width: 96px;
		height: 66px;
		box-sizing: border-box;
		background: #F45F5F;
		border: 1px solid #F45F5F;
		font-size: 1.3rem;
		letter-spacing: 0rem;
		text-align: center;
		position: relative;
		padding: 34px 0 0;
		filter:none !important;
	}

	
	#head_navi > ul > li.eng > a {
		width: 68px;
		height: 66px;
		box-sizing: border-box;
		border: 1px solid rgb(255 255 255 / 75%);
		font-size: 1.2rem;
		letter-spacing: 0.rem;
		text-align: center;
		position: relative;
		padding: 34px 0 0;
	}
	#head_navi > ul > li.info > a > span {
		display: block;
		line-height: 0;
		position: absolute;
		left: 50%;
		top: 14px;
		transform: translate(-50%, 0);
	}
	#head_navi > ul > li.eng > a > span {
		display: block;
		line-height: 0;
		position: absolute;
		left: 50%;
		top: 13px;
		transform: translate(-50%, 0);
	}
	#head_navi > ul > li > a:before, #head_navi > ul > li > a:after {
		content: "";
		display: block;
		width: 0;
		height: 2px;
		background: #fff;
		opacity: 0.5;
		position: absolute;
		bottom: -5px;
		transition: all 0.4s cubic-bezier(0.15, 0.53, 0.25, 1) 0s;
	}
	#head_navi > ul > li > a:before {
		left: 50%;
	}
	#head_navi > ul > li > a:after {
		right: 50%;
	}
	#head_navi > ul > li.info a:before, #head_navi > ul > li.info a:after, #head_navi > ul > li.eng a:before, #head_navi > ul > li.eng a:after {
		display: none;
	}
	#head_navi > ul > li > a:hover:before, #head_navi > ul > li > a:hover:after {
		width: 50%;
	}
	#head_navi > ul > li.info > a:hover {
		background: rgb(255 255 255 / 40%);
		color: #fff;
		border: 1px solid #fff;
	}

	.who #head_navi > ul > li.info > a:hover {
		background: #F45F5F;
		border: 1px solid #F45F5F;
		opacity:0.5;
	}

	.who header.fix #head_navi > ul > li.info > a:hover {
		background: rgb(255 255 255 / 40%);
		color: #fff;
		border: 1px solid #fff;
		opacity:1;
	}
	
	#head_navi > ul > li.eng > a:hover {
		background: rgb(255 255 255 / 40%);
		border: 1px solid #fff;
		color: #fff;
	}
	/* megapop start -------------------------------------------- */
	.sec_nav_wrap {
		display: none;
		width: 100%;
		background: #3d62ad;
		position: absolute;
		left: 0;
		top: 68px;
		z-index: 0;
		box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
	}
	.sec_nav_wrap:after {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background: #3d62ad;
		position: absolute;
		top: -7px;
		right: 561px;
		transform: rotate(-45deg);
		z-index: -1;
	}
	header.fix .sec_nav_wrap {
		background: linear-gradient(to bottom, rgb(77 130 162) 10%, rgb(112 156 182 / 70%) 100%);
		backdrop-filter: blur(10px);
	}
	header.fix .sec_nav_wrap:after {
		background: rgb(77 130 162);
	}
	#head_navi > ul > li.tar2 .sec_nav_wrap:after {
		right: 240px;
	}
	.sec_nav_wrap .nav_block {
		width: 900px;
		display: flex;
		margin: 0 auto;
		padding: 30px 0;
		position: relative;
	}
	#head_navi > ul > li:nth-child(4) .sec_nav_wrap .nav_block {
		width: 1000px;
	}
	.iPad #head_navi > ul > li:nth-child(4) .sec_nav_wrap .nav_block {
		width: 1100px;
	}
	.sec_nav_wrap .nav_block .top_block {
		width: 390px;
		display: flex;
	}
	.sec_nav_wrap .nav_block .top_block > a {
		display: block;
		width: 180px;
	}
	.sec_nav_wrap .nav_block .txt_block {
		padding: 0 30px 0 0;
	}

	.iPad .sec_nav_wrap .nav_block .txt_block {
		padding: 0 20px 0 0;
	}
	.sec_nav_wrap .nav_block .txt_block h2 {
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.4;
		font-size: 4.0rem;
		color: #fff;
	}
	.sec_nav_wrap .nav_block .txt_block h2 span {
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-size: 1.4rem;
		letter-spacing: 0rem;
	}
	.sec_nav_wrap .nav_block .txt_block p {
		font-family: 'Noto Sans', sans-serif;
		font-weight: 300;
		line-height: 1.4;
		letter-spacing: 0;
		font-size: 1.3rem;
		color: #fff;
		padding: 10px 0 0;
	}
	.sec_nav_wrap .nav_block .top_block > a {
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: 0;
		font-size: 1.4rem;
		white-space: nowrap;
		color: #fff;
		text-align: center;
	}
	.sec_nav_wrap .nav_block .top_block > a span {
		display: inline-block;
		margin: 0 -10px 0 8px;
	}
	.sec_nav_wrap .nav_block .list {
		box-sizing: border-box;
		justify-content: space-between;
		display: flex;
	}
	.sec_nav_wrap .nav_block .list > li {
		width: 156px;
		margin: 0 8px;
	}
	#head_navi > ul > li:nth-child(4) .sec_nav_wrap .nav_block .list > li {
		width: 260px;
		margin: 0 8px;
	}
	.iPad #head_navi > ul > li:nth-child(4) .sec_nav_wrap .nav_block .list > li {
		width: 280px;
		margin: 0 8px;
	}
	.sec_nav_wrap .nav_block .list li > a {
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		font-size: 1.2rem;
		letter-spacing: 0rem;
		white-space: nowrap;
		color: #fff;
	}
	#head_navi > ul > li:nth-child(4) .sec_nav_wrap .nav_block .list > li > a {
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 500;
		line-height: 1.4;
		font-size: 1.4rem;
		letter-spacing: 0rem;
		white-space: nowrap;
		color: #fff;
	}
	.sec_nav_wrap .nav_block .list li > a span.arrow {
		content: "";
		display: inline-block;
		width: 4px;
		height: 4px;
		border-right:solid 1px #fff;
		border-bottom:solid 1px #fff;
		transform:rotate(-45deg);
		margin: 7px 7px 0 0;
		vertical-align: text-top;
	}
	.sec_nav_wrap .nav_block .list li > a span.arrow2 {
		content: "";
		display: inline-block;
		width: 5px;
		height: 5px;
		border-right:solid 1px #fff;
		border-bottom:solid 1px #fff;
		transform: rotate(45deg);
		margin: 5px 9px 0 0;
		padding: 0;
		vertical-align: text-top;
	}
	.sec_nav_wrap .nav_block .list > li > a span {
		display: block;
		font-size: 1.3rem;
		letter-spacing: 0rem;
		font-weight: 300;
		margin: 0px 0 0 13px;
	}
	.sec_nav_wrap .nav_block .list > li > a span.ss {
		display: block;
		margin: 2px 0 0 13px;
		font-size: 1.3rem;
	}
	.sec_nav_wrap .nav_block .list > li > a span.sa {
		display: block;
		margin: 0 0 0 13px;
		font-size: 1.3rem;
	}
	.sec_nav_wrap .nav_block .list_sub {
		margin: 22px 0 0 30px;
	}
	.sec_nav_wrap .nav_block .list_sub li {
		margin: 0 0 8px;
	}
	.sec_nav_wrap .nav_block .list_sub a {
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		line-height: 1.4;
		font-size: 1.4rem;
		text-indent: -17px;
		letter-spacing: 0rem;
		white-space: nowrap;
		color: #fff;
	}
	.sec_nav_wrap .nav_block .list_sub a span {
		display: inline-block;
		font-weight: 300;
		font-size: 1.2rem;
		letter-spacing: 0rem;
		padding: 0 0 0 6px;
	}
	.sec_nav_wrap .nav_block .list_sub a span.sb {
		display:block;
		font-weight: 300;
		font-size: 1.1rem;
		letter-spacing: 0rem;
		padding: 0px 0 0 17px;
	}
	.sec_nav_wrap .nav_block .img_box {
		line-height: 0;
		background: #fff;
		overflow: hidden;
		margin: 0 0 7px;
	}
	.sec_nav_wrap .nav_block .img_box img {
		transition: all 0.5s cubic-bezier(0.14, 0.55, 0.25, 1) 0s;
	}
	.sec_nav_wrap .nav_block a:hover .img_box img {
		opacity: 0.5;
		transform: scale(1.1);
	}
	.sec_nav_wrap .nav_block .list li a {
		transition: all 0.5s cubic-bezier(0.14, 0.55, 0.25, 1) 0s;
	}
	.sec_nav_wrap .nav_block .list .list_sub a:hover {
		transform: translate(5px, 0);
	}
	
	/* activ set */
	.home #head_navi > ul > li:nth-child(1) > a:before,.home #head_navi > ul > li:nth-child(1) > a:after {
		width: 50%;
	}
	
	.who #head_navi > ul > li:nth-child(2) > a:before,.who #head_navi > ul > li:nth-child(2) > a:after {
		width: 50%;
	}
	.news #head_navi > ul > li:nth-child(3) > a:before,.news #head_navi > ul > li:nth-child(3) > a:after {
		width: 50%;
	}
	.service #head_navi > ul > li:nth-child(4) > a:before,.service #head_navi > ul > li:nth-child(4) > a:after {
		width: 50%;
	}
	.technology #head_navi > ul > li:nth-child(5) > a:before,.technology #head_navi > ul > li:nth-child(5) > a:after {
		width: 50%;
	}
	.products #head_navi > ul > li:nth-child(6) > a:before,.products #head_navi > ul > li:nth-child(6) > a:after {
		width: 50%;
	}
	.facilities #head_navi > ul > li:nth-child(7) > a:before,.facilities #head_navi > ul > li:nth-child(7) > a:after {
		width: 50%;
	}
	.company #head_navi > ul > li:nth-child(8) > a:before,.company #head_navi > ul > li:nth-child(8) > a:after {
		width: 50%;
	}
	
	/* head_navi end ------------------ */
}
/*========================================================================
//
// info float btn
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	.info_cv_btn {
		position: fixed;
		right: -80px;
		top: 50%;
		transform: translate(0, -50%);
		z-index: 9000;
		transition: all 0.8s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
	.info_cv_btn_act {
		right: -18px;
	}
	.info_cv_btn li a {
		display: block;
		background: #F45F5F;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 0rem;
		line-height: 1;
		writing-mode: vertical-rl;
		padding: 40px 38px 20px 20px;
		color: #fff;
		position: relative;
		transform: translate(0, 0);
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
	
	.info_cv_btn li a span {
		position: absolute;
		top: 21px;
		left: 17px;
	}
	.info_cv_btn li a:hover {
		transform: translate(-8px, 0);
	}

	.iPad .info_cv_btn li a {
		box-sizing: border-box;
		width: 74px;
		padding: 40px 40px 20px 20px;
	}

	.iPad .info_cv_btn li a span {
		position: absolute;
		top: 21px;
		left: 26px;
	}
}
/*========================================================================
//
// Page Top
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	.pagetop {
		position: fixed;
		right: -80px;
		bottom: 18px;
		transform: translate(0, -50%);
		z-index: 9000;
		transition: all 0.8s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
	.pagetop_act {
		right: -18px;
	}
	.pagetop li a {
		display: block;
		background: #0096df url(/global/img/arrow_w2.png) no-repeat 20px center;
		background-size: 16px auto;
		width: 72px;
		height: 50px;
		/* border-radius:6px; */
		transform: translate(0, 0);
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
	.pagetop li a:hover {
		transform: translate(-8px, 0);
	}
}
/*========================================================================
//
// footer
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	footer {
		background: #353535;
		position: relative;
	}
	/* f_site_map start */
	#f_info_wrap {
		background: #0097e0;
		padding: 80px 0 90px;
		position: relative;
	}
	#f_info_wrap .f_bg_icon01, #f_info_wrap .f_bg_icon02 {
		position: absolute;
	}
	#f_info_wrap .f_bg_icon01 {
		top: 38px;
		left: calc(50% + 154px);
		width: 80px;
	}
	#f_info_wrap .f_bg_icon02 {
		bottom: 46px;
		right: calc(50% + 197px);
		width: 34px;
	}
	#f_info_wrap h2 {
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		letter-spacing: 0rem;
		font-size: 3.8rem;
		line-height: 1.4;
		font-feature-settings: 'palt';
		color: #fff;
		text-align: center;
		padding: 0 0 42px;
	}
	#f_info_wrap h2 span {
		font-family: 'Noto Sans', sans-serif;
		display: block;
		font-weight: 400;
		font-size: 1.8rem;
		letter-spacing: 0rem;
		line-height: 1.6;
	}
	#f_info_wrap a {
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		letter-spacing: 0rem;
		font-size: 1.8rem;
		background: #f45f5f;
		text-align: center;
		color: #fff;
		width: 350px;
		box-sizing: border-box;
		border: 1px solid #fff;
		padding: 10px 0 12px 20px;
		border-radius: 4px;
		margin: 0 auto;
		position: relative;
	}
	#f_info_wrap a > span {
		display: block;
		width: 23px;
		line-height: 0;
		position: absolute;
		left: 98px;
		top: 50%;
		transform: translate(0, -50%);
	}
	#f_info_wrap a {
		transition: all 0.5s ease 0s;
	}
	#f_info_wrap a:hover {
		transform: scale(1.1);
		background: rgb(255 255 255 / 10%);
	}
	/* f_site_map start */
	#f_site_map {
		width: 1100px;
		margin: 0 auto;
		padding: 80px 0 20px;
		position: relative;
	}

	.iPad #f_site_map {
		width: 1180px;
		margin: 0 auto;
		padding: 80px 0 20px;
		position: relative;
	}
	
	#f_site_map > p {
		width: 164px;
		position: absolute;
		top: 68px;
		left: 0;
		opacity:0.55;
		filter: brightness(0) invert(1);
	}
	#f_site_map .link_BACHEM {
		margin: 50px 0 0 726px;
	}

	.iPad #f_site_map .link_BACHEM {
		margin: 50px 0 0 770px;
	}
	
	#f_site_map .link_BACHEM li {
		display: flex;
		justify-content: space-between;
	}
	#f_site_map .bechem_ci {
		line-height: 0;
		margin: 5px 0 0;
	}
	.iPad #f_site_map .bechem_ci {
		line-height: 0;
		margin: 5px 10px 0 0;
	}
	#f_site_map .link_BACHEM p {
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		letter-spacing: 0rem;
		font-size: 1.1rem;
		line-height: 1.4;
		white-space: nowrap;
		color: #9a9a9a;
	}
	#f_site_map .link_BACHEM p a {
		display: inline-block;
		color: #c1c1c1;
		padding: 0 2px;
		text-decoration: underline !important;
	}
	#f_site_map .link_list {
		display: flex;
		justify-content: space-between;
		margin: 0 0 0 218px;
	}

	.iPad #f_site_map .link_list {
		display: flex;
		justify-content: space-between;
		margin: 0 0 0 190px;
	}
	
	#f_site_map .link_list li {
		margin: 0 0 8px;
	}
	#f_site_map .link_list p {
		font-family: 'Noto Sans', sans-serif;
		font-weight: 500;
		letter-spacing: 0rem;
		font-size: 1.5rem;
		line-height: 1.4;
		color: #9a9a9a;
	}
	#f_site_map .f_list > li > a {
		white-space: nowrap;
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 500;
		letter-spacing: 0rem;
		font-size: 1.4rem;
		color: #9a9a9a;
	}
	#f_site_map .f_list_sub > li > a {
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 500;
		letter-spacing: 0rem;
		font-size: 1.3rem;
		line-height: 1.4;
		text-indent: -11px;
		color: #9a9a9a;
	}
	#f_site_map .f_list > li > a span.ss {
		font-weight: 400;
		font-size: 1.3rem;
		display: block;
		padding: 0 0 0 10px;
		margin: -4px 0 0;
	}
	#f_site_map .f_list > li > a span.sa {
		font-weight: 400;
		font-size: 1.3rem;
		display: block;
		padding: 0 0 0 10px;
		margin: -4px 0 0;
	}
	#f_site_map .f_list span.arrow {
		content: "";
		display:inline-block;
		width: 4px;
		height:4px;
		border-right:solid 1px #9a9a9a;
		border-bottom:solid 1px #9a9a9a;
		transform:translate(-50%, -50%) rotate(-45deg);
		margin:0 5px 0 0;
	}
	#f_site_map .f_list_sub > li > a span:last-child {
		font-size: 1.1rem;
		display: inline-block;
		margin: 0px 0 0 4px;
	}
	#f_site_map .f_list span.arrow2 {
		content: "";
		display:inline-block;
		width: 4px;
		height:4px;
		border-right:solid 1px #9a9a9a;
		border-bottom:solid 1px #9a9a9a;
		transform:translate(-50%, -50%) rotate(45deg);
		margin: 0 6px 0 0 !important;
	}
	#f_site_map .l_line > li:nth-child(n + 2) {
		padding: 0 0 0 22px;
	}
	#f_site_map .l_line {
		position: relative;
	}
	#f_site_map .l_line:before {
		content: "";
		display: block;
		width: 1px;
		height: calc(100% - 36px);
		background: #6e6e6e;
		position: absolute;
		top: 30px;
		left: 3px;
	}
	#f_site_map .l_line:last-child:before {
		height: calc(100% - 312px);
	}
	#f_site_map .f_list_sub {
		padding: 7px 0 16px 25px;
	}
	#f_site_map .f_list_sub li {
		margin: 0 0 9px;
	}

	#f_site_map .f_list span.sb{
		display: block !important;
		padding: 0 0 0 9px;
	}
	/* f_copyright_wrap start */
	#f_copyright_wrap {
		width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 10px 0 80px;
		border-top: 1px solid #5b5e62;
	}

	.iPad #f_copyright_wrap {
		width: 1180px;
		padding: 10px 0 180px;
		position:relative;
	}
	
	#f_copyright_wrap p {
		font-family: 'Noto Sans', sans-serif;
		font-weight: 300;
		letter-spacing:0;
		font-size: 1.3rem;
		color: #9a9a9a;
	}
	#f_copyright_wrap ul {
		display: flex;
	}
	#f_copyright_wrap ul li {
		margin: 0 0 0 23px;
	}
	#f_copyright_wrap a {
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		letter-spacing: 0rem;
		font-size: 1.2rem;
		color: #9a9a9a;
	}
	#f_site_map a, #f_copyright_wrap a {
		transition: all 0.5s ease 0s;
	}
	#f_site_map a:hover, #f_copyright_wrap a:hover {
		opacity: 0.5;
	}
}
/*========================================================================
//
// GDPR Cookie
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	.g-gdpr {
		width: 100%;
		padding: 30px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(0, 0, 0, 1);
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10000;
		backdrop-filter: blur(15px);
		transition: 1s;
		transform: translateY(100%);
		animation: anime-gdpr 1s both 1s;
	}
	.is-gdpr_off .g-gdpr {
		animation: anime-gdpr_off 1s both;
	}
	.g-gdpr__text {
		color: #cacaca;
		text-shadow: 0 0 3px #000;
		padding: 0 30px 0 0;
		font-size: 1.5rem;
	}
	.g-gdpr__text a {
		color: #85b9d0;
		text-decoration: underline !important;
		padding: 0 .15em;
		display: inline-block;
	}
	.g-gdpr__text a:hover {
		text-decoration: none;
	}
	a.g-gdpr__button {
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		padding: 1em 2em 1em 2em;
		display: block;
		background: #0096df;
		border: 1px solid #fff;
		transition: .2s;
		cursor: pointer;
	}
	a.g-gdpr__button:hover {
		opacity: .8;
	}
}
@keyframes anime-gdpr {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes anime-gdpr_off {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(100%);
	}
}