@charset "UTF-8";
/*===============================================
	基本設定
===============================================*/
*, *:before, *:after {
  box-sizing: border-box; }
#HeaderArea, #HeaderArea *,
#SiteIdentity, #SiteIdentity *,
#SiteIdentityP, .SiteIdentityP,
#HeaderArea1, #HeaderArea1 *,
#HeaderArea1 *:before, #HeaderArea1 *:after,
#HeaderArea2, #HeaderArea2 *,
#HeaderArea2 *:before, #HeaderArea2 *:after,
.FatMenuWide, .FatMenuWide *,
.FatMenuWide *:before, .FatMenuWide *:after,
#FooterArea, #FooterArea *,
#FooterArea *:before, #FooterArea *:after,
#Popup #Contents .Container,
#ModalYouTube, #ModalYouTube *,
#ModalImage, #ModalImage .BtnClose a {
  box-sizing: content-box; }
#HeaderArea1 #SupportNavi > a,
#HeaderArea1 #SupportNavi > button > span,
#HeaderArea1 #SearchFormArea,
#HeaderArea1 #SearchFormArea .BtnClose,
#HeaderArea1 #SearchFormArea .SearchPhrease,
#HeaderArea1 #SpMenuBtn,
#HeaderArea1 #PopupCloseBtn,
#HeaderArea2 #SiteID,
#HeaderArea2 #GlobalNaviMenu > li > a,
#HeaderArea2 #GlobalNaviMenu > li > button > span,
#HeaderArea2 #GlobalNaviMenu > li.DropDownMenu > ul a,
#HeaderArea2 #GlobalNaviMenu > li.DropDownMenu > ul button > span {
  box-sizing: border-box; }

#HeadersArea {
  display: none; }

@media screen and (max-width: 1304px) {
.OptionWideRWD #HeaderArea2 .MMGrid1,
.OptionWideRWD #HeaderArea2 .MMGrid2,
.OptionWideRWD #HeaderArea2 .MMGrid3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .OptionWideRWD #HeaderArea2 .MMGrid1 > div,
  .OptionWideRWD #HeaderArea2 .MMGrid2 > div,
  .OptionWideRWD #HeaderArea2 .MMGrid3 > div,
  .OptionWideRWD #HeaderArea2 .MMGrid4 > div,
  .OptionWideRWD #HeaderArea2 ul.MMLinkListStyle li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; } }
@media screen and (max-width: 994px) {
.OptionRWD.JS #HeaderArea2 .MMGrid1,
.OptionRWD.JS #HeaderArea2 .MMGrid2,
.OptionRWD.JS #HeaderArea2 .MMGrid3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .OptionRWD.JS #HeaderArea2 .MMGrid1 > div,
  .OptionRWD.JS #HeaderArea2 .MMGrid2 > div,
  .OptionRWD.JS #HeaderArea2 .MMGrid3 > div,
  .OptionRWD.JS #HeaderArea2 .MMGrid4 > div,
  .OptionRWD.JS #HeaderArea2 ul.MMLinkListStyle li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; } }

/*===============================================
	既存スタイル上書き
===============================================*/
/*body #HeaderArea1 ~ #HeaderArea2.Sticky {
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2) !important; }*/
body #HeaderArea2 {
  z-index: 5; }
body #HeaderArea2 > .Container {
  ms-flex-align: stretch;
  align-items: stretch; }
#HeaderArea2 dt.MMGlobalNaviStyle.first + dd.MMSet {
  top: 120px; }
#HeaderArea2 dt.MMGlobalNaviStyle.second + dd.MMSet {
  top: 180px; }
#HeaderArea2 .MMGlobalNaviStyle a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box; }
  #HeaderArea2 .MMGlobalNaviStyle.Current.MMSetMenu a.Strong strong,
  #HeaderArea2 .MMGlobalNaviStyle.Current a strong,
  #HeaderArea2 .MMGlobalNaviStyle.Current a em,
  #HeaderArea2 .MMGlobalNaviStyle.Current.MMSetMenu a em {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 60px; }
@media screen and (max-width: 1304px) and (min-width: 995px) {
  .OptionWideRWD .MMSet ul.MMLinkListStyle li {
    width: auto; } }
@media screen and (max-width: 994px) {
  .JS .MMSet ul.MMLinkListStyle li {
    width: auto; } }
.PageTitleStyle1 {
  margin-left: 0; }
h3 {
  color: #333;
  margin-top: 25px; }
.DateListStyle2.SeparateBorder dt, .DateListStyle2.SeparateBorder dd {
  margin-bottom: 15px; }
.DateListStyle2.SeparateBorder dt {
  position: relative;
  width: 120px; }
  .DateListStyle2.SeparateBorder dt:after {
    position: absolute;
    top: 50%;
    right: -3px;
    content: '';
    width: 1px;
    height: 1.2em;
    background: #bebebe;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.DateListStyle2.SeparateBorder .ListStyle1 {
  font-size: 100%; }
  .DateListStyle2.SeparateBorder .ListStyle1 li {
    background: none;
    padding-left: 5px; }
@media screen and (max-width: 579px) {
  .DateListStyle2.SeparateBorder dt {
    margin-bottom: 0; }
  .DateListStyle2.SeparateBorder .ListStyle1 li {
    padding-top: 5px;
    padding-left: 0; } }

.DetailListStyle {
	margin-bottom: 30px; }
.DetailListStyle dt {
  font-weight: bold; }
.DetailListStyle dd {
  margin-bottom: 15px;
  font-size: 90%; }

table th a:link, table td a:link {
  text-decoration: none; }
  table th a:link:hover, table td a:link:hover {
    text-decoration: underline; }
table td ul.ListStyle1, table td ul.ListStyle2 {
  margin-bottom: 0; }
  table td ul.ListStyle1 li:last-child, table td ul.ListStyle2 li:last-child {
    margin-bottom: 0; }
table caption {
  font-size: 90%; }

.FatMenuSet {
  padding-bottom: 5px; }
  .FatMenuSet .FMGrid1 {
    width: auto !important;
    margin-right: 20px; }
    .FatMenuSet .FMGrid1 .FMColumn1 {
      width: auto !important; }

.LinkListStyle3, .LinkListStyle4 {
  margin-bottom: 10px; }

#PopUp img,
#PopUpContainer img {
  max-width: 100%; }

.PageTitleStyle1 p.LogoStyle {
  float: none; }

.NotWide .Column3 {
  width: 720px; }
.NotWide .Column1 {
  width: 230px; }

