@charset "UTF-8";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.categ-bnr-box .box-img .box-inch {
  top: 33%;
  left: 50%;
}

.category-title {
  margin-bottom: 20px;
}

.read {
  font-size: 15px;
  line-height: 1.8;
}

.sceneLists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sceneLists .sceneList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
  color: #000;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: .15s all ease;
}
.sceneLists .sceneList:hover, .sceneLists .sceneList:active {
  cursor: pointer;
  border-color: #ff6600;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.sceneLists .sceneList:hover img, .sceneLists .sceneList:active img {
  opacity: 1;
}
.sceneLists .sceneList__img {
  display: block;
  width: 41%;
}
.sceneLists .sceneList__img img {
  height: auto;
  max-width: 150px;
}
.sceneLists .sceneList__txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 59%;
  height: 100%;
  text-align: center;
}
.sceneLists .sceneList__txt:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "\f103";
  font-family: FontAwesome;
  font-size: 20px;
  color: #ff6600;
}
.sceneLists .sceneList__txt p {
  margin-bottom: 10px;
  font-size: 14px;
}
.sceneLists .sceneList__txt h3 {
  font-size: 20px;
}

.itemBlock:not(:last-of-type) {
  margin-bottom: 30px;
}
.itemBlock__title {
  display: block;
  margin-bottom: 40px;
}
.itemBlock__info #order + .mox {
  margin-bottom: 80px !important;
  font-size: 14px;
}
.itemBlock__info #order + .mox h3 {
  margin-top: 0;
  background-position-y: 50%;
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .sceneLists .sceneList {
    flex-wrap: wrap;
  }
  .sceneLists .sceneList__img {
    display: block;
    width: 100%;
  }
  .sceneLists .sceneList__img img {
    height: 148px;
    width: 100%;
    max-width: inherit;
    object-fit: cover;
  }
  .sceneLists .sceneList__txt {
    width: 100%;
    height: auto;
    padding: 20px 5px 40px;
  }
  .sceneLists .sceneList__txt h3 {
    font-size: 18px;
  }
}
