@charset "UTF-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/*=================================================================
Version:  1.0
Author: 
Author URI: 
Tags:  Original
=================================================================*/

/* elements tags
----------------------------------------------------------------*/
/* print setting */
@media print {
body {
-webkit-print-color-adjust: exact;
width: 1200px;
}
.inner,#breadcrumbs{
width: 94% !important;
}
 .pc_mode{ display: block!important; }
 .sp_mode{ display: none!important; }
}

html{
	font-family:  "Noto Sans JP", "sans-serif","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "游明朝", "Yu Mincho", YuMincho, serif;*/

	color: #000;
	font-size: 16px;
}


.hiragino{
	
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	outline: 0;
	vertical-align: baseline;
}

img{
	vertical-align: top;
}

sup{
	font-size: 0.7em;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
}

nav ul {
	list-style-type: none;
	list-style: none;
	line-height: 0;
}

ul,
ol{
	list-style-type: none;
	list-style: none;
}

li{
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	display: inline-block;
    text-decoration:none;
    color: #000;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1.top{
	font-size: 36px;
	background-image: url(../img/img01.jpg);
	background-size: cover;
	color: #FFF;
	padding: 102px 0px 102px 3px;
	text-align: center;
	letter-spacing: 1.5px;
}

@media screen and (max-width:767px){
h1.top{
	font-size: 22px;
	padding: 21px 0 20px 0;
	font-weight: 700;
}
}



h2{
	width: 100%;
	font-size: 36px;
	margin: 0 auto;
	text-align: center;
	line-height: 38px;
	letter-spacing: 2px;
}

h2 span{
	display: block;
	width: 280px;
	font-size: 14px;
	border-bottom: 2px solid #000;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 1.7px;
	padding: 0 3px 0 0px;
	box-sizing: border-box;
}

@media screen and (max-width:767px){
h2{
	font-size: 26px;
}
}



@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
display: inline-block;
}
}



/*letter-spacing*/
.ls01{
	letter-spacing: 1px!important;
}


/* MARGINS */

.mbtm10{margin-bottom: 10px!important;}
.mbtm15{margin-bottom: 15px!important;}
.mbtm20{margin-bottom: 20px!important;}
.mbtm25{margin-bottom: 25px!important;}
.mbtm30{margin-bottom: 30px!important;}
.mbtm35{margin-bottom: 35px!important;}
.mbtm40{margin-bottom: 40px!important;}
.mbtm50{margin-bottom: 50px!important;}
.mbtm60{margin-bottom: 60px!important;}
.mbtm70{margin-bottom: 70px!important;}
.mbtm80{margin-bottom: 80px!important;}
.mbtm90{margin-bottom: 90px!important;}
.mbtm100{margin-bottom: 100px!important;}


/* width size */



.inner700{
  width: 96%;
  height: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.inner800{
  width: 96%;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
}


.inner900{
  width: 96%;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
}


.inner980{
  width: 96%;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
}


.inner1080{
  width: 96%;
  height: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.inner1140{
  display: block;
  width: 96%;
  max-width: 1140px;
  margin: 0 auto;
}

.inner960{
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

@media all and (max-width:768px){
	.inner1080{
 	width: 94%;
}
}


/* FLOATERS & CLEARERS */
.clearafterme:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
}

.clearme{
	clear: both;
}

.left{
	float: left;
}



.right{
	float: right;
}


/*TEXT-ALIGN Class*/
.t_left {text-align: left;}
.t_center{text-align: center;}
.t_right{text-align: right;}

@media all and (min-width:768px){
	.sp_mode{ display: none!important; }
}

@media all and (max-width:768px){
	.pc_mode{ display: none!important; }
}

/* INLINE STYLE TAGS */

.f10{font-size: 10px!important;}
.f12{font-size: 12px!important;}
.f14{font-size: 14px!important;}
.f15{font-size: 15px!important;}
.f16{font-size: 16px!important;}
.f24{font-size: 24px!important;}
.f37{font-size: 37px!important;}
.msg.f16{font-size: 16px!important;}

.bold{
	font-weight: bold;
}


#doctor{
	padding: 50px 0 0 0;
	margin: -50px 0 0 0;
}
#lead{
	padding: 50px 0 0 0;
	margin: -50px 0 0 0;
}
#gravure{
	padding: 50px 0 0 0;
	margin: -50px 0 0 0;
}
#parts{
	padding: 50px 0 0 0;
	margin: -50px 0 0 0;
}
#old{
	padding: 50px 0 0 0;
	margin: -50px 0 0 0;
}

