@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 6, ../sass/top.scss */
header {
  background-color: #fff;
  height: 84px;
}
/* line 9, ../sass/top.scss */
header .gnav {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  /* line 9, ../sass/top.scss */
  header .gnav {
    width: 100vw;
    font-size: 1.6vw;
    padding: 2vw;
  }
}
@media screen and (max-width: 640px) {
  /* line 9, ../sass/top.scss */
  header .gnav {
    padding: 0;
  }
}
/* line 22, ../sass/top.scss */
header .gnav .left {
  float: left;
  position: relative;
  z-index: 100;
  margin-top: 10px;
  -moz-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}
@media screen and (max-width: 1000px) {
  /* line 22, ../sass/top.scss */
  header .gnav .left {
    position: static;
  }
}
@media screen and (max-width: 640px) {
  /* line 22, ../sass/top.scss */
  header .gnav .left {
    display: none;
  }
}
/* line 35, ../sass/top.scss */
header .gnav .center {
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -moz-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}
@media screen and (max-width: 640px) {
  /* line 35, ../sass/top.scss */
  header .gnav .center {
    width: 31.25vw;
    height: 31.25vw;
    border-radius: 50%;
    top: -12.5vw;
    background-color: #fff;
  }
}
/* line 56, ../sass/top.scss */
header .gnav .right {
  float: right;
  position: relative;
  z-index: 100;
  margin-top: 10px;
  -moz-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}
@media screen and (max-width: 1000px) {
  /* line 56, ../sass/top.scss */
  header .gnav .right {
    position: static;
  }
}
@media screen and (max-width: 640px) {
  /* line 56, ../sass/top.scss */
  header .gnav .right {
    display: none;
  }
}
/* line 69, ../sass/top.scss */
header .gnav .logo {
  width: 150px;
  position: absolute;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}
@media screen and (max-width: 1000px) {
  /* line 69, ../sass/top.scss */
  header .gnav .logo {
    width: 10vw;
    padding: 0;
    top: -get_vw(-10, 1000);
  }
}
@media screen and (max-width: 640px) {
  /* line 69, ../sass/top.scss */
  header .gnav .logo {
    width: 23.4375vw;
  }
}
/* line 88, ../sass/top.scss */
header .gnav .logoBg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 270px;
  z-index: -1;
  padding: 0;
  top: 30px;
  -moz-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}
@media screen and (max-width: 1000px) {
  /* line 88, ../sass/top.scss */
  header .gnav .logoBg {
    width: 27vw;
    top: 3vw;
    display: none;
  }
}
/* line 104, ../sass/top.scss */
header .gnav a {
  display: inline-block;
  font-weight: bold;
  width: 100px;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  /* line 104, ../sass/top.scss */
  header .gnav a {
    padding: 1vw;
    width: 10vw;
    font-size: 1.6vw;
    text-align: center;
  }
}

/* line 122, ../sass/top.scss */
#mainImg {
  width: 100%;
  height: 800px;
  margin-bottom: 150px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 132, ../sass/top.scss */
