@charset "utf-8";

body,
body#top {
    min-width: 100%;
}

/* Universal reset
----------------------------------------------------------- */
/* * {
	font-size: 14px;
} */


/* wrap
--------------------------------- */
.wrapper {
	width: 95%;
	margin: auto;
}

/* sp main
------------------------------------------------------------ */
#lay-main {
	padding: 0 0 40px;
}
#top #lay-main {
	padding: 0 0 0;
}

/* sp page-top
------------------------------------------------------------ */
.lay-page-top-wrap {
	width: auto;
	position: relative;
	bottom: 23px;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	-webkit-transition: none;
	transition: none;
}
.lay-page-top-wrap:hover {
	opacity: 1;
}
.lay-page-top-wrap img {
	width: 12px;
}

/* sp bottom-bn-wrap
------------------------------------------------------------ */
.bottom-bn-wrap {
	padding: 40px 20px 30px;
	border-top: solid 1px #dcdcdc;
}
#top .bottom-bn-wrap {
	border-top: none;
}
.bottom-bn-wrap li,
#top .bottom-bn-wrap li {
	width: calc(50% - 5px);
	margin-right: 5px;
	margin-bottom: 10px;
}
.bottom-bn-wrap li:nth-child(2n),
#top .bottom-bn-wrap li:nth-child(2n) {
	margin-right: 0;
	margin-left: 5px;
}
.bottom-bn-wrap li:last-child,
#top .bottom-bn-wrap li:last-child {
	margin-right: 0;
}
.bottom-bn-wrap li a {
	-webkit-transition: none;
	transition: none;
}
.bottom-bn-wrap li a:hover {
	opacity: 1;
}

/* sp footer
------------------------------------------------------------ */
#lay-footer .lay-footer-inner {
	width: 100%;
	padding: 42px 0 50px;
}
#top #lay-footer .lay-footer-inner {
	width: 100%;
}
#lay-footer .lay-footer-logo {
	margin: 27px 0 0;
}
#lay-footer .addresss {
	margin: 14px 0 0;
	line-height: 1.7;
}
#lay-footer .addresss a {
	color: #165791;
	text-decoration: underline;
}
#lay-copy-right {
	font-size: 9px;
	line-height: 50px;
}