h3 a:link, h3 a:visited {
  color: #333; }

@media screen and (max-width: 1304px) and (min-width: 995px) {
  .OptionWideRWD .GridSet .Grid4 {
    padding-left: 0; } }
@media screen and (max-width: 994px) {
  .JS .Grid4 {
    padding-left: 0; }
    .JS .Grid4 .Column1andHalf {
      width: 50%;
      padding-left: 15px;
      margin: 0; } }
@media screen and (max-width: 767px) {
  /*.JS body #HeaderArea1 ~ #HeaderArea2.Sticky {
    box-shadow: none !important; }*/
  .JS h2 {
    margin-right: 0;
    margin-left: 0; }
  .JS .Grid4 .Column1andHalf {
    float: none;
    width: auto; }
  .JS .NotWide .Column3 {
    float: left;
    width: 75%; }
  .JS .NotWide .Column1 {
    float: left;
    width: 25%; } }
@media screen and (max-width: 579px) {
  .PageTitleStyle1 p.LogoStyle {
    position: static !important; }

  .JS .PageTitleStyle1 p.LogoStyle + h1, .JS .PageTitleStyle2 p.LogoStyle + h1 {
    padding-bottom: 0; }
  .JS .NotWide .Column3, .JS .NotWide .Column1 {
    float: none;
    width: auto; } }
/*===============================================
	各ブラウザ対策
===============================================*/
input[type="text"], input[type="button"], input[type="submit"], button {
  -webkit-appearance: none;
  border-radius: 0;
  border: none; }

@media screen and (max-width: 1304px) and (min-width: 995px) and (-ms-high-contrast: none) {
  .OptionWideRWD .GridSet {
    width: 965px; } }

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
#HeaderArea1 img,
#HeaderArea2 img,
#FooterArea img {
    image-rendering: auto;
}

/*===============================================
	width設定 
===============================================*/
.Wide10Per {
  width: 10%; }

.Wide15Per {
  width: 15%; }

.Wide20Per {
  width: 20%; }

.Wide25Per {
  width: 25%; }

.Wide30Per {
  width: 30%; }

.Wide35Per {
  width: 35%; }

.Wide40Per {
  width: 40%; }

.Wide45Per {
  width: 45%; }

.Wide50Per {
  width: 50%; }

.Wide55Per {
  width: 55%; }

.Wide60Per {
  width: 60%; }

.Wide65Per {
  width: 65%; }

.Wide70Per {
  width: 70%; }

.Wide75Per {
  width: 75%; }

.Wide80Per {
  width: 80%; }

.Wide85Per {
  width: 85%; }

.Wide90Per {
  width: 90%; }

.Wide95Per {
  width: 95%; }

.Wide100Per {
  width: 100%; }

/*===============================================
	margin/padding設定
===============================================*/
.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pt65 {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.mt65 {
  margin-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.pt85 {
  padding-top: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.mt85 {
  margin-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.pt95 {
  padding-top: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.mt95 {
  margin-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

/*===============================================
	共通パーツ
===============================================*/

.PlugInBanner {
	margin-top: 30px;
	border: 1px solid #cdcdcd;
}

h5 {
	font-size: 90%;
	color: #666;
	font-weight: bold;
}


/* 改行設定 */
@media screen and (max-width: 767px) {
  br.l {
    display: none; } }
br.s, br.ss {
  display: none; }
@media screen and (max-width: 767px) {
  br.s {
    display: block; } }
@media screen and (max-width: 480px) {
  br.ss {
    display: block; } }

/* vw用調整 */
#Contents {
  padding-bottom: 1px;
  overflow: hidden; }

/* コンテンツ幅調整（TOPページ以外対象） */
.GridSet {
  min-width: auto !important;
  max-width: 965px !important;
  margin: 0 auto !important; }
  .GridSet .ContentInner {
    min-width: auto !important;
    max-width: 965px !important;
    margin: 0 auto !important; }
  @media screen and (max-width: 994px) {
    .GridSet {
      width: 100% !important; } }

#Contents:not(.TopPageContents) {
  background: url(products/it/finance/image/finance/bg_net.png) no-repeat center bottom #fff; }
#Popup #Contents {
  padding-top: 18px !important;
  padding-bottom: 65px;
  background-image: none; }

/* カラムセット */
.ColumnSet .Column2 {
  width: 475px; }

/* セクション */
.Section {
  padding: 0 0 60px; }
  .Section .Section {
    padding-bottom: 0; }
  .Section.pb0 {
    padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .Section {
      padding: 0 0 30px; } }

#Popup .Section,
#PopUpContents .Section {
  padding-bottom: 10px; }
  #PopUpContents .Section:last-child {
    padding-bottom: 10px; }
#Popup .BlueBorderTitle,
#PopUpContents .BlueBorderTitle {
  background: none;
  padding: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #1b567c; }
  #Popup .BlueBorderTitle a,
  #PopUpContents .BlueBorderTitle a {
    font-size: 108.33333%;
    display: inline-block;
    color: #1b567c;
    padding: 10px 15px 10px 0;
    border-bottom: 2px solid #1b567c;
    background: none; }
  @media screen and (max-width: 767px) {
    #Popup .BlueBorderTitle a,
    #PopUpContents .BlueBorderTitle a {
      font-size: 125%; } }
#Popup h2,
#PopUpContents h2 {
  background: none;
  padding-bottom: 0; }
  #Popup h2 span,
  #PopUpContents h2 span {
    color: #0d3666;
    background: none;
    padding-left: 0; }

/* インナー */
.ContentInner {
  width: 100%;
/*  max-width: 1275px;*/
	max-width: 1080px;
  margin: auto; }

