@charset "uth-8";

*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}ol, ul {list-style: none;margin: 0;padding: 0;}

li a {
  position: static !important;
  color: #333333 !important;
}

a {
  color: #333333 !important;
}

a:hover, a:focus {
  text-decoration: none !important;
  opacity: .8;
}

body {
    color: #333333;
    font-size: 14px;
    /*font-family: 'Sawarabi Gothic';*/
    background-color: #ffffff;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

h1 {
    font-size: 10px;
    font-family: 'Hannari';
    font-weight: normal;
}

.clear {
  clear:both;
}

svg {
  width: 40px;
}

hr {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#283593 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#283593 50%,transparent 100%);
}

li {
  position: relative;
}

main {
  background-color: #ffffff;
}

/* 影設定 */
header > section,
.slider > ul > div,
.tabs, .menu,
.menu_item,
.list_item figure,
.r_slick > div li,
.r_slick_th li,
.item_link {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px,
    rgba(0, 0, 0, 0.16) 0px -1px 4px;
}

/* header in メインヘッダー */
.header {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 90px;
    z-index: 999999;
    transition: all .5s;
    top: 0;
}
.header.hide {
    transform: translateY(-100px);
    color: #ffffff;
    display: block;
}
/* ///////////////////////////////////////// */
header img { 
    width: 60px;
}
.header article svg {
  width: 45px;
}

.header > article:nth-of-type(1) {
    display: flex;
    justify-content: center;
    background-color: #145460;
    color: #f2f7f5;
}
.header article ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 100%;
}
.header article li {
  display: flex;
  align-items: center;
}

/* 第２ヘッダー */
.serevice {
    padding-top: 90px;
    background-color: #E8C492;
}
.serevice figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.serevice figcaption {
  font-size: 12px;
  margin-top: 5px;
  font-weight: bold;
  color: #666666;
}
.serevice a {
  text-decoration: none !important;
}
.serevice img {
    width: 40px;
    filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.2));
}
.serevice svg {
  width: 40px;
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.2));
}
.serevice > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  height: 80px;
}
.serevice li {
  width: calc(100%/3);
}

/* ハンバーガーメニュー */
.btn-trigger {
  position: relative;
  width: 40px;
  height: 36px;
  cursor: pointer;
  z-index: 999999;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #C19E46;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 16px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
}

/* メニュー */
.menu {
  width: 100%;
    background-color: #ffffff;
    position: fixed;
    min-height: 100vh;
    z-index: 9999;
    left: -110%;
    transition: all 1s; 
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}
.menu.active {
    transform: translateX(110%);
}
.menu_item {
    padding: 20px;
    min-height: calc(100% - 170px);
}
.menu_item li {
  margin-bottom: 20px;
}
.menu_list a {
  display: flex;
  flex-wrap: wrap;
}
.menu_item a > div:nth-of-type(1) {
  display: flex;
  align-items: center;
}
.menu_item a > div:nth-of-type(2) {
  flex: 1;
}
.menu_item > ul:nth-of-type(2) img{
  margin: 5px 10px 0 0;
}
.menu_list span {
  font-size: 0.694rem;
  border-radius: 2px;
  color: #ffffff;
  padding: 1px 3px;
  display: inline-block;
  margin: 2px 0;
}
.menu_list {
  padding-bottom: 5px;
}
.menu_list p {
  font-family: 'Sawarabi Mincho';
}
.menu_list li > div:nth-of-type(2) {
  flex: 1;
}
.menu_hed {
  padding-bottom: 10px;
  border-top: .5px solid #E8C492;
  border-bottom: .5px solid #E8C492;
}
.menu_hed li {
  margin: 15px 0;
  font-family: 'Sawarabi Mincho';
}


/* トップスライダー */
.slider {
    position: relative;
    z-index: 1;
}
.slick-dots {
    bottom: 5px !important;
}
.slick-dotted.slick-slider {
    margin: 0 !important;
    padding-bottom: 30px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/2);
    height: 50px;
    background-color: #475d5b;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ffffff;
  color: #333333;
}


