/* frame ----------------------------------- */

#main25 {
	position: relative;
	width: 100%;
	margin-top: 79px;
	padding-bottom: 140px;
}
@media screen and (max-width:1250px){
	#main25 {
		margin-top: 69px;
		padding-bottom: 60px;
	}
}
.contents {
	color: var(--r_black);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	padding: 0 30px;
}
.contents p {
	margin-bottom: 1.0rem;
}
.flex, .flexnb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box2 { width: 48%; }
.box3 { width: 31%; }

/* news head ----------------------------------- */
#news section.sec_ttl {
	max-width: 100%;
	background: url(/ja/images/common/under_head_bg.jpg) center / cover no-repeat;
	height: 250px;
	padding: 55px 30px;
	margin: 0;
}
#news h1.btit {
	font-size: 72px;
	font-family: var(--r_popi);
	color: var(--r_blue);
	font-weight: 400;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 1.5;
}
#news h1.btit .ja {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: var(--r_black);
	font-family: var(--r_noto);
	display: block;
}
.bread {
	height: 48px;
	background: linear-gradient(192.79deg, #005bd7 0%, #0056b3 100%);
	margin-bottom: 100px;
}
.bread_in {
	width: 1260px;
	padding: 0 30px;
	margin: 0 auto;
	text-align: left;
	line-height: 48px;
	font-size: 12px;
	display: flex;
	color: var(--r_cwhite);
}
.bread_in li { list-style: none; }
.bread_in a {
	color: var(--r_sky3);
	text-decoration: underline;
	transition: all .3s ease;
}
.bread_in a:hover {
	color: var(--r_cwhite);
}
.bread_in li {
	padding: 0 10px;
}
.bread_in li.home {
	padding: 0 10px 0 22px;
	background: url(/ja/images/common/home.png) top 18px left / 16px no-repeat;
}
.bread_in li.middle {
	padding: 0 10px;
}

@media screen and (max-width:767px){
	#news section.sec_ttl {
		max-width: 100%;
		background: url(/ja/images/common/under_head_bg_sp.jpg) center / cover no-repeat;
		height: 160px;
		padding: 44px 30px;
	}
	#news h1.btit {
		font-size: 40px;
	}
	#news h1.btit .ja {
		font-size: 14px;
	}
	.bread {
		height: 34px;
		margin-bottom: 48px;
	}
	.bread_in {
		line-height: 34px;
	}
	.bread_in li.home {
		background: url(/ja/images/common/home.png) top 11px left / 16px no-repeat;
	}
}

/* news core ----------------------------------- */

#news section, .mt-content {
	width: 100%;
	padding: 0;
	max-width: 1080px;
	margin: 0 auto 60px;
	text-align: left;
	line-height: 2;
}
#main25 section ul.newslist {
	list-style: none;
	margin-left: 0;
}
#main25 ul.newslist li {
	padding-bottom: 1rem;
	border-bottom: 1px var(--r_gray) solid;
	margin: 1.25rem 0;
	list-style: none;
}
#main25 ul.newslist li a { line-height: 2em; display: block;}
#main25 ul.newslist li span { line-height: 1rem; font-weight: inherit; }
#main25 ul.newslist li h3 { color: var(--r_black); font-weight: 600; margin: 16px 0 10px; font-size: 18px; transition: .3s ease; }
#main25 ul.newslist li h3.outlink { padding-right: 27px!important; background: url(/ja/images/common/outlink.png) right 7px center / 12px no-repeat; display: inline-block; }
#main25 ul.newslist li a:hover h3 { color: var(--r_blue); }
#main25 ul.newslist li .summary { color: #444; font-size: 0.875rem; margin-bottom:0.5rem; padding-left: 0; line-height: 1.7; }
#main25 ul.newslist li p.eve_spec { color: var(--r_red); font-size: 0.875rem; font-weight:600; margin-bottom:0; padding-left: 0; }
#main25 ul.newslist li span.date { font-size: 16px; font-family: var(--r_popi); color: var(--r_graytx2); font-weight: 500; padding-right: 1.5em; }
.cate_label {
	padding: 2px 5px;
	display: inline-block;
	color: var(--r_graytx2); 
	font-size: 13px;
	border: var(--r_graytx2) 1px solid;
	border-radius: 4px;
	width: 148px;
	text-align: center;
	margin-right: 1em;
	line-height: 1rem;
}
.comp_label {
	font-size: 13px;
	padding: 2px 20px;
	background-color: var(--r_gray3);
	border-radius: 20px;
	color: var(--r_black);
	line-height: 1rem;
}
#news section.news_nav {
	padding-bottom: 56px;
	margin-bottom: 32px;
	border-bottom: var(--r_gray) 1px solid;
}
#news section.news_snav {
	font-size: 0.75rem;
	margin-bottom: 56px;
}
.news_nav .box3 {
	margin-bottom: 10px;
}
.news_snav .yearly, .news_snav .company { display: flex; justify-content: flex-start; flex-wrap: wrap; }
.news_snav div:nth-child(1) a {
	padding: 13px 22px;
	border: var(--r_gray) 1px solid;
	border-radius: 40px;
	font-size: 14px;
	line-height: 1;
	margin: 0 8px 10px 0px;
	color: var(--r_black);
	transition: .3s ease;
}
.news_snav div:nth-child(1) a:hover, .news_snav div:nth-child(1) a.current {
	background-color: var(--r_green);
	border: var(--r_green) 1px solid;
	color: #fff;
}
.news_snav div:nth-child(2) a {
	padding: 13px 22px;
	background-color: var(--r_gray3);
	border-radius: 40px;
	font-size: 14px;
	line-height: 1;
	margin: 0 8px 8px 0px;
	color: var(--r_black);
	transition: .3s ease;
}
.news_snav div:nth-child(2) a:hover, .news_snav div:nth-child(2) a.current {
	background-color: var(--r_green);
	color: #fff;
}

