@charset "UTF-8";
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 23, ../sass/new_top.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

/* line 28, ../sass/new_top.scss */
html {
  font-size: 62.5%;
  color: #444;
}

/* line 33, ../sass/new_top.scss */
body {
  -webkit-text-size-adjust: 100%;
}

/* line 37, ../sass/new_top.scss */
a, a:hover {
  color: #795548;
  text-decoration: none;
}

/* line 43, ../sass/new_top.scss */
a:hover {
  color: #f39800;
}
/* line 45, ../sass/new_top.scss */
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 50, ../sass/new_top.scss */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 57, ../sass/new_top.scss */
hr {
  border-top: 1px solid #804f21;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 60px 0;
}

/* line 63, ../sass/new_top.scss */
body {
  font-size: 1.4rem;
  word-break: break-all;
}

/* line 69, ../sass/new_top.scss */
[class^="icon-"], [class*=" icon-"] {
  margin: 0 5px;
}

/* line 73, ../sass/new_top.scss */
.mb20vw {
  margin-bottom: 2.60417vw;
}

/* line 81, ../sass/new_top.scss */
.header .area {
  min-width: 980px;
}
/* line 83, ../sass/new_top.scss */
.header .area .inner {
  width: 980px;
  margin: 0 auto;
}
/* line 88, ../sass/new_top.scss */
.header .area1 {
  background: #e6ddcc;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
/* line 94, ../sass/new_top.scss */
.header .area1 .inner a {
  padding-left: 25px;
  margin-left: 1em;
}
/* line 97, ../sass/new_top.scss */
.header .area1 .inner a.link1 {
  background: url(../img/header/icon01.png) left center no-repeat;
}
/* line 100, ../sass/new_top.scss */
.header .area1 .inner a.link2 {
  background: url(../img/header/icon02.png) left center no-repeat;
}
/* line 106, ../sass/new_top.scss */
.header .area2 {
  background: #fff;
  height: 70px;
}
/* line 110, ../sass/new_top.scss */
.header .area3 {
  background: #f8eee7;
  height: 46px;
}
/* line 114, ../sass/new_top.scss */
.header .area3 ul.gNavi {
  display: block;
  width: 980px;
  height: 46px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
}
/* line 120, ../sass/new_top.scss */
.header .area3 ul.gNavi > li {
  width: 20%;
}
/* line 124, ../sass/new_top.scss */
.header .area3 ul.gNavi > li.ddown:hover .dropdown {
  display: block;
}
/* line 129, ../sass/new_top.scss */
.header .area3 ul.gNavi > li > a {
  display: block;
  width: 196px;
  height: 0;
  padding-top: 46px;
  overflow: hidden;
  background-image: url(../img/header/gNavi.png);
  background-repeat: no-repeat;
}
/* line 138, ../sass/new_top.scss */
.header .area3 ul.gNavi > li > a.gn01 {
  background-position: 0 top;
}
/* line 140, ../sass/new_top.scss */
.header .area3 ul.gNavi > li > a.gn01:hover {
  background-position: 0 bottom;
}
/* line 144, ../sass/new_top.scss */
.header .area3 ul.gNavi > li > a.gn02 {
  background-position: -196px top;
}
/* line 146, ../sass/new_top.scss */
.header .area3 ul.gNavi > li > a.gn02:hover {
  background-position: -196px bottom;
}
/* line 150, ../sass/new_top.scss */
.header .area3 ul.gNavi > li > a.gn03 {
  background-position: -392px top;
}
/* line 152, ../sass/new_top.scss */
.header .area3 ul.gNavi > li > a.gn03:hover {
  background-position: -392px bottom;
}
/* line 156, ../sass/new_top.scss */
.header .area3 ul.gNavi > li > a.gn04 {
  background-position: -588px top;
}
/* line 158, ../sass/new_top.scss */
.header .area3 ul.gNavi > li > a.gn04:hover {
  background-position: -588px bottom;
}
/* line 162, ../sass/new_top.scss */
.header .area3 ul.gNavi > li > a.gn05 {
  background-position: -784px top;
}
/* line 164, ../sass/new_top.scss */
.header .area3 ul.gNavi > li > a.gn05.active, .header .area3 ul.gNavi > li > a.gn05:hover {
  background-position: -784px bottom;
}
/* line 172, ../sass/new_top.scss */
.header .area3 .inner {
  position: relative;
}
/* line 174, ../sass/new_top.scss */
.header .area3 .inner .dropdown {
  display: none;
  width: 196px;
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 1000;
}
/* line 181, ../sass/new_top.scss */
.header .area3 .inner .dropdown .trig1 {
  width: 196px;
  height: 46px;
  background: transparent;
  position: absolute;
  top: -46px;
  right: -196px;
}
/* line 190, ../sass/new_top.scss */
.header .area3 .inner .dropdown ul {
  border-bottom: 1px solid #ccc;
}
/* line 192, ../sass/new_top.scss */
.header .area3 .inner .dropdown ul li {
  background: #fff;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ccc;
}
/* line 197, ../sass/new_top.scss */
.header .area3 .inner .dropdown ul li a {
  display: block;
  padding: 0.4em;
  font-size: 12px;
}
/* line 201, ../sass/new_top.scss */
.header .area3 .inner .dropdown ul li a:before {
  content: "▶";
  font-size: 10px;
  margin-right: 0.5em;
}

/* line 217, ../sass/new_top.scss */
#mainSlide {
  width: 980px;
  margin: 20px auto 50px;
  height: 330px;
}

