.item-fiber {
  color: #3a62ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.item-fiber-list {
  background: rgba(58, 98, 186, 0.1);
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 5px 0;
  padding: 10px;
  text-align: center;
  width: calc(50% - 10px);
}

.item-fiber-list ul {
  border-top: 1px solid rgba(58, 98, 186, 0.4);
  display: block;
  margin-top: 5px;
  padding-top: 5px;
}

.item-fiber-list li {
  margin-left: 1em;
  text-align: left;
}

.process .row20 > div {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .process .row20 > div {
    margin-top: 40px;
  }
}

.process-box {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
  padding: 20px;
}

.process-box2 {
  background: #fff;
  border: 2px solid #3a62ba;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
  padding: 20px;
}

.process-caption {
  color: #3a62ba;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}

.process-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .process-title {
    font-size: 24px;
  }
}

.process-title-num {
  background: rgba(17, 17, 17, 0.1);
  border-radius: 50%;
  color: #666;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  height: 40px;
  left: -15px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .process-title-num {
    font-size: 36px;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}

.process-title-num + span {
  width: calc(100% - 50px);
}
@media screen and (min-width: 768px) {
  .process-title-num + span {
    width: calc(100% - 70px);
  }
}

.process-title2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3a62ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .process-title2 {
    font-size: 24px;
  }
}

.process-title-num2 {
  background: #3a62ba;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  height: 40px;
  left: -15px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .process-title-num2 {
    font-size: 36px;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}

.process-title-num2 + span {
  width: calc(100% - 50px);
}
@media screen and (min-width: 768px) {
  .process-title-num2 + span {
    width: calc(100% - 70px);
  }
}

.process-title2 small {
  font-size: 14px;
}

.caution {
  color: #666;
}

.caution-title {
  border-bottom: 1px solid #666;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.caution-copy {
  font-size: 12px;
}
/*# sourceMappingURL=method.css.map */