/* -------------------------------------
　ベース
-------------------------------------- */
* {

	margin: 0px;
	box-sizing: border-box;

}

html {

	width: 100%;
	overflow-y: scroll;
	line-height: 1.4em;

}

body {

	width: 100%;
	background-position: 0;
	background-repeat: repeat-x;
	font-family: "I-OTF-UDゴ本文Pro R", "I-OTF-UDゴ表示Pro R", メイリオ, Meiryo;
	color: #333333;
	font-size: 0.9em;
	padding-top: 80px;
	opacity: 0;

}

a {

	color: #333;
	text-decoration: none;
	border: none;

}

a:visited {

	color: #333333;

}

a:hover {

	color: #b60014;
	text-decoration: underline;

}

a:active {

	color: #b60014;
	text-decoration: underline;

}

b, strong {

	font-family: "I-OTF-UDゴ本文Pro B", "I-OTF-UDゴ表示Pro B";

}

section {

	width: 980px;
	margin: 0px auto;

}

img {

	border: none;

}

sup, sub {

	font-size: 0.6em;
	position: relative;
	vertical-align: baseline;
	margin-right: 0.5em;

}

sup {

	top: -0.5em;

}

sub {

	bottom: 0em;

}

table, th, td {

	border-collapse: collapse;

}

.text-left {

	text-align: left;

}

.text-center {

	text-align: center;

}

.text-right {

	text-align: right;

}

div.backtopage {

	margin-top: 20px;
	border-bottom: 1px solid #888888;

}

div.page_top {

	text-align: right;
	margin-bottom: 10px;

}

div.page_top a {

	display: inline-block;
	font-size: 0.8em;
	line-height: 1em;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	background-image:url(/img/common/icons/tri_icon.svg);
	background-repeat: no-repeat;
	background-position: 3px center;
	border-bottom: 1px solid #555;

}

div.page_top a:hover {

	color: #333333;
	border-bottom: none;
	text-decoration: none;

}

/*
Float
---------------------------------------------------------------------------------------------------- */
.float_left {

	float: left;

}

.float_right {

	float: right;

}

.clearfix:after {

	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;

}

h1, h2, h3, h4, h5 {

	font-family:"I-OTF-UDゴ本文Pro B", "I-OTF-UDゴ表示Pro B{pm}";

}

/*
Page Navigation
---------------------------------------------------------------------------------------------------- */
#page-nav {

	margin: 5px auto 0px;
	width: 980px;

}

#page-nav ul {

	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: flex;

}

#page-nav ul li {

	font-size: 0.8em;
	line-height: 1.3em;
	display: inline-block;

}

#page-nav ul li:not(:last-of-type) {

	margin-right: 10px;

}

#page-nav ul li:not(:last-of-type), #page-nav ul li:not(:last-of-type) a {

	white-space: nowrap;

}

#page-nav ul li:not(:last-of-type):after {

	content: ">";
	margin-left: 10px;

}


#page-nav ul li:last-of-type {

	font-weight: bold;
	padding-right: 5em;

}

/*
Main Content
---------------------------------------------------------------------------------------------------- */
section#content-box {

	margin-bottom: 50px;

}

section#content-box.clearfix {

	display: flex;

}

section#content-box h2 {

	font-size: 1.4em;
	font-weight: 900;
	border-left: 5px solid #b60014;
	border-bottom: 1px solid #d1d1d1;
	padding-left: 6px;
	padding-bottom: 2px;
	margin-bottom: 10px;

}

section#content-box div.main-content {

	width: 765px;
	display: block;
	padding-left: 15px;

}

section#content-box div.main-content h1 {

	width: 100%;
	height: 70px;
	background-position: right bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	margin-bottom: 0px;
	margin-top: 0;
	position: relative;

}

section#content-box div.main-content h1.top {

	height: 80px;
	font-weight: normal;

}

section#content-box div.main-content h1 span {

	position: absolute;
	bottom: 5px;
	left: 5px;
	padding-left: 0.8em;
	background-image: url(/img/common/icons/titleIcon.svg);
	background-repeat: no-repeat;
	background-position: 0.3em 0;
	display: inline-block;

}

section#content-box div.main-content h1.top span {

	background-image: none;
	padding-left: 0px;
	line-height: 0.8em;

}

section#content-box div.main-content h1.top span small {

	font-size: 0.5em;

}

section#content-box div.main-content h2+ul {

	list-style-type: none;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 20px;

}

section#content-box div.main-content h2+ul li {

	padding-left: 1em;
	background-image: url(/img/common/icons/icon_arrow_b.svg);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	background-size: 1em;
	font-size: 0.9em;

}

section#content-box div.main-content h3 {

	border-left: 30px solid #ccc;
	padding-left: 6px;
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.1em;
	display: block;

}


/* イメージセンター */
.img-center {

	text-align: center;

}

.img-center img {

	margin-bottom: 10px;
	display: inline-block;

}


