@charset "utf-8";

/*===========================================
 * General Setting
=============================================*/

/* PC  only */
@media screen and (min-width: 768px) {
.pc_none { display:none !important;}
.sp_none { display:block !important;}
.sp_none_in { display: inline-block !important;}
#sp_nav{ display:none;}
#menu { display:none;}
}
.roboto { font-family: 'Roboto', sans-serif; font-weight:500;}
a:link,a:visited{ color:#1a1a1a; text-decoration:none;}
a:hover{ color:#005bac;}
img{ vertical-align: bottom;}

/* position */
.fl { float:left;}
.fr { float:right;}
.ar { text-align:right;}
.al { text-align:left;}
.ac { text-align:center;}
.poR { position:relative;}
.imgLeft {
 float: left;
 margin-right: 15px
}
.imgRight {
 float: right;
 margin-left: 15px;
}
/* clearfix */
.cf:after{
 content: ".";
 display: block;
 height: 0;
 font-size:0;
 clear: both;
 visibility:hidden;
}
/* margin padding */
.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.ml10{ margin-left:10px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.pt0{ padding-top:0px !important;}
.pb10{ padding-bottom:10px !important;}
.pb20{ padding-bottom:20px !important;}
.pb30{ padding-bottom:30px !important;}
.pb40{ padding-bottom:40px !important;}
.pb50{ padding-bottom:50px !important;}
/* width */
.w50 { width:50px;}
.w100 { width:100px;}
.w150 { width:150px;}
.w200 { width:200px;}

.icon {
 display: inline-block;
 width: 1.5em;
 height: 1.5em;
 vertical-align: middle;
}
.icon img {
 vertical-align: text-top;
}

/*===========================================
 * PC Layout
=============================================*/
body {
 margin:0;
 padding:0;
 background:#FFF;
 font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 font-weight:400;
 letter-spacing:0.5px;
 color: #1a1a1a;
 word-wrap : break-word;
 -webkit-font-smoothing: antialiased;
}
#wrapper {
 width: 100%;
 position: relative;
 height: auto !important; /*IE6対策*/
 height: 100%;
 min-height: 100%;
 font-size:16px;
}
#wrapper.hide{
 display:none !important;
}
.full {
 clear:both;
 margin:0 auto;
 padding: 0;
 width:100%;
 height:auto;
 position:relative;
}
.inner {
 clear:both;
 margin:0 auto;
 padding: 0;
 width:940px;
 height:auto;
 position:relative;
 box-sizing:border-box;
}
.inner1080 {
 clear:both;
 margin:0 auto;
 padding: 0;
 width:1080px;
 height:auto;
 position:relative;
 box-sizing:border-box;
}
.section {
 padding:35px 0;
}

/* header
-------------------------------------------*/
#header {
	/* background:#0073d2; */
	margin: 0;
	padding: 0;
	width: 100%;
	/* height: 100px; */
	height: 80px;
	background: rgb(255 255 255 / 90%);
	text-align: right;
	/* border-bottom: 4px solid #FFF; */
	position: absolute;
	z-index: 200;
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
}
#header.index {
	opacity: 0;
	translate: 0% -100%;
}
#header.index.is-load {
	opacity: 1;
	translate: 0% 0%;
	transition: translate .9s cubic-bezier(0.65, 0.03, 0.2, 0.99) 2s,opacity .9s cubic-bezier(0.65, 0.03, 0.2, 0.99) 2s;
}
@media screen and (max-width: 767px) {
	#header.index {
		top: -60px;
		translate: none;
	}
	#header.index.is-load {
		translate: none;
		top: 0;
		transition: top .9s cubic-bezier(0.65, 0.03, 0.2, 0.99) 2s,opacity .9s cubic-bezier(0.65, 0.03, 0.2, 0.99) 2s;
	}
}
.headerInner {
 /* min-width:1080px; */
 position:relative;
}
#header h1 {
 margin:0;
 padding:0;
 position:absolute;
 /* left:60px; */
 left:clamp(15px,3vw,60px);
}
#header h1.top {
	position: relative;
	display:block;
	width:clamp(100px,12vw,150px);
}
#header h1.fix { display:none;}
#header #gotoTop {
 display:none;
 position: absolute;
}
#header h1 img {
 width:100%;
 height:auto;
 vertical-align:top;
}
#header.fixed{
 position:fixed;
}
#header.fixed h1.top { display:none;}
#header.fixed h1.fix {
 display:block;
 /* width:100px; */
 width:80px;
}
#header.fixed #gotoTop {
 display:block;
 top:0;
 right:-170px;
}

