.c-list-view .c-col {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 32px;
  padding-bottom: 32px;
  position: relative;
}
.c-list-view .c-col__header {
  width: 100px;
}
.c-list-view .c-col__ttl {
  color: #0033a1;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 12px;
}
.c-list-view .c-item__header {
  margin-bottom: 0;
  max-width: 100px;
}
.c-list-view .c-item__favorit {
  position: absolute;
  right: 0;
  top: 0;
}
.c-list-view .c-item__img--list img {
  width: 100px;
  height: auto;
}
.c-grid {
  display: flex;
  flex-wrap: wrap;
}
.c-grid--footer,
.c-grid.is-row {
  flex-direction: row;
}
.c-grid--col2 > * {
  width: 47.083%;
  margin-right: 5.833%;
}
.c-grid--col2 > :nth-of-type(2n) {
  margin-right: 0;
}
.c-grid--col3 > * {
  width: 30.66%;
  margin-right: 4.01%;
}
.c-grid--col3 > :nth-of-type(3n) {
  margin-right: 0;
}
.c-grid--col4 > * {
  width: 23.335%;
  margin-right: 2.22%;
}
.c-grid--col4 > :nth-of-type(4n) {
  margin-right: 0;
}
.c-grid--col5 > * {
  width: 17.85%;
  margin-right: 2.6875%;
}
.c-grid--col5 > :nth-of-type(5n) {
  margin-right: 0;
}
.c-grid--footer {
  justify-content: space-between;
}
.c-grid--center {
  justify-content: center;
}
.c-col__img {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 56%;
}
.l-footer__btm,
.sns-area ul,
.sub-nav ul {
  display: flex;
}
.c-col__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-col__link .c-col__txt {
  color: #333;
}
.c-col__ttl {
  color: #0033a1;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 12px;
}
.p-index-topics-swiper .c-grid--col3 .c-col {
  margin-bottom: 24px;
}
.l-footer {
  width: 100%;
  background-color: #00133d;
}
.l-footer__inner {
  padding: 24px 0;
  color: #fff;
  max-width: 1200px;
  margin: auto;
}
.l-footer__ttl {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.l-footer__ttl a {
  color: #fff;
}
.l-footer__accordion-icon {
  display: none;
}
.l-footer__subttl {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px;
  margin-top: -12px;
  font-weight: 400;
}
.l-footer__lists {
  margin-bottom: 24px;
}
.l-footer__list {
  margin: 0 0 6px;
}
.l-footer__link {
  color: #bababa;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer__btm {
  justify-content: space-between;
  border-top: 1px solid #fff;
  margin-top: 16px;
  padding-top: 40px;
}
.sub-nav li {
  margin-bottom: 24px;
  border-right: 1px solid #fff;
  padding-left: 16px;
  line-height: 18px;
}
.sub-nav li:nth-of-type(1) {
  width: 90px;
  padding-left: 0;
}
.sub-nav li:nth-of-type(2),
.sub-nav li:nth-of-type(3) {
  width: 104px;
}
.sub-nav li:nth-of-type(4) {
  width: 128px;
}
.sub-nav li:last-child {
  border-right: none;
  padding-right: 0;
}
.sub-nav a {
  font-size: 12px;
  /* font-size: 1.2rem; */
  line-height: 1;
  color: #fff;
}
.sns-area li {
  margin-right: 8px;
}
.copyright-area {
  text-align: right;
  font-size: 12px;
  /* font-size: 1.2rem; */
  padding-top: 24px;
}
.copyright-area .copyright {
  display: inline-block;
  margin-top: 12px;
}
.copyright-area__logomark {
  display: flex;
  justify-content: flex-end;
}
.c-footer-bnr {
  width: 23%;
  margin-bottom: 2%;
  margin-right: 2.6666666667%;
}
.c-footer-bnr:nth-of-type(4n) {
  margin-right: 0;
}
.c-footer-bnr-block {
  background-color: #f5f7fb;
  padding: 80px 0 24px;
  border-top: 1px solid #ccc;
}
.c-footer-bnr-wrap {
  margin: 0;
  padding: 0 calc(50% - 600px);
  display: flex;
  flex-wrap: wrap;
}
.c-footer-bnr__link {
  color: #333;
}
.c-footer-bnr__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 12px 0 0;
}
.c-footer-bnr__txt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-footer-bnr,
  .l-footer__lists,
  .l-footer__subttl {
    margin-left: 24px;
  }
  .c-list-view .c-item:nth-child(odd) {
    padding-right: 0;
  }
  .c-list-view .c-item:nth-child(even) {
    padding-left: 0;
  }
  .c-list-view .c-col:last-child {
    margin-bottom: 24px;
  }
  .c-list-view .c-item__favorit {
    position: static;
  }
  .c-list-view .c-item__img--list img {
    width: 72px;
  }
  .c-grid--col2 > * {
    width: 100%;
    margin-right: 0;
  }
  .c-grid--col3 > * {
    width: 96%;
    margin-right: 4%;
  }
  .c-grid--col3 > :nth-of-type(3n) {
    margin-right: 0;
  }
  .c-grid--sp-col2 > * {
    width: 50%;
    margin-right: 0;
  }
  .c-grid--footer {
    flex-direction: column;
  }
  .l-footer__inner {
    padding: 24px;
  }
  .l-footer__ttl {
    position: relative;
    margin-top: 0;
  }
  .l-footer__accordion-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
  }
  .l-footer__accordion-icon::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 12px;
  }
  .l-footer__accordion-icon::after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: 5px;
    top: 7px;
    transition: 0.3s;
  }
  .l-footer__accordion,
  .l-footer__accordion-icon.is-open::before {
    display: none;
  }
  .l-footer__accordion-icon.is-open::after {
    transition: 0.3s;
    transform: rotate(90deg);
  }
  .l-footer__btm {
    display: block;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .sub-nav {
    width: 100%;
    margin-bottom: 32px;
  }
  .sub-nav-group {
    padding: 0;
  }
  .sub-nav ul {
    width: 50%;
    flex-direction: column;
  }
  .sub-nav li {
    border: 0;
    padding-left: 0;
  }
  .sub-nav li:nth-of-type(3) {
    width: auto;
  }
  .sub-nav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 24px 0 12px;
  }
  .sns-area ul {
    justify-content: center;
  }
  .sns-area {
    margin-bottom: 54px;
  }
  .copyright-area {
    text-align: center;
    padding-top: 0;
  }
  .copyright-area .copyright {
    text-align: center;
  }
  .copyright-area__logomark {
    margin-bottom: 8px;
    justify-content: center;
  }
  .c-footer-bnr {
    width: calc(50% - 24px);
    margin-right: 0;
    margin-bottom: 0;
  }
  .c-footer-bnr:nth-of-type(n + 3) {
    margin-top: 32px;
  }
  .c-footer-bnr-block {
    padding: 40px 0;
  }
  .c-footer-bnr-wrap {
    padding: 0 24px 0 0;
  }
  .c-footer-bnr__ttl {
    line-height: 1.4;
    margin: 8px 0 0;
  }
  .c-footer-bnr__txt {
    line-height: 1.4;
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-list-view .c-item__price span {
    display: inline;
  }
}