/* イメージテーブル */
#content-box .main-content .img-table {

	width: 100%;
	display: block;

}

#content-box .main-content .img-table dd {

	text-align: center;

}

#content-box .main-content .img-table dl.float:after {

	display: block;
	clear: both;
	content: "";

}

#content-box .main-content .img-table dl.float dd {

	float: left;

}

#content-box .main-content .img-table p {

	display: block;

}


/*
PDF
---------------------------------------------------------------------------------------------------- */
.nw-pdf {

	background-image: url(/img/common/icons/icon_pdf.png);
	background-position: right 95%;
	background-repeat: no-repeat;
	background-size: 1.4em;
	padding-right: 25px;

}

.nw-video {

	background-image: url(/img/common/icons/icon_tv.svg);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;

}

.doc-link {

	background-image: url(/img/common/icons/icon_link.svg);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding-right: 20px;

}

#pdf-box {

	display: block;
	width: 100%;
	margin: 20px auto;
	border: 1px solid #dddddd;
	padding: 10px;
	max-width: 600px;

}

#pdf-box a {

	padding-left: 180px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/img/common/icons/get_adobe_reader.png);
	font-size: 0.9em;

}

/* サイズ調整 */
.w5 {

	width: 5%;

}

.w10 {

	width: 10%;

}

.w15 {

	width: 15%;

}

.w20 {

	width: 20%;

}

.w25 {

	width: 25%;

}

.w30 {

	width: 30%;

}

.w35 {

	width: 35%;

}

.w40 {

	width: 40%;

}

.w45 {

	width: 45%;

}

.w50 {

	width: 50%;

}

.w55 {

	width: 55%;

}

.w60 {

	width: 60%;

}

.w65 {

	width: 65%;

}

.w70 {

	width: 70%;

}

.w75 {

	width: 75%;

}

.w80 {

	width: 80%;

}

.w85 {

	width: 85%;

}

.w90 {

	width: 90%;

}

.w95 {

	width: 95%;

}

.w100 {

	width: 100%;

}


/* コンテンツメニュー */
section#content-menu {

	position: fixed;
	width: 980px;
	left: 0px;
	right: 0px;

	padding: 20px 10px;
	background-color: rgba(117, 117, 117, 0.8);
	color: #ffffff;
	z-index: 200;

	display: none;

}

section#content-menu div.content-link {

	padding: 0px 20px;

}


section#content-menu h1 {

	width: 100%;
	font-size: 2.0em;
	line-height: 1em;
	/*
	margin-top: 15px;
	padding-bottom: 20px;
	*/
	border-bottom: 1px solid #ffffff;

	padding: 0.5em 0.2em;

}

section#content-menu h1 span {

	margin-left: 20px;
	font-size: 0.7em;

}

section#content-menu h2 {

	margin-bottom: 30px;
	font-size: 1.6em;

}

section#content-menu h3 {

	padding: 15px 0px;

}

section#content-menu a {

	color: #ffffff;

}

section#content-menu a:hover {

	color: #ff9900;
	text-decoration: none;

}

section#content-menu .pageMain-menu {

	/* border-top:1px solid #989898; */
	border-bottom: 1px solid #989898;
	padding: 1em;
	list-style-type: none;

}

section#content-menu .news_menu .pageMain-menu {

	border: none;

}

section#content-menu ul.pageMain-menu li {

	float: left;
	width: 290px;

}

section#content-menu .pageSub-menu {

	padding: 0 0.5em;

	list-style-type: none;

	display: flex;

}

section#content-menu .pageSub-menu>li {

	width: 25%;

}

section#content-menu .pageSub-menu li ul {

	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;

}

section#content-menu .pageSub-menu li ul li {

	margin-bottom: 10px;

}

section#content-menu .pageSub-menu li ul li a {

	display: block;

}

.pageSub-menu>li>a {

	background-image: none;


}

section#content-menu .pageSub-menu>li>a span.open_btn {

	display: none;

}

section#content-menu .noListType {

	padding: 0;
	list-style-type: none;

}

/* 企業情報 */
section#content-menu .corporate_menu .pageMain-menu {

	display: flex;
	justify-content: space-between;

}

section#content-menu .corporate_menu .pageMain-menu ul.noListType>li {

	margin-bottom: 1em;

}

section#content-menu .corporate_menu .pageMain-menu ul.noListType li ul {

	list-style-type: disc;
	padding-left: 2em;

}

/* 株主・投資家情報 */
section#content-menu .ir_menu .pageMain-menu {

	display: flex;
	justify-content: space-between;

}

section#content-menu .ir_menu .pageMain-menu ul.noListType>li {

	margin-bottom: 1em;

}

section#content-menu .ir_menu .pageMain-menu ul.noListType li ul {

	list-style-type: disc;
	padding-left: 2em;

}





/* コンテンツメニュー・採用エリア */
section#content-menu .jobs_menu .jobs-title {

	padding-bottom: 5px;

}