/* nav
-------------------------------------------*/
#overlay{  display:none;}
#overlay{
 z-index:120;
 position:fixed;
 top:0px;
 left:0;
 width:100%;
 height:120%;
 background:#005bac;
 text-align:center;
}
#nav {
 /* margin:34px 5% 35px 22%; */
 /* margin:24px 5% 25px 22%; */
	/* margin: 24px 0% 25px auto; */
	margin-left: auto;
	padding: 0;
	/* width: 920px; */
	height: 100%;
	text-align: center;
}
#nav ul {
	text-align:right;
	display: flex;
	/* justify-content:space-between; */
	align-items: center;
	gap: 0 clamp(14px, 3.4vw, 60px);
	height: 100%;
	margin: auto 0;
}
#nav li {
 margin:0;
 padding:0;
 text-align:center;
 display:inline-block;
}
#nav li:last-child{}
#nav li a{
	margin:0;
	padding:0;
 font-size:14px;
 line-height:20px;
 color:#1a1a1a;
 font-weight: 600;
 transition: color 0.3s ease;
}
#nav li a:not(.contact):hover {
	color: #005BAC;
}
#nav li a.contact{
	position: relative;
	display: block;
	padding: 10px 40px;
	background: #005bac;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
#nav li a.contact::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #8cc9f2;
	transform: translateX(-101%);
	transition: background-position .3s ease,transform .4s cubic-bezier(0.76, 0, 0.24, 1);
}
#nav li a.contact:hover::before {
	transform: translateX(0);
  background-position: 0 100%;
}
#nav li a.contact span {
	font-weight: 600;
	position: relative;
	z-index: 1;
	color: rgba(0, 0, 0, 0); 
	background: linear-gradient(to right, #005BAC 50%, #fff 50%) 100%;
	background-clip: text;
	background-size: 200% 100%;
}
#nav li a.contact:hover span {
	background-position: 0 100%;
	transition: background-position .2s;
}
#nav li a.current{
 color:#1a1a1a;
}
#nav li.lang {
	display: flex;
	align-items: baseline;
	gap: 0 10px;
}
#nav li.lang a{
 /* display:block;
 border:1px solid #1a1a1a;
 border-radius:30px;
 padding:4px 15px; */
}
#nav li.lang a.nowLang {
	pointer-events: none;
	color: #005bac;
}
#nav li.lang a:hover{
 /* background: #005bac;
 border-color:#005bac; */
}
#nav li.ecsite a{
 display:block;
 border:1px solid #FFF;
 padding:4px 15px;
}
#nav li.ecsite a:hover{
 background: #005bac;
 border-color:#005bac;
}
#nav li.nav__new {
 position: relative;
}
#nav li.nav__new:after{
 content: "NEW";
 display: inline-block;
 padding: 0 1em;
 font-size: 65%;
 color: #FFF;
 background: #005bac;
 border-radius: 2em;
 position: absolute;
 top:-1.3em;
 left: -1em;
}