/* line 227, ../sass/new_top.scss */
#carousel {
  width: 950px;
  margin: 0 auto;
  height: 80px;
}
/* line 232, ../sass/new_top.scss */
#carousel li {
  padding: 0 3px 0 0;
}
/* line 235, ../sass/new_top.scss */
#carousel .slick-next {
  right: -15px;
  width: 12px;
  height: 80px;
  background: url(../img/carousel/next.png) center center no-repeat #a57c65;
}
/* line 241, ../sass/new_top.scss */
#carousel .slick-prev {
  left: -15px;
  width: 12px;
  height: 80px;
  background: url(../img/carousel/prev.png) center center no-repeat #a57c65;
}

/* line 252, ../sass/new_top.scss */
#mainArea {
  width: 980px;
  margin: 20px auto;
}
/* line 255, ../sass/new_top.scss */
#mainArea #alpha {
  width: 720px;
  float: right;
}
/* line 258, ../sass/new_top.scss */
#mainArea #alpha h2 {
  margin-bottom: 20px;
}
/* line 261, ../sass/new_top.scss */
#mainArea #alpha .cont01 {
  background: #f8eee7;
  padding: 30px 25px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
}
/* line 267, ../sass/new_top.scss */
#mainArea #alpha .cont01 a img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 3px 3px rgba(165, 124, 101, 0.1);
  -webkit-box-shadow: 0 0 3px 3px rgba(165, 124, 101, 0.1);
  box-shadow: 0 0 3px 3px rgba(165, 124, 101, 0.1);
}
/* line 272, ../sass/new_top.scss */
#mainArea #alpha .cont01 .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  width: 210px;
}
/* line 277, ../sass/new_top.scss */
#mainArea #alpha .topics {
  border-top: 2px solid #a57c65;
  padding: 10px 20px;
}
/* line 280, ../sass/new_top.scss */
#mainArea #alpha .topics h2 {
  position: relative;
}
/* line 282, ../sass/new_top.scss */
#mainArea #alpha .topics h2 a {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 90px;
  height: 17px;
  line-height: 17px;
  background: #a57c65;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
