/*----------------------------------------------------*/
/*                   food_hygiene                      */
/*----------------------------------------------------*/
.lower-mv.food-hygiene {
  background-image: url(../img/solution/food_hygiene/f_h_lower_mv.jpg);
}
.f-h-service {
  padding: 80px 0 0;
}


/*f-h-top         */
.f-h-top__list {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .f-h-top__list {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
	.li240 .f-h-top__item {
		flex-wrap: nowrap;
	}
	.li240 .f-h-top__item {
		flex: 1;
	}
}
.f-h-top__item {
  position: relative;
  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;
  /*width: 240px;*/
  background-color: #fff;
  padding: 50px 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  .f-h-top__item {
    width: 100%;
    margin-top: 20px;
  }
}

.f-h-top__item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.5);
}

.f-h-top__icon {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.f-h-top__txt strong {
  font-size: 20px;
  font-weight: bold;
}
.f-h-top__txt .red {
  font-size: 20px;
}

/*f-h-service         */
.f-h-service__list {
  margin-top: 60px;
  padding: 60px 0;
}

.f-h-service__item {
  margin-bottom: 60px;
  justify-content: center;
  flex-wrap: nowrap;
}

@media (max-width: 1024px) {
  .f-h-service__item {
    display: block;
  }
}

.f-h-service__txt-box-wrap {
  margin-right: 40px;
}

@media (max-width: 1024px) {
  .f-h-service__txt-box-wrap {
    width: 100%;
  }
}

.f-h-service__txt-box-wrap.left {
  padding-right: 85px;
}

@media (max-width: 1024px) {
  .f-h-service__txt-box-wrap.left {
    padding-right: 0;
  }
}

.f-h-service__txt-box-wrap.right {
  padding-left: 85px;
}

@media (max-width: 1024px) {
  .f-h-service__txt-box-wrap.right {
    padding-left: 0;
  }
}

.f-h-service__txt-box {
  padding: 95px 0;
  width: 660px;
}

@media (max-width: 1024px) {
  .f-h-service__txt-box {
    width: 100%;
    padding: 50px 20px;
  }
}

.f-h-service__txt-box.left {
  margin-left: auto;
}

.f-h-service__txt-box.right {
  margin-right: auto;
}

.f-h-service__block-ttl {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.f-h-service__annotation {
  font-weight: 700;
  margin-bottom: 25px;
}

.f-h-service__txt {
  margin-bottom: 50px;
  line-height: 2;
}

.f-h-service__img {
  background-size: cover;
  width: 45%;
  background-position: right;
}
.f-h-service__img img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

@media (max-width: 1024px) {
  .f-h-service__img {
    width: 100%;
    height: 300px;
    background-position: center;
  }
}

.f-h-service__img.img01 {
  background-image: url(../img/solution/food_hygiene/f_h_service01.jpg);
}

.f-h-service__img.img02 {
  background-image: url(../img/solution/food_hygiene/f_h_service02.jpg);
}

.f-h-service__img.img03 {
  background-image: url(../img/solution/food_hygiene/f_h_service03.jpg);
}

.f-h-service__img.img04 {
  background-image: url(../img/solution/food_hygiene/f_h_service04.jpg);
}

.f-h-service__img.img05 {
  background-image: url(../img/solution/food_hygiene/f_h_service05.jpg);
}

.f-h-service__btns .btn:hover::before {
  position: -webkit-sticky;
  position: sticky;
  left: 12% !important;
}

@media (max-width: 1024px) {
  .f-h-service__btns .arw-big {
    margin-bottom: 30px;
  }
}

.f-h-service__btns a {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .f-h-service__btns a {
    margin-right: 0;
  }
}

.f-h-service__btns-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .f-h-service__btns-wrap a {
    width: 160px !important;
    margin-right: 15px;
  }
  .f-h-service__btns-wrap a:last-child {
    margin-right: 0;
  }
}


.f-h-service__btns a.btn::before {
  position: -webkit-sticky;
  position: sticky;
  margin-right: 15px;
  vertical-align: middle;
}

.f-h-service__btns a.download::before {
  content: url(../img/solution/food_hygiene/f_h_icon01.png);
}

.f-h-service__btns a.contact::before {
  content: url(../img/solution/food_hygiene/f_h_icon02.png);
}
