@charset "utf-8";

/* ===================================================================
CSS information

 file name    .news.css
 style info   .newsページ用CSS
=================================================================== */


/*  ニュースTOP
----------------------------------------------------------- */
#contents {
  background: none;
}
ul#topic_path li a {
    background: none;
    margin-right: 0;
	padding-right: 5px;
	font-weight: bold;
}
h2{
	color:#3b444f;
}

.section{
	width:702px;
}

.section h3{
	margin:0;
	background:#f2f5f9;
	padding:6px 10px;
	color:#3b444f;
	border-top:1px solid #dde3ea;
	border-bottom:1px solid #dde3ea;
	margin-bottom:1em;
	font-weight:normal;
}

.section p{
	margin-bottom:20px;
}

.section p.border_b{
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
}

.section h4{
	padding-left:30px;
	color: #334350;
}

.section_last{
	margin-bottom:40px;
}


dl.news_list {
	zoom:1;
	border-top:1px dotted #ccc;
}

dl.news_list dt {
	color:#3b444f;
	width:15em;
	padding:10px 0 10px 1em;
	clear:left;
	float:left;
	font-weight:bold;
}

dl.news_list dt img{
	vertical-align:middle;
	padding-left:30px;
}

dl.news_list dd {
	color:#333333;
	border-bottom:1px dotted #ccc;
	padding:10px 10px 10px 17em;
}

dl.news_list dd a{
	text-decoration:none;
}

dl.news_list dd a:hover{
	text-decoration:underline;
}

dl.news_list dd.even {
	background:#fbfcfd;
}

dl.news_list:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*下層ページ*/


.section h3.point {
	background:none;
	border:none;
	margin-bottom:10px;
	padding:0;
}

#article #main h2.news_title{
	border-bottom:1px dotted #ccc;
	padding-bottom:8px;
	padding-left:22px;
	background:url(../img/share/ico-title.gif) 0px 4px no-repeat;
	margin-bottom:20px;
	font-size:135%;
}

#article #main h2.news_title img{
	vertical-align:middle;
	padding:3px 0 8px 10px;
}

#article #main h2.news_title span{
	font-weight:normal;
	font-size:76%;
}

#article #main p.news_intro{
	margin-bottom:40px;
}


/*資料請求ほか*/

.news #article #main div.contact_area{
	zoom:1;
	padding:10px 10px 0 10px;
	background:url(../img/index/bg-contact_area.jpg) no-repeat;
	width:700px;
}

.news #article #main div.contact_area  ul li{
	float:left;
	padding-right:10px;
}

.news #article #main div.contact_area  ul li.last{
	padding-right:0;
}

.news #article #main div.contact_area ul:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.news #article #main div.contact_area p{
	clear:both;
	padding:0 0 20px 37px;
	margin-top:21px;
	width:537px;
}
/* ---------------
	update news - 2021/06
--------------- */
.news {
	color: #000;
}

.news-top {
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.news-top .container {
	width: 982px;
	margin: 0 auto;
	zoom: 1;
	line-height: 1.7;
}
/* color category */
.cl-pink {
	background-color: #eb1760;
}

.cl-green {
	background-color: #69d19d;
}

.cl-orange {
	background-color: #ff8748;
}

.cl-yellow {
	background-color: #fccf00;
}

.cl-blue {
	background-color: #00a9dd;
}

.cl-grey {
	background-color: #a8b5ce;
}/* color category */

.news-banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-banner .title-news {
	font-size: 40px;
	font-weight: 500;
	padding-bottom: 30px;
}

.news-banner .txt-info {
	font-size: 16px;
}

.news-item {
	font-size: 14px;
	line-height: 28px;
	padding: 15px 0;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #e0e0e0;
}
.news-item:hover {
	background-color: #f2f4fa;
}

.news-item:first-child {
	border-top: 1px solid #e0e0e0;
}

.news-item .tag {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	flex: 0 0 66px;
	margin-right: 24px;
	border-radius: 2px;
}

.news-item .time {
	flex: 0 0 74px;
	margin-right: 24px;
}

.news-item .content {
	flex-grow: 1;
	padding-right: 60px;
}

.news-item .content a {
	color: #000;
	text-decoration: none;
}

.news-item .content a:hover {
	color: #254692;
	text-decoration: underline;
}

.sidebar {
	color: #254692;
}

.sidebar .sidebar-card {
	margin-bottom: 20px;
	border-top: 2px solid #00349d;
}

.sidebar-card.list-month.show .siderbar-btn::after {
	top: 38%;
	right: 35%;
	transform: rotate(225deg) translate(-38%, -35%);
}

.sidebar .sidebar-ul.list {
	height: 200px;
	overflow: hidden;
}

.sidebar .sidebar-ul.list.show-time {
	height: auto;
}

.sidebar .sidebar-info {
	font-size: 16px;
	line-height: 42px;
	font-weight: 700;
	padding: 18px 16px;
}

.sidebar .sidebar-li {
	padding: 10px 16px;
}

.sidebar .sidebar-li:hover {
	background-color: #f2f4fa;
}

.sidebar .sidebar-li a {
	/* font-weight: 600; */
	text-decoration: none;
}

.siderbar-btn {
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
	color: #254692;
	padding: 15px 0;
	position: relative;
	cursor: pointer;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.siderbar-btn::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 30%;
	width: 6px;
	height: 6px;
	border-right: 2px solid #254692;
	border-bottom: 2px solid #254692;
	transform: rotate(45deg) translate(-50%, -30%);
}

/* ---- news deatil---- */
#article h1.news-detail__title {
	font-size: 26px;
	line-height: 45px;
	margin-bottom: 24px;
}

