@charset "UTF-8";
/* Scss Document */
/* flex box --------------------------------------------------------------------------- */
/* 装飾 -------------------- */
/* HOME //////////////////////////////////////////////////////////////////////////// */
.swiper-container1 {
  margin: 0vw auto 4em; }

.home-slide {
  padding: 16px 0vw 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .home-slide li {
    margin: auto;
    padding: 2vw;
    list-style: none;
    width: 100%;
    text-align: left;
    border-color: #ccc;
    border-style: solid;
    border-width: 0px; }
  @media screen and (max-width: 499px) {
    .home-slide {
      padding: 4vw 0px 0px 0px; } }

.home-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .home-slide-inner .cont {
    padding: 0px 6vw 0px 0px; }
    .home-slide-inner .cont h2 {
      margin: 0px 0px 1em 0px;
      font-size: 54px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      line-height: 1.4em; }
    .home-slide-inner .cont p {
      font-size: 20px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      line-height: 2.2em; }
    .home-slide-inner .cont strong {
      background: linear-gradient(transparent 50%, rgba(252, 229, 126, 0.7) 50%);
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em; }
  .home-slide-inner figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 180px; }
    .home-slide-inner figure img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 1199px) {
    .home-slide-inner .cont h2 {
      font-size: 48px; }
    .home-slide-inner figure {
      width: 160px; } }
  @media screen and (max-width: 1024px) {
    .home-slide-inner .cont h2 {
      font-size: 48px; }
    .home-slide-inner .cont p {
      font-size: 18px; } }
  @media screen and (max-width: 799px) {
    .home-slide-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .home-slide-inner .cont {
        margin: auto;
        padding: 0px; }
        .home-slide-inner .cont h2 {
          font-size: 32px;
          text-align: center; }
        .home-slide-inner .cont p {
          font-size: 16px;
          line-height: 1.8em;
          text-align: center; }
      .home-slide-inner figure {
        margin: 2vw auto 0px;
        width: 120px;
        text-align: center; }
        .home-slide-inner figure img {
          margin: auto; } }
  @media screen and (max-width: 699px) {
    .home-slide-inner .cont {
      margin: auto;
      padding: 0px 1em; }
      .home-slide-inner .cont h2 {
        font-size: 28px;
        text-align: center; }
      .home-slide-inner .cont p {
        font-size: 16px;
        line-height: 1.8em;
        text-align: left; }
        .home-slide-inner .cont p br {
          display: none; }
    .home-slide-inner figure {
      margin: 2vw auto 0px;
      width: 100px;
      text-align: center; }
      .home-slide-inner figure img {
        margin: auto; } }
  @media screen and (max-width: 499px) {
    .home-slide-inner .cont h2 {
      font-size: 28px;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em; }
    .home-slide-inner figure {
      margin: 2vw auto 0px;
      width: 100px;
      text-align: center; }
      .home-slide-inner figure img {
        margin: auto; } }

