/* ---------- new-contents ---------- */
#new-contents .slick-slider{
  margin: 0 -8px;
}
#new-contents .slick-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 8px;
}
#new-contents .new-contents-slider .mvp-new-mark{
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 4px;
  z-index: 1;
  margin: auto;
  padding: 5px 8px;
  border-radius: 3px;
  background: #c00000;
  color: #fff;
  font-size: 90%;
  line-height: 1;
}
#new-contents .new-contents-slider img{
  width: 100%;
  border: 1px solid #414650;
}
#new-contents .new-contents-slider p{
  height: 60px;
	padding: 8px 8px 10px;
	background: #414650;
	color: #fff;
	font-size: 86%;
}
#new-contents .new-contents-slider p span{
	position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 36px;
	padding: 0;
  text-align: justify;
  word-break: break-all;
}
#new-contents .slick-arrow{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #454545;
  font-size: 0;
  border: 1px solid #ccc;
}
#new-contents .slick-arrow::before{
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#new-contents .slick-prev{
  left: -15px;
}
#new-contents .slick-next{
  right: -15px;
}
#new-contents .slick-next::before{
  content: "\e900";
}
#new-contents .slick-disabled{
  display: none!important;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #new-contents .slick-slider {
    width: calc(90% + 16px);
    margin: 0 auto;
  }
  #new-contents .new-contents-slider .mvp-new-mark {
    font-size: 100%;
    padding: 3px 4px;
    top: 6px;
    left: 6px;
  }
  #new-contents .slick-slide a {
    width: 100%;
  }
  #new-contents .new-contents-slider p{
    height: 54px;
  }
  #new-contents .new-contents-slider p span{
    min-height: 30px;
  }
}



/* ---------- product-channels ---------- */
.contents-box-section .channels-title a{
  display: table;
  width: 100%;
  margin-bottom: 24px;
  padding: 8px 16px;
}
.contents-box-section .channels-title a:hover{
  text-decoration: none!important;
}
.contents-box-section .channels-title h3{
  display: table-cell;
  width: 65%;
  font-size: 200%;
  font-weight: bold;
  vertical-align: middle;
}
.contents-box-section .channels-title .logo-box{
  display: flex;
  align-items: center;
}
.contents-box-section .channels-title .logo-box p{
  width: 100%;
}
.contents-box-section .channels-title .logo-box p img{
  width: 100%;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  .contents-box-section .channels-title a{
    display: inherit;
    padding: 8px;
  }
  .contents-box-section .channels-title h3{
    width: 100%;
    margin-bottom: 4px;
    font-size: 130%;
  }
  .contents-box-section .channels-title .logo-box{
    display: inherit;
  }
  .contents-box-section .channels-title .logo-box dl{
    width: 100%;
    text-align: left;
  }
  .contents-box-section .channels-title .logo-box dl dt{
    font-size: 70%;
  }
  .contents-box-section .channels-title .logo-box dl dd,
  .contents-box-section .channels-title .logo-box p{
    display: none;
  }
}



/* ---------- contents ---------- */
.details-text.no_title {
    display: none;
}
.contents-box-section .wrap .contents-box-section .wrap{
  padding: 0!important;
}
.contents-box-section .wrap section + section{
  margin-top: 48px;
}
.contents-box-section .wrap{
  padding-bottom: 0!important;
}
.contents-box-section ul{
  display: flex;
  /*justify-content: center;*/
  flex-wrap: wrap;
  margin: 0 -16px;
}
.medical-knowledge .contents-box-section ul{
  justify-content: inherit;
}
.contents-box-section ul li{
  position: relative;
  width: calc(33.333333% - 32px);
  margin: 0 16px 32px;
}

