@charset "utf-8";
/* CSS Document */
/*/products/label/guide/index.htm*/
.wrapper .step.step1 .step1__material .material__pt .pt__point .point__list .list__item--lead.edit {
  top: 57px;
}
.wrapper .step .step4 .labelmaking {
  margin-top: 88px;
  text-align: center;
}
.wrapper .step .step4 .labelmaking .print-configuration__title {
  width: auto;
  display: inline;
}
.wrapper .step .step4 .labelmaking .print-configuration__lead {
  margin-bottom: 48px;
}
.wrapper .step .step4 .labelmaking .equipmentUsed {
  display: inline-block;
  text-align: left;
  margin-top: 30px;
}
.wrapper .step .step4 .labelmaking figure {
  display: inline;
}
.wrapper .step .step4 .labelmaking .configuration__att {
  margin-top: 32px;
}
/*/products/label/guide/index.htm*/
#contents .col1Contents .works .works_kind .kind__body .body__solution > .inner.edit {
  display: block;
  clear: both;
}
.use__case {
  margin-top: 50px;
  width: 770px;
  float: right;
}
.use__case .use__btn a {
  display: block;
  position: relative;
  padding: 10px 50px;
  color: #fff;
  font-size: 160%;
  text-decoration: none;
  background-color: #f19e00;
}

.use__case .use__btn a:hover{
opacity:0.8;
}

.use__case .use__btn a:before {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 26px;
  width: 32px;
  height: 1px;
  background-color: #fff;
  content: '';
  transform: rotate(45deg) translate(0, -50%);
}
.use__case .use__btn a:after {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 110px;
  height: 1px;
  background-color: #fff;
  content: '';
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #contents .col1Contents .works .works_kind .kind__body .body__solution > .inner.edit {
    text-align: center;
    margin:0 15px;
  }
  .use__case {
    display: inline-block;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }
  .use__case .use__btn a {
    font-size: 15px;
    text-align: center;
    padding: 10px 50px 40px;
    background:url(/products/label/works/images/arrow_bg.png) no-repeat center bottom 10px /87px 10px #f19e00;
  }
  .use__case .use__btn a:before {
	content: none;
  }
  .use__case .use__btn a:after {
	content: none;
  }
}
@media screen and (max-width: 375px) {
  .use__case {
    width: 100%;
  }
}


#label .step2 .configuration__movie.column3{
    display: flex;
    justify-content: left;
    margin-top: 55px;
    text-align: center;
    flex-wrap: nowrap;
}

#label .step2 .configuration__movie.column3 li + li {
    margin-left: 30px;
}

#label .step2 .configuration__movie.column3 .movie__youtube a:hover {
    display: block;
    opacity: 0.7;
}

#label .step2 .configuration__movie.column3 .thumbnail{
width:300px;
margin-top: 20px;
}


#label .step2 .configuration__movie.column3 .thumbnail img{
max-width:100%;
}

#label .labelmaking a:hover{
    display: block;
    opacity: 0.7;
}

#label .youtubeTitle .material__title{
    display:inline;
    border-bottom: solid 1px #595757;
    color: #595757;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
}
