/* Roboto Icons */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

@media only screen and (max-width: 768px) {
    .visible-md {
      display: none !important;
    }
    .visible-xs {
      display: block;
    }
    .header {
      height: 96px;
      background-color: #fff;
    }
    .header-container {
      margin: 0;
      position: relative;
      line-height: 36px;
    }
    .header-container > p {
      font-size: 12px;
      margin: 12px 52px 0 0;
      float: right;
    }
    .header-top {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
    }
    .header-logo {
      width: 96px;
      margin-left: 10px;
    }
    .header-logo img {
      vertical-align: bottom;
    }
    .header-telephone > a.txt-call {
      color: #232b39;
      font-family: Roboto;
      font-size: 20px;
      font-weight: bold;
      height: 48px;
      line-height: 48px;
      margin-right: 48px;
      overflow: hidden;
      padding: 0;
      text-align: right;
    }
    .header-telephone .icon-fc {
      margin-right: 6px;
      vertical-align: text-top;
      width: 30px;
    }
    .header-second {
      background: #05aa22;
      text-align: center;
      width: 100%;
    }
    .header-second > .area-second > ul {
      background: #05aa22;
      clear: both;
      display: flex;
      flex-flow: nowrap;
      justify-content: space-around;
      height: 48px;
      line-height: 48px;
      padding: 0;
      position: absolute;
      top: 50px;
      width: 100%;
    }
    .header-second > .area-second > ul > li {
      /*width: 44%;*/
    }
    .header-second > .area-second > ul > li.box-check {
      background: #05aa22;
      border: none;
      padding: 0 28px 0 0;
      position: relative;
    }
    .header-second > .area-second > ul > li > a {
      color: #fff;
      display: inline-block;
      font-size: 14px;
      height: 48px;
      line-height: 48px;
      text-decoration: none;
    }
    .header-second > .area-second > ul > li > a > i {
      height: 24px;
      line-height: 48px;
      margin-right: 4px;
      vertical-align: top;
    }
    .header-second > .area-second > ul > li > a > .number-check {
      background: #fff;
      border-radius: 50%;
      color: #e83c60;
      display: inline-block;
      font-size: 13px;
      font-weight: bold;
      height: 28px;
      line-height: 28px;
      margin-left: -1px;
      position: absolute;
      text-align: center;
      top: 10px;
      width: 28px;
    }
    #examination-list,
    #examination-list form,
    #examination-list form .list-ex {
      display: none;
    }
    .area-menu {
      position: relative;
    }
    /* トグルボタン */
    #togglenav {
      display: none;
      position: relative;
    }
    #togglenav:checked + .togglenav-btn:before {
      background: #fff;
      border: solid 1px #ccc;
      border-radius: 4px;
      content: "\e5cd";
      font-family: Material Icons;
      font-size: 24px;
      height: 24px;
      line-height: 24px;
      position: fixed;
      right: 12px;
      text-align: center;
      top: 12px;
      width: 24px;
      z-index: 9999;
    }
    #togglenav:checked ~ .togglenav-bg {
      pointer-events: auto;
      background-color: rgba(0, 0, 0, 0.5);
    }
    .togglenav-btn {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9999;
      width: 48px;
      height: 48px;
      color: #666;
      line-height: 48px;
      text-align: center;
      -webkit-transition: background-color .6s, -webkit-transform .6s;
      transition: background-color .6s, transform .6s;
    }
    .togglenav-btn:before {
      content: "\e5d2";
      font-family: Material Icons;
      font-size: 28px;
    }
    /* トグルを押した際の背景 */
    .togglenav-bg {
      cursor: pointer;
      position: fixed;
      top: 0px;
      right: 0px;
      pointer-events: none;
      z-index: 1;
      width: 100%;
      height: 100%;
      transition: background-color .6s;
    }
    /* ドロワーメニュー */
    .menu-drawer {
      overflow-y: scroll;
      z-index: 1;
      position: fixed;
      top: 0;
      right: 0;
      width: 280px;
      padding-top: 50px;
      max-height: 86%;
      background-color: white;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform .2s;
      transition: transform .2s;
    }
    .menu-drawer h2 {
      background: #f5f5f5;
      color: #232b39;
      display: block;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
      padding: 6px 0 4px 24px;
      text-indent: -16px;
    }
    .menu-drawer h2.ttl-find::before {
      color: #232b39;
      content: "\e8b6";
      font-family: Material Icons;
      font-size: 18px;
      vertical-align: middle;
    }
    .menu-drawer h2.ttl-service::before {
      background: url(../../common_img/icon_service.png) no-repeat;
      background-size: contain;
      content: '';
      display: inline-block;
      height: 12px;
      line-height: 30px;
      margin-right: 4px;
      width: 11px;
    }
    .menu-drawer h2.ttl-knowledge::before {
      background: url(../../common_img/icon_knowledge.png) no-repeat;
      background-size: contain;
      content: '';
      display: inline-block;
      height: 11px;
      line-height: 30px;
      margin-right: 3px;
      ;
      width: 13px;
    }
    .menu-drawer li {
      align-items: center;
      border-bottom: solid 1px #efefef;
      box-sizing: border-box;
      display: flex;
      height: 48px;
      justify-content: flex-start;
      position: relative;
      text-align: left;
    }
    .menu-drawer li a {
      color: #232b39;
      display: block;
      height: 48px;
      line-height: 48px;
      padding-left: 12px;
      text-decoration: none;
      width: 100%;
    }
    .menu-drawer .drawer-menu .drawer-menu-item a:hover {
      background-color: #eee;
      color: #666;
    }
    .menu-drawer li a:after {
      color: #05aa22;
      content: "\e5cc";
      display: inline-block;
      font-family: Material Icons;
      font-size: 24px;
      font-weight: normal;
      position: absolute;
      right: 12px;
      top: 0;
    }
    #togglenav:checked ~ .menu-drawer {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    .btn-docreq > a {
      border-radius: 4px;
      background-image: linear-gradient(45deg, #f19500 0%, #ff8501 100%);
      border: solid 1px #ff7700;
      box-sizing: border-box;
      color: #fff;
      display: block;
      font-size: 14px;
      font-weight: normal;
      height: 48px;
      left: 8px;
      line-height: 1.3;
      margin: 4px auto;
      padding: 6px 0 8px;
      text-align: center;
      text-decoration: none;
      width: 240px;
    }
    .btn-docreq > a > strong {
      font-size: 16px;
    }
  }
  /*===== 共通ヘッダー/PC =====*/
  @media only screen and (min-width:768px) {
    body {
      margin-top: 0;
    }
    header {
      background: #fff;
      font-size: 15px;
      padding: 15px 0 0;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      width: 100%;
      z-index: 101;
    }
    .visible-md {
      display: block;
    }
    .visible-xs {
      display: none !important;
    }
    .header-container {
      margin: 0 auto 4px;
      max-width: 1000px;
    }
    .header-container > p {
      margin: 0 0 15px;
    }
    .header-top {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .header-logo img {
      width: 140px;
      margin: 0;
    }
    .keywords {
      width: 150px;
      height: 30px;
      border: 1px solid #aaa;
      border-radius: 3px 0 0 3px;
      font-size: 14px;
      padding-left: 13px;
    }
    .keywords:focus {
      outline: 0;
    }
    .box-search > p ::-webkit-input-placeholder {
      color: #aaa;
    }
    .box-search > p ::-moz-placeholder {
      color: #aaa;
    }
    .box-search :-ms-input-placeholder {
      color: #aaa;
    }
    .box-search {
      display: flex;
      margin-right: 25px;
    }
    .box-search > p {
      margin: 0;
    }
    .btn-search {
      width: 38px;
      height: 32px;
      background-color: #fafafa;
      border: 1px solid #aaa;
      border-left: none;
      border-radius: 0 3px 3px 0;
      cursor: pointer;
    }
    .btn-search > i {
      color: #05aa22;
      padding: 3px 5px 0;
    }
    .search-btn {
      width: 20px;
      right: 0;
      left: 0;
      margin: auto;
      display: block;
      padding: 8px 0;
    }
    .search-btn:focus {
      outline: none;
    }
    .header-telephone dl {
      margin: 0;
      width: 320px;
    }
    .header-telephone dl a {
      color: #232b39;
    }
    .header-telephone dl dt {
      margin: 0 16px 0 0;
      font-size: 12px;
      text-align: center;
      float: left;
      color: #05aa22;
      background-color: #edf6e3;
      padding: 3px 0;
      width: 120px;
      border-radius: 3px;
      position: relative;
      line-height: 1.5;
    }
    .header-telephone dl dt:before {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      right: -9px;
      top: 14px;
      border-left: 10px solid #edf6e3;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
    }
    .header-telephone dl dd {
      white-space: nowrap;
    }
    .header-telephone dl dd p:first-of-type {
      margin: -.1em 0 0;
      font-family: Roboto, sans-serif;
      font-weight: bold;
      font-size: 29px;
      line-height: 1;
      text-align: right;
    }
    .header-telephone dl dd p:nth-of-type(2) {
      margin: 0;
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
    }
    .header-second {
      background: #05aa22;
      clear: both;
      font-size: 14px;
      height: 48px;
      justify-content: center;
      padding: 8px 0;
      text-align: center;
      width: 100%;
    }
    .header-second > .area-second {
      color: #fff;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 1000px;
    }
    .header-second > .area-second > ul {
      display: flex;
      flex-flow: nowrap;
      justify-content: space-between;
    }
    .header-second > .area-second > ul li {
      align-items: baseline;
    }
    .header-second > .area-second > ul li a {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
    }
    .header-second > .area-second > ul.nav-type-lot li a {
      align-items: center;
      border: solid 1px #fff;
      border-radius: 4px;
      display: flex;
      height: 48px;
      justify-content: center;
      line-height: 1.2;
      margin-right: 8px;
      position: relative;
      text-align: center;
      width: 64px;
    }
    .header-second > .area-second > ul.nav-each {
      margin-top: 24px;
    }
    .header-second > .area-second > ul.nav-each li {
      border-right: solid 1px #fff;
      height: 1.2em;
      line-height: 1.2em;
    }
    .header-second > .area-second > ul.nav-each li:last-child {
      border-right: none;
    }
    .header-second > .area-second > ul.nav-each li a {
      display: inline-block;
      height: 1.2em;
      line-height: 1.2em;
      padding: 0 14px;
      text-align: center;
      width: auto;
    }
    .header-second > .area-second > ul.list-check {
      margin-top: 24px;
    }
    .header-second > .area-second > ul.list-check li {
      line-height: 1;
    }
    .header-second > .area-second > ul.list-check > li a {
      display: inline-block;
      height: 1.2em;
      line-height: 1.2em;
      padding: 0;
      text-align: center;
      width: auto;
    }
    .header-second > .area-second > ul.list-check > li.box-history {
      border-right: solid 1px #fff;
      height: 1.2em;
      line-height: 1.2em;
      padding: 0 14px;
    }
    .header-second > .area-second > ul.list-check > li.box-check {
      background-color: transparent;
      border: none;
      height: 1.2em;
      line-height: 1.2em;
      padding: 0 28px 0 14px;
      position: relative;
    }
    .header-second > .area-second > ul.list-check > li > a > i {
      height: 1em;
      line-height: 1em;
      margin-right: 2px;
      vertical-align: middle;
    }
    .header-second > .area-second > ul > li > a > .number-check {
      background: #fff;
      border-radius: 50%;
      color: #e83c60;
      display: inline-block;
      font-weight: bold;
      height: 24px;
      line-height: 24px;
      margin-left: 4px;
      position: absolute;
      text-align: center;
      top: -4px;
      width: 24px;
    }
    #examination-list {
      width: 360px;
      position: absolute;
      top: 47px;
      right: 0;
      background-color: #FFF;
      z-index: 9999;
      border: 1px solid #05aa22;
      padding: 10px 20px;
      display: none;
    }
    #examination-list h5 {
      font-size: 15px;
      font-weight: bold;
      color: #05aa22;
      margin-bottom: 10px;
    }
    #examination-list .non {
      margin-bottom: 25px;
    }
    #examination-list ul li {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom-width: 1px;
      border-bottom-style: dotted;
      border-bottom-color: #E2E2E2;
      overflow: hidden;
    }
    #examination-list ul li figure {
      float: left;
      margin-right: 15px;
    }
    #examination-list ul li figure img {
      width: 100px;
    }
    #examination-list .submit-btn {
      text-align: center;
      margin-bottom: 10px;
      margin-top: 10px;
    }
    #examination-list .list-close {
      background-color: #E2E2E2;
      text-align: center;
      display: block;
      padding-top: 6px;
      padding-bottom: 4px;
      cursor: pointer;
      margin-bottom: 10px;
    }
    #examination-list .del a {
      text-decoration: none;
      font-weight: bold;
      font-size: 12px;
    }
    #examination-list h2 {
      font-size: 15px;
      font-weight: bold;
      color: #05aa22;
      margin: 0 0 10px 20px;
    }
    #examination-list h2 span {
      color: #404040;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.0;
      margin-left: 20px;
    }
    #examination-list h2 span strong {
      color: #f00;
      font-size: 24px;
      font-weight: bold;
    }
    #examination-list .box-matome {
      font-size: 15px;
      position: relative;
      background: #faf8ed;
      border: 2px solid #118650;
      border-radius: 5px;
      margin: 0 5px 8px;
      padding: 2px 5px;
    }
    #examination-list .box-matome:after,
    .box-matome:before {
      top: 100%;
      left: 7%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }
    #examination-list .box-matome:after {
      border-color: rgba(250, 248, 237, 0);
      border-top-color: #faf8ed;
      border-width: 7px;
      margin-left: -7px;
    }
    #examination-list .box-matome:before {
      border-color: rgba(17, 134, 80, 0);
      border-top-color: #118650;
      border-width: 10px;
      margin-left: -10px;
    }
    #examination-list .box-matome label input {
      height: 24px;
      width: 24px;
    }
    #examination-list ul.list-ex {
      height: 240px;
      margin-bottom: 10px;
      position: relative;
      overflow: auto;
    }
    #examination-list ul.list-ex li {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 5px;
      display: inline-flex;
      flex-flow: nowrap;
      font-size: 13px;
      justify-content: flex-start;
      line-height: 1.5;
      margin: 0 0 10px;
      overflow: hidden;
      padding: 0;
      width: 99%;
    }
    #examination-list ul.list-ex li .box-check {
      background: #bdc8ca;
      border: 1px solid #ccc;
      border-radius: 4px 0 0 4px/4px 0 0 4px;
      padding: 15px;
      position: relative;
      text-align: center;
      width: 12px;
    }
    #examination-list ul.list-ex li .box-check label {
      display: inline-block;
      height: 100%;
      width: 48px;
    }
    #examination-list ul.list-ex li .box-check label input {
      height: 24px;
      left: 6px;
      margin-top: -12px;
      position: absolute;
      top: 50%;
      width: 24px;
    }
    #examination-list ul.list-ex li .box-check label input[type="checkbox"] {
      background: #ccc;
    }
    #examination-list ul.list-ex li .box-detail {
      background: none;
      border: none;
      line-height: 1.3;
      margin: 0;
      padding: 10px 10px 5px;
      position: relative;
      text-align: left;
    }
    #examination-list ul.list-ex li .box-detail .ttl-reien {
      background: none;
      border: none;
      display: block;
      line-height: 1.2;
      margin-bottom: 5px;
      padding: 0;
      width: 100%;
    }
    #examination-list ul.list-ex li .box-detail .ttl-reien a {
      background: none;
      border: none;
      color: #118650;
      font-size: 15px;
      font-weight: 700;
      left: 5px;
      position: static;
      top: 5px;
    }
    #examination-list ul.list-ex li .box-detail .ttl-reien a:after {
      background: none;
      border: none;
    }
    #examination-list ul.list-ex li .box-detail .box-inner {
      display: flex;
      width: 100%;
    }
    #examination-list ul.list-ex li .box-detail .box-inner .thumb {
      height: 60px;
      margin-right: 10px;
      width: 80px;
    }
    #examination-list ul.list-ex li .box-detail .box-inner .thumb img {
      max-height: 60px;
      max-width: 80px;
    }
    #examination-list ul.list-ex li .box-detail .box-inner .txt-price {
      color: #e60012;
      font-size: 15px;
      font-weight: 700;
      white-space: nowrap;
    }
    #examination-list ul.list-ex li .box-detail .box-inner .txt-price img {
      margin-right: 10px;
      vertical-align: baseline;
      width: 80px;
    }
    #examination-list .submit-btn button.button_0 {
      background: #fff;
      border: 0;
      cursor: pointer;
    }
    .vbox-overlay,
    .vbox-inline {
      display: none;
    }
  }
  /*===== 共通ヘッダー/Tablet =====*/
  @media only screen and (min-width: 768px) and (max-width: 1040px) {
    .header {
      width: 100%;
    }
    .header-container {
      padding: 0 0;
      width: 100%;
    }
    .header-top {
      padding: 0 20px;
      width: calc(100% - 40px);
    }
    .header-second > ul {
      width: 100%;
    }
    .header-second > .area-second {
      width: 100%;
    }
    .header-second > .area-second > ul {
      width: 100%;
    }
    .header-telephone dl dt {
      margin-right: 12px;
    }
    .fix-nav-title {
      padding: 0 0;
    }
    .fix-nav-title > ul > li .txt-fromcall {
      display: none;
    }
    #fix-nav-box ul {
      padding: 0 0;
    }
    #fix-nav-box ul .fix-nav-button {
      width: 18%;
      height: 27px;
    }
    #fix-nav-box ul .fix-nav-button a span {
      font-size: 13px;
    }
  }
  /*===== 共通ヘッダー/360px未満 =====*/
  @media only screen and (max-width: 359px) {
    .header-telephone .icon-fc {
      margin-right: 0;
      vertical-align: text-top;
      width: 30px;
    }
    .header-telephone > a.txt-call {
      color: #232b39;
      font-family: Roboto;
      font-size: 18px;
      font-weight: bold;
      height: 48px;
      line-height: 48px;
      overflow: hidden;
      padding: 0;
      text-align: right;
    }
    .header-telephone .icon-fc {
      margin-right: 2px;
      vertical-align: text-top;
      width: 28px;
    }
  }
  
  /*霊園一覧ヘッダー改修（160913）*/
  #fix-detail-header {
    background: url(../common_img/header/bg_border.png) center top repeat-x;
    height: 62px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  #fix-detail-header .area-top {
    background: #fff;
    clear: both;
    height: 52px;
    margin: 0 auto;
    position: relative;
    width: 980px;
  }
  #fix-detail-header .area-top .ttl-reien {
    font-size: 18px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 15px;
    width: 400px;
  }
  #fix-detail-header .area-top .tel {
    left: 400px;
    position: absolute;
    top: 9px;
  }
  #fix-detail-header .area-top .tel img {
    z-index: 9999;
  }
  #fix-detail-header .area-top .tel .txt-tel {
    color: #299064;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  #fix-detail-header .area-top .tel .txt-tel span {
    color: #e87177;
  }
  #fix-detail-header .area-top ul {
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
  }
  #fix-detail-header .area-top li {
    display: inline-block;
    float: left;
    margin-left: 10px;
    padding: 0;
    position: relative;
  }
  #fix-detail-header .area-top li .number {
    bottom: 2px;
    color: #14ae67;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 10px;
  }
  #fix-detail-header .area-top li a:hover {
    opacity: 0.7;
  }


