@charset "Shift_JIS";

/* **************************************************

Name: lumada_hub.css

Description: 

Create: 2023.09

Copyright 2029 Hitachi, Ltd.

***************************************************** */

* {
  max-height: 999999px; }
 
/*** 追加 ***/
.mb10 { padding-bottom: 10px!important;}
.mb20 { padding-bottom: 20px!important;}
.mb30 { padding-bottom: 30px!important;}
.mb40 { padding-bottom: 40px!important;}
.mt10 { padding-top: 10px!important;}
.mt20 { padding-top: 20px!important;}
.mt30 { padding-top: 30px!important;}
.mt40 { padding-top: 40px!important;}
/*** 追加 ***/


/* ---- body ---- */

body{
	background-color:#fff;
	overflow: hidden;

}

@media screen and (max-width: 767px){
	.JS body{
		background-color:#fff;
	}
}


/* ---- 共通 ---- */

h2 {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	background-image: none;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	h2 {
	font-size: 28px;
		margin-bottom: 40px!important;
	}
}

h2 span {
	display: inline;
	padding: 0 0 8px 0;
	font-size: 100%;
	color: #333;
	line-height: 130%;
	background-color: unset;
	border-bottom: 3px solid #FFC000;
}

@media screen and (max-width: 767px) {
	br.sp-hid {
		display:none;
	}
}


/* ---- LshMain Area ---- */

#LshMain {
	background-color: #FCD34C;
}

#LshMain .contentsWidth {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	padding: 0 16px;
}


@media screen and (max-width: 767px) {
	#LshMain .contentsWidth {
		display: block;
		padding: 0 8px;
	}
}

#LshMain h1 {
	font-size: 46px ;
	font-weight: bold;
	color: #000;
	background-image: none;

	padding-top: 90px;
	line-height: 120%;
}

#LshMain p {
	font-size: 19px ;
	font-weight: bold;
	color: #000;
	padding-top: 40px;
}

@media screen and (max-width: 994px) {
	#LshMain h1 {
		font-size: 40px;
		padding-top: 70px;
	}
	#LshMain p {
		font-size: 18px ;
		padding-top: 24px;
		line-height: 120%;
	}
}

@media screen and (max-width: 767px) {
	#LshMain h1 {
		font-size: 36px;
		padding-top: 40px;
		text-align: center;
	}
	#LshMain p {
	text-align: center;
		padding: 24px 0px 0px;
		line-height: 120%;
	}

}


/* ---- InnerLinksArea ---- */

#InnerLinksArea .HorizontalInnerLinks ul.ClearFix {
	display: table;
	width: 100%;

}

#InnerLinksArea .HorizontalInnerLinks li {
	display: table;
	width: 25%;
	margin-right: 0;
	margin-top: -8px;
	font-size: 16px;
	height: 83px;
}

#InnerLinksArea .HorizontalInnerLinks li a {
	display: table-cell;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1em;
	background-image: none;
	font-size: 100%;
	color: #333;
	font-weight: bold;
	padding: 0 2px;
	position: relative;
}

#InnerLinksArea .HorizontalInnerLinks li a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 12px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	border-width: 6px 5px 0 5px;
}

#InnerLinksArea .HorizontalInnerLinks li a:link,
#InnerLinksArea .HorizontalInnerLinks li a:visited {
	color: #333;
	border-bottom: 3px solid #FFC000;
}

#InnerLinksArea .HorizontalInnerLinks li a:hover,
#InnerLinksArea .HorizontalInnerLinks li a:active {
	height: 65px;
	color: #FEAE0E;
	border-bottom: 3px solid #333;
}

#InnerLinksArea .HorizontalInnerLinks li a:hover::after,
#InnerLinksArea .HorizontalInnerLinks li a:active::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 12px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FEAE0E transparent transparent transparent;
	border-width: 6px 5px 0 5px;
}

@media screen and (max-width: 767px) {

	#InnerLinksArea .contentsWidth {
		padding:0;
	}

	.JS #InnerLinksArea .HorizontalInnerLinks {
		padding-left: 0px;　　
		padding-right: 0;
	}

	#InnerLinksArea .HorizontalInnerLinks ul.ClearFix {
		margin-left: 0;
	}

	#InnerLinksArea .HorizontalInnerLinks li a {
		height: 24px;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		line-height: 1em;
		padding:0;
		background-image: none;
	}

	#InnerLinksArea .HorizontalInnerLinks li a span {
		font-size: 12px !important;
	}
	#InnerLinksArea .HorizontalInnerLinks li a::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 8px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #333 transparent transparent transparent;
		border-width: 6px 5px 0 5px;
	}
	#InnerLinksArea .HorizontalInnerLinks li a:hover::after,
	#InnerLinksArea .HorizontalInnerLinks li a:active::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 8px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #FEAE0E transparent transparent transparent;
		border-width: 6px 5px 0 5px;
	}
}