#content_wrap{
	padding: 100px 0 0 0;
	margin: -100px 0 0 0;
}
@media all and (max-width:768px){

#doctor{
	padding: 40px 0 0 0;
	margin: -40px 0 0 0;
}
}




/*header*/
header{

	border-top: 4px solid #00238C;
	width: 100%;
	height: 96px;
}

header:after{
	content: "";
	display: none;
	height: 0;
	clear: both;
}

header .header_logo{
	display: block;
	float: left;
	padding: 26px 0px 0 45px;
}

header .header_nav{
	float: right;
	height: 40px;
	width: 290px;
	margin: 26px 39px 0 0;
	vertical-align: middle;
}

header .header_nav:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

header .header_nav li{
	position: relative;
	display: block;
	float: left;
	border-left:1px solid #CCC;
/*	width: 49%;*/
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	/* box-sizing: border-box; */
	/* padding: 10px 0 10px 0; */
}




header .header_nav li a{
	width: 100%;
	padding: 10px 43px 1px 40px;
	box-sizing: border-box;
	display: block;
	letter-spacing: 1px;
	transition: all 0.2s;
}

header .header_nav li a p{
	padding: 0 0 3px 0;
}


header .header_nav li a:hover p{
	box-sizing: border-box;
	border-bottom: 2px solid #00238C;
	border-radius: 1px;
	color: #00238C;
}

header .header_nav li a:hover span{
	color: #00238C;
}


header .header_nav li:last-child a{padding: 10px 28px 1px 25px;}

header .header_nav li span{
	font-size: 10px;
	color: #878787;
}

header .header_nav li:last-child{
	border-right:1px solid #CCC;
}

header .header_nav li span{
	display: block;
	letter-spacing: 0px;
	padding: 0 0 0 0;
}

