@charset "UTF-8";


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}


.pc {
display: block;
}
.sp {
display: none;
}

#toggle-menu,
.g-nav {
	display: none;
}


body {
max-width: 100%;
overflow-x: hidden;
position: relative;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.wi1000 {
width: 1000px;
margin: 0 auto;
}

.sCont {
margin: 0 auto 50px;
}
.sCont .h2Tit {
background: #11a9db;
color: #FFF;
font-weight: bold;
font-size: 30px;
padding: 12px 15px;
margin: 0 0 40px 0;
}
.sCont p {
font-size: 13px;
line-height: 25px;
}
.sCont a:hover img {
opacity: 0.8;
}

.header_left_logo {
margin: 0;
}

.locationMain {
    background: url(../img/body_bg.png) repeat-x top left;
    padding: 40px 0 0;
}


.headerContact {
    display: flex;
}


.pageHeader {
    height: 150px;
}
.pageHeader_title-plan {
	width: 720px;
}
.pageHeader_title {
    font-size: 44px;
    line-height: 3.4rem;
    padding: 20px 0 0 0;
}
 
.locationMain .keyArea {
margin: 0 0 50px 0;
}
.locationMain .keyArea .inner {
margin: 0 auto;
padding: 0 50px;
box-sizing: border-box;
position: relative;
}
.locationMain .keyArea .inner .lead {
text-align: center;
margin:  0 0 30px 0;
}
.locationMain .keyArea .inner .txtClick {
text-align: center;
margin:  0 0 30px;
color: #eb7190;
padding: 5px;
font-weight: bold;
}
.locationMain .keyArea .inner .txtClick span {
display: inline;
}
.locationMain .keyArea .inner .txtClick span.sp {
display: none;
}
.locationMain .keyArea .inner .mapArea .modalArea {
display: block;
cursor: pointer;
z-index: 2;
position: relative;
}
.locationMain .keyArea .inner .mapArea .modalArea:hover {
opacity: 0.8;
}
.locationMain .keyArea .inner .municipalities {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: rgba(255,255,255,0.9);
padding: 50px;
box-sizing: border-box;
border: 1px solid #BFDFFF;
opacity: 0;
transition: .7s;
z-index: -1;
}
.locationMain .keyArea .inner .municipalities.open {
opacity: 1;
z-index: 3;
}
.overlay {
position: relative;
opacity: 0;
transition: opacity .5s ease-in-out;
}
.overlay.open {
opacity: 1;
position: absolute;
content: "";
background: rgba(255,255,255,0.6);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
cursor: pointer;
}
.locationMain .keyArea .inner .municipalities ul li {
width: 12%;
float: left;
margin: 0 50px 10px 0;
position: relative;
}
.locationMain .keyArea .inner .municipalities ul li:nth-child(6n) {
margin: 0 0 10px 0;
}

.locationMain .keyArea .inner .municipalities ul > li:before {
content: url(../img/footer_sitemap_arrow.png);
display: inline-block;
vertical-align: middle;
padding: 0 7px 4px 0;
}

.locationMain .keyArea .inner .municipalities ul li a:hover {
text-decoration: underline;
}
.locationMain .keyArea .inner .municipalities .close {
text-align: center;
background: #666;
color: #FFF;
padding: 10px 20px;
display: block;
width: 250px;
margin: 0 auto 50px;
border-radius: 10px;
cursor: pointer;
}
.locationMain .keyArea .inner .municipalities .close:hover {
opacity: 0.8;
}
.locationMain .keyArea .inner .municipalities .close span {
margin: 0 5px 0 0;
}


/*市区町村キービジュアル*/
.locationMain .phArea {
position: relative;
}
.locationMain .phArea .abtxt {
position: absolute;
background: rgba(0,0,0,0.4);
padding: 30px;
top: calc(50% - 90px);
left: 0;
width: 100%;
box-sizing: border-box;
}
.locationMain .phArea .abtxt p {
color: #FFF;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
}



.market_price table {
width: 100%;
}
.market_price table th,
.market_price table td {
    padding: 12px 20px;
    border: solid 1px #d1d1d1;
    font-size: 14px;
}
.market_price table th {
    background: #eee;
    width: 30%;
    font-weight: normal;
}
.market_price table tr:nth-child(1) th {
    background: #666;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    width: inherit;
    font-size: 16px;
}


.reasonMain_header {
    width: 1000px;
    margin: 0 auto;
}
.reasonMain_header .topBox {
padding: 40px 0 0 0;
}
.reasonMain_header_left {
	width: 745px;
	float: left;
}

.reasonMain_header_right {
	width: 255px;
	float: left;
}

.reasonMain_header_left > p > img {
	display: block;
}

.reasonMain_header_left_text {
	margin: 20px 0 0 15px;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
}

.reasonMain_header_right > img {
	display: block;
}

.reasonMain_list {
	width: 100%;
	margin: 30px auto 0;
	padding: 0 0 50px;
}

.reasonListContent {
	display: block;
	position: relative;
	float: left;
	width: 481px;
	height: 211px;
	margin: 0 0 23px;
	border: solid 2px #11A9DB;
	border-bottom-width: 7px;
	background: #fff;
}
.reasonListContent:nth-child(2n) {
float: right;
}

.reasonListContent-01 {
	background: url(../img/reason/mainList_img_01.png) no-repeat bottom right;
}

.reasonListContent-02 {
	background: url(../img/reason/mainList_img_02.png) no-repeat bottom right;
}

.reasonListContent-03 {
	background: url(../img/reason/mainList_img_03.png) no-repeat bottom right;
}

.reasonListContent-04 {
	background: url(../img/reason/mainList_img_04.png) no-repeat top right;
}

.reasonListContent-05 {
	background: url(../img/reason/mainList_img_05.png) no-repeat bottom right;
}

.reasonListContent-06 {
	background: url(../img/reason/mainList_img_06.png) no-repeat bottom right;
}

.reasonListContent-07 {
	background: url(../img/reason/mainList_img_07.png) no-repeat bottom 20px right 15px;
}

.reasonListContent-08 {
	background: url(../img/reason/mainList_img_08.png) no-repeat bottom 30px right 60px;
}

.reasonListContent_title {
	padding: 15px 0 0 5px;
}

.reasonListContent_title > img {
	display: block;
}

.reasonListContent_text {
	width: 250px;
	margin: 15px 0 0 12px;
	font-size: 13px;
	line-height: 1.6;
	text-shadow: 2px 2px 2px #ffffff,  2px 2px 2px #ffffff, 2px 2px 5px #ffffff;
}

/*プラン*/

.planBox ul li {
width: 485px;
float: left;
}
.planBox ul li a {
display: block;
}
.planBox ul li a img {
width: 100%;
}
.planBox ul li:nth-child(2n) {
width: 485px;
float: right;
}

.sCont p.flowFig_li_text {
    font-size: 12px;
    line-height: 1.5;
}



.contactArea_estimate_bottom > img {
    display: inline-block;
}



/*回収事例*/

.collection_caseBox .sBox {
width: 320px;
float: left;
margin: 0 20px 0 0;
border: 5px solid #11a9db;
padding: 20px;
box-sizing: border-box;
}
.collection_caseBox .sBox:nth-child(3n) {
margin: 0;
}
.collection_caseBox .sBox .sTit {
color: #11a9db;
font-size: 20px;
font-weight: bold;
margin: 0 0 20px 0;
}
.collection_caseBox .sBox table {
width: 100%;
}
.collection_caseBox .sBox th {
width: 37%;
background: #eee;
}
.collection_caseBox .sBox th,
.collection_caseBox .sBox td {
border: solid 1px #d1d1d1;
font-size: 12px;
text-align: left;
padding: 12px 12px;
}


/*近隣エリア*/
.neighbor_areaBox .btnArea li {
background: #11a9db;
border-radius: 5px;
width: 184px;
float: left;
margin: 0 20px 0 0;
padding: 20px;
box-sizing: border-box;
}
.neighbor_areaBox .btnArea li:last-child {
margin: 0;
}
.neighbor_areaBox .btnArea li * {
text-align: center;
}
.neighbor_areaBox .btnArea li a {
display: block;
padding: 8px;
border-radius: 40px;
background: #FFEFBF;
font-size: 18px;
font-weight: bold;
line-height: 18px;
color: #11a9db;
box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 65%);
}
.neighbor_areaBox .btnArea li a:hover {
background: #FF6;
}
.neighbor_areaBox .btnArea li .areaName {
color: #FFF;
font-size: 26px;
font-weight: bold;
margin: 0 0 12px 0;
}



