@charset "UTF-8";
/*グラデーションsass*/
/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
aside .fix_top {
  top: 64px !important;
}
aside .search_block {
  background-color: #efefef;
  padding: 24px;
}
aside .search_block .heading {
  padding-bottom: 8px;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 16px;
}
aside .search_block h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
aside .search_block .selectbox {
  margin-bottom: 16px;
}
aside .search_block .selectbox:nth-last-of-type(1) {
  margin-bottom: 0;
}
aside .search_block select {
  background-color: #fff;
  padding: 8px;
  width: 100%;
  min-height: 46px;
}
aside .search_block .btn_search input {
  position: relative;
  color: #fff;
  background-color: #00995E;
  border: 1px solid #00995E;
  padding: 12px 16px;
  line-height: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
aside .side_block {
  margin-bottom: 16px;
}
aside .side_block.banner img {
  width: auto;
  max-width: 100%;
}
aside .side_block.shadow {
  box-shadow: 0px;
}
@media (min-width: 769px) {
  aside .search_block .btn_search input:hover {
    background-color: #fff;
    color: #00995E;
    border: 1px solid #00995E;
    transition-duration: 0.5s;
  }
  aside .side_block.banner:hover a img {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
}