/* タイトル */
.SectionTitle {
  font-size: 175%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 0;
  margin: 0;
  border-bottom: 3px solid #fff;
  background: none; }
  .SectionTitle.BlueTitle {
    color: #1b567c;
    border-bottom: 3px solid #1b567c; }

.BlueBorderTitle {
  background: none;
  padding: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #1b567c; }
  .BlueBorderTitle span {
    font-size: 162.5%;
    display: inline-block;
    color: #1b567c;
    padding-left: 0;
    border-bottom: 2px solid #1b567c;
    background: none; }
    .BlueBorderTitle span a {
      color: #1b567c;
      background: url(products/it/finance/image/finance/icon/icon_link_right_blue_xl_hd.png) no-repeat bottom 5px right 2px;
      background-size: 10px; }
      .BlueBorderTitle span a:hover {
        background: url(products/it/finance/image/finance/icon/icon_link_right_blue_xl_hd.png) no-repeat bottom 5px right;
        background-size: 10px; }
  .BlueBorderTitle.FontSmall span {
    font-size: 100%; }

.LightBlueBgTitle {
  font-weight: bold;
  background: #f2f7fd;
  padding: 15px; }
  .LightBlueBgTitle a {
    color: #333 !important; }

@media screen and (max-width: 767px) {
  .BlueBorderTitle {
    margin-bottom: 25px !important; }
    .BlueBorderTitle span {
      font-size: 125%; } }
/* ボタン */
.BasicLinkBtn {
  width: 280px;
  max-width: 100%;
  height: 50px;
  font-size: 90%;
  color: #333 !important;
  text-align: center;
  line-height: 50px;
  background: url(../../image/jp/r1/icon/icon_link_right_hd.gif) no-repeat right center #fff;
  background-size: 25px;
  padding: 0 25px;
  border: 1px solid #333333;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  text-decoration: none !important; }
  .BasicLinkBtn.WhiteBtn {
    color: #fff !important;
    background: url(../../image/jp/r1/icon/icon_link_right_l_white_hd.gif) no-repeat right 8px center;
    background-size: 20px;
    border: 1px solid #fff; }
  .BasicLinkBtn.AnchorLink {
    background: url(../../image/jp/r1/icon/icon_down_l_white_hd.gif) no-repeat right 8px center;
    background-size: 20px; }
  .BasicLinkBtn.BackNumber {
    display: block;
    width: 500px;
    height: 60px;
    line-height: 60px;
    margin: 80px auto 0; }
  .BasicLinkBtn.W360 {
    display: flex;
    width: 100%;
    max-width: 360px;
    height: 60px;
    margin: 80px auto 0;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 579px) {
      .BasicLinkBtn.W360 {
        margin-top: 30px; } }
  @media screen and (min-width: 768px) {
    .BasicLinkBtn:hover {
      opacity: 0.6; } }
  @media screen and (max-width: 579px) {
    .BasicLinkBtn.BasicLinkBtn {
     /* margin-top: 0;*/ } }

/* ブランディングコンテンツ */
:not(#PopUpContents, .Container) > .PageTitleStyle1 {
  position: relative;
  color: #fff;
  width: 100%;
  padding: 35px 0 50px;
  margin: 0 auto 60px;
  z-index: 1; }
  :not(#PopUpContents, .Container) > .PageTitleStyle1:before, :not(#PopUpContents, .Container) > .PageTitleStyle1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%; }
@media screen and (max-width: 1304px) and (min-width: 995px) {
    :not(#PopUpContents, .Container) > .PageTitleStyle1:before, :not(#PopUpContents, .Container) > .PageTitleStyle1:after {
		margin-left: -10px;} }
  :not(#PopUpContents, .Container) > .PageTitleStyle1:before {
    display: block;
    width: 100vw;
    height: 100%;
    background: url("products/it/finance/image/finance/bg_branding.png") no-repeat center;
    background-size: cover;
    z-index: -1;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  :not(#PopUpContents, .Container) > .PageTitleStyle1:after {
    display: block;
    width: 100vw;
    min-height: 150%;
    background: rgba(27, 86, 124, 0.8);
    transform-origin: center;
    -webkit-transform: translateY(-34%) translateX(-50%) skewY(-3deg);
    -moz-transform: translateY(-34%) translateX(-50%) skewY(-3deg);
    -ms-transform: translateY(-34%) translateX(-50%) skewY(-3deg);
    transform: translateY(-34%) translateX(-50%) skewY(-3deg);
    z-index: -1; }
  :not(#PopUpContents, .Container) > .PageTitleStyle1 > * {
    width: 100%;
    max-width: 965px;
    margin-left: auto;
    margin-right: auto; }
    :not(#PopUpContents, .Container) > .PageTitleStyle1 > *:last-child {
      margin-bottom: 0; }
  :not(#PopUpContents, .Container) > .PageTitleStyle1 .ContentInner > *:last-child {
    margin-bottom: 0; }
  :not(#PopUpContents, .Container) > .PageTitleStyle1 h1 {
    font-size: 212.5%;
    color: #fff;
    font-weight: bold; }
    :not(#PopUpContents, .Container) > .PageTitleStyle1 h1 + * {
      margin-top: 30px; }
    :not(#PopUpContents, .Container) > .PageTitleStyle1 h1 a:hover {
      color: #fff; }
  :not(#PopUpContents, .Container) > .PageTitleStyle1 .SubTitle {
    font-size: 125%;
    margin-top: 10px; }
    :not(#PopUpContents, .Container) > .PageTitleStyle1 .SubTitle + * {
      margin-top: 20px; }
  :not(#PopUpContents, .Container) > .PageTitleStyle1 .Date {
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px 6px; }
  :not(#PopUpContents, .Container) > .PageTitleStyle1 strong {
    color: #fff; }
  @media screen and (max-width: 994px) {
    :not(#PopUpContents, .Container) > .PageTitleStyle1 > ul, :not(#PopUpContents, .Container) > .PageTitleStyle1 > ol {
      padding-left: 40px; } }
  @media screen and (max-width: 767px) {
    :not(#PopUpContents, .Container) > .PageTitleStyle1 {
      margin-bottom: 50px !important; }
      :not(#PopUpContents, .Container) > .PageTitleStyle1 h1 {
        font-size: 175%; }
      :not(#PopUpContents, .Container) > .PageTitleStyle1 .SubTitle {
        font-size: 100%; }
      :not(#PopUpContents, .Container) > .PageTitleStyle1:after {
        min-height: 125%;
        -webkit-transform: translateY(-22%) translateX(-50%) skewY(-5deg);
        -moz-transform: translateY(-22%) translateX(-50%) skewY(-5deg);
        -ms-transform: translateY(-22%) translateX(-50%) skewY(-5deg);
        transform: translateY(-22%) translateX(-50%) skewY(-5deg); } }

/* 内部リンクリスト */
.HorizontalInnerLinks.BorderLinks ul {
  display: flex;
  flex-wrap: wrap; }
.HorizontalInnerLinks.BorderLinks li {
  display: flex;
  align-items: center;
  min-width: 170px;
  float: none;
  border: 1px solid #333;
  margin-bottom: 10px; }
  .HorizontalInnerLinks.BorderLinks li a {
    width: 100%;
    color: #333;
    text-align: center;
    display: inline-block;
    background: url(../../image/jp/r1/icon/icon_down_l_hd.gif) no-repeat right 10px center;
    background-size: 20px;
    padding: 8px 35px 8px 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
p.TextStyle1 + .HorizontalInnerLinks.BorderLinks ul {
	margin-top: 40px;
}

    @media screen and (min-width: 768px) {
      .HorizontalInnerLinks.BorderLinks li a:hover {
        opacity: 0.7;
        text-decoration: none; } }
  .HorizontalInnerLinks.BorderLinks li:last-child {
    margin-right: 0; }
@media screen and (max-width: 767px) {
  .HorizontalInnerLinks.BorderLinks li {
    min-width: auto;
    width: 49%;
    margin: 0 0 10px 0; }
    .HorizontalInnerLinks.BorderLinks li:nth-child(2n) {
      margin-left: 2%; } }
@media screen and (max-width: 579px) {
  .HorizontalInnerLinks.BorderLinks li {
    width: 100%;
    margin: 0 0 10px 0; }
    .HorizontalInnerLinks.BorderLinks li:nth-child(2n) {
      margin-left: 0; } }

/* リンクリスト（行間広） */
.LinkSpaceStyle > li {
  margin-bottom: 10px; }

/* テーブル（ボーダー濃色） */
table.StrongBorder th, table.StrongBorder td {
  border: 1px solid #333; }

/* 画像 */
img.wh100p {
  width: 100%;
  height: 100%; }

/* 下線 */
.Underline {
  text-decoration:underline;
  font-weight:bold;
}

/* ソリューションリスト（画像＋テキスト） */
.SolutionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .SolutionList li {
    width: 48%;
    position: relative; }
    .SolutionList li {
      margin-bottom: 35px; }
    .SolutionList li:before {
      position: absolute;
      top: 10px;
      left: 10px;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
      z-index: -2; }
    .SolutionList li a {
      display: flex;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .SolutionList li a:hover .ImageBlock .ImageBox {
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
        .SolutionList li a:hover .DetailBlock {
          background: url(../../image/jp/r1/icon/icon_link_right_hd.gif) no-repeat bottom 5px right 8px #fff;
          background-size: 25px; } }
    .SolutionList li .ImageBlock {
      min-width: 190px;
      min-height: 140px;
      position: relative;
      overflow: hidden; }
      .SolutionList li .ImageBlock .ImageBox {
        position: absolute;
        width: 100%;
        height: 100%;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    .SolutionList li .DetailBlock {
      width: 100%;
      padding: 20px 15px;
      background: url(../../image/jp/r1/icon/icon_link_right_hd.gif) no-repeat bottom 5px right 10px #fff;
      background-size: 25px;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      .SolutionList li .DetailBlock .ContentTitle {
        display: inline-block;
        margin-top: 0;
        color: #663366;
        border-bottom: 2px solid #663366; }
      .SolutionList li .DetailBlock .ContentText {
        color: #333;
        font-size: 90%; }

/* ボックスパターン */
.BoxPatternA.BlueBox {
  background: #f2f7fd;
  border: 1px solid #1B567C; }
  .BoxPatternA.BlueBox .Title {
    color: #fff;
    background: #1B567C;
    padding: 10px 15px;
    margin-bottom: 15px; }
  .BoxPatternA.BlueBox p:not(.Title) strong {
    color: #1B567C; }

.BoxPatternB.BlueBox {
  background: #f2f7fd;
  border: 1px solid #1B567C; }
  .BoxPatternB.BlueBox h2 span {
    color: #1B567C;
    background: none;
    padding: 0; }
  .BoxPatternB.BlueBox .Title {
    color: #1B567C; }
  .BoxPatternB.BlueBox p strong {
    color: #1B567C; }

.BoxPatternB.GrayBox {
  background: #f2f2f2;
  border: 1px solid #cdcdcd; }
.BoxPatternB.GrayBox h2 span {
    color: #575757;
    background: none;
    padding: 0; }
  .BoxPatternB.GrayBox .Title {
    color: #575757; }
  .BoxPatternB.GrayBox p strong {
    color: #575757; }

.BoxPatternC.BlueBox {
  border: 1px solid #1B567C !important;
  background: #f2f7fd !important; }
  .BoxPatternC.BlueBox p:not(.Title) strong {
    color: #1B567C; }

.BoxFlex {
  display: flex;
  flex-wrap: wrap; }
  .BoxFlex.Center {
    justify-content: center; }
  .BoxFlex.SpaceBetween {
    justify-content: space-between; }
  .BoxFlex.SpaceEvenly {
    justify-content: space-around; }
  .BoxFlex .BoxColumn1 {
    width: 32%;
    background: #f2f2f2; }
  .BoxFlex .BoxColumn2 {
    width: 32%; }
  .BoxFlex .BlueBox.BoxColumn2 .Title {
    padding-right: 10px;
		padding-left: 10px;}
    .BoxFlex .BoxColumn1 .Section {
      height: 100%; }
    .BoxFlex .BoxColumn1 .BoxPatternA {
      margin-bottom: 0;
      height: 100%; }
  .BoxFlex .BoxColumn1andHalf {
    width: 49%; }
  .BoxFlex .Img {
    flex-shrink: 0; }
  @media screen and (max-width: 767px) {
    .BoxFlex .BoxColumn1 {
      width: 100%;
      margin-bottom: 15px; }
    .BoxFlex .BoxColumn1andHalf {
      width: 100%; }
		  .BoxFlex .BoxColumn2 {
				width: 48.5%; } }
  @media screen and (max-width: 399px) {
    .BoxFlex {
      /*flex-direction: column;*/ }
		.BoxFlex .BoxColumn2 {
			width: 100%; } }

/* DateListStyle1 + 日付アイコン */
.DateListStyle1.DateIconList {
  font-size: 100%;
  margin-bottom: 0; }
  .DateListStyle1.DateIconList > dt {
    display: inline-block;
    background: #1b567c;
    color: #fff;
    padding: 1px 5px 0 5px;
    margin-bottom: 5px; }
  .DateListStyle1.DateIconList > dd {
    font-size: 90%; }
  .DateListStyle1.DateIconList dd .LinkListStyle1 {
    margin-bottom: 30px; }
  .DateListStyle1.DateIconList dd:last-child {
    margin-bottom: 0; }
    .DateListStyle1.DateIconList dd:last-child .LinkListStyle1 {
      margin-bottom: 0; }

/* 表示年絞り込み用セレクトボックス */
#YearSelect::-ms-expand {
  display: none; }

#YearSelect {
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
  font-size: 90%;
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 220px;
  height: 100%;
  color: #1b567c;
  background: #fff;
  padding: 10px 30px 10px 68px;
  margin-bottom: 20px;
  border: 2px solid #1b567c;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  /*
  	&:focus {
  		outline: none;
  	}
  */ }
  #YearSelect option {
    text-align: center; }
  #YearSelect:after {
    position: absolute;
    content: 'a';
    display: inline-block;
    top: 1px;
    right: 1px;
    width: 36px;
    height: 36px;
    background: #1b567c; }

/* --- RWD調整 --- */
.ShowTablet,
.ShowSD1,
.ShowSD2 {
	display: none;
}
@media screen and (max-width: 994px) {
	.HideTablet { display: none; }
	.ShowTablet { display: block; }
	br.ShowTablet,
	span.ShowTablet {
		display: inline;
	}
}
@media screen and (max-width: 579px) {
	.HideSD2 { display: none; }
	.ShowSD2 { display: block; }
	br.ShowSD2,
	span.ShowSD2 {
		display: inline;
	}
}
@media screen and (max-width: 399px) {
	.HideSD1 { display: none; }
	.ShowSD1 { display: block; }
	br.ShowSD1,
	span.ShowSD1 {
		display: inline;
	}
}

/*===============================================
	f_module.cssより転記
===============================================*/
/* 四角数字付リスト(2020/10追加) */
.AdditionalNotesStyle2.SquareNum dt {
  clear: none;
  width: auto;
  padding: 0.05em 0.4em 0;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff0000; }

.AdditionalNotesStyle2.SquareNum dd {
  float: none;
  clear: none;
  margin: 0 0 5px 2em;
  padding-top: 0.1em;
  overflow: hidden; }

/*---202010追加（画像付き対応）---*/
table.TableStyle3_f2.Solution.WithImage {
  width: 100%; }

table.TableStyle3_f2.Solution.WithImage th.Sub,
table.TableStyle3_f2.Solution.WithImage th.Sol {
  width: 43%;
  color: inherit;
  background-image: none; }

table.TableStyle3_f2.Solution.WithImage th.Sub[colspan] {
  width: 100%; }

table.TableStyle3_f2.Solution.WithImage th.Arr {
  width: 14%; }

table.TableStyle3_f2.Solution.WithImage td.Sub,
table.TableStyle3_f2.Solution.WithImage td.Sol {
  padding: 0;
  background-color: transparent;
  border-style: none; }

table.TableStyle3_f2.Solution.WithImage td.Arr {
  padding: 0 5px;
  width: auto; }

table.TableStyle3_f2.Solution.WithImage td.Sub img,
table.TableStyle3_f2.Solution.WithImage td.Sol img {
  width: 100%;
  max-width: 300px; }

table.TableStyle3_f2.Solution.WithImage td.Arr img {
  width: 100%;
  max-width: 80px !important; }

@media screen and (max-width: 579px) {
  .JS table.TableStyle3_f2.Solution.WithImage th.Sub,
  .JS table.TableStyle3_f2.Solution.WithImage th.Sol {
    font-size: 100%; } }
@media screen and (max-width: 399px) {
  .JS table.TableStyle3_f2.Solution.WithImage th.Sub,
  .JS table.TableStyle3_f2.Solution.WithImage th.Sol {
    font-size: 83%; } }
/* 色付きのボックス（2020/10追加） */
div.BoxPatternC.BoxC03 {
  background-color: #2e3192;
  border-radius: 15px;
  box-shadow: -1px 3px 5px 0 #b0b0b0; }

div.BoxPatternC.BoxC03 * {
  color: #ffffff; }

/* 特殊ボックス（20180426追加、今のところデジタルマーケティングで使用 */
div.BoxPatternB.BoxB01 {
  width: 49%;
  min-height: 75px;
  position: relative;
  padding-left: 15px;
  background: -moz-linear-gradient(top, #e7edf9, #becdf0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e7edf9), color-stop(1, #becdf0));
  background: linear-gradient(to bottom, #e7edf9 0%, #becdf0 100%);
  border-style: none; }
  @media screen and (max-width: 579px) {
    div.BoxPatternB.BoxB01 {
      width: 100%; } }

div.BoxPatternB.BoxB01 p.Title,
div.BoxPatternB.BoxB01 h2,
div.BoxPatternB.BoxB01 h3,
div.BoxPatternB.BoxB01 h4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0 0 0 3px;
  font-size: 150%;
  color: #000000;
  line-height: 120%;
  box-sizing: border-box;
  background: -moz-linear-gradient(left top, #a6bbea, #a6bbea 45%, #999999 45%, transparent 50%, transparent);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #a6bbea), color-stop(0.45, #a6bbea), color-stop(0.45, #999999), color-stop(0.5, transparent), color-stop(1, transparent));
  background: linear-gradient(135deg, #a6bbea 0%, #a6bbea 45%, #999999 45%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); }

div.BoxPatternB.BoxB01 p {
  font-size: 110%;
  line-height: 130%; }

div.BoxPatternA.BoxA01 p.Title strong,
div.BoxPatternA.BoxA01 h2 span,
div.BoxPatternA.BoxA01 h3 span,
div.BoxPatternA.BoxA01 h4 span {
  background-image: none !important;
  background-color: transparent;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px; }

/* --- 金融向け商品ファクトリソリューション（2017/3） --- */
.RedText {
  color: #a42939; }

p.Task {
  max-width: 220px;
  margin-bottom: 5px;
  padding: 4px 5px 3px;
  line-height: 110%;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  color: #fff;
  background-color: #0070c0; }

@media screen and (max-width: 579px) {
  .JS p.Task {
    margin-left: 1.8em; } }
div.Grid4 div.FirstItem,
div.Grid3 div.FirstItem {
  margin: 0; }

/* --- 20150831追加 --- */
#ClientProfile div.ImgW120SetStyle div.ImgSet {
  max-width: 560px; }

#ClientProfile div.BoxPatternA,
#ClientProfile div.BoxPatternB,
#ClientProfile div.BoxPatternC {
  background-color: #FFFFFF; }

@media screen and (max-width: 579px) {
  #ClientProfile .Img {
    padding-left: 0;
    padding-right: 0; } }

#ClientProfile .BoxFlex {
  flex-wrap: nowrap; }
  @media screen and (max-width: 579px) {
    #ClientProfile .BoxFlex {
      flex-wrap: wrap; }
      #ClientProfile .BoxFlex .ImgSet {
        width: 100%; }
        #ClientProfile .BoxFlex .ImgSet > * {
          padding-left: 0;
          padding-right: 0; } }

/*---20150827追加（responsive対応）---*/
table.TableStyle3_f2.Solution th.Sub,
table.TableStyle3_f2.Solution th.Sol {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  width: 48.5%;
  height: 40px;
  background-size: 100% 100%; }

table.TableStyle3_f2.Solution th.Sub {
  background-image: url(products/it/finance/solutions/image/img_table_sub.gif); }

table.TableStyle3_f2.Solution th.Sol {
  background-image: url(products/it/finance/solutions/image/img_table_sol.gif); }

table.TableStyle3_f2.Solution th.Arr {
  width: 3%; }

table.TableStyle3_f2.Solution td.Arr img {
  max-width: 15px !important; }

div.Grid4 div.FirstItem, div.Grid3 div.FirstItem {
  margin: 0; }

div.Grid4 div.FirstItem,
div.Grid3 div.FirstItem {
  margin: 0; }

div.Grid4 div.LastItem,
div.Grid3 div.LastItem {
  float: right;
  margin: 0; }

/*---20150317追加　課題解決テーブル---*/
table.TableStyle3_f2.Solution td.Sub,
table.TableStyle3_f2.Solution td.Sol {
  border-width: 5px 0px 5px 0px;
  border-color: #fff; }

table.TableStyle3_f2.Solution td.Sub {
  background: #faf0f1;
  font-weight: bold; }

table.TableStyle3_f2.Solution td.Sol {
  background: #eff6fc; }

table.TableStyle3_f2.Solution td.Arr {
  padding: 0;
  margin: 0;
  border: none;
  width: 20px;
  text-align: center; }

table.TableStyle3_f2.Solution th {
  padding: 0;
  background: none;
  border: #fff; }

/* --- nowrapを指定しているtable、カラム数の多いtable --- */
th.nowrap,
td.nowrap {
  white-space: nowrap; }

@media screen and (max-width: 579px) {
  th.nowrap,
  td.nowrap {
    white-space: normal !important;
    min-width: 3em; } }
@media screen and (max-width: 399px) {
  table.TableManyCol th,
  table.TableManyCol td {
    padding-left: 4px;
    padding-right: 4px; } }
/* --- リスト等の字下げ用 --*/
.Indent1 {
  margin-left: 1em !important; }

.Indent1andHalf {
  margin-left: 1.5em !important; }

.Indent2 {
  margin-left: 2em !important; }

li.Indent1 a,
li.Indent1andHalf a,
li.Indent2 a {
  background-image: none !important; }

.Hanging1 {
  text-indent: -1em; }

.Hanging1andHalf {
  text-indent: -1.5em; }

.Hanging2 {
  text-indent: -2em; }

/* ---テーブル Responsive Web Design用最小幅指定--- */
.Min2em {
  min-width: 2em !important; }

.Min3em {
  min-width: 3em !important; }

.Min4em {
  min-width: 4em !important; }

.Min5em {
  min-width: 5em !important; }

/* ---[c16-3] 枠囲み > パターンC（見出しなし）--- */
div.BoxPatternC.BoxC01 {
  margin: 0 0 15px;
  padding: 10px 10px 0;
  border: 1px solid #cdcdcd;
  background: url("products/it/finance/image/finance/bg_box_c01.gif") repeat-x 0 100% #ffffff; }

div.BoxPatternC.BoxC01 p.TextStyle1,
div.BoxPatternC.BoxC01 ul,
div.BoxPatternC.BoxC01 dl {
  padding-left: 0;
  padding-right: 0; }

/* === 共通パーツ（各ページ共通で使用するレイアウト） === */
.hidden { display: none !important; }

.OverflowAdjust { overflow: hidden; }

.InlineBlock {
	display: inline-block;
	max-width: 100%;
}

/* --- リンクリスト --- */
ul.ListStyle1 ul.LinkListStyle1 li {
  background: none !important;
  margin-left: -1em; }

ol.ListStyle1 li ul.InnerList {
	font-size: 100%;
	margin-bottom: 0px;
}
ol.ListStyle1 li ul.InnerList li {
	margin: 5px 0 5px;
  padding: 0 0 0 1em;
  background: url(../../image/jp/r1/icon/icon_list_marker_hd.gif) no-repeat 0 2px;
  background-size: 16px 16px;
  -moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
	line-height: 140%;
 }
.break {
	word-break: break-all;
}

/* --- パラグラフ中のリストのマージン調整 --- */
ul.ListStyle1.InnerPara {
  margin-top: -10px;
  margin-bottom: 0px; }

ul.LinkListStyle1.InnerPara {
  margin-top: -15px;
  margin-bottom: 5px; }

ul.ListStyle1.BelowPara {
  margin-top: -10px; }

ul.LinkListStyle1.BelowPara {
  margin-top: -15px; }

/* 定義リスト 文字サイズ調整 */
dl.ResponsivePanelLinkList dd ul.LinkListStyle1 {
  font-size: 100%; }
dl.LinkListStyle1.ResponsivePanelLinkList dt {
	margin-bottom: 2px;
}

/* [c4] キャッチコピー
=========================================================================================== */
.CatchCopyA01 {
  margin: 0 0 20px;
  font-size: 100%;
  font-weight: bold;
  color: #a42939; }

/* [c14] データテーブル
=========================================================================================== */
/* ---[-] ソリューション--- */
table.TableStyleA01 {
  width: 100%;
  border-collapse: collapse; }

/* --- 20150831変更 --- */
table.TableStyleA01 th[scope="col"] {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #cccccc;
  background-color: #e8eaeb;
  font-size: 90%; }

table.TableStyleA01 th[scope="row"],
table.TableStyleA01 td {
  border: none;
  background: url("products/it/finance/image/finance/bg_table_a01_border.gif") repeat-x 0 0 transparent;
  font-size: 90%; }

table.TableStyleA01 tr.FirstRow th,
table.TableStyleA01 tr.FirstRow td {
  background-image: none; }

table.TableStyleA01 th.SubHeader {
  background-color: #f8f9f9; }

/* --- 20150831変更(td→th) --- */
/*テーブル内のモジュールフォントサイズ*/
table.TableStyleA01 p.TextStyle1,
table.TableStyleA01 ul.LinkListStyle1 {
  font-size: 100%; }

@media screen and (max-width: 767px) {
  table.TableStyleA01 {
    border-style: none !important; }

  table.TableStyleA01 th,
  table.TableStyleA01 td {
    border-style: none !important;
    background-image: none; }

  table.TableStyleA01 th ul.LinkListStyle1 {
    margin: 0px; }

  table.TableStyleA01 th span.ResponsiveTableHeading {
    font-size: 97% !important; }

  table.TableStyle3_f1 caption {
    display: none; } }
/* --- ［お客さまプロフィール］ --- */
@media screen and (max-width: 579px) and (min-width: 400px) {
  #ClientProfile div.ImgW120SetStyle,
  #ClientProfile div.ImgW180SetStyle {
    margin-left: 0px; }

  #ClientProfile div.ImgW120SetStyle p.Img,
  #ClientProfile div.ImgW180SetStyle p.Img {
    float: left;
    padding-right: 10px; }

  #ClientProfile div.ImgW120SetStyle p.Img {
    width: 120px; }

  #ClientProfile div.ImgW180SetStyle p.Img {
    width: 180px; }

  #ClientProfile div.ImgW120SetStyle p.Img img {
    max-width: 120px; }

  #ClientProfile div.ImgW180SetStyle p.Img img {
    max-width: 180px; }

  #ClientProfile p.Img,
  #ClientProfile div.ImgW120SetStyle div.ImgSet p,
  #ClientProfile div.ImgW120SetStyle div.ImgSet ul,
  #ClientProfile div.ImgW180SetStyle div.ImgSet p,
  #ClientProfile div.ImgW180SetStyle div.ImgSet ul {
    padding-left: 0px;
    padding-right: 0px; } }
@media screen and (max-width: 399px) {
  #ClientProfile div.ImgW120SetStyle p.Img,
  #ClientProfile div.ImgW180SetStyle p.Img {
    float: none; }

  #ClientProfile div.ImgW120SetStyle p.Img img {
    max-width: 120px; }

  #ClientProfile div.ImgW180SetStyle p.Img img {
    max-width: 180px; }

  #ClientProfile div.ImgW120SetStyle div.ImgSet p,
  #ClientProfile div.ImgW120SetStyle div.ImgSet ul,
  #ClientProfile div.ImgW180SetStyle div.ImgSet p,
  #ClientProfile div.ImgW180SetStyle div.ImgSet ul {
    padding-left: 0px; } }
/* --- 横並び定義リスト（電子記録債権のコラム等） --- */
dl.Float8em dt {
  width: 8em;
  float: left;
  clear: both; }

dl.Float8em dd {
  margin-left: 8em;
  margin-bottom: 0px; }

/*===============================================
	メガメニュー
===============================================*/
/*#FloatingNavi {
  padding-bottom: 50px; }

#FloatingNavi .MMSet {
  height: 50px !important;
  box-sizing: border-box;
  padding: 15px 0 2px 20px;
  background: #f2f2f2;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2);
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2); }

.MMGlobalNaviStyle a:hover, .MMGlobalNaviStyle a:active {
  color: #d42d32;
  background-color: #fff; }

.MMGlobalNaviStyle.MMSetMenu a:hover, .MMGlobalNaviStyle.MMSetMenu a:active, .MMGlobalNaviStyle.MMSetMenu a.Active {
  background-color: #fff;
  color: #333; }*/

/* 既存CSSの上書き
---------------------------------------------- */
html[lang="ja"] #Contents, html[lang="ja"] #TopicPath {
  padding-top: 0 !important; }

/*html[lang="ja"] #GlobalNaviTop {
  display: flex;
  height: 50px;
  align-items: center;
  background: #fff; }

html[lang="ja"] #GlobalNaviTop li.Current a strong {
  color: #d42d32;
  background: none; }

html[lang="ja"] #GlobalNaviTop li a:hover {
  color: #d42d32;
  background: none; }

html[lang="ja"] #FloatingNavi {
  padding-bottom: 0;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2); }

html[lang="ja"] .WithMMGlobalNaviStyle + #GlobalNavi #FloatingNavi {
  box-shadow: none; }

.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:link, .MMGlobalNaviStyle.Current.MMSetMenu a.Strong:visited {
  background-color: transparent; }

.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:link {
  position: relative;
  color: #333; }

.MMGlobalNaviStyle.Current a strong {
  background-color: transparent;
  color: #d42d32; }

.MMGlobalNaviStyle.Current.MMSetMenu a.Strong strong {
  color: #d42d32;
  font-weight: bold; }

.MMGlobalNaviStyle.MMSetMenu a:hover,
.MMGlobalNaviStyle.Current a:hover,
.MMGlobalNaviStyle.Current.MMSetMenu a:hover,
.MMGlobalNaviStyle.MMSetMenu a:active,
.MMGlobalNaviStyle.Current.MMSetMenu a:active,
.MMGlobalNaviStyle.MMSetMenu a.Active,
.MMGlobalNaviStyle.Current.MMSetMenu a.Active {
  background-color: transparent;
  color: #d42d32; }

.MMSet a:hover {
  text-decoration: underline; }*/

/* 既存CSSの上書き：995px以上1304px未満
---------------------------------------------- */
@media screen and (max-width: 1304px) and (min-width: 995px) {
  .OptionWideRWD #GlobalNavi .ClearFix {
    /*padding: 0; */} }
/* 大見出しボタンまわり
---------------------------------------------- */
/*#MegaMenuWrap {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2); }

#MegaMenuWrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }

#MegaMenu {
  position: relative;
  background-color: #fff; }

.MMGlobalNaviStyle {
  height: 50px; }

.MMGlobalNaviStyle a {
  display: flex;
  align-items: center;
  height: 100%; }*/

/* 大見出しボタンまわり：995px以上1304px未満
---------------------------------------------- */
@media screen and (max-width: 1304px) and (min-width: 995px) {
  #MegaMenuWrap {
    padding: 0 15px; } }
/* 大見出しボタンまわり：994px未満
---------------------------------------------- */
@media screen and (max-width: 994px) {
  #MegaMenuWrap {
    padding: 0 15px; } }
/* 開閉メニューまわり
---------------------------------------------- */
/* PC：開閉メニューまわり：768px以上 */
/*@media screen and (min-width: 768px) {
  .MMSet {
    top: 50px !important;
    background: #f2f2f2;
    box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2);
    padding: 30px 15px 0; }

  .is-fixed .MMSet {
    top: 50px !important;
    width: 100%; }

  .OptionWide .MMColumnArea {
    display: flex;
    padding-bottom: 30px; }

  .MMColumnArea:after {
    display: none; }

  .OptionWide .MMGrid1 {
    float: none;
    margin: 0;
    width: 23%; }

  .MM_heading {
    color: #333;
    font-size: 90%;
    margin-bottom: 0.3em;
    position: relative; }

  ul + .MM_heading {
    margin-top: 2em; }

  .MegaMenuSpBtn2nd {
    display: none; }

  .OptionWide ul.MMLinkListStyle {
    margin: 0; }

  .OptionWide ul.MMLinkListStyle li {
    margin: 0;
    padding-top: 0;
    width: 100%; }

  ul.MMLinkListStyle li a:link,
  ul.MMLinkListStyle li a:visited {
    color: #c02;
    font-size: 92%;
    line-height: 120%; }

  ul.MMLinkListStyle li a.MM_blank::after {
    content: '';
    background: url(/products/energy/portal/image/ico_window.png) right center/10px no-repeat;
    display: inline-block;
    height: 10px;
    margin-left: 6px;
    width: 10px; }

  ul.MMLinkListStyle li + li.MM_indent_parent {
    margin-top: 0.25em; }

  ul.MMLinkListStyle li.MM_indent {
    padding-left: 1em; }

  ul.MMLinkListStyle li span.MM_indent_title {
    color: #333; }

  #MM_current_line {
    background-color: #c02;
    height: 4px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    -webkit-transition: left 0.5s ease-out, width 0s ease-out, opacity 0.5s;
    -moz-transition: left 0.5s ease-out, width 0s ease-out, opacity 0.5s;
    transition: left 0.5s ease-out, width 0s ease-out,opacity 0.5s; } }*/
/*===============================================
	追従お問い合わせボタン
===============================================*/
#FloatBtnStopper {
  position: relative;
  height: 45px; }
  #FloatBtnStopper.ForSolutionSearch {
    height: 72px; }

#FloatBtnWrap {
  padding: 0 15px;
  position: fixed;
  width: 100%;
  height: 45px;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(60, 60, 60, 0.8);
  z-index: 10;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }
  #FloatBtnWrap.narrow {
    -webkit-transition: none;
    transition: none; }
  #FloatBtnWrap.visible {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  #FloatBtnWrap.static {
    height: 72px;
    position: absolute; }
    #FloatBtnWrap.static .SearchBlock {
      height: auto; }
  #FloatBtnWrap.SolutionSearch {
    height: 72px; }
    #FloatBtnWrap.SolutionSearch.static {
      background: #3C3C3C; }
    #FloatBtnWrap.SolutionSearch .SearchBlock {
      height: 41px; }
    #FloatBtnWrap.SolutionSearch .ContactBtn {
      position: absolute;
      top: 50%;
      right: 0;
      display: flex;
      width: 150px;
      height: 43px;
      color: #ba000e;
      font-size: 90%;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border: 1px solid #ba000e;
      background: #fff;
      transform: translateY(-50%); }
      #FloatBtnWrap.SolutionSearch .ContactBtn span:not(.ContactText) {
        display: inline-block;
        padding-top: 1px;
        padding-left: 30px;
        background: url(../../image/jp/r1/icon/icon_mail_hd.gif) no-repeat left center;
        background-size: 24px; }
  #FloatBtnWrap .PageTopBtn {
    position: absolute;
    top: 0;
    right: 0; }
    #FloatBtnWrap .PageTopBtn img {
      width: 45px; }
  #FloatBtnWrap a {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    @media screen and (min-width: 768px) {
      #FloatBtnWrap a:hover {
        opacity: 0.7; } }
  #FloatBtnWrap .ContentInner {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #FloatBtnWrap .SearchBlock {
    display: flex;
    width: 660px;
    height: 100%; }
    #FloatBtnWrap .SearchBlock .SearchTitle {
	  font-size: 82.25%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: url(products/it/finance/image/finance/icon/icon_solution_search.png) no-repeat left 8px center #1b567c;
      background-size: 20px;
      padding-top: 3px;
      padding-left: 32px;
      padding-right: 12px;
      border: 1px solid #fff; }
    #FloatBtnWrap .SearchBlock .SearchInput {
      font-size: 90%;
      width: 460px;
      height: 100%;
      padding: 8px 30px 8px 9px;
      border: 1px solid #bebebe; }
      @media all and (-ms-high-contrast: none) {
        #FloatBtnWrap .SearchBlock .SearchInput {
          line-height: 1; } }
    #FloatBtnWrap .SearchBlock form {
      position: relative; }
      #FloatBtnWrap .SearchBlock form #SearchSubmit {
        width: 30px;
        height: calc(100% - 4px);
        background: url(products/it/finance/image/finance/icon/icon_navi_search_blue.png) no-repeat center #fff;
        background-size: 20px;
        position: absolute;
        right: 2px;
        top: 2px;
        cursor: pointer; }
  #FloatBtnWrap:not(.SolutionSearch).static {
    height: 45px; }
    #FloatBtnWrap:not(.SolutionSearch).static .PageTopBtn {
      top: 0; }
  #FloatBtnWrap:not(.SolutionSearch) .ContactBtn {
    display: flex;
    width: 310px;
    height: 30px;
    color: #fff;
    font-size: 90%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #fff;
    background: #ba000e; }
    #FloatBtnWrap:not(.SolutionSearch) .ContactBtn span:not(.ContactText) {
      display: inline-block;
      padding-top: 1px;
      padding-left: 30px;
      background: url(../../image/jp/r1/icon/icon_mail_white_hd.png) no-repeat left center;
      background-size: 24px; }