/* メインコンテンツ
-------------------------------------------*/
#container {
 margin:0 auto;
 padding:0;
 width: 100%;
 height: auto;
 /* background:url(/images/bg_container.jpg) repeat-y top center; */
 /* background-size:100% auto; */
 min-height: 600px;
}
#container.under {
 padding:100px 0 0;
 min-width:980px;
}
#container.labo {
 background:url(/images/bg_black.jpg) repeat-y top center;
 background-size:100% auto;
 color:#FFF;
}
/* PC  only */
@media screen and (min-width: 768px) {
#container.labo.car_01 {
 background:url(/images/bg_car_02.jpg) no-repeat center center;
 background-size: cover;
	background-attachment:fixed;
 color:#FFF;
}
#container.labo.car_02 {
 background:url(/images/bg_car_02.jpg) no-repeat center center;
 background-size: cover;
	background-attachment:fixed;
 color:#FFF;
}
}
#contentsWrapper {
 clear:both;
 margin:0 auto;
 padding: 0;
 width:980px;
 height:auto;
 position:relative;
}
#contentsWrapper:after{
 content: ".";
 display: block;
 height: 0;
 font-size:0;
 clear: both;
 visibility:hidden;
}

/* メイン
-------------------------------------------*/
#main {
 margin:0;
 padding:35px 20px;
 width: 620px;
 height: auto;
 float:left;
}
#main.pt0{
	padding-top:0;
}

/* サイド
-------------------------------------------*/
#side {
 margin:0;
 padding: 0;
 width: 240px;
 height: auto;
 float:right;
 text-align:left;
}

/* パンくずリスト
-------------------------------------------*/
#breadcrumb {
 width:980px;
 margin:25px auto;
}
#breadcrumb ol{
 margin:0 auto;
 padding: 0;
 width:980px;
 height: auto;
}
#breadcrumb ol li{
 margin:0;
 padding: 0;
 display:inline-block;
 font-size:12px;
 color:#0073d2;
}
#breadcrumb ol li a {
 color:#191919;
 text-decoration: underline;
}
#breadcrumb ol li:after {
 content:" > ";
 color:#191919;
}
#breadcrumb ol li:last-child:after {
 content:"";
}
#laboratory #breadcrumb ol li a{
 color:#FFF;
}
#laboratory #breadcrumb ol li:after {
 color:#FFF;
}

/* pager
-------------------------------------------*/
ol.pager {
 margin:0;
 padding:0 0 10px 0;
 width: 360px;
 height: 25px;
 float:left;
}
ol.pager li{
 margin:0;
 padding: 0 10px 0;
 display:inline-block;
 border-right: 1px solid #CCC;
 line-height:12px;
}
ol.pager li:last-child{
border-right: none;
}
ol.pager li a {
font: normal normal 12px/12px "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#CCC;
}

/* pagenation
-------------------------------------------*/
.wp-pagenavi {
 clear: both;
	text-align: center;
 padding:10px 0;
 margin-bottom:40px;
}
.wp-pagenavi a,
.wp-pagenavi span {
 display: inline-block;
	font-size: 14px;
	margin: 0 5px;
	padding: 0 10px;
 text-decoration: underline;
 vertical-align: middle;
 line-height:30px;
}
.wp-pagenavi span.current {
 color: #e71a21;
	text-decoration: none;
}
.wp-pagenavi span.extend { display:none;}
.wp-pagenavi a.first{}
.wp-pagenavi a.last{}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
 border-radius: 50%;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 30px;
	box-sizing:border-box;
}
.wp-pagenavi a.previouspostslink{
 background: #191919 url("/images/arr_04.png") no-repeat scroll center center;
	background-size:20px auto;
	border:2px solid #FFF;
 font-size:0;
}
.wp-pagenavi a.nextpostslink {
 background: #191919 url("/images/arr_01.png") no-repeat scroll center center;
	background-size:20px auto;
	border:2px solid #FFF;
 font-size:0;
}
.wp-pagenavi a.previouspostslink:hover {
	background: #005bac url("/images/arr_04.png") no-repeat scroll center center;
	background-size:20px auto;
	border:none;
}
.wp-pagenavi a.nextpostslink:hover {
	background: #005bac url("/images/arr_01.png") no-repeat scroll center center;
	background-size:20px auto;
	border:none;
}