ul.newslist li a[href$=".pdf"] h3:after { content: ""; display: inline-block; width: 24px; height: 18px; background: url(/ja/images/common/pdf2.svg) center right / 16px no-repeat var(--r_white);}

.pagingblock {
	padding: 2rem 0;
	text-align: center;
}
.pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pagination .current_page, .pagination .link_page {
	display: block;
	border-radius: 6px;
	margin: 0 0.5rem 1rem 0;
	width: 34px;
}
.pagination .current_page, .pagination .link_page:hover {
	background-color: var(--r_blue);
	color: #fff;
	font-weight: 700;
	line-height: 44px;
	width: 44px;
	height: 44px;
}
.pagination .link_page {
	background-color:#fff;
	border: 1px var(--r_gray) solid;
	color: var(--r_black);
	line-height: 44px;
	width: 44px;
	height: 44px;
}
a.link_before { 
	display: block;
	border-radius: 6px;
	width: 44px;
	height: 44px;
	margin: 0 0.5rem 1rem 0;background: url(/ja/images/common/arrow_sbr.png) center / 12px no-repeat var(--r_sky); }
a.link_next { 
	display: block;
	border-radius: 6px;
	width: 44px;
	height: 44px;
	margin: 0 0.5rem 1rem 0;background: url(/ja/images/common/arrow_sb.png) center / 12px no-repeat var(--r_sky); }
 
a.link_before:hover { background: url(/ja/images/common/arrow_swr.png) center / 12px no-repeat var(--r_blue); }
a.link_next:hover { background: url(/ja/images/common/arrow_sw.png) center / 12px no-repeat var(--r_blue); }
.last_icon { width:12px; padding-bottom: 16px; }

@media screen and (max-width:767px){
	#news section.news_nav { padding-bottom: 24px; margin-bottom: 24px; }
	#news section.news_snav { margin-bottom: 32px; }
	.flex { flex-direction: column; }
	.news_nav .box3 { width: 100%; }
	.news_snav div:nth-child(1) a { font-size: 11px; padding: 9px 12px; }
	.news_snav div:nth-child(2) a { font-size: 11px; padding: 9px 12px; }
	.comp_label { display: inline-block; }
	.newslist li {  }
	.newslist li span.date { font-size: 13px; }
	.cate_label { font-size: 10px; width: 108px; padding: 0px 5px; }
	.comp_label { font-size: 10px; padding: 2px 10px; display: table; }
	.newslist li h3 { margin: 10px 0; line-height: 1.6;  }
}
/* news core Datail ----------------------------------- */

.detail_ttl {
	max-width: 1080px;
	width: 100%;
}
#news .detail_ttl h1 {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5em;
	padding: 1.5rem 0 2rem;
	position: relative;
	border-bottom: var(--r_gray) 1px solid;
	margin-bottom: 2rem;
}
#news .detail_ttl h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 1px;
	background-color: var(--r_blue);
}
#news h1 small {
	display: block;
	padding: 1rem 0 0 0;
	font-size: 0.875rem;
}
.detail_ttl span.date { font-size: 16px; font-family: var(--r_popi); color: var(--r_graytx2); font-weight: 500; padding-right: 1.5em; }

.news_detail h3 {
	font-size: 24px;
	font-weight: 700;
	padding: 56px 0 48px;
	border-top: var(--r_gray) 1px solid;
	position: relative;
	margin-top: 56px;
}
.news_detail h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 1px;
	background-color: var(--r_blue);
}

.news_detail a[href^="http"] {overflow-wrap: anywhere; word-break: break-all; word-wrap: break-word; } 

