/*--------------------------------------------------------------------------
   Nspress Index
---------------------------------------------------------------------------*/
#Nspress #Contents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .inner {
    display: block;
  }
}
#Nspress #Contents .navis {
  width: 13.57142vw;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .navis {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#Nspress #Contents .navis .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.78571vw;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .navis .tags {
    font-size: 2.93333vw;
  }
}
#Nspress #Contents .navis .tags li {
  margin-right: 1.07143vw;
  margin-bottom: 1.07143vw;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .navis .tags li {
    margin-right: 2vw;
    margin-bottom: 2.66667vw;
  }
}
#Nspress #Contents .navis .tags li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #EEEEEE;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  color: #313131;
  padding: 0.14286vw 0.71429vw;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .navis .tags li a {
    padding: 0.26667vw 1.33333vw;
  }
}
#Nspress #Contents .navis .tags li a:hover {
  color: #FFFFFF;
  background-color: #E81305;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#Nspress #Contents .articles {
  width: 49.99995vw;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles {
    width: 100%;
  }
}
#Nspress #Contents .articles .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .lists {
    display: block;
  }
}
#Nspress #Contents .articles .lists .list {
  position: relative;
  width: 15.71427vw;
  box-sizing: border-box;
  box-shadow: 0vw 0.35714vw 1.07143vw rgba(0, 0, 0, 0.1);
  margin-bottom: 1.42857vw;
  margin-right: 1.42857vw;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
          transition: box-shadow 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .lists .list {
    box-shadow: 0vw 0.66667vw 2vw rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.66667vw;
  }
}
#Nspress #Contents .articles .lists .list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ED2E01;
  z-index: 1;
  -webkit-transition: width 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
          transition: width 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
#Nspress #Contents .articles .lists .list:hover {
  box-shadow: 0vw 0.71429vw 1.42857vw rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
          transition: box-shadow 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .lists .list:hover {
    box-shadow: 0vw 1.33333vw 2.66667vw rgba(0, 0, 0, 0.2);
  }
}
#Nspress #Contents .articles .lists .list:hover:before {
  width: 4px;
  -webkit-transition: width 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
          transition: width 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
#Nspress #Contents .articles .lists .list:hover .pic {
  -webkit-filter: contrast(1.2) brightness(1.2);
          filter: contrast(1.2) brightness(1.2);
  -webkit-transition: all 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
          transition: all 0.3s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
#Nspress #Contents .articles .lists .list:nth-child(3n) {
  margin-right: 0;
}
#Nspress #Contents .articles .lists .list .pic {
  position: relative;
  z-index: 2;
}
#Nspress #Contents .articles .lists .list .pic img {
  width: 100%;
  height: 9.28571vw;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .lists .list .pic img {
    height: 40vw;
  }
}
#Nspress #Contents .articles .lists .list .ttls {
  box-sizing: border-box;
  padding: 1.42857vw;
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .lists .list .ttls {
    padding: 6.66667vw 5.33333vw;
    padding-bottom: 0;
  }
}
#Nspress #Contents .articles .lists .list .ttls .category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DE2F1C;
  font-size: 0.92857vw;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .lists .list .ttls .category {
    font-size: 3.06667vw;
  }
}
#Nspress #Contents .articles .lists .list .ttls .category span {
  padding-left: 1em;
  padding-right: 1em;
}
#Nspress #Contents .articles .lists .list .ttls .category:before, #Nspress #Contents .articles .lists .list .ttls .category:after {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  height: 1em;
  border-left: 1px solid #E91001;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  box-sizing: border-box;
}
#Nspress #Contents .articles .lists .list .ttls .catch {
  font-size: 1.07143vw;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .lists .list .ttls .catch {
    font-size: 4vw;
  }
}
#Nspress #Contents .articles .lists .list .ttls .txt {
  font-size: 0.92857vw;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .lists .list .ttls .txt {
    font-size: 3.33333vw;
  }
}
#Nspress #Contents .articles .lists .list .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.78571vw;
  padding: 1.42857vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .lists .list .tags {
    font-size: 2.93333vw;
    padding: 6.66667vw 5.33333vw;
  }
}
#Nspress #Contents .articles .lists .list .tags li {
  margin-right: 1.07143vw;
  margin-bottom: 0.71429vw;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .lists .list .tags li {
    margin-right: 2vw;
    margin-bottom: 1.33333vw;
  }
}
#Nspress #Contents .articles .lists .list .tags li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #EEEEEE;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  color: #313131;
  padding: 0.14286vw 0.71429vw;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .lists .list .tags li a {
    padding: 0.26667vw 1.33333vw;
  }
}
#Nspress #Contents .articles .lists .list .tags li a:hover {
  color: #FFFFFF;
  background-color: #E81305;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#Nspress #Contents .articles .pager {
  display: none;
}
@media screen and (max-width: 960px) {
  #Nspress #Contents .articles .pager {
    display: block;
  }
}

