/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "a-otf-gothic-bbb-pr6n",sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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 {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  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;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

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

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1120px;
}

header {
  width: 100%;
  min-width: 1120px;
  padding: 60px 0 30px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
}

header h1 {
  margin-bottom: 40px;
}

header h1 a {
  width: 148px;
  margin: 0 auto;
  display: block;
}

header h1 a img {
  width: 100%;
  display: block;
}

header nav ul {
  text-align: center;
}

header nav ul li {
  height: 22px;
  display: inline-block;
  border-right: 2px solid #000;
}

header nav ul li:last-child {
  border: none;
}

header nav ul li a {
  height: 22px;
  padding: 5px 15px 0 10px;
  display: inline-block;
  vertical-align: top;
}

header nav ul li a img {
  vertical-align: top;
}

header.fixed {
  max-width: 100%;
  padding: 30px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 1px 10px #aaa;
  box-shadow: 0 1px 10px #aaa;
}

header.fixed h1 {
  display: none;
}

main {
  min-width: 1120px;
  padding-top: 179px;
  background-image: url(../images/bg01.jpg);
}

main .sliderbox {
  width: 100%;
  margin: 0 auto;
}

main .sliderbox .slider {
  width: 100% !important;
  margin: 0 auto;
}

main .sliderbox .slider img {
  width: 100%;
  display: block;
}

main article {
  width: 1120px;
  margin: 0 auto;
}

main article section {
  padding-top: 200px;
}

main article section .titleimg {
  height: 105px;
  display: block;
  margin: 0 auto 55px;
}

main article section.s01 .photobox {
  width: 523px;
  margin: 0 auto 40px;
  position: relative;
}

main article section.s01 .photobox .photo {
  width: 100%;
  display: block;
}

main article section.s01 .photobox .circle {
  position: absolute;
  top: 12px;
  left: 0;
}

main article section.s01 .t01 {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
}

main article section.s01 .t02 {
  font-size: 14px;
  line-height: 180%;
  text-align: center;
}

main article section.s02 .photobox {
  position: relative;
}

main article section.s02 .photobox .left {
  width: 344px;
  height: 1px;
  float: left;
}

main article section.s02 .photobox .photo {
  width: 371px;
  display: block;
  float: left;
}

main article section.s02 .photobox .right {
  width: 345px;
  padding: 55px 0 0 20px;
  float: left;
}

main article section.s02 .photobox .right .t01 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 180%;
}

main article section.s02 .photobox .right .t02 {
  font-size: 14px;
  line-height: 150%;
}

main article section.s02 .photobox .circle01 {
  position: absolute;
  top: 65px;
  left: 270px;
}

main article section.s02 .photobox .circle02 {
  position: absolute;
  top: -65px;
  right: 200px;
}

main article section.s02 .box02 .left,
main article section.s02 .box02 .right {
  width: 50%;
  float: left;
}

main article section.s02 .box02 .left .name,
main article section.s02 .box02 .right .name {
  display: block;
  margin-bottom: 25px;
}

main article section.s02 .box02 .left .txtbox,
main article section.s02 .box02 .right .txtbox {
  position: relative;
}

main article section.s02 .box02 .left .txtbox .t01,
main article section.s02 .box02 .right .txtbox .t01 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 170%;
}

main article section.s02 .box02 .left {
  padding-left: 200px;
}

main article section.s02 .box02 .right .name {
  margin-left: 85px;
}

main article section.s02 .box02 .right .txtbox {
  padding-bottom: 1px;
  border-left: 5px solid #000;
  padding-left: 50px;
}

main article section.s03 .mvbox {
  width: 825px;
  height: 464px;
  margin: 0 auto;
  position: relative;
}

main article section.s03 .mvbox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

main article section.s03 .processbox {
  width: 825px;
  margin: 0 auto;
}

main article section.s03 .processbox .process {
  padding: 120px 0 0 50px;
}

main article section.s03 .processbox .process .ptitle {
  margin-bottom: 15px;
  vertical-align: top;
  font-weight: bold;
  letter-spacing: 1px;
}

