@charset "UTF-8";

/* ====================================
        共通スタイル
 ==================================== */
.unit {
  text-align: right;
}

.option-link {
  text-decoration: underline;
}

.text20 {
  font-size: 20px;
}

#footLineup {
  display: none;
}

/* ====================================
        スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {}

/* ====================================
        PC&タブレット、印刷専用スタイル
===================================== */
@media print, screen and (min-width: 768px) {
  .flex-container.features-about {
    align-items: center;
  }
}