@charset "UTF-8";
/* Scss Document */
html:not(.responsive) {
  width: 100%;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.05em;
  background-image: url(../img/shared/body_bg.jpg);
  background-position: center top;
  background-repeat: repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*=============================================
 * .fnt - customs
 *=============================================*/
.fnt-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}

[class^=ico-inline] {
  display: inline-block;
  position: relative;
  line-height: 1;
}

[class^=ico-inline] {
  display: inline-block;
  position: relative;
  line-height: 1;
}
[class^=ico-inline] img {
  vertical-align: baseline;
}

.txt-c {
  text-align: center;
}

.txt-j {
  text-align: justify;
}

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.db {
  display: block;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.d-flex-between {
  justify-content: space-between;
}

.d-flex-j-center {
  justify-content: center;
}

.d-flex-a-center {
  align-items: center;
}

em {
  font-style: normal;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

strong {
  font-weight: normal;
}

.slick-slider {
  z-index: 0;
}
.slick-slider .slick-dots {
  line-height: 0;
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
}
.slick-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #cd321d;
  background: none;
  width: 12px;
  height: 12px;
}
.slick-slider .slick-dots .slick-active button {
  background: #cd321d;
}
.slick-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  background: url("../img/shared/prev.png");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
  z-index: 1;
}
.slick-slider .slick-arrow:hover {
  opacity: 0.8;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}

.slider-nav .slick-list, .slider-nav .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.slider-nav .slick-slide {
  cursor: pointer;
  line-height: 0;
}
.slider-nav .slick-slide:hover {
  opacity: 0.8;
}

.bgsec-parallax {
  position: relative;
  overflow: hidden;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: -1;
  transform: translateZ(0);
}

iframe {
  width: 100%;
  height: 100%;
}

.btn-global {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-image: url(../img/shared/bg_btn.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 12px 0px;
  position: relative;
}
.btn-global:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  background-image: url(../img/shared/arrow_btn.png);
  width: 8px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.btn-global:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .btn-global {
    font-size: 18px;
    padding: 22px 0px;
  }
  .btn-global:after {
    right: 55px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-parallax img {
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .nav--opened {
    overflow-y: inherit !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .for-sp {
    display: none;
  }
  body {
    font-size: 15px;
    line-height: 2.13;
  }
  .slick-slider .slick-dots button {
    width: 15px;
    height: 15px;
  }
  /*=============================================
  * text vertical
  *=============================================*/
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 1;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-normal .int {
    height: 1.1em;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
  .txt-vertical-pc .txt-latin .int {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    display: inline;
  }
  .d-flex-pc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .for-pc {
    display: none;
  }
}
.txt-vertical-all {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}
.txt-vertical-all .int {
  writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -moz-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
}
.txt-vertical-all .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
}
header #sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
header #sidebar .wrap {
  height: 100%;
}
header h1 {
  color: #fefefe;
  width: 60%;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 2;
  margin: 1vw 2% 0px;
}
header .logo {
  width: 22%;
  margin: 28vw auto 0px;
}
header .nav-top {
  margin-top: 11px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.06em;
  justify-content: center;
}
header .nav-top a {
  box-sizing: border-box;
  padding: 4.5px 18.5px;
}
header .nav-top a + a {
  margin-left: 26px;
}
header .nav-top a:hover, header .nav-top a.active {
  background-image: url(../img/shared/ft_bgpar.jpg);
  background-position: left top;
  background-repeat: repeat;
  text-decoration: none;
}
header .jp-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
    background: #000;
}
header .jp-btn a {
  font-size: 16px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  width: 120px;
  height: 50px;
  text-align: center;
      border: 1px solid #fff;
    margin: 3px;
}
header .jp-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header .jp-btn {
    top: 59px;
    right: 0px;
  }
  header .jp-btn a {
    font-size: 14px;
    width: 104px;
    height: 46px;
  }
}
@media screen and (min-width: 768px) {
  header #sidebar {
    width: 1000px;
    margin: 0px auto;
  }
  header h1 {
    font-size: 14px;
    line-height: 2.28;
    margin: 18px 0px 0px 0px;
    width: 510px;
  }
  header .logo {
    width: 200px;
    margin-top: 219px;
  }
  header .jp-btn {
    font-size: 17px;
    font-weight: bolder;
  }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  color: #fff;
  background: url(../img/shared/ft_deco.jpg), url(../img/shared/ft_bgpar.jpg);
  background-position: center top;
  background-repeat: repeat-x, repeat;
  position: relative;
  padding: 15vw 0px 24vw;
}
footer nav {
  justify-content: center;
  font-size: 17px;
  letter-spacing: 0.06em;
}
footer .jp-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #042c69;
  font-size: 16px;
  width: 120px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
  margin: 0px auto;
}
footer .jp-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
footer #socialbuttons {
  margin-top: 8vw;
}
footer address {
  margin-top: 6vw;
}
@media screen and (min-width: 768px) {
  footer {
    height: inherit;
    padding: 50px 0px 49px;
  }
  footer .jp-btn {
    position: absolute;
    top: -5px;
    right: 9px;
  }
  footer .jp-btn a {
    font-size: 17px;
    width: 144px;
    height: 50px;
  }
  footer #socialbuttons {
    margin-top: 45px;
  }
  footer address {
    margin-top: 27px;
  }
}