@media screen and (max-width: 994px) {
  #FloatBtnWrap.SolutionSearch .SearchBlock {
    width: auto; }
    #FloatBtnWrap.SolutionSearch .SearchBlock .SearchTitle {
      padding-right: 3px; }
    #FloatBtnWrap.SolutionSearch .SearchBlock .SearchInput {
      width: 260px; } }
@media screen and (max-width: 767px) {
  #FloatBtnStopper {
    height: 45px; }
    #FloatBtnStopper.ForSolutionSearch {
      height: 55px; }

  #FloatBtnWrap .ContactBtn {
    height: 38px;
    font-size: 112.5%; }
    #FloatBtnWrap .ContactBtn span:not(.ContactText) {
      padding-left: 30px;
      background: url(../../image/jp/r1/icon/icon_mail_hd.gif) no-repeat left center;
      background-size: 15px; }
  #FloatBtnWrap.SolutionSearch {
    height: 55px; }
    #FloatBtnWrap.SolutionSearch .SearchBlock .SearchTitle span {
      display: none; }
    #FloatBtnWrap.SolutionSearch .SearchBlock .SearchInput {
      font-size: 81.25%;
      width: 170px; }
    #FloatBtnWrap.SolutionSearch .ContactBtn {
      width: auto; }
      #FloatBtnWrap.SolutionSearch .ContactBtn .ContactIcon {
        height: 32px;
        background-position: center !important;
        padding: 0 10px; }
      #FloatBtnWrap.SolutionSearch .ContactBtn .ContactText {
        display: none; } }