/* フッター
-------------------------------------------*/
#footer {
/* clear:both;
margin:0;
padding: 0 0 20px;
width: 100%;
height: auto;
background:#0073d2;
border-bottom:10px solid #191919;
font-size:16px;
color:#FFF; */
}
/* #footer a {
 color:#FFF;
}
#footer a:hover{
 color:#005bac;
} */
#footer .logo {
 position:absolute;
 top:30px;
 right:0;
}
#footer .company {
 padding:33px 10px 0;
 margin-bottom:30px;
}
#footer .company .companyName{
 font-size:20px;
	margin-bottom:10px;
}
#footer .company .factory{
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: flex;

 flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 -webkit-flex-wrap:wrap;

 justify-content: flex-start;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 -webkit-justify-content:flex-start;

 align-items:flex-start;
 -webkit-box-align:flex-start;
 -ms-flex-align:flex-start;
 -webkit-align-items:flex-start;
}
#footer .company .factory li{
 width: 350px;
}
#footer .company .factory li a{
 display:block;
	line-height:30px;
 text-decoration: underline;
}
/*#footer .company dt{
 font-size:20px;
	margin-bottom:10px;
}
#footer .company dd a{
 display:block;
 padding-left:20px;
 background:url(/images/icon_marker.png) no-repeat top 5px left;
	line-height:30px;
}
#footer .company dd a:hover{
 background:url(/images/icon_marker_on.png) no-repeat top 5px left;
}*/
#footer .homeLink {
 padding:0 10px 10px;
}
#footer ul.sitemap {
	padding-bottom:30px;
}
#footer ul.sitemap li{
 width:200px;
 padding:0 10px;
 float:left;
 margin-right:20px;
 border-top:1px dotted #FFF;
 font-size:12px;
 line-height:24px;
}
#footer ul.sitemap li h3 {
 font-size:16px;
 padding:14px 0 7px;
}
#footer ul.sitemap li:last-child{ margin-right:0px;}
#footer p.poricy {
 float:left;
 font-size:12px;
 padding-left:10px;
	padding-bottom:5px;
}
#footer p.copy {
 float:right;
 font-size:12px;
 padding-right:10px;
	padding-bottom:5px;
}
#footer #gotoTopFoot { display:none;}



#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 1;
}
#loader {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	width: 600px;
	height: 200px;
	margin-left: -300px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
#loader .logo_loading,
#loader .now_loading {
  display: inline-block;
}
/** animation **/
.spinner {
 margin: 50px auto;
 width: 50px;
 height: 40px;
 text-align: center;
 font-size: 10px;
}

.spinner > div {
 background-color:#0073D2;
 height: 100%;
 width: 6px;
 display: inline-block;
 -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
 animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
 -webkit-animation-delay: -1.1s;
 animation-delay: -1.1s;
}
.spinner .rect3 {
 -webkit-animation-delay: -1.0s;
 animation-delay: -1.0s;
}

.spinner .rect4 {
 -webkit-animation-delay: -0.9s;
 animation-delay: -0.9s;
}
.spinner .rect5 {
 -webkit-animation-delay: -0.8s;
 animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
 0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
 20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
 0%, 40%, 100% {
   transform: scaleY(0.4);
   -webkit-transform: scaleY(0.4);
 }  20% {
   transform: scaleY(1.0);
   -webkit-transform: scaleY(1.0);
 }
}












/* SP only */
@media screen and (max-width: 767px) {
.pc_none { display:block !important;}
.sp_none,.sp_none_in { display:none !important;}

/*===========================================
 * SP Layout
=============================================*/
#wrapper {
 font-size:12.5px;
}
#wrapper img{
 width:100%;
 height:auto;
}
.inner {
 /* clear:both;
 margin:0 auto;
 padding: 0;
 width:100%;
 height:auto;
 position:relative;
 box-sizing:border-box; */
}
.inner1080 {
 clear:both;
 margin:0 auto;
 padding: 0;
 width:100%;
 height:auto;
 position:relative;
 box-sizing:border-box;
}
.section {
 padding:35px 0;
}

