/* 4時フレコン用 */
#header {
    background-color: #F39800;
}
#header .header_logo_area {
    width: 50%;
    font-size: 1.5em;
}
#header .header_logo_area a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.category_header .heading01 {
    color: #F39800;
}
.footer_logo_area a {
    color: #F39800;
}

#main_middle ul.top_good li {
    line-height: 2em;
    margin-bottom: 20px;
    font-weight: bold;
}
span.h3 {
    font-size: 1.2em;
    color: #ffffff;
    background-color: #F39800;
    padding: 3px;
}
span.h4 {
    font-size: 3em;
    font-weight: bold;
    color:#2BBAA7;
}
.dl_table .zip-search {
    display: none;
}

dl#top_box__company_name .form-group.input_name input {
    width: 100%;
}

/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 3rem;		/* 1rem; */
	right: 3rem;		/* 1rem; */
	font-size: 2rem;	/* 1.5rem; */
	width: 6rem;		/* 3.3rem; */
	height: 6rem;		/* 3.3rem; */
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
	padding-top: 1rem;
}
.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
/* 上に戻るボタン */
