@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

html {
	font-size: 62.5%;
}

body {
	color: #000;
	font-size: 1.4rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
body a {
	color: #000;
}
body a:link {
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:active {
	text-decoration: none;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	width: 100%;
	text-align: left;
	min-width: 1080px;
}

@media only screen and (max-width: 767px) {
  #page {
	min-width: 0;
  }
}
/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
	margin: 0 auto;
	padding: 45px 60px 60px;
	width: 100%;
	min-width: 1080px;
	background: #fff;
}
footer .con_contact {
	text-align: center;
}
footer .con_contact a {
	display: inline-block;
}
footer .con_contact a span {
	display: inline-block;
	vertical-align: middle;
}
footer .con_contact a span.ic {
	width: 30px;
}
footer .con_contact a span.ic img {
	display: block;
}
footer .con_contact a span.txt {
	margin-left: 10px;
	color: #e3728b;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1ex;
}
footer .con_sns {
	padding-top: 50px;
	text-align: center;
	letter-spacing: -0.4em;
}
footer .con_sns li {
	letter-spacing: normal;
	display: inline-block;
	width: 40px;
	margin-left: 20px;
}
footer .con_sns li:first-child {
	margin-left: 0;
}
footer .con_sns li a, footer .con_sns li img {
	display: block;
}
footer .con_logo {
	padding-top: 30px;
	text-align: center;
}
footer .con_logo .meitetsu {
	display: block;
	margin: 0 15px;
	padding-bottom: 26px;
}
footer .con_logo .meitetsu a {
	display: inline-block;
	height: 40px;
}
footer .con_logo .meitetsu a img {
	display: block;
	height: 100%;
	width: auto;
}
footer .privacy {
	text-align: center;
	padding-top: 30px;
}
footer .privacy a {
	font-size: 1.2rem;
	font-weight: bolder;
	text-decoration: underline;
	-webkit-transition: color 200ms linear 0;
	-o-transition: color 200ms linear 0;
	-ms-transition: color 200ms linear 0;
	transition-property: color;
	transition-duration: 200ms;
	transition-timing-function: linear;
	transition-delay: 0;
}
footer .privacy a:hover {
	text-decoration: none;
	color: #666;
}
footer .copyright {
	padding-top: 40px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.1ex;
}

@media only screen and (max-width: 767px) {
  footer {
	padding: 34px 20px;
	width: 100%;
	min-width: 0;
  }
  footer .con_sns {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -0.4em;
  }
  footer .con_sns li {
	letter-spacing: normal;
	display: inline-block;
	width: 40px;
	margin-left: 20px;
  }
  footer .con_sns li:first-child {
	margin-left: 0;
  }
  footer .con_sns li a, footer .con_sns li img {
	display: block;
  }
  footer .con_logo {
	padding-top: 25px;
  }
  footer .con_logo .meitetsu {
	margin: 0 8px;
	padding-bottom: 20px;
  }
  footer .con_logo .meitetsu a {
	height: 32px;
  }
  footer .privacy {
	padding-top: 0;
  }
  footer .privacy a {
	font-size: 1.1rem;
  }
  footer .privacy a:hover {
	text-decoration: underline;
	color: #000;
  }
  footer .copyright {
	padding-top: 30px;
	font-size: 0.8rem;
	letter-spacing: normal;
  }
}