/* header
-------------------------------------------*/
#header {
 margin:0;
 padding:0;
 width:100%;
 height:60px;
 /* background:#0073d2; */
 background: transparent;
 border-bottom: none;
 position: absolute;
 /* z-index:5; */
 backdrop-filter: none;
}
.headerInner {
 /* min-width:100%; */
 position:relative;
 width: 100%;
 height: 100%;
}
#header h1 {
 margin:0;
 padding:0;
 position: absolute;
 left:0px;
}
#header h1.top {
	display: block;
	width: 90px;
	position: absolute;
	top: 20px;
	left: 20px;
	transition: none;
}
#header h1.fix { display:none;}
#header #gotoTop { display:none;}
#header h1 img {
 width:100%;
 height:auto;
 vertical-align:top;
}

#header.fixed{
 position:fixed;
}
#header.fixed h1.top { display:none;}
#header.fixed h1.fix {
 display:block;
 width:60px;
}
#header.fixed #gotoTop { display:none;}

/* opening animation
-------------------------------------------*/
#header h1 {
 margin-top:0;
 opacity:1;
 transition: all 0.5s ease 1.1s;
}
#menu {
 margin-top:0;
 opacity:1;
 transition: all 0.5s ease 1.3s;
}
.startPosi #header h1 { margin-top:-10px; opacity:0;}
.startPosi #menu { margin-top:-10px; opacity:0;}

/* menu
-------------------------------------------*/
#menu,
#menu_close{
 display:block;
 margin:14px 15px 14px 0;
 width:40px;
 height:40px;
 cursor:pointer;
 position: fixed;
 top:0px;
 right:0px;
 transform: none;
 /* z-index:30; */
}
#menu {
	backdrop-filter: blur(8px);
	background-color: rgb(255 255 255 / 80%);
	border-radius: 600px;
	overflow: hidden;
}
#menu_close.active{
 position:fixed;
}
/* animation */
.menu-trigger,
.menu-trigger span {
 display: inline-block;
 transition: all .4s ease;
 box-sizing: border-box;
}
.menu-trigger {
 position: relative;
 width: 20px;
 height: 20px;
}
.menu-trigger span {
 position: absolute;
 left: 32%;
 width: 14px;
 height: 1.5px;
 background-color: #005BAC;
}
.menu-trigger span:nth-of-type(1) {top:15px;}
.menu-trigger span:nth-of-type(2) {top: 20px;}
/* .menu-trigger span:nth-of-type(3) {bottom: 10px;} */
.menu-trigger span:nth-of-type(3) {bottom: 14px;}
.menu-trigger.active span {background-color: #FFF;}
.menu-trigger.active span:nth-of-type(1) {transform: translateY(3.5px) rotate(-45deg);}
.menu-trigger.active span:nth-of-type(2) {opacity: 0;}
.menu-trigger.active span:nth-of-type(3) {transform: translateY(-6px) rotate(45deg);}

/* nav
-------------------------------------------*/
#nav {display:none;}
#overlay{
 background:#005bac;
	opacity:1;
}
#sp_nav{
 display:none;
 position: fixed;
 width:100%;
 height: 100dvh;
 z-index:120;
 color:#FFF;
 text-align:center;
 top:0;
}
#sp_nav .sp_logo {
 position: fixed;
 top:0;
 left:0;
 width:60px;
}
#sp_nav .sp_logo img{
 width:100%;
 height:auto;
 vertical-align:top;
}
#sp_nav ul.lang{
 width:80%;
 margin:20px auto 15px;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: flex;
 flex-wrap:-webkit-wrap;
 flex-wrap:-moz-wrap;
 flex-wrap:-ms-wrap;
 flex-wrap:wrap;
 justify-content:-webkit-center;
 justify-content:-moz-center;
 justify-content:-ms-center;
 justify-content:center;
 align-items:-webkit-center;
 align-items:-moz-center;
 align-items:-ms-center;
 align-items:center;
}
#sp_nav ul.lang li {
 width:85px;
 text-align:left;
}
#sp_nav ul.lang li a{
 padding:3px 5px;
 color:#FFF;
 font-size:12.5px;
}
#sp_nav ul.lang li.current a {
 color:#005bac;
}
#sp_nav ul.link{
 width:100%;
 margin:50px 0 15px;
}
#sp_nav ul.link li{
 padding:10px 0;
 font-size:16px;
}
#sp_nav ul.link li.toggle{
 background:url(/images/arr_02.png) no-repeat center right 50px;
 background-size:16px auto;
 cursor:pointer;
}
#sp_nav ul.link li.toggle.active{
 background:url(/images/arr_06.png) no-repeat center right 50px #FFF;
 background-size:10px auto;
 color:#000;
}
#sp_nav ul.link li.sub{
 padding:0;
 display:none;
}
#sp_nav ul.link li.sub a{
 font-size:12.5px;
 padding:8px 0;
}
#sp_nav ul.link li a{
 display:block;
 width:100%;
 color:#FFF;
 font-size:16px;
}
#sp_nav ul.link li.small a{
 font-size:12.5px;
 color:#FFF;
}
#sp_nav .company {
 border-top:1px solid #FFF;
 font-size:12.5px;
 line-height:24px;
 margin-bottom:50px;
}
#sp_nav .company h2{
 margin:25px 0 5px;
}
#sp_nav .company a {
 color:#FFF;
}
#sp_nav ul.link li.sp_ecsite {
 padding: 0;
}
#sp_nav ul.link li.sp_ecsite a {
 margin: 10px auto;
 padding: 10px 0;
 width: 93%;
 display: block;
 border: solid 1px #FFF;
 font-size: 12.5px;
 color: #FFF;
}

