@media (max-width: 767px) {
  .mv-layout01 .products-detail-main__title--02 {
	background: transparent;
  }
}
.arrow {
  max-width: 300px;
  margin: 0 auto;
}

.arrow > div {
  margin: 0 auto;
}

.arrow > div p {
  margin: 0;
  padding: 0;
  background-color: #6d9bd3;
  color: #fff;
  font-size: 0px;
  line-height: 0;
  font-weight: bold;
  text-align: center;
}

.arrow > div::after {
  content: '';
  display: block;
  background-color: #6d9bd3;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 50px;
}
.wid100 {
  width: 100%;
}

.wid50 {
  width: 80%;
}
@media (max-width: 767px) {
    .concept-img {
        margin: 0 26px;
    }
}

#concept02 .c_column.concept .box {
  border: 2px solid #6d9bd3;
  border-radius: 20px;
  overflow: hidden;
}
#concept02 .c_column.concept .box img {
  max-width: 101%;
}

#concept02 .c_column.concept .box .c_style {
  padding: 0 1.5em 1.5em;
}

#concept02 .c_column.kouka .box {
  background-color: #6d9bd3;
  border-radius: 20px;
  padding: 10px 0;
    
}
#concept02 .c_column.kouka .c_style.large p {
  color: #fff;
}

#after-donyu .box h4 {
  font-size: 90%;
}

#after-donyu .box {
  border-top: 3px solid #6d9bd3;
  border-left: 3px solid #6d9bd3;
  padding-top: 10px;
  padding-left: 10px;
}

.c_column #kinou .box {
  border-left: 3px solid #6d9bd3;
}
.c_column #kinou .box.pink {
  border-left: 3px solid #e890ba;
}
.c_column #kinou .box.pink h4 {
  background-color: #e890ba;
}
.c_column #kinou .box .c_style {
  margin-left: 20px;
}

.c_column #kinou .box h4 {
  background-color: #6d9bd3;
  color: #fff;
  padding: 5px;
/*  font-size: 70%;*/
}

#ui-area .box {
  border: 2px solid #6d9bd3;
  padding: 1.8em 1.5em 1em;
  position: relative;
}
#ui-area .box h4 {
  color: #6d9bd3;
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 0px;
  padding: 1px 0.8em 0px 2.8em;
  display: flex;
  align-items: center;
  height: 1.6em;
}
#ui-area .box:before {
  position: absolute;
  top: 0px;
  left: 15px;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  background-color: #6d9bd3;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.mv-layout01 .products-detail-main__label > img {
  max-height: 8rem;
}
@media screen and (max-width: 767px) {
  #ui-area .box:before {
    font-size: 1.8rem;
  }
  .mv-layout01 .products-detail-main__label > img {
    max-height: 8rem;
  }
}
#ui-area .box:nth-of-type(1)::before{ content: "1"; }
#ui-area .box:nth-of-type(2)::before{ content: "2"; }
#ui-area .box:nth-of-type(3)::before{ content: "3"; }
#ui-area .box:nth-of-type(4)::before{ content: "4"; }