<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

***

-------------------------------------------------- */
.development .heading .read {
  margin-top: 0.5em;
}
.development .flow {
  border: 2px solid #06B8DE;
  border-radius: 40px;
  padding: 6rem 4rem;
}
@media only screen and (max-width: 1100px) {
  .development .flow {
    padding: 3rem 2rem;
    border-radius: 30px;
  }
}
.development .flow h4 {
  text-align: center;
}
.development .flow .block {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .development .flow .block {
    display: block;
  }
}
.development .flow .block .box {
  width: 28%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .development .flow .block .box {
    width: 100%;
    display: flex;
    margin-bottom: 5rem;
    padding-bottom: 2rem;
  }
}
.development .flow .block .box p {
  text-align: center;
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .development .flow .block .box p {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .development .flow .block .box p {
    width: 30%;
    margin: 0;
  }
}
.development .flow .block .box p img {
  width: 100%;
}
.development .flow .block .box dl {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .development .flow .block .box dl {
    flex: 1;
    padding-left: 2rem;
    margin-top: 0;
  }
}
.development .flow .block .box dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #202050;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .development .flow .block .box dl dt {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .development .flow .block .box dl dt {
    text-align: left;
    font-size: 2rem;
  }
}
.development .flow .block .box dl dd {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .development .flow .block .box dl dd {
    margin-top: 0.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .development .flow .block .box dl dd br {
    display: none;
  }
}
.development .flow .block .box::after {
  display: block;
  content: "";
  background: url(../../../img/common/ico_arrow_radius.svg) no-repeat center center/1.6rem;
  position: absolute;
  top: 50%;
  right: -15%;
  width: 10%;
  height: 2.7rem;
}
@media only screen and (max-width: 768px) {
  .development .flow .block .box::after {
    transform: translateX(-50%) rotate(90deg);
    top: 100%;
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .development .flow .block .box:last-child {
    margin-bottom: 0;
  }
}
.development .flow .block .box:last-child::after {
  content: none;
}
.development .flow .read {
  text-align: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 1100px) {
  .development .flow .read {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .development .flow .read {
    margin-top: 2.4rem;
  }
}</pre></body></html>