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


/*---------------------------------------------
site_header
---------------------------------------------*/
#site_header{
  position: fixed;
  width: 100%;
  z-index: 110;
  background-color: #ffffff;
  border-bottom: 1px solid #bbbbbb;
}
#site_header .logo{
    width: 250px;
}
#site_header .logo a{
  display: block;
}
#site_header #site_navi{
  display: none;
}
#site_header .inner{
  padding: 10px 10px 10px 10px;
}
#sp_menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 110;
  width: 58px;
  height: 100%;
}
#panel-btn {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  background: #026DB7;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 1px;
  margin: -1px 0 0 -14px;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon::before{
  display: block;
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: .3s;
}

.close #panel-btn-icon {
  background-color: #026DB7;
}
.close #panel-btn-icon:before {
  -webkit-transform: translateY(20px) rotate(-315deg);
  transform: translateY(20px) rotate(-315deg);
  top: -19px;
}
.close #panel-btn-icon:after {
  -webkit-transform: translateY(-20px) rotate(315deg);
  transform: translateY(-20px) rotate(315deg);
  top: 21px;
}






/*iphone SE*/
@media screen and (max-width: 320px){
  #site_header .logo {
    width: 230px;
  }
}

/*ipad*/
@media screen and (min-width: 768px) and (max-width: 1023px){
  #site_header .logo {
    width: 330px;
  }
  #sp_menu{
    width: 70px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1070px){
  #site_header .logo{
    width: 31% !important;
  }
}

@media screen and (min-width: 1071px) and (max-width: 1090px){
  #site_header .logo{
    width: 347px !important;
  }
}

/*DeskTop*/
@media screen and (min-width: 1024px) { 
  #site_header .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 10px 20px 10px;
    /*min-width: 1090px;*/
  }
  #site_header .logo{
    float: left;
    width: 367px;
  }
  #site_header #site_navi{
    float: right;
    padding: 10px 0 0 0;
    display: block;
  }
  #site_header #site_navi ul{
    font-size: 0;
  }
  #site_header #site_navi li{
    font-size: 16px;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    display: inline-block;
    border-left: 1px solid #bbbbbb;
    padding: 6px 20px 6px 20px;
  }
  #site_header #site_navi li:last-child{
    border-right: 1px solid #bbbbbb;
  }
  #site_header #site_navi li a{
    color: #000000;
  }
  #site_header #site_navi li a:hover{
    text-decoration: none;
    position: relative;
    color: #026DB7;
  }
  #site_header #site_navi li a:hover::before{
    content: '';
    position: absolute;
    background-image: url("../image/icon_header01.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -10px;
    left: 42%;
    height: 5px;
    width: 12px;
  }
  #site_header #site_navi li:first-child a:hover::before{
    left: 39%;
  }
	#dir_top #site_header .navi_01 a{position: relative;color: #026DB7;}
	#dir_company #site_header .navi_02 a{position: relative;color: #026DB7;}
	#dir_about #site_header .navi_03 a{position: relative;color: #026DB7;}
	#dir_recruit #site_header .navi_04 a{position: relative;color: #026DB7;}
	#dir_inquiry #site_header .navi_05 a{position: relative;color: #026DB7;}
	#dir_sitemap #site_header .navi_06 a{position: relative;color: #026DB7;}
	
	#dir_top #site_header .navi_01 a::before{
		content: '';
		position: absolute;
		background-image: url("../image/icon_header01.png");
		background-size: contain;
		background-repeat: no-repeat;
		bottom: -10px;
		left: 39%;
		height: 5px;
		width: 12px;
	}
	#dir_company #site_header .navi_02 a::before{
		content: '';
		position: absolute;
		background-image: url("../image/icon_header01.png");
		background-size: contain;
		background-repeat: no-repeat;
		bottom: -10px;
		left: 42%;
		height: 5px;
		width: 12px;
	}
	#dir_about #site_header .navi_03 a::before{
		content: '';
		position: absolute;
		background-image: url("../image/icon_header01.png");
		background-size: contain;
		background-repeat: no-repeat;
		bottom: -10px;
		left: 42%;
		height: 5px;
		width: 12px;
	}
	#dir_recruit #site_header .navi_04 a::before{
		content: '';
		position: absolute;
		background-image: url("../image/icon_header01.png");
		background-size: contain;
		background-repeat: no-repeat;
		bottom: -10px;
		left: 42%;
		height: 5px;
		width: 12px;
	}
	#dir_inquiry #site_header .navi_05 a::before{
		content: '';
		position: absolute;
		background-image: url("../image/icon_header01.png");
		background-size: contain;
		background-repeat: no-repeat;
		bottom: -10px;
		left: 42%;
		height: 5px;
		width: 12px;
	}
	#dir_sitemap #site_header .navi_06 a::before{
		content: '';
		position: absolute;
		background-image: url("../image/icon_header01.png");
		background-size: contain;
		background-repeat: no-repeat;
		bottom: -10px;
		left: 42%;
		height: 5px;
		width: 12px;
	}

  #sp_menu{
    display: none;
  }
}