.home-slide-inner-b {
  margin: auto;
  text-align: center;
  /*@media screen and (max-width:499px) {
      ul {
          @include flex-column;
      }
      li {
          margin:0.5em 0px;
          width: 100%;
          height: inherit;
          a {
              width: 100%;
              height: inherit;
          }
          .child {
              display: inherit;    
          }
      }
  }*/ }
  .home-slide-inner-b ul {
    margin: 0px auto 1em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .home-slide-inner-b li {
    list-style: none;
    margin: 1em;
    padding: 0px;
    text-align: center;
    width: 180px;
    height: 180px; }
    .home-slide-inner-b li a {
      display: block;
      border-color: #000;
      border-style: solid;
      border-width: 2px;
      width: 180px;
      height: 180px;
      color: #000;
      background-color: #fff;
      text-decoration: none;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em; }
    .home-slide-inner-b li a:hover {
      background-color: #000;
      color: #fff; }
    .home-slide-inner-b li .child {
      margin: 0px;
      padding: 0px 0px 2px 0px;
      display: table-cell;
      vertical-align: middle;
      width: inherit;
      height: inherit;
      line-height: 1.4em; }
  .home-slide-inner-b p {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em; }
  @media screen and (max-width: 799px) {
    .home-slide-inner-b li {
      margin: 1em 0.5em;
      width: 140px;
      height: 140px; }
      .home-slide-inner-b li a {
        width: 140px;
        height: 140px; } }
  @media screen and (max-width: 499px) {
    .home-slide-inner-b li {
      margin: 1em 0.2em;
      width: 130px;
      height: 130px;
      font-size: 14px; }
      .home-slide-inner-b li a {
        width: 130px;
        height: 130px; }
    .home-slide-inner-b p {
      font-size: 14px; } }
  @media screen and (max-width: 449px) {
    .home-slide-inner-b li {
      margin: 1em 0.1em;
      width: 120px;
      height: 120px; }
      .home-slide-inner-b li a {
        width: 120px;
        height: 120px; } }
  @media screen and (max-width: 379px) {
    .home-slide-inner-b li {
      margin: 1em 0.1em;
      width: 110px;
      height: 110px; }
      .home-slide-inner-b li a {
        width: 110px;
        height: 110px; } }
  @media screen and (max-width: 349px) {
    .home-slide-inner-b li {
      margin: 1em 0.1em;
      width: 100px;
      height: 100px;
      font-size: 13px; }
      .home-slide-inner-b li a {
        width: 100px;
        height: 100px; } }

.home-slide-inner-c .hokuro-point img {
  max-width: 400px;
  width: 100%; }
.home-slide-inner-c .cont .tate {
  margin: 0px 0.5em 1em 0.2em;
  padding: 0px;
  font-size: 32px;
  font-size: 30px;
  line-height: 1.4em;
  writing-mode: vertical-rl;
  text-orientation: upright; }
.home-slide-inner-c .cont .marker {
  position: relative;
  z-index: 1; }
.home-slide-inner-c .cont .marker::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  /* ←縦書きの「右半分」を塗る */
  width: 22%;
  /* 半分だけ */
  height: 100%;
  background: rgba(75, 183, 239, 0.6);
  /* 蛍光ペン色：好みで変更 */
  z-index: -1;
  /* 文字の後ろに敷く */ }
.home-slide-inner-c .cont .marker2 {
  position: relative;
  z-index: 1; }
.home-slide-inner-c .cont .marker2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  /* ←縦書きの「右半分」を塗る */
  width: 22%;
  /* 半分だけ */
  height: 100%;
  background: #DCDE1C;
  /* 蛍光ペン色：好みで変更 */
  z-index: -1;
  /* 文字の後ろに敷く */ }
