body {
  /* -webkit-font-smoothing: antialiased; */
  /* font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', sans-serif; */
}

.ns-header .ns-header-nav .submenu .submenu-list a .title {
		transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.ns-header .ns-header-nav .submenu .submenu-list a:hover .title,
.ns-header .ns-header-nav .submenu .submenu-list a:active .title {
    text-decoration: none;
		opacity: .5;
}



/* ニュース記事ページ */
@media screen and (min-width: 769px) {
  .ns-news-singular .ns-news-content .ns-news-content-text h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
  .ns-news-singular .ns-news-content .ns-news-content-text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
  }
  .ns-news-singular .ns-news-content .ns-news-content-text h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
}


/* THINK一覧ページ */
@media screen and (min-width: 769px){
	.ns-think-archive .ns-title-tabs .ns-title-tab.is-active {
	    margin-left: 79px;
	}
	.ns-member-archive .ns-title-tabs .ns-title-tab:first-child {
	    margin-left: 79px;
	}
}

/* THINK記事ページ */
@media screen and (min-width: 769px) {
  .ns-ideas-singular .ns-ideas-header .ns-page-title-prefix {
    margin-bottom: 10px;
  }
  .ns-ideas-singular .ns-ideas-header {
    margin-bottom: 60px;
  }
  .ns-ideas-singular .ns-ideas-single-content p {
    line-height: 2;
    padding-bottom: 30px;
  }
  .ns-ideas-singular .ns-ideas-single-content p+p {
      margin-top: 0;
  }
  .ns-ideas-singular .ns-ideas-single-content h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
		margin-bottom: 10px;
  }
  .ns-ideas-singular .ns-ideas-single-content h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
		margin-bottom: 10px;
  }
  .ns-ideas-singular .ns-ideas-single-content h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
		margin-bottom: 10px;
  }
}

/* THINK メンバーページ */
@media screen and (min-width: 769px) {
  .ns-member-singular .ns-member-profile .ns-member-profile-data .ns-member-history {
    margin-top: 55px;
    font-size: 16px;
    line-height: 2;
  }
  .ns-member-singular .ns-member-profile .ns-member-profile-data .ns-member-comment {
    margin-top: 62px;
    line-height: 2.133333333;
    font-size: 15px;
  }
}

/* RECRUITインタビューページ */
@media screen and (min-width: 769px) {
  .ns-staff-singular .ns-staff-content p {
    font-size: 15px;
  }
}
