@charset "utf-8";
/**************************フォントの読み込み**********************/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700|Ropa+Sans);
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@500;600&display=swap');



.ttl{
	margin:0 15px;
}

/************ 20211003_追加分 ************/



a.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

@media screen and (max-width:768px) {
a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}	
	
}


@media screen and (max-width:768px) {

.footer_sp{
	
	text-align:center;
	margin:0 auto;
	clear:both;
	text-align:center;
	margin:0 auto;
	color: #0090b8 !important;
}

.footer_sp a{
	font-size: 13px;
    font-weight: bold;
    color: #0090b8 !important;
    border-right: 1px #0090b8 solid;
    padding: 0px 10px 2px 10px;
	display: inline-block;
    line-height: 1em;

}


}




#left_footer_box{
	width:300px;
	float:left;
	margin-right:85px;
	position:relative
}
@media screen and (max-width:768px) {
#left_footer_box{
	width:100%;
	float:none;
	margint:0 auto
}	
}

#online{
	position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    top: -67px;
}
#online img{
	width: 230px !important;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width:768px) {
#online{
	
    width: 100% !important;
	 top: -64px;
}

#online img{
	width: 60vw !important;
}

}



#footer_contact_btn img{
	width:300px;
}

#footer_logo img{
	width:196px;
}
@media screen and (max-width:768px) {
#footer_contact_btn{
	width:100%;
}

#footer_contact_btn img{
	width:100%;
}	
#footer_logo img{
	width:220px;
	display:inline-block
}
#footer_logo{
	text-align: center;
    width: 220px;
    margin: 0 auto;
}
}


.social_icon{
	width:25px;
	margin-left:6px
}
@media screen and (max-width:768px) {
.social_icon{
	width:30px;
	margin:10px 6px 0 6px
}	
}



#logo_sns{
	display:flex;
	width:300px;
	align-items:center;
	justify-content: space-between;
	margin:40px 0 0 0
}
@media screen and (max-width:768px) {
#logo_sns{
	display: inline-block;
	width:100%;
	align-items:center;
	justify-content: space-between;
	margin:40px 0 0 0
}	
	
}



@media screen and (max-width:768px) {
#social_box{
	text-align: center;
    margin: 0 auto 16px auto;
}

.sp_policy{
	text-align:center;
}

}



#news_top_list{
	
}

#news_top_list li{
	display:flex;
	border-bottom: 2px #0090b8 solid;
	padding: 20px 0px;
}

.news_thumb{
	width:200px;
	height:120px;
	margin-right: 65px;
}


.news_thumb img{
	width:200px;
	height:120px;
	object-fit: cover;
}
@media screen and (max-width:768px) {
#news_top_list{
	width:100%;
	
}


#news_top_list li{
	display:flex;
	flex-basis:100%
}

	
	
.news_thumb{
	width: inherit;
    height: inherit;
margin-right: 0px;
}

.news_thumb img{
width:150px;
	height:90px;
}	

.news_date_title{
	width:50%;
	margin-left:3%;
	flex-basis: 50%
}

}


.news_date{
	font-size:18px;
	font-weight: 500;
	font-family: 'Hind', sans-serif;
	letter-spacing:0.05em
	
}
@media screen and (max-width:768px) {
.news_date{
	font-size: 16px;
    margin: 0 0 6px 0;
    line-height: 1em;
}
}

.news_title{
	height:76px;
	display: flex;
  	align-items: center;
}
@media screen and (max-width:768px) {
.news_title{
	height:auto;
  	align-items:inherit;
}	
}


.news_title a{
	font-size:16px;
	color:#0090B8 !important;
	transition:ease-in-out 0.3s;
	line-height: 1.6em;
}
@media screen and (max-width:768px) {
.news_title a{
	font-size:14px;
	line-height: 1.5em;
}	
}


.news_title a:hover{
	opacity:0.7;
}






.next_button a{
	
	background:#fff;
	color:#0090B8 !important;
	width:185px;
	display:table;
	clear:both;
	padding:6px 15px 5px 15px;
	margin:20px auto 0px auto;

	border:1px #0090B8 solid;
	transition: 1s;
	text-align:center;
	position:relative;
	font-weight: 500;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
}
.next_button a::after{
	font-family: "Font Awesome 5 Free";
  content: "\f061";
　-webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
 /* line-height: 1;
  width:20px;
  height:20px;
  */
  font-weight: 600;
  position:absolute;
  right:10px

}


