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

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

}

body {

	font-family: "I-OTF-UDゴ本文Pro R", "I-OTF-UDゴ表示Pro R", "メイリオ", "Meiryo", Arial, Helvetica, sans-serif, serif;
	color: #333333;
	line-height: 1.0;
	font-size: 0.9em;
	min-width: 320px;
	line-height: 1.4em;
	padding-top: 61px;
	opacity: 0;

}

a {

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

}

sup, sub {

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

}

sup {

	top: -0.5em;

}

sub {

	bottom: 0em;

}

.text-left {

	text-align: left;

}

.text-center {

	text-align: center;

}

.text-right {

	text-align: right;

}


img {

	border: none;

}

.img-center {

	text-align: center;

}

.img-table {

	text-align: center;

}


table, th, td {

	border-collapse: collapse;

}

section#page-nav {

	display: none;

}

aside.side-menu {

	display: none;

}

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

	background-color: #999;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	margin-bottom: 10px;

}

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

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

}

section#content-box h2 {

	font-size: 1.2em;
	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 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.2em;
	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;

}

div.backtopage {

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

}

div.page_top {

	text-align: center;
	margin: 10px 0px 15px;


}

div.page_top a {

	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	border-radius: 16px;
	margin: 5px;
	font-size: 0.8em;
	line-height: 1em;

}

h1, h2, h3, h4, h5 {

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

}


/*
floatClear
---------------------------------------------------------------------------------------------------- */
.clearfix:after {

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

}

/*
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-top: 50px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/img/common/icons/get_adobe_reader.png);
	font-size: 0.9em;

}

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

	position: absolute;
	width: 100%;
	max-width: 980px;
	top: 118px;
	padding: 40px 0px 0px;
	background-color: #767676;
	color: #ffffff;
	z-index: 50;

	display: none;

}

section#content-menu h1, section#content-menu h2 {

	display: none;

}

section#content-menu h3 a {

	color: #ffffff;
	padding: 10px 5px;
	display: block;

}

section#content-menu ul li a {

	display: block;
	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: 0px;
	list-style-type: none;

}

section#content-menu .pageMain-menu a {

	padding: 10px 15px;
	border-bottom: 1px solid #888888;

}

section#content-menu .pageSub-menu {

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

}

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

	width: 100%;
	margin: 0px auto;

}

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

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

}

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

	border-top: 1px solid #666666;
	padding: 5px 15px;

}

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

	border-top: 1px solid #ffffff;

}

section#content-menu .pageSub-menu>li:last-of-type {

	border-bottom: 1px solid #ffffff;

}

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

	display: inline-block;
	padding: 10px 15px;

}

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

	position: relative;

}

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

	width: 30px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: absolute;
	z-index: 150;
	top: 6px;
	right: 10px;
	transition: all .3s ease-in-out;

}

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

	background-image: url(/img/common/menu_down.png);

}

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

	background-image: url(/img/common/menu_up.png);

}

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

	position: relative;
	padding-bottom: 35px;
	margin-bottom: 5px;

}

section#content-box .pageTitleTop h1 {

	width: 100%;

	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;

	padding: 1.0em;
	padding-left: 10px;

	background-color: #999;
	color: #fff;

}

section#content-box .pageTitleTop h1 span {

	font-size: 0.6em;
	display: block;
	line-height: 1em;

}

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

	position: absolute;
	bottom: 0px;
	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: 5px;
	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 */
footer .sustainability_menu dl.pageSub-menu {

	margin-bottom: 1em;

}

.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;

}