.back_btn {
	display: block;
	margin: 15px auto;
	color: var(--r_black);
	font-weight: 600;
	padding: 16px 20px;
	border-radius: 40px;
	box-shadow: 0px 4px 10px 0px #00000014;
	width: 550px;
	text-align: center;
	background: url(/ja/images/common/arrow02.png) left 24px center / 24px no-repeat var(--r_white);
	transition: all .3s ease;
}
.back_btn:hover {
	background: url(/ja/images/common/arrow02_h.png) left 24px center / 24px no-repeat var(--r_blue);
	color: #fff;
}
.btn-wrapper { padding-bottom: 56px; margin-bottom: 56px!important; border-bottom: var(--r_gray) 1px solid; position: relative;}
.btn-wrapper:after { content: ""; position: absolute; bottom: 0; left: 0; width: 64px; height: 1px; background-color: var(--r_blue); }

@media screen and (max-width:768px){
	#news .detail_ttl h1 { font-size: 20px; }
	#news .detail_ttl h1:after { width: 32px; }
	.news_detail { font-size: 13px; }
	.news_detail h3 { font-size: 18px; padding: 36px 0; margin-bottom: 36px; }
	.news_detail h3:before { width: 32px; }
	.back_btn { width: 100%; }
	.btn-wrapper { padding-bottom: 40px; margin-bottom: 40px!important; }
	.btn-wrapper:after { width: 32px; }
}

/* module ----------------------------------- */
img.img_full { width:100%; }
 
