@media screen and (min-width: 768px) and (max-width: 880px) {
  #staticSection.notice p {
    font-size: 1rem;
  }
  #staticSection.notice .static_sub_ttl {
    font-size: 1.3rem;
  }
  #staticSection.notice .static_wrap {
    gap: 3.5rem;
  }
}
#staticSection.notice .static_content_inner {
  margin-top: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  #staticSection.notice .static_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10.5rem;
    width: 95%;
    max-width: 1400px;
    margin: auto;
  }
  #staticSection.notice .static_content_inner {
    width: 100%;
    margin: 0;
    margin-top: 100px;
  }
  #staticSection.notice .static_wrap a {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .static_sub_ttl.first {
    padding-top: 0 !important;
  }
}

.notice__ttl {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .notice__ttl {
    font-size: 3.8666666667vw;
    margin-bottom: 10vw;
    line-height: 1.5;
  }
}
.notice__ttl.price {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .notice__ttl.price {
    font-size: 2.4rem;
  }
}
.notice__list {
  font-size: 1.5rem;
  border: #333 1px solid;
  margin: 0 auto 120px;
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .notice__list {
    font-size: 3.4666666667vw;
    width: 100%;
    margin-bottom: auto;
  }
}
.notice__listItem:not(:last-child) {
  border-bottom: #333 1px solid;
}
.notice__ctList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice__ctList li {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .notice__ctList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5vw;
  }
}
.notice__ctList .first {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .notice__ctList .first {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.notice__ctName {
  width: 60%;
  border-right: #333 1px solid;
}
@media screen and (max-width: 767px) {
  .notice__ctName {
    width: 45%;
  }
}
.notice__ctCapa {
  width: 10%;
  border-right: #333 1px solid;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .notice__ctCapa {
    width: 15%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.notice__ctOldPrice {
  width: 15%;
  border-right: #333 1px solid;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .notice__ctOldPrice {
    width: 20%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.notice__ctNewPrice {
  width: 15%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .notice__ctNewPrice {
    width: 20%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.noticeWrap {
  margin-bottom: 30px;
}
.noticeWrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .noticeWrap {
    margin-bottom: 4vw;
  }
}
.noticeWrap.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .noticeWrap.mb60 {
    margin-bottom: 8vw;
  }
}
.noticeWrap__txt {
  margin-top: 0 !important;
}
@media screen and (min-width: 1025px) {
  .noticeWrap__txt.price {
    font-size: 1.5rem !important;
  }
}
.noticeWrap__txt.subttl {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .noticeWrap__txt.subttl {
    font-size: 1.6rem !important;
  }
}
.noticeWrap__txt.notice_indent {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
.noticeWrap__txt.notice_indent_1_5 {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}
.noticeWrap__txt.notice_indent_3 {
  text-indent: -3em !important;
  padding-left: 3em !important;
}
.noticeWrap__txt.ta_r {
  text-align: right;
}
.noticeWrap__txt.ta_c {
  text-align: center;
}
.noticeWrap__txt.bold {
  font-weight: bold;
}
.noticeWrap__txt.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .noticeWrap__txt.mb10 {
    margin-bottom: 2vw;
  }
}
.noticeWrap__txt span {
  text-decoration: underline;
}
.noticeWrap__txt--2 {
  font-size: 1.5rem !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .noticeWrap__txt--2 {
    font-size: 3.7333333333vw !important;
  }
}
.noticeWrap__txt a {
  text-decoration: underline;
  display: inline !important;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .noticeWrap__txt a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
  }
}
@media screen and (min-width: 1025px) {
  .noticeWrap__txt a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
  }
}