.sub_ttl {
	position: relative;
	font-size: 3rem;
	padding-left: 2.3rem;
	margin-bottom: 3rem;
	font-weight: 600;
}

.sub_ttl::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 6px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2893ad;
}

@media screen and (max-width: 767px) {
	.sub_ttl {
		font-size: 2.2rem;
		line-height: 1.3;
		margin-bottom: 1.5rem;
	}

	.sub_ttl::before {
		width: 5px;
		height: 5px;
	}
}


.news_lead_area {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.news_lead_area {
		margin-bottom: 40px;
	}
}

.news_lead_area .news_lead_txt {
	color: #222;
	font-size: 2.4rem;
	line-height: 1.666;
}

@media screen and (max-width: 767px) {
	.news_lead_area .news_lead_txt {
			font-size: 1.6rem;
	}
}


.page_ttl_area {
	background-image: url(/internationalfinancialcenter/asset/img/news/bg_pagettl.jpg);
}

.news_index_list {
	display: flex;
	font-size: 2rem;
}

@media screen and (max-width: 1200px) {
	.news_index_list {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.news_index_list {
		font-size: 1.6rem;
	}
}

.news_category {
	flex-basis: 30%;
}

.news_category_icon {
	width: 200px;
	height: 52px;
	margin-top: 29px;
	padding: 15px 0 0 48px;
	background: #2b4388 url(/internationalfinancialcenter/asset/img/news/icon_news.png) no-repeat 11px 12px / 34px 29px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.news_category_icon_seminar {
	background: #237d9e url(/internationalfinancialcenter/asset/img/news/icon_seminar.png) no-repeat 11px 12px / 33px 33px;
}

.news_category_icon_case {
	background: #0077cc url(/internationalfinancialcenter/asset/img/news/icon_case.png) no-repeat 11px 12px / 34px 28px;
}

.news_box {
	flex-basis: 70%;
	padding: 27px 0 23px;
}

.news_box_date {
	margin-bottom: 7px;
	color: #283666;
	font-size: 1.8rem;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.news_box_date {
		font-size: 1.5rem;
	}
}

.news_box_txt {
	line-height: 1.7;
}

.news_ttl {
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.3;
}

.news_ttl::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	display: inline-block;
	width: 3rem;
	height: 1px;
	background-color: #333;
}

@media screen and (max-width: 767px) {
	.news_ttl {
		font-size: 2.5rem;
	}
}


.news_block {
	min-height: 680px;
	padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.news_block {
		min-height: auto;
		padding-bottom: 60px;
	}
}

.news_index_list {
	border-top: 1px solid #b6b6b6;
}

.news_block .news_index_list:last-of-type {
	border-bottom: 1px solid #b6b6b6;
}



.news_date {
	font-weight: 600;
}

.news_txt p {
	color: #666;
	font-size: 2rem;
	line-height: 1.7;
	margin-bottom: 4rem;
}

.news_txt p.mb0 {
	margin-bottom: 0;
}

.news_txt a {
	text-decoration: underline;
}

.news_txt a:hover{
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news_link li {
	color: #666;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
	.news_txt p {
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
	.news_link li {
		font-size: 1.4rem;
		margin-bottom: 0.5rem;
	}
}



.office_info {
	border: 1px solid #707070;
	color: #666;
	font-size: 2rem;
	margin: 1rem 0;
	width: 100%;
}

.office_info th {
	background: #707070;
	color: #ffffff;
	text-align: center;
	padding: 1rem 2rem;
}

.office_info td {
	padding: 2rem;
}

.office_info td p {
	line-height: 1.4;
}

.office_info a:hover{
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


@media screen and (max-width: 767px) {
	.office_info {
		font-size: 1.4rem;
	}

	.office_info th {
		line-height: 1.4;
		text-align: left;
	}
}


