@charset "UTF-8";
/*
 * 飲食と小売の業界ページ用のCSS
 */
.industry-page .shadow-box {
  -webkit-box-shadow: 3px 3px 4px 1px rgba(149, 149, 149, 0.7);
          box-shadow: 3px 3px 4px 1px rgba(149, 149, 149, 0.7); }

.industry-page .section-inner {
  width: 928px;
  margin: 0 auto; }

.industry-page .text-em {
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 1px;
  padding-right: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(75%, rgba(235, 163, 74, 0.64)), to(rgba(235, 163, 74, 0.64)));
  background: linear-gradient(180deg, transparent 0%, transparent 75%, rgba(235, 163, 74, 0.64) 75%, rgba(235, 163, 74, 0.64) 100%); }

.industry-page .cover-em {
  font-weight: bold;
  background-color: #eba34a;
  padding-left: 2px;
  padding-right: 2px; }

.industry-page .top-visual {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .industry-page .top-visual h1 {
    color: #fff;
    text-align: center;
    font-size: 32px; }
  .industry-page .top-visual img {
    display: block;
    margin: 20px auto 50px; }
  .industry-page .top-visual p {
    text-align: center;
    font-size: 19px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 3em; }

.industry-page .resolution {
  padding-top: 50px;
  padding-bottom: 50px; }
  .industry-page .resolution h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 50px; }
    .industry-page .resolution h2 span {
      border-bottom: 2px solid #4f5467; }
  .industry-page .resolution .resolve-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .industry-page .resolution .resolve-flex .resolve-grid {
      width: 45%;
      display: grid;
      margin-bottom: 40px;
      background-size: 120px;
      background-repeat: no-repeat;
      grid-template: "head   head" 5em "img   callout" 150px  "ifbiz ifbiz" 20px "text  text" auto / 120px auto; }
      .industry-page .resolution .resolve-flex .resolve-grid p {
        color: #4f5467; }
      .industry-page .resolution .resolve-flex .resolve-grid .head {
        grid-area: head;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        color: #192242;
        margin-bottom: 8px;
        -ms-flex-item-align: center;
            align-self: center; }
      .industry-page .resolution .resolve-flex .resolve-grid .callout {
        grid-area: callout;
        padding: 10px 20px;
        background-color: #f4f4f4;
        border: 1px solid #c1c3c2;
        border-radius: 10px;
        position: relative;
        margin-left: 20px;
        margin-bottom: 20px; }
        .industry-page .resolution .resolve-flex .resolve-grid .callout:before {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          left: -14px;
          top: 10px;
          border-top: 7px solid transparent;
          border-right: 14px solid #c1c3c2;
          border-bottom: 7px solid transparent; }
        .industry-page .resolution .resolve-flex .resolve-grid .callout:after {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          left: -12px;
          top: 10px;
          border-top: 7px solid transparent;
          border-right: 14px solid #f4f4f4;
          border-bottom: 7px solid transparent; }
      .industry-page .resolution .resolve-flex .resolve-grid .ifbiz {
        grid-area: ifbiz;
        padding-left: 22px;
        font-weight: bold;
        background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/icon03.png");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: top 5px left 2px; }
        .industry-page .resolution .resolve-flex .resolve-grid .ifbiz span {
          border-bottom: 2px solid #fc851b; }
      .industry-page .resolution .resolve-flex .resolve-grid .text {
        grid-area: text;
        padding-left: 22px;
        padding-top: 10px; }

.industry-page .appeal {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #b8b8b8; }
  .industry-page .appeal .sp-only {
    display: none; }
  .industry-page .appeal h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 50px; }
    .industry-page .appeal h2 span {
      border-bottom: 2px solid #000; }
  .industry-page .appeal .appeal-grid .appeal-txt p {
    margin-bottom: 2em; }
  .industry-page .appeal .appeal-grid .about {
    padding: 20px;
    margin-bottom: 50px;
    background-color: #F0F7FE; }
    .industry-page .appeal .appeal-grid .about p {
      font-weight: bold;
      line-height: 2em;
      font-size: 15px; }
  .industry-page .appeal .appeal-grid .for-needs {
    border: 2px solid #1c2244;
    padding: 20px 24px 16px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative; }
    .industry-page .appeal .appeal-grid .for-needs p {
      position: absolute;
      font-weight: bold;
      top: -13px;
      background: #fff;
      font-size: 18px;
      padding-left: 10px;
      padding-right: 10px;
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: top 5px left 10px; }
    .industry-page .appeal .appeal-grid .for-needs ul li {
      line-height: 3em;
      font-size: 15px;
      background-image: url(/wordpress/wp-content/themes/biz-teachme-jp-2019/img/about-manual/icon04.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 20px;
      padding-left: 26px;
      list-style: none;
      font-weight: bold; }
  .industry-page .appeal .appeal-grid .appeal-txt1 {
    grid-area: txt1; }
  .industry-page .appeal .appeal-grid .about1 {
    grid-area: about1; }
  .industry-page .appeal .appeal-grid .for-needs1 {
    grid-area: need1;
    margin-bottom: 100px; }
  .industry-page .appeal .appeal-grid .appeal-txt2 {
    grid-area: txt2; }
  .industry-page .appeal .appeal-grid .about2 {
    grid-area: about2; }
  .industry-page .appeal .appeal-grid .for-needs2 {
    grid-area: need2; }

.industry-page .because {
  background-color: #0975d5;
  padding-top: 50px;
  padding-bottom: 50px; }
  .industry-page .because h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 50px; }
    .industry-page .because h2 span {
      color: #fff;
      border-bottom: 2px solid #fff; }
  .industry-page .because .flex-box {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/bk06.png");
    background-repeat: no-repeat;
    background-position: right 30px center; }
    .industry-page .because .flex-box img {
      border: 1px solid #bddbff;
      border-radius: 10px;
      padding: 20px;
      width: 50%; }
    .industry-page .because .flex-box p {
      width: 45%;
      font-size: 20px;
      font-weight: bold;
      -ms-flex-item-align: center;
          align-self: center;
      margin-left: 5%;
      color: #192243; }
    .industry-page .because .flex-box.flex-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/bk07.png");
      background-position: left 30px center; }

.industry-page .case {
  padding-top: 50px;
  padding-bottom: 50px; }
  .industry-page .case h2 {
    text-align: center; }
    .industry-page .case h2 span {
      font-weight: bold;
      font-size: 30px;
      border-bottom: 2px solid; }
  .industry-page .case .case-tab {
    border-bottom: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .industry-page .case .case-tab li {
      width: 200px;
      text-align: center;
      font-size: 18px;
      display: inline-block;
      cursor: pointer;
      padding-bottom: 8px; }
    .industry-page .case .case-tab li.active {
      border-bottom: 2px solid; }
  .industry-page .case .case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .industry-page .case .case-list li {
      border: 1px solid;
      padding: 8px;
      border-radius: 10px;
      margin-right: 10px;
      margin-left: 10px;
      cursor: pointer;
      margin-top: 10px;
      margin-bottom: 10px; }
      .industry-page .case .case-list li.active {
        background-color: #192242;
        color: #fff; }
  .industry-page .case .case-list2 {
    display: none; }
  .industry-page .case .filter {
    margin-top: 50px; }
    .industry-page .case .filter .case-box {
      padding: 1%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 33.3%;
      display: block;
      height: 440px;
      margin-bottom: 20px; }
      .industry-page .case .filter .case-box a {
        border: 1px solid #ccc;
        display: block;
        border-radius: 10px;
        padding: 10px;
        text-decoration: none;
        color: #000;
        height: 100%; }
      .industry-page .case .filter .case-box .logo {
        width: 50%;
        display: block;
        margin: 10px auto; }
      .industry-page .case .filter .case-box .name {
        display: block;
        text-align: center;
        font-size: 12px;
        margin-bottom: 10px; }
      .industry-page .case .filter .case-box .catch {
        height: 187px;
        -o-object-fit: cover;
           object-fit: cover; }
      .industry-page .case .filter .case-box:hover {
        opacity: .75; }

.industry-page .point {
  background-color: #F0F7FE;
  padding-top: 50px;
  padding-bottom: 80px; }
  .industry-page .point .point-head {
    border-radius: 0;
    width: 500px;
    margin: 0px auto 50px;
    position: relative;
    letter-spacing: 2px;
    background-color: #1c2244;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 8px; }
    .industry-page .point .point-head span {
      color: #fff; }
    .industry-page .point .point-head:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 25px solid #F0F7FE;
      border-left: 20px solid #F0F7FE;
      border-bottom: 45px solid transparent;
      border-right: 10px solid transparent;
      position: absolute;
      top: 0; }
    .industry-page .point .point-head:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-bottom: 25px solid #F0F7FE;
      border-right: 20px solid #F0F7FE;
      border-top: 45px solid transparent;
      border-left: 10px solid transparent;
      position: absolute;
      top: 0;
      right: 0; }
  .industry-page .point .check-list {
    border: 2px solid #4f5467;
    padding: 12px 24px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .industry-page .point .check-list li {
      color: #4f5467;
      line-height: 3em;
      padding-left: 28px;
      font-weight: bold;
      background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/icon02.png");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 20px;
      font-size: 15px;
      color: #192242;
      text-align: left;
      letter-spacing: 0.03em; }
  .industry-page .point .flex-cv {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .industry-page .point .flex-cv .box1, .industry-page .point .flex-cv .box2 {
      width: 42%;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
      .industry-page .point .flex-cv .box1:hover, .industry-page .point .flex-cv .box2:hover {
        position: relative;
        top: 3px; }
      .industry-page .point .flex-cv .box1 span, .industry-page .point .flex-cv .box2 span {
        display: block; }
      .industry-page .point .flex-cv .box1 .cv-desc, .industry-page .point .flex-cv .box2 .cv-desc {
        font-weight: bold;
        padding: 20px 16px;
        background-color: #fff;
        line-height: 2em;
        min-height: 200px;
        font-size: 16px;
        border-left: 3px solid #ffc39c;
        border-right: 3px solid #ec8401;
        color: #1c2244; }
      .industry-page .point .flex-cv .box1 .cv-btn, .industry-page .point .flex-cv .box2 .cv-btn {
        border-left: 3px solid #ffc39c;
        border-right: 3px solid #ec8401;
        text-align: center;
        background-color: #f49220;
        color: #fff;
        font-size: 22px;
        padding: 8px;
        font-weight: bold;
        -ms-flex-item-align: end;
            align-self: flex-end;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffb766), to(#f49220));
        background: linear-gradient(top, #ffb766 0%, #f49220); }
    .industry-page .point .flex-cv .box1:before, .industry-page .point .flex-cv .box1:after,
    .industry-page .point .flex-cv .box2:before, .industry-page .point .flex-cv .box2:after {
      content: "";
      display: block;
      height: 3px;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffc39c), to(#ec8401));
      background: linear-gradient(#ffc39c, #ec8401);
      background: -webkit-gradient(linear, right top, left top, from(#ec8401), to(#ffc39c));
      background: linear-gradient(to left, #ec8401, #ffc39c); }

.industry-page .recommend {
  margin-bottom: 100px; }
  .industry-page .recommend .recommend-head {
    background-color: #1c2244;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 50px; }
  .industry-page .recommend ul {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 20px; }
    .industry-page .recommend ul li {
      margin-right: 16px;
      margin-left: 16px;
      margin-bottom: 20px; }
      .industry-page .recommend ul li a {
        text-decoration: none;
        position: relative; }
        .industry-page .recommend ul li a span.r-cate {
          background-color: #2e8ff3;
          color: #fff;
          display: block;
          font-size: 10px;
          position: absolute;
          top: 0px;
          z-index: 1;
          width: 130px;
          padding: 4px 8px; }
        .industry-page .recommend ul li a img {
          width: 100%;
          height: 200px;
          -o-object-fit: cover;
             object-fit: cover; }
        .industry-page .recommend ul li a span {
          padding: 10px;
          display: block;
          line-height: 1.4em;
          font-size: 14px;
          letter-spacing: 1px; }
      .industry-page .recommend ul li a:hover img {
        opacity: .75; }
      .industry-page .recommend ul li a:hover span {
        opacity: .75;
        text-decoration: none; }
  .industry-page .recommend .slick-prev {
    left: -40px;
    top: 110px;
    width: 0;
    height: 0; }
  .industry-page .recommend .slick-prev:before {
    content: '';
    display: block;
    border-top: 20px solid transparent;
    border-right: 30px solid #1c2244;
    border-bottom: 20px solid transparent;
    border-left: 0; }
  .industry-page .recommend .slick-next {
    right: -15px;
    top: 110px;
    width: 0;
    height: 0; }
  .industry-page .recommend .slick-next:before {
    content: '';
    display: block;
    border-top: 20px solid transparent;
    border-right: 0;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #1c2244; }

.industry-food .top-visual {
  background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/bk01.png"); }

.industry-food .resolution .resolve-grid {
  background-position: top 45px left; }

.industry-food .resolution .resolve1 {
  background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/fig08.png"); }

.industry-food .resolution .resolve2 {
  background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/fig09.png"); }

.industry-food .resolution .resolve3 {
  background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/fig10.png"); }

.industry-food .resolution .resolve4 {
  background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/fig11.png"); }

.industry-food .download {
  padding-top: 50px;
  text-align: center; }

.industry-food .download .dlbtn {
  display: inline-block;
  background: #EDAF19;
  color: #333;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .08rem;
  border-radius: 999px;
  min-width: 320px;
  padding: 18px;
  text-decoration: none;
  box-sizing: border-box; }

.industry-food .download .dlbtn:hover {
    opacity: .75; }

.industry-retail .top-visual {
  background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/bk13.png"); }

.industry-retail .resolution {
  background-position: top 10px left; }
  .industry-retail .resolution .resolve1 {
    background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/fig11.png"); }
  .industry-retail .resolution .resolve2 {
    background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/fig08.png"); }
  .industry-retail .resolution .resolve3 {
    background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/fig12.png");
    background-position: top 30px left; }
  .industry-retail .resolution .resolve-flex .resolve4 {
    background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/fig13.png");
    background-size: 80px;
    background-position: top 20px left 25px; }
  .industry-retail .resolution .resolve5 {
    background-image: url("/wordpress/wp-content/themes/biz-teachme-jp-2019/img/industry/fig14.png"); }

.industry-retail .resolution .resolve-flex .resolve-grid {
  grid-template: "head   head" 3em "img   callout" 110px  "ifbiz ifbiz" 20px "text  text" auto / 120px auto; }

@media screen and (max-width: 769px) {
  .industry-page .section-inner {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .industry-page .top-visual {
    padding-top: 20px;
    padding-bottom: 30px; }
    .industry-page .top-visual h1 {
      font-size: 20px; }
    .industry-page .top-visual img {
      width: 30%;
      margin-bottom: 20px; }
    .industry-page .top-visual p {
      font-size: 13.5px;
      line-height: 2em; }
      .industry-page .top-visual p .only-pc {
        display: none; }
  .industry-page .resolution {
    padding-top: 30px;
    padding-bottom: 10px; }
    .industry-page .resolution h2 {
      font-size: 19px;
      margin-bottom: 30px; }
    .industry-page .resolution .resolve-flex {
      display: block; }
      .industry-page .resolution .resolve-flex .resolve-grid {
        width: 100%;
        background-size: 100px;
        background-position: top 30px left;
        grid-template: "head   head" auto "img   callout" auto  "ifbiz ifbiz" auto "text  text" auto / 100px auto; }
        .industry-page .resolution .resolve-flex .resolve-grid .head {
          font-size: 13.5px; }
        .industry-page .resolution .resolve-flex .resolve-grid .callout {
          font-size: 12px; }
        .industry-page .resolution .resolve-flex .resolve-grid .text {
          font-size: 13px;
          padding-left: 16px; }
  .industry-page .appeal .sp-only {
    display: inline; }
  .industry-page .appeal h2 {
    font-size: 21px;
    margin-bottom: 30px; }
  .industry-page .appeal .appeal-grid .for-needs1 {
    margin-bottom: 50px; }
  .industry-page .appeal .appeal-grid .for-needs {
    padding: 15px 0px 11px 12px; }
    .industry-page .appeal .appeal-grid .for-needs ul {
      padding: 12px 0; }
      .industry-page .appeal .appeal-grid .for-needs ul li {
        line-height: 1.6em;
        margin-bottom: 20px;
        font-size: 13px;
        background-size: 16px;
        padding-left: 20px; }
      .industry-page .appeal .appeal-grid .for-needs ul li:last-child {
        margin-bottom: 0; }
  .industry-page .because {
    padding-top: 30px;
    padding-bottom: 10px; }
    .industry-page .because h2 {
      font-size: 19px;
      margin-bottom: 40px; }
    .industry-page .because .flex-box {
      padding: 10px;
      background-size: 60px;
      margin-bottom: 30px; }
      .industry-page .because .flex-box p {
        font-size: 11px;
        margin-left: 0; }
      .industry-page .because .flex-box img {
        padding: 5px;
        height: 100px;
        -o-object-fit: cover;
           object-fit: cover; }
  .industry-page .case {
    padding-top: 30px; }
    .industry-page .case h2 span {
      font-size: 19px; }
    .industry-page .case .case-tab {
      margin-top: 30px;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .industry-page .case .case-tab li {
        width: 160px;
        font-size: 16px; }
    .industry-page .case .case-list li {
      margin: 2px;
      font-size: 11px;
      padding: 5px;
      border-radius: 5px; }
    .industry-page .case .filter {
      margin-top: 20px; }
      .industry-page .case .filter .case-box {
        padding: 1%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 49.5%;
        display: block;
        height: 400px;
        margin-bottom: 20px;
        height: 310px; }
        .industry-page .case .filter .case-box a {
          border-radius: 5px;
          padding: 5px; }
        .industry-page .case .filter .case-box .name {
          font-size: 10px; }
        .industry-page .case .filter .case-box .catch {
          height: 100px; }
  .industry-page .point {
    padding-top: 30px;
    padding-bottom: 50px; }
    .industry-page .point .point-head {
      width: auto;
      background-color: unset;
      margin-top: 2px;
      margin-bottom: 30px;
      font-size: 17px; }
      .industry-page .point .point-head span {
        padding-top: 8px;
        padding-bottom: 8px;
        display: inline-block;
        background-color: #1c2244;
        padding-right: 30px;
        padding-left: 40px;
        position: relative; }
        .industry-page .point .point-head span:before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-top: 25px solid #F0F7FE;
          border-left: 20px solid #F0F7FE;
          border-bottom: 45px solid transparent;
          border-right: 10px solid transparent;
          position: absolute;
          top: 0;
          left: 0; }
        .industry-page .point .point-head span:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-bottom: 25px solid #F0F7FE;
          border-right: 20px solid #F0F7FE;
          border-top: 45px solid transparent;
          border-left: 10px solid transparent;
          position: absolute;
          top: 0;
          right: 0; }
      .industry-page .point .point-head:before {
        display: none; }
      .industry-page .point .point-head:after {
        display: none; }
    .industry-page .point .check-list {
      padding: 12px; }
      .industry-page .point .check-list li {
        line-height: 1.6em;
        margin-bottom: 20px;
        font-size: 13px; }
      .industry-page .point .check-list li:last-child {
        margin-bottom: 0; }
    .industry-page .point .flex-cv {
      display: block; }
      .industry-page .point .flex-cv .box1, .industry-page .point .flex-cv .box2 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px; }
        .industry-page .point .flex-cv .box1 span, .industry-page .point .flex-cv .box2 span {
          display: block; }
        .industry-page .point .flex-cv .box1 .cv-desc, .industry-page .point .flex-cv .box2 .cv-desc {
          padding: 16px;
          line-height: 1.6em;
          min-height: auto;
          font-size: 13px; }
        .industry-page .point .flex-cv .box1 .callout-desc, .industry-page .point .flex-cv .box2 .callout-desc {
          padding-bottom: 36px; }
        .industry-page .point .flex-cv .box1 .cv-btn, .industry-page .point .flex-cv .box2 .cv-btn {
          border-left: 3px solid #ffc39c;
          border-right: 3px solid #ec8401;
          text-align: center;
          background-color: #f49220;
          color: #fff;
          font-size: 18px;
          padding: 8px;
          font-weight: bold;
          -ms-flex-item-align: end;
              align-self: flex-end;
          width: 100%;
          background: -webkit-gradient(linear, left top, left bottom, from(#ffb766), to(#f49220));
          background: linear-gradient(top, #ffb766 0%, #f49220); }
      .industry-page .point .flex-cv .box1:before, .industry-page .point .flex-cv .box1:after,
      .industry-page .point .flex-cv .box2:before, .industry-page .point .flex-cv .box2:after {
        content: "";
        display: block;
        height: 3px;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffc39c), to(#ec8401));
        background: linear-gradient(#ffc39c, #ec8401);
        background: -webkit-gradient(linear, right top, left top, from(#ec8401), to(#ffc39c));
        background: linear-gradient(to left, #ec8401, #ffc39c); }
  .industry-page .recommend {
    margin-bottom: 100px; }
    .industry-page .recommend .recommend-head {
      background-color: #1c2244;
      text-align: center;
      color: #fff;
      font-size: 18px;
      padding-left: 8px;
      padding-right: 8px; }
    .industry-page .recommend ul {
      width: 90%;
      padding-bottom: 20px; }
      .industry-page .recommend ul li {
        margin-right: 16px;
        margin-left: 16px;
        margin-bottom: 20px; }
        .industry-page .recommend ul li a span {
          font-size: 12px; }
        .industry-page .recommend ul li a img {
          height: 100px; }
    .industry-page .recommend .slick-prev {
      left: -10px;
      top: 60px;
      width: 0;
      height: 0; }
    .industry-page .recommend .slick-prev:before {
      content: '';
      display: block;
      border-top: 10px solid transparent;
      border-right: 10px solid #1c2244;
      border-bottom: 10px solid transparent;
      border-left: 0; }
    .industry-page .recommend .slick-next {
      right: 0px;
      top: 60px;
      width: 0;
      height: 0; }
    .industry-page .recommend .slick-next:before {
      content: '';
      display: block;
      border-top: 10px solid transparent;
      border-right: 0;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #1c2244; }
  .industry-retail .resolution .resolve-flex .resolve-grid {
    background-size: 80px;
    background-position: top 5px left 10px; }
  .industry-retail .resolution .resolve-flex .resolve3 {
    background-position: top 20px left 10px; } }
  @media screen and (max-width: 769px) and (max-width: 321px) {
    .industry-retail .resolution .resolve-flex .resolve3 {
      background-position: top 35px left 10px; } }

@media screen and (max-width: 769px) {
  .industry-retail .resolution .resolve-flex .resolve4 {
    background-size: 60px;
    background-position: top 10px left 25px; } }
  @media screen and (max-width: 769px) and (max-width: 321px) {
    .industry-retail .resolution .resolve-flex .resolve4 {
      background-position: top 35px left 25px; } }

@media screen and (max-width: 769px) {
  .industry-food .resolution .resolve-flex .resolve-grid {
    background-size: 80px;
    background-position: top 20px left 10px; } }
  @media screen and (max-width: 769px) and (max-width: 321px) {
    .industry-food .resolution .resolve-flex .resolve-grid {
      background-position: top 35px left 10px; } }

@media screen and (max-width: 769px) {
  .industry-food .case .filter .case-box {
    height: 360px; } }
  @media screen and (max-width: 769px) and (max-width: 320px) {
    .industry-food .case .filter .case-box {
      height: 370px; } }

@media screen and (max-width: 769px) {
  .industry-food .download {
    padding-top: 30px; }

  .industry-food .download .dlbtn {
    font-weight: 400;
    min-width: auto;
    min-width: inherit;
    width: 100%;
    max-width: 400px;
    padding: 14px; } }

/* fix */
.industry-page .case .filter .case-box {
  float: left;
}
.industry-page .case .filter:after {
  display: block;
  clear: both;
  content: "";
}