.contents-box-section ul li > a{
  display: block;
  position: relative;
  margin-bottom: 8px;
}
.contents-box-section ul li > a figure img{
  border-radius: 3px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.contents-box-section ul li > a dl{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 3px;
  background: rgba(0,0,0,0.7);
  color: #fff;
}
.contents-box-section ul li > a dl dt{
  overflow: hidden;
  margin-bottom: 16px;
  font-size: 115%;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contents-box-section ul li > a dl dd{
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 120px;
  text-align: justify;
  word-break: break-all;
}
.contents-box-section ul li > a:hover dl{
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .contents-box-section .wrap section + section{
    margin-top: 56px;
  }
}

/* tags-index */
#tags-index #mvp-page-render.contents-box-section  ul li img{
  border: 1px solid #414650;
}

@media screen and (min-width: 768px){
  #tags-index #mvp-page-render.contents-box-section  ul li{
    width: calc(25% - 32px);
  }
}
#tags-index #mvp-page-render.contents-box-section  ul li p {
    height: 60px;
    padding: 8px 8px 10px;
    background: #414650;
    color: #fff;
    font-size: 86%;
}
/*
#tags-index #mvp-page-render.contents-box-section  ul li p span{
	position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 36px;
	padding: 0;
  text-align: justify;
}
*/
#tags-index #mvp-page-render.contents-box-section  ul li p span{
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 36px;
  max-height: 36px;
	padding: 0;
}
#tags-index #mvp-page-render.contents-box-section  ul li p span::before,
#tags-index #mvp-page-render.contents-box-section  ul li p span::after{
  content: '';
  line-height: 1;
  position: absolute;
  right: 0px;
  bottom: 0;
  -ms-wrap-flow: start;
  background: #414650;
  padding: 0 4px;
}
@supports (-webkit-line-clamp: 2) {
  #tags-index #mvp-page-render.contents-box-section ul li p span {
    max-height: none;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  #tags-index #mvp-page-render.contents-box-section  ul li p span::before,
  #tags-index #mvp-page-render.contents-box-section  ul li p span::after {
    content: normal;
  }
}
/* tags */
.contents-box-section .tags{
  margin: 0 -3px;
}
.contents-box-section .tags span{
  display: inline-block;
  margin: 0 3px 7px;
  padding: 4px 5px;
  border: #d9d9d9 1px solid;
  border-radius: 4px;
  background: #f2f2f2;
  color: #666;
  font-size: 80%;
  line-height: 1;
}

/* details-text */

.contents-box-section .details-text {
  margin-bottom: 8px;
}
.contents-box-section .details-text p + p{
  margin-top: 5px;
}
.contents-box-section .details-text p span.mvp-movie-mark{
  display: inline-block;
  margin: -2px 0 0 0;
  padding: 3px 4px 4px;
  border-radius: 2px;
  background: #909090;
  color: #fff;
  font-size: 75%;
  line-height: 1;
  vertical-align: middle;
}
.contents-box-section .details-text p span + span,
.contents-box-section .details-text p a + span{
  margin-left: 8px;
}

/* link-btn */
.contents-box-section .channels-link-btn,
.contents-box-section .more-btn{
  margin: 0 auto 40px;
}
.contents-box-section .more-btn a{
  padding: 8px 50px 8px 32px;
}
.contents-box-section .channels-more-btn a,
.contents-box-section .channels-link-btn a{
  font-size: 140%;
  font-weight: bold;
}
.contents-box-section .channels-more-btn a {
  padding: 8px 100px;
}
.contents-box-section .channels-link-btn a {
  padding: 8px 64px;
}

.contents-box-section .more-btn a::before{
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  width: 15px;
  height: 13px;
  background: url(/common/images/icons/icon_member.png) no-repeat left top / 100% auto;
  content: '';
}

/* ----- TB or SP ----- */
@media screen and (max-width: 1366px) {
  .tb-window .contents-box-section ul li > a dl,
  .sp-window .contents-box-section ul li > a dl{
    display: none;
  }
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
  .contents-box-section ul {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  .contents-box-section ul li {
    position: relative;
    width: 100%;
    margin: 0 auto 32px;
  }
  .contents-box-section ul li .mvp-new-mark{
    font-size: 100%;
    padding: 3px 4px;
    top: 6px;
    left: 6px;
  }
  .contents-box-section ul li > a dl{
    display: none;
  }

  /* tags */
  .contents-box-section .tags {
    margin: 0 -1px 4px;
  }
  .contents-box-section .tags span{
    margin: 0 1px 2px;
    padding: 2px 3px 4px;
    font-size: 70%;
  }
  .contents-box-section .channels-more-btn a,
  .contents-box-section .channels-link-btn a{
    padding: 8px 24px;
  }

  /* link-btn */
  .contents-box-section .channels-link-btn,
  .contents-box-section .more-btn{
    width: 90%;
  }
  .contents-box-section .channels-more-btn a,
  .contents-box-section .channels-link-btn a{
    font-size: 130%;
    width: 100%;
  }
  #di .contents-box-section .channels-link-btn,
  #di .contents-box-section .more-btn{
    padding: 0 16px;
    width: 100%;
  }
  #di .contents-box-section .channels-more-btn a,
  #di .contents-box-section .channels-link-btn a{
    width: 90%;
  }
}


