/*
body class="girls" にのみ適用されます
アクセントカラーを変更する場合は #259797 で検索＆置換
番宣のリンクの色は #f4b1b1 にしてあります
*/
.girls .notice--girlsall {
	background: #f3f3f3;;
	box-shadow: none;
}
.girls .notice--girlsall .content--notice {
	display: block;
	padding: 86px 0 0;
}

@media screen and (max-width: 1023px) {
  .girls .notice--girlsall .content--notice {
    padding: 82px 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .girls .notice--girlsall .content--notice {
    background-image: url(https://podcasts.tfm.co.jp/lock/common/img/bg_notice-top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 82px 0 0;
  }
}

.girls .notice--girlsall ul {
  display: flex;
  flex-wrap: wrap;
}
.girls .notice--girlsall .notice__girlslist li a img {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .girls .notice--girlsall .notice__girlslist li {
    width: 100%;
  }
  .girls .notice--girlsall .notice__girlslist li a img:first-child {
    display: block;
  }
  .girls .notice--girlsall .notice__girlslist li a img:last-child {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .girls .notice--girlsall .notice__girlslist li {
    width: 100%;
  }
  .girls .notice--girlsall .notice__girlslist li a img:first-child {
    display: none;
  }
  .girls .notice--girlsall .notice__girlslist li a img:last-child {
    display: block;
  }
}

.girls .notice--girlsall .notice__archive li a {
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

.girls .notice--girlsall .notice__archive li a::before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
}

.girls .notice--girlsall .notice__archive li a:hover {
  text-decoration: underline;
}

.girls .notice--girlsall .notice__archive li:last-child {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .girls .notice--girlsall .notice__archive {
    margin-top: 8px;
  }
  .girls .notice--girlsall .notice__archive li:nth-child(-n+4) {
    display: none;
  }
  .girls .notice--girlsall .notice__archive li:last-child {
    text-align: right;
  }
  .girls .notice--girlsall .notice__archive li a {
    font-size: 14px;
  }
  .girls .notice--girlsall .notice__archive li a::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252.47%22%20height%3D%22103.089%22%20viewBox%3D%220%200%2052.47%20103.089%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20clip-path%3A%20url(%23clip-path)%3B%20%7D%20.cls-3%20%7B%20fill%3A%20%23fdda47%3B%20%7D%20%3C%2Fstyle%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201%22%20class%3D%22cls-1%22%20width%3D%2252.47%22%20height%3D%22103.089%22%20transform%3D%22translate(0%200)%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201%22%20class%3D%22cls-2%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20class%3D%22cls-3%22%20d%3D%22M8%2C103.089A8%2C8%2C0%2C0%2C1%2C1.98%2C89.82L34.049%2C53.182%2C2.015%2C12.986A8%2C8%2C0%2C0%2C1%2C14.529%2C3.014l36.2%2C45.423a8%2C8%2C0%2C0%2C1-.237%2C10.254l-36.47%2C41.667A7.98%2C7.98%2C0%2C0%2C1%2C8%2C103.089%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: 6px 13px;
    top: 2px;
    left: -4px;
    width: 6px;
    height: 13px;
  }
}

@media screen and (max-width: 480px) {
  .girls .notice--girlsall .notice__archive {
    padding: 8px 10px;
  }
  .girls .notice--girlsall .notice__archive li {
    border-bottom: 1px solid #5e7b67;
    text-align: left;
    width: 50%;
  }
  .girls .notice--girlsall .notice__archive li:last-child {
    border-bottom: none;
    width: 100%;
  }
  .girls .notice--girlsall .notice__archive li a {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 8px 0;
  }
  .girls .notice--girlsall .notice__archive li:last-child a {
    font-weight: normal;
  }
  .girls .notice--girlsall .notice__archive li a::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252.47%22%20height%3D%22103.089%22%20viewBox%3D%220%200%2052.47%20103.089%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20clip-path%3A%20url(%23clip-path)%3B%20%7D%20.cls-3%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201%22%20class%3D%22cls-1%22%20width%3D%2252.47%22%20height%3D%22103.089%22%20transform%3D%22translate(0%200)%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201%22%20class%3D%22cls-2%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20class%3D%22cls-3%22%20d%3D%22M8%2C103.089A8%2C8%2C0%2C0%2C1%2C1.98%2C89.82L34.049%2C53.182%2C2.015%2C12.986A8%2C8%2C0%2C0%2C1%2C14.529%2C3.014l36.2%2C45.423a8%2C8%2C0%2C0%2C1-.237%2C10.254l-36.47%2C41.667A7.98%2C7.98%2C0%2C0%2C1%2C8%2C103.089%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: 5px 10px;
    margin-right: 8px;
    top: 1px;
    left: 2px;
    width: 5px;
    height: 10px;
  }
}