@charset "utf-8";

/* メイン */
#search .title{
	padding: 0 4.6875%;
	font-size: 20px;
	font-weight: bold;
	background: url(/sp/img/bg_brown-dark.png) repeat-x;
	-webkit-background-size: 320px 105px;
	line-height: 55px;
	color: #fff;
}
#search .title span{
	font-size: 15px;
	margin-right: 5px;
}
#search ul{
	background: #d6d6d6;
	padding: 0 0 1px;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	margin: 0 0 3px;
}
#search li{
	background: url(/sp/img/arrow.png) no-repeat right 15px center, -webkit-gradient(linear, left top, left bottom, from(#fff),
            color-stop(0.5, #fff),
            to(#f2f2f2));
            background-size: 13px 15px, auto;
  	margin: 0 0 2px;
	border-bottom: 1px solid #eee;
	height: 50px;
	padding: 0 2.5%;
}
#search li:last-child{
	margin: 0;
}
#search li a{
	color: #a22f1d;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
	padding: 2px 0 0 45px;
	display: block;
}
#search .list01 a{
	background: url(/sp/img/icon_01.png) no-repeat 2px center;
	background-size: 27px auto;
}
#search .list02 a{
	background: url(/sp/img/icon_02.png) no-repeat 2px center;
	background-size: 22px auto;
}
#search .list03 a{
	background: url(/sp/img/icon_03.png) no-repeat 2px center;
	background-size: 22px auto;
}
#search .list04 a{
	background: url(/sp/img/icon_04.png) no-repeat 2px center;
	background-size: 22px auto;
}
#search .list05 a{
	background: url(/sp/img/icon_05.png) no-repeat 2px center;
	background-size: 22px auto;
}
#search .list06 a{
	background: url(/sp/img/icon_06.png) no-repeat 2px center;
	background-size: 22px auto;
}
#search .list a{
	padding: 2px 0 0 5px;
}
#search .title_serch{
	color: #a22f1d;
}
.keyword-serch{
	background: #f3e6e3;
	padding: 20px 4.6875%;
}
.keyword-serch .title_serch{
	margin: 0 0 10px;
}
.keyword-serch .keywords{
	line-height: 1;
	padding: 9px 0.5em;
	border: solid 2px #E8AA9F;
	border-radius: 5px;
	width: 100%;
	font-size: 16px;
}
.keyword-serch .keywords_wrap{
	margin: 0 100px 0 0;
}
.keyword-serch .search-btn{
	width: 71px;
	height: auto;
	float:right;
	margin: 2px 0 0;
}
.keyword-serch .search-btn2{
	width: 71px;
	height: auto;
	float:right;
}
.top-bnr{
	padding: 11px 4.0625%;
}
.top-bnr li{
	margin: 0 0 14px;
}
.top-bnr li:last-child{
	margin: 0;
}
#examination-list{
	border-top: 1px solid #BDD1C7;
	padding: 11px 0;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2),
            color-stop(0.5, #fff),
            to(#fff));
}
#examination-list img{
	width: 90.625%;
}


/* トップ変更（141117） */
h2#lead {
	border: solid 2px #582a20;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
	margin: 5px auto;
	padding: 2px 0;
	text-align: center;
}
h2#lead strong {
	color: #8c3223;
}

#search-new {
	background: #f3e6e3;
}
#search-new .title {
	padding: 0 4.6875%;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/bg_brown-dark.png) repeat-x;
	-webkit-background-size: 320px 105px;
	line-height: 55px;
	color: #fff;
	clear: both;
	margin-top: 0;
}
.title-new {
	padding: 0 4.6875%;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/bg_orange-dark.png) repeat-x;
	-webkit-background-size: 320px 105px;
	line-height: 55px;
	color: #fff;
	margin-bottom: 16px;
}
#search-new ul {
	clear: both;
	padding: 15px 0;
}
#search-new li a {
	background: #fff;
	border: solid 2px #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	color: #a22f1d;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	margin: 0 0 0 2.5%;
	line-height: 1.2;
	padding: 28% 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 29%;
}
#search-new ul.popular {
	background: #fff;
}
#search-new ul.popular li a {
	background: #fff;
	border: solid 2px #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	color: #6b4239;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	margin: 0 0 2.5% 2.5%;
	line-height: 1.2;
	padding: 5% 5% 5% 0;
	text-align: right;
	text-decoration: none;
	width: 40%;
}
#search-new .list01 a {
	background: #fff url(../img/icon_butsu01.png) no-repeat center 5px;
	background-size: 80% auto;
}
#search-new .list02 a {
	background: #fff url(../img/icon_butsu02.png) no-repeat center 5px;
	background-size: 80% auto;
}
#search-new .list03 a {
	background: #fff url(../img/icon_butsu03.png) no-repeat center 5px;
	background-size: 80% auto;
}
#search-new ul.popular .list04 a {
	background: #fff url(../img/icon_butsu04.png) no-repeat 10px center;
	background-size: 35% auto;
}
#search-new ul.popular .list05 a {
	background: #fff url(../img/icon_butsu05.png) no-repeat 10px center;
	background-size: 28% auto;
}

