@charset "UTF-8";
/*          下層　　　　　*/
.page_box {
  padding: 100px 50px;
}
.page_box .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.w1000 {
  max-width: 1000px !important;
  margin: 0 auto;
}
.w800 {
  max-width: 800px !important;
    margin: 0 auto;
}
.page_title {
  font-weight: bold;
  color: #fff;
  height: 150px;
  margin: 70px 0 35px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  background: linear-gradient(45deg, #155faa, #155faa, #009b3f);
}
.page_title span{
position: relative;
display: block;
width: fit-content;
margin: auto;
}
.page_title span:before,
.page_title span:after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--color_03);
    width: 10px;
    height: 10px;
    border-radius: 50px;

}
.page_title span:before {
       right: -25px;
}
.page_title span:after {
    left: -29px;
}

/*.page_title:before {
  content: "";
  display: block;
  background: #efefef;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}*/
.page_h2 {
  margin: 30px auto 25px auto;
  position: relative;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  width: fit-content;
  left: -15px;
}
.page_h2.left {
  margin-left: 0;
  margin-right: 0;
  left: 0;
}
.pp_box .page_h2 {
  margin: 50px 0 30px 0;
  left: 0;
}
.page_h2:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 20px;
  aspect-ratio: 10 / 15;
  height: auto;
  display: block;
  background: url(../images/common/icon_pin_g.svg) no-repeat center center / contain;
}
.page_h3 {
  font-weight: bold;
  margin: 20px 0 10px 0px;
  font-size: 18px;
}
.more {
  margin-top: 40px;
}
.more a {
  position: relative;
  color: #fff;
  background-color: var(--color_02);
  padding: 10px 20px;
  width: 100%;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  max-width: 200px;
      text-align: left;
}
.more_g a {
  background-color: var(--color_01);
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.page_tips {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_reverse {
  flex-direction: row-reverse;
}
.bg_usu_gray {
  background: #F5F5F5;
}
.table_wrap {
  padding: 50px;
  background: #fff;
  border-radius: 15px;
}
.common_table {
  border: none !important;
}
.common_table th, .common_table td {
  border: none;
  padding: 20px 10px;
  vertical-align: middle;
}
.common_table th {
  width: 250px;
  background: none;
  text-align: left;
  font-weight: bold;
  border-top: solid 2px var(--color_01);
}
.common_table td {
  border-top: solid 2px #f4f4f4;
}
.common_table p:not(:last-of-type) {
  margin-bottom: 15px;
}
.common_table p {
  line-height: 1.5 !important;
}
.img img {
  border-radius: 15px;
}
.w1300 {
  max-width: 1300px !important;
}


/*わたしたちについて*/
.zu_sanmi{
text-align: center;
}
.zu_sanmi img{
max-width: 500px;
}
.center_img{
margin-bottom: 80px;
}
.center_img img{
border-radius: 15px;


}
.rinen_text_wrap{
max-width: 800px;
margin: 0 auto;
}
.rinen_main_text{
font-weight: bold;
font-size: 20px;
text-align: center;
margin-bottom: 45px;
line-height: 2;
}

.greeting_LR{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.greeting_LR .img{
width: 49%;
}
.greeting_LR .text{
width: 42%;


    flex-direction: column; 
    justify-content: center; 
display: flex;

}
.greeting_LR .text .midasi{
font-weight: bold;
font-size: 38px;
margin-bottom: 40px;
}
/*企業案内*/
.company_tuyomi {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.top_tuyomi_detail .page_midasi {
  font-size: 22px;
  font-weight: bold;
  color: var(--color_01);
  line-height: 1.5;
  letter-spacing: 0px
}
.top_tuyomi_detail {
  position: relative;
}
.tuyomi_img_wrap {
  width: 100%;
  margin-left: auto;
}
.tuyomi_img_wrap .img {
  border-radius: 0;
  overflow: hidden;
}
.ttd_02 .tuyomi_img_wrap .img {
  border-radius: 0;
  position: relative;
}

.tuyomi_img_wrap .img:before {

    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}
.ttd_01 .tuyomi_img_wrap .img:before {
background: linear-gradient(90deg,rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.53) 18%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0) 100%);
}


.ttd_02 .tuyomi_img_wrap .img:before {
background: linear-gradient(270deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.53) 18%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0) 100%);

}



.tuyomi_text_wrap {
  width: calc(100% - 50px);
}
.tuyomi_text_wrap .text {
  width: 100%;
  position: relative;
  margin-top: 30px;
}




.ttd_02 {
  margin-top: 50px;
}



 .com_pdf_wrap{
 grid-row-gap: 15px;
  }
    .com_pdf_wrap p{
	width: 100%;
	}