/* 非表示 */
body.learning-index .channel-contents ul li:nth-child(n + 4),
body.learning-index .more-btn,
body.intro-top .channel-contents ul li:nth-child(n + 4),
body.intro-top .more-btn{
  display: none;
}
/* 各ページ対応 */
body.intro-top .channel-contents{
  padding: 40px 0;
}
body.intro-top .channel-contents .wrap{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
body.intro-top .channels-link-btn{
  margin-bottom: 0;
}



/*---------- title color ----------*/
/* stl,stl-uc */
#stl-contents .channels-title a,
#stl-uc-contents .channels-title a{
color: #492080;
background-color: #fff;
border: 3px solid #492080;
}
/* smp-uc,smp-ra */
#smp-uc-contents  .channels-title a,
#smp-ra-contents  .channels-title a{
color: #00366b;
background-color: #fff;
border: 3px solid #00366b;
}
/* n-station-ra */
#n-station-ra-contents  .channels-title a{
color: #e06491;
background-color: #fff;
border: 3px solid #8cd0d3;
}
/* rec-ibd */
#rec-ibd-contents  .channels-title a{
color: #124098;
background-color: #fff;
border: 3px solid #124098;
}
/* urs */
#urs-contents  .channels-title a{
color: #fff;
background-color: #0058a4;
}
/* rec-ra */
#rec-ra-contents .channels-title a{
color: #009e96;
background-color: #fff;
border: 3px solid #009e96;
}
/* mjr */
#mjr-contents  .channels-title a{
color: #641683;
background-color: #fff;
border: 3px solid #641683;
}
/* cnl */
#cnl-contents .channels-title a{
color: #fff;
background: #f8b500;
}
/* can */
#can-contents .channels-title a{
  color: #005bac;
  background-color: #fff;
  border: 3px solid #005bac;
}
/* tnl */
#tnl-contents .channels-title a{
color: #fff;
background-color: #e40074;
}
/* vaf */
#vaf-contents .channels-title a{
color: #fff;
background-color: #531066;
}
/* krm */
#krm-contents .channels-title a{
color: #fff;
background-color: #0068b7;
}
/* rpa-oto,rpa-derma */
#rpa-oto-contents .channels-title a,
#rpa-derma-contents .channels-title a{
color: #ea5514;
background-color: #fff;
border: 3px solid #ea5514;
}
/* rec-ps */
#rec-ps-contents .channels-title a{
color: #f18705;
background-color: #fff;
border: 3px solid #f18705;
}
/* alex */
#alex-contents .channels-title a{
color: #007f41;
background-color: #fff;
border: 3px solid #007f41;
}
/* lex */
#lex-contents .channels-title a{
color: #fff;
background-color: #95a2d2;
}
/* dys */
#dys-contents  .channels-title a{
color: #003b78;
background-color: #fff;
border: 3px solid #003b78;
}
/* vaccine-pediatric */
#vaccine-pediatric-contents .channels-title a{
color: #2ca6e0;
background-color: #fff;
border: 3px solid #2ca6e0;
}
/* imu */
#imu-contents .channels-title a{
color: #f08c27;
background-color: #fff;
border: 3px solid #f08c27;
}
/* rc-als */
#rc-als-contents .channels-title a{
color: #3a7a7c;
background-color: #fff;
border: 3px solid #3a7a7c;
}
/* clg */
#clg-contents .channels-title a{
color: #d00a41;
background-color: #fff;
border: 3px solid #d00a41;
}
/* upl */
#upl-contents .channels-title a{
color: #fff;
background-color: #00b0b9;
}
/* alec */
#alec-contents .channels-title a{
color: #FE5000;
background-color: #fff;
border: 3px solid #FE5000;
}
/* zep */
#zep-contents .channels-title a{
color: #40A929;
background-color: #fff;
border: 3px solid #40A929;
}
/* nmosd-Library */
#nmosd-Library-contents .channels-title a{
  color: #00629e;
  background-color: #d9f3f4;
}

/*---------- title border color ----------*/

/* rec-ra */
#rec-ra-contents .channels-title a{
  border: 3px solid #009e96;
}

/*---------- sub title border color ----------*/
#rec-ra-contents .logo-box dl dt{
  color: #000;
}