main article section.s03 .processbox .process .ptitle img {
  margin-right: 30px;
  vertical-align: top;
}

main article section.s03 .processbox .process .ptitle span {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
}

main article section.s03 .processbox .process .photobox2 {
  margin-bottom: 20px;
}

main article section.s03 .processbox .process .t01 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 1px;
}

main article section.s03 .processbox .process.p01 .photobox2 {
  width: 723px;
}

main article section.s03 .processbox .process.p01 .photobox2 .img01 {
  float: right;
  display: block;
}

main article section.s03 .processbox .process.p01 .photobox2 .img02 {
  float: left;
  display: block;
  margin-bottom: 5px;
}

main article section.s03 .processbox .process.p01 .photobox2 .img03 {
  float: left;
  display: block;
}

main article section.s03 .processbox .process.p02 .photobox2 {
  width: 725px;
}

main article section.s03 .processbox .process.p02 .photobox2 .img01 {
  width: 475px;
  display: block;
  float: left;
}

main article section.s03 .processbox .process.p02 .photobox2 .img02 {
  width: 245px;
  margin-bottom: 5px;
  display: block;
  float: right;
}

main article section.s03 .processbox .process.p02 .photobox2 .img03 {
  width: 245px;
  display: block;
  float: right;
}

main article section.s03 .processbox .process.p03 .photobox2 .img01 {
  display: block;
}

main article section.s03 .processbox .process.p04 .photobox2 {
  width: 719px;
}

main article section.s03 .processbox .process.p04 .photobox2 .img01 {
  width: 357px;
  float: left;
  display: block;
}

main article section.s03 .processbox .process.p04 .photobox2 .img02 {
  width: 357px;
  float: right;
  display: block;
}

main article section.s03 .processbox .process.p05 .photobox2 {
  width: 715px;
}

main article section.s03 .processbox .process.p05 .photobox2 .img01 {
  width: 355px;
  float: left;
  display: block;
}

main article section.s03 .processbox .process.p05 .photobox2 .img02 {
  width: 355px;
  float: right;
  display: block;
}

main article section.s03 .processbox .process.p06 .photobox2 {
  width: 719px;
}

main article section.s03 .processbox .process.p06 .photobox2 .img01 {
  width: 100%;
  float: left;
  display: block;
}

main article section.s03 .processbox .process.p07 .photobox2 {
  width: 725px;
}

main article section.s03 .processbox .process.p07 .photobox2 .img01 {
  width: 100%;
  display: block;
}

main article section.s03 .processbox .process.p08 .photobox2 {
  width: 715px;
}

main article section.s03 .processbox .process.p08 .photobox2 .img01 {
  width: 235px;
  float: left;
  margin-right: 5px;
  display: block;
}

main article section.s03 .processbox .process.p08 .photobox2 .img02 {
  width: 235px;
  float: left;
  margin-right: 5px;
  display: block;
}

main article section.s03 .processbox .process.p08 .photobox2 .img03 {
  width: 235px;
  float: left;
  display: block;
}

main article section.s04 .photobox {
  width: 460px;
  margin: 100px auto 0;
}

main article section.s04 .photobox img {
  width: 400px;
  display: block;
}

main article section.s04 .img02 {
  width: 820px;
  padding-right: 77px;
  display: block;
  margin: 0 auto 80px;
}

main article section.s04 .t01 {
  width: 765px;
  margin: 0 auto 15px;
  font-size: 14px;
  line-height: 180%;
}

main article section.s04 .t02 {
  width: 765px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 180%;
}

main article section.s05 .menubox01 .left {
  width: 389px;
  display: block;
  margin-left: 71px;
  float: left;
}

main article section.s05 .menubox01 .right {
  width: 600px;
  float: right;
}

main article section.s05 .menubox01 .right .title {
  display: block;
  margin-bottom: 20px;
}

main article section.s05 .menubox01 .right p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 175%;
}

main article section.s05 .border {
  display: block;
  margin: 70px auto;
}

main article section.s05 .menubox02 .right {
  width: 470px;
  display: block;
  float: right;
  padding-left: 50px;
}
main article section.s05 .menubox02 .right2 {
  width: 590px;
  display: block;
  float: right;
  padding-left: 20px;
}


