@charset "UTF-8";
/* =====================================================================================================================
=
= なにわ歯科衛生専門学校
= topics index
=
===================================================================================================================== */

/*
- news 共通
--------------------------------------------------------------------------------------------------------------------- */
#topics_category{}
#topics_category #content-header h1{
	background-image:url('/_assets/img/pc/info/main_image.jpg');
}

/*
- index 新着情報一覧
--------------------------------------------------------------------------------------------------------------------- */
#topics_category.index{}

#topics_category.index #item-list{}

#topics_category.index #item-list li{
	margin-bottom:20px;
	padding:25px;
	border:1px solid #ff88bf;
	border-radius:10px;
}

#topics_category.index #item-list li hr{
	display:block;
	width:100%;
	height:0;
	margin:5px 0;
	background:transparent;
	border:none;
	border-bottom:2px dotted #ff88bf;
}

.topics_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topics_wrapper .topics_contents {
	width: 635px;
}
.topics_wrapper .topics_side {
	width: 300px;
}
.topics_wrapper .topics_side_title {
	font-size: 1.9rem;
	color: #ff88bf;
	padding: 10px 20px;
	border-left: 1px solid #ff88bf;
	border-bottom: 1px solid #ff88bf;
	border-radius: 0 0 0 10px;
	margin-bottom: 20px;
}
.topics_wrapper .topics_side_block {
	margin-bottom: 30px;
}
.topics_wrapper .topics_side_list {
	padding-left: 20px;
}
.topics_wrapper .topics_side_list li {
	list-style-type: disc;
}



/*
- media query (smart phone)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px){
	.topics_wrapper .topics_contents {
		width: 100%;
	}
	.topics_wrapper .topics_side {
		width: 100%;
	}
}


