@charset "UTF-8";

.mid_125 .container {
  padding: 0;
}

.mid_125 .tabLink {
	display: flex;
	justify-content: left;
}

.mid_125 .tabLink li {
	margin: 0 -8px;
}

.mid_125 .tabLink li a {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  height: 64px;
  padding: 0 20px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #5c5a5a;
  color: #231815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
  text-decoration: none;
}

.mid_125 .tabLink li span {
	display: inline-block;
	padding-right: 0;
	width: 100%;
}

.mid_125 .hPoint {
  margin-top: 40px;
}

.mid_125 .hPoint img {
  margin-right: 12px;
  width: 60px;
}

.mid_125 .color01, .mid_125 .color02  {
  margin-top: 0;
}

.mid_125 .color01 img {
  height: 50px;
  width: 100px;
}

.mid_125 .color02 img {
  height: 50px;
  width: 50px;
}

.mid_125 .numberList ul {
  display: flex;
  flex-wrap: wrap;
}

.mid_125 .numberList li {
  margin-bottom: 20px;
  /* width: 50%; */
  width: 46%;
  position: relative;
  padding-left: 37px;
}

.mid_125 .numberList span {
  display: inline-block;
  border-radius: 12px;
  color: #fff;
  background: #737373;
  font-size: 12px;
  text-align: center;
  margin-right: 12px;
  height: 25px;
  width: 25px;

  position: absolute;
  top: 0;
  left: 0;
}

.mid_125 figure {
  margin-bottom: 40px;
}

.mid_125 figure img{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mid_125 img {
    width: auto;
    height: auto;
  }
  .mid_125 .container {
    padding: 0;
  }

  .mid_125 .tabLink li {
    margin: 0 35px;
  }
  .mid_125 .tabLink li a {
    border: 1px solid #e5e3e5;
    padding: 0;
    position: relative;
    text-align: center;
    height: 70px;
    padding-bottom: 15px;
  }
  .mid_125 .tabLink li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #e0e0e0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: rotate(180deg) translateX(-50%);
  }

  .mid_125 .tabLink li .link--bottom {
    background: none;
  }

  .mid_125 .hPoint {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .mid_125 .hPoint img {
    height: 60px;
    width: 60px;
  }

  .mid_125 .color01, .mid_125 .color02 {
    margin-top: 30px;
  }

  .mid_125 .color01 img {
    height: 40px;
    width: 80px;
    margin-right: 5px;
  }

  .mid_125 .color02 img {
    height: 40px;
    width: 40px;
    margin-right: 5px;
  }

  .mid_125 figure img {
    width: 100%;
  }

  .mid_125 .numberList ul {
    display: block;
  }

  .mid_125 .numberList li {
    /* width: 100%; */
    width: 90%;
  }

  .mid_125 figure {
  margin-bottom: 30px;
  }

}