/*--------------------------------------------------------------------------
   Nspress Detail
---------------------------------------------------------------------------*/
#NspressDetail #Contents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.85714vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .inner {
    margin-bottom: 9.33333vw;
    display: block;
  }
}
#NspressDetail #Contents .kv {
  width: 100%;
  margin-bottom: 5.35714vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .kv {
    margin-bottom: 6.66667vw;
  }
}
#NspressDetail #Contents .navis {
  width: 13.57142vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .navis {
    display: none;
  }
}
#NspressDetail #Contents .navis .txt {
  margin-bottom: 1.42857vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .navis .txt {
    margin-bottom: 2.66667vw;
  }
}
#NspressDetail #Contents .navis .sns {
  position: relative;
  padding-bottom: 2.14286vw;
  margin-bottom: 2.14286vw;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .navis .sns {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
}
#NspressDetail #Contents .navis .sns li {
  width: 2.85714vw;
  height: 2.85714vw;
  margin-right: 1.07143vw;
  position: relative;
  box-sizing: border-box;
  border-radius: 100%;
  background-color: #313131;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: background-color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#NspressDetail #Contents .navis .sns li:hover {
  background-color: #E81305;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#NspressDetail #Contents .navis .sns li a {
  display: block;
  width: 100%;
  height: 100%;
}
#NspressDetail #Contents .navis .sns li img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#NspressDetail #Contents .navis .sns .twitter img {
  width: 1.57143vw;
}
#NspressDetail #Contents .navis .sns .facebook img {
  width: 0.71429vw;
}
#NspressDetail #Contents .navis .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.78571vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .navis .tags {
    font-size: 2.93333vw;
  }
}
#NspressDetail #Contents .navis .tags li {
  margin-right: 1.07143vw;
  margin-bottom: 1.07143vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .navis .tags li {
    margin-right: 2vw;
    margin-bottom: 2.66667vw;
  }
}
#NspressDetail #Contents .navis .tags li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #EEEEEE;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  color: #313131;
  padding: 0.14286vw 0.71429vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .navis .tags li a {
    padding: 0.26667vw 1.33333vw;
  }
}
#NspressDetail #Contents .navis .tags li a:hover {
  color: #FFFFFF;
  background-color: #E81305;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#NspressDetail #Contents .articles {
  width: 49.99995vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles {
    width: 100%;
  }
}
#NspressDetail #Contents .articles .ttls {
  margin-bottom: 3.57143vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .ttls {
    margin-bottom: 8vw;
  }
}
#NspressDetail #Contents .articles .ttls .ttl {
  font-size: 1.78571vw;
  margin-bottom: 1.42857vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .ttls .ttl {
    font-size: 3.06667vw;
    margin-bottom: 2.66667vw;
  }
}
#NspressDetail #Contents .articles .ttls .date {
  line-height: 1.3;
  font-size: 0.92857vw;
  margin-bottom: 1.42857vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .ttls .date {
    font-size: 3.06667vw;
    margin-bottom: 2.66667vw;
  }
}
#NspressDetail #Contents .articles .ttls .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.78571vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .ttls .tags {
    font-size: 2.93333vw;
  }
}
#NspressDetail #Contents .articles .ttls .tags li {
  margin-right: 1.07143vw;
  margin-bottom: 1.07143vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .ttls .tags li {
    margin-right: 2vw;
    margin-bottom: 2.66667vw;
  }
}
#NspressDetail #Contents .articles .ttls .tags li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #EEEEEE;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  color: #313131;
  padding: 0.14286vw 0.71429vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .ttls .tags li a {
    padding: 0.26667vw 1.33333vw;
  }
}
#NspressDetail #Contents .articles .ttls .tags li a:hover {
  color: #FFFFFF;
  background-color: #E81305;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#NspressDetail #Contents .articles .ttls .txt {
  display: none;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .ttls .txt {
    display: block;
  }
}
#NspressDetail #Contents .articles .ttls .sns {
  position: relative;
  padding-bottom: 2.14286vw;
  margin-bottom: 2.14286vw;
  border-bottom: 1px solid #000000;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .ttls .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    margin-top: 4vw;
    border-bottom: none;
  }
}
#NspressDetail #Contents .articles .ttls .sns li {
  width: 2.85714vw;
  height: 2.85714vw;
  margin-right: 1.07143vw;
  position: relative;
  box-sizing: border-box;
  border-radius: 100%;
  background-color: #313131;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: background-color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#NspressDetail #Contents .articles .ttls .sns li:hover {
  background-color: #E81305;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: color 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .ttls .sns li {
    width: 8vw;
    height: 8vw;
  }
}
#NspressDetail #Contents .articles .ttls .sns li a {
  display: block;
  width: 100%;
  height: 100%;
}
#NspressDetail #Contents .articles .ttls .sns li img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#NspressDetail #Contents .articles .ttls .sns .twitter img {
  width: 1.57143vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .ttls .sns .twitter img {
    width: 4.4vw;
  }
}
#NspressDetail #Contents .articles .ttls .sns .facebook img {
  width: 0.71429vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .ttls .sns .facebook img {
    width: 2vw;
  }
}
#NspressDetail #Contents .articles .detail h1, #NspressDetail #Contents .articles .detail h2, #NspressDetail #Contents .articles .detail h3, #NspressDetail #Contents .articles .detail h4, #NspressDetail #Contents .articles .detail h5, #NspressDetail #Contents .articles .detail h6, #NspressDetail #Contents .articles .detail p, #NspressDetail #Contents .articles .detail table {
  margin-bottom: 2.85714vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .detail h1, #NspressDetail #Contents .articles .detail h2, #NspressDetail #Contents .articles .detail h3, #NspressDetail #Contents .articles .detail h4, #NspressDetail #Contents .articles .detail h5, #NspressDetail #Contents .articles .detail h6, #NspressDetail #Contents .articles .detail p, #NspressDetail #Contents .articles .detail table {
    margin-bottom: 9.33333vw;
  }
}
#NspressDetail #Contents .articles .detail h1, #NspressDetail #Contents .articles .detail h2, #NspressDetail #Contents .articles .detail h3, #NspressDetail #Contents .articles .detail h4, #NspressDetail #Contents .articles .detail h5, #NspressDetail #Contents .articles .detail h6 {
  font-weight: bold;
  font-size: 1.14286vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .detail h1, #NspressDetail #Contents .articles .detail h2, #NspressDetail #Contents .articles .detail h3, #NspressDetail #Contents .articles .detail h4, #NspressDetail #Contents .articles .detail h5, #NspressDetail #Contents .articles .detail h6 {
    font-size: 3.73333vw;
  }
}
#NspressDetail #Contents .articles .detail p {
  font-size: 0.92857vw;
}
@media screen and (max-width: 960px) {
  #NspressDetail #Contents .articles .detail p {
    font-size: 3.33333vw;
  }
}
