@charset "utf-8";

/* common
==================================================================================== */
.site_24h_charitycontents .site_24h_second_box_inner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.site_24h_charitycontents_title {
  color: #2B97E3;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.site_24h_charitycontents_title br {
  /* display: none; */
}

.site_24h_charitycontents_detail {
  padding: 0 60px;
}

.site_24h_charitycontents_detail_item {
  margin-top: 50px;
}
/* 小見出し */
.site_24h_charitycontents_detail_title {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.site_24h_charitycontents_detail_text {
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 30px;
}
.site_24h_charitycontents_detail_text span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.site_24h_charitycontents_detail_list {
  display: flex;
  width: 100%;
  margin-top: 30px;
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.site_24h_charitycontents_detail_list_cast > span:not(:last-child) {
  margin-right: 30px;
}
.site_24h_charitycontents_detail_list > .is-sp {
  display: none;
}


/* auction
==================================================================================== */
.site_24h_charitycontents_auction_img {
  width: 100%;
  max-width: 960px;
  margin-top: 50px;
}
.site_24h_charitycontents_auction_img_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.site_24h_charitycontents_auction_img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.site_24h_charitycontents_auction_img_list {
  margin: 20px auto 0;
}
.site_24h_charitycontents_auction_img_list:not(:first-of-type) {
  margin: 30px auto 0;
}
.site_24h_charitycontents_auction_img_list li {
  position: relative;
}
.site_24h_charitycontents_auction_img_list.is-2column li {
  width: 49.125%;
}
.site_24h_charitycontents_auction_img_list.is-3column li {
  width: 32%;
}

.site_24h_charitycontents_auction_img_list.is-2column li:not(:nth-of-type(2n+1)) {
  margin-left: 1.75%;
}
.site_24h_charitycontents_auction_img_list.is-2column li:nth-of-type(n+3) {
  margin-top: 30px;
}

.site_24h_charitycontents_auction_img_list.is-3column li:nth-child(3n + 1) {
  margin-left: 0;
}
.site_24h_charitycontents_auction_img_list.is-3column li:nth-child(3n + 2),
.site_24h_charitycontents_auction_img_list.is-3column li:nth-child(3n + 3) {
  margin-left: 2%;
}
.site_24h_charitycontents_auction_img_list.is-3column li:nth-child(n + 4) {
  margin-top: 30px;
}
.site_24h_charitycontents_auction_img_list .auction_img > img {
  border: 1px solid #CCC;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.site_24h_charitycontents_auction_img_list p {
  color: #252525;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
.site_24h_charitycontents_auction_img_list .description {
  margin-top: 15px;
}
.site_24h_charitycontents_auction_img_list .artist {
  font-size: 20px;
}
.site_24h_charitycontents_auction_img_list .title-img {
  margin-top: 5px;
  text-align: center;
}
.site_24h_charitycontents_auction_img_list .title-img img {
  width: auto;
  height: 30px;
  vertical-align: bottom;
}

.site_24h_charitycontents_auction_img_list .title {
  margin-top: 5px;
  font-size: 20px;
  line-height: 30px;
}
.site_24h_charitycontents_auction_img_list .copyright {
  display: block;
  text-align: center;
}

.site_24h_charitycontents_auction_img_list_text {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.site_24h_charitycontents_detail_btn.is-top {
  margin-top: 50px;
}
.site_24h_charitycontents_detail_btn.is-bottom {
  margin-top: 50px;
  border-top: 1px solid #ccc;
}
.site_24h_charitycontents_detail_btn_text.pink {
  margin-top: 50px;
  color: #E70F7A;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.site_24h_charitycontents_detail_btn_text {
  margin-top: 30px;
  padding: 0 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.site_24h_charitycontents_detail_auction_btn {
  display: block;
  width: 400px;
  background: #E70F7A;
  border-radius: 50px;
  margin: 50px auto 0;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}

/* リストタイプ */
.site_24h_charitycontents_auction_agreement {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.site_24h_charitycontents_auction_agreement_item {
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
  margin-top: 20px;
}
.site_24h_charitycontents_auction_agreement_item a {
  color: #2b97e3;
  font-weight: 500;
  text-decoration: underline;
  word-break: break-word;
}
.site_24h_charitycontents_auction_agreement_item_subitem {
  margin-top: 10px;
}
.site_24h_charitycontents_auction_agreement_item_subitem > li {
  padding-left: 2em;
  text-indent: -1em;
  position: relative;
}
.site_24h_charitycontents_auction_agreement_item_text {
  font-size: 14px;
  font-weight: 400;
  padding-left: 0;
  text-indent: 0;
  position: relative;
  margin-top: 20px;
}
.site_24h_charity_detail_agreement_item_subitem {
  margin-top: 10px;
}
.site_24h_charity_detail_agreement_item_subitem li {
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
}

/* エントリーテキスト */
.site_24h_charitycontents_detail_entry {
  margin-top: 30px;
  background: #EAF4FC;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.site_24h_charitycontents_detail_entry_text {
  color: #2B97E3;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  text-align: left;
}

.site_24h_charitycontents_detail_entry_text span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* お問合せ先 */
.site_24h_charitycontents_detail_inquary {
  margin-top: 50px;
  background: #efefef;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.site_24h_charitycontents_detail_inquary_contact {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.site_24h_charitycontents_detail_inquary_contact a {
  display: inline-block;
  text-decoration: underline;
}
.isPC .site_24h_charitycontents_detail_inquary_contact .is-mail {
  pointer-events: auto;
}
.site_24h_charitycontents_detail_inquary_text {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
}
.site_24h_charitycontents_detail_inquary_text span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* banner
==================================================================================== */
.site_24h_charitycontents_banner_title {
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.site_24h_charitycontents_banner_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.site_24h_charitycontents_banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.site_24h_charitycontents_banner_list_item {
  position: relative;
  width: 48.9583%;
}
.site_24h_charitycontents_banner_list_item:not(:nth-of-type(2n+1)) {
  margin-left: 2.083%;
}
.site_24h_charitycontents_banner_list_item:nth-of-type(n+3) {
  margin-top: 2.083%;
}

.site_24h_charitycontents_banner_list_item.is-new:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url('/24h/assets/images/common/nav_icon_new.png') no-repeat center; /* NEWマーク　左上固定の場合は left top */
  background-size: contain;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 30;
}

.site_24h_charitycontents_banner_list img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.site_24h_charitycontents_banner_list a {
  display: block;
}

@media only screen and (max-width: 768px) {
  /* auction
  ==================================================================================== */
  .site_24h_charitycontents_auction_img_list {
    display: block;
  }
  .site_24h_charitycontents_auction_img_list.is-2column li,
  .site_24h_charitycontents_auction_img_list.is-3column li {
    width: 100%;
  }
  .site_24h_charitycontents_auction_img_list.is-2column li:not(:nth-of-type(2n+1)) {
    margin-left: 0;
  }
  .site_24h_charitycontents_auction_img_list.is-2column li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .site_24h_charitycontents_auction_img_list.is-2column li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .site_24h_charitycontents_auction_img_list.is-3column li:nth-child(3n + 2),
  .site_24h_charitycontents_auction_img_list.is-3column li:nth-child(3n + 3) {
    margin-left: 0;
  }
  .site_24h_charitycontents_auction_img_list.is-3column li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .site_24h_charitycontents_auction_img_list .description {
    margin-top: 10px;
  }
  .site_24h_charitycontents_auction_img_list .artist,
  .site_24h_charitycontents_auction_img_list .title,
  .site_24h_charitycontents_auction_img_list_text {
    font-size: 4.26667vw;
  }
  .site_24h_charitycontents_detail_btn_text.pink {
    padding: 0;
    font-size: 4.2vw;
  }
  .site_24h_charitycontents_detail_btn_text {
    margin-top: 6.35%;
    padding: 0 5.633803%;
    font-size: 3.734vw;
  }
  .site_24h_charitycontents_detail_auction_btn {
    width: 100%;
    font-size: 3.74vw;
    padding: 5.72% 0;
  }
  /* 小見出し */
  .site_24h_charityrun_detail_item_title {
    font-size: 3.734vw;
  }
  .site_24h_charityrun_detail_item_text {
    font-size: 3.734vw;
  }


  /* banner
  ==================================================================================== */
  .site_24h_charitycontents_banner_title {
    font-size: 3.73vw;
  }
  .site_24h_charitycontents_banner_inner {
    padding: 20px 0 0;
  }
  .site_24h_charitycontents_banner_list {
    display: block;
  }
  .site_24h_charitycontents_banner_list_item {
    width: 100%;
  }
  .site_24h_charitycontents_banner_list_item:not(:nth-of-type(2n+1)) {
    margin-left: 0;
  }
  .site_24h_charitycontents_banner_list_item:nth-of-type(n+3) {
    margin-top: 0;
  }
  .site_24h_charitycontents_banner_list_item:nth-of-type(n+2) {
    margin-top: 2.985075%;
  }

  @media only screen and (max-width: 960px) {
    .site_24h_charitycontents_banner_list_item.is-new:before {
      width: 7.166%;
      height: 29.9%;
      background: url('/24h/assets/images/common/nav_icon_new_sp.png') no-repeat center;
      background-size: contain;
      top: -5px;
      right: 5px;
    }
  }
}

@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 768px) {
  .site_24h_charitycontents_title {
    line-height: 1.4;
  }
  .site_24h_charitycontents_title br {
    display: inline;
  }
  .site_24h_charitycontents_detail {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .site_24h_charitycontents .site_24h_second_box_inner {
    padding-top: 46px;
    padding-bottom: 50px;
  }
  .site_24h_charitycontents_title {
    font-size: 4.8vw;
  }
  .site_24h_charitycontents_detail {
    padding: 0;
  }
  .site_24h_charitycontents_detail_item {
    margin-top: 15%;
  }
  .site_24h_charitycontents_detail_text {
    font-size: 3.73333vw;
  }
  .site_24h_charitycontents_detail_list {
    font-size: 3.73333vw;
  }
  .site_24h_charitycontents_detail_list dt {
    width: 19%;
  }
  .site_24h_charitycontents_detail_list_cast > span:not(:last-child) {
    margin-right: 10px;
  }
  .site_24h_charitycontents_detail_list > .is-sp {
    display: block;
  }

  /* auction
  ==================================================================================== */
  /* お問合せ先 */
  .site_24h_charitycontents_detail_inquary {
    font-size: 4.27vw;
  }
  .site_24h_charitycontents_detail_inquary_text {
    font-size: 3.2vw;
  }

  .site_24h_charitycontents_detail_text {
    font-size: 3.73333vw;
  }
  .site_24h_charitycontents_auction_agreement_item {
    font-size: 3.73333vw;
  }
}
@media only screen and (max-width: 358px) {
  .site_24h_charitycontents_detail_list_cast > span:not(:last-child) {
    margin-right: 5px;
  }
}