@charset "UTF-8";
/*----------------------------------------
what_we_do
-----------------------------------------*/

.date{
	font-size: 13px;
}
.ttl{
	font-size: 14px;
	font-weight: bold;
}

.ico {
	display: inline-block;
	padding: 6px 15px 2px;
	font-style: normal;
}
.ico-new {
	background-color: #f74902;
	color: #fff;
	font-family: "HelveticaNeueLTPro-Bd", 'Noto Sans Japanese', "Helvetica", "NotoSansCJKjp-DemiLight";
	font-weight: 800;
	font-size: 14px;
	line-height: 1;
}
.panel__link .ico {
	position: absolute;
	top: 5px;
	left: 5px;
}
.panel__link {
	display: block;
	position: relative;
}


/* related link */
.panel__link {
	display: block;
	/*background-color: #f8f8f8;*/
	position: relative;
}
.panel__link .panel__body {
	padding: 22px 20px 26px;
}
.panel__link .text__center > img {
	width: 360px;
	height: 200px;
}
.panel__link .panel__body .ttl {
	font-family: "HelveticaNeueLTPro-Bd", 'Noto Sans Japanese', "Helvetica", "NotoSansCJKjp-DemiLight";
	font-weight: 800;
	line-height: 1.70;
	margin-bottom: 14px;
}
.panel__link .panel__body p {
	margin-bottom: 14px;
}
.panel__link .panel__body .label__area {
	border-top: 1px solid #e3e3e3;
	padding-top: 16px;
}
.panel__link .panel__body .label__area--list li {
	display: inline-block;
	padding: 6px 10px 3px 10px;
	line-height: 1;
	background-color: #686868;
	color: #fff;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.panel__link .text__center img {
		width: 100%;
		height: auto;
	}
	#cx .col.colMg40 > .col4 {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
}


/*tag*/
.wp-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 40px;
	padding-top: 70px;
	border-top: 1px solid #e3e3e3;
}
.wp-tag-cloud li {
	margin-right: 10px;
	margin-bottom: 10px;
}
.wp-tag-cloud a,
.tag_list_detail a {
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: 15px;
	font-size: 13px !important;
	padding: 8px 15px 5px;
	line-height: 1;
}

#panel-list .wp-tag-cloud {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e3e3e3;
}
#panel-list .wp-tag-cloud .tag_area {
	/*margin-bottom: 40px;*/
}

.lead_text + #panel-list {
	margin-top: 55px;
}

@media screen and (max-width: 768px) {
	.tag_list_detail {
		margin-bottom: -5px;
	}
	.tag_list_detail a {
		margin-bottom: 5px;
	}
	#panel-list .wp-tag-cloud {
		/*padding-top: 30px;*/
		padding-top: 10px;
	}
	#panel-list .wp-tag-cloud .tag_area {
		margin-bottom: 10px;
	}

}

/* tag */
.tag_area {
	margin-bottom: 95px;
}
.tag_area #back_btn_top {
	order: 2;
}
.tag_area .tag_title {
	font-family: "HelveticaNeueLTPro-Bd", 'Noto Sans Japanese', "Helvetica";
    font-size: 114.28%;
    font-weight: 700;
	display: inline-block;
	padding: 15px 30px 10px;
	line-height: 1;
	background-color: #f6f6f6;
	order: 1;
	margin-top: 0;
}
.tag_area .tag_txt {
	margin-top: 1em;
}
@media screen and (min-width: 769px) {
	.tag_area {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
@media screen and (max-width: 768px) {
	.tag_area {
		/*margin-top: -18px;*/
		margin-bottom: 40px;
	}
	.tag_area .tag_title {
		position: relative;
		top: 10px;
	}
	.tag_area #back_btn_top {
		position: relative;
		/*order: 1;*/
		text-align: right;
		/*bottom: 75px !important;*/
	}
}