/* 一覧 */
.list_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_item figure {
  width: calc(100% / 2 - 10px);
  margin-bottom: 20px;
}
.list_item figcaption {
 padding: 5px 5px 0;
}
.list_item p {
  text-align: right;
  /*font-size: 0.833rem;*/
  color: #666666;
  font-family: 'Sawarabi Mincho';
  padding: 0 5px 5px;
}
.list_item figcaption img {
  position: static;
}
.tab_content > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.tab_content > div > a {
  text-align: center;
  color: #ffffff;
  padding: .5rem 4rem;
  border-radius: 0.5rem;
}

/* おすすめスライダー */
.recom_content {
  background-color: #F6EBCD;
  padding: 10px;
}
.r_slick > div li {
  background-color: #ffffff;
  padding: 10px;
  margin: 10px !important;
}
.r_slick .slick-slide {
  margin: 0 10px;
}
.r_slick li a {
  position: absolute !important;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all .2s;
}
.r_slick li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
/*.r_slick .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear;
}*/
.r_slick figure {
  display: flex;
  flex-direction: column;
}
.r_slick p {
  font-family: 'Sawarabi Mincho';
  display: flex;
  align-items: center;
  order: 0;
}
.r_slick p span {
  font-size: 1.44rem;
  color: #E8C492;
  margin-right: 5px;
}
.r_slick img {
  margin: 5px 0;
  order: 2;
}
.r_slick_th {
  margin-top: 20px;
}
.r_slick_th li {
  padding: 5px;
  background-color: #ffffff;
  width: 50px;
  margin: 0 15px;
}
.r_slick figcaption {
  order: 2;
}
.r_slick figcaption::after {
  content: "続きを読む>>";
  margin-left: 1em;
  text-decoration: underline;
}

.list_item figure div {
  position: relative;
  width: 100%;
}
.list_item figure div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.list_item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.item_link {
  display: block;
  background-color: #145460;
  color: #ffffff !important;
  text-decoration: none;
  width: 50%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1rem;
  transition: all .2s;
}

.item_link:hover {
  opacity: .8;
}

/* 色設定 */
.header > article:nth-of-type(1) {
  height: 20px;
  background-color: #145460;
}
.header > article:nth-of-type(2) {
  height: 70px;
}


.menu_guide {
  margin-top: 20px;
}
.menu_guide img{
  width: 100%;
  margin-bottom: 20px;
}

.menu_list img {
  width: 50px;
}

.side_koda li {
  margin-top: 20px;
  font-family: 'Sawarabi Mincho';
}
.side_koda li figure {
  display: flex;
  align-items: center;
}
.side_koda img {
  width: 50px;
  margin-right: 10px;
}
.side_koda span {
  margin-right: .5em;
}

