/* 2024-03-27 */
.cre.cre--cols-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.cre__head .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  background: #023b73;
  color: #fff;
  padding: 10px;
  margin-top: 13px;
  margin-bottom: 10px;
}

.cre__item p {
  font-size: 16px;
}

.cre__foot {
  border-top: 1px solid #999;
  margin-top: 10px;
  padding-top: 10px;
}

body .cre .bt-wrap {
  margin-top: 40px;
}

body .cre .c-btn01 {
  padding: 15px 80px;
}

.cre__item.cre__item--half {
  max-width: 630px;
  margin: 0 auto;
}

.cre__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}