/*----- site_navi_sp -----*/
#site_navi_sp {
  backface-visibility: hidden;
  background: -moz-linear-gradient(top left, rgba(255,255,255,0.8), rgba(255,199,120,0.8) 30%, rgba(116,138,248,0.8) 60%, rgba(2,109,174,0.8));
  background: -webkit-linear-gradient(top left, rgba(255,255,255,0.8), rgba(255,199,120,0.8) 30%, rgba(116,138,248,0.8) 60%, rgba(2,109,174,0.8));
  background: linear-gradient(to bottom right, rgba(255,255,255,0.8), rgba(255,199,120,0.8) 30%, rgba(116,138,248,0.8) 60%, rgba(2,109,174,0.8));
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
	z-index: 100;
	overflow: hidden;
  height: 0%;
  transition: .3s;
		
	/* リストの基本動き　隠しておく */
	opacity: 0;
}
#site_navi_sp.activ{
	/* activeになった時に表示させる */
	opacity: 1;
	height: 100%;
  position: fixed;
  display: block;
  padding: 80px 10px 20px;
  transition: .3s;
}

#site_navi_sp > .inner {
	height: 100%;
    overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

#site_navi_sp ul li{
  background-color: #ffffff;
  font-size: 18px;
  border: 1px solid #cccccc;
  position: relative;
  margin-bottom: 5px;
}
#site_navi_sp ul li::before{
  content: "";
  width: 5px;
  height: 26px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
  background-color: #026DB7;
}
#site_navi_sp .sp_menu_02:last-child{
  border: none;
}
#site_navi_sp ul li a{
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 10px 10px 10px 25px;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
}


/*----------------------------------------------
footer
-----------------------------------------------*/
/*page scroll*/
#page_scroll_navi {
  z-index: 999;
  margin: 35px auto 20px auto;
  text-align: center;
}
#page_scroll_navi a {
    color: #FFFFFF;
    background-color: #026DB7;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 14px 0 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    display: inline-block;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    margin: 0 auto;
}

/*DeskTop*/
@media screen and (min-width: 1024px){
  #page_scroll_navi{
    margin: 80px 0 35px 0;
  }
}



#site_footer{
  text-align: center;  
}
#site_footer .inner{
  background-color: #E5F0F8;
  border-top: 1px solid #026DB7;
  color: #000000;
  padding: 18px 18px 10px 18px;
}
#site_footer .sp_none{
  display: none;
}
#site_footer .footer_logo img{
  width: 50%;
  max-width: 220px;
}
#site_footer .inner p{
  font-size: 15px;
  line-height: 1.4;
  margin: 12px 0 0 0;
}
#site_footer .copyright{
  color: #ffffff;
  background-color: #026DB7;
  font-size: 13px;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 500;
  padding: 24px 4px 4px 4px;
  position: relative;
}
#site_footer .copyright::before{
  content: '';
  position: absolute;
  background-image: url("../image/icon_footer01.jpg");
  width: 100%;
  height: 20px;
  top: 0px;
  left: 0px;
}




/*DeskTop*/
@media screen and (min-width: 1024px){
  #site_footer .sp_none{
    display: block;
  }
  #site_footer .inner{
    padding: 0 0 30px 0;
  }
  #site_footer .inner ul{
    font-size: 0px;
    background-color: #ffffff;
    padding: 10px 0 10px 0;
  }
  #site_footer .inner li{
    font-size: 14px;
    display: inline-block;
    border-right: 1px solid #bbbbbb;
    line-height: 1;
    padding: 0 5px 0 5px;
  }
  #site_footer .inner li:last-child{
    border: none;
  }
  #site_footer .inner li a{
    color: #000000;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 400;
  }
  #site_footer .inner li a:hover{
    color: #026DB7;
    text-decoration: none;
  }
  #site_footer .footer_logo{
    margin: 35px 0 0 0;
  }
  #site_footer .inner p{
    margin: 30px 0 0 0;
  }
  #site_footer .copyright{
    font-size: 14px;
  }
}

