@charset "UTF-8";

/* ---------------------
  case
--------------------- */
.case .main__transition {
  margin-top: 20px;
}
.case .main__btn {
  max-width: 230px;
  margin: 0;
  padding: 8px 10px 5px;
  font-size: 1.8rem;
  background: linear-gradient(169deg, #8ec54a 0%, #8ec54a 50%, #a4d06f 50%, #a4d06f 100%);
  border-radius: 6px;
}
.case .main__btn::after {
  top: 1px;
  width: 18px;
  height: 18px;
  background: url(../../common/images/renewal2023/ico_btn_03.png) no-repeat 0 0 / 100% auto;
}
.case .main__item {
  display: flex;
  line-height: 1.4;
}
.case .main__item:not(:first-child) {
  margin-top: 30px;
}
.case__date {
  position: relative;
  top: 2px;
  width: 140px;
  height: 24px;
  padding: 1px 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  background-color: #66cef3;
  border-radius: 3px;
}
.case__name {
  width: calc(100% - 140px - 20px);
  margin-left: 20px;
  font-size: 2rem;
}
a.case__link,
a.case__link:visited {
  display: inline-block;
  color: #2b2b2b;
}


/* ---------------------
  caseDetail
--------------------- */
.caseDetail:not(:first-of-type) {
  margin-top: 45px;
}
.caseDetail:not(:first-of-type) .column {
  padding-top: 45px;
  background-image: linear-gradient(to right, #808080 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.caseDetail:last-of-type {
  padding-bottom: 45px;
  background-image: linear-gradient(to right, #808080 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.caseDetail .column__thumb {
  width: 360px;
  min-width: 360px;
  margin-right: 45px;
}
.caseDetail .type--right .column__thumb {
  margin: 0 0 0 45px;
}
.caseDetail__date {
  font-weight: 700;
  color: #989898;
  font-size: 1.6rem;
}
.caseDetail .main__midttl {
  margin-top: 5px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 2.5rem;
}
.caseDetail .main__midttl::before {
  top: 5px;
}
.caseDetail .main__midttl::after {
  content: none;
}
.caseDetail .column__txt {
  margin-top: 30px;
}


/* SP */
@media screen and (max-width: 750px) {
  /* case */
  .case .main__btn {
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .case .type--right .column__thumb {
    margin: 20px auto 0;
  }
  .case__date {
    top: 0;
    width: 100px;
  }
  .case__name {
    width: calc(100% - 140px - 10px);
    margin-left: 10px;
    font-size: 1.8rem;
  }
  /* caseDetail */
  .caseDetail:not(:first-of-type) {
    margin-top: 30px;
  }
  .caseDetail:not(:first-of-type) .column {
    padding-top: 30px;
  }
  .caseDetail:last-of-type .column {
    padding-bottom: 30px;
  }
  .caseDetail .column__thumb,
  .caseDetail .type--right .column__thumb {
    width: 210px;
    min-width: 210px;
    margin: 0 auto;
  }
  .caseDetail .column__txt {
    margin-top: 20px;
  }
}