@charset "utf-8";

 html { scroll-behavior: smooth;}

 .index-wrap {
  max-width: 980px;
  padding: 0 25px;
  margin: 0 auto;
 }
 .index-box {
    width: 100%;
    border: 1px solid #333;
    padding: 30px 40px 40px;
    margin-top: 105px;
    margin-bottom: 120px;
}
 .index-box .index-title {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
    font-family: 'Arial';
}
 .index-box .index-list {
   margin: 0;
}
 .index-box .index-list li {
    margin-bottom: 8px;
    font-weight: bold;
    list-style: none;
}

 .index-box .index-list li ul {
    margin: 0;
    padding: 0;
}

 .index-box .index-list li ul li {
    margin: 11px 0;
    padding: 0;
    line-height: 16px;
}
 .index-box .index-list li a {
    color: #8c0014;
    position: relative;

}

 .index-box .index-list li a:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #8c0014;
    border-right: 2px solid #8c0014;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

 .index-box .index-list li ul li a {
    color: #000;
    position: relative;
    font-size: 16px;
    text-decoration: underline;
}

 .index-box .index-list li ul li a::after {
    display: none;

}
 .index-box .index-list li ul.index-list-in {}
 .index-box .index-list li ul.index-list-in li {
    font-weight: normal;
    font-size: 90%;
    margin-top: 8px;
}
 .index-box .index-list li ul.index-list-in li a {}

 .article-css {}
 .article-css section {margin-bottom: 80px;}
 .article-css section img {}
 .article-css section h2 {line-height: 150%; padding-top:150px; margin-top:-150px !important;}
 .article-css section p {}
 
 .article-css section.cont-type h2 {
   color: #8c0014;
   max-width: 930px;
   margin: 0 auto;
}

 .article-css section.cont-type p {
   max-width: 930px;
   margin: 15px auto 0 !important;
   font-size: 16px;
   letter-spacing: 0.1em;
}

 .article-css section.cont-type3 h3 {
max-width: 930px;
    margin: 60px auto 25px !important;
}

 .article-css section.cont-type3 p {
   margin: auto 0;
   font-size: 16px;
}

 .article-css section.cont-type img {
   padding: 30px 0 50px;
   display: block;
}

 .article-css section.cont-type2 img {
   padding: 30px 0 50px;
}

 .article-css section.cont-type3 img,
 .article-css section.cont-type4 img,
 .article-css section.cont-type5 img {
   padding: 25px 0;
   display: block;
   margin: 0 auto;
}

 .article-css section.cont-type1 ul {
    display: flex;
    background: #efefef;
    padding: 70px 120px 50px;
    margin: 0 0 50px;
}

 .article-css section.cont-type .cont {
   max-width: 1120px;
   margin: 0 auto 110px;
}

 .article-css section.cont-type .cont h3:first-of-type {
    max-width: 930px;
    padding-top: 150px;
    margin-top: -150px !important;
    letter-spacing: 0.1em;
}

 .article-css section.cont-type .cont h3 {
   max-width: 930px;
   margin: 60px auto 20px;
}

 .article-css section.cont-type1 {
   max-width: 1120px;
   margin: 0 auto;
}

 .article-css section.cont-type2 {
   max-width: 1120px;
   margin: 0 auto;
}

 .article-css section.cont-type2 .cont {
   margin: 0 auto 60px
}

 .article-css section.cont-type1 .cont ul li {
   list-style: none;
   text-align: center;
   width: 20%;
}

 .article-css section.cont-type1 .cont ul li .img {
   height: 64px;
   display: flex;
   justify-content: center;
   align-items: center;
}

 .article-css section.cont-type1 .cont ul li .img img {
   padding: 0;
}

 .article-css section.cont-type1 .cont ul li p {
   font-size: 14px;
   text-align: center;
   margin: 10px 0 0;
}

 .article-css section.cont-type1 .cont .fuka-wrap {
   background: #efefef;
   padding: 65px 55px;
   margin: 50px 0 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka {
   position: relative;
   padding: 50px 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka:before {
   content: '';
   position: absolute;
   display: block;
   width: 100%;
   height: 1px;
   background: #888888;
   top: 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka:last-child {
   padding: 50px 0 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka img {
   padding: 30px 0 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka2 img {
   padding: 20px 0 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka3 img {
   padding: 30px 0 15px;
 }

.article-css section.cont-type1 .cont .fuka-wrap .fuka5 img {
  padding: 35px 0 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka6 img {
  padding: 30px 0 10px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul {
  padding: 25px 0 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul li {
  width: 50%;
  padding: 0 35px 0 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul li p {
  text-align: left;
  font-size: 16px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul li:last-of-type {
  padding: 0 0 0 35px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul li .img {
  height: 59px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul li span {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  display: block;
  margin: 5px 0 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka p {
  font-size: 16px;
  text-align: left;
  line-height: 1.75;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka-title {
  color: #8c0014;
  text-align: center;
  margin: 0;
  font-size: 22px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka img {
  display: block;
  margin: 0 auto;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka4,
.article-css section.cont-type1 .cont .fuka-wrap .fuka5
 {
  text-align: center;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka4 .img,
.article-css section.cont-type1 .cont .fuka-wrap .fuka5 .img {
  position: relative;
  display: inline-block;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka4 .img:after {
    content: "中の点の数";
    display: block;
    margin: auto;
    position: absolute;
    right: -135px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 37.5px;
    top: 0;
    bottom: 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka5 .img:after {
  content: "中の点の数";
  display: block;
  position: absolute;
  right: -175px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 7.5px;
  bottom: 22.5px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka5 .img img {
  display: block;
  margin: 0 auto;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka span {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  display: block;
  margin: 20px 0 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka .anno {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}

.article-css section.cont-type1 .cont .point {
  border: solid 1px #8c0014;
  padding: 45px 50px 35px;
  margin: 40px 0 150px;
}

.article-css section.cont-type1 .cont .point h3 {
  margin: 0;
  padding: 0 0 0 120px;
  font-size: 32px;
  position: relative;
}

.article-css section.cont-type1 .cont .point h3:before {
  content: "POINT";
  color: #fff;
  display: block;
  position: absolute;
  height: 38px;
  background: #8c0014;
  font-size: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type1 .cont .point p {
  font-size: 18px;
  margin: 20px auto 0;
}

.article-css section.cont-type1 .cont .case-wrap .case .point2 {
  margin: 60px 0 0;
  padding: 60px 0 0;
  position: relative;
}

.article-css section.cont-type1 .cont .case-wrap .case .point2:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #d4d8db;
  top: 0;

}

.article-css section.cont-type1 .cont .case-wrap .case .point2 h3 {
  margin: 0;
  padding: 0 0 0 120px;
  font-size: 32px;
  position: relative;
}

.article-css section.cont-type1 .cont .case-wrap .case .point2 h3:before {
  content: "POINT";
  color: #fff;
  display: block;
  position: absolute;
  height: 38px;
  background: #8c0014;
  font-size: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type1 .cont .case-wrap .case .point2 p {
  font-size: 18px;
  margin: 0;
  padding: 25px 0 0 15px
}

.article-css section.cont-type1 .cont .case-wrap .case .point2 div {
  display: flex;
}

.article-css section.cont-type4 .cont .case .spot {
  position: relative;
}

.article-css section.cont-type4 .cont .case .spot a {
  text-decoration: underline;
  cursor: pointer;
}

.article-css section.cont-type4 .cont .case .spot img {
  margin: 0;
}

.article-css section.cont-type4 .cont .case .spot h3 {
  max-width: 100%;
  margin: 0 !important;
  padding: 0 0 0 120px;
  font-size: 32px;
  position: relative;
}

.article-css section.cont-type4 .cont .case .spot h4 {
  margin: 0;
  color: #000;
  font-size: 26px;
  margin: 15px 0 0;
}

.article-css section.cont-type4 .cont .case .spot1 h3:before {
  content: "Spot1";
  color: #8c0014;
  display: block;
  position: absolute;
  height: 38px;
  background: #fff;
  border: solid 1px #8c0014;
  font-size: 24px;
  top: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot2 h3:before {
  content: "Spot2";
  color: #8c0014;
  display: block;
  position: absolute;
  height: 38px;
  background: #fff;
  border: solid 1px #8c0014;
  font-size: 24px;
  top: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot3 h3:before {
  content: "Spot3";
  color: #8c0014;
  display: block;
  position: absolute;
  height: 38px;
  background: #fff;
  border: solid 1px #8c0014;
  font-size: 24px;
  top: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot4 h3:before {
  content: "Spot4";
  color: #8c0014;
  display: block;
  position: absolute;
  height: 38px;
  background: #fff;
  border: solid 1px #8c0014;
  font-size: 24px;
  top: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot5 h3:before {
  content: "Spot5";
  color: #8c0014;
  display: block;
  position: absolute;
  height: 38px;
  background: #fff;
  border: solid 1px #8c0014;
  font-size: 24px;
  top: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot p {
  margin: 0 !important;
  padding: 0;
  font-size: 18px;
  max-width: 100%;
}

.article-css section.cont-type4 .cont .case .spot span {
  font-size: 14px;
}

.article-css section.cont-type4 .cont .case .spot6 h3:before {
  content: "Spot6";
  color: #8c0014;
  display: block;
  position: absolute;
  height: 38px;
  background: #fff;
  border: solid 1px #8c0014;
  font-size: 24px;
  top: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot7 h3:before {
  content: "Spot7";
  color: #8c0014;
  display: block;
  position: absolute;
  height: 38px;
  background: #fff;
  border: solid 1px #8c0014;
  font-size: 24px;
  top: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot .spot-img {
  display: flex;
  margin: 30px 0 25px;
}

.article-css section.cont-type4 .cont .case .spot .spot-img img {
  padding: 0 10px 0 0;
  width: 50%;
}

.article-css section.cont-type4 .cont .case .spot .spot-img img:nth-child(3) {
  padding: 0 0 0 10px;
}

.article-css section.cont-type3 .cont .case .point4 {
  margin: 60px 0 0;
  padding: 60px 0 0;
  position: relative;
}

.article-css section.cont-type3 .cont .case .point4:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #d4d8db;
  top: 0;

}

.article-css section.cont-type3 .cont .case .point4 h3 {
  margin: 0;
  padding: 0 0 0 120px;
  font-size: 32px;
  position: relative;
}

.article-css section.cont-type3 .cont .case .point4 h3:before {
  content: "POINT";
  color: #fff;
  display: block;
  position: absolute;
  height: 38px;
  background: #8c0014;
  font-size: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type3 .cont .case .point4 p {
  font-size: 18px;
}

.article-css section.cont-type3 .cont .case .point4 p a {
  color: #000;
  text-decoration: underline;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap {
  display: flex;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap .img {
  width: 300px;
  text-align: center;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap .img img:last-child {
  padding: 50px 0 0;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap .text {
  width: 490px;
  padding: 25px 0 0 20px;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap .text ul {
  display: block;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap .text ul li {
  width: 100%;
  font-size: 14px;
}

 .article-css section.cont-type2 .cont p {
   font-size: 16px;
}

 .article-css section.cont-type2 .cont ul {
   font-weight: bold;
   max-width: 480px;
   padding: 40px 0 15px;
   margin: 0;
}

 .article-css section.cont-type2 .cont ul li {
   padding: 0 30px 0 52px;
   position: relative;
   width: auto !important;
}

 .article-css section.cont-type2 .cont ul li:before {
   content: '';
   position: absolute;
   display: block;
   width: 40px;
   height: 40px;
   left: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   background: url("https://life.miele.co.jp/wp-content/uploads/2022/09/2.png");
   
}

 .article-css section.cont-type2 .cont ul li:first-child:before {
   background: url("https://life.miele.co.jp/wp-content/uploads/2022/09/1.png");
}

 .article-css section.cont-type2 .cont ul li:last-child:before {
   background: url("https://life.miele.co.jp/wp-content/uploads/2022/09/3.png");
}

 .article-css section.cont-type2 .cont .item-wrap {
   background: #efefef;
   padding: 60px 95px 10px;
   margin: 50px 0;
}

.article-css section.cont-type2 .cont .item-wrap h3 {
   font-size: 32px;
   text-align: center;
   padding-top: 150px;
   margin-top: -150px !important;
   color: #8c0014;
}

.article-css section.cont-type2 .cont .item-wrap p {
   margin: 30px 0 15px !important;
}

.article-css section.cont-type2 .cont .item-wrap .souziki {
   display:flex;
}

.article-css section.cont-type2 .cont .item-wrap .souziki .img {
   width: 28%;
}

.article-css section.cont-type2 .cont .item-wrap .souziki .right {
   width: 70%;
   margin: 0 0 0 25px;
}

.article-css section.cont-type2 .cont .item-wrap .souziki .right h4 {
   font-size: 24px;
   text-align: left;
   margin: 30px 0 25px;
}

.article-css section.cont-type2 .cont .item-wrap .souziki .right p {
   margin: 7.5px 0 0 !important;
}

.article-css section.cont-type2 .cont .item-wrap .souziki .right a {
   display: block;
   width: 190px;
   font-size: 14px;
   background: #8b0013;
   color: #fff;
   text-align: center;
   padding: 10px 0;
   margin: 60px 0 0;
}

.article-css section.cont-type2 .cont .item-wrap .items {
   display: flex;
   flex-wrap: wrap;
   padding: 0 0 45px;
}

.article-css section.cont-type2 .cont .item-wrap .items .item {
   width: 50%;
   padding: 0 10px 0 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .item:nth-of-type(2n) {
   padding: 0 0 0 10px;
}

.article-css section.cont-type2 .cont .item-wrap .items .item img {
   padding: 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .item h4 {
  font-size: 24px;
  margin: 20px 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .item p {
   height: 65px;
}

.article-css section.cont-type2 .cont .item-wrap .items .item a {
   display: block;
   width: 190px;
   background: #8b0013;
   color: #fff;
   text-align: center;
   font-size: 14px;
   padding: 10px 0;
   margin: 25px 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy {
   width: 50%;
   padding: 0 10px 0 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy:nth-of-type(2n) {
   padding: 0 0 0 10px;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy img {
   padding: 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy h4 {
  font-size: 24px;
  margin: 20px 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy span {
   font-size: 14px;
   display: block;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy p {
   letter-spacing: 0.05em;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail {
   display: flex;
   align-items: center;
   padding: 0 0 50px;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail:last-child {
   padding: 0;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail .img {
   width: 106px;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail .img img {
   display: block;
   margin: 0 auto;
   padding: 0;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail .text {
   max-width: 680px;
   padding: 0 0 0 47.5px;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail .text h3 {
   font-size: 22px;
   margin: 0;
   color: #8c0014;
}

 .article-css section.cont-type1 .cont .case-wrap .case {
   border: solid 1px #d4d8db;
   padding: 45px 50px;
   margin: 40px 0;
}

 .article-css section.cont-type1 .cont .case-wrap .case3 {
   border: solid 1px #d4d8db;
   padding: 45px 50px 25px;
   margin: 40px 0;
}

 .article-css section.cont-type1 .cont .case-wrap .case:first-child {
   border: solid 1px #d4d8db;
   padding: 45px 50px;
   margin: 30px 0 40px;
}

 .case-title {
   padding: 190px 0 0;
   margin: -190px 0 0;
}

 .article-css section.cont-type1 .cont .case-wrap .case .icon {
   padding: 25px 0 10px;
}

 .article-css section.cont-type1 .cont .case-wrap .case img {
   padding: 25px 0;
   display: block;
}

 .article-css section.cont-type1 .cont .case-wrap .case h3 {
   margin: 0;
   padding: 0;
   font-size: 32px;
   padding: 0 0 0 118px;
   position: relative;
   letter-spacing: 0.1em;
}

 .article-css section.cont-type1 .cont .case-wrap .case h3:before {
    content: 'CASE1';
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 106px;
    height: 40px;
    border: solid 1px #8c0014;
    color: #8c0014;
    font-size: 24px;
    padding: 2px 11px;
    letter-spacing: 0.01em;
    font-family: 'Arial';
}

 .article-css section.cont-type1 .cont .case-wrap .case h4 {
   margin: 40px 0 0;
   padding: 0;
   font-size: 22px;
   color: #8c0014;
}

 .article-css section.cont-type1 .cont .case-wrap .case h4:first-of-type {
   margin: 15px 0 0;
   padding: 0;
   font-size: 22px;
   color: #8c0014;
}

 .article-css section.cont-type1 .cont .case-wrap .case p {
   margin: 10px 0;
   padding: 0;
   font-size: 18px;
   line-height: 1.5;
   letter-spacing: 0.1em;
}

 .article-css section.cont-type1 .cont .case-wrap .case .exp {
   line-height: 2;
}

.article-css section.cont-type1 .cont .case-wrap .case .exp a {
  color: #000;
  text-decoration: underline;
}

 .article-css section.cont-type1 .cont .case-wrap .case .bold {
   font-weight: bold;
   font-size: 18px;
   display: inline-block;
   letter-spacing: 0.1em;
   padding: 15px 0 0;
}

 .article-css section.cont-type1 .cont .case-wrap .case .bold:last-child {
   padding: 0;
}

 .article-css section.cont-type1 .cont .case-wrap .case span {
   font-size: 14px;
   display: block;
   line-height: 1.5;
}

 .article-css section.cont-type3 {
   padding: 100px 0 10px;
   margin: 0 0 25px;
}

 .article-css section.cont-type4 {
   background: #efefef;
   padding: 70px 0 10px;
   margin: 0 0 110px;
}

 .article-css section.cont-type6 {
   background: #efefef;
   padding: 115px 0 10px;
   margin: 0 0 110px;
}

 .article-css section.cont-type6 .cont h2 {
    font-size: 38px;
}

 .article-css section.cont-type6 .cont .case {
    background: #fff;
    padding: 45px 52px;
    margin: 25px 0 60px;
    position: relative;
}

 .article-css section.cont-type6 .cont .case .case-title .about h3 {
    font-size: 32px;
    padding: 0;
    margin: 0 auto 20px !important;
}

 .article-css section.cont-type6 .cont .case .case-title .about .about-cont h4 {
    font-size: 22px;
    color: #8c0014;
    padding: 0;
    margin: 20px 43px 0;
}

 .article-css section.cont-type6 .cont .case .case-title .about p {
   margin: 0 auto !important;
}

 .article-css section.cont-type6 .cont .case .case-title .about p a {
   text-decoration: underline;
   cursor: pointer;
}

 .article-css section.cont-type6 .cont .case .case-title .about .about-cont {
    position: relative;
}

 .article-css section.cont-type5 p {
   margin: 15px auto 35px !important;
}

 .article-css section.cont-type5 p span {
   margin: 0;
   display: inline;
   font-weight: bold;
   font-size: 16px;
}

 .article-css section.cont-type5 span {
    display: block;
    margin: -20px 90px 0;
    font-size: 14px;
}

 .article-css section.cont-type3 .cont h2 {
   color: #8c0014;
   margin: 0 auto;
}

 .article-css section.cont-type4 .cont .case {
   background: #fff;
   padding: 45px 52px;
   margin: 40px 0 60px;
   position: relative;
}

 .article-css section.cont-type4 .cont .case:before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 0px;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    border: 30px solid transparent;
    border-top: 20px solid #8c0014;
}

 .article-css section.cont-type4 .cont .case:first-of-type:before {
    content: none;
}


 .article-css section.cont-type3 .cont .case h3 {
   font-size: 32px;
   margin: 0;
   letter-spacing: 0.1em;
}

 .article-css section.cont-type3 .cont .case h4 {
   font-size: 22px;
   margin: 30px 0 0;
   color: #8c0014;
}

 .article-css section.cont-type3 .cont .case .bold {
   font-size: 18px;
   font-weight: bold;
   display: inline-block;
}

 .article-css section.cont-type3 .cont .case span {
   font-size: 14px;
   display: block;
   padding: 15px 0 0;
}
 .article-css section.cont-type2 {}
 .article-css section.cont-type4 {}
 
 .article-css section.cont-type2 ul {display: flex;justify-content: space-between;padding: 0px;}
 .article-css section.cont-type2 ul li {list-style: none;width: 50%;}
 .article-css section.cont-type2 ul li:nth-of-type(1) {width: 45%;}
 
 .article-css section.cont-type3 ul {display: flex;justify-content: space-between;padding: 0px;}
 .article-css section.cont-type3 ul li {list-style: none;width: 49%;}
 .article-css section.cont-type3 ul li:nth-of-type(1) {}

 @media only screen and (max-width: 970px) {
  .article-css section.cont-type2 .cont .item-wrap .items .item p {
    height: 80px;
  }
}
 
 @media only screen and (max-width: 900px) {

 .entry-header {
   margin: 0 0 70px !important;
}

.index-wrap {
  padding: 0 25px;
}

 .index-box {
    padding: 30px 25px 15px;
    margin: 0 auto 5px;
}
 .index-box .index-title {
    margin-bottom: 2vw;
    font-size: 16px;
    line-height: 150%;
    font-family: 'Arial';
}
 .index-box .index-list {
    padding: 0;
    margin: 0;
}
 .index-box .index-list li {
    margin: 0;
}

 .index-box .index-list li .link {
   display: inline-block;
}

 .index-box .index-list li .link a {
    font-size: 14px;
    line-height: 150%;
    display: block;
    padding: 0 20px 10px 0;
}

 .index-box .index-list li .link a:after {
    content: '';
    position: absolute;
    display: block;
    top: 2.5px;
    margin: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #8c0014;
    border-right: 1px solid #8c0014;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
 .index-box .index-list li ul.index-list-in {}
 .index-box .index-list li ul.index-list-in li {
    margin-top: 2vw;
}

.index-box .index-list li ul li {
    margin: 5px 0;
    line-height: 1.25;
    display: block;
}

.index-box .index-list li ul li:first-of-type {
    margin: 0 0 5px;
    line-height: 1.25;
    display: block;
}

 .index-box .index-list li ul li a {
    color: #000;
    position: relative;
    font-size: 11px;
    text-decoration: underline;
    padding: 0;
    letter-spacing: 0.075em;

}
 .index-box .index-list li ul.index-list-in li a {}
 
 .article-css {}
 .article-css section {margin-bottom: 80px;}
 .article-css section img {}
 .article-css section h2 {line-height: 150%; padding-top:150px; margin-top:-150px !important;}
 .article-css section p {}
 
 .article-css section.cont-type h2 {
   color: #8c0014;
   padding: 75px 25px 0;
   margin: -75px auto 0 !important;
}

 .article-css section.cont-type p {
   max-width: 930px;
   margin: 15px auto 0 !important;
   font-size: 16px;
   letter-spacing: 0.1em;
}

 .article-css section.cont-type3 h3 {
    max-width: 930px;
    font-size: 19px;
    margin: 50px auto 15px !important;
}

 .article-css section.cont-type3 p {
   margin: auto 0;
   font-size: 16px;
}

 .article-css section.cont-type img {
   padding: 15px 0 0;
   margin: 0 auto;
}

 .article-css section.cont-type2 img {
   padding: 15px 0 0;
}

 .article-css section.cont-type3 img {
   padding: 15px 0 0;
}

 .article-css section.cont-type1 ul {
    display: flex;
    background: #efefef;
    padding: 70px 120px 50px;
    margin: 0 0 50px;
}

 .article-css section.cont-type .cont {
    padding: 0 25px;
    margin: 0 auto 25px;
}

 .article-css section.cont-type .cont h3:first-of-type {
    font-size: 19px;
    padding: 0;
    margin: 40px 0 5px !important;
    letter-spacing: 0.1em;
}

 .article-css section.cont-type .cont h3 {
   max-width: 930px;
   margin: 40px auto 15px;
}

 .article-css section.cont-type {
    margin: 0 auto;
    padding: 40px 0 0;
}

 .article-css section.cont-type1 {
   max-width: 1120px;
   margin: 0 auto;
}

 .article-css section.cont-type2 {
   max-width: 1120px;
   margin: 0 auto;
}

 .article-css section.cont-type2 p {
   padding: 0 25px;
}

 .article-css section.cont-type2 .cont {
   padding: 0 25px;
    margin: 0 auto 25px;
}

 .article-css section.cont-type1 .cont ul li {
   list-style: none;
   text-align: center;
   width: 20%;
}

 .article-css section.cont-type1 .cont ul li .img {
   height: 64px;
   display: flex;
   justify-content: center;
   align-items: center;
}

 .article-css section.cont-type1 .cont ul li .img img {
   padding: 0;
}

 .article-css section.cont-type1 .cont ul li p {
   font-size: 14px;
   text-align: center;
   margin: 10px 0 0;
}

 .article-css section.cont-type1 .cont .fuka-wrap {
   background: #efefef;
   padding: 65px 55px;
   margin: 50px 0 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka {
   position: relative;
   padding: 50px 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka:before {
   content: '';
   position: absolute;
   display: block;
   width: 100%;
   height: 1px;
   background: #888888;
   top: 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka:last-child {
   padding: 50px 0 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka img {
   padding: 30px 0 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka2 img {
   padding: 20px 0 0;
 }

 .article-css section.cont-type1 .cont .fuka-wrap .fuka3 img {
   padding: 30px 0 15px;
 }

.article-css section.cont-type1 .cont .fuka-wrap .fuka5 img {
  padding: 35px 0 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka6 img {
  padding: 30px 0 10px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul {
  padding: 25px 0 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul li {
  width: 50%;
  padding: 0 35px 0 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul li p {
  text-align: left;
  font-size: 16px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul li:last-of-type {
  padding: 0 0 0 35px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul li .img {
  height: 59px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka1 ul li span {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  display: block;
  margin: 5px 0 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka p {
  font-size: 16px;
  text-align: left;
  line-height: 1.75;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka-title {
  color: #8c0014;
  text-align: center;
  margin: 0;
  font-size: 22px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka img {
  display: block;
  margin: 0 auto;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka4,
.article-css section.cont-type1 .cont .fuka-wrap .fuka5
 {
  text-align: center;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka4 .img,
.article-css section.cont-type1 .cont .fuka-wrap .fuka5 .img {
  position: relative;
  display: inline-block;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka4 .img:after {
    content: "中の点の数";
    display: block;
    margin: auto;
    position: absolute;
    right: -135px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 37.5px;
    top: 0;
    bottom: 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka5 .img:after {
  content: "中の点の数";
  display: block;
  position: absolute;
  right: -175px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 7.5px;
  bottom: 22.5px;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka5 .img img {
  display: block;
  margin: 0 auto;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka span {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  display: block;
  margin: 20px 0 0;
}

.article-css section.cont-type1 .cont .fuka-wrap .fuka .anno {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}

.article-css section.cont-type1 .cont .point {
  border: solid 1px #8c0014;
  padding: 45px 50px 35px;
  margin: 40px 0 150px;
}

.article-css section.cont-type1 .cont .point h3 {
  margin: 0;
  padding: 0 0 0 120px;
  font-size: 32px;
  position: relative;
}

.article-css section.cont-type1 .cont .point h3:before {
  content: "POINT";
  color: #fff;
  display: block;
  position: absolute;
  height: 38px;
  background: #8c0014;
  font-size: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type1 .cont .point p {
  font-size: 18px;
  margin: 20px auto 0;
}

.article-css section.cont-type1 .cont .case-wrap .case .point2 {
  margin: 60px 0 0;
  padding: 60px 0 0;
  position: relative;
}

.article-css section.cont-type1 .cont .case-wrap .case .point2:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #d4d8db;
  top: 0;

}

.article-css section.cont-type1 .cont .case-wrap .case .point2 h3 {
  margin: 0;
  padding: 0 0 0 120px;
  font-size: 32px;
  position: relative;
}

.article-css section.cont-type1 .cont .case-wrap .case .point2 h3:before {
  content: "POINT";
  color: #fff;
  display: block;
  position: absolute;
  height: 38px;
  background: #8c0014;
  font-size: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type1 .cont .case-wrap .case .point2 p {
  font-size: 18px;
  margin: 0;
  padding: 25px 0 0 15px
}

.article-css section.cont-type1 .cont .case-wrap .case .point2 div {
  display: flex;
}

.article-css section.cont-type4 .cont .case .spot {
  position: relative;
}

.article-css section.cont-type4 .cont .case .spot h3 {
    margin: 0 !important;
    padding: 45px 0 0;
    font-size: 19px;
    position: relative;
}

.article-css section.cont-type4 .cont .case .spot h4 {
  margin: 0;
  color: #000;
  font-size: 16px;
  margin: 15px 0 -15px;
}

.article-css section.cont-type4 .cont .case .spot1 h3:before {
  content: "Spot1";
  color: #8c0014;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 25px;
  border: solid 1px #8c0014;
  color: #8c0014;
  font-size: 16px;
  padding: 0 10px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot2 h3:before {
  content: "Spot2";
  color: #8c0014;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 25px;
  border: solid 1px #8c0014;
  color: #8c0014;
  font-size: 16px;
  padding: 0 10px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot3 h3:before {
  content: "Spot3";
  color: #8c0014;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 25px;
  border: solid 1px #8c0014;
  color: #8c0014;
  font-size: 16px;
  padding: 0 10px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot4 h3:before {
  content: "Spot4";
  color: #8c0014;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 25px;
  border: solid 1px #8c0014;
  color: #8c0014;
  font-size: 16px;
  padding: 0 10px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot5 h3:before {
  content: "Spot5";
  color: #8c0014;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 25px;
  border: solid 1px #8c0014;
  color: #8c0014;
  font-size: 16px;
  padding: 0 10px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot p {
  margin: 15px 0 0 !important;
  padding: 0;
  font-size: 14px;
  max-width: 100%;
}

.article-css section.cont-type4 .cont .case .spot span {
  font-size: 14px;
}

.article-css section.cont-type4 .cont .case .spot6 h3:before {
  content: "Spot6";
  color: #8c0014;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 25px;
  border: solid 1px #8c0014;
  color: #8c0014;
  font-size: 16px;
  padding: 0 10px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot7 h3:before {
  content: "Spot7";
  color: #8c0014;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 25px;
  border: solid 1px #8c0014;
  color: #8c0014;
  font-size: 16px;
  padding: 0 10px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type4 .cont .case .spot .spot-img {
  display: block;
  margin: 10px 0 0;
}

.article-css section.cont-type4 .cont .case .spot .spot-img img {
  padding: 10px 0 0;
  max-width: 550px;
  width: 100%;
}

.article-css section.cont-type4 .cont .case .spot .spot-img img:last-child {
  padding: 10px 0 0;
}

.article-css section.cont-type3 .cont .case .point4 {
  margin: 60px 0 0;
  padding: 60px 0 0;
  position: relative;
}

.article-css section.cont-type3 .cont .case .point4:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #d4d8db;
  top: 0;

}

.article-css section.cont-type3 .cont .case .point4 h3 {
  margin: 0;
  padding: 0 0 0 120px;
  font-size: 32px;
  position: relative;
}

.article-css section.cont-type3 .cont .case .point4 h3:before {
  content: "POINT";
  color: #fff;
  display: block;
  position: absolute;
  height: 38px;
  background: #8c0014;
  font-size: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 1px 14px;
  letter-spacing: 0.01em;
  font-family: 'Arial';
}

.article-css section.cont-type3 .cont .case .point4 p {
  font-size: 18px;
}

.article-css section.cont-type3 .cont .case .point4 p a {
  color: #000;
  text-decoration: underline;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap {
  display: flex;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap .img {
  width: 300px;
  text-align: center;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap .img img:last-child {
  padding: 50px 0 0;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap .text {
  width: 490px;
  padding: 25px 0 0 20px;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap .text ul {
  display: block;
}

.article-css section.cont-type3 .cont .case .point4 .point4-wrap .text ul li {
  width: 100%;
  font-size: 14px;
}

 .article-css section.cont-type2 .cont p {
   font-size: 16px;
   padding: 0;
}

 .article-css section.cont-type2 .cont ul {
   font-weight: bold;
   max-width: 480px;
   padding: 40px 0 15px;
   margin: 0;
}

 .article-css section.cont-type2 .cont ul li {
   padding: 0 30px 0 52px;
   position: relative;
   width: auto !important;
}

 .article-css section.cont-type2 .cont ul li:before {
   content: '';
   position: absolute;
   display: block;
   width: 40px;
   height: 40px;
   left: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   background: url("https://life.miele.co.jp/wp-content/uploads/2022/09/2.png");
   
}

 .article-css section.cont-type2 .cont ul li:first-child:before {
   background: url("https://life.miele.co.jp/wp-content/uploads/2022/09/1.png");
}

 .article-css section.cont-type2 .cont ul li:last-child:before {
   background: url("https://life.miele.co.jp/wp-content/uploads/2022/09/3.png");
}

 .article-css section.cont-type2 .cont .item-wrap {
   background: #efefef;
   padding: 25px 25px 20px;
   margin: 15px 0 0;
}

.article-css section.cont-type2 .cont .item-wrap h3 {
   font-size: 19px;
   text-align: center;
   padding-top: 75px;
   margin-top: -75px !important;
   color: #8c0014;
}

.article-css section.cont-type2 .cont .item-wrap p {
   margin: 15px 0 !important;
   font-size: 14px;
}

.article-css section.cont-type2 .cont .item-wrap .souziki {
   display:block;
}

.article-css section.cont-type2 .cont .item-wrap .souziki img {
   padding: 20px 0 5px;
   margin: 0 auto;
   display: block;
   max-width: 139.5px;
}

.article-css section.cont-type2 .cont .item-wrap .souziki .right {
   width: 100%;
   margin: 0;
}

.article-css section.cont-type2 .cont .item-wrap .souziki .right h4 {
   font-size: 19px;
   line-height: 35px;
   text-align: center;
   margin: 30px 0 10px;
}

.article-css section.cont-type2 .cont .item-wrap .souziki .right p {
   margin: 7.5px 0 0 !important;
}

.article-css section.cont-type2 .cont .item-wrap .souziki .right a {
    display: block;
    width: 100%;
    font-size: 14px;
    background: #8b0013;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    margin: 10px 0 0;
}

.article-css section.cont-type2 .cont .item-wrap .items {
   display: flex;
   flex-wrap: wrap;
   padding: 0 0 50px;
}

.article-css section.cont-type2 .cont .item-wrap .items .item {
   width: 100%;
   padding: 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .item:nth-of-type(2n) {
   padding: 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .item img {
   padding: 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .item h4 {
    font-size: 19px;
    margin: 30px 0 15px;
    line-height: 1.5;
}

.article-css section.cont-type2 .cont .item-wrap .items .item p {
   height: auto;
   font-size: 14px;
   margin: 15px 0 15px !important;
}

.article-css section.cont-type2 .cont .item-wrap .items .item a {
    display: block;
    width: 100%;
    background: #8b0013;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 16px 0;
    margin: 15px 0 10px;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy {
   width: 100%;
   padding: 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy:nth-of-type(2n) {
   padding: 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy img {
   padding: 0;
   margin: 0;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy h4 {
  font-size: 19px;
  margin: 20px 0 10px;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy span {
   font-size: 11px;
   display: block;
}

.article-css section.cont-type2 .cont .item-wrap .items .diy p {
   letter-spacing: 0.05em;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail {
   display: flex;
   align-items: center;
   padding: 0 0 50px;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail:last-child {
   padding: 0;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail .img {
   width: 106px;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail .img img {
   display: block;
   margin: 0 auto;
   padding: 0;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail .text {
   max-width: 680px;
   padding: 0 0 0 47.5px;
}

 .article-css section.cont-type2 .cont .item-wrap .item-detail .text h3 {
   font-size: 22px;
   margin: 0;
   color: #8c0014;
}

 .article-css section.cont-type1 .cont .case-wrap .case {
   border: solid 1px #d4d8db;
   padding: 45px 50px;
   margin: 40px 0;
}

 .article-css section.cont-type1 .cont .case-wrap .case3 {
   border: solid 1px #d4d8db;
   padding: 45px 50px 25px;
   margin: 40px 0;
}

 .article-css section.cont-type1 .cont .case-wrap .case:first-child {
   border: solid 1px #d4d8db;
   padding: 45px 50px;
   margin: 30px 0 40px;
}

 .case-title {
   padding: 0;
   margin: 0;
}

 .article-css section.cont-type1 .cont .case-wrap .case .icon {
   padding: 25px 0 10px;
}

 .article-css section.cont-type1 .cont .case-wrap .case img {
   padding: 25px 0;
   display: block;
}

 .article-css section.cont-type1 .cont .case-wrap .case h3 {
   margin: 0;
   padding: 0;
   font-size: 32px;
   padding: 0 0 0 118px;
   position: relative;
   letter-spacing: 0.1em;
}

 .article-css section.cont-type1 .cont .case-wrap .case h3:before {
    content: 'CASE1';
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 106px;
    height: 40px;
    border: solid 1px #8c0014;
    color: #8c0014;
    font-size: 24px;
    padding: 2px 11px;
    letter-spacing: 0.01em;
    font-family: 'Arial';
}

 .article-css section.cont-type1 .cont .case-wrap .case h4 {
   margin: 40px 0 0;
   padding: 0;
   font-size: 22px;
   color: #8c0014;
}

 .article-css section.cont-type1 .cont .case-wrap .case h4:first-of-type {
   margin: 15px 0 0;
   padding: 0;
   font-size: 22px;
   color: #8c0014;
}

 .article-css section.cont-type1 .cont .case-wrap .case p {
   margin: 10px 0;
   padding: 0;
   font-size: 18px;
   line-height: 1.5;
   letter-spacing: 0.1em;
}

 .article-css section.cont-type1 .cont .case-wrap .case .exp {
   line-height: 2;
}

.article-css section.cont-type1 .cont .case-wrap .case .exp a {
  color: #000;
  text-decoration: underline;
}

 .article-css section.cont-type1 .cont .case-wrap .case .bold {
   font-weight: bold;
   font-size: 18px;
   display: inline-block;
   letter-spacing: 0.1em;
   padding: 15px 0 0;
}

 .article-css section.cont-type1 .cont .case-wrap .case .bold:last-child {
   padding: 0;
}

 .article-css section.cont-type1 .cont .case-wrap .case span {
   font-size: 14px;
   display: block;
   line-height: 1.5;
}

 .article-css section.cont-type3 {
   padding: 50px 0;
   margin: 0 0 5px;
}

 .article-css section.cont-type4 {
   background: #efefef;
   padding: 70px 0 10px;
   margin: 0 0 40px;
}

 .article-css section.cont-type4 .cont {
   margin: 0 auto 75px;
}

 .article-css section.cont-type6 {
   background: #efefef;
   padding: 15px 0 10px;
   margin: 0 0 60px;
}

 .article-css section.cont-type6 .cont {
    margin: -95px auto 57.5px;
    padding: 95px 25px 0;
}

 .article-css section.cont-type6 .cont h2 {
    font-size: 19px;
    text-align: center;
}

 .article-css section.cont-type6 .cont .case {
    background: #fff;
    padding: 25px;
    margin: 40px 0 20px;
}

 .article-css section.cont-type6 .cont .case .case-title .about h3 {
    font-size: 19px;
    padding: 0;
    letter-spacing: 0.05em;
    margin: 20px auto 10px !important;
}

 .article-css section.cont-type6 .cont .case .case-title .about .about-cont h4 {
    font-size: 16px;
    color: #8c0014;
    padding: 0;
    margin: 20px auto 0;
}

 .article-css section.cont-type6 .cont .case .case-title .about p {
   font-size: 14px;
   margin: 0 auto !important;
}

 .article-css section.cont-type6 .cont .case .case-title .about p a {
   text-decoration: underline;
   cursor: pointer;
}

 .article-css section.cont-type6 .cont .case .case-title .about .about-cont {
    position: relative;
}

.article-css section.cont-type5 .cont {
   padding: 0;
   margin: 0 auto 57.5px;
   
}

 .article-css section.cont-type5 p {
   margin: 15px auto 35px !important;
   padding: 0 25px;
}

 .article-css section.cont-type5 h3 {
   padding: 0 25px;
}

 .article-css section.cont-type5 h3:first-of-type {
   padding: 0 25px !important;
}

 .article-css section.cont-type5 p span {
   display: inline;
   font-weight: bold;
   font-size: 16px;
   padding: 0;
}

 .article-css section.cont-type5 span {
    text-align: left;
    display: block;
    margin: 5px 0 0;
    font-size: 11px;
    padding: 0 25px;
}

 .article-css section.cont-type3 .cont h2 {
   color: #8c0014;
   margin: 0 auto;
}

 .article-css section.cont-type4 .cont .case {
   background: #fff;
   padding: 25px;
   margin: 35px 0;
}

 .article-css section.cont-type4 .cont .case:before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 0px;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border: 25px solid transparent;
    border-top: 15px solid #8c0014;
}

 .article-css section.cont-type4 .cont .case:first-of-type:before {
    content: none;
}


 .article-css section.cont-type3 .cont .case h3 {
   font-size: 32px;
   margin: 0;
   letter-spacing: 0.1em;
}

 .article-css section.cont-type3 .cont .case h4 {
   font-size: 22px;
   margin: 30px 0 0;
   color: #8c0014;
}

 .article-css section.cont-type3 .cont .case .bold {
   font-size: 18px;
   font-weight: bold;
   display: inline-block;
}

 .article-css section.cont-type3 .cont .case span {
   font-size: 14px;
   display: block;
   padding: 15px 0 0;
}

.site-main .profile, .mce-content-body .profile {
   padding: 0 25px;
}

.site-main .profile_info a, .mce-content-body .profile_info a {
  font-size: 13px;
}
 .article-css section.cont-type2 {}
 .article-css section.cont-type4 {}
 
 .article-css section.cont-type2 ul {display: flex;justify-content: space-between;padding: 0px;}
 .article-css section.cont-type2 ul li {list-style: none;width: 50%;}
 .article-css section.cont-type2 ul li:nth-of-type(1) {width: 45%;}
 
 .article-css section.cont-type3 ul {display: flex;justify-content: space-between;padding: 0px;}
 .article-css section.cont-type3 ul li {list-style: none;width: 49%;}
 .article-css section.cont-type3 ul li:nth-of-type(1) {}
}


#content #main .article-css.vc-content {}
#content #main .article-css.vc-content .index-wrap {}
#content #main .article-css.vc-content .index-wrap .index-box {}
#content #main .article-css.vc-content .index-wrap .index-box .index-list li ul { padding-left: 20px; }
#content #main .article-css.vc-content .index-wrap .index-box .index-list li ul li { margin-bottom: 16px; }
#content #main .article-css.vc-content section {
    margin: 0;
}
#content #main .article-css.vc-content section.bg-gray {
    background: #F6F6F6;
}
#content #main .article-css.vc-content section .inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 100px 0;
}
#content #main .article-css.vc-content section .inner h2 {
    margin-top: 0px !important;
    padding-top: 0px;
    color: #8c0014;
}
#content #main .article-css.vc-content section .inner h3 {
    font-size: 28px;
}
#content #main .article-css.vc-content section .inner h3::before { content:""; }
#content #main .article-css.vc-content section .inner h4 {
    margin-top: 0px;
    font-size: 24px;
    margin-bottom: 12px;
}
#content #main .article-css.vc-content section .inner h4 span {
    font-size: 18px;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: normal;
}
#content #main .article-css.vc-content section .inner p {
    margin: 8px 0;
}
#content #main .article-css.vc-content section .inner .anchor-link {
    padding-top: 150px !important;
    margin-top: -150px !important;
}
#content #main .article-css.vc-content section .inner a.shop-btn {
    display: block;
    background: #8b0013;
    color: #FFF;
    width: 300px;
    text-align: center;
    padding: 16px 0;
    margin-top: 20px;
    position: relative;
}
#content #main .article-css.vc-content section .inner a.shop-btn:hover {}
#content #main .article-css.vc-content section .inner a.shop-btn::after {content:"〉";position: absolute;right: 30px;}
#content #main .article-css.vc-content section .inner .product-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
}
#content #main .article-css.vc-content section .inner .product-list.type2 { margin-bottom:0px; }
#content #main .article-css.vc-content section .inner .product-list img {}
#content #main .article-css.vc-content section .inner .product-list .in-box {
    width: 45%;
}
#content #main .article-css.vc-content section .inner .product-list .in-box span {
    display: block;
    margin-top: 40px;
}
#content #main .article-css.vc-content section .inner .product-list.type2 .in-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#content #main .article-css.vc-content section .inner .product-list.type2 .in-box .img-box {
    width: 35%;
}
#content #main .article-css.vc-content section .inner .product-list.type2 .in-box .text-box {
    width: 60%;
}
#content #main .article-css.vc-content section .inner .video-cont {
    margin-bottom: 160px;
}
#content #main .article-css.vc-content section .inner .video-cont .in-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
#content #main .article-css.vc-content section .inner .video-cont .in-box .video-box {
    width: 55%;
}

#content #main .article-css.vc-content section .youtube-cont {
    background: url(https://life.miele.co.jp/images/articles/vc-contents/img21.webp);
    background-size: cover;
    aspect-ratio: 16 / 9;
    position: relative;
    background-position: center;
    border-radius: 0px;
}

#content #main .article-css.vc-content section .youtube-cont.type2 {
    background: url(https://life.miele.co.jp/images/articles/vc-contents/img22.webp);
    background-size: cover;
}

#content #main .article-css.vc-content section .youtube-cont.type3 {
    background: url(https://life.miele.co.jp/images/articles/vc-contents/img23.webp);
    background-size: cover;
}

#content #main .article-css.vc-content section .youtube-cont.type4 {
    background: url(https://life.miele.co.jp/images/articles/vc-contents/img24.webp);
    background-size: cover;
}

#content #main .article-css.vc-content section .youtube-cont .youtube-link { position: absolute; left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    border-radius: 50%;
    z-index: 2; }
#content #main .article-css.vc-content section .youtube-cont .youtube-link .icn--play-thin {}
#content #main .article-css.vc-content section .youtube-cont .youtube-link .icn--play-thin:before {content: "▷";font-size: 40px;position: relative;left: 2px;}
#content #main .article-css.vc-content section .youtube-cont .youtube-link:hover { background-color: #8c0014; }
#content #main .article-css.vc-content section .youtube-cont .youtube-link:active { -webkit-transform: scale(.95); transform: scale(.95); }



#content #main .article-css.vc-content section .inner .video-cont .in-box .video-box .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
#content #main .article-css.vc-content section .inner .video-cont .in-box .video-box .youtube iframe {  width: 100%;
  height: 100%; }
#content #main .article-css.vc-content section .inner .video-cont .in-box .text-box {
    width: 40%;
}

@media only screen and (max-width: 900px) {

#content #main .article-css.vc-content {}
#content #main .article-css.vc-content .index-wrap {
    margin-bottom: 12vw;
}
#content #main .article-css.vc-content .index-wrap .index-box {}
#content #main .article-css.vc-content .index-wrap .index-box .index-title {
    font-size: 5vw;
}
#content #main .article-css.vc-content .index-wrap .index-box .index-list li ul {
    padding-left: 4vw;
}
#content #main .article-css.vc-content .index-wrap .index-box .index-list li ul li {
    margin-bottom: 2vw;
}
#content #main .article-css.vc-content .index-wrap .index-box .index-list li a {
    font-size: 4vw;
}
#content #main .article-css.vc-content .index-wrap .index-box .index-list li ul li a {
    font-size: 3.5vw;
}
#content #main .article-css.vc-content section {}
#content #main .article-css.vc-content section.bg-gray {}
#content #main .article-css.vc-content section .inner {
    max-width: initial;
    width: 92%;
    padding: 12vw 0;
}
#content #main .article-css.vc-content section .inner h2 {
    font-size: 5.4vw;
    margin-bottom: 5vw;
}
#content #main .article-css.vc-content section .inner h3 {
    font-size: 4.7vw;
}
#content #main .article-css.vc-content section .inner h3::before { content:""; }
#content #main .article-css.vc-content section .inner h4 {
    font-size: 4.5vw;
    text-align: center;
}
#content #main .article-css.vc-content section .inner h4 span {
    display: initial;
    font-size: 3.5vw;
    padding-right: 2vw;
}
#content #main .article-css.vc-content section .inner p {
    font-size: 3.8vw;
}
#content #main .article-css.vc-content section .inner .anchor-link {
    padding-top: 120px !important;
    margin-top: -120px !important;
}
#content #main .article-css.vc-content section .inner a.shop-btn {
    width: 54vw;
    margin: 5vw auto;
    padding: 2.5vw 0;
    padding-right: 4vw;
}
#content #main .article-css.vc-content section .inner a.shop-btn:hover {}
#content #main .article-css.vc-content section .inner a.shop-btn::after {content:"〉";right: 4vw;}
#content #main .article-css.vc-content section .inner .product-list {
    display: block;
    margin-bottom: 18vw;
}
#content #main .article-css.vc-content section .inner .product-list.type2 {}
#content #main .article-css.vc-content section .inner .product-list img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
#content #main .article-css.vc-content section .inner .product-list .in-box {
    width: 100%;
    margin-bottom: 6vw;
}
#content #main .article-css.vc-content section .inner .product-list .in-box span {
    margin-top: 2vw;
    font-size: 3.5vw;
    text-align: center;
}
#content #main .article-css.vc-content section .inner .product-list.type2 .in-box {
    display: block;
}
#content #main .article-css.vc-content section .inner .product-list.type2 .in-box .img-box {
    width: 80%;
    margin: 0 auto;
}
#content #main .article-css.vc-content section .inner .product-list.type2 .in-box .text-box {
    width: 100%;
}
#content #main .article-css.vc-content section .inner .video-cont {
    margin: 8vw 0 18vw;
}
#content #main .article-css.vc-content section .inner .video-cont .in-box {
    display: block;
}
#content #main .article-css.vc-content section .inner .video-cont .in-box .video-box {
    width: 90%;
    margin: 0 auto 5vw;
}
#content #main .article-css.vc-content section .youtube-cont .youtube-link {
    position: absolute;
    left: calc(50% - 6vw);
    top: calc(50% - 6vw);
    width: 12vw;
    height: 12vw;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    border-radius: 50%;
    z-index: 2;
}
#content #main .article-css.vc-content section .youtube-cont .youtube-link .icn--play-thin:before {
    font-size: 6vw;
    left: 0.5vw;
}  
#content #main .article-css.vc-content section .inner .video-cont .in-box .video-box .youtube {}
#content #main .article-css.vc-content section .inner .video-cont .in-box .video-box .youtube iframe {}
#content #main .article-css.vc-content section .inner .video-cont .in-box .text-box {
    width: 100%;
}

}