.notice {
  background-color: #ffffff;
  padding: 20px 0;
}
.notice h4 {
  font-family: 'sawarabi mincho';
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  background-color: #;
}
.notice div {
  padding: 10px;
  margin: 10px;
  border: solid 3px #F6EBCD;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

footer {
  background-color: #444444;
}
footer a {
  color: #ffffff !important;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
}
footer li {
  width: 50%;
  padding: 10px;
  border-bottom: solid 1px #333333;
}
footer li:nth-of-type(2n) {
  border-left: solid 1px #333333;
}
footer div {
  background-color: #ffffff;
  font-size: 11px;
  color: #666666;
  padding: 20px;
  text-align: center;
}
footer div span {
  display: inline-block;
}

svg {
  fill: #B69600;
}
.slider {
  background-color: #F6EBCD;
}
.serevice svg {
  fill: #475d5b;
}
.btn-trigger span {
  background-color: #B69600;
}
.serevice {
  background-color: #F6EBCD;
}
.menu_list span {
  background-color: #B69600;
}
.tab_item {
    background-color: #a1a1a1;
}
.tab_content > div > a {
  background-color: #145460;
}

.sideber {
  display: none;
}
.header_pc {
  display: none;
}
.menu_pc {
  display: none;
}
.footer_guide {
  display: none;
}
.r_thumb {
  display: none;
}

@media screen and (min-width:1024px) {
  main {
    margin: 20px 30px 0 0;
  }
  
  header > section,
  .slider > ul > div,
  .tabs, .menu,
  .menu_item,
  .r_slick_th li {
      box-shadow: none;
  }

  .tab_item {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px,
    rgba(0, 0, 0, 0.16) 0px -1px 4px;
  }

  body {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }

  header {
    border-top: solid 5px #145460;
  }

  header img {
    width: 70px;
  }
  
  h1 {
    font-size: 24px;
    margin-left: 10px;
    color: #B69600;
  }

  /*.sideber,
  main {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px,
    rgba(0, 0, 0, 0.16) 0px -1px 4px;
  }*/

  header > section {
    box-shadow: none;
  }

  .header {
    display: none;
  }
  .header_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .header_pc > div:nth-of-type(1) {
    display: flex;
    align-items: center;
  }

  .note {
    font-size: 12px;
    color: #666666;
    text-align: right;
  }
  .account {
    height: 70px;
  }
  .account > div > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 7px;
    margin-bottom: 10px;
  }
  .account li {
    padding-left: 24px;
    position: relative;
  }
  .account svg {
    width: 1em;
    margin-right: 6px;
  }
  .my_account svg {
    fill: #666666;
  }
  .my_item {
    background-color: #666666;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 10px;
  }
  .my_item svg {
    fill: #ffffff;
  }
  .my_item a {
    color: #ffffff !important;
  }

  .serevice {
    display: none;
  }

  .menu_pc {
    display: block;
    max-width: 1440px;
    margin: 10px auto;
    padding: 0 20px;
    font-family: 'Sawarabi Mincho';
  }

  .menu_pc ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
  }
  .menu_pc ul li {
    margin-right: 30px;
  }

  .slider img {
    height: 500px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
  }

  .slider {
    z-index: 9999999;
    background-color: #ffffff;
  }

  .content {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
  }
  .sideber {
    display: block;
    background-color: #ffffff;
    width: 300px;
    position: relative;
    z-index: 99;
  }

  .menu_item {
    height: 100%;
    width: 300px;
  }
  
  main {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 9;
  }

  .list_item {
    justify-content: flex-start;
  }
    
  .list_item figure {
    width: calc(100% / 3 - 14px);
    margin-bottom: 20px;
    margin-right: 20px;
    transition: all .2s;
  }
  .list_item figure:nth-of-type(3n) {
    margin-right: 0;
  }
  .list_item figure:hover {
    opacity: .8;
  }

  .item_link {
    width: 30.5%;
  }

  .r_slick figure {
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .r_slick img {
    max-width: 50%;
    float: left;
    margin-right: 10px;
    margin: 0 10px 0 0;
  }
  .r_slick p {
    order: 1;
    font-size: 20px;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .r_slick p span {
    font-size: 36px;
  }
  .r_slick figcaption {
    order: 2;
  }

  .r_thumb {
    display: block;
    bottom: 30px;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    padding: 10px;
    justify-content: center;
  }

  .r_thumb img {
    width: 50px;
    margin-right: 10px;
    transition: all .2s;
  }

  .r_thumb img:hover {
    opacity: .8;
  }

  .r_thumb .thumbnail-current {
    border: solid 2px rgba(255, 0, 0, .5);
  }
  
  .recom_content {
    background-color: #fff;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 50px;
  }

  .tab_item {
    width: calc(100% / 2 - 30px);
    margin-left: 20px;
  }
  .tabs input:checked + .tab_item {
    background-color: #145460;
    color: #ffffff;
  }

  .footer_guide {
    background-color: #f1f1f1;
    display: block;
    padding-bottom: 30px;
  }
  
  .footer_guide > div {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px 20px;
    justify-content: space-between;
  }
  
  .footer_guide section {
    width: 45%;
  }

  .footer_guide h5 {
    font-size: 20px;
    margin: 2em 0 1em;
  }

  .footer_guide p {
    font-weight: bold;
    margin-top: 1em;
  }

  .footer_guide img {
    width: 200px;
  }

  .notice div {
    margin: 10px 20px;
    max-height: 500px;
  }

  footer ul {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
  }

  footer li {
    border: none !important;
    width: 25%;
  }

  footer a {
    font-size: 12px;
  }
  
  .icon:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
    background-size: 16px 160px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
  }
  
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
    top: 5px;
  }
}