@media screen and (max-width: 579px) {
	.JS #InnerLinksArea .HorizontalInnerLinks li a {
		height: 36px;
		padding:4px;
	}
	#InnerLinksArea .HorizontalInnerLinks ul li {
		width:100%;
		height: auto;
	}
	#InnerLinksArea .HorizontalInnerLinks li a::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 4px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #333 transparent transparent transparent;
		border-width: 6px 5px 0 5px;
	}
	#InnerLinksArea .HorizontalInnerLinks li a:hover::after,
	#InnerLinksArea .HorizontalInnerLinks li a:active::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 4px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #FEAE0E transparent transparent transparent;
		border-width: 6px 5px 0 5px;
	}
}


/* ---- LumadaSolutionHub Area ---- */

#LumadaSolutionHub {
	background-color: #FFF8E4;
	border-top: 3px solid #FFC000;
	margin-top: -3px;
	padding:55px 0;
}

#LumadaSolutionHub .contentsWidth {
	text-align: center;
	padding:0 16px;
}

#LumadaSolutionHub h2 {
	margin-bottom: 20px;
	padding:0;
}


/* ---- TopicsNews Area ---- */

#TopicsNews {
	margin-top: 70px;
}

#TopicsNews h2 span {
	display: inline;
	padding: 0 0 8px 0;
	font-size: 100%;
	color: #333;
	line-height: 130%;
	background-color: unset;
	border-bottom: none;
}

#TopicsNews h2 span a{
	padding: 0 20px 8px 0;
	border-bottom: 3px solid #FFC000;
}

#TopicsNews h2 span a:link,
#TopicsNews h2 span a:visited {
	color: #333;
	text-decoration: none;
}
#TopicsNews h2 span a:hover,
#TopicsNews h2 span a:active {
	color: #2064b4;
	text-decoration: none;
	border-bottom: 3px solid #2064b4;
	line-height: 130%;

}

.TopicsNewsArea {
	margin: 0 ;
	border-bottom: solid 1px #D9D9D9;
}
.TopicsNewsArea dl.DateListStyle1,
.TopicsNewsArea dl.DateListStyle2 {
	font-size: 100%;
	margin: 0;
	padding: 20px 34px;
	border-top: solid 1px #D9D9D9;
}

@media screen and (max-width: 767px) {
	.TopicsNewsArea dl.DateListStyle1,
	.TopicsNewsArea dl.DateListStyle2 {
		padding: 16px 20px;
	}
}

.TopicsNewsArea dl.DateListStyle2 dd{
margin:0 0 0 12em;
}

.TopicsNewsArea dl.DateListStyle2 dd span {
	display: inline-block;
	color: #fff;
	font-weight:bold;
	font-size: 14px;
	text-align: center;
	width: 120px;
	border-radius: 3px;
	padding: 0 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.TopicsNewsArea dl.DateListStyle2 dd span.NewsIcon {
	background-color: #5391DC;
}
.TopicsNewsArea dl.DateListStyle2 dd span.EventIcon {
	background-color: #54B92A;
}
.TopicsNewsArea dl.DateListStyle2 dd span.InfoIcon {
	background-color: #716BB6;
}
.TopicsNewsArea dl.DateListStyle2 dd span.CaseIcon {
	background-color: #FBA52F;
}
.TopicsNewsArea dl.DateListStyle2 dd span.ArticleIcon {
	background-color: #F15D69;
}

.TopicsNewsArea dl.DateListStyle2 dd.topicsLink {
	margin-left: 23em;
	color: #333;
}

.TopicsNewsArea dl.DateListStyle2 dd.topicsLink ul.LinkListStyle1 li a:link,
.TopicsNewsArea dl.DateListStyle2 dd.topicsLink ul.LinkListStyle1 li a:visited {
	color: #2064B4;
}

.TopicsNewsArea dl.DateListStyle2 dd.topicsLink ul.LinkListStyle1 li a:hover,
.TopicsNewsArea dl.DateListStyle2 dd.topicsLink ul.LinkListStyle1 li a:active {
	color: #2064B4;
}

.TopicsNewsArea dl.DateListStyle2 dd.topicsLink ul.LinkListStyle1 li.NewWin a {
	background-image: none !important;
}

.TopicsNewsArea dl.DateListStyle2 dd.topicsLink ul.LinkListStyle1 li.NewWin a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(/image/jp/r1/icon/icon_new_window_hd.gif);
	background-size: contain;
	vertical-align: middle;
	margin:0px 2px; 
}

