@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_setSns
========================================== */
.ntv_setSns {
  width: 94%;
  margin: 3% 3% 0;
  border: 1px solid #000;
  background: #fff;
  padding-bottom: 20px;
}

@media only screen and (min-width: 993px) {
  .ntv_setSns {
    width: 49%;
    margin: 20px 0 0 0;
  }
}

.ntv_setSocial_adjustBox {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

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

/* ntv_setSns_lists
------------------------------------------ */
.ntv_setSns_lists {
  text-align: center;
  line-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0;
}

.ntv_setSns_lists li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 601px) {
  .ntv_setSns_lists li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 993px) {
  .ntv_setSns_lists li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.ntv_setSns_lists li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 52px;
  padding-top: 65px;
  width: 52px;
  height: 52px;
  font-size: 9.8px;
  font-size: 0.98rem;
}

.ntv_setSns_lists li.ntv_setSns_facebook a {
  background-image: url("/assets/images/sns/sns-facebook-circle.png");
  color: #415b95;
}

.ntv_setSns_lists li.ntv_setSns_twitter a {
  background-image: url("/assets/images/sns/sns-twitter-circle.png");
  color: #55acee;
}

.ntv_setSns_lists li.ntv_setSns_line a {
  background-image: url("/assets/images/sns/sns-line-circle.png");
  color: #00bc00;
}

.ntv_setSns_lists li.ntv_setSns_instagram a {
  background-image: url("/assets/images/sns/sns-instagram-circle.png");
  color: #7970dc;
}

.ntv_setSns_lists li.ntv_setSns_mail a {
  background-image: url("/assets/images/sns/sns-mail-circle.png");
  color: #e78f34;
}

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

@media only screen and (min-width: 993px) {
  .ntv_setShare {
    width: 49%;
    margin: 20px 0 0 0;
  }
}

.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: block;
  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.ntv_setShare_facebook {
  background-color: #3b5998;
}

.ntv_setShare_lists li a.ntv_setShare_twitter {
  background-color: #55acee;
}

.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;
  }
}