section#content-menu .jobs_menu .pageMain-menu {

	padding-top: 0px;

}

section#content-menu .jobs_menu .pageMain-menu li, section#content-menu .jobs_menu .pageSub-menu>li {

	width: 25%;

}


/* コンテンツメニュー・展開ボタン */
section#content-box .pageTitleTop {

	position: relative;

}

section#content-box .pageTitleTop h1 {

	width: 100%;
	font-size: 2.0em;
	line-height: 1em;
	/*
	padding-left:10px;
	margin:15px auto 0px;
	padding-bottom:20px;
	*/
	border-bottom: 1px dotted #444444;

	padding: 0.5em;

}

section#content-box .pageTitleTop h1 span {

	margin-left: 20px;
	font-size: 0.7em;

}

section#content-box .pageTitleTop .content-open {

	position: absolute;
	top: -10px;
	right: 10px;
	background-image: url(/img/common/icons/content-menu.svg);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	transition: all .2s ease-in-out;

}

section#content-menu .content-close {

	position: absolute;
	top: 0.5em;
	right: 10px;
	background-image: url(/img/common/icons/content-close.svg);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	transition: all .2s ease-in-out;


}


section#content-box .pageTitleTop .content-open span, section#content-menu .content-close span {

	display: none;

}

/* CSR Past Menu */
.socialsupport_menu .past-menu {

	text-align: right;
	font-size: 0.8em;

}

.socialsupport_menu .past-menu a {

	color: #ffffff;
	padding-left: 15px;
	background-image: url(/img/common/icons/white_arrow.svg);
	background-size: 1em;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block !important;

}

/* CSR Past Menu */
.sustainability_menu dl.pageSub-menu {

	padding: 1em !important;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #989898;

}

.sustainability_menu dl.pageSub-menu dt {

	font-family:"I-OTF-UDゴ本文Pro B", "I-OTF-UDゴ表示Pro B{pm}";

}

.sustainability_menu dl.pageSub-menu dd {

	font-family:"I-OTF-UDゴ本文Pro B", "I-OTF-UDゴ表示Pro B{pm}";
	width: 20%;
	display: block;
	text-align: center;

}

.sustainability_menu dl.pageSub-menu dd a {

	display: block;
	width: 100%;

}

.sustainability_menu .past-menu {

	text-align: right;
	font-size: 0.8em;
	margin-top: 0.5em;

}

.sustainability_menu .past-menu a {

	color: #ffffff;
	padding-left: 15px;
	background-image: url(/img/common/icons/white_arrow.svg);
	background-size: 1em;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block !important;

}

/* Jobs Menu */
.jobs_menu .jobs-title small {

	font-size: 0.8em;
	margin-left: 1em;
	font-weight: normal;
	font-family: "I-OTF-UDゴ本文Pro R", "I-OTF-UDゴ表示Pro R";
	display: inline-block;

}

/* Media Menu */
.mediaSearch-box {

	position: absolute;
	top: 2.38em;
	left: 25em;

}

.mediaSearch-box input[type=text] {

	font-size: 1em;
	line-height: 1em;
	padding: 3px;
	width: 20em;
	border: 1px solid #707070;

}

.mediaSearch-box input[type=submit] {

	padding: 3px 15px;
	vertical-align: bottom;
	margin-left: 1em;

	border: 1px solid #707070;
	color: #6b6b6b;
	background-color: #dedede;
	cursor: pointer;

}

.mediaSearch-box input[type=submit]:active {

	box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
	color: #acacac;

}

.from_konami_menu .content-link table {

	width: 100%;
	margin: 1em 0px 2em;

}

.from_konami_menu .content-link table th {

	width: 10%;
	text-align: left;

}

.from_konami_menu .content-link table td label {

	display: inline-block;
	margin-right: 2em;
	position: relative;
	width: 15em;

}

.from_konami_menu .content-link table td label input[type=checkbox] {

	margin-right: 0.5em;
	vertical-align: middle;
	border: 1px solid #707070;

}

.from_konami_menu .content-link table.cateogry_cell {

	margin: 0.5em 0em;

}

.from_konami_menu .content-link table.cateogry_cell th {

	vertical-align: top;

}

.from_konami_menu .content-link table.cateogry_cell td a {

	display: inline-block;
	margin-right: 2em;
	position: relative;
	width: 15em;

}

.from_konami_menu .content-link table.cateogry_cell td a:nth-of-type(3n + 3) {

	width: 10em;

}

.from_konami_menu .content-link table.cateogry_cell td a:last-of-type {

	width: 8em;
	margin-right: 0px;

}

.fontUDkakugoM {

	font-family: "FOT-UD角ゴ_スモール Pr6N M";
	line-height: 1em;

}

.fontUDkakugoL {

	font-family: "FOT-UD角ゴ_スモール Pr6N L";
	line-height: 1em;

}

.fontUDkakugoR {

	font-family: "FOT-UD角ゴ_スモール Pr6N R";
	line-height: 1em;

}