article {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 1260px) {
  article {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  article {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  article {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  article {
    margin-bottom: 30px;
  }
}
article .info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
article .info .date {
  margin-top: 3px;
  white-space: nowrap;
}
article .info .cate {
  font-size: 1.4rem;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 20px;
  margin-left: 20px;
  padding: 5px 20px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  article .info .cate {
    margin-left: 10px;
    font-size: 1.3rem;
    padding: 4px 20px;
  }
}
article h3 {
  margin-bottom: 30px;
  font-size: 4rem;
  line-height: 120%;
  line-height: 150%;
}
@media screen and (max-width: 1200px) {
  article h3 {
    font-size: clamp(14px, 3.3333333333vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  article h3 {
    font-size: calc(4rem * 0.75);
  }
}
article .photo {
  margin-bottom: 30px;
}
article .text p {
  margin-bottom: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  article .text p {
    line-height: 1.8;
  }
}
article .sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
article .sub .subPhoto:not(:last-child) {
  width: 50%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  article .sub .subPhoto:not(:last-child) {
    width: 100%;
    margin-bottom: 20px;
  }
}
article .sub .subPhoto:last-child {
  width: 100%;
}
article .sub > div:not(:first-child) {
  width: calc(50% - 3vw);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  article .sub > div:not(:first-child) {
    width: 100%;
  }
}
article .sub > div p {
  margin-bottom: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  article .sub > div p {
    line-height: 1.8;
  }
}

.listArea {
  background-color: #f5f5f5;
  background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 calc(100vw - (100vw - 1200px) / 4), transparent calc(100vw - (100vw - 1200px) / 4), transparent 100%);
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .listArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.listArea > section {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .listArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea > section {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.listArea > section h4 {
  font-size: 3rem;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .listArea > section h4 {
    font-size: clamp(14px, 2.5vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  .listArea > section h4 {
    font-size: calc(3rem * 0.75);
  }
}
.listArea > section .list {
  margin-bottom: 30px;
}
.listArea > section .list > div {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  padding: 35px 0;
}
@media screen and (max-width: 960px) {
  .listArea > section .list > div {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.listArea > section .list > div .date {
  margin-top: 3px;
  white-space: nowrap;
}
.listArea > section .list > div .cate {
  font-size: 1.4rem;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 20px;
  margin: 0 30px;
  padding: 5px 20px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .listArea > section .list > div .cate {
    margin: 0 0 0 10px;
    font-size: 1.3rem;
    padding: 4px 20px;
  }
}
.listArea > section .list > div .tit {
  margin-top: 3px;
}
@media screen and (max-width: 960px) {
  .listArea > section .list > div .tit {
    width: 100%;
    margin-top: 10px;
  }
}
.listArea > section .textBtn {
  text-align: right;
}
.listArea > section .textBtn a {
  text-align: left;
}/*# sourceMappingURL=detail.css.map */