@media screen and (min-width:1440px) {
  .list_item figure {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
  }
  .list_item figure:nth-of-type(3n) {
    margin-right: 20px;
  }
  .list_item figure:nth-of-type(4n) {
    margin-right: 0;
  }
}
  
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before {background-position: 0 -32px;}
.icon-down:before { margin: 5px 5px 0 0; background-position: 0 -64px; }
.icon-up:before { background-position: 0 -48px; }
.icon-up2:before { background-position: 0 -90px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

/* フリーページ */
.free__page {
  background-color: #ffffff;
  padding: 10px 10px 0;
}

.free__page h2 {
  margin-bottom:10px;
  font-size: 18px;
  font-family: Sawarabi Mincho;
  border-bottom: solid 1px #475d5b;
  padding-bottom: 4px;
}
.free__page h3 {
  font-size: 20px;
}
.phone p,.first p {
  margin:20px 0;
}

.guide_menu {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  justify-content: space-between;
}

.guide_menu a {
  display: flex;
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  border: solid 1px #C19E46;
  margin-bottom: 20px;
}

.manual {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.manual img {
  max-width: 500px;
}
.manual li {
  display: flex;
  margin-bottom: 10px;
}
.manual li span {
  display: flex;
  background-color: red;
  color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  font-weight: bold;
}
.manual li div {
  flex: 1;
}

.free__page details div {
  background-color: #f1f1f1;
  padding: 20px;
}

.free__page details p {
  margin: 0;
}

.free__page details img {
  margin-top: 10px;
}

.complate {
  flex-direction: column;
  margin-top: 20px;
}

.complate h3 {
  border-bottom: solid 1px;
  margin-bottom: 5px;
}

.phone a {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.phone a span{
  position: relative;
  padding: 0 0 0 16px;
}
.phone a span::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
  left: 0;
  border: 6px solid transparent;
  border-top: 7px solid #555;   /* 好みで色を変えてください */  
}

.number {
  display: flex;
  flex-wrap: wrap;
}
.number > div {
  width: 300px;
  background-color: #F6EBCD;
  padding: 10px 20px;
  text-align: center;
  margin: 20px;
}

.number p {
  font-size: 20px;
  margin: 0;
}

@media screen and (min-width:1024px) {
  .free__page {
    padding: 0 1% 20px;
  }
  .manual img {
    width: 50%;
  }
  .manual ul {
    width: 50%;
    padding-left: 20px;
  }
  .slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slick-next:before{
    background: url('https://img07.shop-pro.jp/PA01432/169/etc/arrow_r.png?cmsp_timestamp=20210529115308')!important;
    background-size: contain!important;
  }
  .slick-prev:before{
    background: url('https://img07.shop-pro.jp/PA01432/169/etc/arrow_l.png?cmsp_timestamp=20210529115254')!important;
    background-size: contain!important;
  }
  .guide_menu a {
    width: 30%;
  }

  .free__page h2 {
    font-size: 22px;
  }
}

/*.cartjs_product_form {
  width: 50% !important;
  float: left !important;
}

.carts_box > div:nth-of-type(1) .cartjs_product_form {
  margin-top: 60px !important;
}
.cartjs_product_img {
  width: 80% !important;
}
.cartjs_cart_in {
 width: 90% !important;
    height: 7em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartjs_sk_link_other {
 width: 90% !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}

@media screen and (max-width:767px) {
  .cartjs_product_form {
  width: 100% !important;
  float: left !important;
  }
  .cartjs_cart_in {
    height: auto;
  }
}*/

  .search-select {
    margin-bottom: 10px;
  }

  .search-box {
    float: left;
    width: 70%;
    height: 31px;
  }

  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
  }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.icon {
  padding-left: 2px;
}
.icon:before {
  margin-left: 0;
}
.icon:before { 
    position: absolute;
    left: 6px;
    top: 2px;
}