/*---------------------------------------

---------------------------------------*/
#pagebody{
  padding: 59.14px 0 0 0;
}
/*iphone SE*/
@media screen and (max-width: 320px){
  #pagebody{
    padding: 56.09px 0 0 0;
  }
}
/*ipad*/
@media screen and (min-width: 768px){
  #site_navi_sp.activ{
    padding: 95px 10px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
  #pagebody{
    padding: 71.34px 0 0 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1070px){
  #pagebody{
    padding: 86px 0 0 0 !important;
  }
}

@media screen and (min-width: 1071px) and (max-width: 1090px){
  #pagebody{
    padding: 88.94px 0 0 0 !important;
  }
}
/*DeskTop*/
@media screen and (min-width: 1091px){
  #pagebody{
    padding: 92px 0 0 0 !important;
  }
}

.page_ttl{
  color: #000000;
  font-size: 160%;
  font-weight: 400;
  padding: 15px;
  line-height: 1.4;
  background: url(../image/bg_ttl01.jpg);
  font-family: "Noto Sans JP",sans-serif;
}
.topic_path_top > ol {
  font-size: 13px;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 8px 15px;
}
.topic_path_top > ol > li {
  display: inline;
}
.topic_path_top > ol > li a {
  color: #000000;
}
.topic_path_top > ol > li a:hover{
  color: #000000;
}
.topic_path_top > ol > li + li::before {
    content: ">";
    margin: 0 5px;
}
.content{
  padding: 0 15px 0 15px;
}
.content h2{
  font-size: 150%;
  border-bottom: 2px solid #bbbbbb;
  padding: 30px 0 10px 15px;
  margin: 0 0 25px 0;
  color: #000000;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
}
.content h2 span{
  position: relative;
}
.content h2 span::before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #026DB7;
  left: -15px;
  top: 8px;
}
.content h2 span::after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #026DB7;
  left: -15px;
  top: 21px;
}

/*DeskTop*/
@media screen and (min-width: 1024px){
  .page_ttl{
    font-size: 32px;
    padding: 28px 0 28px 0;
  }
  .page_ttl span{
    max-width: 1200px;
    margin: 0 auto 0 auto;
    display: block;
  }
  .content{
    padding: 0 0 0 0;
    max-width: 1200px;
    margin: 0 auto 0 auto;
  }
  .content h2{
    font-size: 30px;
    padding: 30px 0 18px 20px;
    margin: 0 0 45px 0;
  }
  .content h2 span::before{
    width: 10px;
    height: 10px;
    left: -20px;
    top: 11px;
  }
  .content h2 span::after{
    width: 10px;
    height: 10px;
    left: -20px;
    top: 26px;
  }
}

.content h3{
	font-size: 20px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	padding: 0 0 5px 0;
	border-bottom: 8px solid #EEEEEE;
}
/*DeskTop*/
@media screen and (min-width: 1024px){
	.content h3{
		padding: 0 0 15px 0;
		font-size: 30px;
	}
}

/*---------------------------------------
company
---------------------------------------*/
#company .main_img img:nth-child(1){
  display: none;
}
#company .main_img img:nth-child(2){
  display: block;
}
#company .txt li{
  background-color: #0A4C8E;
  color: #ffffff;
  text-align: center;
  padding: 10px 10px 10px 10px;
  font-family: "Noto Sans JP",sans-serif;
  margin: 0 auto 15px auto;
  max-width: 1000px;
  border-radius: 5px;
  font-weight: 500;
}
#company .img{
  font-size: 0;
  text-align: center;
  margin: 35px 0 0 0;
}
#company .img li{
  display: inline-block;
  width: 18.334%;
  margin: 0 2.08% 0 0;
}
#company .img li:last-child{
  margin: 0 0 0 0;
}

/*ipad*/
@media screen and (min-width: 768px){
  #company .txt li{
    font-weight: normal;
  }
}

/*DeskTop*/
@media screen and (min-width: 1024px){
  #company .main_img img:nth-child(1){
    display: block;
    width: 100%;
  }
  #company .main_img img:nth-child(2){
    display: none;
  }
  #company .txt li{
    font-size: 24px;
    margin: 0 auto 10px auto;
    padding: 23px 0 23px 0;
    font-weight: normal;
  }
  #company .img li{
    width: 15%;
  }
}
/*---------------------------------------
about
---------------------------------------*/
#about .main_img img:nth-child(1){
  display: none;
}
#about .main_img img:nth-child(2){
  display: block;
}
#about .txt dl{
  display: table;
  border-top: 1px solid #bbbbbb;
  width: 100%;
  color: #000000;
  line-height: 1.5;
  padding: 15px 5px 15px 5px;
}
#about .txt dl:last-child{
  border-bottom: 1px solid #bbbbbb;
}
#about .txt dt{
  display: table-cell;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 500;
  vertical-align: middle;
  width: 22%;
}
#about .txt dd{
  display: table-cell;
  font-size: 18px;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  font-weight: normal;
}
#about .img{
  text-align: center;
  margin: 40px 0 0 0;
}
#about .img img{
  max-width: 480px;
  width: 100%;
}
#about .img img:first-child{
  margin: 0 0 20px 0;
}

