* {
  box-sizing: border-box;
  color: #4b4b4b;
  line-height: 1.5rem;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}
a:link {
  color: #8c8c8c;
}
a:visited {
  color: #8c8c8c;
}
a:hover {
  color: #8c8c8c;
}
a:active {
  color: #8c8c8c;
}

/* 謎の記述。contact.cssを調整することで削除
input[type=text], input[type=email], textarea {
    font-size: 18px !important;
    transform: scale(0.8) !important;
}
*/
.grecaptcha-badge {
  display: none;
}


.scrEvent.scrollin {
  opacity: 1;
}

#top-info a {
  color: #4b4b4b !important;
}

a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/*
a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,b2b2b2+50,ffffff+100&0+0,1+50,0+100 */
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(183, 183, 183) 50%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(183, 183, 183) 50%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(183, 183, 183) 50%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
  mix-blend-mode: multiply;
}
*/

a:hover::after {
  transform: scale(1, 1);
}

html {
  -webkit-overflow-scrolling: touch !important;
  font-size: 75% !important;
  overflow-x: hidden;
}

body {
  background: none;
  font-family: var(--ja-font);
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}


body.p-home::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: none; 
}

/** トップのGREZZOの文字*/
header > h1 {
  display: inline-block;
  width: 100vw;
  margin: 4vh 0 4vh 0;
  text-align: center;
  vertical-align: middle;
}
/** トップのGREZZOの文字のリンク*/
header > h1 > a {
  position: static;
  display: inline-block;
}

main {
  display: none;
  overflow-x: hidden;
}

h3 {
  overflow-y: hidden;
}

#main_menu {
  display: none;
  margin-bottom: 8vh;
  color: #cbcbcb;
  font-size: 0.8rem;
  text-align: center;
}

#main_menu ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main_menu li {
  display: flex;
  justify-content: center;
  position: relative;
  width: 140px;
}

#main_menu a {
  color: #4b4b4b;
}

h1 img {
  height: 1.4rem;
}

object {
  pointer-events: none;
}

#han-menu {
  display: block;
  position: absolute;
  width: 6vw;
  height: auto;
  top: 4vh;
  left: 86vw;
  cursor: pointer;
  z-index: 10000;
}

#han-menu svg {
  max-height: 1.4rem;
}

.viewall {
  display: block;
  width: 80%;
  padding: 10px;
  border: 1px #808080 solid;
  background-color: transparent;
  margin: 4vw auto;
  cursor: pointer;
  position: relative;
  color: #4b4b4b !important;
}

body > footer {
  background-color: rgba(75, 75, 75, 0.15);
  padding: 2vw;
  width: 100vw;
  margin: 0;
}

footer a {
  color: #4b4b4b !important;
}

.footer_menu {
  position: relative;
  top: 0;
}

#snslink {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #4b4b4b;
}

#snslink h3 {
  text-align: center;
  margin: 5vw auto 3vw;
  font-size: 0.8rem;
}

#snslink a {
  color: #fff !important;
  display: block;
  position: static;
}

#snslink img {
  width: 10vw;
  height: 10vw;
  margin: 10vw 5vw;
}

#snslink ul {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
}

#snslink li {
  box-sizing: border-box;
  display: table-cell;
  color: #fff !important;
  font-size: 12pt;
  padding: 0 6px;
  vertical-align: middle;
}

#snslink li.lang {
  margin-left: 15px;
}

footer {
  display: none;
}

footer > p {
  text-align: center;
  font-size: 0.8rem;
  color: #4b4b4b;
  margin-bottom: 8vw;
}

#top_button {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 100;
  max-height: 100px;
}

#top_button > a {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

#top_button > a::after {
  display: none;
}

#top_button > a > img {
  width: 10vw;
  height: 10vw;
  max-width: 70px;
}

#float_menu {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 1000;
  /*background-color: #ababab;*/
  top: 0;
  background-image: none;
  background-color: #fff;
}

