.topicsList {
	display: block;
	width: 100%;
	margin: 40px 0 33px;
	box-sizing: border-box;
}
.topicsList li + li {
	margin-top: 30px;
}


.topicsWrap {
	display: table;
	width: 100%;
	box-shadow:0px 0px 8px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0px 0px 8px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0px 0px 8px 1px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	box-sizing: border-box;
}
.topicsImg {
	display: table-cell;
	width: 31.5217%;
	max-width: 290px;
	vertical-align: middle;
	box-sizing: border-box;
}
.topicsText {
	display: table-cell;
	width: 68.4783%;
	vertical-align: middle;
	padding-left: 2.8260%;
	padding-right: 2.8260%;
	box-sizing: border-box;
}
.topicsText > .m_text {
	margin-top: 8px;
	line-height: 1.6;
}

.topicsRead {
	font-size: 107.1%; /*15px*/
	font-weight: bold;
	color: #666;
}
.topicsTitle {
	font-size: 171.4%; /*24px*/
	line-height: 1.3;
	font-weight: bold;
	color: #5bc2dc;
	margin-top: 5px;
}

.highLightBtn {
	display: block;
	width: 100%;
	max-width: 920px;
	margin: 0 auto 35px;
}
.highLightBtn a {
	display: block;
	width: 100%;
	font-size: 114.3%; /*16px*/
	line-height: 1;
	font-weight: bold;
	background-color: #5bc2dc;
	color: #fff;
	padding: 14px;
	box-sizing: border-box;
	position: relative;
}
.highLightBtn a::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 18px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
@media screen and (max-width: 768px){
	.topicsTitle {
		font-size: 19px;
	}
}
@media screen and (max-width: 667px){
	.topicsWrap {
		display: block;
	}
	.topicsImg {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding-top: 15px;
	}
	.topicsImg img {
		width: 100%;
	}
	.topicsText {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 15px;
	}
}

/* タグ追加対応 */

.sort_nav_area .all{
  margin: 0 0 10px;
  width: 60px;
}

.tag_nav{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tag_nav li{
  margin: 0 10px 10px 0;
}

.tag_nav li.nolink span{
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  display: flex;
  align-items: center;
}

.sort_nav_area .all a,
.tag_nav li a{
  border: 1px solid #004880;
  border-radius: 15px;
  color: #004880;
  font-size: 13px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  padding: 0 15px;
}

.sort_nav_area .all a:hover,
.tag_nav li a:hover{
  opacity: 0.7;
}

.sort_nav_area .all a.c,
.tag_nav li a.c{
  background-color: #004880;
  color: #fff;
}

.m_groupIndex{
  min-height: 340px;
}

.m_groupIndex .p_title{
  color: #333;
  font-weight: 500;
  margin-top: 15px;
}

.m_groupIndex .p_title a{
  color: #333;
}

.m_groupIndex a:hover{
  opacity: 0.7;
}

.tag_list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.m_groupIndex li .tag_list{
  margin-bottom: 0;
}

.tag_list li{
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
  margin: 0 5px 5px 0;
  width: auto;
}

.tag_list li a{
  color: #004880;
}

.tag_key_title{
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 20px;
}

.tag_back_btn{
  margin: 50px auto 70px;
  text-align: center;
  width: 274px;
}

.tag_back_btn a{
  background-color: #005BA2;
  color: #fff;
  font-size: 14px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag_back_btn a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 768px){
  .tag_key_title{
    margin: 30px 0 15px;
  }
  .tag_list{
    margin-bottom: 65px;
  }
  .tag_back_btn{
    margin: 45px auto 65px;
  }
  .tag_nav li.nolink{
    width: 100%;
  }
  .m_groupIndex{
    min-height: 300px;
  }
}

/* タグ追加対応 */

