@charset "UTF-8";

@-webkit-keyframes firstScale {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes firstScale {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
}

/* CSS Document */

/*
Yahoo! CSS Reset (YUI 3)
http://developer.yahoo.com/yui/3/cssreset/
CSSresetr.com
*/

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select,
main,
address {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Meiryo, メイリオ, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

a img {
  opacity: 1;
  transition: all 0.3s;
}

p {
  line-height: 200%;
}

p:not(:last-child) {
  margin-bottom: 1.2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

.header {
  position: fixed;
  height: 110px;
  z-index: 1;
  width: 100%;
}

.header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: -1;
}

.header_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.js-close-any-slidebar .header {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.logo {
  width: 245px;
}

.logo_copy {
  display: block;
  font-size: 1.1rem;
  color: #fff;
}

.gNaviWrap {
  height: 100%;
}

.gNavi {
  height: 100%;
}

.gNavi_ul {
  display: flex;
  height: 100%;
}

.gNavi_ul li {
  position: relative;
  height: 100%;
  transition: all .3s;
  cursor: pointer;
}

.gNavi_ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 100%;
  padding: 35px 25px 0;
}

.gNavi_ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000, #187fc4);
  opacity: 0;
  z-index: -1;
  transition: all .3s;
}

.gNavi_en {
  display: block;
  font-family: "myriad-pro", sans-serif;
  font-size: 1.2rem;
}

.btn_drawer {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2;
}

.btn_drawer .menu-trigger {
  position: relative;
  width: 53px;
  height: 53px;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.btn_drawer .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 9px;
  width: 35px;
  height: 2px;
  background-color: #187fc4;
}

.btn_drawer .menu-trigger span:nth-of-type(1) {
  top: 15px;
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

.btn_drawer .menu-trigger span:nth-of-type(2) {
  top: 26.5px;
  transition: all .25s .25s;
  opacity: 1;
}

.btn_drawer .menu-trigger span:nth-of-type(3) {
  top: 38px;
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

.menu_active .btn_drawer .menu-trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

.menu_active .btn_drawer .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.menu_active .btn_drawer .menu-trigger span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

.footer {
  padding: 45px 0 20px;
}

.footer_info {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.footer_logo {
  width: 200px;
}

.footer_address {
  margin: 10px 0 0 30px;
  font-size: 1.4rem;
}

.footer_link {
  margin-bottom: 50px;
}

.footer_link_ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.footer_link_ul li + li::before {
  content: '|';
  width: auto;
  display: inline-block;
}

.footer_link_ul li a {
  font-size: 1.4rem;
}

.footer_copy {
  display: block;
  text-align: center;
  color: #187fc4;
}

.main {
  position: relative;
  padding: 50px 0 0;
  background: #fff;
}

#top .main {
  padding: 0;
  background: none;
}

.main + .section_01 {
  margin-top: 0;
}

.main + .section_02 {
  margin-top: 0;
}

.mainVisual {
  position: relative;
  padding-bottom: 28%;
  overflow: hidden;
}

.mainVisual_inner {
  position: fixed;
  top: 0;
}

/*　セクション　*/

.section_01 {
  margin: 30px 0;
}

.section_02 {
  margin: 40px 0 70px;
}

.small_section {
  margin: 10px 0;
}

/* レイアウト */

.al_r {
  text-align: right;
}

.al_c {
  text-align: center;
}

.full {
  width: 100%;
}

.contents_center {
  max-width: 950px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.col2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.col2_contents {
  max-width: 48%;
}

.col2_contents_img {
  margin-bottom: 5px;
}

.colNowrap {
  display: flex;
  justify-content: space-between;
}

.colNowrap_sec {
  width: 100%;
}

.colNowrap_sec + .colNowrap_sec {
  margin-left: 10%;
}

.colNowrap_sec_caption {
  margin-top: 5px;
}

.colNowrap_sec_text {
  margin-bottom: 20px;
}

.flImgContents_img {
  max-width: 357.5px;
  width: 100%;
}

.flImgContents_img.is_fr {
  float: right;
  margin: 0 0 20px 40px;
}

.flImgContents_img.is_fl {
  float: left;
  margin: 0 40px 20px 0;
}

/*　テキスト、フォント　*/

.font_l {
  font-size: 110%;
}

/* ボタン */

.btn.is_simple {
  display: inline-block;
  max-width: 380px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
}

.btn.is_simple a {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.btn.is_simple a::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 10px;
  margin: -2px 5px 0 0;
  background: url(../img/common/icon_arrow_r_wh.png) center center/contain no-repeat;
  opacity: 1;
  transition: all .3s;
}

.btn.is_simple a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 10px;
  margin: -2px 0 0 5px;
  background: url(../img/common/icon_arrow_r_wh.png) center center/contain no-repeat;
  opacity: 0;
  transition: all .3s;
}

/*　アイコン　*/

/*
.icon{
  &.is_yellow{
    background: #dbbe64;
    color:#000;
    font-size: 1.3rem;
    padding:2px 3px;
    font-weight: bold;
  }
}
*/

/*　マークポイント　*/

.mark.is_pdf::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_pdf.png") no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}

/* タイトル */

.bold_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.title_centerbold {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 200%;
}

.title_mark {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
}

.title_mark::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 42px;
  background: url(../img/common/mark_sankaku.png) 0 0/contain no-repeat;
}

/* テーブル */

.nowrap {
  white-space: nowrap;
}

.caption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.table {
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 10px;
}

.table th {
  color: #187fc4;
}

.table a {
  color: #000;
}

.table.is_simple {
  border-top: 2px solid #187fc4;
  border-bottom: 2px solid #187fc4;
}

.table.is_simple tr + tr {
  border-top: 1px dashed #000;
}

.table.is_simple th,
.table.is_simple td {
  padding: 8px;
}

.table.is_simple th {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
}

.table.wfix {
  table-layout: fixed;
}

/* リスト */

.list_normal li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

.list_normal li::before {
  content: '●';
  margin-right: 5px;
  font-size: 13px;
  font-family: sans-serif;
  color: #187fc4;
}

.list_number {
  padding: 0 0 0 25px;
}

.list_number li {
  list-style: decimal;
  margin: 0 0 10px;
}

/* 定義リスト */

.normal_dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.normal_dl dd {
  margin-bottom: 30px;
}

/* 装飾 */

.waku {
  padding: 20px 30px;
  border: 1px solid #187fc4;
  background: #fbfaf6;
}

.topMainVisual {
  padding-bottom: 67%;
  overflow: hidden;
}

.topMainVisual_inner {
  position: relative;
}

.topMainVisual_inner li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: -webkit-transform 9s linear;
  transition: transform 9s linear;
  transition: transform 9s linear, -webkit-transform 9s linear;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  /*その後*/
  /*ロード後最初の画像の最初の状態*/
  /*ロード後最初の画像の最初の動き*/
}

.topMainVisual_inner li.current {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.topMainVisual_inner li.current:nth-child(even) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.topMainVisual_inner li.first {
  display: block;
}

.topMainVisual_inner li.first_scale {
  display: block;
  -webkit-animation: firstScale 10s forwards;
  animation: firstScale 10s forwards;
}

.topConcept {
  position: relative;
  padding: 0 0 80px;
  background: url(../img/top/bg_toplink.png) center top/cover no-repeat;
  margin-top: -7%;
}

.topConcept_logo {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 9%;
  max-width: 86.5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.topConcept_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  width: 100%;
  padding-top: 10%;
}

.topConcept_subtext {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

.topConcept_maintext {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.topConcept_imgArea {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.topConcept_imgArea_contents {
  width: 30%;
}

.topConcept_imgArea_contents_text {
  color: #fff;
  margin-top: 5px;
}

.topPhoto {
  display: flex;
  justify-content: space-between;
}

.topMap {
  width: 100%;
}

.topMap iframe {
  width: 100%;
  height: 450px;
}

/* 企業情報 */

.photosNowrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.photosNowrap li {
  width: calc((100% - 30px) / 4);
  border-radius: 10px;
}

.companyAccessmap {
  display: flex;
  justify-content: space-between;
}

.companyAccessmap_map {
  width: 58%;
}

.companyAccessmap_map iframe {
  width: 100%;
  height: 350px;
}

.companyAccessmap_address {
  width: 35%;
}

.companyAccessmap_address p {
  font-size: 1.4rem;
}

/* 製品案内 */

.productItem {
  display: flex;
  flex-flow: row wrap;
}

.productItem_contents {
  width: calc((100% - 61px) / 3);
  margin-bottom: 30px;
}

/* 主要設備 */

.setubi {
  display: flex;
  flex-flow: row wrap;
}

.setubi_contents {
  width: calc((100% - 61px) / 2);
  margin-bottom: 30px;
}

.setubiList {
  display: flex;
  flex-flow: row wrap;
}

.setubiList_contents {
  width: calc((100% - 61px) / 2);
  margin-bottom: 30px;
}

/* お問い合わせ */

.toiawaseTel_number {
  font-size: 1.8rem;
  font-weight: bold;
}

.toiawaseMail_address {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 767px) {
  a:hover img {
    opacity: 0.8;
  }

  p a:hover {
    color: #000;
  }

  .gNavi_ul li a:hover {
    box-shadow: 0 -2px 0 0 #187fc4 inset;
  }

  .gNavi_ul li a:hover:before {
    opacity: .3;
  }

  .gNavi_ul li a.current {
    box-shadow: 0 -2px 0 0 #187fc4 inset;
  }

  .footer_link_ul li + li::before {
    margin: 0 10px;
  }

  .footer_link_ul li a:hover {
    color: #187fc4;
  }

  .btn.is_simple a:hover {
    padding-left: 0;
  }

  .btn.is_simple a:hover::before {
    opacity: 0;
  }

  .btn.is_simple a:hover::after {
    opacity: 1;
  }

  .productItem_contents:not(:nth-child(3n + 1)) {
    margin-left: 30px;
  }

  .setubi_contents:nth-child(even) {
    margin-left: 60px;
  }

  .setubiList_contents:nth-child(even) {
    margin-left: 60px;
  }
}

@media (min-width: 950px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 1320px) {
  .topConcept_logo {
    top: 4%;
  }
}

@media (max-width: 949px) {
  .header_inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .topConcept_inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 766px) {
  html {
    font-size: 70%;
  }

  .pc {
    display: none !important;
  }

  a:active img {
    opacity: 0.8;
  }

  p a:active {
    color: #000;
  }

  .header {
    position: relative;
    height: auto;
    padding: 5px 0 10px;
  }

  .header:before {
    opacity: 1;
  }

  .logo {
    width: auto;
  }

  .logo img {
    width: auto;
    max-height: 100%;
    height: 35px;
  }

  .gNavi {
    background: linear-gradient(#000, #0a5384);
  }

  .gNavi_ul {
    display: block;
    margin-top: 20px;
  }

  .gNavi_ul li {
    height: auto;
  }

  .gNavi_ul li + li {
    border-top: 1px solid #666;
  }

  .gNavi_ul li a {
    text-align: center;
    padding: 20px;
  }

  .footer_info {
    display: block;
  }

  .footer_logo {
    margin: 0 auto 20px;
  }

  .footer_address {
    margin: 10px 0 10px;
    text-align: center;
  }

  .footer_link_ul li {
    display: flex;
    align-items: center;
    width: 30%;
    margin-bottom: 20px;
  }

  .footer_link_ul li + li:nth-child(3n + 1)::before {
    content: '';
  }

  .footer_link_ul li a {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }

  .mainVisual_inner {
    position: absolute;
  }

  .sp_space {
    padding-right: 10px;
    padding-left: 10px;
  }

  .col2_contents {
    max-width: 100%;
    margin: 0 auto 15px;
  }

  .colNowrap {
    display: block;
  }

  .colNowrap_sec + .colNowrap_sec {
    margin-left: auto;
    margin-top: 50px;
  }

  .flImgContents_img {
    max-width: 100%;
  }

  .flImgContents_img.is_fr {
    float: none;
    margin: 0 auto 20px;
  }

  .flImgContents_img.is_fl {
    float: none;
    margin: 0 auto 20px;
  }

  .flImgContents_text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title_centerbold {
    font-size: 1.7rem;
  }

  .title_mark {
    font-size: 1.6rem;
    padding: 10px 10px 0 40px;
  }

  .title_mark::before {
    left: 10px;
  }

  .table.sidetitle tr {
    display: block;
    padding: 10px 0;
  }

  .table.sidetitle th,
  .table.sidetitle td {
    display: block;
    width: 100%;
    padding: 0 10px;
  }

  .table.sidetitle th {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .waku {
    padding: 20px 15px;
  }

  .topConcept {
    padding-bottom: 80px;
  }

  .topConcept_logo {
    width: 70px;
    top: 2%;
  }

  .topConcept_inner {
    padding-top: 100px;
  }

  .topConcept_subtext {
    font-size: 1.5rem;
  }

  .topConcept_maintext {
    font-size: 1.7rem;
  }

  .topConcept_imgArea {
    display: block;
  }

  .topConcept_imgArea_contents {
    width: 80%;
    margin: 0 auto;
  }

  .topConcept_imgArea_contents + .topConcept_imgArea_contents {
    margin-top: 20px;
  }

  .topPhoto {
    flex-flow: row wrap;
  }

  .topPhoto_contents {
    width: 50%;
  }

  .topMap iframe {
    height: 150px;
  }

  .photosNowrap {
    flex-wrap: wrap;
  }

  .photosNowrap li {
    width: 49%;
    margin-bottom: 10px;
  }

  .companyAccessmap {
    display: block;
  }

  .companyAccessmap_map {
    width: 100%;
  }

  .companyAccessmap_address {
    width: 100%;
  }

  .productItem_contents {
    width: calc((100% - 10px) / 2);
  }

  .productItem_contents:nth-child(even) {
    margin-left: 10px;
  }

  .setubi_contents {
    width: calc((100% - 10px) / 2);
  }

  .setubi_contents:nth-child(even) {
    margin-left: 10px;
  }

  .setubiList {
    display: block;
  }

  .setubiList_contents {
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 949px) {
  .sp {
    display: none !important;
  }

  .main {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .topConcept_logo {
    top: 4.5%;
    width: 8%;
  }
}
/*# sourceMappingURL=../../maps/style.css.map */
