@charset "UTF-8";

/* ============================================================

    base

============================================================ */
body {
  min-width: 1024px;
}

main {
  margin: 30px 0 80px;
}

.crumb {
  margin-bottom: 15px;
}

/* ============================================================

    title

============================================================ */
.title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.title_small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .1em;
}

/* ============================================================

    content

============================================================ */
.content {
  margin-bottom: 70px;
}

.content:last-child {
  margin-bottom: 0;
}

.content_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.content_ttl::before,
.content_ttl::after {
  flex-grow: 1;
  border-top: 1px solid #707070;
  content: "";
}

.content_ttl::before {
  margin-right: 80px;
}

.content_ttl::after {
  margin-left: 80px;
}

.content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content_list_item {
  width: 233px;
}

.content_list_item:not(.is-brank) {
  margin-top: 30px;
}

.content_list_item:nth-child(-n+4) {
  margin-top: 0;
}

.content_list_btn {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.content_list_ttl {
  margin-top: 9px;
  font-size: 14px;
  letter-spacing: .05em;
}

.content_list_img {
  order: -1;
}

.content_list_img img {
  width: 100%;
  height: 233px;

  -o-object-fit: contain;
     object-fit: contain;
}

.content_list_img img.is-noimage {
  -o-object-fit: cover;
     object-fit: cover;
}

.content_list_note {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .05em;
  word-break: break-all;

  -webkit-line-clamp: 2;
}
