/*============
全体スタイル
=============*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.pc-m {
  display: block;
}
.sp-m {
  display: none;
}

/*============
パンくずリスト
=============*/
.bread {
  background-color: rgb(236, 233, 228);
  /* box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.8); */
}
.bread__ul {
  list-style: none;
  margin: 0;
}
.bread__menu__item {
  display: inline-block;
  font-size: 12px;
  padding-right: 1em;
}
.b_line {
  color: rgb(95, 86, 74);
}
.b_line:hover {
  color: rgb(158, 145, 125);
}

/*============
横ボタン
=============*/
/* 「RightToLeft」の動作内容 */
@keyframes RightToLeft {
  0% {
    opacity: 0; /* 透明 */
    transform: translateX(50px); /* X軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateX(0);
  }
}
.side__box {
  list-style: none;
  position: fixed;
  bottom: 4.6em;
  right: 0;
  width: 90px;
  z-index: 3;
  padding: 0;
}
.side__btn__1 {
  width: 70px;
  height: 80px;
  margin: 0 0 0 auto;
  background-color: #ff8000;
  animation-duration: 2s; /* アニメーション時間 */
  animation-name: RightToLeft; /* アニメーション名 */
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.side__btn__1:hover {
  background-color: #ffaa00;
  width: 90px;
}
.side__btn__img {
  width: 35px;
  padding-top: 1em;
  padding-bottom: 0;
}
.side__btn__img__2 {
  padding-top: 1rem;
  padding-bottom: 0;
  width: 2.5rem;
  margin: auto;
  zoom: 0.7;
}
.side__btn__img__2::before {
  color: #fff;
}
.side__btn__title__2 {
  color: #fff;
  font-size: 0.7em;
  font-weight: 700;
  vertical-align: top;
  margin-top: -1em;
}
.side__btn__title {
  color: #fff;
  font-size: 0.7em;
  font-weight: 700;
}
.side__btn__2 {
  width: 70px;
  height: 80px;
  margin: 0 0 0 auto;
  background-color: #1890cc;
  animation-duration: 2.5s; /* アニメーション時間 */
  animation-name: RightToLeft; /* アニメーション名 */
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.side__btn__2:last-child {
  animation-duration: 3s; /* アニメーション時間 */
  animation-name: RightToLeft; /* アニメーション名 */
}
.side__btn__2:hover {
  background-color: #00aacc;
  width: 90px;
}
.side__btn__2 a {
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.side__btn__3 {
  width: 70px;
  height: 80px;
  margin: 0 0 0 auto;
  background-color: #2b993b;
  animation-duration: 2.5s; /* アニメーション時間 */
  animation-name: RightToLeft; /* アニメーション名 */
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.side__btn__3:last-child {
  animation-duration: 3s; /* アニメーション時間 */
  animation-name: RightToLeft; /* アニメーション名 */
}
.side__btn__3:hover {
  background-color: #52cc66;
  width: 90px;
}
/*============
前文
=============*/

.beginning {
  margin-top: 2em;
}
.begi__box {
  width: 90%;
  /* padding: 10vh 0 10vh 0; */
}

.begi__title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5;
}
.begi__hr {
  width: 30%;
  border-top: 4px solid #e0d0c0;
}
.begi__leadTitle {
  font-size: 1.1em;
  font-weight: 300;
}

.begi__leadSentence {
  font-size: 1.1em;
  font-weight: 300;
}
/*============
芝、施工方法、お客様の声
=============*/
.introduction {
  background-image: url("../img/top/back-bace.png");
  background-repeat: repeat;
  position: relative;
}
.intro__block__1 {
  /* position: relative; */
  z-index: 0;
  overflow: hidden;
}
.intro__img {
  width: 70%;
  height: 450px;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.intro__img:hover {
  transform: scale(1.1, 1.1);
}
.intro__block__2 {
  position: absolute;
  z-index: 0;
  margin-top: 3.7em;
  width: 1140px;
  pointer-events: none;
}

.intro__fluidBox__2 {
  float: right;
  background-color: #ffffff;
  width: 500px;
  height: 330px;
  padding-top: 3em;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.8);
  pointer-events: auto !important;
  text-align: center;
}

.intro__logo__siba {
  width: 2.8rem;
  opacity: 0.9;
}
.intro__title {
  font-size: 1.4em;
  font-weight: 600;
}
.intro__leadSentence {
  line-height: 2em;
  color: rgb(129, 124, 112);
}
.intro__button {
  margin: auto;
  display: inline-block;
  padding: 4px 35px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 0.8em;
  color: #fff;
  background-image: linear-gradient(
    45deg,
    rgb(29, 167, 148) 0%,
    rgb(29, 167, 148) 100%
  );
  transition: 0.2s;
  border: 0;
}
.intro__button:hover {
  opacity: 0.8;
  text-decoration: none;
  color: rgb(207, 197, 197);
}
.intro__box {
  padding: 3em 0;
}
.intro__block__3 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.intro__img__2 {
  width: 70%;
  height: 450px;
  float: right;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.intro__img__2:hover {
  transform: scale(1.1, 1.1);
}
.intro__block__4 {
  position: absolute;
  z-index: 1;
  margin-top: 3.4em;
  width: 1140px;
  pointer-events: none;
}
.intro__fluidBox__4 {
  background-color: #ffffff;
  width: 500px;
  height: 330px;
  float: left;
  padding-top: 3em;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.8);
  pointer-events: auto !important;
  text-align: center;
}
.intro__img__3 {
  width: 70%;
  height: 450px;
  object-fit: cover;
  object-position: 0% 100%;
  transition: 0.5s;
}
.intro__img__3:hover {
  transform: scale(1.1, 1.1);
}

/*============
施工事例
=============*/
.result {
  background-image: url("../img/top/12.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
.resu__box {
  margin-bottom: 4em;
}
.resu__icon {
  width: 2.8rem;
  opacity: 0.9;
}
.resu__title {
  font-size: 1.6em;
  font-weight: 600;
}
.resu__leadSentence {
  line-height: 2em;
}
.card {
  box-shadow: 0 1px 5px -4px rgba(0, 0, 0, 0.8);
  border-radius: 0;
}
.card-img {
  overflow: hidden;
  border-radius: 0;
}

.card-title {
  font-size: 1.4em;
  font-weight: 600;
}
.card-body {
  background-color: rgba(250, 250, 250, 0.705);
}
.card-img-top {
  /* box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.8); */
  border-radius: 0;
  height: 30vh;
  object-fit: cover;
  object-position: 100% 0%;
  display: block;
  transition: 0.5s;
}
.card-img-top:hover {
  transform: scale(1.1, 1.1);
}

/*============
ブログ、会社概要
=============*/
.info__fluidBox__1 {
  /* background-color: #ebf6f7; */
  /* padding: 3em 4.3em; */
  /* height: 600px; */
  padding: 3em 3em;
}
.info__logo__siba {
  width: 2.8rem;
  opacity: 0.9;
}
.info__title {
  font-size: 1.5em;
  font-weight: 600;
}
.info__leadSentence {
  line-height: 2em;
}
.info-blog {
  height: auto;
  padding: 1em;
  margin-bottom: 2em;
}
.blog__box {
  border-bottom: dotted 2px #87cefa;
  height: 170px;
  padding: 0.5em 0 1em 0;
}
.blog__photo {
  float: left;
  width: 200px;
  height: 150px;
  object-fit: cover;
  background-color: rgb(228, 228, 228);
}
.blog__photo img {
  float: left;
  width: 200px;
  height: 150px;
  object-fit: contain;
}
.blog__comment {
  margin-left: 210px;
}
.blog__date {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
}
.blog__new {
  font-size: 0.9em;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0 0 0 1em;
  padding: 0.4em;
  background-color: #ff2d2d;
  border-radius: 2px;
}
.blog__rink {
  color: rgb(110, 106, 106);
  font-size: 1em;
  font-weight: 600;
}
.blog__rink:hover {
  opacity: 0.6;
}
.blog__title {
  color: rgb(59, 57, 57);
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5;
}
.blog__icon {
  width: 2.8rem;
  margin: auto;
  display: block;
  zoom: 0.8;
}
.blog__icon::before {
  color: #1890cc;
}
.facebook__icon {
  width: 2.8rem;
  margin: auto;
  display: block;
  zoom: 0.8;
}
.facebook__icon::before {
  color: #3b5998;
}
.ifram_facebook {
  position: relative;
  padding-bottom: 750px;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.ifram_facebook iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 450px !important;
  height: 750px !important;
  border: 0;
  background-color: transparent;
}
.insta__icon {
  width: 2.8rem;
  display: block;
  zoom: 0.8;
}
.insta__icon::before {
  color: #222324;
}
.info__title__2 {
  font-size: 1.8em;
  font-weight: 600;
  font-family: "Muli", sans-serif;
}
.info-fb {
  margin: 0;
}

/*============
会社概要
=============*/
.com__block__1 {
  margin: 0;
  padding: 0;
}
.com__fluidBox__1 {
  /* background-color: #ebf6f7; */
  padding: 0;
}
.com__icon {
  width: 2.8rem;
  margin: auto;
  display: block;
  zoom: 0.8;
}
.com__icon::before {
  color: #2b993b;
}
.com__logo__siba {
  width: 2.8rem;
  opacity: 0.9;
}
.com__title {
  font-size: 1.5em;
  font-weight: 600;
}
.com__leadSentence {
  line-height: 2em;
}
.com-map {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.com-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/*============
フッター
=============*/
.foot__img {
  background-image: url("../img/top/4_footer.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(121, 121, 121, 0.8);
  background-blend-mode: multiply;
  height: 320px;
}
.foot__wrap {
  padding-top: 1.8em;
  color: rgb(236, 236, 236);
}
.foot__title__1 {
  font-size: 1em;
  font-weight: 400;
  margin: 2em 0 0.8em 0;
}
.foot__title__2 {
  font-size: 1em;
  margin: 0;
}
.foot__hr {
  border-top: 1px solid #afa9a9;
  margin-bottom: 3;
}
.some-icon {
  list-style: none;
  padding: 0;
  text-align: center;
}
.some-icon li {
  display: inline;
  padding-right: 10px;
}

/*============
コピーライト
=============*/
.copy-back {
  background-color: #1a3333;
}
.footer__wrap {
  padding-bottom: 0.3em;
}
.copy__logo {
  width: 200px;
  padding-top: 0.7em;
}
.copy-tel {
  font-family: "Roboto", sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  color: #fff;
  padding-top: 0.3em;
  line-height: initial;
}
.copy-email {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 200;
  color: #fff;
  line-height: 0.8;
}
.footer__address {
  font-size: 0.8em;
  color: #fff;
  padding: 1.2em 0 0 2em;
}
.footer__copy {
  font-size: 0.8em;
  color: #fff;
  padding: 0 0 0 2em;
}
.footer__top {
  background-color: #264d4d;
}
.footer__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 21.7px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  /* margin: 1.9em 0 0 1.6em; */
  margin: auto;
  padding-top: 1.9em;
}
.footer__triangle:hover {
  cursor: pointer;
  opacity: 0.6;
}
.f_line {
  color: #fff;
}
.f_line:hover {
  color: #fff;
  opacity: 0.6;
}

/*====================================
実績紹介一覧
=====================================*/
.sel__block__1 {
  margin: 0;
  padding: 0;
}
.sel__fluidBox__1 {
  /* background-color: #ebf6f7; */
  padding: 0;
}
.sel__img__2 {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.result__result {
  padding: 2em 0;
}
/*====================================
実績紹介詳細
=====================================*/
.slick__fluidBox__1 {
  margin-bottom: 4em;
}
.slick__icon {
  width: 3.3rem;
  opacity: 0.9;
  padding: 3em 0 0 0;
}
.slick__title {
  font-size: 1.6em;
  font-weight: 600;
  padding: 0.5em 0 0 0;
  letter-spacing: 0.1em;
}
.slick__lead {
  font-size: 2em;
  font-weight: 600;
  color: #a28e71;
  padding: 1.5em 0 0 0;
  margin: 0;
  letter-spacing: 0.1em;
}
.slick__lead__Sentence {
  padding: 0.2em 0 3em 0;
}
.slick__row__1 {
  margin-bottom: 5em;
  display: flex;
}
.slick__block__1 {
  order: 2;
  margin-bottom: 2em;
}
.slick__block__2 {
  order: 1;
}
.slick__block__3 {
  order: 3;
  margin-top: 5em;
}
.slicl__img img {
  /* box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.8); */
  width: 100%;
  height: 450px;
  object-fit: contain;
  background-color: rgb(243, 243, 243);
  /* object-position: 50% 50%; */
}

.slick__customer {
  font-size: 14px;
  color: #a28e71;
  padding: 0 0 1.5em 0;
  margin: 0;
}
.slick__customer__leadSentence {
  padding: 0 0 2.5em 0;
  margin: 0;
}
.slick__proposal {
  font-size: 14px;
  color: #a28e71;
  padding: 0 0 2em 0;
  margin: 0;
}
.slick__row__2 {
  margin-bottom: 5em;
}
.thumbnail__img {
  width: 85%;
  margin-right: 15px;
  background-color: rgb(243, 243, 243);
}
.thumbnail__img img {
  width: 100%;
  /* height: 38vh; */
  height: 200px;
  object-fit: contain;
}
.thumbnail__img img:hover {
  cursor: pointer;
}
table,
td,
th {
  border-bottom: 1px solid #a28e71;
  padding: 1em 0;
}
.table-row {
  padding-bottom: 5em;
}
.table__box {
  width: 70%;
}

.tab-title__disc {
  font-size: 13px;
  font-weight: 600;
  width: 25%;
  text-align: center;
  color: #a28e71;
}
.tab__lead__title {
  font-size: 13px;
  font-weight: 600;
  color: #a28e71;
}
.tab__lead {
  width: 70%;
}
.slick__button {
  margin: auto;
  margin-top: 5em;
  margin-bottom: 10em;
  display: inline-block;
  padding: 6px 45px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  background-image: linear-gradient(
    45deg,
    rgb(29, 167, 148) 0%,
    rgb(29, 167, 148) 100%
  );
  transition: 0.2s;
  border: 0;
}
.slick__button:hover {
  opacity: 0.8;
}
/*====================================
コンタクト
=====================================*/

.main__greet__title {
  text-align: center;
  font-size: 1.8em;
  font-weight: 500;
  color: rgb(36, 36, 36);
  position: absolute; /*以下画像の上に文字の設定*/
  top: 10%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 2em 0 0 0;
}

.main__greet__comment {
  font-family: "Cinzel", serif;
  font-size: 14px;
  color: rgb(36, 36, 36);
  line-height: 25px;
  width: 300px;
  position: absolute; /*以下画像の上に文字の設定*/
  top: 88%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

.main__greet__comment span {
  font-size: 16px;
  float: right;
}

.main__greet__bk {
  background-image: url("../img/top/back-bace.png");
  background-repeat: repeat;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main__greet__clearfix {
  clear: both;
}
.contact__space__in {
  margin: auto;
  margin-top: 60px;
}
.form-control {
  font-size: 0.8em;
  font-weight: 600;
}
.control-label {
  font-weight: 600;
}

/* .form-control::-webkit-input-placeholder {
	color:#FFFEFE;
	text-shadow: 0 0 20px rgba(5,5,5,.3);
} */

/* .sform-control::-moz-placeholder {
	color:#FFFEFE;
}

.form-control:-ms-input-placeholder {
	color:#FFFEFE;
} */

.form-horizontal .form-group .necesarry {
  font-size: 0.8em;
  color: #fffefe;
}

.form-group .necesarry span {
  padding: 0.2em;
  margin-left: 0.5em;
  background-color: #df0003; /* 背景色 */
}

.form-group .control-label .un-necesarry {
  font-size: 0.8em;
  color: #fffefe;
}

.form-group .un-necesarry span {
  padding: 0.2em;
  margin-left: 0.5em;
  background-color: #1600ff; /* 背景色 */
}
.con__block__1 {
  margin: 0;
  padding: 0;
}
.con__fluidBox__1 {
  /* background-color: #ebf6f7; */
  padding: 0;
}
.con__img__2 {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.con__result {
  padding: 2em 0;
}
.con__block__1 {
  position: relative;
}
.con__fluidBox__2 {
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.con-title {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.8em;
}

/*====================================
ドッグ一覧
=====================================*/
.dogFeature {
  margin-top: 2em;
}
.dogFeature__box__1 {
  padding: 5em 0;
}
.dog__block__1 {
  margin: 0;
  padding: 0;
}
.dog__fluidBox__1 {
  /* background-color: #ebf6f7; */
  padding: 0;
}

.dog__img__2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dog__img__3 {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.dog__img__4 {
  width: 100%;
  height: 115vh;
  object-fit: cover;
  display: block;
  margin-top: -35px;
}
.dogFeature__block__1 {
  width: 90%;
  /* padding: 10vh 0 10vh 0; */
}
.dogFeature__block__2 {
  width: 85%;
  /* padding: 10vh 0 10vh 0; */
}

.dog__title {
  font-size: 1.5em;
  font-weight: 600;
  padding: 0.5em 0 0.5em 0.2em;
  background-color: #00cccc;
  margin: 0;
}
.dog__title img {
  display: inline-block;
  width: 2em;
  vertical-align: top;
  margin-left: 1em;
}
.dog__title span {
  color: #ffff;
  display: inline-block;
  padding-left: 0.5em;
}
.dog__leadBlock {
  clear: both;
}
.dog__leadBlock__2 {
  clear: both;
  padding-top: 2em;
}
.dog__leadTitle {
  font-size: 1.3em;
  font-weight: 600;
  padding: 1em 0 0.5em 0.2em;
  clear: both;
}
.dog__leadTitle img {
  display: inline-block;
  width: 2em;
  vertical-align: top;
  margin-left: 1em;
}
.dog__leadTitle span {
  font-size: 1.2em;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1em;
}
.dog__leadSentence__1 {
  width: 60%;
  float: left;
}
.dog__leadSentence__2 {
  font-size: 1.1em;
  font-weight: 300;
  float: right;
  width: 40%;
  padding-left: 2em;
}
.dog__leadSentence__3 {
  width: 60%;
  float: left;
}
.dog__leadSentence__4 {
  font-size: 1.1em;
  font-weight: 300;
  float: right;
  width: 35%;
  padding-left: 2em;
}

.dog__space {
  margin-bottom: 5em;
}
.dog__space__2 {
  margin-bottom: 5em;
}

/*====================================
芝の特徴
=====================================*/
.feature__leadSentence__1 {
  width: 100%;
  float: left;
}
.feature__leadSentence__2 {
  width: 100%;
  float: left;
  padding-left: 2em;
}
.feature__leadSentence__3 {
  width: 100%;
  float: left;
}
.feature__leadSentence__3:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.feature__space__3 {
  margin-bottom: 2em;
}
.feature__space__4 {
  margin-bottom: 10em;
}

/*====================================
独自工法
=====================================*/
.method__title {
  font-size: 1.5em;
  font-weight: 600;
  padding: 0.5em 0 0.5em 0.2em;
  background-color: #cc887a;
  margin: 0;
}
.method__title img {
  display: inline-block;
  width: 2em;
  vertical-align: top;
  margin-left: 1em;
}
.method__title span {
  color: #ffff;
  display: inline-block;
  padding-left: 0.5em;
}
.method__leadBlock {
  clear: both;
  margin-bottom: 6em;
}
.method__leadTitle {
  width: 85%;
  margin: auto;
  padding: 1.5em 0 4em 0;
  font-size: 1.2em;
  font-weight: 500;
  clear: both;
}
.method__leadSentence__1 {
  width: 80%;
  margin: auto;
  padding: 0 0 0 2.6em;
  font-size: 1.3em;
  position: relative;
  border-bottom: 1px solid #cc887a;
  color: #fff;
}

.method__leadSentence__1:after {
  content: "";
  width: 20%;
  height: 40px;
  background-color: #cc887a;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
  border-radius: 1px;
}
.method__leadSentence__2 {
  width: 80%;
  margin: auto;
  padding: 1em 0 0 2em;
  font-size: 1em;
  text-indent: -1em;
}
.method__title__2 {
  font-size: 1.5em;
  font-weight: 600;
  padding: 0.5em 0 0.5em 0.2em;
  background-color: #7accbe;
  margin: 0;
}
.method__title__2 img {
  display: inline-block;
  width: 2em;
  vertical-align: top;
  margin-left: 1em;
}
.method__title__2 span {
  color: #ffff;
  display: inline-block;
  padding-left: 0.5em;
}
.method__leadTitle__2 {
  width: 85%;
  margin: auto;
  padding: 1.5em 0 4em 0;
  font-size: 1.3em;
  font-weight: 600;
  clear: both;
}
.method__leadSentence__3 {
  width: 80%;
  margin: auto;
  padding: 0 0 0 2.6em;
  font-size: 1.3em;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #29b1cc;
  color: #fff;
}

.method__leadSentence__3:after {
  content: "";
  width: 20%;
  height: 40px;
  background-color: #29b1cc;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
  border-radius: 1px;
}
.method__title__3 {
  font-size: 1.5em;
  font-weight: 600;
  padding: 0.5em 0 1.5em 0.2em;
  background-color: #7accbe;
  margin: 0;
}
.method__leadSentence__4 {
  width: 80%;
  margin: auto;
  padding: 1em 0 0 3em;
  font-size: 1.3em;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #ffa333;
  color: #fff;
}

.method__leadSentence__4:after {
  content: "";
  width: 20%;
  height: 40px;
  background-color: #ffa333;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
  border-radius: 1px;
}

/*====================================
Q&A
=====================================*/
.main__question__bk {
  background-image: url("../img/top/back-bace.png");
  background-repeat: repeat;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.card__space__in {
  margin: auto;
  padding-top: 60px;
  padding-bottom: 30px;
}
.card__space {
  margin-bottom: 30px;
}
.card-comment {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

/*====================================
コンタクト
=====================================*/
.main__company__bk {
  background-image: url("../img/top/back-bace.png");
  background-repeat: repeat;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*====================================
ブログ誘導
=====================================*/
.toBlog {
  margin: 15px 0 45px 0;
  text-align: center;
  font-size: 17px;
}
.toBlog__heading {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
}
.toBlog__heading a:hover {
  color: rgb(156, 125, 125);
}
.toBlog__heading a {
  text-align: none;
  color: black;
}
.toBlog__heading:before,
.toBlog__heading:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
.toBlog__heading:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.toBlog__heading:hover::before {
  border-left: solid 1px rgb(156, 125, 125);
  border-top: solid 1px rgb(156, 125, 125);
  border-bottom: solid 1px rgb(156, 125, 125);
  left: 0;
}
.toBlog__heading:after {
  content: "";
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
.toBlog__heading:hover::after {
  content: "";
  border-top: solid 1px rgb(156, 125, 125);
  border-right: solid 1px rgb(156, 125, 125);
  border-bottom: solid 1px rgb(156, 125, 125);
  right: 0;
}
@media (max-width: 1100px) {
}

@media (max-width: 790px) {
  /*============
全体スタイル
=============*/
  .pc-m {
    display: none;
  }
  .sp-m {
    display: block;
  }
  /*============
お得情報など
=============*/
  .cam__fluidBox__2 {
    margin-top: 7em;
  }

  #navArea {
    position: relative;
  }
  .utility {
    position: absolute;
    top: 26px;
    right: 83px;
    list-style: none;
  }
  .utility__menu {
    padding-top: 0.6rem;
    transform: scale(-1, 1);
    zoom: 0.8;
  }
  .utility__menu::before {
    color: black;
  }

  /*============
パンくずリスト
=============*/
  .bread {
    background-color: rgb(236, 233, 228);
    box-shadow: 0 3px 10px -4px rgba(255, 255, 255, 0.8);
  }
  /*============
前文
=============*/
  .begi__box {
    width: 93%;
    /* padding: 10vh 0 10vh 0; */
  }

  .begi__title {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.7;
  }
  .begi__hr {
    padding: 0;
    margin-top: 2.5em;
    width: 20%;
    border-top: 4px solid #e0d0c0;
  }
  .begi__leadTitle {
    font-size: 0.9em;
    font-weight: 300;
  }

  .begi__leadSentence {
    font-size: 0.9em;
    font-weight: 300;
  }

  /*============
芝、施工方法、お客様の声
=============*/
  .introduction {
    display: flex;
  }
  .intro__block__1 {
    /* position: relative; */
    z-index: 0;
    overflow: hidden;
  }
  .intro__img {
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height: 80%;
    margin: auto;
  }
  .intro__img:hover {
    transform: scale(1.1, 1.1);
  }

  .intro__block__2 {
    position: static;
    z-index: 0;
    margin-top: 0em;
    pointer-events: auto;
  }
  .intro__fluidBox__2 {
    float: none;
    background-color: #ffffff;
    width: 90%;
    height: 80%;
    padding-top: 1em;
    margin: auto;
    box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.8);
    pointer-events: auto !important;
  }
  .intro__logo__siba {
    width: 2.5rem;
    opacity: 0.9;
  }
  .intro__title {
    font-size: 1.2em;
    font-weight: 600;
  }
  .intro__leadSentence {
    line-height: 2em;
    color: rgb(129, 124, 112);
    font-size: 0.9em;
  }
  .intro__button {
    margin: 3em auto;
    display: inline-block;
    padding: 4px 35px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 0.8em;
    color: #fff;
    background-image: linear-gradient(
      45deg,
      rgb(29, 167, 148) 0%,
      rgb(29, 167, 148) 100%
    );
    transition: 0.2s;
    border: 0;
  }
  .intro__button:hover {
    opacity: 0.8;
  }
  .intro__box {
    padding: 1em 0;
  }

  .intro__block__3 {
    position: static;
    z-index: 0;
    overflow: hidden;
  }
  .intro__img__2 {
    float: none;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height: 80%;
    margin: auto;
  }
  .intro__img__2:hover {
    transform: scale(1.1, 1.1);
  }

  .intro__block__4 {
    width: 100%;
    position: static;
    z-index: 0;
    margin-top: 0em;
    pointer-events: auto;
  }
  .intro__fluidBox__4 {
    background-color: #ffffff;
    width: 90%;
    height: 80%;
    float: none;
    padding-top: 1em;
    box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.8);
    pointer-events: auto !important;
    margin: auto;
  }

  .intro__img__3 {
    transition: 0.5s;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height: 80%;
    margin: auto;
  }
  .intro__img__3:hover {
    transform: scale(1.1, 1.1);
  }

  .intro-sentence-shitazi {
    background-color: brown;
  }

  /*============
施工事例
=============*/
  .sel__img__2 {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
  }
  .resu__icon {
    width: 2.6rem;
    opacity: 0.9;
  }
  .resu__title {
    font-size: 1.3em;
    font-weight: 600;
  }
  .resu__lead {
    line-height: 2em;
    font-size: 1em;
  }
  .resu__leadSentence {
    line-height: 2em;
    font-size: 0.9em;
  }
  .card {
    box-shadow: 0 1px 5px -4px rgba(0, 0, 0, 0.8);
    border-radius: 0;
  }
  .card-img {
    overflow: hidden;
    border-radius: 0;
  }
  .card-title {
    font-size: 1.2em;
    font-weight: 600;
  }
  .card-body {
    background-color: rgba(250, 250, 250, 0.705);
  }
  .card-img-top {
    /* box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.8); */
    border-radius: 0;
    height: 30vh;
    object-fit: cover;
    object-position: 100% 0%;
    display: block;
    transition: 0.5s;
  }
  .card-img-top:hover {
    transform: scale(1.1, 1.1);
  }

  /*============
ブログ、会社概要
=============*/
  .info__block__1 {
    margin-bottom: 1em;
  }
  .info__fluidBox__1 {
    /* background-color: #ebf6f7; */
    padding: 0em;
    /* height: 600px; */
  }
  .info__fluidBox__2 {
    /* background-color: #ebf6f7; */
    padding: 1em 0 0.5em 0;
    background-color: rgb(231, 231, 231);
    /* height: 600px; */
    text-align: center;
  }
  .facebook__icon {
    width: 1.5rem;
    margin: 0 0.8em;
    display: block;
    zoom: 0.5;
    display: inline-block;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.7),
      1px 1px 1px rgba(255, 255, 255, 0.7);
  }
  .facebook__icon::before {
    /* color: #3b5998; */
    color: #3b5998;
    opacity: 0.8;
  }
  .insta__icon {
    width: 1.5rem;
    margin: 0 0.8em;
    display: block;
    zoom: 0.5;
    display: inline-block;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.7),
      1px 1px 1px rgba(255, 255, 255, 0.7);
  }
  .insta__icon::before {
    color: linear-gradient(135deg, #427eff 30%, #f13f79 70%) no-repeat; /*グラデーション①*/
    opacity: 0.8;
  }
  .info__title__2 {
    font-size: 1.8em;
    font-weight: 600;
    font-family: "Muli", sans-serif;
  }
  .info-map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 1em 0 4em 0;
  }
  .info-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .info__logo__siba {
    width: 2.6rem;
    opacity: 0.9;
  }
  .info__title {
    font-size: 1.4em;
    font-weight: 600;
  }
  .info__leadSentence {
    line-height: 2em;
    font-size: 0.9em;
  }
  .info-blog {
    height: auto;
    padding: 1em;
  }
  .blog__box {
    border-bottom: dotted 2px #87cefa;
    height: 170px;
    padding: 0.5em 0 1em 0;
  }
  .blog__photo {
    float: left;
    width: 180px;
    height: 150px;
    object-fit: cover;
  }
  .blog__photo img {
    width: 180px;
    height: 150px;
  }
  .blog__comment {
    margin-left: 185px;
    line-height: 1.5em;
  }
  .blog__date {
    font-size: 0.9em;
    font-weight: 300;
    margin: 0;
  }
  .blog__new {
    font-size: 0.9em;
    font-weight: 500;
    color: #fff;
    margin: 0 0 0 0.5em;
    padding: 0.4em;
    background-color: #ff7a2d;
    border-radius: 2px;
  }
  .blog__title {
    font-size: 0.7em;
  }
  .blog__rink {
    color: rgb(110, 106, 106);
    font-size: 0.8em;
    font-weight: 400;
  }

  .blog__rink:hover {
    opacity: 0.6;
  }
  .info__title__2 {
    display: none;
  }

  /*============
会社概要
=============*/
  .com__block__1 {
    margin: 0;
    padding: 0;
  }
  .com__fluidBox__1 {
    /* background-color: #ebf6f7; */
    padding: 0;
  }
  .com__icon {
    width: 2.8rem;
    margin: auto;
    display: block;
    zoom: 0.8;
  }
  .com__icon::before {
    color: #2b993b;
  }
  .com__logo__siba {
    width: 2.8rem;
    opacity: 0.9;
  }
  .com__title {
    font-size: 1.5em;
    font-weight: 600;
  }
  .com__leadSentence {
    line-height: 2em;
  }
  .com-map {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    margin: 0;
  }

  /*============
コピーライト
=============*/
  .copy__logo {
    padding-top: 2em;
  }
  .copy-tel {
    color: #fff;
  }
  .copy-email {
    padding-bottom: 0.7em;
  }
  .footer__address {
    font-size: 0.7em;
    padding: 0 0 0 0.2em;
  }
  .footer__copy {
    font-size: 0.7em;
    padding: 0 0 4em 0.2em;
  }
  .footer__top {
    background-color: #264d4d;
  }
  .footer__triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 21.7px 12.5px;
    border-color: transparent transparent #ffffff transparent;
    /* margin: 1.9em 0 0 1.6em; */
    margin: auto;
    padding-top: 1em;
    margin-bottom: 1em;
  }
  .footer__triangle:hover {
    cursor: pointer;
    opacity: 0.6;
  }

  /*====================================
実績紹介詳細
=====================================*/
  .slick__space {
    height: 10vh;
  }
  .slick__fluidBox__1 {
    margin-bottom: 0em;
  }
  .slick__icon {
    width: 2.2rem;
    opacity: 0.9;
    padding: 3em 0 0 0;
  }
  .slick__title {
    font-size: 1.2em;
    font-weight: 600;
    padding: 0.5em 0 0 0;
    letter-spacing: 0.1em;
  }
  .slick__lead {
    font-size: 1.5em;
    font-weight: 600;
    color: #a28e71;
    padding: 0.5em 0 0 0;
    margin: 0;
    letter-spacing: 0.1em;
  }
  .slick__lead__Sentence {
    padding: 0 0 1em 0;
    margin: 0;
  }
  .slick__row__1 {
    margin-bottom: 0em;
    display: flex;
  }
  .slick__block__1 {
    order: 1;
    margin-bottom: 1em;
  }
  .slick__block__2 {
    order: 3;
    margin-top: 2em;
  }
  .slick__block__3 {
    order: 2;
    margin: 0;
  }
  .slicl__img img {
    /* box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.8); */
    width: 100%;
    height: 40vh;
    object-fit: contain;
    /* object-position: 50% 50%; */
  }

  .slick__customer {
    font-size: 14px;
    color: #a28e71;
    padding: 0 0 0.5em 0;
    margin: 0;
  }
  .slick__customer__leadSentence {
    padding: 0 0 2.5em 0;
    margin: 0;
  }
  .slick__proposal {
    font-size: 14px;
    color: #a28e71;
    padding: 0 0 0.5em 0;
    margin: 0;
  }
  .slick__row__2 {
    margin-bottom: 1em;
  }

  .slick-prev slick-arrow::before {
    box-sizing: 0;
  }
  .slick-prev slick-arrow::after {
    box-sizing: 0;
  }

  .thumbnail__img {
    width: 95%;
    margin-right: 6px;
  }
  .thumbnail__img img {
    width: 100%;
    height: 12vh;
    object-fit: cover;
  }
  .thumbnail__img img:hover {
    cursor: pointer;
  }
  table,
  td,
  th {
    border-bottom: 1px solid #a28e71;
    padding: 0.8em 0;
  }
  .table-row {
    margin: 1em auto;
    padding: 1em 0 2.5em 0;
    background-color: rgb(243, 236, 236);
  }
  .table__box {
    width: 92%;
  }

  .tab-title__disc {
    font-size: 10px;
    font-weight: 300;
    width: 25%;
    text-align: center;
    color: #a28e71;
  }
  .tab__lead__title {
    font-size: 10px;
    font-weight: 300;
    color: #a28e71;
    padding: 0 0 0.5em 0;
  }
  .tab__lead {
    width: 70%;
    font-size: 11px;
  }
  .slick__button {
    margin: auto;
    margin-top: 1em;
    margin-bottom: 4em;
    display: inline-block;
    padding: 6px 45px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 0.9em;
    color: #fff;
    background-image: linear-gradient(
      45deg,
      rgb(29, 167, 148) 0%,
      rgb(29, 167, 148) 100%
    );
    transition: 0.2s;
    border: 0;
  }
  .slick__button:hover {
    opacity: 0.8;
  }
  .page_nate {
    display: block;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  /*====================================
コンタクト
=====================================*/
  .main__greet__bk {
    background-attachment: fixed;
    background-image: url("");
    background-position: top center;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    height: 120vh;
    width: 100%;
    overflow: hidden;
  }

  .main__greet__bk::before {
    display: none !important;
  }

  .main__greet__comment {
    font-size: 13px;
    line-height: 20px;
  }
  .con__img__2 {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
  }
  .contact__space__in {
    margin: 1em;
  }
  .con__block__1 {
    position: relative;
  }
  .con__fluidBox__2 {
    position: absolute;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  .con-title {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.8em;
  }
  .contact__space__in {
    margin: 3em 0;
  }
  .contact__btn {
    margin-top: 2em;
  }

  /*====================================
ドッグ一覧
=====================================*/

  .dogFeature__box__1 {
    padding: 0 0 1em 0;
  }
  .dog__block__1 {
    margin: 0;
    padding: 0;
  }

  .dog__fluidBox__1 {
    /* background-color: #ebf6f7; */
    padding: 0;
  }
  .dog__img__2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .dogFeature__block__1 {
    width: 100%;
    /* padding: 10vh 0 10vh 0; */
  }
  .dogFeature__block__2 {
    width: 95%;
    /* padding: 10vh 0 10vh 0; */
  }

  .dog__title {
    font-size: 1.1em;
    font-weight: 500;
    padding: 0.4em 0 0.4em 0.2em;
    background-color: #00cccc;
    margin: 0;
  }
  .dog__title img {
    display: inline-block;
    width: 1.6em;
    vertical-align: top;
    margin-left: 0.5em;
  }
  .dog__title span {
    color: #ffff;
    display: inline-block;
    padding-left: 0.1em;
  }
  .dog__leadBlock {
    clear: both;
  }
  .dog__leadBlock__2 {
    clear: both;
    padding-top: 1em;
  }
  .dog__leadTitle {
    font-size: 1.1em;
    font-weight: 400;
    padding: 0.2em 0 0.5em 0.2em;
    clear: both;
  }
  .dog__leadTitle img {
    display: inline-block;
    width: 1.4em;
    vertical-align: middle;
    margin-left: 0.4em;
  }
  .dog__leadTitle span {
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.5em;
  }
  .dog__leadSentence__1 {
    width: 100%;
  }
  .dog__leadSentence__2 {
    font-size: 0.9em;
    font-weight: 340;
    width: 100%;
    padding: 0 1.2em;
  }
  .dog__leadSentence__3 {
    width: 100%;
  }
  .dog__leadSentence__4 {
    font-size: 0.9em;
    font-weight: 340;
    width: 100%;
    padding: 0 1.2em;
    margin: auto;
  }
  .dog__leadSentence__4 img {
    width: 100%;
    margin: auto;
    padding-top: 1em;
  }
  .dog__space {
    margin-bottom: 3em;
  }
  .dog__space__2 {
    margin-bottom: 0em;
  }

  /*====================================
芝の特徴
=====================================*/
  .feature__title {
    font-size: 1em;
    font-weight: 500;
    padding: 0.4em 0 0.4em 0.2em;
    background-color: #00cccc;
    margin: 0;
  }
  .feature__title img {
    display: inline-block;
    width: 1.6em;
    vertical-align: middle;
    margin-left: 0.5em;
  }
  .feature__title span {
    color: #ffff;
    display: inline-block;
    padding-left: 0.4em;
  }
  .letter-space {
    letter-spacing: -1px;
  }
  .feature__leadSentence__1 {
    width: 100%;
    float: left;
  }
  .feature__leadSentence__2 {
    width: 100%;
    float: left;
    padding-left: 2em;
  }
  .feature__leadSentence__3 {
    width: 100%;
    float: left;
  }
  .feature__leadSentence__3:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
  .feature__space__3 {
    margin-bottom: 1em;
  }
  .feature__space__4 {
    margin-bottom: 4em;
  }

  /*====================================
独自工法
=====================================*/
  .method__title {
    font-size: 1.5em;
    font-weight: 600;
    padding: 0.5em 0 0.5em 0.2em;
    background-color: #cc887a;
    margin: 0;
  }
  .method__title img {
    display: inline-block;
    width: 2em;
    vertical-align: top;
    margin-left: 1em;
  }
  .method__title span {
    color: #ffff;
    display: inline-block;
    padding-left: 0.5em;
  }
  .method__leadBlock {
    clear: both;
    margin-bottom: 6em;
  }
  .method__leadTitle {
    width: 95%;
    margin: auto;
    padding: 1.5em 0 2em 0;
    font-size: 1em;
    font-weight: 500;
    clear: both;
  }
  .method__leadSentence__1 {
    width: 95%;
    margin: auto;
    padding: 0 0 0 2.5em;
    font-size: 0.9em;
    position: relative;
    border-bottom: 1px solid #cc887a;
    color: #fff;
  }

  .method__leadSentence__1:after {
    content: "";
    width: 40%;
    height: 25px;
    background-color: #cc887a;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    border-radius: 1px;
  }
  .method__leadSentence__2 {
    width: 90%;
    margin: auto;
    padding: 0.7em 0 0 1em;
    font-size: 0.9em;
    text-indent: -1em;
  }
  .method__title__2 {
    font-size: 1.5em;
    font-weight: 600;
    padding: 0em 0 0.5em 0.2em;
    background-color: #7accbe;
    margin: 0;
  }
  .method__title__2 img {
    display: inline-block;
    width: 2em;
    vertical-align: top;
    margin-left: 1em;
  }
  .method__title__2 span {
    color: #ffff;
    display: inline-block;
    padding-left: 0.5em;
  }
  .method__leadTitle__2 {
    width: 95%;
    margin: auto;
    padding: 1.5em 0 2em 0;
    font-size: 1em;
    font-weight: 500;
    clear: both;
  }
  .method__leadSentence__3 {
    width: 95%;
    margin: auto;
    padding: 0 0 0 2.5em;
    font-size: 0.9em;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #29b1cc;
    color: #fff;
  }

  .method__leadSentence__3:after {
    content: "";
    width: 40%;
    height: 25px;
    background-color: #29b1cc;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    border-radius: 1px;
  }
  .method__title__3 {
    font-size: 1.5em;
    font-weight: 600;
    padding: 0.5em 0 1.5em 0.2em;
    background-color: #7accbe;
    margin: 0;
  }
  .method__leadSentence__4 {
    width: 95%;
    margin: auto;
    padding: 0 0 0 2.5em;
    font-size: 0.9em;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #ffa333;
    color: #fff;
  }

  .method__leadSentence__4:after {
    content: "";
    width: 40%;
    height: 25px;
    background-color: #ffa333;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    border-radius: 1px;
  }
  /*====================================
ブログ誘導
=====================================*/
  .toBlog {
    margin: 15px 0 45px 0;
    font-size: 12px;
  }
  .toBlog__heading {
    line-height: 1.4;
    padding: 0.25em 1em;
  }
  .toBlog__heading:before,
  .toBlog__heading:after {
    position: absolute;
    top: 0;
    content: "";
    width: 8px;
    height: 100%;
    display: inline-block;
  }

  /*====================================
Q&A
=====================================*/
  /* .main__question__bk{
	background-attachment: fixed;
  	background-image: url("");
  	background-position: top center;
  	background-repeat: repeat;
  	background-size: 100%;
  	position: relative;
  	height: 380vh;
  	width: 100%;
	overflow: hidden;
}

.main__question__bk::before{
	display: none!important;
} */
}