.kyoten_map_LR > div {
  width: 47.5%;
  height: auto;
}
.kyoten_map_LR .gglmap {
  aspect-ratio: 16 / 11;
}
.kyoten_map_LR .gglmap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kyoten_map_LR .midasi {
  font-weight: bold;
  margin: 20px 0 15px;
  font-size: 20px;
}
.gglmap {
  border-radius: 15px;
  overflow: hidden;
}


/***　クッション画像*/
.kazari_img {
  height: 250px;
}
.kazari_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.service_list {
  grid-row-gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.service_list_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 50px;
  margin-bottom: 40px;
}
.service_list_02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 60px;
}
.service_list > li {
  width: 30%;
  text-align: center;
}
.service_list .midasi {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 5px;
}
.service_list p {
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
}

/* カタログ　　*/

.products_dl_box{
border-radius: 15px;
padding: 50px;
border:solid 2px var(--color_02);
background: #fff;
text-align: center;
max-width: 1000px;
margin: 0 auto;


}
.products_dl_box .midasi{
font-weight: bold;
font-size: 24px;
margin-bottom: 30px;
color: var(--color_02);
}
.products_dl_box  p{
max-width: 800px;
margin: 0 auto;
text-align: left;
}
.more_auto{
margin-left: auto;
margin-right: auto;
}
/* カタログ nav　　*/
.products_nav_wrap{
    background: #F5F5F5;
	padding: 30px 25px;
}
.products_nav{
max-width: 1000px;
margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;


}
.products_nav li{
width: 19%;
}
.products_nav a{
    text-align: left;
    color: var(--color_01);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    border: solid 2px var(--color_01);
	height: 47px;
    padding: 5px 0;
    position: relative;
    width: 100%;
    display: block;
    border-radius: 50px;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
	width: 100%;
	


}

.products_nav a:before {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px var(--color_01);
    border-right: solid 2px var(--color_01);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.products_nav a:hover {
    background: var(--color_01);
    color: #fff;
    opacity: 1;
}
.products_nav a:hover:before {
    border-color: #fff;
}

/* カタログ table　　*/


.products_box .inner{
max-width: 1300px!important;
}
.gread_aution{
font-size: 10px;
line-height: 1.4!important;
}
.product_table_all_warp{
    background: #F5F5F5;
	margin-bottom: 20px;
    padding: 50px;
	    border-radius: 15px;


}
.products_box.bg_usu_gray .product_table_all_warp{
    background: #fff;

}
.table_scroll_wrapper{
    background: #fff;
}

.grade_name{
font-size: 20px!important;
}
.product_table{
border: none!important;
    table-layout: fixed;
}
.product_table th,
.product_table td{
font-size: 11px;
    line-height: 1.2;
    padding: 5px 5px;
    text-align: center;
    vertical-align: middle;
    word-break: break-word;
    box-sizing: border-box;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    background: #fff;

}
.product_table td{
border: none;
}
.product_table tr{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;


}
.product_table_01 td{
background: #fff;
}
.c_y{
font-weight: bold;
background:#7e7e7e!important;
}
.c_y_01 th,
.c_y_01 th{
background: var(--color_01);
color: #fff;
font-weight: bold;

}
.product_table .haba_kotei{
width: 155px;
}
.product_table .haba_kotei_02{
width: 96px;
}.product_table .haba_kotei_03{
width: 61px;

}
.product_table .c_col_3 td:nth-of-type(-n+2),
.product_table .c_col_2 td:nth-of-type(-n+3),
.product_table .c_col_1 td:nth-of-type(-n+4),
.c_col_4 td:first-of-type{
//background: orange;
}

.product_table tr:nth-of-type(odd) td{
}
.product_table tr:nth-of-type(even) td{

}
.bg_g td{
background: #f4f4f4!important;
}
.bg_w td{
background: #fff;
}

/*プライバシーポリシー*/
.pp_ol {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: 20px;
}
.pp_ol li {
  list-style-type: decimal;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: 1.5;
}


/*****資料カタログDLぺーじ*/
.catalog_dl_wrap .link-template-default{
    max-width: 500px;
margin: 0 auto;
margin-top: 50px;


}
.catalog_dl_wrap .w3eden .media-body{
text-align: left;
}
.catalog_dl_wrap .w3eden .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
}
.catalog_dl_wrap .w3eden .card-body{
    padding-right: 17px;


}

/*******サイトマップ*/
.sitemap_wrap .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 25px;
}
.sitemap_wrap .menu > li {
  width: 49%;
}
.sitemap_wrap .menu > li > a {
  position: relative;
  border: solid 2px var(--color_01);
  color: var(--color_01);
  background-color: #fff;
  padding: 10px 20px;
  width: 100%;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
}