#float_menu > ul {
  margin: 10vh 2vw 0;
}

#float_menu > ul > li {
  width: 100%;
  font-size: 3vh;
  list-style-type: none;
  line-height: 3vh;
  border-top: 1px solid #cdcdcd;
  padding-left: 2rem;
  height: 8vh;
  white-space: nowrap;
}

#float_menu a {
  position: static;
  display: block;
  width: 100%;
  line-height: 8vh;
  color: #4b4b4b;
}

#float_menu a > span {
  font-size: 2.5vh;
}

#contents-body > section {
  position: relative;
  background: none;
  width: 86vw;
  padding: 2vw;
  margin: 15vh auto;
  overflow: hidden;
}


#contents-body > section > h2 {
  font-size: 2rem;
  color: #4b4b4b;
  text-align: center;
  line-height: 20vw;
  background-color: rgba(0, 0, 0, 0.1);
}

#contents-body > section h3 {
  font-size: 1.5rem;
  margin: -2vw;
  margin-bottom: 5vh;
}


/**トップぺージのinformationのタイトル、cooporate profile、社長の声の見出し*/
.dl-general > dt {
  font-size: 0.9rem;
  width: 25vw;
  border-top: 1px solid #9f9f9f;
  float: left;
  text-align: center;
  padding-top: 2vw;
}
/**information、cooporate profile、社長の声の見出しに対応した内容*/
.dl-general > dd {
  margin: 0 0 2rem 25vw;
  font-size: 0.9rem;
  text-align: left;
  border-top: 1px solid #cecece;
  padding-top: 2vw;
  padding-left: 1vw;
}

.company li,
.careers li {
  margin-left: 1rem;
}
a.banner {
  display: inline-block;
  width: 100%;
}

#privacypolicy {
  margin-top: -4vh !important;
}

#privacypolicy > h3 {
  margin-bottom: 3vh !important;
}

#privacypolicy > section {
  margin: 2vh auto !important;
}

#privacypolicy > section > h4 {
  font-size: 1.2rem;
  margin: 2vh auto;
}

#privacypolicy p,
#privacypolicy ol,
#privacypolicy li {
  text-align: left;
}

#privacypolicy > p {
  text-align: right;
}

#language {
  position: relative;
  left: 100%;
  transform: translateX(-104%);
  display: block;
  width: 50%;
  text-align: right;
  padding: 3vh 2vw 1vh;
}

#language > a {
  display: inline;
  line-height: 1.5rem;
}

#searchArea {
  position: relative;
  right: 0;
  left: 100%;
  transform: translateX(-100%);
  display: block;
  padding: 0 2vw 5rem;
  width: 100%;
  text-align: right;
  top: 1vh;
}

.screen-reader-text {
  display: none;
}

input#s {
  display: inline-block;
  background: none;
  background-color: #ffffff;
  width: 50%;
  height: 30px;
  padding: 0;
}

#searchsubmit {
  display: inline-block;
  background: url(../images/search_icon.svg) no-repeat;
  height: 30px;
  padding: 0 0 0 30px;
  width: 0;
  overflow: hidden;
  border: 0;
  margin-right: 2vw;
  cursor: pointer;
}

.animated-button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,dcdcdc+25,dcdcdc+50,dcdcdc+75,7db9e8+100&0+0,1+25,1+50,1+75,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 1) 25%, rgba(220, 220, 220, 1) 50%, rgba(220, 220, 220, 1) 75%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 1) 25%, rgba(220, 220, 220, 1) 50%, rgba(220, 220, 220, 1) 75%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 1) 25%, rgba(220, 220, 220, 1) 50%, rgba(220, 220, 220, 1) 75%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */

  transform-origin: center center;
  transform: scale(0, 1);
  opacity: 0;
  transition: all 0.3s;
  mix-blend-mode: multiply;
}