header .header_btn{
	float: right;
	text-align: center;
	margin: 0 40px 0 0;
	border-radius: 0 0 5px 5px;
	color: #FFF;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00238c+0,6d00d9+100 */
	background: #00238c; /* Old browsers */
	background: -moz-linear-gradient(top,  #00238c 0%, #6d00d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #00238c 0%,#6d00d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #00238c 0%,#6d00d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00238c', endColorstr='#6d00d9',GradientType=0 ); /* IE6-9 */
}

header .header_btn a{
	padding: 21px 33px 19px 31px;
	cursor: pointer;
	transition: all 0.2s;
}


header .header_btn a:hover {
  border-bottom-color: transparent;
  transform: translateY(0.3em);
}



header .header_btn img{
	margin: 0 0 12px 0;
}

header .header_btn p{
	line-height: 20px;
	color: #FFF;
	padding: 0 0px 0 0px;
	/* box-sizing: border-box; */
}

.header_btn_sp{
		display: none;
	}



@media screen and (max-width:767px){
	header{
		position: relative;
	}
	.header_btn_sp{
		    position: absolute;
		    top: 15px;
		    right: 60px;
		    display: inline-block;
		    width: 50px;
		    height: 50px;
		    background-color: #00238C;
		    border-radius: 5px;
	}

	.header_btn_sp a{
		display: block;
	}

	.header_btn_sp img{
		position: absolute;
		display: block;
		width: 51%;
		/* height: 50px; */
		top: 10px;
		left: 13px;
		object-fit: scale-down;
}
	

	.header_btn_sp p{
		position: absolute;
		font-size: 10px;
		display: block;
		bottom: 5px;
		left: 6px;
		margin: 0 auto;
		text-align: center;
		color: #fff;
	}
}

@media screen and (max-width:376px){
	
	.header_btn_sp{
			top: 10px;
		    right: 55px;
}
}




@media screen and (max-width:1000px){
header .header_nav{
	display: none;
}
header .header_btn{
	display: none;
}

}

@media screen and (max-width:600px){

	header{
	height: 18vw;
	/* position: fixed; */
	/* background-color: #FFF; */
}

	header .header_logo{
	padding: 5% 30% 0 2%;
}

header .header_logo img{
	width: 100%;
}

	header .header_nav{
		display: none;
}

	header .header_btn{	
		display: none; 
}
}











	.menu-trigger{
	display: none;
}

	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
		display: none;
		position: fixed;
		width: 50px;
		height: 44px;
		top: 5;
		top: 4.6vw;
		right: 30px;
	}


	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #000;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}



	.menu-trigger.active {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(20px) rotate(-45deg);
	  transform: translateY(20px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  -webkit-transform: translateY(0) rotate(45deg);
	  transform: translateY(0) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
	  opacity: 0;
	}

	.menu-trigger,
	.menu-trigger span {
	  display: none;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	



	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #000;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}



	.menu-trigger.active {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(20px) rotate(-45deg);
	  transform: translateY(20px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  -webkit-transform: translateY(0) rotate(45deg);
	  transform: translateY(0) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
	  opacity: 0;
	}

@media screen and (max-width: 1000px) {
		.menu-trigger {
		position: fixed;
		width: 50px;
		height: 44px;
		top: 4.6vw;
		right: 30px;
		z-index: 1010;
		display: block;
	}

	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	
}






	/*#menu_block*/
	#menu_block{
		display: none;
		width: 100%;
		opacity: 0.96;
		padding-top: 50px;
	    padding-top: 26px;
	}

	#menu_block div{
		padding: 0 0 0 10%;
	}

	#menu_block div.tag input{
		width: 65%;
	}
	#menu_block.display_close{
	    display: none;
	  }

	#menu_block.display_open{
	    display: block;
	    height: 100%;
	  }

	  #menu_block{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		background-color: #FFFFFF;
		padding: 110px 21px 70px 20px;
		box-sizing: border-box;
		overflow: scroll;
		height: 810px;
		z-index: 1000;
	}

	#menu_block a{
		color: #000000;
	}

	#menu_block div{
		padding: 0;
		width: 100%;
		box-sizing: border-box;
	}

	#menu_block div.tag{
		display: block;
		margin: 0 0 20px 0px;
		top: 50px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}

	#menu_block div.tag:after{
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#menu_block div.tag input{
		margin: 0px 0px 0px 0;
		display: block;
		right: 40px;
		padding: 0 0 0 5px;
		width: 65%;
		height: 32px;
		border-radius: 15px 0 0 15px;
		border-width: 1px;
		box-sizing: border-box;
		float: none;
		margin: 0 auto;
	}

	#menu_block div.tag p{
	    display: block;
	    right: 15%;
	    padding: 6px 0 0 5px;
	    width: 65px;
	    height: 32px;
	    font-size: 13px;
	    color: #FFFFFF;
	    background-color: #3F2220;
	    border-radius: 0 15px 15px 0;
	    box-sizing: border-box;
	    border-width: 0;
	    float: none;
	    margin: 0 auto;
	    left: auto;
	    position: absolute;
	}

	#menu_block div.tag p:link,
	#menu_block div.tag p:visited{
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f0a0a+0,3f2306+100 */
	background: #3f0a0a; /* Old browsers */
	background: -moz-linear-gradient(left, #3f0a0a 0%, #3f2306 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3f0a0a 0%,#3f2306 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3f0a0a 0%,#3f2306 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0a0a', endColorstr='#3f2306',GradientType=1 ); /* IE6-9 */
	}

	#menu_block div.tag p:hover,
	#menu_block div.tag p:active{
		cursor:pointer;
		background-color:#E16711;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f0a0a+0,3f2306+100 */
	background: #E16711; /* Old browsers */
	background: -moz-linear-gradient(left, #E16711 0%, #E16711 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #E16711 0%,##E16711 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #E16711 0%,#E16711 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0a0a', endColorstr='#3f2306',GradientType=1 ); /* IE6-9 */

	}

	#menu_block ul.nav_01{
		padding: 15px 0;
		line-height: 30px;
	}

	#menu_block ul.nav_01 li{
		text-align: center;
		font-size: 17px;
		margin: 0 0 43px 0;
	}


	#menu_block dl.category_01{
		padding: 15px 0;
		border-top: 1px dashed #888
	}

	#menu_block dl.category_01 dt{
		font-weight: 700;
		padding-bottom: 10px;
	}

	#menu_block dl.category_01 dd{
	}

	#menu_block dl.category_01 dd ul{
		line-height: 50px;
	}

	#menu_block dl.category_01 dd ul:after{
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#menu_block dl.category_01 dd ul li{
		width: 50%;
		float: left;
		float: none;
		width: 100%
	}
	#menu_block dl.category_01 dd ul li img{
		
	}

	#menu_block dl.category_01 dd ul li a{
		margin-top: 100px;
	}

	#menu_block ul.feature{
		padding: 15px 0;
		border-top: 1px dashed #888;
		border-bottom: 1px dashed #888;
		line-height: 30px;
	}

	#menu_block ul.feature h3{
		padding: 0 0 10px 0;
		font-weight: 700;
	}

	#menu_block ul.feature li{
		padding-left: 20px;
	}

	#menu_block ul.feature li span:after{
			content: " ";
		    position: absolute;
		    width: 0;
		    height: 0;
		    border-style: solid;
		    margin: 8px 0px 0px -20px;
			border-width: 6px 7px 6px 0;
		    border-color: transparent  #E16711 transparent transparent;
			transform: rotate(180deg);
	}


}