/*他のエリアで探す*/
.area_searchBox .sTit {
font-size: 18px;
color: #004ea3;
border-bottom: 3px solid #d6d6d6;
position: relative;
padding: 0 0 5px 24px;
margin: 0 0 20px 0;
}
.area_searchBox .sTit:before {
content: "●";
color: #004ea3;
position: absolute;
top: 0;
left: 0;
}
.area_searchBox .areaList li {
float: left;
margin: 0 16px 0 0;
position: relative;
}
.area_searchBox .areaList li:before {
content: " /";
color: #004ea3;
position: absolute;
top: 0;
right: -12px;
}
.area_searchBox .areaList li a {
color: #004ea3;
font-size: 14px;
text-decoration: underline;
}
.area_searchBox .areaList li a:hover {
text-decoration: none;
}


/*コラム*/
.columnBox .columnBox .sBox {
width: 485px;
float: left;
margin: 0 0 30px 0;
}
.columnBox .columnBox .sBox:nth-child(2n) {
float: right;
}
.columnBox .columnBox .sBox .ph img {
width: 100%;
}
.columnBox .columnBox .sBox a {
display: block;
}
.columnBox .columnBox .sBox .detail {
padding: 15px 0;
}
.columnBox .columnBox .sBox .date {
font-size: 14px;
}
.columnBox .columnBox .sBox .tit {
font-size: 16px;
color: #004ea3;
font-weight: bold;
}
.columnBox .columnBox .sBox a:hover .detail * {
text-decoration: underline;
}

