@charset "UTF-8";

@media screen and (max-width: 480px) {
.composite_box01:not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_18):not(.block_images_19) .inner_item {
    width: 100% !important;
}
}

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  width: 33.3%;
  display:table-cell;
  position:relative;
  background: #eee;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
text-align: center;
color: #333;
font-weight: bold;
}
@media screen and ( max-width : 768px ) {
.step li{
font-size: 1.2rem;
}
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #eee;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
@media screen and ( max-width : 768px ) {
.step li:before{
    top: -10px;
    right: -1.6em;
border-width: 45px 0 45px 20px;
}
}
@media screen and ( max-width : 768px ) {
.step li:after{
    top: -10px;
    right: -1.3em;
border-width: 45px 0 45px 20px;
}
}
.step li.is-current{
  background: #f69d58;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #f69d58;
}
