@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* ==============================
    アーカイブページ
============================== */
body.archive .p-contents .p-main {
  padding: 3.2rem 0 5.2rem;
}
@media (max-width: 720px) {
  body.archive .p-contents .p-main {
    padding: 3.2rem 0 5.2rem;
  }
}
body.archive .p-contents .p-main .p-archive {
  margin: 20px auto 0;
}
@media (min-width: 721px) {
  body.archive .p-contents .p-main .p-archive {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 720px) {
  body.archive .p-contents .p-main .p-archive {
    margin: 0;
  }
}
@media (min-width: 721px) {
  body.archive .p-contents .p-main .p-archive section.p-archive__left {
    width: 26%;
  }
}
@media (max-width: 720px) {
  body.archive .p-contents .p-main .p-archive section.p-archive__left {
    margin-bottom: 8em;
  }
}
body.archive .p-contents .p-main .p-archive section.p-archive__left .c-catList {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  padding-top: 1rem;
  padding-left: 2.6rem;
}
body.archive .p-contents .p-main .p-archive section.p-archive__left .c-catList li {
  margin-bottom: 0.8571428571em;
}
body.archive .p-contents .p-main .p-archive section._rightcont {
  width: 65%;
}
@media (max-width: 720px) {
  body.archive .p-contents .p-main .p-archive section._rightcont {
    width: 100%;
  }
}
body.archive .p-contents .p-main .p-archive section h2 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.1875;
  margin-bottom: 2em;
  padding-bottom: 0.5625em;
  border-bottom: solid 1px;
}
@media (max-width: 720px) {
  body.archive .p-contents .p-main .p-archive section h2 {
    margin-bottom: 0.5em;
  }
}
body.archive .p-contents .p-main .p-archive section h2 span {
  display: block;
  font-weight: 400;
  font-size: 0.6875em;
  line-height: 1.1818181818;
  margin-bottom: 0.2em;
  color: #7f7f7f;
}/*# sourceMappingURL=archive.css.map */