/*市区町村*/

.howto_collectBox .price_list {
width: 100%;
margin: 0 auto 50px;
}
.howto_collectBox .price_list th,
.howto_collectBox .price_list td {
padding: 12px 20px;
border: solid 1px #d1d1d1;
font-size: 14px;
}
.howto_collectBox .price_list th {
background: #eee;
width: 30%;
font-weight: normal;
}
.howto_collectBox .price_list tr:nth-child(1) th {
background: #666;
color: #FFF;
font-weight: bold;
text-align: center;
width: inherit;
font-size: 16px;
}
.howto_collectBox .block {
margin: 0 auto 50px;
}
.howto_collectBox .block .h3Tit {
font-size: 24px;
color: #004ea3;
border-bottom: 3px solid #d6d6d6;
padding: 0 0 15px 0;
margin: 0 0 20px 0;
}
.howto_collectBox #application ul {
margin: 20px auto 0;
}
.howto_collectBox #application ul li,
.howto_collectBox #application ul li a {
font-size: 16px;
}
.howto_collectBox #application ul li.tel a {
pointer-events: none;
}
.howto_collectBox #application ul li.hp a {
color: #004ea3;
text-decoration: underline;
}
.howto_collectBox #application ul li.hp a:hover {
text-decoration: none;
}