/* line 296, ../sass/new_top.scss */
#mainArea #alpha .topics dl {
  border-bottom: 1px dashed #e6ddcc;
  padding: 1em 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
}
/* line 300, ../sass/new_top.scss */
#mainArea #alpha .topics dl:first-of-type {
  border-top: 1px dashed #e6ddcc;
}
/* line 303, ../sass/new_top.scss */
#mainArea #alpha .topics dl dt {
  font-size: 12px;
  width: 150px;
}
/* line 304, ../sass/new_top.scss */
#mainArea #alpha .topics dl dt img {
  margin-right: 10px;
}
/* line 310, ../sass/new_top.scss */
#mainArea #alpha .topics dl dd {
  font-size: 12px;
  width: 520px;
}
/* line 313, ../sass/new_top.scss */
#mainArea #alpha .topics dl dd a {
  color: #444;
}
#mainArea #alpha .topics dl dd a:hover{ text-decoration: underline;}
/* line 320, ../sass/new_top.scss */
#mainArea #beta {
  width: 230px;
  float: left;
}
/* line 323, ../sass/new_top.scss */
#mainArea #beta .search {
  width: 230px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  border: 2px solid #999;
  margin-bottom: 20px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 1px 1px 10px 2px rgba(153, 153, 153, 0.3) inset;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(153, 153, 153, 0.3) inset;
  box-shadow: 1px 1px 10px 2px rgba(153, 153, 153, 0.3) inset;
}
/* line 331, ../sass/new_top.scss */
#mainArea #beta .search input[type="text"] {
  background: transparent;
  border: none;
  width: 195px;
  font-size: 12px;
  padding: 0.5em;
  color: #999;
}
/* line 339, ../sass/new_top.scss */
#mainArea #beta .search button[type="submit"] {
  background: none;
  border: none;
}
/* line 344, ../sass/new_top.scss */
#mainArea #beta .box {
  border-width: 3px 1px 1px;
  border-style: solid;
  border-color: #a57c65 #ccc #ccc;
  margin-bottom: 20px;
}
/* line 349, ../sass/new_top.scss */
#mainArea #beta .box.noHead {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
/* line 354, ../sass/new_top.scss */
#mainArea #beta .box h2 {
  font-weight: bold;
  padding: 8px;
  color: #a57c65;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeef));
  background-image: -moz-linear-gradient(#ffffff, #eeeeef);
  background-image: -webkit-linear-gradient(#ffffff, #eeeeef);
  background-image: linear-gradient(#ffffff, #eeeeef);
  border-bottom: 1px solid #ccc;
}
/* line 362, ../sass/new_top.scss */
#mainArea #beta .box .inner {
  padding: 20px 15px;
}
/* line 364, ../sass/new_top.scss */
#mainArea #beta .box .inner.side01 {
  padding: 20px 23px;
  color: #666;
}
/* line 367, ../sass/new_top.scss */
#mainArea #beta .box .inner.side01 select::-ms-expand {
  display: none;
}
/* line 370, ../sass/new_top.scss */
#mainArea #beta .box .inner.side01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 0.5em;
  font-size: 12px;
  color: #999;
  border: solid 1px #999;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