#search-new ul.popular .list06 a {
	background: #fff url(../img/icon_butsu06.png) no-repeat 5px center;
	background-size: 35% auto;
	padding: 5% 0 5% 0;
	width: 45%;
}
#search-new ul.popular .list07 a {
	background: #fff url(../img/icon_butsu07.png) no-repeat 10px center;
	background-size: 35% auto;
}
#search-new .keyword-serch {
	margin: 0;
	padding: 15px 4.6875% 0 4.6875%;
}
#search-new .keyword-serch .keywords {
	line-height: 1;
	padding: 10px 0.5em 8px 0.5em;
	border: solid 2px #e8aaa0;
	border-radius: 4px;
	margin: 0;
	width: 100%;
	font-size: 16px;
}
#search-new .keyword-serch .search-btn {
	border: none;
	cursor: pointer;
	float:right;
	height: auto;
	margin: 0;
	padding: 0;
	width: 71px;
}
#search-new .top-bnr {
	background: #fff;
	padding: 0 4.0625% 11px 4.0625%;
}

/* コンテンツ追加（160517） */
.select_area{
	position: relative;
	background: #d1e0e9;
	padding: 0 0 10px;
}
.select_area .ttl-main{
	font-weight: bold;
	color: #fff;
	background: url(../img/bg_brown-dark.png) repeat-x;
	padding: 15px 4.6875% 15px 80px;
	font-size: 20px;
	line-height: 1.3;
}
.btn_return a{
	background: url(../img/bg_return.png) no-repeat 4.6857% 12px;
	background-size: 22px;
	height: 55px;
	width: 40px;
	position: absolute;
	left:15px;
	top:0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px dotted #fff;
	text-decoration: none;
}
.btn_return span{
	padding: 34px 0 0;
	display: block;
}
.group{
	padding: 15px 4.6857% 5px;
}
.group .title{
	padding: 0;
	margin: 0 0 5px;
	line-height: 1.4;
	font-size: 16px;
	color: #333;
}
.selected li{
	padding: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#f2f2f2));
	   margin: 0 0 2px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.selected li a{
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px;
	display: block;
	background: url(../img/arrow_feature.png) no-repeat right 15px center;
	background-size: 13px auto;
}
.select_area .btn{
	padding: 0 4.6857%;
	margin: 15px 0 0;
}
.select_area .btn a{
	 display: block;
	 padding: 15px 0 13px;
	 text-align: center;
	 text-decoration: none;
	 font-weight: bold;
	 border-radius: 5px;
	 margin: 0 0 5px;
}
.select_area .btn .excute{
	 border: 2px solid #F8952B;
	 color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#FDB251),
      to(#FB6808));
}
.select_area .btn .clear{
	 border: 2px solid #ccc;
	 color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
      to(#ddd));
}

/* コンテンツ追加等（160517） */
.select_area{
	position: relative;
	background: #f3e6e3;
	padding: 0 0 10px;
}
.select_area .ttl-main{
	padding-left: 80px;
}
.btn_return a{
	background: url(../img/bg_return.png) no-repeat 4.6857% 12px;
	background-size: 22px;
	height: 55px;
	width: 40px;
	position: absolute;
	left:15px;
	top:0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px dotted #fff;
	text-decoration: none;
}
.btn_return span{
	padding: 34px 0 0;
	display: block;
}
.group{
	padding: 15px 4.6857% 5px;
}
.group .title{
	padding: 0;
	margin: 0 0 5px;
	line-height: 1.4;
	font-size: 16px;
	color: #333;
}
.selected li{
	padding: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#f2f2f2));
	   margin: 0 0 2px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.selected li a{
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px;
	display: block;
	background: url(../img/arrow_feature.png) no-repeat right 15px center;
	background-size: 13px auto;
}
.select_area .btn{
	padding: 0 4.6857%;
	margin: 15px 0 0;
}
.select_area .btn a{
	 display: block;
	 padding: 15px 0 13px;
	 text-align: center;
	 text-decoration: none;
	 font-weight: bold;
	 border-radius: 5px;
	 margin: 0 0 5px;
}
.select_area .btn .excute{
	 border: 2px solid #F8952B;
	 color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#FDB251),
      to(#FB6808));
}
.select_area .btn .clear{
	 border: 2px solid #ccc;
	 color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
      to(#ddd));
}

.txt-about {
	line-height: 1.4;
	padding: 10px 4.0625% 5px 4.0625%;
}

#search-new ul.popular .list-11 a {
	background: #fff url(../../img/img_money.png) no-repeat 5px center;
	background-size: 30% auto;
}
/*#search-new ul.popular .list-12 a {
	background: #fff url(../../img/img_asakusa.jpg) no-repeat 5px center;
	background-size: 35% auto;
}*/

/* トップ改修（161026） */
#search-new ul.popular .list08 a {
	background: #fff;
	border: solid 2px #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	color: #6b4239;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	margin: 0 2.5% 2.5%;
	line-height: 1.2;
	padding: 5% 5% 5% 0;
	text-align: right;
	text-decoration: none;
	width: 88.5%;
	background: #fff url(../img/icon_hukidashi.png) no-repeat 10px center;
	background-size: 40% auto;
}
#search-new ul.popular .list08 a span {
	color: #9e6154;
	font-size: 11px;
}
#search-new ul.popular .list-13 a {
	background: #fff url(../img/icon_hukidashi02.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-12 a {
	background: #fff url(../img/icon_kaminarimon.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-14 a {
	background: #fff url(../img/icon_japan.png) no-repeat 5px center;
	background-size: 30% auto;
}

#search-new ul.popular .list-15 a {
	background: #fff url(../img/icon_pickup.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-16 a {
	background: #fff url(../img/icon_disposal.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-18 a {
	background: #fff url(../img/icon_name.png) no-repeat 5px center;
	background-size: 35% auto;
}


#search-new ul.popular .list-regional-1 a {
	background: #fff url(../img/regional/top/hokkido.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-regional-9 a {
	background: #fff url(../img/regional/top/tochigi.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-regional-16 a {
	background: #fff url(../img/regional/top/toyama.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-regional-20 a {
	background: #fff url(../img/regional/top/nagano.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-4 a {
	background: #fff url(../img/regional/top/miyagi.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-36 a {
	background: #fff url(../img/regional/top/tokushima.png) no-repeat 5px center;
	background-size: 35% auto;
}


