@charset "UTF-8";
/* mixin */
/* reset */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}

img.max {
  width: 100%;
}

.imgMax img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

/* comon */
body {
  word-wrap: break-word;
  line-height: 180%;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #000;
}

*, div {
  box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.wrapper {
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .wrapper {
    margin: 0 4%;
  }
  .wrapper.spwide {
    margin: 0;
  }
}

.wrapper2 {
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .wrapper2 {
    max-width: 845px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .wrapper2 {
    margin: 0 4%;
  }
  .wrapper2.spwide {
    margin: 0;
  }
}

.main {
  line-height: 1;
}

@media screen and (min-width: 1000px) {
  .ph-logo {
    margin-top: 15px;
  }
}

/* responsive */
@media screen and (max-width: 999px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .spOnly {
    display: none;
  }
}

/* mv */
.mainVS {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .mainVS {
    height: 840px;
    background: #E8C72A url(../images/mv_bg.png) repeat-x left top;
    display: block;
  }
  .mainVS_content {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .mainVS_slide {
    width: 1000px;
  }
  .mainVS_slide:not(:first-child) {
    display: none;
  }
  .mainVS_slide:not(:first-child).slick-slide {
    display: block;
  }
  .mainVS_tx01 {
    width: 529.5px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .mainVS_tx02 {
    width: 324px;
    margin: 0 auto;
    padding-top: 32px;
  }
  .mainVS_animal {
    width: 851px;
    margin: 0 auto;
    padding-top: 32px;
  }
  .mainVS_tx03 {
    width: 854px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .mainVS .slick-prev, .mainVS .slick-next {
    top: auto;
    left: auto;
    bottom: 0;
    width: 38px;
    height: 38px;
    transform: none;
    z-index: 1;
    transition: 0.3s;
  }
  .mainVS .slick-prev:hover, .mainVS .slick-next:hover {
    opacity: 0.7;
  }
  .mainVS .slick-prev::before, .mainVS .slick-next::before {
    display: none;
  }
  .mainVS .slick-prev {
    right: 88px;
    background: url(../images/hero_btn_prev.png) no-repeat center;
    background-size: contain;
  }
  .mainVS .slick-next {
    right: 0;
    background: url(../images/hero_btn_next.png) no-repeat center;
    background-size: contain;
  }
  .mainVS_btn_stop {
    position: absolute;
    bottom: 0;
    right: 44px;
    width: 38px;
    height: 38px;
    background: url(../images/hero_btn_stop.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: 0.3s;
  }
  .mainVS_btn_stop:hover {
    opacity: 0.7;
  }
  .mainVS_btn_stop.paused {
    background: url(../images/hero_btn_start.png) no-repeat center;
    background-size: contain;
  }
}
@media screen and (max-width: 999px) {
  .mainVS {
    background-color: #d5bf96;
    display: block;
  }
  .mainVS_tx01 {
    width: 65.6vw;
    margin: 0 auto;
    padding-top: 9.3vw;
  }
  .mainVS_tx02 {
    width: 39.6vw;
    margin: 3.2vw auto 0;
  }
  .mainVS_content {
    position: relative;
    width: 100%;
    background: #d6bf96;
  }
  .mainVS_slide {
    width: 100vw;
  }
  .mainVS_slide:not(:first-child) {
    display: none;
  }
  .mainVS_slide:not(:first-child).slick-slide {
    display: block;
  }
  .mainVS .slick-prev, .mainVS .slick-next {
    top: auto;
    left: auto;
    bottom: 0;
    width: 24px;
    height: 24px;
    transform: none;
    z-index: 1;
  }
  .mainVS .slick-prev::before, .mainVS .slick-next::before {
    display: none;
  }
  .mainVS .slick-prev {
    right: 10px;
    background: url(../images/hero_btn_prev.png) no-repeat center;
    background-size: contain;
  }
  .mainVS .slick-next {
    bottom: 54px;
    right: 10px;
    background: url(../images/hero_btn_next.png) no-repeat center;
    background-size: contain;
  }
  .mainVS_btn_stop {
    position: absolute;
    bottom: 27px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/hero_btn_stop.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: 0.3s;
  }
  .mainVS_btn_stop.paused {
    background: url(../images/hero_btn_start.png) no-repeat center;
    background-size: contain;
  }
}
.mainVS_swiper {
  width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 999px) {
  .mainVS_swiper {
    width: 100%;
    margin-top: 0;
  }
}

/* nav */
@media screen and (min-width: 1000px) {
  .nav {
    max-width: 624px;
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 999px) {
  .nav {
    margin-top: 0;
    padding: 0 20px 32px;
    background-color: #e9c82a;
  }
}
.nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .nav ul {
    justify-content: space-between;
  }
}
.nav ul li {
  overflow: hidden;
  width: 24%;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .nav ul li {
    width: 49.2%;
  }
}
@media screen and (min-width: 1000px) {
  .nav ul li:nth-child(2), .nav ul li:nth-child(3), .nav ul li:nth-child(4), .nav ul li:nth-child(6), .nav ul li:nth-child(7) {
    margin-left: 8px;
  }
  .nav ul li:nth-child(n+5) {
    margin-top: 8px;
  }
  .nav ul li.small {
    width: 14%;
  }
}
@media screen and (max-width: 999px) {
  .nav ul li + .nav ul li {
    margin-left: 8px;
  }
  .nav ul li:nth-of-type(n+3) {
    margin-top: 5px;
  }
}
.nav ul li a {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.2s;
  width: 100%;
  height: 50px;
  padding-left: 10%;
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .nav ul li a {
    height: 40px;
  }
}
.nav ul li a:hover {
  background: #fff !important;
}
.nav ul li a img {
  transition-property: transform, background, box-shadow, color;
  transition-duration: 0.2s;
}
.nav ul li.nav_shibireitami a {
  background: #A00808;
}
.nav ul li.nav_kounenki a {
  background: #2D2D80;
}
.nav ul li.nav_iraira a {
  background: #005858;
}
.nav ul li.nav_miminari a {
  background: #751A86;
}
.nav ul li.nav_fumin a {
  background: #008182;
}
.nav ul li.nav_memai a {
  background: #CE5D20;
}
.nav ul li.nav_tsukae a {
  background: #073737;
}
.nav ul li span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 999px) {
  .nav ul li span {
    width: 17px;
    height: 17px;
  }
}
.nav ul li span::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  width: 3.4px;
  height: 20px;
  background: url(../images/arrow_down_wt.svg) no-repeat center top;
  transition: all 0.2s;
  overflow: visible;
}
@media screen and (max-width: 999px) {
  .nav ul li span::after {
    height: 12px;
    background: url(../images/arrow_down_wt.svg) no-repeat center top;
    background-size: contain;
  }
}
.nav ul li span::before {
  position: absolute;
  left: 0%;
  top: 0;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background-color: #D0BA90;
}
@media screen and (max-width: 999px) {
  .nav ul li span::before {
    width: 17px;
    height: 17px;
  }
}
.nav ul li img.imgTx {
  display: block;
  width: auto;
  height: 14px;
}
@media screen and (max-width: 999px) {
  .nav ul li img.imgTx {
    height: 13px;
  }
}
.nav ul li img.imgTx.imgTxSmall {
  height: 12px;
}
@media screen and (max-width: 999px) {
  .nav ul li img.imgTx.imgTxSmall {
    height: 11px;
  }
}
.nav ul li img.imgTx.norm {
  display: none;
}
.nav ul li a:hover span:after {
  top: 12px;
}
@media screen and (max-width: 999px) {
  .nav ul li a:hover span:after {
    top: 10px;
  }
}
.nav ul li a:hover img.norm {
  display: block;
}
.nav ul li a:hover img.wt {
  display: none;
}
.nav_tsukae a:hover span::after {
  background: url(../images/arrow_down_tsukae.svg) no-repeat center top;
  background-size: contain;
}
.nav_shibireitami a:hover span::after {
  background: url(../images/arrow_down_shibireitami.svg) no-repeat center top;
  background-size: contain;
}
.nav_kounenki a:hover span::after {
  background: url(../images/arrow_down_kounenki.svg) no-repeat center top;
  background-size: contain;
}
.nav_iraira a:hover span::after {
  background: url(../images/arrow_down_iraira.svg) no-repeat center top;
  background-size: contain;
}
.nav_miminari a:hover span::after {
  background: url(../images/arrow_down_miminari.svg) no-repeat center top;
  background-size: contain;
}
.nav_fumin a:hover span::after {
  background: url(../images/arrow_down_fumin.svg) no-repeat center top;
  background-size: contain;
}
.nav_memai a:hover span::after {
  background: url(../images/arrow_down_memai.svg) no-repeat center top;
  background-size: contain;
}
.nav_icon_new {
  display: block;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: 40px;
  width: 31px;
  height: 18px;
  background: url(../images/nav_icon_new.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .nav_icon_new {
    right: 18%;
    width: 24px;
    height: 11px;
  }
}

/* .visit */
.visit_tit {
  width: 550.5px;
  margin: 0 auto;
  padding: 125px 0 50px;
}
@media screen and (max-width: 999px) {
  .visit_tit {
    width: 74.1%;
    padding: 55px 0 30px;
  }
}
.visit_swiper_outer {
  overflow: hidden;
}
.visit .visitBoxWrap {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 70px;
  overflow: visible;
}
@media screen and (max-width: 999px) {
  .visit .visitBoxWrap {
    width: auto;
    overflow: auto;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .visit .visitBox {
    display: flex;
  }
}
@media screen and (max-width: 999px) {
  .visit .visitBox {
    width: 900px;
    display: flex;
    padding-left: 4%;
  }
}
.visit .visitBox .visitBoxLi {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.visit .visitBox .visitBoxLi:hover .hvCon {
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .visit .visitBox .visitBoxLi {
    width: 320px;
  }
  .visit .visitBox .visitBoxLi:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi {
    width: 280px !important;
    margin-right: 20px;
  }
}
.visit .visitBox .visitBoxLi .hvCon {
  position: absolute;
  border-radius: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(90, 90, 90, 0.8);
  opacity: 0;
  transition: all 0.2s;
}
.visit .visitBox .visitBoxLi .hvCon a {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi .hvCon a.spNoneLink {
    pointer-events: none;
  }
}
.visit .visitBox .visitBoxLi .hvCon.iraira {
  background-color: rgba(55, 88, 84, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.miminari {
  background-color: rgba(127, 45, 142, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.memai {
  background-color: rgba(205, 101, 42, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.humin {
  background-color: rgba(20, 132, 130, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.kounenki {
  background-color: rgba(52, 52, 144, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.shibire {
  background-color: rgba(170, 20, 34, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.tsukae {
  background-color: rgba(0, 88, 88, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon h2 {
  padding: 40px 10% 0 10%;
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi .hvCon h2 {
    padding: 30px 10% 0 10%;
  }
}
.visit .visitBox .visitBoxLi .hvConBtn {
  position: absolute;
  z-index: 5;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi .hvConBtn {
    right: 10px;
    bottom: 0px;
  }
}
.visit .visitBox .visitBoxLi .hvConBtnIn {
  position: relative;
}
.visit .visitBox .visitBoxLi .hvConBtnIn::before {
  position: absolute;
  left: 0%;
  top: -10px;
  content: "";
  width: 43px;
  height: 43px;
  border-radius: 22px;
  background-color: #EAC92B;
}
.visit .visitBox .visitBoxLi .hvConBtnIn::after {
  position: absolute;
  left: 0%;
  top: -3px;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transition: all 0.2s;
  overflow: visible;
  transform: rotate(-90deg);
}
.visit .visitBox .visitBoxLi ul {
  padding: 30px 10% 0 10%;
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi ul {
    padding: 20px 10% 0 10%;
  }
}
.visit .visitBox .visitBoxLi ul li {
  font-weight: bold;
  background: url(../images/check02.png) no-repeat left 4px;
  background-size: 22px auto;
  font-size: 15px;
  padding-left: 35px;
  margin-bottom: 10px;
  line-height: 1.7;
  color: #fff;
  text-align: left;
}
.visit .visitBox .visitBoxLi ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi ul li {
    font-weight: normal;
    background: url(../images/check02.png) no-repeat left 6px;
    background-size: 14px auto;
    margin-bottom: 7px;
    font-size: 15px;
    padding-left: 30px;
  }
}
.visit .visitBox .visitBoxLi:hover .hvConBtnIn::after {
  position: absolute;
  left: 25px;
  top: -3px;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transition: all 0.2s;
  overflow: visible;
  transform: rotate(-90deg);
}
.visit .swiper-button-next {
  right: -26px;
  width: 53px;
  height: 53px;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-next {
    display: none;
  }
}
.visit .swiper-button-next::after {
  position: absolute;
  transform: translateX(-50%);
  content: "";
  top: 9px;
  left: 0%;
  width: 36px;
  height: 36px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transform: rotate(-90deg);
  transition: all 0.2s;
  overflow: visible;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-next::after {
    top: 8px;
    left: 0%;
    width: 20px;
    height: 20px;
    background: url(../images/arrow_right_wt.svg) no-repeat center top;
    background-size: auto 20px;
  }
}
.visit .swiper-button-next::before {
  position: absolute;
  left: 0%;
  top: 0;
  content: "";
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #1A1311;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-next::before {
    left: 0%;
    top: 5px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
  }
}
.visit .swiper-button-next:hover::after {
  left: 28px;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-next:hover::after {
    left: 14px;
  }
}
.visit .swiper-button-prev {
  left: -26px;
  width: 53px;
  height: 53px;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-prev {
    display: none;
  }
}
.visit .swiper-button-prev::after {
  position: absolute;
  transform: translateX(-50%);
  content: "";
  top: 9px;
  right: 0%;
  width: 36px;
  height: 36px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transform: rotate(90deg);
  transition: all 0.2s;
  overflow: visible;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-prev::after {
    top: 8px;
    left: 0%;
    width: 20px;
    height: 20px;
    background: url(../images/arrow_right_wt.svg) no-repeat center top;
    background-size: auto 20px;
  }
}
.visit .swiper-button-prev::before {
  position: absolute;
  left: 0%;
  top: 0;
  content: "";
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #1A1311;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-prev::before {
    left: 0%;
    top: 5px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
  }
}
.visit .swiper-button-prev:hover::after {
  right: 28px;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-prev:hover::after {
    right: 14px;
  }
}

/* btn_yellow */
.btn_yellow {
  margin: 0 auto 20px;
  background-color: #EAC92B;
  text-align: center;
  border-radius: 20px;
}
.btn_yellow a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .btn_yellow_txImg1 {
    width: 174px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -44px;
  }
  .btn_yellow_txImg2 {
    width: 216.8px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -44px;
  }
}
@media screen and (max-width: 999px) {
  .btn_yellow_txImg1 {
    width: 134px;
    margin-top: 26px;
    margin-bottom: 26px;
    margin-right: -32px;
  }
  .btn_yellow_txImg2 {
    width: 166px;
    margin-top: 26px;
    margin-bottom: 26px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1000px) {
  .btn_yellow {
    width: 500px;
  }
}
@media screen and (max-width: 999px) {
  .btn_yellow {
    width: 300px;
  }
}
.btn_yellow span {
  width: 22px;
  float: right;
  margin-right: 30px;
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .btn_yellow span {
    margin-right: 20px;
  }
}
.btn_yellow span::after {
  position: absolute;
  transform: translateX(-50%);
  content: "";
  top: 12px;
  left: 0%;
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transform: rotate(-90deg);
  transition: all 0.2s;
  overflow: visible;
}
@media screen and (max-width: 999px) {
  .btn_yellow span::after {
    top: 8px;
    left: 0%;
    width: 20px;
    height: 20px;
    background: url(../images/arrow_right_wt.svg) no-repeat center top;
    background-size: auto 20px;
  }
}
.btn_yellow span::before {
  position: absolute;
  left: 0%;
  top: 10px;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #1A1311;
}
@media screen and (max-width: 999px) {
  .btn_yellow span::before {
    left: 0%;
    top: 5px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
  }
}
.btn_yellow a:hover span:after {
  left: 18px;
}
@media screen and (max-width: 999px) {
  .btn_yellow a:hover span:after {
    left: 14px;
  }
}
.btn_yellow a img {
  transition: all 0.2s;
}
.btn_yellow a:hover img {
  transform: scale(0.8);
}

/* cmGallary */
.cmGallary_tit {
  width: 330px;
  margin: 0 auto;
  padding: 100px 0 50px;
}
@media screen and (max-width: 999px) {
  .cmGallary_tit {
    width: 42%;
    padding: 55px 0 30px;
  }
}
.cmGallary ul {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .cmGallary ul {
    padding: 0 4%;
  }
}
.cmGallary li {
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .cmGallary li {
    width: 485px;
    margin-left: 30px;
    margin-bottom: 40px;
    float: left;
  }
  .cmGallary li:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .cmGallary li {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.cmGallary li p {
  padding-top: 20px;
}
.cmGallary li p span {
  color: #d12809;
}
.cmGallary li .hikoukai02_In {
  border-radius: 13px;
}
@media screen and (max-width: 999px) {
  .cmGallary li .hikoukai02_In {
    border-radius: 10px;
  }
}

/* aboutKanpo */
.aboutKanpo {
  margin-bottom: 120px;
}
@media screen and (max-width: 999px) {
  .aboutKanpo {
    margin-bottom: 70px;
    margin-top: 30px;
  }
}
.aboutKanpo_tit {
  width: 255.5px;
  margin: 0 auto;
  padding: 100px 0 50px;
}
@media screen and (max-width: 999px) {
  .aboutKanpo_tit {
    width: 40%;
    padding: 25px 0 30px;
  }
}
@media screen and (min-width: 1000px) {
  .aboutKanpo_img {
    width: 680px;
    margin: 0 auto 45px;
  }
}
@media screen and (max-width: 999px) {
  .aboutKanpo_img {
    margin: 0 auto 25px;
  }
}
.aboutKanpo_tx01 {
  width: 584.5px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .aboutKanpo_tx01 {
    width: 68.66%;
    margin-bottom: 20px;
  }
}
.aboutKanpo_tx02 {
  font-size: 16px;
  line-height: 2.18;
  color: #707070;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .aboutKanpo_tx02 {
    font-size: 14px;
  }
}
.aboutKanpo_tx03 {
  font-size: 12px;
  line-height: 1.7;
  color: #707070;
}/*# sourceMappingURL=common.css.map */