@charset "utf-8";

.fw_bold {
	font-weight: bold;
}

#contents {
	padding-top: 45px;
}

#topics {
	padding-bottom: 80px;
	font-size: 16px;
}
.topics_detail{
	width: 1140px;
}
#topics .page-width.w1140 {
	max-width: 1180px;
}

.maintitle img{
	width: 100%;
}
.maintitle{
	max-width: 100%;
}

.page_title {
	position: relative;
	padding: 13px 0;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.page_title:before, .page_title:after {
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	margin: auto;
	border-top: 1px solid #d2c5b8;
	border-bottom: 1px solid #fff;
}
.page_title:before {
	top: 0;
}
.page_title:after {
	bottom: 0;
}

.topics_block_title {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}

.topics_block_title.topics_block_title_new {
	margin-bottom: 15px;
	background: #ebbd4d;
}

.topics_thumb img {
	width: 100%;
	height: auto;
}


/* ===============================================================
ボタン
=============================================================== */
.topics_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	display: block;
	margin: 0 auto;
	color: #fff !important;
	border-radius: 6px !important;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.topics_btn:hover {
	text-decoration: underline;
}

.topics_btn.btn_arrowR, .topics_btn.btn_arrowL {
	position: relative;
}
.topics_btn.btn_arrowR:after, .topics_btn.btn_arrowL:after {
	position: absolute;
	top: 50%;
	display: block;
	content: '';
	margin-top: -5px;
}
.topics_btn.btn_arrowR:after {
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
}
.topics_btn.btn_arrowL:after {
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #fff transparent transparent;
}

.btn_pager {
	width: 100%;
	height: 60px;
	background: #b99a6f;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
}

p.caption{
	margin-top: 16px;
	font-size: 80%;
}


/* ===============================================================
トピックストップレイアウト
=============================================================== */
.topics_new,
.topics_pager,
.topics_sidebar {
	width: 100%;
}

@media screen and ( min-width: 1140px ) {

	.topics_wrap {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.topics_new {
		width: 64%;
		max-width: 730px;
	}

	.topics_sidebar {
		width: 32.4%;
		max-width: 370px;
		margin-left: auto;
	}

	.topics_pager {
		-webkit-order: 1;
		order: 1;
	}

}



/* ===============================================================
最新記事
=============================================================== */
.topics_new {
	padding: 25px 30px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(74,27,26,.11);
}

.topics_new_list li + li{
	margin-top: 30px;
}

.topics_new_list a {
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify; /*IE*/
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.topics_new_list_img {
	width: 160px;
	height: 160px;
}

.topics_new_list_txt {
	width: calc(100% - 190px);
	margin-left: auto;
}

.topics_new_title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ad8957;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
}

.topics_new_more {
	font-size: 14px;
	text-align: right;
}


/* ===============================================================
サイドバー
=============================================================== */
.topics_sidebar .topics_block_title {
	margin-bottom: 10px;
	padding: 0 0 0 58px;
	background: #c9aa79 url(../img/icon_ranking.gif) no-repeat left 13px center;
}

.topics_ranking {
	counter-reset: ranking-num;
}

.topics_ranking li + li {
	margin-top: 10px;
}

.topics_ranking a {
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify; /*IE*/
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 10px;
}

.topics_ranking p {
	width: calc(100% - 115px);
}

.topics_ranking .topics_ranking_img {
	position: relative;
	width: 100px;
	height: 100px;
	margin-right: 15px;
}

.topics_ranking .topics_ranking_img:before {
	position: absolute;
	top: -10px;
	left: 0;
	content: counter(ranking-num, decimal);
	counter-increment: ranking-num;
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #c10202;
	border-radius: 50%;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}


/* ===============================================================
ページャー
=============================================================== */
.topics_pager ul {
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify; /*IE*/
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 570px;
	margin: 35px auto 65px;
}

.topics_pager li {
	width: 47%;
}

@media screen and ( min-width: 1140px ) {

	.topics_pager ul {
		margin: 47px auto 0;
	}

}




/* ===============================================================
記事詳細
=============================================================== */
.topics_detail {
	padding: 38px 40px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(74,27,26,.11);
}

.maintitle{
	margin-bottom: 25px;
}
/*.topics_detail_header {
	align-items: center;
	margin-bottom: 25px;
}
*/
/*.topics_detail_title h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
}*/

.topics_detail_contributor {
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify; /*IE*/
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 20px;
	background: #fcf0f1;
	border-radius: 10px;
}
.topics_detail_contributor_img {
	width: 100px;
	height: 10px;
}
.topics_detail_contributor_img img {
	width: 100%;
	height: auto;
}
.topics_detail_contributor_txt {
	width: calc(100% - 122px);
}
.topics_detail_contributor_txt dt {
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
}

.topics_detail_content h3 {
	margin: 60px 0 20px;
	padding-bottom: 7px;
	color: #ebbd4d;
	border-bottom: 2px solid #ebbd4d;
	font-size: 19px;
	font-weight: bold;
}

.topics_detail_content img {
	display: block;
	width: 100%;
	max-width: 750px;
	height: auto;
	margin: 30px auto 0;
}


/* 最新記事
====================================== */
.topics_detail_new {
	margin: 50px auto 68px;
}

.topics_detail_new_list li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #ad8957;
}

.topics_detail_new_list a {
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify; /*IE*/
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.topics_detail_new_img {
	width: 120px;
	height: 120px;
}

.topics_detail_new_list p {
	width: calc(100% - 135px);
	margin-left: 15px;
}





