@charset "shift_jis";
/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
figure img {
  width: 100%;
}

figure img.pc {
  width: auto;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header[role="banner"] {
  margin-bottom: 20px;
}

header[role="banner"] #headerGroup {
  position: relative;
  background: none;
}

header[role="banner"] #headerGroup::before {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 59px solid #004831;
  z-index: -1;
}

header[role="banner"] #headerInner {
  height: auto;
  border-bottom: 1px solid #f0f0f0;
}

header[role="banner"] #headerInner .btn_language {
  display: none;
}

header[role="banner"] #headerInner #letterSize {
  display: none;
}

/*----------------------------------------------------
	menuArea
----------------------------------------------------*/
.headerMenu {
  display: none;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer[role="contentinfo"] {
  position: relative;
  background: none;
}

footer[role="contentinfo"]::before {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 59px solid #004831;
  z-index: -1;
}

footer[role="contentinfo"] #footerInfo #copyRight {
  color: #fff;
}

.footerMenu {
  display: none;
}

/*----------------------------------------------------
	ページ 共通
----------------------------------------------------*/
#wrap #mainArea {
  margin-top: 0;
}

.titleArea {
  position: relative;
  width: 100%;
  max-width: 1008px;
  margin: 0 auto 20px;
  padding: 0;
}

.titleArea::before {
  content: '';
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 59px;
  border-top: 1px #004831;
  z-index: 100;
}

.titleArea #ReadSpeaker {
  display: none;
}

.contentsHeader {
  width: 1008px;
  margin: 0 auto;
}

.section {
  width: 848px;
  margin-top: 40px;
}

ul.categoryMenu {
  display: none;
}

/*----------------------------------------------------
	TOP
----------------------------------------------------*/
body#top .titleArea {
  padding-bottom: 0;
}

body#top .linkArea h3 {
  color: #004831;
}

body#top .linkArea h3:before {
  border-top: solid 2px #004831;
  border-right: solid 2px #004831;
}

body#top .linkArea02 h3 {
  position: relative;
  margin-top: 15px;
  padding: 0 0 0 18px;
  background: none;
}

body#top .linkArea02 h3:before {
  left: 0;
}

body#top .linkArea03::before {
  content: none;
}

body#top .downloadArea .column {
  background: none;
  border: 2px solid #f0f0f0;
}

/*----------------------------------------------------
	デジタルで切り拓く金融の未来
----------------------------------------------------*/
body#future .section:nth-child(6) .column .cell {
  background: none;
  border: 2px solid #eef8f5;
}

body#future .greenArea {
  background: none;
}

body#future .greenArea .whiteArea {
  border-top: 1px solid #bed002;
  border-right: 1px solid #bed002;
  border-bottom: 1px solid #bed002;
  border-left: 4px solid #bed002;
}

/*----------------------------------------------------
	事業部門別概要
----------------------------------------------------*/
body#division .greenArea {
  background: none;
  border: 2px solid #f7f9e9;
}

/*----------------------------------------------------
	特集
----------------------------------------------------*/
body#feature .feature02 .section .greenArea {
  background: none;
  border: 2px solid #f7f9e9;
}