/*--------------------navi + menu-toggle + ft-fixed-------------------*/
.nav-fixed {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  transition: all 0.3s;
}
.nav-fixed.fixed {
  position: fixed;
  background: #fff;
}
.nav-fixed.fixed .nav-top {
  margin-top: 0px;
padding: 57px 0px 17px;
  color: #000;
}
.nav-fixed.fixed .nav-top a:hover, .nav-fixed.fixed .nav-top a.active {
  color: #fff;
}

#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .nav-fixed {
    visibility: hidden;
    pointer-events: none;
    height: 0;
  }
  .hamburger {
    z-index: 10;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 16px 8px 16px 5px;
    align-items: center;
    display: flex;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
    background-image: url("../img/shared/ft_bgpar.jpg");
    background-position: center top;
    background-repeat: repeat;
    color: #fff;
  }
  .hamburger:before {
    content: "MENU";
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
        margin-right: 12px;
        margin-left: 13px;
  }
  .hamburger .hamburger-box {
    width: 25px;
  }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::before,
  .hamburger .hamburger-inner::after {
    width: 25px;
    height: 2px;
  }
  .hamburger .hamburger-inner::before {
    display: none;
  }
  .hamburger .hamburger-box span {
    height: 1px;
    position: relative;
    width: 25px;
    display: block;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .hamburger .hamburger-box span:nth-child(2) {
    margin-top: 10px;
  }
  .hamburger .hamburger-box span:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hamburger.is-active .hamburger-box span:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
  }
  .hamburger.is-active .hamburger-box span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -5px;
  }
  .hamburger.is-active span:before {
    -webkit-animation: 0.4s hideaway;
    animation: 0.4s hideaway;
  }
  .menu-toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20vw 6% 25vw;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 9;
    overflow: auto;
  }
  .menu-toggle .logo-ham {
    margin: 0px 35%;
  }
  .menu-toggle .nav-top {
    margin-top: 10vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .menu-toggle .nav-top a {
    font-size: 18px;
    box-sizing: border-box;
    padding: 15px;
    width: 70%;
    display: block;
    margin: 10px auto;
  }
  .menu-toggle .nav-top a:hover, .menu-toggle .nav-top a.active {
    background-image: url(../img/shared/ft_bgpar.jpg);
    background-position: left top;
    background-repeat: repeat;
    text-decoration: none;
  }
  body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
  }
  body.nav--opened .hamburger, body.nav--opened #menu-toggle, body.nav--opened #menu-toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
  }
  .nav--opened {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
  }
  .nav--opened #menu-toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .nav--opened #menu-toggle ul li {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .nav--opened #pagetop, .nav--opened #ft-fixed {
    z-index: -1;
  }
  #pagetop {
    width: 40px;
    right: 5px;
    bottom: 5px;
  }
}
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /* footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background-image: url("../img/shared/ft_bgpar.jpg");
    background-position: center top;
    background-repeat: repeat;
    z-index: 8;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  } */
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 20px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  /* footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background-image: url("../img/shared/ft_bgpar.jpg");
    background-position: center top;
    background-repeat: repeat;
    z-index: 8;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  } */
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 20px);
  }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  /* footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background-image: url("../img/shared/ft_bgpar.jpg");
    background-position: center top;
    background-repeat: repeat;
    z-index: 8;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  } */
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 20px);
  }
}
@media only screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}
@-webkit-keyframes hideaway {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  50.1% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes hideaway {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  50.1% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.nav-fixed .jp-btn2{
display: none;
  
}
.nav-fixed.fixed .jp-btn2{
display: block;
  
}


.jp-btn2{
    top: 0px;
        height: 52px;
}
.jp-btn2{

    height: 52px;

}
header .jp-btn2 a {
height: 46px;
    line-height: 46px;

        font-size: 14px;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    width: 120px;
    height: 46px;
    text-align: center;
    border: 1px solid #fff;
    margin: 3px;


}