#news_header{
	margin-top:50px;
}
#news_page_header{
	margin-top:50px;
	width:700px
}

#news_page_header a{
	color:#0090B8;
	transition:ease-in-out 0.5s
}
#news_page_header a:hover{
opacity: 0.7;
}

@media screen and (max-width:768px) {
#news_page_header{
	width:90%;
}	
}


.next_button a:hover{
	
	background:#0090b8;
	color:#fff !important;
	border:1px #0090b8 solid
}

.pnavi{
	margin:50px 0 0 0;
}

.page-numbers{
	font-size:24px;
	font-weight: 500;
	font-family: 'Hind', sans-serif;
	margin: 0 7px;
	color:#7CC6DB
}
a.page-numbers{
	color:#0090B8 !important;
	transition:ease-in-out 0.5s
}



.page-numbers.dots{ color:#0090B8 !important;}


#page_news_title{
	padding:80px 0 20px 0;
	border-bottom:2px #0090b8 solid;
	display:flex;
	font-weight: 500;
	font-family: 'Hind', sans-serif;
	font-size:16px;
	letter-spacing:0.05em;
	color:#0090b8;
	/*margin-bottom:30px*/
}
@media screen and (max-width:768px) {
#page_news_title{
	padding:80px 0 10px 0;	
}
}

#page_news_title p{
	font-size:20px;
	margin:4px 0 0 0;
}
@media screen and (max-width:768px) {
#page_news_title p{
	font-size:16px;
	margin:4px 0 0 0;
}	
}


#page_news_title img{
	width:170px;
	
}
@media screen and (max-width:768px) {
#page_news_title img{
	width:140px;
	
}	
}


.text_news{
	font-size:14px;
	line-height: 1.8em;
}

.text_news img{
	margin:0 0 30px 0;
	width:100%;
}
@media screen and (max-width:768px) {
.text_news img{
	margin:0 0 30px 0;
	height:100%
}	
}


.title_news{
	font-size:24px;
	color:#0090b8;
	font-weight:normal;
	line-height: 1.4em;
	margin:30px 0
}
@media screen and (max-width:768px) {
.title_news{
	font-size:20px;
	margin:30px 0
}
}

.prev_next_list{
	text-align:center;
	margin:0 auto;
	display: inline-flex;
	font-family: 'Hind', sans-serif;
	font-size:18px;
	letter-spacing:0.05em;
	font-weight: 600;
	margin:60px 0 0 0;
	align-items: baseline;
}



.prev_next_list .prev a,
.prev_next_list .next a{
	color:#0090b8 !important;
	transition:ease-in-out 0.5s
}
.prev_next_list .prev a:hover,
.prev_next_list .next a:hover{
	opacity:0.7 !important;
}

/*
.prev{ margin-right:13px;}
.next{ margin-left:13px;}
*/

.back_all{
	color:#0090b8 !important;
	transition:ease-in-out 0.5s;
	font-size:14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	margin:0 
}



/************ 20211003_追加分 END************/





.active{
	color: #0090b8 !important;
    border-bottom: 3px #0090b8 solid !important;
	padding-bottom:3px
}

.active hover{
	color:#838383 !important;
	transform:1;
}
/************ 全体 ************/


.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

*,*::before,*::after {
  box-sizing: border-box;
}

a:hover {
  opacity: 0.7;
}


a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}


a:link,a:visited,a:hover,a:active {
	color:#000;

  text-decoration: none;
  
}

a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}





#pagetop{
	position:absolute;
	bottom:0;
	right:0;
	width:31px;
	z-index:1000;	
}
#pagetop img{
	width:17px;
}

@media screen and (max-width: 768px) {
#pagetop{
	position:absolute;
	bottom:0;
	right:0;
	width:18px;	
}
	
	
}


.pl{
	width: 1000px;
	position:relative;
}
@media screen and (max-width: 768px) {
.pl{
	width: 100%;
}	
}


.black a{
	color:#000 !important;
	font-size:12px !important
}


