/*** THEME ***/
footer .base .fr {
  position: relative;
  right: auto;
  bottom: auto; }

footer .base .fr .links li.pd .ttl {
  line-height: 1;
  display: flex;
  align-items: center; }
  footer .base .fr .links li.pd .ttl:after {
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    transform-origin: center center;
    margin-left: 0.3125rem;
    transition: all .6s; }
  footer .base .fr .links li.pd .ttl.open::after {
    margin-top: 0.1875rem;
    transform: rotate(-135deg); }
footer .base .fr .links li.pd .archive_wrap {
  display: none;
  margin-top: 0.625rem; }
footer .base .fr .links li.pd .archive {
  display: flex;
  flex-flow: column;
  gap: 0.625rem 0; }
  footer .base .fr .links li.pd .archive li {
    margin: 0; }
  footer .base .fr .links li.pd .archive a {
    line-height: 1; }
@media only screen and (max-width: 736px) {
  footer .base .fr .links li.pd .ttl:after {
    width: 0.7058823529rem;
    height: 0.7058823529rem;
    margin-left: 0.5882352941rem; }
  footer .base .fr .links li.pd .ttl.open::after {
    margin-top: 0.3529411765rem; }
  footer .base .fr .links li.pd .archive_wrap {
    margin-top: 1.1764705882rem; }
  footer .base .fr .links li.pd .archive {
    gap: 1.1764705882rem 0; } }