.home-slide-inner-c .cont .dd-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px; }
  .home-slide-inner-c .cont .dd-wrap .dd-word {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .home-slide-inner-c .cont .dd-wrap .dd-cut {
    margin: 0px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "";
    background-color: #000;
    width: 100%;
    height: 1px; }
    .home-slide-inner-c .cont .dd-wrap .dd-cut:before, .home-slide-inner-c .cont .dd-wrap .dd-cut:after {
      display: inline;
      content: "";
      background-color: #000;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
@media screen and (min-width: 800px) {
  .home-slide-inner-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .home-slide-inner-c .hokuro-point {
      order: 2;
      padding: 2vw; }
    .home-slide-inner-c .cont {
      order: 2;
      padding: 2vw; }
    .home-slide-inner-c .thumb-wrap8 {
      order: 1;
      padding: 2vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 600px; }
      .home-slide-inner-c .thumb-wrap8 figure {
        padding: 2%;
        width: 25%; }
        .home-slide-inner-c .thumb-wrap8 figure img {
          width: 100%;
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
    .home-slide-inner-c .thumb-wrap4 {
      order: 1;
      padding: 2vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 600px; }
      .home-slide-inner-c .thumb-wrap4 figure {
        padding: 2%;
        padding: 10px;
        width: 25%;
        width: 120px; }
        .home-slide-inner-c .thumb-wrap4 figure img {
          width: 100%;
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
    .home-slide-inner-c .thumb-wrap6 {
      order: 3;
      width: 100%;
      padding: 2vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .home-slide-inner-c .thumb-wrap6 figure {
        padding: 2%;
        padding: 10px;
        width: 10%;
        width: 120px; }
        .home-slide-inner-c .thumb-wrap6 figure img {
          width: 100%;
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
    .home-slide-inner-c .thumb-wrap2 {
      order: 1;
      padding: 2vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 600px; }
      .home-slide-inner-c .thumb-wrap2 figure {
        padding: 10px;
        width: 250px; }
        .home-slide-inner-c .thumb-wrap2 figure img {
          width: 100%;
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
        .home-slide-inner-c .thumb-wrap2 figure:nth-child(n+3) {
          display: none; }
    .home-slide-inner-c .thumb-wrap2-2 {
      order: 1;
      padding: 2vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 600px; }
      .home-slide-inner-c .thumb-wrap2-2 figure {
        padding: 10px;
        width: 250px; }
        .home-slide-inner-c .thumb-wrap2-2 figure img {
          width: 100%;
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
    .home-slide-inner-c .thumb-wrap3 {
      order: 3;
      width: 100%;
      padding: 1vw 2vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .home-slide-inner-c .thumb-wrap3 figure {
        padding: 10px;
        width: 250px; }
        .home-slide-inner-c .thumb-wrap3 figure img {
          width: 100%;
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); } }
@media screen and (max-width: 799px) {
  .home-slide-inner-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .home-slide-inner-c .hokuro-point {
      margin: auto;
      text-align: center; }
      .home-slide-inner-c .hokuro-point img {
        margin: auto;
        max-width: 240px; }
    .home-slide-inner-c .cont {
      margin: auto;
      padding: 2vw; }
    .home-slide-inner-c .thumb-wrap8 {
      margin: auto;
      padding: 2vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 600px; }
      .home-slide-inner-c .thumb-wrap8 figure {
        padding: 2%;
        width: 25%; }
        .home-slide-inner-c .thumb-wrap8 figure img {
          width: 100%;
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
        .home-slide-inner-c .thumb-wrap8 figure:nth-child(n+5) {
          display: none; }
    .home-slide-inner-c .thumb-wrap4 {
      margin: auto;
      padding: 2vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 600px; }
      .home-slide-inner-c .thumb-wrap4 figure {
        padding: 2%;
        width: 25%; }
        .home-slide-inner-c .thumb-wrap4 figure img {
          width: 100%;
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
        .home-slide-inner-c .thumb-wrap4 figure:nth-child(n+5) {
          display: none; }
    .home-slide-inner-c .thumb-wrap6 {
      display: none; }
    .home-slide-inner-c .thumb-wrap2 {
      margin: auto;
      padding: 2vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 600px; }
      .home-slide-inner-c .thumb-wrap2 figure {
        padding: 2%;
        width: 33%; }
        .home-slide-inner-c .thumb-wrap2 figure img {
          width: 100%;
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
        .home-slide-inner-c .thumb-wrap2 figure:nth-child(n+5) {
          display: none; }
    .home-slide-inner-c .thumb-wrap2-2 {
      order: 1;
      padding: 2vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 600px; }
      .home-slide-inner-c .thumb-wrap2-2 figure {
        padding: 2%;
        width: 33%; }
        .home-slide-inner-c .thumb-wrap2-2 figure img {
          width: 100%;
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
        .home-slide-inner-c .thumb-wrap2-2 figure:nth-child(n+4) {
          display: none; }
    .home-slide-inner-c .thumb-wrap3 {
      display: none; } }

.home-slide-inner-d {
  margin: auto;
  padding: 30px 0px 0px 0px;
  max-width: 640px; }
  .home-slide-inner-d .merit-img {
    margin: auto;
    text-align: center; }
    .home-slide-inner-d .merit-img img {
      margin: auto;
      max-width: 100%; }
  .home-slide-inner-d h2 {
    margin: 0em 0px -2.5em;
    text-align: center; }
    .home-slide-inner-d h2 span {
      color: #4bb7ef; }
  .home-slide-inner-d .dd-wrap-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px; }
    .home-slide-inner-d .dd-wrap-big .dd-word {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 180px;
      height: 180px;
      border-color: #4bb7ef;
      border-style: solid;
      border-width: 3px;
      border-radius: 50%;
      font-size: 24px;
      text-align: center; }
      .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-light {
        margin: -24px auto 56px;
        height: 40px; }
        .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-light img {
          width: auto;
          height: 40px; }
      .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-mouse {
        margin: -24px auto 56px;
        height: 40px; }
        .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-mouse img {
          padding: 2px 0px 0px 5px;
          width: auto;
          height: 40px; }
    .home-slide-inner-d .dd-wrap-big .dd-cut {
      margin: 0px 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      content: "";
      background-color: #4bb7ef;
      width: 100%;
      height: 3px; }
      .home-slide-inner-d .dd-wrap-big .dd-cut:before, .home-slide-inner-d .dd-wrap-big .dd-cut:after {
        display: inline;
        content: "";
        background-color: #4bb7ef;
        width: 12px;
        height: 12px;
        border-radius: 50%; }
  .home-slide-inner-d .att {
    margin: 2em 0px 1em;
    text-align: right;
    font-size: 11px;
    color: #666; }
  @media screen and (min-width: 800px) {
    .home-slide-inner-d .txt-merit {
      display: none; }
    .home-slide-inner-d .pont {
      padding: 20px 20px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .home-slide-inner-d .pont dl {
        padding: 20px 0px 0px 0px;
        width: 180px;
        text-align: center;
        background-image: url("../images/SVG/txt-merit.svg?251210e");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 120px; }
      .home-slide-inner-d .pont dt {
        margin: 0px auto 10px;
        width: 160px;
        height: 160px;
        background-color: #444;
        color: #fff;
        border-radius: 50%;
        font-size: 24px;
        /*&:before {
            display: block;
            font-size: 11px;
            color: $text;
            content: "一括で頼めるメリット";
        }*/ }
        .home-slide-inner-d .pont dt span {
          display: block;
          padding: 0.85em;
          color: #4bb7ef; }
      .home-slide-inner-d .pont dd {
        margin: 0px;
        padding: 0px;
        font-size: 13px; } }
  @media screen and (max-width: 799px) {
    .home-slide-inner-d .dd-wrap-big {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12px; }
      .home-slide-inner-d .dd-wrap-big .dd-word {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 160px;
        height: 160px;
        border-color: #4bb7ef;
        border-style: solid;
        border-width: 3px;
        border-radius: 50%;
        font-size: 20px;
        text-align: center; }
        .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-light {
          margin: -24px auto 46px;
          height: 40px; }
          .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-light img {
            width: auto;
            height: 40px; }
        .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-mouse {
          margin: -24px auto 46px;
          height: 40px; }
          .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-mouse img {
            padding: 2px 0px 0px 5px;
            width: auto;
            height: 40px; }
    .home-slide-inner-d .txt-merit {
      text-align: center;
      font-size: 16px; }
    .home-slide-inner-d .pont {
      padding: 20px 20px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .home-slide-inner-d .pont dl {
        width: 180px;
        text-align: center; }
      .home-slide-inner-d .pont dt {
        margin: auto auto 0.5em;
        padding: 10px 10px 20px;
        width: 160px;
        background-color: #444;
        color: #fff;
        border-radius: 20px;
        font-size: 18px; }
        .home-slide-inner-d .pont dt span {
          display: block;
          padding: 0px 0px 0.3em;
          color: #4bb7ef; }
      .home-slide-inner-d .pont dd {
        margin: 0px;
        padding: 0px;
        font-size: 13px; } }
  @media screen and (max-width: 599px) {
    .home-slide-inner-d h2 {
      text-align: center;
      font-size: 16px; }
    .home-slide-inner-d .dd-wrap-big {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12px; }
      .home-slide-inner-d .dd-wrap-big .dd-word {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100px;
        height: 100px;
        border-color: #4bb7ef;
        border-style: solid;
        border-width: 3px;
        border-radius: 50%;
        font-size: 16px;
        text-align: center; }
        .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-light {
          margin: -16px auto 20px;
          height: 30px; }
          .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-light img {
            width: auto;
            height: 30px; }
        .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-mouse {
          margin: -16px auto 20px;
          height: 30px; }
          .home-slide-inner-d .dd-wrap-big .dd-word figure.icon-mouse img {
            padding: 2px 0px 0px 4px;
            width: auto;
            height: 30px; }
    .home-slide-inner-d .txt-merit {
      padding: 0px 0px 10px;
      text-align: center;
      font-size: 14px; }
    .home-slide-inner-d .pont {
      padding: 0px 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .home-slide-inner-d .pont dl {
        margin: 0px 0px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        text-align: center; }
      .home-slide-inner-d .pont dt {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0px 10px 0px 0px;
        padding: 10px 0px 20px;
        width: 90px;
        background-color: #444;
        color: #fff;
        border-radius: 20px;
        font-size: 16px; }
        .home-slide-inner-d .pont dt span {
          display: block;
          padding: 0px 0px 0.2em;
          color: #4bb7ef; }
      .home-slide-inner-d .pont dd {
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        text-align: left;
        line-height: 1.7em; }
    .home-slide-inner-d .att {
      margin: 1em 0px 1em;
      text-align: left; } }