.catch_top{
	font-size:16px;
	line-height:33px;
	margin:70px auto;
	font-weight:100;
	text-align:center
}


@media screen and (max-width: 768px) {

.catch_top{
	font-size:14px;
	line-height:2em;
	margin:40px auto;
	text-align:justify
}

}


html{
  overflow-y: scroll;
}

body{
  margin:0 auto;
  padding:0;
  text-align: center;
  font-size:14px;
  color:#000;
  font-weight:normal;
  min-width: 1000px;
  line-height:2.2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:100
  }

.body-box{
	
}



ul,li{
	margin:0;
	padding:0;
}





.blue{
	color:#0090b8;
}

#top_ci{
	width:100%;
	height:300px;
	background: #45A3F9;
	transition:1.5s
	
}


#top_ci img{
	 width: 100%;
	height:300px;
	object-fit: cover;	
}


/*
#top_ci a, #top_ci img a,
#top_ci a:hover, #top_ci img a:hover,
#top_ci_li li a, #top_ci_li li img a,
#top_ci_li li a:hover, #top_ci_li li img a:hover{
	opacity:1;
}
*/

@media screen and (max-width: 768px) {
#top_ci_sp img{
	margin:3px auto
	
}
}




#top_ci_li{
	width:100%;
	display:flex
	/*height:300px;*/
	
	
}

#top_ci_li li{
	width:33.3%;
	height:auto;
	background: #45A3F9;
	transition:1.5s;
	position:relative
}
@media screen and (max-width: 768px) {
#top_ci_li{
	width:100%;
	display: block
	/*height:300px;*/
	
	
}
#top_ci_li li{
	width:100%;
	margin-bottom:10px

}	
}

#top_ci_li li p{
	position:absolute;
	z-index:2;
	top: 20%;
	left: 0;
	right: 0;

}

#top_ci_li li p img{
	width: 7.5vw;
	
}	
@media screen and (max-width: 768px) {
#top_ci_li li p img{
	width: 23.5vw;
	
}	
}


#top_ci_li li img{
	width:100%;
	/*height:300px;*/
	object-fit: cover;	
}


/*
#top_ci_li li img a:link{
opacity:1
}
*/

#top_news_title{
	
	padding:80px 0 20px 0;
	border-bottom:2px #0090b8 solid;
	clear:both;
	/*margin-bottom:30px*/
}

#top_news_title img{
	width:185px;
}


@media screen and (max-width: 768px) {
	
	
#top_news_title{
	
	padding:80px 0 20px 0;
	border-bottom:2px #0090b8 solid;
	clear:both;
	margin-bottom:0px !important
}

#top_news_title img{
	width:140px !important;
}
}



#page_news_header{
	
	padding:80px 0 20px 0;
	border-bottom:2px #0090b8 solid;
	clear:both;
	/*margin-bottom:30px*/
}

#page_news_header img{
	width:165px;
}


@media screen and (max-width: 768px) {

#page_news_header{
	padding:60px 0 60px 0;
	border-bottom:2px #0090b8 solid;
	clear:both;
	text-align:center
	/*margin-bottom:30px*/
}


#page_news_header img{
	width:240px;
	margin:0 auto
}	
	
}





dl{
	width: 900px;
    padding: 0;
    line-height: 1.8em;
}
dt {
	width:70px;
    float: left;
    margin: 0 20px 10px 0;
    padding: 0;
}
dd{
	width:720px;
    float: left;
	margin-bottom:10px;
    padding: 0;
}
@media screen and (max-width: 768px) {

#top_news_title{
	
	padding:80px 0 20px 0;
	border-bottom:2px #0090b8 solid;
	clear:both;
	margin-bottom:30px
}

#top_news_title img{
	width:100%;
}




dl{
	width: 100%;
    padding: 0;
    line-height: 1.8em;
}
dt {
	width:100%;
    float: none;
    margin: 0 0px 0px 0;
    padding: 0;
}
dd{
	width:100%;
    float: none;
	margin-bottom:10px;
    padding: 0;
	margin:0
}	
	
}






/************ pc スマホ　************/

.pc_only{
	display:inline;
}

.sp_only{
	display:none;
}