#search-new ul.popular .list-regional-37 a {
	background: #fff url(../img/regional/top/kagawa.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-38 a {
	background: #fff url(../img/regional/top/ehime.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-12 a {
	background: #fff url(../img/regional/top/chiba.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-13 a {
	background: #fff url(../img/regional/top/tokyo.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-14 a {
	background: #fff url(../img/regional/top/kanagawa.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-40 a {
	background: #fff url(../img/regional/top/fukuoka.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-18 a {
	background: #fff url(../img/regional/top/fukui.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-21 a {
	background: #fff url(../img/regional/top/gifu.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-26 a {
	background: #fff url(../img/regional/top/kyoto.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-29 a {
	background: #fff url(../img/regional/top/nara.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-43 a {
	background: #fff url(../img/regional/top/kumamoto.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-45 a {
	background: #fff url(../img/regional/top/miyazaki.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-46 a {
	background: #fff url(../img/regional/top/kagoshima.png) no-repeat 5px center;
	background-size: 35% auto;
}


#search-new ul.popular .list-regional-11 a {
	background: #fff url(../img/regional/top/saitama.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-regional-23 a {
	background: #fff url(../img/regional/top/aichi.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-regional-27 a {
	background: #fff url(../img/regional/top/osaka.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-regional-34 a {
	background: #fff url(../img/regional/top/hiroshima.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-regional-28 a {
	background: #fff url(../img/regional/top/hyougo.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-22 a {
	background: #fff url(../img/regional/top/shizuoka.png) no-repeat 5px center;
	background-size: 35% auto;
}

#search-new ul.popular .list-regional-8 a {
	background: #fff url(../img/regional/top/ibaragi.png) no-repeat 5px center;
	background-size: 35% auto;
}

/*トップ改修（161130）*/
#search-new ul.area-line {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 5px 0 10px;
	width: 85%;
}
#search-new ul.area-line li {
	float: none;
	margin: 0;
	width: 45%;
}
#search-new ul.area-line li a {
	background: #fff;
	border: solid 2px #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	color: #a22f1d;
	float: none;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#search-new ul.area-line .list01-new a {
	background: #fff url(../img/icon_butsu01.png) no-repeat center 8px;
	background-size: 60% auto;
	padding: 70% 0 0 0;
}
#search-new ul.area-line .list02-new a {
	background: #fff url(../img/icon_butsu02.png) no-repeat center 5px;
	background-size: 60% auto;
	margin-left: -5%;
	padding: 70% 0 0 0;
}