@media screen and (max-width:768px) {

body {
max-width: 100%;
overflow-x: hidden;
min-width: inherit;
font-size: 13px;
}
body * {
box-sizing: border-box;
}

.pc {
display: none;
}
.sp {
display: block;
}
.wi1000 {
width: 100%;
}
img {
max-width: 100%;
height: auto;
}

.header_inner {
width: 100%;
}
.pageHeader {
margin: 70px 0 0 0;
height: inherit;
}
.pageHeader_inner {
width: 100%;
padding: 15px;
}
.pageHeader_title {
width: 100%;
float: none;
font-size: 21px;
line-height: 32px;
padding: 0;
}
.breadCrumb {
    max-width: 100%;
    display: inline-block;
    float: none;
    margin: 5px 0 0 0;
}




/*マップ*/
.locationMain {
    background: url(../img/body_bg.png) repeat-x top left;
    padding: 20px 0 0;
}
.locationMain .keyArea {
    margin: 0 0 40px 0;
}
.locationMain .keyArea .inner {
    padding: 0 15px;
}
.locationMain .keyArea .inner .municipalities {
    padding: 15px;
}
.locationMain .keyArea .inner .lead {
    text-align: left;
    margin: 0 0 20px 0;
}
.locationMain .keyArea .inner .txtClick {
    text-align: center;
    margin: 0 0 20px;
}
.locationMain .keyArea .inner .txtClick span.pc {
display: none;
}
.locationMain .keyArea .inner .txtClick span.sp {
display: block;
display: inline;
}
.locationMain .keyArea .inner .municipalities ul li {
    width: 28%;
    float: left;
    margin: 0 15px 10px 0;
    position: relative;
}
.locationMain .keyArea .inner .municipalities ul li:nth-child(3n) {
    margin: 0 0 10px 0;
}
.locationMain .keyArea .inner .municipalities .close {
    margin: 0 auto 20px;
}



/*市区町村キービジュアル*/

.locationMain .phArea .abtxt {
position: absolute;
background: rgba(0,0,0,0.4);
padding: 10px;
top: 0;
left: 0;
width: 100%;
box-sizing: border-box;
}
.locationMain .phArea .abtxt p {
color: #FFF;
font-size: 1rem;
font-weight: bold;
text-align: center;
}

.sCont {
    margin: 0 auto 30px;
}
.sCont .h2Tit {
    font-size: 20px;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    line-height: 28px;
}

.sCont .contInner {
padding: 0 15px;
}

.reasonMain_list {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 0 30px;
}
.reasonMain_header_left {
width: 100%;
float: none;
}
.reasonMain_header_right {
width: 100%;
float: none;
}
.reasonMain_header .topBox {
    padding: 20px 0 0 0;
}
.reasonListContent {
	display: block;
	position: relative;
	float: none;
	width: 100%;
	height: auto;
    padding: 0;
	margin: 0 0 20px;
	border: solid 2px #11A9DB;
}
.reasonListContent-01 {
    background: url(../img/reason/mainList_img_01.png) no-repeat bottom -36px right;
    padding: 0 0 8px 0;
}
.reasonListContent-03 {
    background: url(../img/reason/mainList_img_03.png) no-repeat bottom -78px right;
}
.reasonListContent-05 {
    background: url(../img/reason/mainList_img_05.png) no-repeat bottom right;
    background-size: 57% auto;
    padding: 0 0 40px 0;
}
.reasonListContent-07 {
    background: url(../img/reason/mainList_img_07.png) no-repeat bottom 20px right 15px;
    padding: 0 0 40px 0;
    background-size: 36% auto;
}
.reasonListContent-08 {
    background: url(../img/reason/mainList_img_08.png) no-repeat bottom 8px right 20px;
    padding: 0 0 18px 0;
    background-size: 25%;
}
.reasonListContent_title {
margin: 0;
	padding: 15px;
    background: rgba(255,255,255,0.9);
}
.reasonListContent_title > img {
	display: block;
}
.reasonListContent_text {
	width: 100%;
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
    padding: 15px;
/*	text-shadow: 2px 2px 2px #ffffff,  2px 2px 2px #ffffff, 2px 2px 5px #ffffff;*/
    text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.reasonMain_header_left_text {
    margin: 20px 0 20px 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
}
.reasonListContent:nth-child(2n) {
    float: none;
}
.reasonMain_header_right > img {
    display: block;
    margin: 0 auto;
}

.planBox ul li {
    width: 90%;
    float: none;
    margin: 0 auto;
}

.planBox ul li:nth-child(2n) {
    width: 90%;
    float: none;
    margin: 0 auto;
}

.contactArea_estimate {
width: 100%;
padding: 17px 0 20px;
}
.estimateBtn.estimateBtn-contactArea h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    color: #004da1;
    margin-bottom: 7px;
}
.estimateBtn.estimateBtn-contactArea .contact-btnarea {
    display: block;
}
.estimateBtn.estimateBtn-contactArea .contact-btnarea a {
display: block;
width: 90%;
margin: 0 auto 10px;
}
.estimateBtn.estimateBtn-contactArea .contact-btnarea a img {
    width: 85%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.contactArea_estimate_bottom_tel {
display: block;
width: 273px;
    margin: 0 auto;
}
.contactArea_estimate_bottom > img {
    display: block;
}
.contactArea_estimate_bottom > img.pc {
    display: none;
}

.flowFig_li-last > p {
    padding-top: 0;
}
.flowFig {
width: 100%;
}
.flowFig_li {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 50px;
}
.flowFig_li:nth-child(2n) {
}
.flowFig_li:before {
content: "";
position: absolute;
border-style: solid;
border-width: 18px 30px 0 30px;
border-color: #004ea3 transparent transparent transparent;
bottom: -30px;
top: inherit;
left: calc(50% - 30px);
}
.flowFig_li:nth-child(9):before,
.flowFig_li:nth-child(10):before {
display: none;
}
.flowFig_li_text {
text-align: center;
padding: 0 10%;
}

.flowFig_li-last {
    width: 100%;
    height: inherit;
    background: #1BACDA;
    margin: 0;
    padding: 15px;
}

.collection_caseBox .sBox {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
    border: 5px solid #11a9db;
    padding: 15px;
    box-sizing: border-box;
}

.neighbor_areaBox .btnArea {
display: block;
text-align: center;
font-size: 0;
}
.neighbor_areaBox .btnArea li {
display: inline-block;
    width: 46%;
    float: none;
    margin: 0 5px 10px;
padding: 15px 4%;
}


.area_searchBox .areaList li {
    line-height: 30px;
}
.area_searchBox .areaList li a {
    font-size: 12px;
}

.columnBox .columnBox .sBox {
    width: 48%;
    float: left;
    margin: 0 0 20px 0;
}
.columnBox .columnBox .sBox:nth-child(2n) {
    float: right;
    margin: 0 0 20px 0;
}
.columnBox .columnBox .sBox .date {
    font-size: 12px;
}
.columnBox .columnBox .sBox .tit {
    font-size: 14px;
}


.commonInfo {
display: block;
height: auto;
width: 100%;
padding: 0 15px;
}
.commonInfo_col {
    display: block;
    border-left: none;
    border-bottom: 1px dotted #bbb;
    height: inherit;
    padding: 20px 0;
    width: inherit;
}
.commonInfo_col * {
text-align: center;
display: block;
margin: 0 auto;
}


.contactArea_estimate_bottom > img.contactArea_estimate_bottom_logo,
.contactArea_estimate_bottom > img.contactArea_estimate_bottom_text,
.contactArea_estimate_bottom > img.contactArea_estimate_bottom_hour {
display: none;
}





/*市区町村*/

.howto_collectBox .price_list {
width: 100%;
margin: 0 auto 50px;
}
.howto_collectBox .price_list th,
.howto_collectBox .price_list td {
padding: 8px 15px;
border: solid 1px #d1d1d1;
font-size: 13px;
}
.howto_collectBox .price_list th {
background: #eee;
width: 30%;
font-weight: normal;
}
.howto_collectBox .price_list tr:nth-child(1) th {
background: #666;
color: #FFF;
font-weight: bold;
text-align: center;
width: inherit;
font-size: 14px;
}
.howto_collectBox .block {
margin: 0 auto 30px;
}
.howto_collectBox .block .h3Tit {
font-size: 16px;
color: #004ea3;
border-bottom: 2px solid #d6d6d6;
padding: 0 0 10px 0;
margin: 0 0 15px 0;
}
.howto_collectBox #application ul {
margin: 10px auto 0;
}
.howto_collectBox #application ul li,
.howto_collectBox #application ul li a {
font-size: 13px;
}
.howto_collectBox #application ul li.tel {
margin: 0 0 8px 0;
}
.howto_collectBox #application ul li.tel a {
pointer-events: inherit;
color: #004ea3;
text-decoration: underline;
}
.howto_collectBox #application ul li.hp a {
color: #004ea3;
text-decoration: underline;
}
.howto_collectBox #application ul li.hp a:hover {
text-decoration: none;
}