.TopicsNewsArea dl.DateListStyle2 dd.topicsLink ul.LinkListStyle1 li.NewWin a:hover:after,
.TopicsNewsArea dl.DateListStyle2 dd.topicsLink ul.LinkListStyle1 li.NewWin a:active:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(/image/jp/r1/icon/icon_new_window_hd.gif);
	background-size: contain;
	vertical-align: middle;
	margin:0px 2px; 
}

.TopicsNewsArea dl.DateListStyle2 p{
margin-bottom:10px;
}

@media screen and (max-width: 767px) {
	.TopicsNewsArea dl.DateListStyle2 dt {
		float: none;/**/
	}
	.TopicsNewsArea dl.DateListStyle2 dt dl dt {
		float: left;/**/
	}
	.TopicsNewsArea dl.DateListStyle2 dd {
		margin-top: 10px;
		margin-left: 0;/**/
	}
	.TopicsNewsArea dl.DateListStyle2 dd.topicsLink {
		margin-left: 0;
	}
	.TopicsNewsArea dl.DateListStyle1 dd {
		margin-top: 5px;
	}
}

#TopicsNews ul.LinkListStyle1.TopicsNewsList{
	text-align: right;
	font-weight: bold;
	margin-top:20px;
}


/* ---- ExperientialValue Area ---- */

#ExperientialValue {
	margin-top: 70px;
	text-align: center;
	padding :0 16px;
}

#ExperientialValue .ListBoxArea {
	margin-top: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	/*justify-content: space-between;*/ /* 20240902修正 */
	gap: 30px 0;
}
@media screen and (max-width: 767px) {
	#ExperientialValue .ListBoxArea {
		margin-top: 50px;
	}
}

#ExperientialValue .ListBoxArea .ListBox {
	width:31.7647%;
	background-color: #FFF8E4;
}
#ExperientialValue .ListBoxArea .ListBox:nth-child(1){
	margin-right: 2.25%;
}
@media screen and (max-width: 767px) {
	#ExperientialValue .ListBoxArea .ListBox {
		width:48%;
		margin-right: 0;
	}
}
@media screen and (max-width: 579px) {
	#ExperientialValue .ListBoxArea .ListBox {
		width:100%;
	}
}

#ExperientialValue h3 {
	background-color: #FFC000;
	font-size: 21px;
	color: #333;
	padding: 16px;
	margin: 0;
}

#ExperientialValue h3 a:link,
#ExperientialValue h3 a:visited {
	color: #333;
}

#ExperientialValue h3 a:hover,
#ExperientialValue h3 a:active {
	color: #333;
	text-decoration: underline;
}

#ExperientialValue h3 a.NewWin {
	background-image: none !important;
}

#ExperientialValue h3 a.NewWin::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(/image/jp/r1/icon/icon_new_window_hd.gif);
	background-size: contain;
	vertical-align: middle;
	margin:0px 2px; 
}

#ExperientialValue h3 a.NewWin:hover:after, 
#ExperientialValue h3 a.NewWin:active:after {
/*	content: '';
	display: inline-block;
	width: 17px;
	height: 13px;
	background-image: url(/products/it/lumada/about/lumada_hub/images/icon_win.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 2px 8px;*/

	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(/image/jp/r1/icon/icon_new_window_hd.gif);
	background-size: contain;
	vertical-align: middle;
	margin:0px 2px; 
}

#ExperientialValue ul {
	background-color: #FFF8E4;
	padding: 16px;
}

#ExperientialValue ul li {
	font-size: 14px;
	text-align: left;
	color: #333;
}

#ExperientialValue ul li img{
	width:100%;
}


/* ---- SolutionService Area ---- */

#SolutionService {
	margin-top: 70px;
	text-align: center;
	padding: 0 16px;
}