/*トップ改修（161209）*/
div#top-lead {
	font-size: 11px;
	left: 111px;
	line-height: 1.4;
	margin: 0;
	position: absolute;
	top: 7px;
}
.keyword-serch {
	background: none;
	margin: 0;
	padding: 0 4.6875% 0;
}
#search-new .area-search-top .keyword-serch .keywords {
	line-height: 1;
	padding: 10px 0.5em 8px 0.5em;
	border-radius: 4px;
	margin: 0;
	width: 100%;
	font-size: 16px;
}
.area-search-top .keyword-serch .search-btn2 {
	border: none;
	cursor: pointer;
	float:right;
	height: auto;
	margin-top: 7px;
	padding: 0;
	width: 71px;
}
#search-new .lead-txt {
	color: #8c3223;
	font-size: 13px;
	line-height: 1.4;
	margin: 5px auto 0;
	position: relative;
	text-align: center;
	width: 20em;
}
#search-new .lead-txt:before {
	bottom: -5px;
	content: url(../img/border_l.png);
	display: block;
	left: 0;
	position: absolute;
}
#search-new .lead-txt:after {
	bottom: -5px;
	content: url(../img/border_r.png);
	display: block;
	position: absolute;
	right: 0;
}
#search-new ul.popular .list-19 a {
	background: #fff url(../img/icon_size.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-20 a {
	background: #fff url(../img/icon_butsugu_top.png) no-repeat 5px center;
	background-size: 35% auto;
}
#search-new ul.popular .list-21 a {
    background: #fff url(../img/icon_ihai_top.png) no-repeat 5px center;
    background-size: 35% auto;
}

/* コンテンツ追加(18.05/23) */
.know-about-list {
	padding: 0 !important;
    clear: initial !important;
}
.know-about-list li a {
	color: initial !important;
    font-size: initial !important;
    box-shadow: initial !important;
    border-radius: initial !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 44px !important;
}
.know-about-inner {
	background-color: #fff;
	padding-bottom: 20px;
}
.top-ttl {
	font-size: 18px;
    font-weight: bold;
    background-color: #78492b;
    color: #fff;
    line-height: 55px;
    padding: 0 4.6875%;
}
.know-about-list li {
	display: inline-block;
    width: 100%;
}
.know-about-list li a p {
	position: relative;
	padding: 14px 0 12px 5px;
	color: #076baf;
	text-align: left;
    margin: 0 4.6875%;
    border-bottom: solid 1px #ddd;
    font-weight: bold;
}
.know-about-list li a p:after {
	display: inline-block;
    position: absolute;
    right: 1px;
    top: 50%;
    content: "";
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #3c90d1;
    border-right: solid 2px #3c90d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.know-about-list li:last-child a p {
	border: none;
}

/*地域から検索するリスト追加(18.05/24)*/
#result {
    background: #eee;
    margin-bottom: 20px;
}
#result .list-wrap {
    background: #fff;
}
#result .title_sub {
    border-bottom: 1px solid #ddd;
    padding: 0 4.6875%;
    color: #a22f1d;
    font-weight: bold;
    line-height: 44px;
    display: block;
}
#result .title_sub span {
    background: url(/sp/img/icon_plus_.png) no-repeat right center;
    background-size: 16px auto,auto;
    display: block;
}
#result .list {
    display: none;
}
#result .list li {
    margin: 10px 0 0 8.6875%;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
#result .list li:last-child {
	margin: 10px 0 0;
    padding: 0 0 10px 8.6875%;
}
#result .list li a {
    text-decoration: none;
    background: url(/sp/img/icon_arrow.png) no-repeat 98.5% center;
    background-size: 5px auto;
    display: block;
}

/*トップfeatureエリア追加(18.05/27)*/
.top-firstview {
	background: url(/sp/img/bg_top_firstview.jpg) no-repeat center 0;
	background-size: 375px auto;
	padding: 29px 8px 18px;
	font-weight: bold;
}
.firstview-ttl{
	margin-bottom: 20px;
	text-align: center;
}
.firstview-ttl p {
	font-size: 13px;
    color: #fff;
    margin-bottom: 12px;
}
.firstview-ttl img {
	width: 120px;
	height: auto;
}
.firstview-inner {
	color: #fff;
    font-size: 15px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 16px 0;
    margin: 0 16px;

}
.firstview-inner p {
	margin-bottom: 12.5px;
}
.firstview-inner p:last-child {
	margin: 0;
}

/* top新着対応 */

li.new-list {
	width : auto;
	line-height: 1.2em;
    margin: 0 4.6875%;
    padding: 14px 0 12px 5px;
    border-bottom: solid 1px #ddd;
}
li.new-list:last-child{
	/* border : none; */
}