/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.sec01 {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .sec01 {
    padding-top: 110px;
  }
}

.outline-title {
  font-size: 24px;
  text-align: center;
  margin: 30px 0;
}
.outline-subtitle {
  font-weight: bold;
  font-size: 13px;
}
.outline-frame {
  padding: 0 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.outline-inline {
  display: inline-block;
}
@media (min-width: 768px) {
  .outline-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.outline-flex {
  display: inline-flex;
  flex-direction: row;
  font-size: 13px;
}
@media (min-width: 768px) {
  .outline-flex {
    flex-direction: row;
  }
}
.outline-flex.column {
  flex-direction: column;
}
.outline-flex.row {
  flex-direction: row;
  justify-content: space-between;
}

table {
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 30px;
  max-width: 1000px;
  width: 100%;
}
table tr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  table tr {
    display: table-row;
  }
}
table tr th,
table tr td {
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 13px;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  table tr th,
  table tr td {
    margin-bottom: 0;
    padding: 16px;
  }
}
table tr th {
  width: 100%;
  background: #def3f6;
}
@media (min-width: 768px) {
  table tr th {
    width: 25%;
    display: table-cell;
    text-align: center;
  }
}
table tr td {
  width: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  table tr td {
    width: 75%;
    display: table-cell;
  }
}

.note {
  font-size: 0.8rem;
  margin-top: -30px;
  margin-bottom: 30px;
}/*# sourceMappingURL=outline.css.map */