@charset "UTF-8";


/* topics_block
----------------------------------------*/

.topics_block ul li {
	border-bottom: 1px dashed #707070;
}
.topics_block ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 0 18px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.topics_block ul a:hover {
	opacity: .6;
}
.topics_category {
	width: 90px;
}
.topics_txt {
	width: calc(100% - 90px);
	padding-left: 30px;
	font-size: 1.3rem;
}
.topics_category {
	background: #856D47;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 4px 5px;
	letter-spacing: .08em;
}
.topics_category.info {
	background: none;
	color: #333;
	box-shadow: 0 0 3px rgba(0,0,0,.16);
}
.topics_date {
	margin: 1px 0 2px;
	letter-spacing: .1em;
}
.topics_date + p {
	margin-top: -1px;
	letter-spacing: .1em;
	line-height: 1.75;
}
.topics_list {
	position: absolute;
	top: 10px;
	right: -5px;
	width: 83px;
	font-size: 1.2rem;
}
.topics_list a {
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 4px 5px 3px;
	letter-spacing: .08em;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.topics_list a:hover {
	opacity: .6;
}
.topics_list a::before {
	content: "";
	width: 11px;
	height: 9px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: 1px;
	background: url(../img/index/icon_list.svg) no-repeat;
}


.topics_block_detail {
    background: #fff;
    padding: 60px;
}

.topics_block_detail .infodata {
	font-size: 12px;
	color: #ccc;
	margin: 0 0 10px 0;
}


.topics_block_detail .contact_btn {
	width: 400px;
	max-width: 100%;
	margin:60px auto 0 auto;
}

.topics_block_detail .contact_btn a {
	display: block;
	border-radius: 2px;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	border: 2px solid #856e49;
	color: #856e49;
	padding: 20px;
	-webkit-transition: color 300ms, background 300ms;
	transition: color 300ms, background 300ms;
}
.topics_block_detail .contact_btn a:hover {
	background: #856e49;
	color: #fff;
}



@media only screen and (max-width: 768px) {
	.topics_block {
		width: auto;
		margin: 20px 3.75% 0;
	}
	.topics_block h2 {
		font-size: 1.2rem;
		padding: 0 0 7px 1px;
		margin-bottom: 0;
	}
	.topics_block h2 span {
		font-size: 2.05rem;
		margin-right: 11px;
		vertical-align: -2px;
	}
	.topics_block ul li {
		margin-bottom: 2px;
	}
	.topics_block ul a {
		padding: 10px 0 13px;
	}
	.topics_block ul a:hover {
		opacity: 1;
	}
	.topics_category {
		width: 54px;
	}
	.topics_txt {
		width: calc(100% - 54px);
		padding-left: 17px;
		font-size: 1.3rem;
	}
	.topics_category {
		font-size: 1rem;
		padding: 3px 5px;
	}
	.topics_date {
		margin: 0 0 2px;
	}
	.topics_date + p {
		line-height: 1.1;
	}
	.topics_list {
		top: 5px;
		right: 0;
		width: 70px;
		font-size: 1.1rem;
	}
	.topics_list a {
		padding: 4px 5px 3px 4px;
	}
	.topics_list a:hover {
		opacity: 1;
	}
	.topics_list a::before {
		width: 9px;
		height: 7px;
		margin-right: 7px;
		vertical-align: 0;
		background: url(../img/index/icon_list.svg) no-repeat left top / 9px auto;
	}
	.topics_block_detail {
		padding: 30px;
	}
}


.topics-imagebox {
	display: flex;
	justify-content: space-between;
}

.topics-imagebox figure {
	width: 50%;
}

.topics-imagebox .txt_topics {
	width: 45%;
}



@media only screen and (max-width: 768px) {
	.topics-imagebox {
		display: block;
	}

	.topics-imagebox figure {
		width: 100%;
	}

	.topics-imagebox .txt_topics {
		width: 100%;
	}





}