/* 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 !important;
	width: auto !important;
}
input[type="password"] {
    font-size: 1.125rem;
    line-height: 1;
    box-sizing: border-box;
}
select {
	font-size: 1.125rem;
	border: solid 1px #000 !important;
	padding: 7px !important;
	width: auto;
	min-width: 100px;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	appearance: auto !important;
}
.coltainer select {
width: auto !important;
min-width: 240px !important;
}
p {
	padding: 10px 0;
	line-height: 1.75;
}
li {
    line-height: 1.75;
}
ul.bulletedList li,
.presenters ul li { list-style-type: disc !important; }

.comp-011::after {
	content: '';
	clear: both;
	display: table;
}
.anchorArea ul li {
    line-height: 200%;
}
#header .logo .pc {
	width: 104px;
	height: 20px;
}

/* BODY CUSTOM */
.button_df {
    padding: 8px 0 !important;
    width: 117px;
    font-size: 1.125rem;
    text-align: center;
    background: #fff;
    border: 1px solid #000 !important;
    cursor: pointer;
}
.button_df:hover {
    color: #fff;
    background: #000 !important;
    -webkit-transition: .7s !important;
    -moz-transition: .7s !important;
    -o-transition: .7s !important;
    transition: .7s !important;
}
input, textarea {
    margin: 0;
    padding: 0;
    border: 1px solid #000 !important;
}
input[type="text"] {
    padding: 15px;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1;
    box-sizing: border-box;
}
textarea {
    padding: 15px !important;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.875rem;
    box-sizing: border-box;
}
:focus {
    outline: -webkit-focus-ring-color auto 1px !important;
}
#multiSearchTextSP {
padding: 2.66667vw 4vw !important;
width: 89.33333vw !important;
border: none !important;
}
#multiSearchBtnSP {
}
.box_component img {
    width: auto;
}
/* FOOTER CUSTOM */
.prefooter { padding-top: 60px; }