.sitemap_wrap .sub-menu{
margin-left: 30px;
margin-top: 15px;
border-left:solid 2px var(--color_01);
padding-left: 25px;
}
.sitemap_wrap .sub-menu a{
font-weight: bold;
display: block;
position: relative;



}
.sitemap_wrap .sub-menu a:hover{
background: transparent;
color: var(--color_01);
}

.c-btn::after{
display: none;
}
.c-btn{
position: relative;
}
.c-btn:after,.c-btn:before,
.text-xs-center:before, .text-xs-center:after, .more a:after, .more a:before, .sitemap_wrap li a:after, .sitemap_wrap li a:before {
  position: absolute;
  right: 0;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--color_03);
}
.c-btn:after,
.text-xs-center:after, .sitemap_wrap li a:after, .more a:after {
  right: 17px;
  width: 20px;
  height: 2px;
}
.c-btn:before,
.text-xs-center:before, .sitemap_wrap li a:before, .more a:before {
  content: "";
  position: absolute;
  right: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  transition: all 0.2s ease-out 0s;
}
.text-xs-center:hover, .sitemap_wrap li a:hover, .more a:hover {
  color: #fff;
  background: var(--color_01);
  opacity: 1;
}
.c-btn:hover:before,
.text-xs-center:hover:before, .sitemap_wrap li a:hover:before, .more a:hover:before {
  right: 25px;
}