@media screen and (max-width: 480px) {
  #FloatBtnWrap:not(.SolutionSearch) .ContactBtn {
    width: 200px; } }
/*===============================================
	バナーエリア
===============================================*/
.BannerLinkWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 40px 30px; }
  .BannerLinkWrap .ContentInner {
    width: auto; }
  .BannerLinkWrap h2 {
    display: inline-block;
    background: none;
    font-weight: bold;
    font-size: 137.5%;
    padding: 0;
    border-bottom: 2px solid #333;
    margin-bottom: 35px; }
  .BannerLinkWrap .BannerLinkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .BannerLinkWrap .BannerLinkList li:not(:last-child) {
      margin-right: 45px;
      margin-bottom: 10px; }
    .BannerLinkWrap .BannerLinkList li img {
      height: 100px; }
    @media screen and (min-width: 768px) {
      .BannerLinkWrap .BannerLinkList li:hover {
        opacity: 0.7; } }
@media screen and (max-width: 1304px) {
  .BannerLinkWrap {
    padding-left: 15px;
    padding-right: 15px; }
    .BannerLinkWrap .ContentInner {
      width: 100%;
      max-width: 822px; }
    .BannerLinkWrap .BannerLinkList {
      justify-content: space-between; }
      .BannerLinkWrap .BannerLinkList li:not(:last-child) {
        margin-right: 0; } }