#SolutionService .AssetSol{
	margin-top:60px;
}
#SolutionService .AssetSol .TitleText{
	font-weight:bold;
	font-size:150%;
	line-height: 115%;
}
#SolutionService .AssetSol .TitleText span{
	display: block;
	font-size: 73%;
	font-weight: normal;
}

#SolutionService .Service {
	padding-top: 60px;
	text-align: left;
}
#SolutionService .Service h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	background-image: none;
	border-left: 3px solid #FFC000;
	margin-bottom: 40px;
	padding: 5px 0 0 20px;
	line-height: 160%;
}
#SolutionService .Service p {

}

#SolutionService .ListBoxArea {
	margin-top: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 20px 0;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#SolutionService .ListBoxArea {
		margin-top: 50px;
	}
}

#SolutionService .ListBoxArea .ListBox {
	width: 31.7647%;
	display: table;
	box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
	color: #707070;
	background-color: #fff;
	text-decoration: none;
	padding: 0;
position: relative;
}

@media screen and (max-width: 767px) {
	#SolutionService .ListBoxArea .ListBox {
		width: 49%;
	}
}

@media screen and (max-width: 579px) {
	#SolutionService .ListBoxArea .ListBox {
		width: 100%;
	}
}

#SolutionService .ListBoxArea .ListBox:nth-child(4){
	margin-right: 2.25%;
}

@media screen and (max-width: 767px) {
	#SolutionService .ListBoxArea .ListBox:nth-child(4){
		margin-right: 0;
	}
}

#SolutionService .ListBoxArea .ListBox:nth-child(5){
	margin-right: auto;
}

#SolutionService .ListBoxArea .ListBox p.ImgOnlyStyle {
	background-color: #FFF8E4;
}

#SolutionService .ListBoxArea .ListBox h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 20px 18px;
}
#SolutionService .ListBoxArea .ListBox p.TextStyle1 {
	font-size: 14px;
	margin:0 18px 52px;
	color: #333;
}
#SolutionService .ListBoxArea .ListBox ul.LinkListStyle1 {
	margin:0 18px 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}
#SolutionService .ListBoxArea .ListBox ul.Lateral {
	display: flex;
	justify-content: space-between;
	width: 90%;
	padding-top: 20px;
}
#SolutionService .ListBoxArea .ListBox ul.LinkListStyle1 li {
	color: #8C8181;
}

#SolutionService .ListBoxArea .ListBox ul.LinkListStyle1 li a:link,
#SolutionService .ListBoxArea .ListBox ul.LinkListStyle1 li a:visited {
	color: #CC0000;
}
#SolutionService .ListBoxArea .ListBox ul.LinkListStyle1 li a:hover,
#SolutionService .ListBoxArea .ListBox ul.LinkListStyle1 li a:active {
	color: #CC0000;
	text-decoration: underline;
}

#SolutionService .ListBoxArea .ListBox ul.LinkListStyle1 li.NewWin a {
	background-image: none !important;
}

#SolutionService .ListBoxArea .ListBox ul.LinkListStyle1 li.NewWin a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(/image/jp/r1/icon/icon_new_window_hd.gif);
	background-size: contain;
	vertical-align: middle;
	margin:0px 2px; 
}

#SolutionService .ListBoxArea .ListBox ul.LinkListStyle1 li.NewWin a:hover:after,
#SolutionService .ListBoxArea .ListBox ul.LinkListStyle1 li.NewWin a:active:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(/image/jp/r1/icon/icon_new_window_hd.gif);
	background-size: contain;
	vertical-align: middle;
	margin:0px 2px; 
}


/* ---- RelatedSites Area ---- */

#RelatedSites {
	margin-top: 70px;
}

#RelatedSites ul.BannerArea {
	display: flex;
	flex-wrap: wrap;
}

#RelatedSites ul.BannerArea li {
	display: flex;
	width: 25.0%;　/*4列表示　3列表示と入れ替え*/
/*	width: 33.33%;3列表示　4列表示と入れ替え*/
	align-self: stretch;
	margin-bottom: 40px;
	justify-content: center;
}

@media screen and (max-width: 994px) {
	#RelatedSites ul.BannerArea li{
		width: 33.33%;
	}
}

@media screen and (max-width: 767px) {
	#RelatedSites ul.BannerArea li{
		width: 50%;
	}
}
@media screen and (max-width: 579px) {
	#RelatedSites ul.BannerArea li{
		width: 100%;
	}
	#RelatedSites ul.BannerArea li img {
		max-width:100%;
	}
}