.animated-button:hover::before {
  transform: scale(1, 1);
  opacity: 1;
  mix-blend-mode: multiply;
}

.animated-opa {
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden; /* 追加 */
  backface-visibility: hidden; /* 追加 */
}

.animated-opa:hover {
  opacity: 0.5 !important;
}

.animated-opa::after {
  display: none;
}

.column-header img {
  width: 100%;
  height: auto;
}


/** information の[new] アイコン*/
.newicon {
  vertical-align: -0.2rem;
  height: 1.1rem;
  margin-right: 0.5rem;
}

@media screen and (min-width: 900px) {
  html {
    font-size: 100% !important;
  }

  html > body {
    background-image: none;
    background-color: #fff;
  }

  body::before {
    display: none;
  }

  header > h1 {
    margin: 15vh auto 4vh;
  }

  #main_menu {
    display: block;
  }

  #han-menu {
    margin-top: 15vh;
    top: 0;
  }

  .viewall {
    width: 40% !important;
    background-color: rgba(243, 243, 243, 0.4);
  }

  span.official_site {
    padding-right: 40px !important;
/*    background-size: 27px !important; */
  }

  #contents-body {
      /*
    width: 95vw;
    margin: 0 auto;
      */
  }
  .dl-general > dt {
    width: 15vw;
  }
  .dl-general > dd {
    margin-left: 15vw;
  }
  .page_link li {
    display: inline-block;
    width: 20%;
  }

  #snslink h3 {
    margin: 20px auto 20px;
  }

  #snslink img {
    width: 60px;
    height: 60px;
    margin: 30px 30px;
  }

  footer > p {
    margin-bottom: 20px;
  }

  #agm-canvas {
    min-height: 600px;
  }

  .title {
    text-align: right;
    margin: 0 !important;
    width: 40%;
    display: inline-block;
  }


  #flow > object {
    height: 86% !important;
    max-height: 800px !important;
  }

  #main_menu > ul > li > span {
    display: none;
    position: absolute;
    bottom: -1.8rem;
    width: 100%;
    overflow: visible;
    left: 0;
    color: #5e5e5e;
  }

  #float_menu > ul {
    margin: 25vh 2vw 0 !important;
  }

  .fb_iframe_widget span {
    display: inline !important;
    float: left;
  }
}

/*==============
2024 header 
==============*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 100;
  transform: translateY(0%);
  transition: transform 0.4s;
  box-shadow: 0 0 10px rgba(155, 155, 155, 0.16);
}

.l-header.is-hidden {
  transform: translateY(-100%);
  transition: transform 0.4s;
}

.l-header__wrapper {
  width: 100%;
  padding: 0 20px;
  display: grid;
  grid-template-columns: min-content 1fr min-content;
}

.l-header__wrapper::before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
}

.l-header__logo {
  display: flex;
  justify-content: center;
  position: relative;
}

.l-header__logo-link {
  display: block;
  width: 100%;
  height: 100%;
  width: 108px;
  height: 15px;
  transition: opacity 0.3s, transform 0.7s;
  pointer-events: all;
}

.l-header__logo .l-header__logo-link svg path {
  transition: fill 0.7s;
}

.l-header__logo.is-overflow .l-header__logo-link {
  transform: translateY(40vh) scale(2.9);
  pointer-events: none;
}

.l-header__logo.is-overflow .l-header__logo-link svg path {
  fill: #fff;
}

.l-header__logo svg {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (hover: hover) {
  .l-header__logo-link:hover {
    opacity: 0.7;
  }
}

.l-header__hamburger {
  width: 30px;
  height: 16px;
  position: relative;
  cursor: pointer;
}

.l-header__hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
}

.l-header__hamburger span:nth-of-type(1) {
  top: 0;
}

.l-header__hamburger span:nth-of-type(2) {
  top: calc(16px / 2);
}

.l-header__hamburger span:nth-of-type(3) {
  top: 16px;
}

@media screen and (min-width: 900px) {
  .l-header__wrapper {
    padding: 0 30px;
  }

  .l-header__logo-link {
    width: 130px;
    height: 17px;
  }

  .l-header__logo.is-overflow .l-header__logo-link {
    transform: translateY(28.2vh) scale(6.6);
  }
}

/* hamburger */
.l-hamburger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.l-hamburger-overlay.is-active {
  opacity: 0.15;
  pointer-events: all;
}