/*DeskTop*/
@media screen and (min-width: 1024px){
  #about .main_img img:nth-child(1){
    display: block;
    width: 100%;
  }
  #about .main_img img:nth-child(2){
    display: none;
  }
  #about .txt{
    margin: 0 8.33% 0 8.33%;
    width: 83.33%;
  }
  #about .txt dl{
    padding: 21.5px 10px 21.5px 10px;
  }
  #about .txt dt{
    width: 8.7%;
  }
  #about .img{
    font-size: 0;
  }
  #about .img img{
    vertical-align: top;
    width: 40%;
  }
  #about .img img:first-child{
    margin: 0 3.33% 0 0;
  }
}

/*代表者挨拶*/
#about .greeting{
  margin: 80px 0 0 0;
  color: #000000;
}
#about .greeting h2{
  margin: -70px 0 25px 0;
  padding: 70px 0 10px 15px;
}
#about .greeting .lead{
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 500;
  font-size: 18px;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}
#about .greeting .txt p{
  margin: 0 0 30px 0;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  line-height: 1.9
}
#about .greeting .txt p:last-child{
  margin: 0 0 0 0;
}
#about .greeting .txt p span{
  font-weight: 500;
}
#about .greeting .name{
  font-family: "Noto Serif JP",serif;
  font-weight: 600px;
  text-align: right;
  font-size: 14px;
  max-width: 1000px;
  margin: 10px auto 0 auto;
  letter-spacing: 1.5px;
}
#about .greeting .name span{
  padding: 0 0 0 5px;
  font-size: 20px;
}

/*DeskTop*/
@media screen and (min-width: 1024px){
  #about .greeting h2{
    margin: -100px 0 60px 0;
    padding: 120px 0 10px 15px;
  }
  #about .greeting .lead{
    font-size: 24px;
  }
  #about .greeting .inner{
    display: table;
    max-width: 1000px;
    margin: 0 auto;
  }
  #about .greeting .inner .txt{
    display: table-cell;
    padding: 0 30px 0 0;
  }
  #about .greeting .inner .img{
    display: table-cell;
  }
  #about .greeting .inner .img img{
    width: 260px;
  }
  #about .greeting .name{
    font-size: 18px;
  }
  #about .greeting .name span{
    font-size: 26px;
  }
}

/*---------------------------------------
recruit
---------------------------------------*/
#recruit .main_img img:nth-child(1){
  display: none;
}
#recruit .main_img img:nth-child(2){
  display: block;
}
#recruit .inner{
	max-width: 1000px;
	margin: 0 auto;
}
#recruit .lead{
	margin: 0 0 30px 0;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 400;
	line-height: 1.7;
}
#recruit h3{
	margin: 0 0 25px 0;
}
/*DeskTop*/
@media screen and (min-width: 1024px){
	#recruit .main_img img:nth-child(1){
	  display: block;
	  width: 100%;
	}
	#recruit .main_img img:nth-child(2){
	  display: none;
	}
	#recruit .lead{
		margin: 0 0 40px 0;
		font-size: 18px;
	}
	#recruit h3{
		margin: 0 0 35px 0;
	}
}

