@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN.woff") format("woff");
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .top .header,
  .vision-sub .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: none;
    min-width: 1024px;
  }
}

.top .header-title .header-logo,
.vision-sub .header-title .header-logo {
  display: none;
}

.top .header-title .header-logo-white,
.vision-sub .header-title .header-logo-white {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .top .header:hover,
  .vision-sub .header:hover {
    background-color: #fff;
  }
  .top .header:hover .header-logo,
  .vision-sub .header:hover .header-logo {
    display: block;
  }
  .top .header:hover .header-logo-white,
  .vision-sub .header:hover .header-logo-white {
    display: none;
  }
  .top .header:hover .header-nav-list-item .icon-login svg,
  .vision-sub .header:hover .header-nav-list-item .icon-login svg {
    stroke: #142c4b;
  }
  .top .header:hover .header-nav-list-item > a,
  .vision-sub .header:hover .header-nav-list-item > a {
    color: #142c4b;
  }
  .top .header:hover .header-info-contact-button > a,
  .vision-sub .header:hover .header-info-contact-button > a {
    color: #142c4b;
    border-color: #142c4b;
  }
  .top .header:hover .header-info-contact-button > a:hover,
  .vision-sub .header:hover .header-info-contact-button > a:hover {
    color: #fff;
  }
  .top .header:hover .new > a::before,
  .vision-sub .header:hover .new > a::before {
    content: '';
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .top .header:hover .new > a::before,
  .vision-sub .header:hover .new > a::before {
    background-color: #142c4b;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .top .header:hover .new > a::after,
  .vision-sub .header:hover .new > a::after {
    color: #142c4b;
    text-shadow: 0 0 0 #142c4b;
  }
}

.top .header.active .header-logo,
.vision-sub .header.active .header-logo {
  display: block;
}

.top .header.active .header-logo-white,
.vision-sub .header.active .header-logo-white {
  display: none;
}

.top .header.active:hover,
.vision-sub .header.active:hover {
  background-color: #fff;
}

.top .header.active .header-nav-list-item .icon-login svg,
.vision-sub .header.active .header-nav-list-item .icon-login svg {
  stroke: #142c4b;
}

.top .header.active .header-nav-list-item > a,
.vision-sub .header.active .header-nav-list-item > a {
  color: #142c4b;
}

.top .header.active .header-info-contact-button > a,
.vision-sub .header.active .header-info-contact-button > a {
  color: #142c4b;
  border-color: #142c4b;
}

.top .header.active .sp-header-toggle span,
.vision-sub .header.active .sp-header-toggle span {
  border-color: #142c4b;
}

.top .header-nav-list-item .icon-login svg,
.vision-sub .header-nav-list-item .icon-login svg {
  stroke: #fff;
}

@media print, screen and (min-width: 768px) {
  .top .header-nav-list-item > a,
  .vision-sub .header-nav-list-item > a {
    color: #fff;
  }
}

.top .header-info-contact-button > a,
.vision-sub .header-info-contact-button > a {
  color: #fff;
  border-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .top .header .new > a::before,
  .vision-sub .header .new > a::before {
    background-color: #a2d827;
  }
}

@media print, screen and (min-width: 768px) {
  .top .header .new > a::after,
  .vision-sub .header .new > a::after {
    color: #a2d827;
    text-shadow: 0 0 0 #a2d827;
  }
}

@media only screen and (max-width: 767px) {
  .top .sp-header-nav-list-item-arrow::after,
  .vision-sub .sp-header-nav-list-item-arrow::after {
    border-color: #fff;
  }
}

.top .sp-header-toggle span,
.vision-sub .sp-header-toggle span {
  border-color: #fff;
}

.header {
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 100%;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media print, screen and (min-width: 1025px) {
  .header-wrapper {
    padding: 24px 40px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .header-wrapper {
    width: 1024px;
    padding: 24px 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrapper {
    width: 100%;
    padding: 9px 15px 8px;
  }
}

.header.active {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .header.active .header-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #eee;
  }
}

.header.is-fixed {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .header.is-fixed .header-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .header.is-fixed .header-title img {
    height: 52px;
  }
}

@media print, screen and (min-width: 768px) {
  .header.is-fixed .new > a::before {
    background-color: #142c4b;
  }
}

@media print, screen and (min-width: 768px) {
  .header.is-fixed .new > a::after {
    color: #142c4b;
    text-shadow: 0 0 0 #142c4b;
  }
}

@media only screen and (max-width: 767px) {
  .header.sp-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
}

@media only screen and (max-width: 767px) {
  .header.sp-header-fixed .sp-header-nav-list-item > a {
    color: #142c4b;
  }
}

@media only screen and (max-width: 767px) {
  .header.sp-header-fixed .sp-header-nav-list-item-arrow::before {
    border-color: #142c4b;
  }
}

.header.sp-header-fixed .sp-menu-close {
  color: #777;
}

.header.sp-header-fixed .sp-menu-close span {
  border-color: #999;
}

@media print, screen and (min-width: 768px) {
  .header-title {
    margin-right: 45px;
  }
}

.header-title h1 {
  margin-bottom: 0;
}

.header-title img {
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 62px;
}

@media only screen and (max-width: 767px) {
  .header-title img {
    height: 38px;
  }
}

.header-title .header-logo-white {
  display: none;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-nav-menu {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow-y: scroll;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-solution .header-nav-list-subnav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-solution .header-nav-list-subnav-inner .header-nav-list-subnav-details {
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-solution .header-nav-list-subnav-inner .header-nav-list-subnav-details:first-child {
    padding-left: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-solution .header-nav-list-subnav-inner .header-nav-list-subnav-details:first-child::before {
    content: '';
    position: absolute;
    display: block;
    background: url("/common/img/icon-system.svg") left top/contain no-repeat;
    width: 40px;
    height: 40px;
    top: -10px;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-solution .header-nav-list-subnav-inner .header-nav-list-subnav-details:nth-child(2) {
    padding-left: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-solution .header-nav-list-subnav-inner .header-nav-list-subnav-details:nth-child(2)::before {
    content: '';
    position: absolute;
    display: block;
    background: url("/common/img/icon-security.svg") left top/contain no-repeat;
    width: 40px;
    height: 40px;
    top: -10px;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-solution .header-nav-list-subnav-inner .header-nav-list-subnav-details + .header-nav-list-subnav-details {
    margin-top: 0;
    margin-left: 20px;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #eee;
    width: 100%;
    position: relative;
  }
}

.header-nav-list-item {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header-nav-list-item {
    width: 100%;
  }
}

@media print, screen and (min-width: 1205px) {
  .header-nav-list-item + .header-nav-list-item {
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1204px) {
  .header-nav-list-item + .header-nav-list-item {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav-list-item:not(:first-child) {
    border-top: 1px solid #eee;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-item:hover .header-nav-list-subnav {
    -webkit-transform: translate(70%, 0);
            transform: translate(70%, 0);
    -webkit-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
    visibility: visible;
  }
}

.header-nav-list-item > a {
  font-size: 15px;
  font-weight: bold;
  color: #142c4b;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-item > a:hover {
    opacity: .5;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav-list-item > a {
    padding: 20px 15px;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

.header-nav-list-item .icon-login {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .header-nav-list-item .icon-login {
    display: none;
  }
}

.header-nav-list-item .icon-login svg {
  width: 100%;
  height: 100%;
  stroke: #142c4b;
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav {
    position: absolute;
    z-index: 1;
    top: 100%;
    padding-top: 25px;
    right: 50%;
    -webkit-transform: translate(70%, 20px);
            transform: translate(70%, 20px);
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s;
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}

@media only screen and (max-width: 767px) {
  .header-nav-list-subnav {
    display: none;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav.active {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav::before, .header-nav-list-subnav::after {
    content: "";
    display: block;
    position: absolute;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav::before {
    top: 30px;
    left: 8px;
    right: 8px;
    bottom: 0;
    -webkit-box-shadow: 0 0 50px rgba(4, 0, 0, 0.15);
            box-shadow: 0 0 50px rgba(4, 0, 0, 0.15);
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav::after {
    height: 16px;
    width: 16px;
    background: #fff;
    -webkit-box-shadow: -3px -3px 6px rgba(4, 0, 0, 0.01);
            box-shadow: -3px -3px 6px rgba(4, 0, 0, 0.01);
    position: absolute;
    left: 28%;
    top: 9px;
    -webkit-transform: rotate(45deg) translate(50%, 50%);
            transform: rotate(45deg) translate(50%, 50%);
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav a {
    display: inline-block;
    font-size: 14px;
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .header-nav-list-subnav a:hover {
    color: #0e7fe8;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav-list-subnav a {
    display: block;
    padding: 10px 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav-inner {
    background-color: #fff;
    position: relative;
    text-align: left;
    padding: 35px 25px;
    border-radius: 3px;
    min-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav-list-subnav-inner {
    margin: 10px 0 20px 20px;
  }
}

.header-nav-list-subnav-item {
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav-item.spOnly {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav-list-subnav-item.spOnly {
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav-list-subnav-item.spOnly + .header-nav-list-subnav-details {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav-list-subnav-solutionTop {
    padding: 0 !important;
  }
}

.header-nav-list-subnav-solutionTop a {
  color: #142c4b;
}

@media only screen and (max-width: 767px) {
  .header-nav-list-subnav-solutionTop a {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav-details dl {
    min-width: 200px;
  }
}

.header-nav-list-subnav-details dl dt,
.header-nav-list-subnav-details dl dd {
  white-space: nowrap;
}

.header-nav-list-subnav-details dl dt {
  font-size: 13px;
  color: #aaa;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav-details dl dt {
    margin-top: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav-details dl dt + dd {
    margin-top: 20px;
  }
}

.header-nav-list-subnav-details dl dd {
  color: #222;
}

.header-nav-list-subnav-details dl .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 400px;
}

.header-nav-list-subnav-details dl .col2 li {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .header-nav-list-subnav-details + .header-nav-list-subnav-details {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav-list-subnav-details-item + .header-nav-list-subnav-details-item {
    margin-top: 20px;
  }
}

.header-nav-list-subnav-details-item span {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}

.header-nav .new > a::before, .header-nav .new > a::after {
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .header-nav .new > a::before, .header-nav .new > a::after {
    position: absolute;
    display: block;
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    left: 0;
  }
}

.header-nav .new > a::before {
  content: '';
}

@media print, screen and (min-width: 768px) {
  .header-nav .new > a::before {
    width: 100%;
    height: 2px;
    background-color: #142c4b;
    bottom: calc(100% + 8px);
  }
}

.header-nav .new > a::after {
  content: 'NEW';
  font-family: 'DIN';
  font-size: 10px;
}

@media print, screen and (min-width: 768px) {
  .header-nav .new > a::after {
    color: #142c4b;
    text-shadow: 0 0 0 #142c4b;
    bottom: calc(100% + 10px);
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav .new > a::after {
    line-height: 1;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#2988e0), to(#0168ee));
    background: linear-gradient(to right, #2988e0 0%, #0168ee 100%);
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    margin-left: 12px;
    border-radius: 9px;
    width: 50px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .header-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .header-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 1025px) {
  .header-info-contact {
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .header-info-contact {
    margin-left: 30px;
  }
}

.header-info-contact-button a {
  color: #142c4b;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.header-info-contact-button a:hover {
  color: #fff;
  background-color: #142c4b;
}

.sp-header-toggle {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-header-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 19px;
    width: 25px;
    height: 18px;
    cursor: pointer;
    z-index: 3;
  }
  .sp-header-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #142c4b;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 0px;
    right: 0px;
  }
  .sp-header-toggle span:first-child {
    top: 0;
  }
  .sp-header-toggle span:nth-child(2) {
    top: 8px;
  }
  .sp-header-toggle span:last-child {
    top: 16px;
  }
  .sp-header-toggle.active span:first-child {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .sp-header-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .sp-header-toggle.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}

@media only screen and (max-width: 767px) {
  .sp-header-nav-list-item-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid  #333;
    border-right: 1px solid  #333;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
}

.sp-header-nav-list-item-arrow.current::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .sp-header-contact .header-info-contact-button > a {
    margin: 30px auto 0;
    max-width: 270px;
    width: 100%;
    padding: 16px 0;
  }
}

.sp-menu-close {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-menu-close {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding-right: 30px;
    color: #999;
    font-size: 12px;
    height: 70px;
    line-height: 70px;
  }
  .sp-menu-close p {
    display: inline-block;
    position: relative;
    padding: 10px 25px 10px 10px;
  }
  .sp-menu-close p::before, .sp-menu-close p::after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 1px solid #999;
    width: 16px;
    height: 1px;
    top: 50%;
    right: 0;
  }
  .sp-menu-close p::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .sp-menu-close p::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

.button a {
  display: block;
  position: relative;
  width: 160px;
  font-size: 14px;
  border: 2px solid #333;
  text-align: center;
  padding: 11px 0;
  line-height: 1.3;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .button a {
    width: 120px;
  }
}
