@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　news
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* news-article
-----------------------------------------------------------------*/
.news-article{
	padding: 20px 0 180px;
}
.news-article .sort-nav{
	margin-bottom: 70px;
}
.news-article .sort-nav li a {
    padding: 18px 50px;
}

.news-article .thumb img{
	width: 100%;
	border-radius: 10px;
}
.news-article .ttl-area p{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	line-height: 1;
}
.news-article .ttl-area p .date{
	margin: 0 min(0.98vw,15px) 5px 0;
	font-size: min(0.85vw,1.3rem);
	color: #8A8A8A;
}
.news-article .ttl-area p .cat{
	margin: 0 min(0.98vw,15px) 5px 0;
	padding: 6px 10px;
	border-radius: 100vmax;
	font-size:min(0.78vw,1.2rem);	
}
.news-article .ttl-area p .hashtag{
	margin: 0 min(0.98vw,15px) 5px 0;
	font-size:min(0.78vw,1.2rem);	
}
.news-article .ttl-area p .hashtag a + a{
	margin-left: 10px;	
}

.news-article .ttl-area p .cat01{ background: var(--green); } /* 保健医療学部 */

.news-article .ttl-area h3{
	
	line-height: 1.75;
}
.news-article .ttl-area h3.new::after{
	display: inline-block;
	content: "NEW";
	padding: 6px 10px;
	margin-left: min(065vw,10px);
	border-radius: 100vmax;
	background: var(--yellow);
	line-height: 1;
	font-size:min(0.78vw,1.2rem);
}

.news-article .news-article-list{
	margin-bottom: 100px;
}
.news-article .news-article-list li{
	border-bottom: 1px solid #D9D9D9;
}
.news-article .news-article-list li a{
	display: flex;
	padding: 40px 0;
}
.news-article .news-article-list .thumb{
	flex-shrink: 0;
	width: 246px;
	margin-right: min(2.08vw,32px);
}


/* news-detail
-----------------------------------------------------------------*/
.news-detail{
	padding: 0 0 180px;
}
.news-detail article{
	max-width: 1000px;
	margin-inline: auto;
}
.news-detail article h1,
.news-detail article h2,
.news-detail article h3,
.news-detail article h4,
.news-detail article h5,
.news-detail article h6{
	font-family: "本明朝-M 新がな","HonMinSink-M","Noto Serif JP","YuMincho","Yu Mincho","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.news-detail .article-hd{
	padding-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
}
.news-detail .article-hd p{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	line-height: 1;
}
.news-detail .article-hd p .date{
	margin: 0 15px 5px 0;
	font-size: 1.3rem;
	color: #8A8A8A;
}
.news-detail .article-hd p .cat{
	margin: 0 15px 5px 0;
	padding: 6px 10px;
	border-radius: 100vmax;
	font-size: 1.2rem;	
}
.news-detail .article-hd p .hashtag{
	margin: 0 15px 5px 0;
	font-size: 1.2rem;	
}
.news-detail .article-hd p .hashtag a + a{
	margin-left: 10px;	
}

.news-detail .article-hd p .cat01{ background: var(--green); } /* 保健医療学部 */