@media screen and (max-width:768px) {
.pc_only{
	display:none;
}

.sp_only{
	display:inline;
}

img{
	width:100%;
}
}



.header_box{
	width:1000px;
	margin:0 auto;
	text-align:center;
	position:relative
}

.inner {
	

  min-width: 1000px;
  
  margin: 0 auto;
  padding: 0 0px;


}





/************ フッター　************/







li{
	list-style:none;
}






h1,h2,h3,h4,h5,h6,div,p{
	margin:0;
	padding:0;

}


















article{
	width:1000px;
	margin:0px auto 0 auto;
	text-align:justify;
}

@media screen and (max-width:768px) {
article{
	width:90%;
	margin:0px auto 0 auto;
	text-align:justify;
}
}


img{
  vertical-align: bottom;
}



/***************ヘッダ***************/

#header {
  height:100px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  background: rgba(255,255,255,0.9) !important;


  /*overflow: hidden;*/
}


	

.site_title {
  margin: 16px 0px 0 0;
  float: left;
  width:234px
}

.site_title img {
  display: inline-block;
 
}


.contact_box{
		display:none;
}
	
	
@media screen and (max-width:768px) {
.contact_box {
	display:inline;
  float: right;
  overflow: hidden;
  height: 60px;
  line-height: 50px;
  margin-top: 20px;
}
}

	




.contact_box img {
  display: block;
  float: left;
}

.contact_box ul {
  float: right;
  margin: 0;
  margin-left: -25px;
}

.contact_box li {
  display: inline-block;
  list-style: none;
  margin-left: 27px;
}





/***************ハンバーガーメニュー***************/

.locked{
  overflow: hidden;
}


.nav-wrap{
	display:none;
}


@media screen and (max-width:768px) {
body{
	 max-width: 100%;
	 min-width: 100%;
	 font-size:14px;
}

.inner {
  max-width: 100%;
  min-width:100%;
  margin: 0 auto;
  padding: 0%;

}

#header {
  height: 65px;
  position: fixed;
  top: 0px;
  left: 0px;
  min-width:100%;
  width: 100%;
  z-index: 2000;


}

.header_box {
    height: 65px;
    width: 100%;
	max-width: 100%;
    min-width: 100%;
}

.site_title {
  float: left;
  width: 50px;
  padding:0px 0 0 0px;
  min-width:80px
}

.site_title a {
    display: block;
}

.site_title img{
  height:auto;
  min-width: 150px;
    margin:-5px 0 0 10px;
	
}

.contact_box {
    float: right;
    margin-left: auto;
	margin-top: 3px;
	margin-right:10px;
	line-height: 40px;
}



.contact_box ul {
    list-style: none;
    margin: 0;
    width: 95%;
    padding: 0;
    margin-left: auto;
    text-align: right;
}

.contact_box li {
    margin: 0 1%;
    padding: 0;
    display: inline-block;
    /*width: 35%;*/
}

.contact_box li a {
    display: block;
    height: 20px;
    line-height: 40px;
}

.contact_box li img {
  height: 100%;
}

.contact_box .toggle-li {
  display: inline-block;
  list-style: none;
  margin: 0 1%;
  width: 20px;
}


/***************ハンバーガーメニュー***************/


.locked{
  overflow: hidden;
}

.nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 12px !important;
    top: 10px;
    display: block;
    cursor: pointer;
}

.toggle-nav a {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  color: #448aff;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

/*********スマホメニュー展開背景**********/
.nav-wrap {
    position: fixed;
    left: 0;
    top: 0px;
	color:#fff;
    display: none;
    z-index: 1000;
    background-color: #fff;
    opacity:0.95;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-wrap .toggle-nav {
  height: 100%;
  position: relative;
}

.nav-wrap li a {
    color: #fff;
    font-size: 35px;
	font-family: 'Ropa Sans', sans-serif;
    display: block;
    margin: 30px 0 0 0;
    font-weight: 600;
	letter-spacing:0.05em

}

/*メニューボタン スマホ*/
.nav-button,.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 10000;
}


.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0090b8;
  border-radius: 3px;
}

.nav-button.active span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
}

.nav-button span:nth-of-type(1) {
  top: 0;
}

