@charset "utf-8";
/* index.css
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */

/* override
++++++++++++++++++++++++++++++++++++++++ */
.-ck365study p { letter-spacing: 0.025em; margin: 0; }
@media (max-width: 767.98px) {
  .-ck365study p { line-height: 1.5; }
}
@media (min-width: 768px) {
  .-ck365study p { line-height: 1.75; }
}

.card-linklist {}
.card-linklist a {
  overflow: hidden;
  border-radius: 8px;
  border: solid 1px #d9d9d9;
  display: block;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-tap-highlight-color: transparent;
}
.card-linklist a figure {
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.card-linklist dl,
.card-linklist dl dt,
.card-linklist dl dd {
  margin: 0;
  padding: 0;
}
.card-linklist a dl {
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.card-linklist a dl dt {
  font-weight: bold;
}
.icon-arrow {
  position: relative;
  display: inline-block;
  width: 7.2px;
  height: 13.4px;
  margin-left: 20px;
}
.icon-arrow::before,
.icon-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 9.8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #d9d9d9;
  transform-origin: calc(100% - 0.5px) 50%;
}
.icon-arrow::before { transform: rotate(45deg); }
.icon-arrow::after { transform: rotate(-45deg); }

@media (max-width: 767.98px) {
  .card-linklist { margin-top: 22px; }
  .card-linklist a + a { margin-top: 16px; }
  .card-linklist a dl dt {
    font-size: 1.6rem;
    padding: 16px 16px 0;
  }
  .card-linklist a dl dd {
    line-height: 1.5;
    padding: 8px 16px 16px;
  }
  .icon-arrow {
    width: 5.3px;
    height: 10.5px;
    margin-left: 18px;
  }
}
@media (min-width: 768px) {
  .card-linklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
  }
  .card-linklist a {
    width: 428px;
    /* height: 300px; */
  }
  .card-linklist a figure { height: 168px; }
  .card-linklist a figure img { transition: transform .45s ease; }
  .card-linklist a:hover { background-color: rgba(114, 184, 206, 0.15); }
  .card-linklist a:hover img { transform: scale(1.1); }
  .card-linklist a:hover dl dd { color: #0a1f33; }
  .card-linklist a dl dt {
    font-size: 2rem;
    padding: 16px 24px 0;
  }
  .card-linklist a dl dd { padding: 8px 24px 16px; }
  .icon-arrow {
    width: 7.2px;
    height: 13.4px;
    margin-left: 20px;
  }
  .ck365-inner {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