/**
  * 保存した検索条件
  */
.search_conditions-container {
  padding:  0px 20px;
}

.search_conditions-card {
  border: 1px #ccc solid;
  border-radius: 5px;
  margin-bottom: 10px;
}

.search_conditions-card-header {
  border-bottom: #ccc 1px solid;
}

.search_conditions-card-date {
  display: inline-block;
  padding: 10px;
}

.search_conditions-card-clear.material-icons {
  float: right;
  vertical-align: top;
  display: inline-flex;
  font-size: 1em;
  font-weight: bold;
  color: #999;
  padding: 10px;
  max-width: none;
  cursor: pointer;
}

.search_conditions-card-body label {
  padding: 5px 10px;
  background-color:  #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 12px;
}

.search_conditions-card-body {
  padding: 10px;
}

.search_conditions-card-body ul {
  font-size: 13px;
  margin-bottom: 10px;
}

.search_conditions-card-body ul li {
  display: inline-block;
}

.search_conditions-card-body ul li:after {
  content:  "/";
  padding: 0px 2px;
}

.search_conditions-card-body ul li:last-child:after {
  content: "";
}

.search_conditions-card-body a.search_conditions-card-button {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  background-color: #05aa22;
  color: #fff;
  text-align: center;
}


#saved_search_condition_list {
  width: 400px;
  position: absolute;
  top: 47px;
  right: 0;
  background-color: #FFF;
  z-index: 9999;
  border: 1px solid #05aa22;
  text-align: left;
  padding: 10px 0;
  color: #404040;
}

