/* HEADER CUSTOM */
.nav-last::after {
    content: "";
    padding: 0 25px;
    font-size: 18px;
}
#header p { padding: 0; }

/* BODY CUSTOM */
input[type="text"], input[type="password"] {
	padding: 7px;
	width: auto;
}
input[type="password"] {
    font-size: 1.125rem;
    line-height: 1;
    box-sizing: border-box;
}
select {
	font-size: 1.125rem;
	border: solid 1px #a9a9a9;
	padding: 7px;
	width: auto;
	min-width: 100px;
	-webkit-appearance: caret;
	-moz-appearance: caret;
	appearance: caret;
}
p {
	padding: 10px 0;
}
.comp-011::after {
	content: '';
	clear: both;
	display: table;
}
.anchorArea ul li {
    line-height: 200%;
}
#header .logo .pc {
	width: 104px;
	height: 20px;
}
.comp-001 {
	position: fixed;
	height: 126px;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}