@charset "UTF-8";
.main {
  position: relative;
}

.main .title-band {
  position: absolute;
  top: -120px;
  right: 140px;
  z-index: 300;
  float: right;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 130px 30px 165px 30px;
}

@media (max-width: 1387px) {
  .main .title-band {
    display: none;
  }
}

.main .title-band img {
  width: 80%;
}

.main #slick-slide {
  width: 100%;
  margin: 0 auto;
}

.main #slick-slide img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .main #slick-slide img {
    height: 100vh;
  }
}

.main .sns {
  position: absolute;
  top: 35px;
  right: 40px;
}

@media (max-width: 767px) {
  .main .sns {
    right: 15px;
  }
}

.main .sns p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-bottom: 35px;
  padding-left: 13px;
  color: #fff;
}

.main .sns .logo {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .main .sns .logo img {
    width: 70%;
  }
}

.news {
  width: 100%;
}

.news .news-h2 {
  background-image: url(../img/title.jpg);
  height: 120px;
}

@media (max-width: 767px) {
  .news .news-h2 {
    height: 70px;
  }
}

.news .news-h2 h2 {
  width: 80%;
  text-align: left;
  position: relative;
  padding-top: 60px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .news .news-h2 h2 {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .news .news-h2 h2 {
    font-size: 2rem;
    width: 95%;
    padding-top: 30px;
    padding-left: 50px;
  }
}

.news .news-h2 h2 img {
  position: absolute;
  top: 20px;
  left: -80px;
}

@media (max-width: 1024px) {
  .news .news-h2 h2 img {
    left: -50px;
  }
}

@media (max-width: 767px) {
  .news .news-h2 h2 img {
    width: 65px;
    left: 0;
    top: 10px;
  }
}

.news .news-content {
  background: url(../img/greenbg.png);
  background-size: cover;
  width: 100%;
}

.news .news-content dl {
  width: 70%;
  background: #fff;
  margin: 0 auto;
  height: 100%;
  padding: 35px 0 0 50px;
}

@media (max-width: 1024px) {
  .news .news-content dl {
    padding: 35px 20px 35px;
  }
}

@media (max-width: 767px) {
  .news .news-content dl {
    width: 90%;
  }
}

.news .news-content dl .newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 28px;
}

