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

body,
#wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  box-sizing: border-box;
}


_:-ms-lang(x), #wrapper { width: 1200px; } /*edgeで表示がおかしい対処*/


#bg_black {
}

main {
	margin: 0 auto;
	padding-top: 50px;
}









#page-top {/*スクロールするとページ上部へのボタンが出る*/
  clear:both;	
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -60px;
  right: 10px;
  width: 120px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  transition: .5s;
}
#page-top:hover { 
  cursor: pointer;
}





footer {
	background: #ededed;
	margin: 50px 0 0 0;
}

#footer {
	display: flex;
	justify-content: space-between;	
	margin: 0 auto;
	width: 100%;
	line-height: 25px;
	font-size: 11px;
	padding: 50px 0 100px 0;
}

.snsArea{
	width: 1200px;
	margin: 0 auto;
}

.sns {
	display: flex;
	justify-content: flex-end;
	padding: 10px 0 10px 0;
	margin: 0 auto;
}

.sns li{
	list-style: none;
}

.sns p {
	font-size: 12px;
}

.sns p:hover {
	color: red;
}

.sns img {
}

.sns img:hover {
	opacity: 0.5;
}

.sns a {
	margin-right: 10px;
}

.boxNav p {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}

.boxNav a:hover {
	color: red;
}

.global_link {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border-bottom: solid 1px #ccc;
}

.global_link li {
	list-style: none;
}

.global_link img:hover {
	opacity: 0.5;
}

.global_link p {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 13px 60px;
}

.global_link a:hover {
	color: red;
}

#copyright {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 10px;
}






@media only screen and (max-width: 959px) {

#wrapper {
	display: block;
	min-height: 0;
	min-width: 0;
}	

#footer {
}

.footerArea {
	display: none;
}

.global_link {
	width: 100%;
	padding: 0;
}

.global_link li {
	width: 50%;
	text-align: center;
}	
	
.global_link li:nth-child(2) {
	border-left: solid 1px #ccc;
}

.global_link li img {
	margin: 5px 0;
}
	
.global_link p {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 20px 0;
}	

.snsArea {
	width: 100%;
}
	
.sns {	
	width: 100%;
	border-bottom: solid 1px #ccc;
	list-style: none;
	justify-content: center;
	padding: 10px 0 5px 10px;
}

.sns a {
	padding-left: 0;
}
	
	.sns a:nth-child(2) {
		border-left: solid 1px #ccc;
		padding-left: 5px;
	}
	
	.sns a:nth-child(3) {
		border-left: solid 1px #ccc;
		padding-left: 5px;
	}
	
	.sns a:nth-child(4) {
		border-left: solid 1px #ccc;
		padding-left: 5px;
	}

#page-top{/*スクロールするとページ上部へのボタンが出る*/
	display: none;
}
	
	
#copyright {
	width: 100%;
}




}