.pageTop {
width: 100%;
}
.footer {
    padding: 20px 15px 40px;
}
.footer_inner {
width: 100%;
}
.footerCompany {
    width: inherit;
    float: none;
}
.footerCompany_catch {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.footerCompany_logo {
display: block;
text-align: center;
margin: 0 auto;
}
.footerCompany_text {
text-align: center;
margin: 0 0 30px;
}
.footerSitemap {
display: none;
float: none;
}
.footerSitemap_col {
width: 100%;
float: none;
margin: 0 0 10px 0;
}
.footerSitemap_col_title {
margin: 0 0 10px 0;
font-size: 14px;
}




/*ヘッダー*/
.header {
    padding: 0;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
    border-bottom: 4px solid #48a7d5;
}
.header_inner {
    margin: 15px 4%;
}
.header_left {
    float: none;
    width: 180px;
    padding: 2px 0;
}
.header_right {
width: inherit;
float: none;
}
.header_contact_mail_02 {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    top: 20px;
    right: 65px;
}
.header_contact_tel_02 {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    top: 20px;
    right: 115px;
}
.header_contact_mail_02,
.header_contact_tel_02 {
    top: 10px;
}

@media screen and (max-width:400px) {
.header_left {
    width: 160px;
}
}
@media screen and (max-width:360px) {
.header_left {
    width: 140px;
}
}





/* nav
------------------------------------------------------------*/
nav {
	height: 0;
}
nav .nav_pc {
	display: none;
}

#toggle-menu {
    display: block;
    position: fixed;
    top: 10px;
    right: 15px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    z-index: 999;
    background: #48a7d5;
}
.g-nav {
    width: 100vw;
    height: 100vh;
    padding-top: 190px;
    display: none;
    background-color: rgba(255, 255, 255, 0.98);
    position: fixed;
    text-align: center;
    overflow: auto;
    top: -180px;
    z-index: 99;
    left: 0;
}
#toggle-menu::before {
    top: 40%;
}
#toggle-menu::before, #toggle-menu::after, #toggle-menu span {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    transition: all 0.4s;
    transform: rotate(0deg);
}
#toggle-menu span {
    top: 50%;
    bottom: 50%;
}
#toggle-menu::after {
    bottom: 40%;
}
#toggle-menu.open span {
    top: 50%;
    bottom: 50%;
    right: -25%;
    opacity: 0;
}
#toggle-menu.open::before {
    transform: rotate(225deg);
    top: 50%;
}
#toggle-menu.open::after {
    transform: rotate(-225deg);
    bottom: 50%;
}
.g-nav li {
	width: 80%;
    margin: 0 auto;
    padding: 15px;
	border-bottom: solid 1px #48a7d5;
}
.toggle_txt {
    color: #000;
}






}