@media (max-width: 1024px) {
  .news .news-content dl .newslist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news .news-content dl .newslist dt {
  color: #769164;
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .news .news-content dl .newslist dt {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .news .news-content dl .newslist dd {
    text-align: left;
  }
}

.about .about-h2 {
  background-image: url(../img/title.jpg);
  height: 150px;
}

@media (max-width: 767px) {
  .about .about-h2 {
    height: 70px;
  }
}

.about .about-h2 h2 {
  padding-top: 80px;
  display: inline-block;
  position: relative;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .about .about-h2 h2 {
    padding-top: 29px;
    font-size: 2rem;
  }
}

.about .about-h2 h2::before {
  position: absolute;
  content: "";
  background: url(../img/h2blue2.png);
  width: 125px;
  height: 73px;
  top: 55px;
  right: 160px;
}

@media (max-width: 767px) {
  .about .about-h2 h2::before {
    top: 19px;
    right: 105px;
    width: 65px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.about .about-h2 h2::after {
  position: absolute;
  content: "";
  background: url(../img/h2blue3.png) no-repeat;
  width: 120px;
  height: 73px;
  top: 60px;
  left: 160px;
}

@media (max-width: 767px) {
  .about .about-h2 h2::after {
    top: 23px;
    left: 105px;
    width: 65px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.about .about-content-wrap {
  background: url(../img/aboutbg.jpg);
  background-size: cover;
  height: 680px;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .about .about-content-wrap {
    height: initial;
  }
}

.about .about-content-wrap .about-content {
  background-color: rgba(255, 255, 255, 0.8);
  width: 75%;
  height: 90%;
  padding: 60px 50px 60px 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .about .about-content-wrap .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .about .about-content-wrap .about-content {
    width: 90%;
    padding: 40px 25px 20px 25px;
    margin: 20px auto;
  }
}

.about .about-content-wrap .about-content img {
  padding-left: 15%;
}

@media (max-width: 1024px) {
  .about .about-content-wrap .about-content img {
    padding-left: 0;
    width: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .about .about-content-wrap .about-content img {
    width: 40%;
    margin-bottom: 20px;
  }
}

.about .about-content-wrap .about-content .about-p {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
}

@media (max-width: 1024px) {
  .about .about-content-wrap .about-content .about-p {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 767px) {
  .about .about-content-wrap .about-content .about-p {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.about .about-content-wrap .about-content .about-p p {
  line-height: 4rem;
  font-weight: bold;
  font-size: 1.8rem;
}

@media (max-width: 1024px) {
  .about .about-content-wrap .about-content .about-p p {
    line-height: 3rem;
  }
}

@media (max-width: 767px) {
  .about .about-content-wrap .about-content .about-p p {
    line-height: 2.5rem;
    padding-bottom: 20px;
  }
}

.about .about-content-wrap .about-content .about-p p span {
  display: inline-block;
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .about .about-content-wrap .about-content .about-p p span {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .about .about-content-wrap .about-content .about-p p span {
    letter-spacing: 2px;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

.about .about-content-wrap .about-content .about-p p .spnone {
  display: none;
}

.cameraman .cameraman-h2 {
  background-image: url(../img/title.jpg);
  height: 150px;
}

@media (max-width: 767px) {
  .cameraman .cameraman-h2 {
    height: 70px;
  }
}

.cameraman .cameraman-h2 h2 {
  padding-top: 80px;
  display: inline-block;
  position: relative;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .cameraman .cameraman-h2 h2 {
    padding-top: 29px;
    font-size: 2rem;
  }
}

.cameraman .cameraman-h2 h2::before {
  position: absolute;
  content: "";
  background: url(../img/h2pink1.png) no-repeat;
  width: 125px;
  height: 73px;
  top: 55px;
  right: 110px;
}

@media (max-width: 767px) {
  .cameraman .cameraman-h2 h2::before {
    top: 19px;
    right: 70px;
    width: 65px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.cameraman .cameraman-h2 h2::after {
  position: absolute;
  content: "";
  background: url(../img/h2pink2.png) no-repeat;
  width: 120px;
  height: 73px;
  top: 60px;
  left: 110px;
}

@media (max-width: 767px) {
  .cameraman .cameraman-h2 h2::after {
    top: 23px;
    left: 70px;
    width: 65px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.cameraman .cameraman-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  text-align: left;
}

@media (max-width: 1387px) {
  .cameraman .cameraman-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cameraman .cameraman-content-wrap .cameraman-content {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: calc(100% / 2);
  height: 550px;
  padding: 50px 3% 60px 0;
}

@media (max-width: 1387px) {
  .cameraman .cameraman-content-wrap .cameraman-content {
    width: 100%;
    padding: 50px 13% 60px 0;
  }
}

@media (max-width: 767px) {
  .cameraman .cameraman-content-wrap .cameraman-content {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    padding: 0;
    height: auto;
  }
}

@media (max-width: 767px) {
  .cameraman .cameraman-content-wrap .cameraman-content .cameraman-content-in {
    padding-top: 62.5%;
  }
}

.cameraman .cameraman-content-wrap .cameraman-content .cameraman-content-in .cameraman-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90px;
  font-size: 4rem;
  color: #fff;
}

@media (max-width: 767px) {
  .cameraman .cameraman-content-wrap .cameraman-content .cameraman-content-in .cameraman-name {
    font-size: 2rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin: 0 auto;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cameraman .cameraman-content-wrap .cameraman-content .cameraman-content-in .cameraman-name h3 {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .cameraman .cameraman-content-wrap .cameraman-content .cameraman-content-in .cameraman-name h3 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 25px 0 20px;
    text-align: center;
    letter-spacing: 2px;
  }
}

.cameraman .cameraman-content-wrap .cameraman-content .cameraman-content-in .cameraman-name h3 .name {
  text-align: center;
}

.cameraman .cameraman-content-wrap .cameraman-content .cameraman-content-in .cameraman-name h3 rt {
  text-align: left;
}

.cameraman .cameraman-content-wrap .cameraman-content .cameraman-content-in .cameraman-name img {
  width: 50%;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .cameraman .cameraman-content-wrap .cameraman-content .cameraman-content-in .cameraman-name img {
    width: 45%;
    margin-left: 20px;
    padding-top: 5px;
  }
}

.cameraman .cameraman-content-wrap .cameraman-content .cameraman-p {
  background-color: #fff;
  padding: 35px 20px 0 30px;
  line-height: 3rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .cameraman .cameraman-content-wrap .cameraman-content .cameraman-p {
    display: block;
    padding-bottom: 30px;
  }
}

.cameraman .cameraman-content-wrap .cameraman-content .cameraman-p span {
  display: inline-block;
  padding-right: 3%;
}

.cameraman .cameraman-content-wrap .nakayama {
  background: url(../img/nakayama.png) no-repeat;
  background-size: cover;
  background-position: left 50% center;
}

@media (max-width: 767px) {
  .cameraman .cameraman-content-wrap .nakayama {
    background-size: contain;
    background-position: left top;
  }
}

.cameraman .cameraman-content-wrap .nakayama .cameraman-name {
  background-color: rgba(191, 61, 99, 0.8);
}

.cameraman .cameraman-content-wrap .takashima {
  background: url(../img/takashima.png) no-repeat;
  background-size: cover;
  background-position: left 50% center;
}

@media (max-width: 767px) {
  .cameraman .cameraman-content-wrap .takashima {
    background-size: contain;
    background-position: left top;
  }
}

.cameraman .cameraman-content-wrap .takashima .cameraman-name {
  background-color: rgba(150, 81, 77, 0.8);
}

.record .record-h2 {
  background-image: url(../img/title.jpg);
  height: 150px;
}

@media (max-width: 767px) {
  .record .record-h2 {
    height: 70px;
  }
}

.record .record-h2 h2 {
  padding-top: 80px;
  display: inline-block;
  position: relative;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .record .record-h2 h2 {
    padding-top: 29px;
    font-size: 2rem;
  }
}

.record .record-h2 h2::before {
  position: absolute;
  content: "";
  background: url(../img/h2blue2.png);
  width: 125px;
  height: 73px;
  top: 55px;
  right: 160px;
}

@media (max-width: 767px) {
  .record .record-h2 h2::before {
    top: 19px;
    right: 85px;
    width: 65px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.record .record-h2 h2::after {
  position: absolute;
  content: "";
  background: url(../img/h2blue3.png) no-repeat;
  width: 120px;
  height: 73px;
  top: 60px;
  left: 160px;
}

@media (max-width: 767px) {
  .record .record-h2 h2::after {
    top: 23px;
    left: 85px;
    width: 65px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.record dl {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .record dl {
    padding: 20px 0;
  }
}

.record .record-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .record .record-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
  }
}

.record .record-content .year {
  background: url(../img/greenbg.png);
  margin: 10px 3% 10px 10px;
  padding: 10px 50px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .record .record-content .year {
    margin: 30px 3% 10px 10px;
  }
}

.record .record-content .description dl {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .record .record-content .description dl {
    padding: 0;
  }
}

.record .record-content .description dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

@media (max-width: 1024px) {
  .record .record-content .description dl div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.record .record-content .description dl div dt {
  text-align: left;
  min-width: 100px;
  color: #769164;
}

.record .record-content .description dl div dd {
  text-align: left;
  padding-left: 20px;
}

@media (max-width: 1024px) {
  .record .record-content .description dl div dd {
    padding-left: 0;
  }
}

.photo-inst .photo-h2 {
  background-image: url(../img/title.jpg);
  height: 150px;
}

@media (max-width: 767px) {
  .photo-inst .photo-h2 {
    height: 70px;
  }
}

.photo-inst .photo-h2 h2 {
  padding-top: 80px;
  display: inline-block;
  position: relative;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .photo-inst .photo-h2 h2 {
    padding-top: 29px;
    font-size: 2rem;
  }
}

.photo-inst .photo-h2 h2::before {
  position: absolute;
  content: "";
  background: url(../img/h2orange1.png);
  width: 125px;
  height: 73px;
  top: 55px;
  right: 80px;
}

@media (max-width: 767px) {
  .photo-inst .photo-h2 h2::before {
    top: 19px;
    right: 47px;
    width: 65px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.photo-inst .photo-h2 h2::after {
  position: absolute;
  content: "";
  background: url(../img/h2orange2.png) no-repeat;
  width: 120px;
  height: 73px;
  top: 60px;
  left: 80px;
}

@media (max-width: 767px) {
  .photo-inst .photo-h2 h2::after {
    top: 23px;
    left: 47px;
    width: 65px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.photo-inst ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photo-inst ul li {
  width: calc(100% / 5);
  list-style: none;
}

@media (max-width: 767px) {
  .photo-inst ul li {
    width: calc(100% / 3);
  }
}

.photo-inst img {
  vertical-align: bottom;
}

.photo-inst p {
  padding: 10px 0;
}

.workshop {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.workshop p {
  display: inline-block;
  font-size: 2rem;
}

.contact {
  padding-top: 70px;
}

.contact h1 {
  font-size: 3rem;
  width: 90%;
  text-align: left;
  margin: 0 auto 50px;
  letter-spacing: 1rem;
  max-width: 1000px;
  padding: 0.3em 0.6em;
  /*上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #768f64;
  /*左線*/
}

.contact .Form {
  width: 90%;
  margin: 20px auto 60px;
  max-width: 1000px;
}

@media (max-width: 767px) {
  .contact .Form {
    margin-top: 40px;
  }
}

.contact .Form .description {
  text-align: left;
  padding-bottom: 50px;
  letter-spacing: 2px;
  line-height: 3rem;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .contact .Form .description {
    font-size: 1.4rem;
    width: 95%;
    margin: 0 auto;
  }
}

.contact .Form .Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .contact .Form .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    width: 100%;
  }
}

.contact .Form .Form-Item .Form-Item-Label {
  width: 25%;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left;
  color: #768f64;
}

@media (max-width: 767px) {
  .contact .Form .Form-Item .Form-Item-Label {
    max-width: inherit;
    display: block;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.contact .Form .Form-Item .Form-Item-Label .Form-Item span {
  color: #bd1b1b;
  font-size: 2rem;
}

.contact .Form .Form-Item .isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  .contact .Form .Form-Item .isMsg {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.contact .Form .Form-Item .Form-Item-Input-wrap {
  width: 65%;
}

@media (max-width: 767px) {
  .contact .Form .Form-Item .Form-Item-Input-wrap {
    width: 100%;
  }
}

.contact .Form .Form-Item .Form-Item-Input-wrap p {
  color: #bd1b1b;
  letter-spacing: 2px;
  text-align: left;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .contact .Form .Form-Item .Form-Item-Input-wrap p {
    text-align: left;
    margin-left: 0;
    font-size: 1.4rem;
  }
}

.contact .Form .Form-Item .Form-Item-Input {
  border: none;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: #fbfbfb;
  font-size: 18px;
}

@media (max-width: 767px) {
  .contact .Form .Form-Item .Form-Item-Input {
    margin-left: 0;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.contact .Form .Form-Item .Form-Item-Input::-webkit-input-placeholder {
  color: #d1cece;
  font-size: i 0.6rem;
}

.contact .Form .Form-Item .Form-Item-Input:-ms-input-placeholder {
  color: #d1cece;
  font-size: i 0.6rem;
}

.contact .Form .Form-Item .Form-Item-Input::-ms-input-placeholder {
  color: #d1cece;
  font-size: i 0.6rem;
}

.contact .Form .Form-Item .Form-Item-Input::placeholder {
  color: #d1cece;
  font-size: i 0.6rem;
}

.contact .Form .Form-Item .Form-Item-Textarea {
  border: none;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: #fbfbfb;
  font-size: 18px;
}

@media (max-width: 767px) {
  .contact .Form .Form-Item .Form-Item-Textarea {
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.contact .Form .Form-Btn {
  color: #768f64;
  border: none;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  border: solid 1px #768f64;
  background: #fff;
  font-weight: 200;
  font-size: 1.6rem;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* confirm */
.Form-Item-answer {
  text-align: left;
}

.confirm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .confirm-btn {
    display: block;
  }
}

/* thanks */
.thanks-wrap {
  width: 80%;
  margin: 80px auto 120px;
}

.thanks-wrap .thanks-wrap p {
  line-height: 3rem;
  letter-spacing: 2px;
}
/*# sourceMappingURL=style.css.map */