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;
		height: 66px;
	}
	#ci_wrap {
		width: 100%;
		margin: 0;
	}
	#ci {
		width: 200px;
		margin: 18px 0 14px 33px;
		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: 66px;
		background: rgb(255 255 255);
		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: 0;
		left: 0;
	}
	#head_navi > ul {
		display: flex;
		justify-content: flex-end;
		margin: 0 15px 0 auto;
	}

	.who #head_navi > ul > li > a {
		filter: brightness(0.5);
	}

	.who header.fix #head_navi > ul > li > a {
		filter:none;
	}
	
	#head_navi .uline_last{
		margin: 0 0 0 0;
		padding: 0 6px 0 12px;
	}
	
	#head_navi > ul > li {
		padding: 0 12px;
	}
	#head_navi > ul > li > a {
		display: block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		color: #000000;
		letter-spacing: 0.1rem;
		line-height: 1.2;
		padding: 25px 0 0;
		text-align:center;
		position: relative;
	}
	#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 0px;
	}
	#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: #005bac;
		border: 1px solid #005bac;
		font-size: 1.3rem;
		letter-spacing: 0.05rem;
		text-align: center;
		position: relative;
		padding: 34px 0 0;
		filter:none !important;
		color: #fff;
	}

	
	#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.05rem;
		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: #000000;
		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: #2f79bc;
		color: #fff;
		border: 1px solid #2f79bc;
	}

	.who #head_navi > ul > li.info > a:hover {
		background: #99cc00;
		border: 1px solid #99cc00;
		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: linear-gradient(to top, #004e9b, #0072ce);
		position: absolute;
		left: 0;
		top: 66px;
		height: 165px;
		z-index: 0;
		box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
	}
	.tar2 .sec_nav_wrap {
		height: 190px;
	}
	.sec_nav_wrap:after {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background: #0072ce;
		position: absolute;
		top: -7px;
		right: 616px;
		transform: rotate(-45deg);
		z-index: -1;
	}
	header.fix .sec_nav_wrap {
		background: linear-gradient(to bottom, rgb(0 91 172) 10%, rgb(112 156 182 / 70%) 100%);
		backdrop-filter: blur(10px);
	}
	header.fix .sec_nav_wrap:after {
		background: rgb(0 91 172);
	}
	#head_navi > ul > li.tar2 .sec_nav_wrap:after {
		right: 364px;
	}
	.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: 990px;
	}
	.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;
	}
	.sec_nav_wrap .nav_block .txt_block h2 {
		font-family: "Oswald", 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 SC", sans-serif;
		font-size: 1.4rem;
		letter-spacing: 0.1rem
	}
	.sec_nav_wrap .nav_block .txt_block p {
		font-family: "Noto Sans SC", 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 SC", 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: 207px;
		margin: 0 8px;
	}
	#head_navi > ul > li:nth-child(4) .sec_nav_wrap .nav_block .list > li {
		width: 260px;
		margin: 0 8px;
	}
	.sec_nav_wrap .nav_block .list li > a {
		display: block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 500;
		line-height: 1.4;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		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 SC", sans-serif;
		font-weight: 500;
		line-height: 1.4;
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		white-space: nowrap;
		color: #fff;
	}
	.sec_nav_wrap .nav_block .list li > a span.arrow {
		display: inline-block;
		font-size: 1.2rem;
		margin: 0 1px 0 4px;
	}
	.sec_nav_wrap .nav_block .list li > a span.arrow2 {
		display: inline-block;
		font-size: 1.2rem;
		margin: 0 6px 0 0px;
		padding: 0 !important;
		transform: rotate(90deg) translate(2px, 0);
	}
	.sec_nav_wrap .nav_block .list > li > a span {
		display: inline-block;
		font-size: 1.1rem;
		letter-spacing: 0.1rem;
		margin: 0 0 0 4px;
	}
	.sec_nav_wrap .nav_block .list > li > a span.ss {
		display: block;
		margin: 2px 0 0 8px;
		font-size: 1.3rem;
	}
	.sec_nav_wrap .nav_block .list > li > a span.sa {
		display: block;
		margin: 0 0 0 18px;
	}
	.sec_nav_wrap .nav_block .list_sub {
		margin: 26px 0 0 17px;
	}
	.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 SC", sans-serif;
		font-weight: 400;
		line-height: 1.4;
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
		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: 0.1rem;
		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: 0.1rem;
		padding: 1px 0 0 12px;
	}
	.sec_nav_wrap .nav_block .img_box {
		line-height: 0;
		background: #fff;
		overflow: hidden;
		margin: 0 0 10px;
	}
	.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%;
	}
	
	.products #head_navi > ul > li:nth-child(2) > a:before,.products #head_navi > ul > li:nth-child(2) > a:after {
		width: 50%;
	}
	.proc #head_navi > ul > li:nth-child(3) > a:before,.proc #head_navi > ul > li:nth-child(3) > a:after {
		width: 50%;
	}
	.customer #head_navi > ul > li:nth-child(4) > a:before,.customer #head_navi > ul > li:nth-child(4) > a:after {
		width: 50%;
	}
	.company #head_navi > ul > li:nth-child(5) > a:before,.company #head_navi > ul > li:nth-child(5) > a:after {
		width: 50%;
	}
	.news #head_navi > ul > li:nth-child(7) > a:before,.news #head_navi > ul > li:nth-child(7) > a:after {
		width: 50%;
	}

	
	/* head_lang------------------ */
	#head_lang {
		/* position: absolute; */
		/* right: 107px; */
		/* top: 31px; */
		padding: 0 0 0 0!important;
		margin: 18px -25px 0 0px;
		height: 63px;
		/* overflow: hidden; */
		transition: height .4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
	#head_lang a {
		display: inline-block;
		font-size: 1.6rem;
		color: #656565;
		opacity: 0;
		transition: opacity .4s ease, background .4s ease;
	}
	#head_lang .is-current {
		opacity: 1;
		pointer-events: none;
		background: url(/global/img/icon_globe_gr.svg) no-repeat 0 center;
		background-position: 15px center;
		color: #919191;
		font-size: 1.2rem;
		margin: 3px 0 2px;
		padding: 8px 0 5px 0;
		font-weight: 400;
		font-family: 'Roboto', sans-serif;
	}
	#head_lang span {
		display: block;
		padding: 0 0 0 10px;
		margin: -6px 26px 0 0;
		transition: margin-top .3s ease;
	}
	#head_lang span a {
	    background: none;
	    color: #fff;
	    font-weight: 400;
	    width: 65px;
	    font-family: 'Roboto', sans-serif;
		text-align:center;
	}
	#head_lang span a:first-child{
		border-radius:4px 4px 0 0;
		padding: 6px 5px 2px 5px;
	}
	#head_lang span a:last-child{
		border-radius:0 0 4px 4px;
		padding: 2px 5px 6px 5px;
	}
	#head_lang span a:hover{
		color:#8abbe8;
	}
	#head_lang:hover {
		height: 74px;
	}
	#head_lang:hover a {
		opacity: 1;
	}
	#head_lang:hover span {
    	margin-top: 0;
	}
	#head_lang:hover span a {
	    background: #0072ce;
	}
	.fix #head_lang {
		/* top: 23px; */
	}
	
	/* head_navi end ------------------ */
}
/*========================================================================
//
// btn_view
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	.btn_view a {
		display: block;
		font-family: "Oswald", sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1;
		padding: 11px 12px 13px 12px;
		text-align: center;
		width: 180px;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		color: #fff;
		background: #005bac;
	}
	.btn_view a span {
		font-size: 1.3rem;
		font-weight: 500;
		padding: 0 0 0 14px;
	}
	.btn_view a {
		transition: all 0.5s cubic-bezier(0.14, 0.49, 0.31, 1.07) 0s;
	}
	.btn_view a:hover {
		background: #1e2021;
		transform: scale(1.1);
	}
}
/*========================================================================
//
// info float btn
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	.info_cv_btn {
		position: fixed;
		right: -80px;
		top: 40%;
		transform: translate(0, -50%);
		z-index: 9000;
		transition: all 0.8s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
	.info_cv_btn2{
		top: calc(40% + 164px);
	}
	.info_cv_btn_act {
		right: -18px;
	}
	.iPad .info_cv_btn_act {
		right: -10px;
	}
	.info_cv_btn li a {
		display: block;
		background: #005bac;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 0.2rem;
		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_btn2 li a{
		background: #99cc00;		
	} 
	
	.info_cv_btn li a span {
		position: absolute;
		top: 21px;
		left: 18px;
		width: 20px;
	}
	
	.info_cv_btn2 li a span {
		position: absolute;
		top: 20px;
		left: 17px;
		width: 20px;
	}
	.info_cv_btn li a:hover {
		transform: translate(-8px, 0);
	}
}
/*========================================================================
//
// 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: #1f2021 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: #ffffff;
		position: relative;
	}

	#f_catalog_wrap{
		text-align:center;
		position:relative;
		padding: 100px 0 0;
	}	
	#f_catalog_wrap .img_box {
	}
	#f_catalog_wrap .img_box img{
		z-index:1;
		position: relative;
		max-width: 1200px;
		width: 100%;
	}
	#f_catalog_wrap h2 {
		display: inline-block;
		font-family: "Oswald", sans-serif;
		font-weight: 500;
		font-size: 4.0rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 1.0;
		color: #000000;
		text-align:center;
		position: relative;
		z-index: 1;
	}
	#f_catalog_wrap h2 span {
		display: block;
		font-family: "Noto Sans SC", sans-serif;
		font-size: 1.8rem;
		font-weight: 400;
		line-height: 1;
		padding: 10px 0 0;
	}
	#f_catalog_wrap .btn_view a{
		margin:0 auto;
		position: relative;
		z-index: 1;
	}
	#f_catalog_wrap .gray-band{
		position:absolute;
		width:100%;
		height: 220px;
		bottom: 18px;
		background:#F6F6F6;
		z-index: 0;
	}
	#f_company_wrap{
		text-align:center;
		padding: 150px 0 0;
	}	
	#f_company_wrap h2 {
		display: inline-block;
		font-family: "Oswald", sans-serif;
		font-weight: 500;
		font-size: 4.0rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 1.0;
		color: #005bac;
		text-align:center;
	}
	#f_company_wrap h2 span {
		display: block;
		font-family: "Noto Sans SC", sans-serif;
		font-size: 1.8rem;
		font-weight: 400;
		line-height: 1;
		padding: 10px 0 0;
	}
	#f_company_wrap .flex_base{
		background-color: #005bac;
		padding: 56px 0;
		margin: 43px 0 0;
	}
	#f_company_wrap .flex_wrap{
		display: flex;
		justify-content: space-between;
		width:1000px;
		margin: 0 auto;
	}
	#f_company_wrap .flex_wrap li{
		width:300px;
	}
	#f_company_wrap .flex_wrap a{
		transition: all 0.5s ease 0s;
	}
	#f_company_wrap .flex_wrap a :hover{
		opacity:0.8;
		transition: all 0.5s ease 0s;

	}
	/* f_site_map start */
	#f_info_wrap {
		background: #0097e0;
		padding: 80px 0 90px;
		position: relative;
		background-image: url(../img/foot_bg.png);
	}
	#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: "Oswald", 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 23px;
	}
	#f_info_wrap h2 span {
		font-family: "Noto Sans SC", sans-serif;
		display: block;
		font-weight: 400;
		font-size: 2.0rem;
		letter-spacing: 0.1rem;
		line-height: 1.6;
	}
	#f_info_wrap a {
		display: block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		font-size: 1.6rem;
		background: #005bac;
		text-align: center;
		color: #fff;
		width: 350px;
		box-sizing: border-box;
		border: 1px solid #fff;
		padding: 10px 0 12px 28px;
		border-radius: 2px;
		margin: 0 auto;
		position: relative;
	}
	#f_info_wrap a > span {
		display: block;
		width: 23px;
		line-height: 0;
		position: absolute;
		left: 68px;
		top: 52%;
		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: 60px 0 20px;
		position: relative;
	}
	#f_site_map > p {
		width: 180px;
		position: absolute;
		top: 53px;
		left: 0;
		/* opacity:0.55; */
		/* filter: brightness(0) invert(1); */
	}
	#f_site_map .link_BACHEM {
		margin: 50px 0 0 792px;
	}

	.iPad #f_site_map .link_BACHEM {
		margin: 50px 0 0 742px;
	}
	
	#f_site_map .link_BACHEM li {
		display: flex;
		justify-content: space-between;
	}
	#f_site_map .bechem_ci {
		line-height: 0;
		margin: 5px 0 0;
	}
	#f_site_map .link_BACHEM p {
		display: block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		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 230px;
	}
	#f_site_map .link_list li {
		margin: 0 0 8px;
	}
	#f_site_map .link_list p {
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 500;
		letter-spacing: 0.1rem;
		font-size: 1.5rem;
		line-height: 1.4;
		color: #000000;
	}
	#f_site_map .f_list > li > a {
		display: block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 500;
		letter-spacing: 0.1rem;
		font-size: 1.4rem;
		color: #000000;
	}
	#f_site_map .f_list_sub > li > a {
		display: block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 500;
		letter-spacing: 0.1rem;
		font-size: 1.3rem;
		color: #9a9a9a;
	}
	#f_site_map .f_list > li > a span.ss {
		font-weight: 400;
		font-size: 1.3rem;
	}
	#f_site_map .f_list > li > a span.sa {
		font-weight: 400;
		font-size: 1.3rem;
		display:inline-block;
		margin:0 0 0 4px;
	}
	#f_site_map .f_list span.arrow {
		font-weight: 800;
		font-size: 1.2rem;
	}
	#f_site_map .f_list_sub > li > a span:last-child {
		font-size: 1.1rem;
		display: inline-block;
		margin: 0 0 0 5px;
	}
	#f_site_map .f_list span.arrow2 {
		display: inline-block;
		font-weight: 900;
		font-size: 1.0rem;
		padding: 0px 5px 0px 8px;
		transform: rotate(90deg);
	}
	#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% - 70px);
		background: #000000;
		position: absolute;
		top: 30px;
		left: 3px;
	}
	#f_site_map .l_line:last-child:before {
		height: calc(100% - 39px);
	}
	#f_site_map .f_list_sub {
		padding: 5px 0 8px 14px;
	}
	#f_site_map .f_list_sub li {
		margin: 0 0 5px;
	}
	/* 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 #000000;
	}

	.iPad #f_copyright_wrap {
		padding: 10px 0 180px;
		position:relative;
	}
	
	#f_copyright_wrap p {
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 300;
		letter-spacing: 1px;
		font-size: 1.3rem;
		color: #000000;
	}
	#f_copyright_wrap ul {
		display: flex;
	}
	#f_copyright_wrap ul li {
		margin: 0 0 0 20px;
	}
	#f_copyright_wrap a {
		display: block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		font-size: 1.2rem;
		color: #000000;
	}
	#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%);
	}
}