#mainImg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 800px;
  opacity: 0.35;
  background-image: url(../img/bg_cover.jpg);
}
@media screen and (max-width: 1000px) {
  /* line 132, ../sass/top.scss */
  #mainImg:after {
    height: 80vw;
  }
}
@media screen and (max-width: 1000px) {
  /* line 122, ../sass/top.scss */
  #mainImg {
    height: 80vw;
    margin-bottom: 3vw;
  }
}
/* line 151, ../sass/top.scss */
#mainImg .mainLead {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  z-index: 50;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  /* line 151, ../sass/top.scss */
  #mainImg .mainLead {
    font-size: 3.4vw;
  }
}
/* line 167, ../sass/top.scss */
#mainImg .valu {
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1000px) {
  /* line 167, ../sass/top.scss */
  #mainImg .valu {
    width: 100%;
    bottom: -15vw;
  }
}
/* line 178, ../sass/top.scss */
#mainImg .valu .tokucho {
  width: 300px;
  float: left;
  height: 300px;
  background-color: #000;
  margin-left: 150px;
  border: 5px solid #fff;
  z-index: 100;
  box-shadow: 0px 5px 50px -5px #333;
  background-position: center;
}
/* line 188, ../sass/top.scss */
#mainImg .valu .tokucho:after {
  background: url(../img/tokucho.jpg) no-repeat center center;
}
@media screen and (max-width: 1000px) {
  /* line 178, ../sass/top.scss */
  #mainImg .valu .tokucho {
    width: 30vw;
    height: 30vw;
    margin-left: 15vw;
    padding: 3vw 0;
  }
}
/* line 198, ../sass/top.scss */
#mainImg .valu .tokucho .in .tit {
  font-size: 28px;
  font-weight: bold;
  padding-top: 65px;
}
@media screen and (max-width: 1000px) {
  /* line 198, ../sass/top.scss */
  #mainImg .valu .tokucho .in .tit {
    padding-top: 10vw;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 640px) {
  /* line 198, ../sass/top.scss */
  #mainImg .valu .tokucho .in .tit {
    font-size: 3.75vw;
    padding-top: 7.8125vw;
  }
}
/* line 213, ../sass/top.scss */
#mainImg .valu .ayumi {
  width: 300px;
  height: 300px;
  float: right;
  background-color: #000;
  box-shadow: 0px 5px 50px -5px #333;
  margin-right: 150px;
  border: 5px solid #fff;
  z-index: 100;
  background-position: center;
}
/* line 223, ../sass/top.scss */
#mainImg .valu .ayumi:after {
  background: url(../img/ayumi.jpg) no-repeat center center;
}
@media screen and (max-width: 1000px) {
  /* line 213, ../sass/top.scss */
  #mainImg .valu .ayumi {
    width: 30vw;
    height: 30vw;
    margin-right: 15vw;
    padding: 3vw 0;
  }
}
/* line 233, ../sass/top.scss */
#mainImg .valu .ayumi .in .tit {
  font-size: 28px;
  font-weight: bold;
  padding-top: 65px;
}
@media screen and (max-width: 1000px) {
  /* line 233, ../sass/top.scss */
  #mainImg .valu .ayumi .in .tit {
    padding-top: 10vw;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 640px) {
  /* line 233, ../sass/top.scss */
  #mainImg .valu .ayumi .in .tit {
    font-size: 3.75vw;
    padding-top: 7.8125vw;
  }
}

