body {
	margin: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
	display: block;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body {
	height: 100%;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a {
	color: initial;
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#header {
	background-color: transparent;
	position: relative;
	z-index: 9999;
	width: 100%;
	font-family: "arrows";
	line-height: 0px;
}

#header #logo {
	padding: 8px 0;
	width: 160.95px;
	margin: 0 auto;
}

#header #logo h1 a img {
	width: 100%;
}

#header #logo img {
	width: 100%;
}

#contents-area #container {
	margin-top: 100px;
}

#header.static #logo {
	padding: 13px 0 0px;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	#header #logo {
		padding: 11px 0;
		width: 220.25px;
		margin: 0 auto;
	}
}

.l-footer {
	padding: 0;
	width: 100%;
	background-color: #ededed;
	margin-top: 40px;
	position: relative;
	/* font-family: "Noto Sans JP", sans-serif; */
	line-height: 1;
}

.l-footer a {
	text-decoration: none;
}

a.l-footer__button:link {
	color: #333;
	text-decoration: none;
}

a.l-footer__button:visited {
	color: #333;
}

.l-footer a:hover {
	text-decoration: none;
}

.c-contents {
	padding: 0 10px;
}

.l-footer__top {
	padding: 50px 0 50px;
}

.l-footer__button {
	display: block;
	width: calc(50% - 5px);
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	padding: 4px 0 6px;
}

a.l-footer__button:link {
	color: #585657;
}

.l-footer__list li {
	border-bottom: 1px solid #fff;
}

.l-footer__list a {
	width: auto;
	display: block;
	font-size: 13px;
	padding: 20px 5px 20px 25px;
	color: #707070;
	position: relative;
}

.l-footer__list a::before {
	content: "";
	display: block;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 50%;
	right: 13px;
	transform: rotate(-45deg);
	margin-top: -3px;
}

.l-footer__column .l-footer__list .is-blank a:after {
	content: "";
	width: 0;
	height: 13px;
	display: inline-block;
	font-size: 1.3rem;
	padding: 0 17px 0 0;
	background-image: url(../image/icon_blank.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

.l-footer__heading {
	font-weight: 500;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	padding: 24px 5px;
	position: relative;
	color: #707070;
}

.l-footer__heading::before,
.l-footer__heading::after {
	content: "";
	display: block;
	background-color: #707070;
	position: absolute;
}

.l-footer__heading::before {
	width: 11px;
	height: 1px;
	top: 50%;
	right: 10px;
}

.l-footer__heading::after {
	width: 1px;
	height: 11px;
	top: 50%;
	right: 15px;
	margin-top: -5px;
}

.l-footer__bottom {
	padding: 30px 0px 15px;
}

.l-footer__logo {
	display: block;
	width: 203.31px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.l-footer__logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.l-footer__copy {
	text-align: center;
	color: #707070;
	font-size: 10px;
}

.l-footer__toTopBtn {
	cursor: pointer;
	position: fixed;
	bottom: 4%;
	right: 4vw;
	padding: 6vw;
	z-index: 10;
}

.l-footer__toTopBtn::before {
	content: "";
	display: block;
	position: absolute;
	background: #707070;
	width: 7.5vw;
	height: 2px;
	top: 4vw;
	left: 2.25vw;
}

.l-footer__toTopBtn span::before {
	content: "";
	display: block;
	transform: rotate(45deg);
	position: absolute;
	width: 4vw;
	height: 4vw;
	top: 6.5vw;
	left: 4vw;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
}

.l-footer__top {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px 30px;
}

.l-footer__contents {
	display: none;
}

@media (min-width: 1024px) {
	.l-footer {
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    }
	.l-footer__toTopBtn {
		display: none;
	}

	.c-contents {
		padding: 0;
		max-width: 1200px;
		margin: 0 auto;
	}

	.l-footer__body--hasBg {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		margin: 0;
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.l-footer__top {
		margin-bottom: 0;
		justify-content: flex-start;
		flex-direction: column;
		padding: 60px 0 0;
	}

	.l-footer__block {
		width: 33.3333%;
		max-width: 310px;
	}

	.l-footer__block:nth-child(2) {
		max-width: 100%;
	}

	.l-footer__block:nth-child(2) .l-footer__list:first-child {
		width: 35%;
	}

	.l-footer__block:nth-child(2) .l-footer__list:nth-child(2) {
		width: 65%;
		line-height: 1.4;
		white-space: nowrap;
	}

	.l-footer__block:nth-child(2) .l-footer__list:nth-child(2) li + li {
		margin-top: 15px;
	}

	.l-footer__button {
		width: 100%;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 285px;
		border-radius: 2px;
		padding: 0;
		transition: opacity 0.3s;
	}

	.l-footer__button + .l-footer__button {
		margin-top: 20px;
	}

	.l-footer__sitemap {
		padding: 0;
		margin: 0;
		/* max-width: 100%; */
	}

	.l-footer__heading {
		pointer-events: none;
		border: none;
		padding: 0;
		margin-bottom: 20px;
	}

	.l-footer__heading::before,
	.l-footer__heading::after {
		content: none;
	}

	.l-footer__contents {
		display: block !important;
	}

	.l-footer__column {
		display: flex;
	}

	.l-footer__column .l-footer__list {
		width: 50%;
	}

	.l-footer__list {
		padding: 0 0 0 15px;
	}

	.l-footer__list li {
		border: none;
	}

	.l-footer__list li + li {
		margin-top: 20px;
	}

	.l-footer__list a::before {
		content: none;
	}

	.l-footer__column .l-footer__list .is-blank a:after {
		content: none;
	}

	.l-footer__list a {
		padding: 0;
	}

	a.l-footer__linkText {
		font-size: 14px;
		color: #585657;
	}

	.l-footer__bottom {
		width: 100%;
		padding: 0;
		margin: 70px 0 0;
	}

	.l-footer__logo {
		position: absolute;
		top: 40px;
		left: 0;
		margin-bottom: 0;
		transition: opacity 0.3s;
	}
}
