.fibre-back-btn {
  font-size: 0.8rem;
  color: #999
}

.fibre-back-img {
  height: 1.1rem;
  width: 1.1rem;
  vertical-align: sub;
}

.fibre-top-bar {
  padding: 0.6rem;
  position:fixed;
}
.fibre-content{
	margin-top:2.5rem;
}
.fibre-icon-title {
  height: 1rem;
}

.fibre-title {
  text-align: center;
  font-size: 0.8rem;
  color: #01458e;
  margin: 0.2rem 0;
}

.fibre-contrast-img {
  height: 4rem;
}

.fibre-left-icon {
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 0.9rem;
  background-color: #8ebaff;
  color: #fff;
  border: 5px solid #ddd;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.5rem;
  position: absolute;
  left: -15px;
  top: 20px;
}

.fibre-contrast-frame {
  padding: 0 20px;
}

.fibre-contrast-img-content {
  width: 100%;
  padding: 0 1rem 0 2rem;
}

.fibre-imgs-frame {
  position: relative;
}

.fibre-left-img {
  width: 15%;
  position: absolute;
  left: 14%;
  top: 10%;
}

.fibre-right-img {
  width: 14.5%;
  position: absolute;
  left: 30%;
  top: 10.5%;
}
.fibre-num{
	font-size:0.55rem;
	color:#000;
	right:12%;
  bottom:22%;
  position:absolute;
  background: #fff;
}
.fibre-item-al {
  width: 100%;
  border-left: 20px solid #ddd;
  position: relative;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.fibre-item-title {
  font-size: 0.7rem;
  padding: 1.3rem 1.8rem 0.8rem;
}

.fibre-item-bot-else {
  padding-bottom: 1.2rem;
}

.fibre-msg-frame {
  border: 1px solid #ddd;
  margin: 28px 20px;
  background-color: #fffef0;
}
.fibre-ls-title{
	font-size:0.7rem;
	text-align:center;
}
.fibre-msg-title {
  margin: 0.5rem 0;
  text-align: center;
  font-size: 0.7rem;
  color: #01458e;
}

.fibre-company-name {
  margin: 0.5rem 1.2rem 0;
  font-size: 0.65rem;
  color: #333;
}

.fibre-company-sp {
  color: #999;
}

.fibre-success-icon {
  width: 1.4rem;
  float: left;
}

.fibre-success-txt {
  line-height: 1.5rem;
  font-size: 0.65rem;
  padding-left: 0.4rem;
}

.fibre-success-frame {
  margin: 0.5rem 1.2rem;
}

.c-txt-center {
  text-align: center;
}

.c-bor-top-none {
  border-top: none;
}

.c-bor-bottom {
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 560px) {
  .fibre-left-img {
    left: 15%;
  }
  .fibre-right-img {
    left: 31.5%;
  }
}

@media screen and (max-width: 480px) {
  .fibre-left-img {
    left: 16.2%;
  }
  .fibre-right-img {
    left: 32%
  }
  .fibre-num{
  	right:8.5%;
  	bottom: 20%;
    background: #fff;
  }
}

@media screen and (max-width: 360px) {
  .fibre-left-img {
    left: 18.2%;
  }
  .fibre-right-img {
    left: 33.5%;
  }
  .fibre-num{
  	right:8%;
  	bottom:20%;
     background: #fff;
  }
}
.wsz{
   color: #01458e;
}