/* ~ipad */
@media screen and (max-width: 768px) {

	#menu_block div.tag {
		top: 40px;
	}

}

/* ~sp */
@media screen and (max-width: 767px) {

	#header{
	}



	#header ul.nav li {
	width: 32%;
	}

	#header ul.nav li a {
		font-size: 3px;
	}

	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
		position: fixed;
		width: 50px;
		height: 44px;
		top: 8.4vw;
		right: 25px!important;
		zoom: 65%;
	}


	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #000;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}



	.menu-trigger.active {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(20px) rotate(-45deg);
	  transform: translateY(20px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  -webkit-transform: translateY(0) rotate(45deg);
	  transform: translateY(0) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
	  opacity: 0;
	}



}

/* ~sp sizeL */
@media screen and (max-width: 425px) {

	#header{
		height: 70%;
	}
	

	#header ul.nav {
		width: 60%;

	}

	#header ul.nav li {
		width: 28%;
	}



	#header ul.nav li a {
		font-size:8px;
	}



	.menu-trigger {
	position: fixed;
    width: 50px;
    height: 44px;
    top: 7vw;
    right: 36px;
    zoom: 60%;
	}


@media screen and (min-width: 420px) {
	.menu-trigger {
	position: fixed;
    width: 50px;
    height: 44px;
    top: 12vw;
    right: 36px;
    zoom: 60%;
	}
}


	#menu_block {
    padding-top: 70px;
}


	#menu_block div {
		text-align: center;
		padding: 0 0 0 0%;
}
		#menu_block div.tag {
		top: 4vw;
	}

}











#content_wrap{
	width: 100%;
}

.company_detail{
	padding: 0 0 150px 0;
}

.company_detail h2{
	padding: 0 0 50px 2px;
}

table.common-table{
	width: 100%;
}

table.common-table th{
	width: 128px;
	font-size: 14px;
	text-align: left;
	background-color: #EEE;
	vertical-align: middle;
	padding: 24px 0 21px 22px;
	font-weight: 100;
}

table.common-table td{
	vertical-align: middle;
	padding: 3px 0px 0 32px;
	/* font-weight: 700; */
	font-size: 14px;
	letter-spacing: 0.3px;
}


table.common-table tr{
	border-bottom: 1px solid #CCC;
}

table.common-table tr:nth-child(1){
	border-top: 1px solid #CCC;
}


@media screen and (max-width:767px){
	table.common-table th{
	width: 100px;
	font-size: 14px;
	text-align: left;
	background-color: #EEE;
	vertical-align: middle;
	padding: 23px 0 22px 20px;
	/* height: 60px; */
	font-weight: 100;
}

	table.common-table td {
    padding: 0px 0 0 15px;
    line-height: 22px;
    vertical-align: middle;
}

.company_detail {
    padding: 0 0 100px 0;
}
}







