/********************************
一軸フリーモードミキサ
********************************/
.freemode .tab-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.freemode .tab-group li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 4 - 10px);
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.freemode .tab-group li a{
      display: flex;
  justify-content: center;
  align-items: center;
    width: 100%;
    text-align: center;
    padding: 10px 2px;
    box-sizing: border-box;
    font-size: 1.4rem;
    min-height: auto;
    color: #666;
    line-height: 1.3;
    background-color: #cceeea; 
    color: #666;
    height: 100%;
}
.freemode .tab-group li:hover, .freemode .tab-group li.act {
  color: #fff;
  background: #005bab;
}
.freemode .tab-group li:hover a{color: #fff;}
.freemode .panel-group {
  max-width: 700px;
  margin-bottom: 90px;
}
.freemode .tab-panel {
  display: none;
}
.freemode .tab-panel.act {
  display: block;
}
.freemode .prosess {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.freemode .prosess .status {
  display: block;
  font-size: 1.6rem;
  color: #00ab95;
  font-weight: bold;
  margin-bottom: 10px;
}
.freemode .prosess .before {
  width: calc(55% - 10px);
}
.freemode .before .col2-img, .freemode .before .col3-img {
  display: flex;
  justify-content: space-between;
}
.freemode .before .col2-img figure {
  width: calc(50% - 5px);
  margin: 0;
}
.freemode .before .col3-img figure {
  width: calc(100% / 3 - 5px);
  margin: 0;
}
.freemode .before .col2-img + .col3-img {
  margin-top: 20px;
}
.freemode .before figcaption {
  font-size: 1.4rem;
  margin-top: 5px;
}
.freemode .prosess .arroww {
  width: calc(15% - 20px);
  height: 90px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.freemode .prosess .arroww::before, .freemode .prosess .arroww::after {
  position: absolute;
  content: "";
}
.freemode .prosess .arroww::before {
  border-left: 25px solid #00ab95;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  right: 0;
  top: 0px;
}
.freemode .prosess .arroww::after {
  left: 0;
  top: 10px;
  width: 60px;
  height: 70px;
  background: #00ab95;
}
.freemode .prosess .arroww span {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 10px 0 0;
  z-index: 2;
}
.freemode .prosess .after {
  width: calc(30% - 10px);
}
.freemode .after figure {
  margin: 0;
}
.freemode .tab-panel .prosess-detail {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
.freemode .intro-list li {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-right: 20px;
}
.freemode .intro-list li::before {
  content: "・";
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {
.freemode .headLine02.Column1 {
    position: static;
    margin-bottom: 30px;
  }
  .freemode .tab-group {
    margin-bottom: 10px;
    gap: 0;
    padding: 0;
  }
  .freemode .tab-group li {
    width: calc(100% / 3 - 10px);
    /* padding: 7px 2px; */
    text-align: center;
    font-size: 1.4rem;
  }
  .freemode .tab-group li a{}
  .freemode .panel-group {
    margin-bottom: 60px;
  }
  .freemode .prosess {
    display: block;
    margin-bottom: 20px;
  }
  .freemode .prosess .before {
    width: 100%;
    margin-bottom: 20px;
  }
  .freemode .before .col2-img + .col3-img {
    margin-top: 10px;
  }
  .freemode .prosess .arroww {
    width: 150px;
    height: 70px;
    margin: 0 auto;
  }
  .freemode .prosess .arroww::before {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 35px solid #00ab95;
    border-bottom: none;
    right: auto;
    left: 0;
    top: 30px;
    bottom: 0;
  }
  .freemode .prosess .arroww::after {
    left: 15px;
    top: 0;
    width: 120px;
    height: 35px;
    background: #00ab95;
  }
  .freemode .prosess .arroww span {
    padding: 0 0 15px;
  }
  .freemode .prosess .after {
    width: 60%;
    margin: 0 auto;
  }
}