/* メインコンテンツ
-------------------------------------------*/
#container {
 min-height: 300px;
}
#wrapper:not(.home) #container {
	padding-top: 60px;
}
#container.under {
 padding:90px 0 0;
 min-width:100%;
 }
#contentsWrapper { width:100%; padding:0 0 20px;}
#main {
 margin:0;
 padding:20px 0 0;
 width: 100%;
 float:none;
}
#main.pt0{
	padding-top:20px !important;
}
#side {
 margin:0;
 padding: 0;
 width: 100%;
 float: none;
}


/* パンくずリスト
-------------------------------------------*/
#breadcrumb { display:none;}

/* pagenation
-------------------------------------------*/
.wp-pagenavi {
 clear: both;
	text-align: center;
 padding:10px 0;
 margin-bottom:40px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 12.5px;
	padding: 0 10px;
}
.wp-pagenavi span.current {
	color: #0073d2;
	text-decoration: none;
}
.wp-pagenavi span.extend { display:none;}
.wp-pagenavi a.first{}
.wp-pagenavi a.last{}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	height: 40px;
	width: 40px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.previouspostslink:hover{
	background: #FFF url("/images/arr_09.png") no-repeat scroll center center;
	background-size:10px auto;
	border: none;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.nextpostslink:hover{
	background: #FFF url("/images/arr_07.png") no-repeat scroll center center;
	background-size:10px auto;
	border: none;
}

/* フッター
-------------------------------------------*/
#footer {
/* clear:both;
margin:0;
padding: 0;
width: 100%;
height: auto;
background:#0073d2;
border-bottom: none;
font-size:16px;
color:#FFF; */
}
#footer .logo { display:none;}
#footer .company {display:none;}
#footer .homeLink { display:none;}
#footer ul.sitemap {display:none;}
#footer p.poricy { display:none;}
#footer p.copy {
 float:none;
 font-size:8px;
 padding: 20px 0px;
 text-align:center;
}
#footer #gotoTopFoot a{
 display:block;
 background: url(/images/gototopfoot.png) no-repeat center center #0060c7;
 background-size:17px auto;
 height:60px;
}

#loader {
	top: 10%;
}
#loader .logo_loading {
  width: 30%;
}
#loader .now_loading {
  width: 18%;
}
#loader .logo_loading img,
#loader .now_loading img {
  width: 100%;
}
.spinner {
 margin: 7% auto;
}

}