.l-hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.45s;
}

.l-hamburger-menu.is-active {
  transform: translateX(0);
}

.l-hamburger-menu__wrapper {
  width: 375px;
  max-width: 100%;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.l-hamburger-menu__list {
  list-style: none;
  margin: 30px 0;
  border-top: 1px solid #ebebeb;
}

a.l-hamburger-menu__list-item-link {
  display: block;
  padding: 24px 16px;
  border-bottom: 1px solid #ebebeb;
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  letter-spacing: calc(100 / 1000 * 1em);
  line-height: 20px;
  position: relative;
}

a.l-hamburger-menu__list-item-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  width: 10px;
  height: 15px;
  background-image: url("../images/header/hamburger_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%) scale(1);
  transition: transform 0.3s;
}

a.l-hamburger-menu__list-item-link::after {
  content: "";
  display: block !important;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -1px;
  transform-origin: left top;
  transform: scale(0);
  transition: transform 0.3s;
}

@media (hover: hover) {
  a.l-hamburger-menu__list-item-link:hover::before {
    transform: translateY(-50%) translateX(5px) scale(1);
  }

  a.l-hamburger-menu__list-item-link:hover::after {
    transform: scale(1);
  }
}

.l-hamburger-menu__close-btn {
  margin-left: auto;
  width: 30px;
  height: 16px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.l-hamburger-menu__close-btn span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
}

.l-hamburger-menu__close-btn span:nth-of-type(1) {
  transform: translateY(7px) rotate(25deg);
}

.l-hamburger-menu__close-btn span:nth-of-type(2) {
  transform: translateY(7px) rotate(-25deg);
}

.l-hamburger-menu__lang {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 28px;
}

.l-hamburger-menu__lang-link {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  letter-spacing: calc(100 / 1000 * 1em);
  line-height: 20px;
  text-transform: uppercase;
  color: #a8a8a8 !important;
  transition: opacity 0.3s;
}

.l-hamburger-menu__lang-link.is-active {
  color: #000 !important;
}

@media (hover: hover) {
  .l-hamburger-menu__sns-link:hover,
  .l-hamburger-menu__lang-link:hover {
    opacity: 0.7;
  }
}

.l-hamburger-menu__search {
}

.l-hamburger-menu__search-form {
  position: relative;
}

.l-hamburger-menu__search input#s {
  border: 1px solid #a7a7a7;
  outline: none;
  width: 100%;
  height: 36px;
  padding: 0 10px;
}

.l-hamburger-menu__search #searchsubmit {
  position: absolute;
  margin-right: 0;
  right: 16px;
  top: 8px;
  padding-left: 18px;
  height: 18px;
  background-image: url("../images/header/icon-search.svg");
  background-size: contain;
}

@media screen and (min-width: 900px) {
  .l-hamburger-menu__wrapper {
    padding: 20px 30px;
  }
}

/*==============
2024 footer 
==============*/
.l-footer {
  background: #fff;
  position: relative;
  z-index: 1;
}