#RelatedSites ul.BannerArea li a:link,
#RelatedSites ul.BannerArea li a:visited {
	text-decoration: none;
	color: #333333;
}

#RelatedSites ul.BannerArea li a:hover,
#RelatedSites ul.BannerArea li a:active {
	color:#145595;
}

#RelatedSites ul.BannerArea li a:hover img,
#RelatedSites ul.BannerArea li a:visited img {
	opacity:0.7;
}

#RelatedSites ul.BannerArea li a:link dd {
	margin-top:4px;
}

#RelatedSites ul.BannerArea li a:link dd::after,
#RelatedSites ul.BannerArea li a:visited dd::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
	background-size: contain;
	vertical-align: middle;
	margin:0px 2px; 
}

#RelatedSites ul.BannerArea li a:link dd.NewWin::after,
#RelatedSites ul.BannerArea li a:visited dd.NewWin::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(/products/it/lumada/images/icon_new_window_hd02.png);
	background-size: contain;
	vertical-align: middle;
	margin:0px 2px; 
}



/*** #FloatLinkWrap ***/
#FloatLinkWrap {
  position: relative;
  padding-top: 40px;
  background: #fff; }
  #FloatLinkWrap .FloatLink {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(61, 61, 61, 0.8);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    z-index: 2; }
    #FloatLinkWrap .FloatLink.static {
      position: static; }
    #FloatLinkWrap .FloatLink.visible {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  #FloatLinkWrap .LinkListStyle2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px; }
    #FloatLinkWrap .LinkListStyle2 li {
      min-width: 310px;
      padding: 0; }
      #FloatLinkWrap .LinkListStyle2 li:nth-child(n+2) {
        margin-left: 40px; }
      @media screen and (max-width: 710px) {
        #FloatLinkWrap .LinkListStyle2 li {
          width: 100%; }
          #FloatLinkWrap .LinkListStyle2 li:nth-child(n+2) {
            margin: 10px 0 0; } }
      #FloatLinkWrap .LinkListStyle2 li a {
        display: block;
        color: #fff;
        padding: 0;
        font-size: 112.5%;
        font-weight: bold;
        text-align: center;
        border: 1px solid #fff;
        background: #E60127;
        -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        @media screen and (max-width: 710px) {
          #FloatLinkWrap .LinkListStyle2 li a {
            font-size: 81.25%; } }
        #FloatLinkWrap .LinkListStyle2 li a:hover {
          opacity: 0.7; }
        #FloatLinkWrap .LinkListStyle2 li a span {
          display: inline-block;
          padding: 7px 15px 5px; }
      #FloatLinkWrap .LinkListStyle2 li .Contact span {
        padding-left: 25px;
        background: url(/products/it/lumada/about/lumada_hub/images/icon_contact_hd.png) no-repeat left center;
        background-size: 19px; }
        @media screen and (max-width: 995px) {
          #FloatLinkWrap .LinkListStyle2 li .Contact span {
            padding-left: 16px;
            background-size: 12px; } }
      #FloatLinkWrap .LinkListStyle2 li .Portal {
        padding-left: 15px; }
        #FloatLinkWrap .LinkListStyle2 li .Portal span {
          padding-left: 25px;
          background: url(/products/it/lumada/about/lumada_hub/images/icon_portal_hd.png) no-repeat left center;
          background-size: 19px; }
          @media screen and (max-width: 995px) {
            #FloatLinkWrap .LinkListStyle2 li .Portal span {
              padding-left: 16px;
              background-size: 12px; } }

@media screen and (max-width: 767px){
	#FooterPageTop {
		top: calc(100% - 100px);
	}
}

/*-------------------------- Topics_News page ----------------------------*/

/* ページ内リンク幅 */
#InnerLinksArea .HorizontalInnerLinks ul.TopicsNewsYear li {
	width:50%; /*2カラム*/
/*	width:33.333333%; 3カラム*/
/*	width:25%; 4カラム*/
}

#TopicsNews .TopicsNewsArea h2 {
	border-left: none;
}

#TopicsNews .TopicsNewsArea h2 span {
	display: inline;
	padding: 0 0 8px 0;
	font-size: 100%;
	color: #333;
	line-height: 130%;
	background-color: unset;
	border-bottom: 3px solid #FFC000;
}

