@charset "utf-8";
/* ===========================================================

	Title: en.css
	Created: 2018-6-7

=========================================================== */
/*

	common
	top
	strengths
	brandmessage


=========================================================== */
/*

	common

=========================================================== */
.title h1 {
  line-height: 155px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .title h1 {
    line-height: 1.4;
    padding: 40px 10px;
  }
  .header h1 img{
    width: 90%;
    max-width: 411px;
    height: auto;
  }
}

/* ===========================================================

	global-navigation

=========================================================== */
.global-navigation ul.gn {
	width: 1140px;
	margin: 0;
}

.global-navigation ul.gn li a.gn-btn {
	position: relative;
	overflow: hidden;
	display: block;
	width: 188px;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #111111;
}
/* ===========================================================

	top

=========================================================== */
.data-cell dl dt {
  font-size: 12px;
  font-size: 1.2rem;
}
.top-distribute h2 span.date{
  font-size: 11px;
  font-size: 1.1rem;
}
.data-cell dl dd span {
  width: auto;
}
.top-news .news dt {
  width: 16em;
}
.top-news .icon {
  width: 100px;
}
.top-news .news dd {
  padding: 0 0 10px 18em;
}
@media screen and (max-width: 1024px){
  .top-news .news dd {
      padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #scene-logo img {
    width: 220px !important;
  }
}

/* ===========================================================

	strengths

=========================================================== */
.tit-a {
  letter-spacing: 0.05em;
}
.tit-a em {
  font-size: 26px;
  color: #111;
}

#strengths dl.strengths-governance dt {
  font-size: 1.4em;
}

/* #strengths ul.pagelink
----------------------------------------------------------- */
#strengths ul.pagelink {
  width: 870px;
}
#strengths ul.pagelink li {
  width: 270px;
}
#strengths ul.pagelink li a {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  #strengths ul.pagelink {
    width: 100%;
  }
  #strengths ul.pagelink li {
    width: 100%;
  }
}

/* .strengths-type
----------------------------------------------------------- */
.strengths-type dl {
  margin: 0 45px;
}
.strengths-type dl dt {
  width: 250px;
  font-size: 20px;
  line-height: 54px;
  margin: 0 20px 0 0;
}
.strengths-type dl dd {
  width: 240px;
  font-size: 15px;
  line-height: 22px;
  padding: 5px 25px;
}
.strengths-type dl dd.strengths-dd3,
.strengths-type dl dd.strengths-dd4 {
  width: auto;
  font-size: 20px;
  line-height: 54px;
  padding: 0;
}
.strengths-type-c dl dt {
    line-height: 115px;
}
@media screen and (max-width: 1200px){
  .strengths-type dl {
      margin: 0;
  }
}

/* ===========================================================

	brandmessage

=========================================================== */
/* nippon-vision__list
----------------------------------------------------------- */
.nippon-vision__list dl dt {
	width: 80%;
}
.nippon-vision__list dl dd {
	text-align: left;
}
@media screen and (max-width: 1200px) {
	.nippon-vision__list dl dt {
		width: 100%;
	}
	.nippon-vision__list dl dd {
		text-align: center;
	}
}


.sfdr-table{}

.sfdr-table tr td.td1{
  width: 15%;
}

main h2.sfdr-title {
	font-size: 18px;
	font-size: 2.5rem;
	line-height: 1.4;
	margin: 0 0 30px;
	padding: 0 0 0 12px;
	border-left: none;
	border-bottom: solid 8px #003893;
	position: relative;
}
main h2.sfdr-title:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: -8px;
	background-color: transparent;
	width: 8px;
	height: 4px;
}
main h2.sfdr-title:after {
	content: " ";
	position: absolute;
	display: block;
	left: -8px;
	bottom: -10px;
	background-color: transparent;
	width: 100%;
	padding: 0 0 0 8px;
	height: 2px;
}


.sfdr-list span.ic-pdf-s{
    border: solid 1px #d0111b!important;
    color: #d0111b!important;
}