.nav-button span:nth-of-type(2) {
  top: 5px;
}

.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg);
}

/*****スマホ　メニュー展開*****/


.menu_tel_sp img{
	position: absolute;
    top: 20px;
    width: 50px;
    right: 60px;

}

.toggle-menu {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0 50px;
    max-width: 100%;
	background:url(../img/common/menu_bg.png) repeat-y;
	background-size:cover;
	height:100%;
	color:#fff !important
	
}

.toggle-menu_logo {
  width: 280px;
  /*float: left;*/
  height: 350px;
  line-height: 200px;
  text-align: left;
  display:none
}

.toggle-sitemap {
  list-style: none;
  margin: 18px 0 0 0 ;
  padding: 0;
  width: 100%;
  color:#fff !important
  /*float: right;*/
}

.toggle-sitemap a{
	color:#fff;
}

.toggle-sitemap dl{
	width:90%;
	margin:0 auto 0px auto;
	text-align:left;
	clear:both
}

.toggle-sitemap dt{
	width:39%;
	font-size:1rem;
	margin:4px 20px 5px 0;
	float:left
}

.toggle-sitemap dd{
	width:51%;
	line-height: 2.2em;
	font-size:0.8rem;
	margin-bottom:5px;
	float:left
}


.toggle-sitemap li {
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 30px;
    margin: 5px 0 5px 20px;
}

.toggle-sitemap span {
    font-size: 11px;
}

.toggle-sitemap li:hover {
    text-decoration: underline;
    color: #ffffff;
}

.toggle-form {
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.toggle-form li {
    /*float: left;*/
    width: 95%;
    border: solid 1px #ffffff;
    margin: 5px auto;
    padding: 10px;
    color: #ffffff;
    font-size: 13px;
}

.toggle-form li a {
  font-size: 13px;
}

.toggle-bottommenu {
    margin: 20px 0 100px;
    padding: 0;
    width: 100%;
}

.toggle-bottombox, .toggle-bottombox2 {
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 35px;
}

.toggle-bottombox3 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 35px;
    float: left;
}

.toggle-bottombox a,.toggle-bottombox2 a,.toggle-bottombox3 a {
  color: #ffffff;
  font-size: 13px;
}

.toggle-bottombox1 {
  border-top: 1px solid #ffffff;
}

.toggle-bottombox,.toggle-bottombox2,.toggle-bottombox3 {
  border-bottom: 1px solid #ffffff;
}

.toggle-bottombox2 {
  border-left: 1px solid #ffffff;
}

.toggle-fixed {
  background-color: #ffffff !important;
}



.toggle_box2{
	background:#fff;
	width:100%
}


.sm_menu li {
	width:31.5%;
	float:left;
	margin:0 2px;
	text-align:center
}

ul.sm_menu {
	width:100%;
	min-width:320px;
	margin:0 auto 0 -23px;
}

.kochira{
	text-align:center;
	color:#fff;
}

}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
	clear:both;
	text-align:left;
	margin: 70px 0 0 0;

}


/********フッター*****/
.footBox {
	font-size:12px;
	
	margin: 100px auto 0px auto;
	width: 1000px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.footBox {
    padding: 0px;
    width: 90%;
    margin: 80px auto 0px auto !important;
}
}




.footLink {
	margin-bottom: 30px;
}

.linkItem {
	margin:0px 0px 0 0px;
    float: left;
    width: 140px;
	text-align:left
}

.linkItem > p {
	margin-bottom: 5px;
/*	font-weight:bold;*/
	font-size:110%
}

.linkItem > p > span,
.linkItem > p a {

	transition: color .6s ease;
	letter-spacing: .5px;
	color:#0090b8;
	font-weight:bold
}

.linkItem li {
	padding: 0;
	line-height: 2em;
	letter-spacing: 1px;
}

.linkItem li a {
	display: block;
	letter-spacing: 0.001em;
	transition: color .6s ease;
}

.linkItem > p a:hover,
.linkItem li a:hover {
	color: #999;
}

.linkItem li img {
	margin-top: 5px;
	margin-left: 8px;
	width: 12.5px;
}

.linkItem.special ul {
	margin-top: 38px;
}