/*---------------------------------------
inquiry
---------------------------------------*/
#inquiry .main_img img:nth-child(1){
  display: none;
}
#inquiry .main_img img:nth-child(2){
  display: block;
}
#inquiry .inner{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#inquiry .lead{
	font-size: 16px;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 500;
	margin: 35px 0 35px 0;
	padding: 0 0 0 50px;
}
#inquiry .lead span{
	position: relative;
}
#inquiry .lead span::before{
	position: absolute;
	content: '';
	background-image: url("../image/img_inquiry01.png");
	background-size: contain;
	width: 27px;
    height: 60px;
	left: -50px;
	top: 0;
}
#inquiry .img .item{
	margin: 0 0 20px 0;
}
#inquiry .img .item a{
	display: block;
	max-width: 480px;
	margin: 0 auto;
}
/*ipad*/
@media screen and (min-width: 768px){
	#inquiry .lead{
		padding: 0 0 0 0;
		font-size: 20px;
	}
	#inquiry .lead span::before{
		width: 36px;
		height: 80px;
		left: -70px;
		top: -3px;
	}
}
/*DeskTop*/
@media screen and (min-width: 1024px){
	#inquiry .main_img img:nth-child(1){
	  display: block;
	  width: 100%;
	}
	#inquiry .main_img img:nth-child(2){
	  display: none;
	}
	#inquiry .lead{
		margin: 50px 0 50px 0;
	font-size: 22px;
	}
	#inquiry .lead span::before{
		width: 45px;
		height: 100px;
		left: -55px;
    	top: -33px;
	}
	#inquiry .img{
		font-size: 0;
	}
	#inquiry .img .item{
		display: inline-block;
		margin: 0 0 0 0;
	}
	#inquiry .img .item:first-child{
		margin: 0 40px 0 0;
	}
}


/*---------------------------------------
sitemap
---------------------------------------*/
#sitemap .main_img img:nth-child(1){
  display: none;
}
#sitemap .main_img img:nth-child(2){
  display: block;
}
#sitemap .list_sitemap{
	max-width: 1000px;
	margin: 40px auto 0 auto;
}
#sitemap .level01{
	margin: 0 0 15px 0;
}
#sitemap .level01 a{
	font-size: 20px;
	color: #000000;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 500;
	background-color: #F4F7FB;
	display: block;
	border: 1px solid #BBBBBB;
	padding: 7px 5px 7px 5px;
	position: relative;
}
#sitemap .level01 a:hover{
	text-decoration: none;
}
#sitemap .level01 a::before{
	position: absolute;
    content: "";
    border-top: 2px solid #315FB7;
    border-right: 2px solid #315FB7;
    width: 6px;
    height: 6px;
    top: 42.5%;
    right: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*DeskTop*/
@media screen and (min-width: 1024px){
	#sitemap .main_img img:nth-child(1){
	  display: block;
	  width: 100%;
	}
	#sitemap .main_img img:nth-child(2){
	  display: none;
	}
	#sitemap .list_sitemap{
		margin: 60px auto 0 auto;
	}
	#sitemap .level01{
		margin: 0 0 20px 0;
	}
	#sitemap .level01 a{
		font-size: 22px;
		padding: 17px 15px 17px 15px;
	}
}


/*------------------------------------
news詳細
------------------------------------*/
#news li {
  margin: 0 0 20px 0;
}
#news li a::before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid #026DB7;
  border-bottom: 2px solid #026DB7;
  content: "";
  right: 10px;
  top: 53%;
  margin-top: -6px;
  transform: rotate(-45deg);
}
#news li a {
  background-color: #ffffff;
  display: block;
  border: 1px solid #bbbbbb;
  font-size: 15px;
  color: #000000;
  line-height: 1.5;
  padding: 5px 15px 5px 5px;
  position: relative;
  transition: .3s;
}
#news li a:hover{
  text-decoration: none;
  transition: .3s;
  color: #8C008C;
}
#news a .date {
  color: #666666;
  font-size: 13px;
}
#news .content,
#news_detail .content{
  min-height: 250px;
}

@media screen and (min-width: 768px){
  #news a {
      display: table !important;
      width: 100%;
      padding: 10px 17px 10px 10px !important;
  }
  #news a .date {
    display: table-cell;
    font-size: 15px;
    padding: 0 15px 0 0;
    width: 100px;
    vertical-align: top;
  }
  #news a .txt {
    display: table-cell;
    font-size: 16px;
    vertical-align: top;
  }
  #news .content,
  #news_detail .content{
    min-height: 450px;
  }
}


/*------------------------------------
news_detail
------------------------------------*/
#news_detail .modified_date{
  color: #000000;
  font-size: 12px;
  margin-bottom: 20px;
  margin: 0 0 20px 0;
  text-align: right;
}
#news_detail p{
  color: #000000;
}



/*-----------------------------------
	js-inview
-----------------------------------*/

#pagebody .js_slide_up {
    opacity: 0;
    position: relative;
    top: 50px;
}
#pagebody .js_slide_down {
    opacity: 0;
    position: relative;
    top: -50px;
}
#pagebody .js_slide_left {
    opacity: 0;
    position: relative;
    left: -80px;
}
#pagebody .js_slide_right {
    opacity: 0;
    position: relative;
    right: -80px;
}