main article section.s05 .menubox02 .right img {
  width: 374px;
  display: block;
}

main article section.s05 .menubox02 .left {
  width: 590px;
  padding-left: 150px;
  float: left;
}
main article section.s05 .menubox02 .left2 {
  width: 374px;
  padding-left: 150px;
  float: left;
}

main article section.s05 .menubox02 .left .title {
  display: block;
  margin-bottom: 20px;
}

main article section.s05 .menubox02 .left p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 175%;
}

main article section.about {
  padding: 450px 0 30px;
}

main article section.about .map {
  width: 420px;
  display: block;
  margin: 0 auto 130px;
}

main article section.about .map img {
  width: 370px;
}

main article section.about .photo {
  display: block;
  margin: 0 auto 40px;
}

main article section.about .info {
  text-align: center;
}

main article section.about .info img {
  margin: 0 10px;
  vertical-align: top;
}

main article section.about .ja {
  margin-bottom: 80px;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
}

main article section.about .ja span {
  padding: 0 5px;
}

main article section.about .link {
  width: 290px;
  height: 48px;
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
}

main article section.about .link img {
  width: 80%;
  display: block;
  margin: 17px auto 0;
}

footer {
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0;
}

footer .top {
  width: 70px;
  display: block;
  margin: 0 auto 10px;
}

footer .top img {
  width: 100%;
  display: block;
}

