@charset "utf-8";

/* ======================================================

topics 当院からのお知らせ 
トップiframeで埋め込みの為、個別の設定が必要（ブレイクポイントの問題）

====================================================== */
/*リスト表示　ブロック*/
#topicsTop #newsWrap {
	margin: 50px 0 20px;
}
#topicsTop #newsList li {
	border-top: 1px solid #eee;
	padding: 15px 0;
	font-size: 1.6rem;
}
/*日付、カテゴリー、タイトル*/
#topicsTop .up_ymd,#topicsTop .catName, .title {
	display: inline-block;
	vertical-align: middle;
}
/*日付*/
#topicsTop .up_ymd {
	font-size: 1.4rem;
	font-weight: bold;
	width: 13.54%;
	text-align: center;
}
/*カテゴリー*/
#topicsTop .catName {
	text-align: center;
	width: 10.42%;
	font-size: 1.0rem;
	border-radius: 4px;
	line-height: 1;
	padding: 5px 0;
	color: #fff;
}
#topicsTop .cat-0 .catName {
	background: #b0000d;
}
#topicsTop .cat-1 .catName {
	background: #1cbec8;
}
/*タイトル*/
#topicsTop .title {
	width: 73.4%;
	margin-left: 2%;
	padding-right: 30px;
}
#topicsTop .title a {
	display: block;
	position: relative;
	color: #444;
}
#topicsTop .title a::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 3px #1cbec8;
	border-right: solid 3px #1cbec8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -3px;
}
#topicsTop #newsList li:last-child {
	border-bottom: 1px solid #eee;
}
/* ======================================================

topics 当院からのお知らせ 

====================================================== */
@media screen and (max-width: 959px) {
#topicsTop #topics {
	margin: 35px auto 0;
}
#topicsTop #newsWrap {
	margin: 30px 0 20px;
}
#topicsTop #newsList li {
	font-size: 1.4rem;
}
#topicsTop .up_ymd {
	font-size: 1.2rem;
}
#topicsTop .title {
	width: 73.3%;
	margin-left: 2%;
	padding-right: 30px;
}
}
@media screen and (max-width: 718px) {
/* ======================================================

topics 当院からのお知らせ 

====================================================== */
#topicsTop #topics {
	margin: 35px auto 0;
}
#topicsTop #newsWrap {
	margin: 30px 0 10px;
}
#topicsTop #newsList li {
	padding: 10px 0;
	font-size: 1.4rem;
}
#topicsTop .up_ymd,#topicsTop .catName, .title {
}
#topicsTop .up_ymd {
	font-size: 1.2rem;
	width: auto;
	text-align: left;
}
#topicsTop .catName {
	width: 90px;
	padding: 5px 10px;
}
#topicsTop .title {
	width: 100%;
	margin-left: 0%;
	padding-right: 0;
}
#topicsTop .title a {
	display: block;
	padding-right: 30px !important;
}
#topicsTop .title a::after {
	right: 10px;
}
}