@charset "utf-8";
.ttl_border { border-bottom: 2px solid #eb5504; padding-bottom: 5px; }
.flex-wrap-row { display: flex; align-items: center; }
#intro.flex-wrap-row { justify-content: center; }
#intro.flex-wrap-row .col-item-icon { margin-right: 30px; }

@media screen and (max-width: 767px) {
  #intro.flex-wrap-row { flex-direction: column; }
  #intro.flex-wrap-row .col-item-icon { margin-right: 0; margin-bottom: 20px; }
  #intro.flex-wrap-row .col-item { text-align: center; }
  #icloud-storage.flex-wrap-row .col-item-icon { flex: 1 0 50%; }
}