.for_pc{ display:block!important; } .for_sp{ display:none!important; }
@media screen and (max-width:768px){ .for_sp{display:block!important;} .for_pc{display:none!important;} }
.bold { font-weight: 700; }
.line { display:inline; background:linear-gradient(transparent 70%, #fdd 0%); margin-bottom: 1rem; }
.red { color: #f9452d; }
.vio { color: #7c61ff; }
.ora { color: #ff8500; }
.sky { color: #1bbcfe; }
.mb1r { margin-bottom: 1rem!important; }
.mb2r { margin-bottom: 2rem!important; }
.mt2r { margin-top: 2rem!important; }
.mb3r { margin-bottom: 3rem!important; }
.fs14 { font-size: 0.825rem; }
.fs18 { font-size: 1.125rem; }
.fs24 { font-size: 1.5rem; }
.nomb { margin-bottom: 0!important; }
.center { text-align: center!important; }
.fx_center { justify-content: center; }
.clearfix::after {content: "";display: block;clear: both;}

.text_decoration_underline {text-decoration:underline;}
.text_decoration_line_through {text-decoration:line-through;}

.ls_none { list-style: none; }





/* ancient page first aid ---------------------------- */
.mt-content table { border-collapse: collapse; }
.mt-content table th, .mt-content table td { padding: 15px; border: 1px var(--r_gray2) solid; }













/* ancient news.css ---------------------------- */

ul.liststyle_dotL {list-style-type:none !important;}
ul.liststyle_dotL li::before {content:'・';font-size:1em;color:#767676;}
section a, .mt-content a { color: var(--r_blue); }
section.news h3 { line-height: 200%; margin-bottom: 0; }
section.news ul {margin-left: 1.2em;}
section.news figure img.mx400 {width: min(100%,400px);}
section.news figure img.mx500 {width: min(100%,500px);}
section.news figure img.mx600 {width: min(100%,600px);}
section.news figure img.mx700 {width: min(100%,700px);}
section.news figure img.mx800 {width: min(100%,800px);}
section.news figure img.mx900 {width: min(100%,900px);}
section.news .subtitle { position: relative; font-weight:bold; margin-bottom: 4em !important; color: #585858; }
section.news .subtitle::before { content: ""; position: absolute; width: 100%; height: 2px; background: #dedede; top: -20px; }
section.news sup.annotation { font-size: 12px; line-height: 2.2; font-weight: bold;color: #777; }
section.news .annotationdescription { margin-bottom:1em ; }
section.news .annotationdescription h4 { font-weight: bold; margin-bottom: 0; font-size:12px; line-height: 1.8; }
section.news .annotationdescription p { font-size: 12px !important; margin-bottom: 0 !important; }
section.news { margin-bottom: 60px; }
section.news .imgfloatright { margin: 6px 10px 25px 20px; float: right; }
section.news .row { margin: 1em 0 3rem 0;text-align: center; }
section.news .row_flex { display:flex; flex-direction: row; flex-wrap: wrap; }
section.news .row_flex > * { flex:1; flex-basis: 1px; }
section.news .row_flex.gap5 { gap:5px; }
section.news .row_flex.gap10 { gap:10px; }
section.news .row img { width:100%; }
section.news .row figcaption, section.news .row_flex .cap { font-weight: bold; font-size: 12px; }
section.news .row_flex .cap { text-align:center; flex-basis: 100%;color: #777; line-height: 1.2; margin: 0 !important; }
section.news p { line-height: 2; margin-bottom: 2em; clear: none !important; }
/* section.newsfooter * { text-align: center; } */
section.newsfooter hr { width: 100%; height: 1px; border-top: var(--r_gray) 1px solid; margin: 56px 0; position: relative; }
section.newsfooter hr:after { content: ""; position: absolute; top: 0; left: 0; width: 64px; height: 1px; background-color: var(--r_blue); }
section.newsfooter address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; text-align: center; }
section.newsfooter address h4 { font-size: 22px !important; font-weight: 700; margin-bottom: 16px !important; }
section.newsfooter address dl { padding-bottom: 20px; line-height: 2; }
section.newsfooter p { text-align: center; font-size: 12px; line-height: 1.4; }
section.news .history * { font-size: 13px !important; }
section.news .history tr td:first-child { width: 100px; }
section.news th {font-weight:bold;}
section.news .simpleborderdtable caption, section.news .noborderdtable caption {text-align: left;font-weight: bold;padding: 6px 12px;}
section.news .simpleborderdtable th, section.news .noborderdtable th {vertical-align:baseline;}
section.news .simpleborderdtable { border: solid 1px #e5e5e5; border-collapse: collapse; }
section.news .simpleborderdtable th {white-space: nowrap;}
section.news .simpleborderdtable th, section.news .simpleborderdtable td { border: solid 1px #e5e5e5; padding: 6px 12px;line-height:1.7; }
section.news .noborderdtable th {white-space: nowrap; }
section.news .noborderdtable th, section.news .noborderdtable td { padding: 6px 0px !important;line-height:1.7; border: 0; }
section.news .noborderdtable th, section.news .noborderdtable tr td:first-child { padding-right: 5em !important; }
section.news .card { display:flex; flex-direction:row; margin-bottom:2em; }
section.news .card h3, section.news .card p{ margin-top:0; margin-bottom:0; }
section.news .card .cardtext { flex:2; }
section.news .card .cardimg { flex:1; padding: 0 2em; }
section.news .card .cardimg img { width: 100%; }
section.news .aboutcompany { background: var(--r_sky2); padding: 40px 48px!important; border-radius: 10px; }
section.news .aboutcompany h3 {font-weight: bold; font-size: 22px; padding: 0; margin: 0 0 15px 0; border-top: 0; }
section.news .aboutcompany h3:before { display: none; }
section.news .aboutcompany:not(:last-child) { margin-bottom: 1em; }
section.news .aboutcompany .aboutcompanydescription p { margin-bottom: 1em; }
section.news .aboutcompany .aboutcompanydescription p:last-child  { margin-bottom: 0; }
section.news .aboutcompany .aboutcompanydescription .companyurl { color: gray; font-size: 0.8em;margin-bottom: 1rem; }
sup { top: -0.4em; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
small, .small { font-size: 85%; }
body.news .container .news-util .btn-wrapper { text-align: center; }
.news-util a.adobe { display: block; color: #a2a2a2; font-size: 10px; padding: 20px 5px; margin: 0 auto; width: 270px; text-align: center; }
.btn-primary { display: inline-block; color: var(--r_black); font-weight: 600; padding: 16px 20px; border-radius: 40px; box-shadow: 0px 4px 10px 0px #00000014; width: 340px; text-align: center; background: url(/ja/images/common/pdf2.svg) right 24px center / 24px no-repeat var(--r_white); transition: all .3s ease; }
.btn-primary:hover { background-color: var(--r_blue); color: #fff; }
@media (max-width:767px) {
	section.newsfooter address h4 { font-size: 18px !important; }
	section.newsfooter hr:after { width: 32px; }
	section.news .history * { font-size: 12px !important; }
	section.news .row figcaption, section.news .row_flex .cap { font-size: 10px;}
	section.news .row_flex { flex-direction: column;gap:1em;}
	section.news table th, section.news table td, section.news table caption { font-size:13px; }
	section.news .card { flex-direction:column; }
	section.news .card .cardtext, section.news .card .cardimg { flex:1; }
	section.news .card .cardimg { padding: 0; padding-top:6px; }
	.btn-primary { width: 100%; }
	section.news .aboutcompany { padding: 20px 24px 24px 24px!important; }
	section.news .aboutcompany h3 { font-size: 18px; margin: 0 0 5px 0; }
	.btn-primary, .back_btn { padding: 11px 20px; }
	section.news .noborderdtable th, section.news .noborderdtable tr td:first-child { padding-right: 1em !important; white-space: nowrap; }
}