.l-footer__wrapper {
  padding: 80px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-footer__logo {
  width: 143px;
  display: block;
  transition: opacity 0.3s;
  margin-bottom: 52px;
}

.l-footer__logo img {
  width: 40%;
  margin: auto;
  display: block;
}

@media (hover: hover) {
  .l-footer__logo:hover {
    opacity: 0.7;
  }
}

.l-footer__nav {
  display: none;
}

.l-footer__sns {
  display: flex;
  align-items: center;
  gap: 24px;
}

.l-footer__sns-item-link {
  display: block;
  transition: opacity 0.3s;
}

.l-footer__sns-item-link img {
  vertical-align: bottom;
}

@media (hover: hover) {
  .l-footer__sns-item-link:hover {
    opacity: 0.7;
  }
}

.l-footer__copyright {
  margin-top: 60px;
  color: #acacac;
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
  letter-spacing: calc(100 / 1000 * 1em);
  line-height: 15px;
  font-weight: normal;
}

@media screen and (min-width: 900px) {
  .l-footer__logo {
    width: 261px;
  }

  .l-footer__wrapper {
    padding: 100px 0 35px;
  }

  .l-footer__nav {
    display: block;
    margin-bottom: 43px;
  }

  .l-footer__nav-list {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
  }

  a.l-footer__nav-item-link {
    font-family: "Libre Baskerville", serif;
    font-size: 15px;
    letter-spacing: calc(100 / 1000 * 1em);
    line-height: 20px;
    font-weight: normal;
    color: #000 !important;
    position: relative;
  }

  a.l-footer__nav-item-link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.8s;
  }

  @media (hover: hover) {
    a.l-footer__nav-item-link:hover::before {
      transform: scaleX(1);
    }
  }

  .l-footer__copyright {
    margin-top: 80px;
    font-size: 12px;
  }
}



/*
// ----------------------
// Accordion
// ----------------------
*/

.accordion-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.accordion {
  position: relative;
  background: transparent;
  max-width: 926px;
  width: 100%;
}

.accordion-title {
  position: relative;
  padding: 15px 30px 15px 16px;
  border: none;
  background: #f2f2f2;
  cursor: pointer;
  display: block;
  width: 100%;
}

.accordion-title p {
  font-family: var(--ja-font);
  font-size: 16px;
  text-align: left;
  color: #000;
  letter-spacing: calc(100 / 1000 * 1em);
}

.accordion-title::before {
  content: "";
  width: 2px;
  height: 16px;
  background: #000;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}

.accordion-title::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}

.accordion-title.is-accordion--open::before {
  transform: rotate(90deg);
}

.accordion-title.is-accordion--open::after {
  transform: rotate(180deg);
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.accordion-content-inner {
  padding: 20px;
}

.accordion.is-accordion--open + .accordion-content {
  height: auto;
  opacity: 1;
}

a:link.accordion-content-link {
  font-size: 13px;
  padding-right: 20px;
  font-family: var(--ja-font);
  color: #000;
  letter-spacing: calc(100 / 1000 * 1em);
  line-height: calc(24 / 16);
  display: block;
  width: 100%;
  transition: opacity 0.3s;
  position: relative;
}

@media (hover: hover) {
  a:link.accordion-content-link:hover {
    opacity: 0.7;
  }
}

a:link.accordion-content-link::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../images/message/icon-external-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

a:link.accordion-content-link + a:link.accordion-content-link {
  margin-top: 18px;
}

@media screen and (min-width: 900px) {
  .accordion-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .accordion-title {
    padding: 16px 55px 16px 40px;
  }

  .accordion-title p {
    font-size: 20px;
  }

  .accordion-title::before {
    right: 44px;
  }

  .accordion-title::after {
    right: 37px;
  }

  .accordion-content-inner {
    padding: 30px 40px 45px;
  }

  a:link.accordion-content-link {
    font-size: 16px;
    width: fit-content;
  }

  a:link.accordion-content-link::before {
    top: auto;
    bottom: 7px;
    transform: translateY(0);
  }
}

/*コラム下のSNSのボタン*/
ul.social_buttons {
  display: block;
  position: relative;
  margin: 15px 0 15px 10px;
  padding: 0px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}

ul.social_buttons img {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}

.social_buttons li {
    padding: 3px;
    display: inline-block;
}