@media screen and (max-width: 767px) {
  .BannerLinkWrap {
    width: auto;
    background: #e5e5e5;
    padding: 60px 0; }
    .BannerLinkWrap .ContentInner {
      width: auto; }
    .BannerLinkWrap h2 {
      text-align: center; }
    .BannerLinkWrap .BannerLinkList {
      flex-direction: column;
      align-items: center; }
      .BannerLinkWrap .BannerLinkList li:not(:last-child) {
        margin: 0 0 20px 0; } }
/*===============================================
	トピックス用スタイル
===============================================*/
.TopicsStyle .BlueBorderTitle {
  text-align: center;
  margin-bottom: 40px !important;
  padding: 0 30px; }
.TopicsStyle .BlueBorderTitle span {
  line-height: 150%; }
  .TopicsStyle .BlueBorderTitle :not(.SubTitle):not(sup) {
    display: inline-block;
    font-size: 137.5%;
    padding: 10px 0; }
  .TopicsStyle .BlueBorderTitle .SubTitle {
    display: block;
    font-size: 81.81818%;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: none; }
.TopicsStyle h3 {
  background: #f2f7fd;
  padding: 15px; }
.TopicsStyle sup {
  font-size: 75.2%;
}
@media screen and (max-width: 767px) {
  .TopicsStyle .BlueBorderTitle {
    padding: 0 15px; }
    .TopicsStyle .BlueBorderTitle .MainTitle {
      font-size: 112.5%; }
      .TopicsStyle .BlueBorderTitle .MainTitle .SubTitle {
        font-size: 88.88889%; }
  .TopicsStyle h3 {
    margin-right: -15px;
    margin-left: -15px; } }

