@charset "UTF-8";
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/
/* #ntv_setSocial
      #ntv_setSns
      #ntv_setShare
*/
#ntv_setSocial {
  padding-bottom: 20px;
}

#ntv_setSocial + #ntv_setAD_PC_300_250.on {
  padding-top: 10px;
}

.ntv_setSocial_adjustBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

/* #ntv_setShare
========================================== */
.ntv_setShare {
  width: 94%;
  margin: 3% 3% 0;
  border: 1px solid #000;
  background: #fff;
}

.ntv_setShare_title {
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #333;
  padding: 9px 9px;
  position: relative;
  font-weight: bold;
  line-height: 1.0;
}

/* ntv_setShare_lists
------------------------------------------ */
.ntv_setShare_lists {
  text-align: center;
  padding: 25px 10px;
  overflow: hidden;
}

@media only screen and (min-width: 993px) {
  .ntv_setShare_lists {
    padding: 25px 65px;
  }
}

.ntv_setShare_lists li {
  display: block;
  width: 31%;
  float: left;
}

.ntv_setShare_lists li:nth-child(n+2) {
  margin-left: 3.5%;
}

.ntv_setShare_lists li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  line-height: 1;
  padding: 15px 0;
  border-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
}

.ntv_setShare_lists li a i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ntv_setShare_lists li a.ntv_setShare_facebook {
  padding: 5px 0;
  background-color: #1877f2;
}

.ntv_setShare_lists li a.ntv_setShare_facebook i {
  background-image: url("/assets/images/sns/sns-facebook-square.png");
}

.ntv_setShare_lists li a.ntv_setShare_twitter {
  padding: 5px 0;
  background-color: #000;
}

.ntv_setShare_lists li a.ntv_setShare_twitter i {
  background-image: url("/assets/images/sns/sns-x-square.png");
}

.ntv_setShare_lists li a.ntv_setShare_line {
  background-color: #00b900;
}

/* #ntv_setAD
========================================== */
#ntv_setAD_PC_300_250 {
  display: none;
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
}

#ntv_setAD_PC_300_250 section {
  display: inline-block;
}

#ntv_setAD_PC_300_250 section:first-of-type {
  margin-right: 30px;
}

#ntv_setAD_SP_320_100 {
  display: none;
  text-align: center;
}

#ntv_setAD_SP_300_250 {
  display: none;
  background: #fff;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #979797;
  height: 250px;
  box-sizing: content-box;
}

#ntv_setAD_PC_300_250.on {
  display: block;
}

#ntv_setAD_SP_320_100.on {
  display: block;
}

#ntv_setAD_SP_300_250.on {
  display: block;
}

@media only screen and (max-width: 992px) {
  /* PCでスマホ表示させた場合の広告表示 */
  #ntv_setAD_PC_300_250 section {
    display: block;
  }
  #ntv_setAD_PC_300_250 section:first-of-type {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