.news-detail .article-hd h1{
	font-size: 4.2rem;
	
	line-height: 1.4;
}
.news-detail .article-body{
	margin-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #D9D9D9;
	line-height: 1.7;
}
.news-detail .article-body h1{
	font-size: 3.2rem;
	line-height: 1.2;
}
.news-detail .article-body * + h1{
	margin-top: 80px;
}
.news-detail .article-body h2{
	font-size: 2.7rem;
	line-height: 1.2;
}
.news-detail .article-body * + h2{
	margin-top: 60px;
}
.news-detail .article-body h3{
	font-size: 2.3rem;
	line-height: 1.2;
}
.news-detail .article-body * + h3{
	margin-top: 60px;
}
.news-detail .article-body * + p,
.news-detail .article-body * + ul,
.news-detail .article-body * + ol{
	margin-top: 30px;
}
.news-detail .article-body img{
	display: block;
	margin-inline: auto;
	border-radius: 10px;
}
.news-detail .article-body a{
	position: relative;
	color: #239D9F;
	text-decoration: underline;
}
.news-detail .article-body a:hover{
	text-decoration: none;
}
.news-detail .article-body a[target="_blank"]{
	margin-right: 15px;
}
.news-detail .article-body a[target="_blank"]::after{
	display: inline-block;
	transform: translateX(100%);
	margin-left: -5px;
	width: 10px;
	height: 10px;
	content: "";
	background: url(../img/common/ico_blank_green.svg) no-repeat;
	background-size: 100% auto;
}
.back-to-home{
	margin: 60px auto 0;
}















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* news-article
-----------------------------------------------------------------*/
	.news-article{
		padding: 20px 0 110px;
	}
	.news-article .sort-nav{
		margin-bottom: 10px;
	}
	.news-article .sort-nav li a {
			padding: 10px 15px;
	}
	
	.news-article .ttl-area p{
		margin-bottom: 5px;
	}
	.news-article .ttl-area p .date{
		margin: 0 8px 8px 0;
		font-size: 1.2rem;
	}
	.news-article .ttl-area p .cat{
		margin: 0 8px 8px 0;
		font-size: 1rem;	
	}
	.news-article .ttl-area p .hashtag{
		display: block;
		width: 100%;
		margin: 0 0 8px 0;
		font-size: 1rem;
	}
	.news-article .ttl-area p .hashtag a + a{
		margin-left: 8px;	
	}
	
	.news-article .ttl-area h3{
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.news-article .ttl-area h3.new::after{
		padding: 5px 10px;
		margin-left: 5px;
		font-size: 1rem;
	}
	
	.news-article .news-article-list{
		margin-bottom: 50px;
	}
	.news-article .news-article-list li a{
		padding: 20px 0;
	}
	.news-article .news-article-list .thumb{
		width: 39.2%;
		margin-right: 20px;
	}
	.news-article .news-article-list .thumb img{
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}


/* news-article
-----------------------------------------------------------------*/
	.news-detail{
		padding: 0 0 110px;
	}
	.news-detail .article-hd{
		padding-bottom: 20px;
	}
	.news-detail .article-hd p{
		margin-bottom: 5px;
	}
	.news-detail .article-hd p .date{
		margin: 0 8px 8px 0;
		font-size: 1.2rem;
	}
	.news-detail .article-hd p .cat{
		margin: 0 8px 8px 0;
		font-size: 1rem;	
	}
	.news-detail .article-hd p .hashtag{
		display: block;
		width: 100%;
		margin: 0 0 8px 0;
		font-size: 1rem;
	}
	.news-detail .article-hd p .hashtag a + a{
		margin-left: 8px;	
	}
	
	.news-detail .article-hd h1{
		font-size: 2.2rem;
	}
	.news-detail .article-body{
		margin-top: 40px;
		padding-bottom: 40px;
		font-size: 1.3rem;
	}
	.news-detail .article-body h1{
		font-size: 2rem;
		line-height: 1.4;
	}
	.news-detail .article-body * + h1{
		margin-top: 40px;
	}
	.news-detail .article-body h2{
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.news-detail .article-body * + h2{
		margin-top: 30px;
	}
	.news-detail .article-body h3{
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.news-detail .article-body * + h3{
		margin-top: 30px;
	}
	.news-detail .article-body * + p,
	.news-detail .article-body * + ul,
	.news-detail .article-body * + ol{
		margin-top: 20px;
	}
	.news-detail .article-body a:hover{
		text-decoration: underline;
	}

	.news-detail .article-body img{
		width: 100% !important;
		height: auto !important;
	}
	.back-to-home{
		margin: 30px auto 0;
	}
	.note{
		font-size:1rem;
	}


}