div#mvp-main-template .mvp-template-box.n-a-box-outer {
	width: auto;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail {
	border: none;
	padding: 20px;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail p {
	margin-bottom: 10px;
	line-height: 20px;
	margin-bottom: 5px;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail p.issue-date {
	font-weight: bold;
	font-size: 105%;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail p.seminar-title {
	text-align: left;
	font-size: 15px;
	padding: 0;
	font-weight: normal;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail p.n-a-head-img img {
	max-width: 100%;
	vertical-align:middle;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail p.seminar-title a {
	color: #0f9bcf;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail p.n-a-description a {
	color: #0f9bcf;
	font-size: 15px;
	font-weight: bold;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail table.seminar-lecture td {
	padding: 0;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail table.seminar-lecture td.lecturer-info {
	vertical-align: middle;
	padding: 0 0 0 4px;
	min-height: 64px;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail table.seminar-lecture {
	width: 100%;
	margin-bottom: 0;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail table.seminar-lecture td.seminar-doctor-photo {
	width:72px;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail table td.lecturer-info span.doctor-name {
	font-weight: bold;
	font-size: 15px;
}

div#mvp-main-template .mvp-template-box.n-a-box-outer .n-a-box-detail table td.lecturer-info span.doctor-section {
	color: #797979;
	font-size: 12px;
	display: block; /* for Android */
	padding-top: 5px; /* for Android */
}


body div.n-a p.n-a-head-img {
    background: url("/common/images/banners/category_top/n_approach/bg.png") repeat-x;
    background-size: cover;
}

body div.n-a p.s-p-head-img {
    background: url("/common/images/banners/category_top/selected-papers/bg.png") repeat-x;
    background-size: cover;
}




body div.n-a p.ibd-movie-img {
    background: url("/common/images/banners/category_top/ibd-movie/bg.png") repeat-x;
    background-size: cover;
}

body div.rinsho-diabetes p.n-a-head-img {
    background: url("/common/images/banners/category_top/rinsho-diabetes/bg.png") repeat-x;
    background-size: cover;
}

body div.disaster p.n-a-head-img {
    background: url("/common/images/banners/category_top/disaster/bg.png") repeat-x;
    background-size: cover;
}


body div.rinsho-ms p.n-a-head-img {
    background: url("/common/images/banners/category_top/rinsho-ms/bg.png") repeat-x;
    background-size: cover;
}

div.list-button-box{
	width: 100%;
}

div.list-button-box ul.list-button{
	margin: 10px 0 15px;
	overflow: hidden;
}

div.list-button-box ul.list-button li{
	float: left;
	width: 32.9%;
	display: block;
	text-align: center;
	margin: 0.6% 0.2%;
}

div.list-button-box ul.list-button li img{
	max-width: 255px;
	width: 100%
}



/* 2021年のスギ・ヒノキ花粉飛散予測 */
div.scattering-button{
	margin-bottom: 20px;
	background: #ea5413;
}
div.scattering-button a *{
	line-height: 1;
}
div.scattering-button a{
	display: block;
	padding: 8px 0 20px 80px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 290%;
	text-align: center;
}
div.scattering-button a > span{
	position: relative;
	font-size: 68%;
	vertical-align: middle;
}
div.scattering-button a > span::before{
  content: '';
	position: absolute;
	top: -19px;
	left: -92px;
	width: 80px;
	height: 61px;
	background: url("/articles/scattering/images/bird.png") no-repeat left center / 100% auto;
}
div.scattering-button a strong{
	vertical-align: middle;
}
div.scattering-button a strong span{
	position: relative;
	font-size: 68%;
	z-index: 1;
}
div.scattering-button a strong img{
	width: 60px;
	margin: 0 -5px -5px;
	vertical-align: bottom;
}
div.scattering-button a strong br{
	display: none;
}
@media screen and (max-width: 850px) {
	div.scattering-button a{
    font-size: 240%;
	}
	div.scattering-button a > span::before{
		left: -75px;
		width: 70px;
		height: 53px;
	}
	div.scattering-button a strong img{
		width: 55px;
	}

}
@media screen and (max-width: 639px) {
	div.scattering-button a *{
		line-height: 1.4;
	}
	div.scattering-button a{
		padding: 5px 15px 13px 90px;
		font-size: 160%;
		letter-spacing: 0.05em;
	}
	div.scattering-button a > span::before{
		top: -5px;
		left: -80px;
	}
	div.scattering-button a strong img{
		width: 42px;
		margin: 0 0 -2px;
	}
	div.scattering-button a strong br{
		display: block;
	}
}


/* ALS bnr */
.als_bnr {
    max-width: 790px;
    margin: 0 auto;
}
.als_bnr a {
    display: block;
}
.als_bnr img {
    max-width: 100%;
    padding: 0 16px;
}