.linkItem.special li img {
	margin-top: 5px;
	margin-left: 8px;
	width: 12.5px;
}

#gFooter .language {
	margin-right: -2px;
	min-width: 100px;
	float: right;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

#gFooter .language:hover .lang {
	display: block;
}

#gFooter .language > p {
	margin-bottom: 8px;
}

#gFooter .language > p a {
	color: #666666;
	display: block;
	font-size: 12px;
	letter-spacing: .5px;
	text-align: center;
	transition: color .6s ease;
}

#gFooter .language.curr > p a,
#gFooter .language > p a:hover {
	color: #999999;
}

#gFooter .lang {
	margin-bottom: 12px;
	position: static;
}




.copy {
	
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1.1px;
	text-align:left;
	padding:0 0 30px 0
}

.scrollUp {
	position: absolute;
	bottom: -27px;
	right: 15px;
}

.scrollUp a {
	padding: 0 10px;
	display: block;
	transition: transform .6s ease;
}

.scrollUp svg {
	width: 9px;
	height: 70px;
}

.scrollUp a:hover {
	transform: translateY(-20px);
}

.linkLeft,
.linkRight {
	float: left;
}

.footSearch {
	display: none;
}

#gFooter .linkLeft .linkItem:nth-child(1) {

	width:125px
}
#gFooter .linkLeft .linkItem:nth-child(2) {

}

#gFooter .linkLeft .linkItem:nth-child(3) {
	margin-right:15px;
}


#gFooter .linkRight .linkItem {
	min-width: 189px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.footBox {
		padding:  0px;
		width:90%;
		margin: 50px auto 0px auto;
	}

	.contact {
    	margin-bottom: 32px;
	}

	.contact h2 {
		margin-bottom: 15px;
		font-size: 30px;
		letter-spacing: 2px;
	}

	.contact p {
		margin-bottom: 31px;
		font-size: 13px;
		line-height: 1.65;
	}

	.contactForm a {
		min-width: 100%;
	}

	.contactForm a:hover {
		color: #000;
		border: 1px solid #aabcc2;
		background: none;
	}

	.footLink {
		margin-bottom: 42px;
	}

	.linkLeft{
		padding-left: 12px;
		padding-right: 10px;
		width: 35%;
		box-sizing: border-box;
	}

	.linkRight {
		padding-left: 12px;
		padding-right: 10px;
		width: 50%;
		box-sizing: border-box;
	}

	.linkItem {
		margin: 0;
		float: none;
	}

	.linkItem ul {
		display: none;
	}

	.linkItem.special ul {
		margin-bottom: 2px;
		margin-top: 9px;
		display: block;
	}

	.linkItem.special li img {
		margin-top: 4px;
		margin-left: 6px;
	}

	.linkItem > p > span,
	.linkItem > p a {
		padding: 0px 0;
		font-size: 13px;
		font-weight: 500;
		display: block;
		letter-spacing: 1px;
	}

	.linkItem > p a:hover,
	.linkItem li a:hover {
		color: #000;
	}

	.linkLeft .linkItem > p > span,
	.linkLeft .linkItem > p a {
		padding-left: 0%;
	}

	.linkItem.special li a {
		padding: 2px 0;
		font-size: 10px;
		font-weight: normal;
	}

	.linkItem.special > p {
		margin-bottom: 6px;
	}

	#gFooter .language {
		min-width: 1px;
		float: none;
		text-align: left;
	}

	#gFooter .lang {
		margin-left: -5px;
		padding-left: 0;
		min-width: 1px;
	}

	#gFooter .langItem {
		margin-right: 15px;
		float: left;
	}

	#gFooter .langItem:last-child {
		margin-right: 0;
	}

	#gFooter .lang a {
		text-align: left;
	}



	.copy {
		padding:20px 0 20px 0;
		font-size:12px;
		letter-spacing:0em;
		line-height:1.5em
	}

	.scrollUp {
		bottom: -28px;
	}

	.scrollUp a:hover {
		transform: none;
	}




	#gFooter .linkLeft .linkItem:nth-child(2),
	#gFooter .linkLeft .linkItem:nth-child(3) {
		margin-right: 0;
	}

	#gFooter .linkRight .linkItem {
		min-width: auto;
	}
}
