@charset "UTF-8";
.indent {
  padding-left: -1.0rem;
  text-indent: -1em;
}

.flow-title1 {
  position: relative;
  top: 25px;
  padding-left: 40px;
}

@media only screen and (max-width: 1200px) {
  .flow-title1 {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .flow-title1 {
    top: 10px;
  }
}

.flow-title2 {
  position: relative;
  top: 77px;
  padding-left: 40px;
}

@media only screen and (max-width: 1200px) {
  .flow-title2 {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .flow-title2 {
    top: 35px;
  }
}

.steps {
  background-color: #f2f4f5;
  padding: 20px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 975px;
  padding-bottom: 75px;
}

.steps:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 24%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f2f4f5;
}

.steps .square {
  position: relative;
  padding-left: 20px;
  /*&:before {
			content  : '▶';
			position : absolute;
			top      : 0px;
			left     : 0;
			color    : #3a77cb;
		}*/
}

@media only screen and (max-width: 1000px) {
  .steps .square.f16 {
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .steps .square.f16 {
    font-size: 1.6rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .steps {
    width: 100%;
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .steps:before {
    left: 43%;
  }
}

.steps .borderBox {
  border: 2px solid #ccc;
  border-right: none;
  position: relative;
  background-color: #f2f4f5;
}

.steps .borderBox:after {
  content: '';
  background: url(../../images/bg-arrow.png) no-repeat;
  background-size: 100% 100%;
  top: -2px;
  right: -29px;
  bottom: -2px;
  width: 30px;
  display: block;
  position: absolute;
}

.steps .borderBox.small:after {
  background: url(../../images/bg-arrow2.png) no-repeat;
  background-size: 100% 100%;
}

.steps .borderBox.borderBox-blue {
  background-color: rgba(115, 157, 217, 0.2);
}

.steps .borderBox.borderBox-blue:after {
  background: url(../../images/bg-arrow-blue.png) no-repeat;
}

@media only screen and (max-width: 767px) {
  .steps .borderBox {
    border: 2px solid #ccc;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .steps .borderBox:after {
    background: url(../../images/bg-arrow_sp.png) no-repeat;
    background-size: 100% 100%;
    top: auto;
    right: -2px;
    left: -2px;
    width: auto;
    height: 20px;
    bottom: -20px;
    display: block;
    position: absolute;
  }
  .steps .borderBox.small {
    border: 2px solid #ccc;
  }
  .steps .borderBox.small:after {
    content: none;
  }
}

.steps ul {
  position: relative;
  z-index: 10;
  padding-left: 15px;
}

.steps ul li {
  color: #333;
  font-size: 14px;
  padding-left: -1.0rem;
  list-style: disc;
  white-space: nowrap;
}

@media only screen and (max-width: 1170px) {
  .steps ul li {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1070px) {
  .steps ul li {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 996px) {
  .steps ul li {
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 767px) {
  .steps ul li {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 900px) {
  .steps ul {
    padding-left: 10px;
    transform-origin: left;
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 767px) {
  .steps ul {
    transform: scale(1);
    padding: 20px;
  }
}

.step-details .step {
  position: relative;
  padding-left: 20px;
}

.step-details .step:before {
  content: '●';
  position: absolute;
  top: 3px;
  left: 0;
  color: #3a77cb;
}

@media only screen and (max-width: 767px) {
  .step-details .step {
    margin: 0 9px;
  }
}

.Development .Development-box {
  background-color: #f2f4f5;
  padding: 38px 40px;
}

.Development .development-process {
  position: absolute;
  top: 115px;
  width: 55% !important;
  z-index: 0;
}

@media only screen and (max-width: 1000px) {
  .Development .development-process {
    top: 95px;
    width: 53% !important;
  }
}

@media only screen and (max-width: 767px) {
  .Development .development-process {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .Development .development-step {
    width: 100%;
  }
}

.m-btn.btn-back.no-arrow:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .step-details .col-pc-7-5 span {
    font-size: 115%;
  }
}