/*footer*/
footer{
	width: 100%;
	position: relative;
}

footer:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

footer .footer_top{
	width: 100%;
	display: block;
	padding: 0px 0 120px 0;
	/* height: 120px; */
	background-color: #EEE;
}

footer .footer_logo{
	display: block;
	position: absolute;
	top: 45px;
	left: 47px;
	padding: 0;
}

footer .footer_adress{
	display:block;
	position: absolute;
	/*padding: 26px 0 0 50px;*/
	top: 27px;
	left: 334px;
	line-height: 17px;
	font-size: 12px;
}
footer .footer_nav{
	display:block;
	position: absolute;
	font-size: 12px;
	/*margin: 50px 30px 0 0;*/
	top: 49px;
	right: 271px;
	letter-spacing: 0px;
}

footer .footer_nav:after{
	content:" ";
	display: block;
	height: 0;
	clear: both;
}




footer .footer_nav ul:after{
	content:" ";
	display: block;
	height: 0;
	clear: both;
}

footer .footer_nav ul li{
	display:block;
	float: left;
	border-left: 1px solid #CCC;
}

footer .footer_nav ul li:last-child{
	border-right: 1px solid #CCC;
}

footer .footer_nav ul li a{
	position: relative;
	display: block;
	padding: 5px 17px 5px 18px;
	text-align: center;
}

footer .footer_nav ul li a:hover{
	color: #00238C;
	transition: all 0.3s;
}



footer .footer_btn{
	display: block;
	/* width: 163px; */
	width: 199px;
	margin: 0 auto;
	position: absolute;
	top: 40px;
	right: 44px;
}

footer .footer_btn a{
	width: 100%;
}


footer .footer_btn a p{
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: #00238C;
	padding: 11px 0 11px 0;
	border: 1px solid #00238C;
	display: block;
	margin: 0 auto;
}

footer .footer_btn a p:hover{
	background-color: #FFF;
	color: #00238C !important;
	transition: all 0.3s;
}

footer small{
	display: block;
	width: 100%;
	background-color: #00238C;
	color: #FFF;
	text-align: center;
	padding: 19px 0 18px 0;
}


@media screen and (max-width:1080px){

	footer .footer_top{
	padding: 0px 0 200px 0;
	
}

	footer .footer_adress{
	top: 105px;
	left: 45px;
}

	footer .footer_btn{
    top: 110px;
    right: 42px;
}

	footer .footer_nav{
	top: 50px;
	right: 40px;
}
}


@media screen and (max-width:625px){

	footer .footer_top{
	padding: 0px 0 312px 0;
}

	footer .footer_logo{
	position: absolute;
	width: 240px;
	display: block;
	left: 0px;
	top: 30px;
	right: 0px;
	margin: 0 auto;
}


	footer .footer_adress{
	top: 90px;
	width: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

	footer .footer_btn{
    top: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

	footer .footer_nav{
	width: 231px;
    top: 186px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 0 0 5px;
}
}






/* pageup */

footer .pageup {
    position: fixed;
    right: 40px;
    bottom: 140px;
    z-index: 500;
    /* background-color: #ccc; */
}
@media screen and (max-width: 767px){
    footer .pageup {
        right: 5%;
        bottom: 2%;
    }
}


footer .pageup a {
    position: relative;
    display: block;
    width: 69px;
    height: 70px;
    text-decoration: none;
    background: 000;
    /* border-radius: 40px; */
    transition: ease 0.25s all;
    border-radius: 40px;
    background-color: #00238C;
    background-image: url(../img/footer/top_icon.png);
    background-repeat: no-repeat;
    background-position: center right 26px;
}

footer .pageup a:hover {
    border-radius: 4px;
}


/*footer .pageup a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -7px;
    margin-top: -5px;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}*/


@media screen and (max-width: 767px){
	footer .pageup a {
    width: 50px;
    height: 50px;
    background-position: center right 17px;
    border-radius: 4px;
}

}



