/* miele__page  */
/*---------------------------------------------
    page_titArea
---------------------------------------------*/
.miele__page .page_titArea {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {}

/*---------------------------------------------
m-about 
---------------------------------------------*/
.m-ab__logo {
  width: 210px;

}

.m-ab__txt {
  padding-left: 3%;
  width: calc(100% - 210px);
}

.m-ab__pagelinks li {
  width: 24%;
  max-width: 250px;
}


@media screen and (max-width: 750px) {
  .m-ab__logo {
    width: 40vw;
    margin: 0 auto 5vw;
  }

  .m-ab__txt {
    padding-left: 0;
    width: 100%;
  }

  .m-ab__pagelinks {
    display: flex;
    flex-wrap: wrap;
  }

  .m-ab__pagelinks li {
    width: 48%;
    margin-bottom: 3vw;
  }

}

/*---------------------------------------------
 m-case
---------------------------------------------*/
.m-case {
  padding-top: 0;
}

.m-case__atc {
  padding: 150px 0;
  position: relative;
}

.m-case__atc::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F7F4F0;
  left: 70%;
  top: 0;
  z-index: -1;
}

.m-case__atc:nth-child(even):before {
  left: auto;
  right: 70%;
}

.m-case__txtwrap {
  width: 45%;
}

.m-case__mov {
  width: 50%;
}

.m-case__item {
  width: 48%;
  max-width: 530px;
}

.m-case__item--h4 {
  padding: .25em 1em;
  background: #3D4F72;
  color: #fff;
}

.m-case__img figcaption {
  margin-top: .5em;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .m-case__atc {
    padding: 15vw 0;
  }

  .m-case__txtwrap {
    width: 100%;
    margin-bottom: 0;
  }

  .m-case__mov {
    width: 100%;
    margin-bottom: 10vw;
  }

  .m-case__item {
    width: 100%;
    margin: 0 auto 10vw;
  }

  .m-case__item:last-child {
    margin-bottom: 0;
  }

  .m-case__item--h4 {
    padding: .25em 1em;
    background: #3D4F72;
    color: #fff;
  }

  .m-case__img figcaption {
    margin-top: .5em;
    line-height: 2;
  }
}

/*---------------------------------------------
 m-program
---------------------------------------------*/

@media screen and (max-width: 750px) {
  .m-pro__img {
    overflow: hidden;
    width: 100%;
    overflow-x: scroll;
  }

  .m-pro__img img {
    display: block;
    width: 700px;
    max-width: none;
  }
}

/*---------------------------------------------
m-cv
---------------------------------------------*/
.m-cv {
  padding-bottom: 0;
}

.m-cv__btn01 {
  display: block;
  margin: 0 auto 100px;
}

.m-cv__btn.linkBtn {
  background: #D54103;
  border: solid 1px #D54103;
  display: block;
  color: #fff;
  position: relative;
  margin: 0 auto;
}

.m-cv__btn.linkBtn:hover {
  background: #fff;
  color: #D54103;
}

.m-cv__btn.linkBtn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 11px;
  background: url(../img/miele/btn_arw_wh.png) no-repeat center center/contain;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  transition: .3s ease-out;
}

.m-cv__btn.linkBtn:hover::before {
  background: url(../img/miele/btn_arw_red.png) no-repeat center center/contain;
  right: 3%;
}

.m-cv__imgwrap {
  max-width: 2062px;
  width: 108%;
  margin: 0 auto;
}

.m-cv__imgwrap figure {
  width: 20%;
  padding: 0 .075%;
}

@media screen and (max-width: 750px) {
  .m-cv__lead {
    text-align: justify;
  }

  .m-cv__imgwrap {
    width: 100%;
  }

  .m-cv__imgwrap figure {
    width: 100%;
    padding: 0;
  }

}