.AdditionalNotesStyle3.ImageAdditionalNotes dt {
	width: 3.5em;
}
.AdditionalNotesStyle3.ImageAdditionalNotes dd {
	margin-left: 3.6em;
}

/*===============================================
	Youtubeモーダルサムネイル
===============================================*/
@media screen and (max-width: 767px) {
.ImgOnlyStyle img{width:100%;}}
.MovieArea .ImgOnlyStyle .ModalYouTubeLink:before {
  margin: -40px 0 0 -25px;
  background-color: #fff !important;
  opacity: 1; }
.MovieArea .ImgOnlyStyle .ModalYouTubeLink:after {
  z-index: 2;
  width: 0;
  height: 0;
  margin: -29px 0 0 -7px;
  background-color: transparent !important;
  border-left: solid 21px #006ad0;
  border-top: solid 14px transparent;
  border-bottom: solid 14px transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
.MovieArea .ImgOnlyStyle .ModalYouTubeLink:hover, .MovieArea .ImgOnlyStyle .ModalYouTubeLink:active {
  opacity: 0.7; }


/*===============================================
	ソリューション詳細
===============================================*/
  .Section h3.MarkerStyle {
    position: relative;
    padding-left: 18px; }
    .Section h3.MarkerStyle:before {
      content: "";
      position: absolute;
      width: 4px;
      height: 1.5em;
      top: -0.25em;
      left: 0.25em;
      background: #1b567c;
      -moz-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
      -webkit-transform: skewX(-13deg);
      transform: skewX(-13deg); }

.InformationGroup h3 {
  padding: 8px 15px 6px;
  background: #f2f7fd; }
.InformationGroup .DateListStyle2, .InformationGroup .DateListStyle4 {
  margin: 0 0 -15px;
  overflow: hidden; }
.InformationGroup .LinkListStyle1 {
  margin-bottom: 15px; }
  .InformationGroup .LinkListStyle1 dd {
    padding-top: 0; }


/** 202212追加 **/
@media screen and (max-width: 767px) {
	.ImgOnlyStyle img.w_auto {width:auto;}
}
@media screen and (max-width: 399px) {
	.ListStyle1 li a {
		word-break: break-all;
	}
	.JS .LinearNavi ul li {
		width: 60%;
	}
}