footer .copy {
  text-align: center;
  font-size: 10px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 700px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  img {
    max-width: 100%;
  }
  header {
    width: 100%;
    min-width: 0;
    height: 160px;
    overflow: hidden;
    margin: 0 auto 15px;
    padding-top: 40px;
  }
  header.fixed {
    max-width: 100%;
    height: auto;
    padding: 10px 0 5px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 0 1px 10px #aaa;
    box-shadow: 0 1px 10px #aaa;
  }
  header h1 {
    margin-bottom: 25px;
  }
  header h1 a {
    width: 100px;
  }
  header nav {
    max-width: 400px;
    margin: 0 auto;
  }
  header nav ul {
    text-align: center;
  }
  header nav ul li {
    height: 18px;
    margin: 0 8px;
    border: none;
  }
  header nav ul li a {
    height: 22px;
    padding: 5px 0 0;
  }
  header nav ul li a img {
    width: 100%;
  }
  header nav ul li a.menu01 {
    width: 145px;
  }
  header nav ul li a.menu02 {
    width: 171px;
  }
  header nav ul li a.menu03 {
    width: 169px;
  }
  header nav ul li a.menu04 {
    width: 105px;
  }
  main {
    width: 100%;
    min-width: 0;
    padding-top: 160px;
  }
  main .slick-prev,
  main .slick-next {
    width: 27px !important;
    height: 27px !important;
  }
  main .slick-prev:before,
  main .slick-next:before {
    font-size: 27px !important;
  }
  main article {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main article section {
    padding-top: 100px;
  }
  main article section .titleimg {
    height: 65px;
    display: block;
    margin: 0 auto 55px;
  }
  main article section.s01 .photobox {
    width: 100%;
    margin: 0 auto 25px;
  }
  main article section.s01 .photobox .photo {
    width: 250px;
    display: block;
    margin: 0 auto;
  }
  main article section.s01 .photobox .circle {
    width: 40px;
    left: calc(50% - 150px);
  }
  main article section.s01 .t01 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 13px;
  }
  main article section.s01 .t02 {
    font-size: 13px;
    text-align: left;
  }
  main article section.s02 .photobox {
    position: relative;
  }
  main article section.s02 .photobox .left {
    display: none;
  }
  main article section.s02 .photobox .photo {
    width: 250px;
    margin: 0 auto 30px;
    float: none;
  }
  main article section.s02 .photobox .right {
    width: 100%;
    padding: 0;
    float: none;
  }
  main article section.s02 .photobox .right .t01 {
    margin-bottom: 20px;
    font-size: 13px;
  }
  main article section.s02 .photobox .right .t02 {
    font-size: 13px;
  }
  main article section.s02 .photobox .circle01 {
    width: 40px;
    position: absolute;
    top: 65px;
    left: calc(50% - 150px);
  }
  main article section.s02 .photobox .circle02 {
    width: 40px;
    position: absolute;
    top: -35px;
    right: calc(50% - 120px);
  }
  main article section.s02 .box02 .left,
  main article section.s02 .box02 .right {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
  main article section.s02 .box02 .left .name,
  main article section.s02 .box02 .right .name {
    display: block;
    margin-bottom: 5px;
  }
  main article section.s02 .box02 .left .txtbox,
  main article section.s02 .box02 .right .txtbox {
    position: relative;
  }
  main article section.s02 .box02 .left .txtbox .t01,
  main article section.s02 .box02 .right .txtbox .t01 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 170%;
  }
  main article section.s02 .box02 .left {
    padding: 0;
  }
  main article section.s02 .box02 .left .name {
    width: 140px;
  }
  main article section.s02 .box02 .right .name {
    width: 100px;
    margin: 0 0 5px;
  }
  main article section.s02 .box02 .right .txtbox {
    border: none;
    padding: 0;
  }
  main article section.s03 .mvbox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
  }
  main article section.s03 .mvbox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    display: block;
  }
  main article section.s03 .processbox {
    width: 100%;
  }
  main article section.s03 .processbox .process {
    padding: 60px 0 0;
  }
  main article section.s03 .processbox .process .ptitle {
    margin-bottom: 10px;
    vertical-align: top;
    font-weight: bold;
    letter-spacing: 1px;
  }
  main article section.s03 .processbox .process .ptitle img {
    display: block;
    margin: 0;
  }
  main article section.s03 .processbox .process .ptitle span {
    height: auto;
    font-size: 13px;
    line-height: 140%;
    display: block;
  }
  main article section.s03 .processbox .process .photobox2 {
    margin-bottom: 20px;
  }
  main article section.s03 .processbox .process .t01 {
    margin-bottom: 15px;
    font-size: 13px;
  }
  main article section.s03 .processbox .process.p01 .ptitle img {
    width: 155px;
  }
  main article section.s03 .processbox .process.p01 .photobox2 {
    width: 100%;
  }
  main article section.s03 .processbox .process.p01 .photobox2 .img01 {
    width: 100%;
    margin-bottom: 2px;
  }
  main article section.s03 .processbox .process.p01 .photobox2 .img02 {
    width: calc(50% - 1px);
    margin-bottom: 0;
    margin-right: 2px;
  }
  main article section.s03 .processbox .process.p01 .photobox2 .img03 {
    width: calc(50% - 1px);
  }
  main article section.s03 .processbox .process.p02 .ptitle img {
    width: 225px;
  }
  main article section.s03 .processbox .process.p02 .photobox2 {
    width: 100%;
  }
  main article section.s03 .processbox .process.p02 .photobox2 .img01 {
    width: 100%;
    margin-bottom: 2px;
  }
  main article section.s03 .processbox .process.p02 .photobox2 .img02 {
    width: calc(50% - 1px);
    margin-bottom: 0;
  }
  main article section.s03 .processbox .process.p02 .photobox2 .img03 {
    width: calc(50% - 1px);
    margin-right: 2px;
  }
  main article section.s03 .processbox .process.p03 .ptitle img {
    width: 240px;
  }
  main article section.s03 .processbox .process.p03 .photobox2 .img01 {
    width: 100%;
  }
  main article section.s03 .processbox .process.p04 .ptitle img {
    width: 339px;
  }
  main article section.s03 .processbox .process.p04 .photobox2 {
    width: 100%;
  }
  main article section.s03 .processbox .process.p04 .photobox2 .img01 {
    width: calc(50% - 1px);
    margin-right: 2px;
  }
  main article section.s03 .processbox .process.p04 .photobox2 .img02 {
    width: calc(50% - 1px);
  }
  main article section.s03 .processbox .process.p05 .ptitle img {
    width: 339px;
  }
  main article section.s03 .processbox .process.p05 .photobox2 {
    width: 100%;
  }
  main article section.s03 .processbox .process.p05 .photobox2 .img01 {
    width: calc(50% - 1px);
    margin-right: 2px;
  }
  main article section.s03 .processbox .process.p05 .photobox2 .img02 {
    width: calc(50% - 1px);
  }
  main article section.s03 .processbox .process.p06 .ptitle img {
    width: 339px;
  }
  main article section.s03 .processbox .process.p06 .photobox2 {
    width: 100%;
  }
  main article section.s03 .processbox .process.p06 .photobox2 .img01 {
    width: 100%;
  }
  main article section.s03 .processbox .process.p07 .ptitle img {
    width: 339px;
  }
  main article section.s03 .processbox .process.p07 .photobox2 {
    width: 100%;
  }
  main article section.s03 .processbox .process.p08 .ptitle img {
    width: 310px;
  }
  main article section.s03 .processbox .process.p08 .photobox2 {
    width: 100%;
  }
  main article section.s03 .processbox .process.p08 .photobox2 .img01 {
    width: calc(100% / 3 - 2px);
    margin-right: 2px;
  }
  main article section.s03 .processbox .process.p08 .photobox2 .img02 {
    width: calc(100% / 3 - 2px);
    margin-right: 2px;
  }
  main article section.s03 .processbox .process.p08 .photobox2 .img03 {
    width: calc(100% / 3 - 2px);
  }
  main article section.s04 .photobox {
    width: 280px;
    margin: 40px auto 0;
  }
  main article section.s04 .photobox img {
    width: 240px;
  }
  main article section.s04 .img02 {
    width: 300px;
    display: block;
    padding-right: 25px;
    margin: 0 auto 50px;
  }
  main article section.s04 .t01 {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 13px;
  }
  main article section.s04 .t02 {
    width: 100%;
    font-size: 13px;
  }
  main article section.s05 .menubox01 .left {
    width: 200px;
    margin: 0 auto 30px;
    float: none;
  }
  main article section.s05 .menubox01 .right {
    width: 100%;
    float: right;
  }
  main article section.s05 .menubox01 .right .title {
    width: 225px;
    margin: 0 auto 15px;
  }
  main article section.s05 .menubox01 .right p {
    font-size: 13px;
  }
  main article section.s05 .border {
    width: 100%;
    margin: 30px auto 40px;
  }
  main article section.s05 .menubox02 .right {
    width: 200px;
    margin: 0 auto 30px;
    float: none;
    padding: 0;
  }
  main article section.s05 .menubox02 .right img {
    width: 200px;
    display: block;
  }
  main article section.s05 .menubox02 .left {
    width: 100%;
    padding: 0;
    float: none;
  }
  main article section.s05 .menubox02 .left .title {
    width: 198px;
    margin: 0 auto 15px;
  }
  main article section.s05 .menubox02 .left p {
    font-size: 13px;
  }
  main article section.about {
    padding: 150px 0 30px;
  }
  main article section.about .map {
    width: 340px;
    display: block;
    margin: 0 auto 80px;
  }
  main article section.about .map img {
    width: 310px;
    display: block;
  }
  main article section.about .photo {
    width: 300px;
    margin: 0 auto 40px;
  }
  main article section.about .info {
    text-align: center;
  }
  main article section.about .info img {
    display: block;
    margin: 0 auto 10px;
  }
  main article section.about .info img.address {
    width: 341px;
  }
  main article section.about .info img.tel {
    width: 254px;
  }
  main article section.about .ja {
    margin-bottom: 30px;
    font-size: 12px;
  }
  main article section.about .ja span {
    line-height: 160%;
    font-size: 12px;
    display: block;
  }
  main article section.about .link {
    width: 240px;
    height: 40px;
  }
  main article section.about .link img {
    width: 80%;
    margin: 14px auto 0;
  }
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
  }
  footer .top {
    width: 50px;
    display: block;
    margin: 0 auto 10px;
  }
  footer .top img {
    width: 100%;
    display: block;
  }
  footer .copy {
    text-align: center;
    font-size: 10px;
  }
}

/* ------------------------------
 width: all
------------------------------ */
/* ------------------------------
 width < $width-1
------------------------------ */