/*　　　　　　　　　　　お問合せ　*/
.thanks_box .inner {
  padding: 100px 0;
}
.thanks_text {
  text-align: center;
}
/* お問い合わせフォーム　各種 */
.cf7 {
  border: none !important;
}
.cf7 input {
  font-family: Lato, "Noto Sans Japanese", メイリオ, Meiryo, Osaka, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.cf7 tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
}
.cf7 th, .cf7 td {
  border: none;
  padding: 20px 10px;
  vertical-align: middle;
}
.cf7 th {
  width: 250px;
  background: none;
  text-align: left;
  font-weight: bold;
  border-top: solid 2px var(--color_01);
  word-break: break-word;
}
.cf7 td {
  border-top: solid 2px #f4f4f4;
}
.cf7 .req {
  color: red;
  font-weight: bold;
}
.cf7 .input_small input {
  width: 50px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
  height: 23px;
}
.cf7 .input_medium .wpcf7-list-item {
  display: block;
}
.cf7 .input_medium .wpcf7-free-text {
  width: 150px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
  height: 23px;
}
.cf7 .input_small_calendar input {
  width: 200px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
}
.cf7 .select_small select {
  width: 70px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
}
.text-xs-center {
  text-align: center;
}
.text-xs-center {
  max-width: 200px;
  margin: 0 auto;
  position: relative;
  border-radius: 100px !important;
}
.text-xs-center:before, .text-xs-center:after {
  pointer-events: none;
}
input[type="submit"] {
  border-radius: 100px !important;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  background-color: #155faa;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: var(--color_01);
}
button, input, select, textarea {}
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], textarea {
  border: solid 1px #ccc;
  padding: 5px 10px;
  height: 40px;
  width: 100%;
}
input[type="file"] {
  width: 100%;
}
textarea {
  width: 100%;
  height: 150px;
}
button, input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}
.doui {
  margin: 30px 0;
  text-align: center;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-spinner {
  display: none;
}
/*　　　　　　　　　　　　　　　　　　　　archive　*/

/*＊＊＊＊お知らせ　*/

/*　　　お知らせ　　*/
.blog_wrap{
padding: 100px 25px;
}
.top_news .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.top_news_list {}
.top_news_list > li {
  border-bottom: solid 1px #DEDEDE;
  font-weight: bold;
}
.top_news_list > li a {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.top_news_list > li a:before {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px var(--color_01);
    border-right: solid 2px var(--color_01);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}


.top_news_list .blog_meta {
  font-size: 14px;
  letter-spacing: 1px;
  width: 150px;

  font-weight: normal;
}
.top_news_list > li .title {
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
}
.top_news_list .title a {
  display: block;
  position: relative;
  transition: all 0.2s ease-out 0s;
  color: #0566AB;
}
.top_news_list .title a:after {
  background: url(../images/common/arrow_b.svg) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 22px;
  display: block;
  content: "";
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  transition: all 0.2s ease-out 0s;
}
.top_news_list .title a:hover {
  opacity: 0.7;
}
.top_news_list .title a:hover:after {
  right: 10px;
}
.title_wrap {
	    margin-bottom: 40px;
}
.title_wrap .title{
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding: 0 0 0 38px;


}
.title_wrap .title:before {
    position: absolute;
    left: 0;
    top: px;
    content: "";
    width: 20px;
    aspect-ratio: 10 / 15;
    height: auto;
    display: block;
    background: url(../images/common/icon_pin_g.svg) no-repeat center center / contain;
}

/*　sidebar */
.widget {
  margin-bottom: 40px;
}
.widget-title {
  font-size: 33px;
  border-bottom: solid 2px #7c9700;
  letter-spacing: 4px;
  font-weight: normal;
  line-height: 1;
  color: #7c9700;
  padding: 0 0 15px;
}
.widget ul li {
  border-bottom: dashed 1px #7c9700;
}
.widget ul li a {
  display: block;
  padding: 15px 15px 15px 10px;
  line-height: 1.5;
  position: relative;
}
.widget ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  top: 50%;
  right: 6px;
  position: absolute;
  margin-top: -11px;
  color: #7c9700;
}
.widget ul li a:hover {
  background: #f2f7de;
}
/*  single */
.attachment{
text-align: center;
border-radius: 15px;
overflow: hidden;
}
.single .page_h2 {
  line-height: 1.5;
}
.single .page_h2 span {
  position: relative;
  z-index: 1;
}
div.attachment {
  text-align: center;
  margin: 0 0 40px 0;
}
.single .blog_meta {
    text-align: left;
    margin-bottom: 30px;
    padding: 0 0 0 40px;
    margin-top: 19px;
}
.single .entry-content h2 {
  font-weight: bold;
  padding: 0;
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.4;
  background: #f4f4f4;
  padding: 15px;
  border-radius: 5px;
  color: var(--color_01);
}
.single .entry-content h3 {
  font-weight: bold;
  padding: 0 10px 10px 0px;
  margin: 20px 0 20px 0;
  font-size: 16px;
  border-bottom: dashed 1px var(--color_01);
  line-height: 1.4;
}
.single .entry-content a{
text-decoration: underline;
}
/*  目次プラグイン　*/
#ez-toc-container {
  border-radius: 0 !important;
  padding: 10px 20px;
}
#ez-toc-container p.ez-toc-title {
  text-align: center;
  border-bottom: dashed 1px #aaa;
  width: 100%;
  padding: 0 0 5px 5px !important;
}
#ez-toc-container nav {
  padding-top: 5px;
}
/*　pager */
.pager {
  margin: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.page-numbers {
  width: 40px;
  height: 40px;
  text-align: center;
  background: var(--color_02);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
}
.page-numbers:hover, .page-numbers.current {
  background: var(--color_01);
  color: #fff;
  opacity: 1;
}
.nav-single {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
  column-gap: 10px;
}
.nav-single > div {
  flex: 1;
}
.nav-single > div a {
  text-align: left;
  color: var(--color_01);
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0px;
  border: solid 2px var(--color_01);
  height: 29px;
  padding: 5px 0;
  position: relative;
  width: 100%;
  display: block;
  border-radius: 50px;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  display: flex;
  width: 100%;
}
.nav-single > div a:hover {
  background: var(--color_01);
  color: #fff;
  opacity: 1;
}
.nav-single > div a:hover:before{
border-color: #fff;


}

.nav-single > div a:before {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;

  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px var(--color_01);
  border-right: solid 2px var(--color_01);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_center a:before{
display: none!important;
}

.nav-single .nav-next a {
  text-align: left;
}
.nav-single .nav-previous a {
  text-align: right;
}
.nav-single .nav-next a:before {
right: 15px;
}
.nav-single .nav-previous a:before {
left: 15px;
    transform: rotate(225deg);

}
.nav-single .nav_center {
  text-align: center;
}
.no-pager-links {
  display: none !important;
}/*      sns ボタン　*/
#primary .sns {
  text-align: center;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#primary .sns a {
  font-size: 14px;
  position: relative;
  text-align: center;
  color: white;
  border-radius: 2px;
  padding: 15px 0 11px 0;
  width: 25%;
  top: 2px;
  transition: all 0.2s ease-out 0s;
}
.facebook {
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #122751;
}
.facebook:hover {
  background-color: #354f84;
}
.facebook:active {
  box-shadow: 0 2px 0 #1b3d82;
}
.twitter {
  background-color: #008dde;
  box-shadow: 0 4px 0 #0078bd;
}
.twitter:active {
  box-shadow: 0 2px 0 #0078bd;
}
.twitter:hover {
  background-color: #1397d8;
}
.google {
  background-color: #cc3622;
  box-shadow: 0 4px 0 #992213;
}
.google:active {
  box-shadow: 0 2px 0 #ba2714;
}
.google:hover {
  background-color: #d04829;
}
.hatena {
  background: #474747;
  box-shadow: 0 4px 0 #303030;
}
.line {
  background: #3bda21;
  box-shadow: 0 4px 0 #26bd00;
}
#primary .sns a:active, #primary .sns a:hover {
  box-shadow: none;
  top: 6px;
  color: #fff !important;
}