/* line 389, ../sass/new_top.scss */
#mainArea #beta .box .inner.side01 .select {
  position: relative;
}
/* line 391, ../sass/new_top.scss */
#mainArea #beta .box .inner.side01 .select:after {
  content: "▼";
  font-size: 10px;
  color: #666;
  position: absolute;
  top: 50%;
  right: 1em;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 402, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 {
  padding: 10px 15px;
}
/* line 406, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a {
  padding: 0.4em 0 0.4em 20px;
  display: block;
  background-position: left 45%;
  background-repeat: no-repeat;
}
/* line 411, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont01 {
  background-image: url(../img/sidebar/icon/cont01.png);
}
/* line 412, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont02 {
  background-image: url(../img/sidebar/icon/cont02.png);
}
/* line 413, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont03 {
  background-image: url(../img/sidebar/icon/cont03.png);
}
/* line 414, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont04 {
  background-image: url(../img/sidebar/icon/cont04.png);
}
/* line 415, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont05 {
  background-image: url(../img/sidebar/icon/cont05.png);
}
/* line 416, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont06 {
  background-image: url(../img/sidebar/icon/cont06.png);
}
/* line 417, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont07 {
  background-image: url(../img/sidebar/icon/cont07.png);
}
/* line 418, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont08 {
  background-image: url(../img/sidebar/icon/cont08.png);
}
/* line 419, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont09 {
  background-image: url(../img/sidebar/icon/cont09.png);
}
/* line 420, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont10 {
  background-image: url(../img/sidebar/icon/cont10.png);
}
/* line 421, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont11 {
  background-image: url(../img/sidebar/icon/cont11.png);
}
/* line 422, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 ul li a.cont12 {
  background-image: url(../img/sidebar/icon/cont12.png);
}
/* line 426, ../sass/new_top.scss */
#mainArea #beta .box .inner.side02 img {
  vertical-align: baseline;
}
/* line 430, ../sass/new_top.scss */
#mainArea #beta .box .inner.side03 {
  color: #666;
}

/* line 441, ../sass/new_top.scss */
#banners {
  width: 980px;
  margin: 0 auto 140px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
}
/* line 446, ../sass/new_top.scss */
#banners .column {
  width: 240px;
}
/* line 448, ../sass/new_top.scss */
#banners .column.x2 {
  width: 480px;
}
/* line 450, ../sass/new_top.scss */
#banners .column.x2 a {
  display: block;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
}
/* line 454, ../sass/new_top.scss */
#banners .column.x2 a span {
  width: 240px;
}
/* line 456, ../sass/new_top.scss */
#banners .column.x2 a span.text {
  background: #fff9d5;
  padding: 1em;
  color: #666;
  line-height: 1.25;
}
/* line 465, ../sass/new_top.scss */
#banners .column h2 {
  width: 100%;
  background: #a57c65;
  padding: 3px 6px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 480, ../sass/new_top.scss */
#footer {
  background: #f8eee7;
  border-top: 1px solid #e6ddcc;
  min-width: 980px;
}
/* line 484, ../sass/new_top.scss */
#footer .inner {
  width: 980px;
  margin: 0 auto;
  padding: 30px 40px 0;
  color: #a57c65;
}
/* line 489, ../sass/new_top.scss */
#footer .inner h2 {
  font-size: 16px;
  font-weight: bold;
}
/* line 493, ../sass/new_top.scss */
#footer .inner .btmflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
/* line 495, ../sass/new_top.scss */
#footer .inner .btmflex #footerNav a {
  font-size: 13px;
  margin-right: 1em;
  padding-left: 17px;
  background: url(../img/footer/iconFnavi.gif) left 40% no-repeat;
}
/* line 503, ../sass/new_top.scss */
#footer .inner .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
}
/* line 505, ../sass/new_top.scss */
#footer .inner .flex .lists {
  width: 25%;
  padding: 25px 1em 25px 0;
}
/* line 508, ../sass/new_top.scss */
#footer .inner .flex .lists h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.4em;
}
/* line 513, ../sass/new_top.scss */
#footer .inner .flex .lists ul {
  font-size: 11px;
  margin-bottom: 1.5em;
}
/* line 518, ../sass/new_top.scss */
#footer .inner .flex .lists ul li span img {
  vertical-align: baseline;
  margin-left: 5px;
}

/* line 530, ../sass/new_top.scss */
#copyright {
  min-width: 980px;
  background: #e6ddcc;
  text-align: center;
  color: #666;
  padding: 1em;
}

/* line 541, ../sass/new_top.scss */
.blinking {
  -webkit-animation: blink 1.2s ease-in-out infinite alternate;
  -moz-animation: blink 1.2s ease-in-out infinite alternate;
  animation: blink 1.2s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 559, ../sass/new_top.scss */
input.gsc-search-button {
  background: none;
  border: none;
}