.news-detail__info {
	display: flex;
	padding-bottom: 40px;
}

.news-detail__info .tag {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	flex: 0 0 66px;
	margin-right: 24px;
	border-radius: 2px;
}

.news-detail__info .time {
	font-size: 14px;
	flex: 0 0 74px;
	margin-right: 24px;
}

.news-detail__body {
	font-size: 14px;
	line-height: 28px;
}

.news-col {
	margin-bottom: 40px;
}

.news-col.mr-80 {
	margin-bottom: 80px;
}

.news-fud {
	display: flex;
}

.news-col__right {
	flex-grow: 1;
	padding-left: 20px;
}

.news-h2, .news-h4, .news-h5, .news-title__line {
	font-weight: 600;
	color: #00349d;
}

#article #main .news-h2 {
	font-size: 20px;
	line-height: 36px;
	padding-left: 0;
	margin-bottom: 0;
	background: none;
}

.news-detail__txt {
	padding-top: 24px;
}

.news-detail__txt .link-a {
	color: #00349d;
}

.news-detail__txt .line-yellow {
	position: relative;
	z-index: 1;
}

.news-detail__txt .line-yellow::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 6px;
	background-color: #fde780;
	z-index: -1;
}

.news-detail__txt .line-yellow.line1::after {
	width: 350px;
}

.news-detail__txt .line-yellow.line2::after {
	width: 230px;
}

.news-title__line {
	font-size: 18px;
	padding-left: 16px;
	position: relative;
}

.news-title__line::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 2px;
	height: 20px;
	background-color: #00349d;
	transform: translateY(-50%);
}

.news-h4 {
	font-size: 16px;
	line-height: 36px;
}

.news-h5 {
	font-size: 14px;
	line-height: 36px;
	padding-top: 24px;
}

.news-detail__other .news-detail__txt {
	padding-top: 16px;
}

.txt-note {
	font-size: 12px;
}

.news-detail__ul {
	display: flex;
	padding-top: 24px;
	padding-bottom: 24px;
}

.news-detail__ul ol {
	flex-grow: 1;
	padding-left: 90px;
}


.news-detail__ul ol li {
	counter-increment: li
	/* position: relative;
	padding-left: 16px; */
}
.news-detail__ul ol li::before {content: counter(li); color: #0054FF;
	display: inline-block; width: 1em;
	margin-left: -1em}

.news-detail__ul .span-line,
.news-detail__ul .span-num {
	color: #0054FF;
}

.news-detail__ul .span-line {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 8px;
	height: 1px;
	background-color: #0054FF;
}

.news-detail__ul .span-num {
	position: absolute;
	left: -10px;
}

.news-detail__link .use-link a {
	color: #0054FF;
}

.icon-link {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../other/img/news/icon-link.png) no-repeat;
}

.news-detail__table {
	border: 1px solid #d3def1;
}

.news-detail__table table {
	width: 100%;
}

.news-detail__table tr {
	border-bottom: 1px solid #d3def1;
}

.news-detail__table tr:last-child {
	border-bottom: none;
}

.news-detail__table tr td:last-child {
	border-right: none;
}

.news-detail__table td {
	padding: 10px 16px;
	border-right: 1px solid #d3def1;
}

.news-detail__table td.td-cl {
	background-color: #f2f4fa;
}

.news-detail__table td.td-cl1 {
	background-color: #fafafa;
}

.news-detail__table td.w-15 {
	width: 15%;
}

.news-detail__table td.w-17 {
	width: 17%;
}

.news-detail__table td.w-25 {
	width: 25%;
}

.news-detail__table td.w-32 {
	width: 32%;
}

.news-detail__table .text-center {
	text-align: center;
}

.news-detail__table tr td.border-right {
	border-right: 1px solid #d3def1;
}

/* --/ .pagination-- */
.news nav {
	margin-bottom: 80px;
}

.news .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

.news .pagination-item {
	padding: 0px 18px;
	margin: 0 5px;
}

.news .pagination-item.active {
	background-color: #f2f4fa;
}

.news .pagination a {
	font-size: 20px;
	line-height: 39px;
	color: #000;
	text-decoration: none;
}

.news .pagination a:hover {
	color: #0054ff;
	text-decoration: underline;
}
/* ------/ .pagination-- */

.news #contents .news-page_top {
	position: relative;
	width: 982px;
	margin: 0 auto;
}

.news #contents .news-page_top .page_top {
	position: absolute;
	content: "";
	right: 75px;
	bottom: 65px;
}