#saved_search_condition_list h2.ttl-list {
  font-size: 15px;
  font-weight: bold;
  color: #05aa22;
  margin: 0 0 10px 20px;
}

#saved_search_condition_list strong.regist_cemetery_list_cnt {
  color: #f00;
  font-size: 24px;
  font-weight: bold;
}

#saved_search_condition_list .list-close {
  background-color: #E2E2E2;
  text-align: center;
  display: block;
  padding-top: 6px;
  padding-bottom: 4px;
  cursor: pointer;
  margin-bottom: 10px;
  margin: 0 20px;
}


/* 鎌倉新書共通ヘッダー（PC） */
@media only screen and (max-width: 768px) {
  .ks-header {
    display: none;
  }
}

@media only screen and (min-width:768px) {
  .ks-header {
    background: #05aa22;
    color: #fff;
    display: block;
    height: 40px;
  }
  .ks-header .ks-nav {
    display: flex;
    flex-flow: nowrap;
    font-size: 14px;
    height: 40px;
    justify-content: flex-start;
    line-height: 40px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
  .ks-header .ks-nav__txt {
    color: #fff;
    padding-right: 13px;
  }
  .ks-header .ks-nav__item > a {
    border-left: solid 1px #017513;
    color: #fff;
    padding: 5px 13px;
    text-decoration: underline;
  }
  .ks-header .ks-nav__item > a.no-border {
    border-left: none;
  }
  .ks-header .ks-nav__item.active {
    background: #fff;
    color: #232b39;
    padding: 0 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .ks-header .ks-nav {
    font-size: 1.3vw;
  }
  .ks-header .ks-nav__txt {
    padding-right: 10px;
  }
  .ks-header .ks-nav__item > a {
    padding: 5px 12px;
  }
  .ks-header .ks-nav__item.active {
    padding: 0 12px;
  }
}

/*
=========================================================
検討リストへの導線 MOON_L1-3582
=========================================================
*/
.btn__to-list_save_resources{
  display: block;
  width: 87%;
  margin: 0 auto 10px auto;
  text-decoration: none;
  box-sizing: border-box;
  padding:1px;
  background: #03aa22;
  line-height: 1;
  border-radius: 3px;
  border: #03aa22 solid 1px;
  background: rgb(3,170,34); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(3,170,34,1) 0%, rgba(3,148,34,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(3,170,34,1) 0%,rgba(3,148,34,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(3,170,34,1) 0%,rgba(3,148,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03aa22', endColorstr='#039422',GradientType=0 ); /* IE6-9 */
}

.btn__to-list_save_resources span{
  display: block;
  border:#65ab3f solid 1px;
  border-radius: 2px;
  padding: 12px 0;
  color: #fff ;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
}

.btn__to-list_save_resources span em{
  display: inline-block;
  padding-left: 0;
  font-style:normal;
}

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

  .btn__to-list_save_resources{
    width: 94%;
    margin: 0 auto 10px auto;
  }
  
  .btn__to-list_save_resources span{
    padding: 8px 0;
    font-size: 17px;
    font-weight: bold;
  }
  
  .btn__to-list_save_resources span em{
    padding-left: 20px;
    position: relative;
  }
  
  .btn__to-list_save_resources span em::before{
    content:"";
    position: absolute;
    left:0;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
  }
  
}