/* line 252, ../sass/top.scss */
.introduction {
  padding-top: 80px;
  padding-bottom: 50px;
}
/* line 255, ../sass/top.scss */
.introduction .flex {
  margin: 30px 0;
}
/* line 257, ../sass/top.scss */
.introduction .flex .int {
  width: 48%;
  margin: 0;
  margin-right: 2%;
  border: 2px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  /* line 257, ../sass/top.scss */
  .introduction .flex .int {
    width: 90%;
    margin: 15px auto;
  }
}
/* line 270, ../sass/top.scss */
.introduction .flex .int:nth-child(2) {
  margin-right: 0;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  /* line 270, ../sass/top.scss */
  .introduction .flex .int:nth-child(2) {
    margin: 15px auto;
  }
}
/* line 277, ../sass/top.scss */
.introduction .flex .int:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* line 281, ../sass/top.scss */
.introduction .flex .int .thmb {
  width: 100%;
  height: 200px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 291, ../sass/top.scss */
.introduction .flex .int .cmt .tit {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
}
/* line 298, ../sass/top.scss */
.introduction .flex .int .cmt .lead {
  font-size: 14px;
  padding: 0 20px 20px;
}

/* line 309, ../sass/top.scss */
.recipe {
  padding: 50px 0;
  background-image: url(../img/bg_recipe.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
}
/* line 320, ../sass/top.scss */
.recipe .inner #slider {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
/* line 324, ../sass/top.scss */
.recipe .inner .flex {
  margin: 30px;
}
/* line 326, ../sass/top.scss */
.recipe .inner .flex .slick-prev {
  background-image: url(../img/prev.png);
  display: block;
  width: 4.6875vw;
  height: 7.8125vw;
  left: 5px;
  z-index: 2;
  text-indent: 9999px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
/* line 337, ../sass/top.scss */
.recipe .inner .flex .slick-prev:active {
  background-image: url(../img/prev_h.png);
}
/* line 341, ../sass/top.scss */
.recipe .inner .flex .slick-next {
  background-image: url(../img/next.png);
  display: block;
  width: 4.6875vw;
  height: 7.8125vw;
  right: 5px;
  z-index: 2;
  text-indent: 9999px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
/* line 352, ../sass/top.scss */
.recipe .inner .flex .slick-next:active {
  background-image: url(../img/next_h.png);
}
/* line 356, ../sass/top.scss */
.recipe .inner .flex .thCol {
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  text-decoration: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  /* line 356, ../sass/top.scss */
  .recipe .inner .flex .thCol {
    width: 80%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 420px) {
  /* line 356, ../sass/top.scss */
  .recipe .inner .flex .thCol {
    margin: 0 11.90476vw 15px;
  }
}
/* line 370, ../sass/top.scss */
.recipe .inner .flex .thCol:hover {
  opacity: 0.7;
}
/* line 373, ../sass/top.scss */
.recipe .inner .flex .thCol .thmb {
  height: 200px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 10px;
}
/* line 384, ../sass/top.scss */
.recipe .inner .flex .thCol .cmt {
  padding: 15px 15px 3.5em;
}
/* line 386, ../sass/top.scss */
.recipe .inner .flex .thCol .cmt .tit {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 390, ../sass/top.scss */
.recipe .inner .flex .thCol .cmt .lead {
  font-size: 14px;
}
/* line 394, ../sass/top.scss */
.recipe .inner .flex .thCol .cat {
  padding: 10px 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: right;
  background-color: #f8f3ee;
  -webkit-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
/* line 403, ../sass/top.scss */
.recipe .inner .flex .thCol .cat span {
  font-size: 12px;
  display: inline-block;
  background-color: #ea5a16;
  padding: 5px 10px;
  color: #fff;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

/* line 420, ../sass/top.scss */
.lineup {
  padding: 50px 0;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
/* line 431, ../sass/top.scss */
.lineup:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  z-index: -1;
  background-image: url(../img/bg_cover.jpg);
}
/* line 445, ../sass/top.scss */
.lineup .flex {
  /* 2019_11_22 改修 */
  /* margin: 30px 0; */
  margin: 30px auto;
}
@media screen and (max-width: 640px) {
  /* line 445, ../sass/top.scss */
  .lineup .flex {
    margin: 30px 10px;
  }
}
/* line 450, ../sass/top.scss */
.lineup .flex .thCol {
  border: 5px solid #fff;
  background-color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 300px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  /* line 450, ../sass/top.scss */
  .lineup .flex .thCol {
  /* 2019_11_22 改修 */
  /*  width: 30vw; */
  /*  height: 30vw; */
  }
  /* line 463, ../sass/top.scss */
  /* 2019_11_22 改修 */
  /* .lineup .flex .thCol:last-child .in {
    top: 1.5vw;
  } */
}
@media screen and (max-width: 640px) {
  /* line 450, ../sass/top.scss */
  .lineup .flex .thCol {
    width: 43.75vw;
    height: 43.75vw;
  }
  /* line 472, ../sass/top.scss */
  /* 2019_11_22 改修 */
  /* .lineup .flex .thCol:last-child .in {
    top: 4.6875vw;
  } */
}
@media screen and (max-width: 640px) and (max-width: 420px) {
  /* line 472, ../sass/top.scss */
  /* 2019_11_22 改修 */
  /* .lineup .flex .thCol:last-child .in {
    top: -15px;
  } */
}

/* line 481, ../sass/top.scss */
.lineup .flex .thCol .tp .tit {
  width: 5em;
  margin: 0 auto 20px;
}
@media screen and (max-width: 420px) {
  /* line 480, ../sass/top.scss */
  .lineup .flex .thCol .tp {
    top: -15px;
  }
}
/* line 489, ../sass/top.scss */
.lineup .flex .thCol .in {
  /* 2019_11_22 改修 */
  /* width: 70%; */
  width: 80%;
  top: 15%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  /* line 489, ../sass/top.scss */
  .lineup .flex .thCol .in {
    /* 2011_11_22 改修 */
    width: 80%;
    top: 3.5vw;
  }
}
@media screen and (max-width: 640px) {
  /* line 489, ../sass/top.scss */
  .lineup .flex .thCol .in {
    top: 6.25vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 489, ../sass/top.scss */
  .lineup .flex .thCol .in {
    top: 0;
  }
}
/* line 502, ../sass/top.scss */
.lineup .flex .thCol .in .tit {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  /* line 502, ../sass/top.scss */
  .lineup .flex .thCol .in .tit {
    font-size: 2.8vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 640px) {
  /* line 502, ../sass/top.scss */
  .lineup .flex .thCol .in .tit {
    font-size: 4.375vw;
  }
}
/* line 514, ../sass/top.scss */
.lineup .flex .thCol .in .lead {
  /* 2011_11_22 改修 */
  /* text-align: left; */
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  /* line 514, ../sass/top.scss */
  .lineup .flex .thCol .in .lead {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 514, ../sass/top.scss */
  .lineup .flex .thCol .in .lead {
    display: none;
  }
}

/* line 532, ../sass/top.scss */
.news {
  padding: 50px 0;
}
/* line 535, ../sass/top.scss */
.news .inner .newsList {
  width: 760px;
  margin: 30px auto;
}
@media screen and (max-width: 1000px) {
  /* line 535, ../sass/top.scss */
  .news .inner .newsList {
    width: 90%;
  }
}
/* line 541, ../sass/top.scss */
.news .inner .newsList li {
  position: relative;
  padding: 20px 0;
  border-bottom: 3px solid #eee;
}
/* line 545, ../sass/top.scss */
.news .inner .newsList li:first-child {
  border-top: 3px solid #eee;
}
/* line 548, ../sass/top.scss */
.news .inner .newsList li .date {
  font-weight: bold;
  font-size: 14px;
  display: block;
  float: left;
  margin: 1.5px 0;
  padding: 2px 0;
}
/* line 556, ../sass/top.scss */
.news .inner .newsList li .cat {
  font-size: 12px;
  width: 90px;
  text-align: center;
  float: left;
  margin: 0 15px;
  color: #fff;
  padding: 2px 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 1000px) {
  /* line 556, ../sass/top.scss */
  .news .inner .newsList li .cat {
    width: 9vw;
  }
}
@media screen and (max-width: 640px) {
  /* line 556, ../sass/top.scss */
  .news .inner .newsList li .cat {
    width: 14.0625vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 556, ../sass/top.scss */
  .news .inner .newsList li .cat {
    width: 100px;
  }
}
/* line 576, ../sass/top.scss */
.news .inner .newsList li .intro {
  background-color: #58cbaf;
}
/* line 579, ../sass/top.scss */
.news .inner .newsList li .rcp {
  background-color: #49a8e8;
}
/* line 582, ../sass/top.scss */
.news .inner .newsList li .new {
  background-color: #a7a7a7;
}
/* line 585, ../sass/top.scss */
.news .inner .newsList li a {
  font-size: 14px;
  width: 66%;
  float: left;
  padding: 2px 0;
}
@media screen and (max-width: 1000px) {
  /* line 585, ../sass/top.scss */
  .news .inner .newsList li a {
    width: 50vw;
  }
}
@media screen and (max-width: 640px) {
  /* line 585, ../sass/top.scss */
  .news .inner .newsList li a {
    width: 46.875vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 585, ../sass/top.scss */
  .news .inner .newsList li a {
    width: 100%;
  }
}

/* line 608, ../sass/top.scss */
.contact {
  padding: 50px 0;
  background-color: #eee;
  background-image: url("../img/contact_bg.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 620, ../sass/top.scss */
.contact .inner .cntBox a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}
/* line 626, ../sass/top.scss */
.contact .inner .cntBox .arrowR:after {
  color: #dadada;
  font-size: 24px;
}
/* line 631, ../sass/top.scss */
.contact .inner .cntBox .aftSv {
  width: 50%;
  padding: 45px 50px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 631, ../sass/top.scss */
  .contact .inner .cntBox .aftSv {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
  /* line 631, ../sass/top.scss */
  .contact .inner .cntBox .aftSv {
    padding: 20px 50px;
  }
}
/* line 643, ../sass/top.scss */
.contact .inner .cntBox .aftSv:after {
  position: absolute;
  right: 10px;
  top: 42%;
  font-size: 24px;
}
/* line 649, ../sass/top.scss */
.contact .inner .cntBox .aftSv h3 {
  margin: 0 0 10px;
}
/* line 651, ../sass/top.scss */
.contact .inner .cntBox .aftSv h3:before {
  width: 100px;
}
/* line 659, ../sass/top.scss */
.contact .inner .cntBox .boxB {
  width: 50%;
  border:1px solid #ffffff;
  background-color:#eeeeee;
}
@media screen and (max-width: 640px) {
  /* line 659, ../sass/top.scss */
  .contact .inner .cntBox .boxB {
    width: 90%;
    margin: 0 auto;
  }
}
/* line 665, ../sass/top.scss */
.contact .inner .cntBox .boxB a {
  background-color: #eee;
}
/* line 668, ../sass/top.scss */
.contact .inner .cntBox .boxB .document {
  padding: 20px 35px 20px 20px;
  position: relative;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  /* line 668, ../sass/top.scss */
  .contact .inner .cntBox .boxB .document {
    padding: 20px 50px;
  }
}
/* line 675, ../sass/top.scss */
.contact .inner .cntBox .boxB .document:after {
  position: absolute;
  right: 10px;
  top: 35%;
  font-size: 24px;
}
/* line 681, ../sass/top.scss */
.contact .inner .cntBox .boxB .document h4 {
  margin: 0 0 10px;
}
/* line 683, ../sass/top.scss */
.contact .inner .cntBox .boxB .document h4:before {
  width: 50px;
}
/* line 687, ../sass/top.scss */
.contact .inner .cntBox .boxB .document p {
  font-size: 14px;
}
/* line 691, ../sass/top.scss */
.contact .inner .cntBox .boxB .cntUs {
  padding: 20px 35px 20px 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 691, ../sass/top.scss */
  .contact .inner .cntBox .boxB .cntUs {
    padding: 20px 50px;
  }
}
/* line 697, ../sass/top.scss */
.contact .inner .cntBox .boxB .cntUs:after {
  position: absolute;
  right: 10px;
  top: 35%;
  font-size: 24px;
}
/* line 703, ../sass/top.scss */
.contact .inner .cntBox .boxB .cntUs h4 {
  margin: 0 0 10px;
}
/* line 705, ../sass/top.scss */
.contact .inner .cntBox .boxB .cntUs h4:before {
  width: 50px;
}
/* line 709, ../sass/top.scss */
.contact .inner .cntBox .boxB .cntUs p {
  font-size: 14px;
}
