@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------ */

/*  Reset

/* ------------------------------------------------------------------------ */

html {
	overflow-y	: scroll;
	overflow-x	: hidden;
	height		: 100%;
	font-size	: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

body *{
	box-sizing: border-box;
}


fieldset {
	display	: inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

body/**/table {
	line-height	: 1.5;
}

q:before,
q:after {
	content : '';
}

object,embed {
	vertical-align : top;
}

hr,legend	{
	display : none;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
}

img,abbr,acronym,fieldset {
	border : 0;
}

li {
	list-style-type : none;
}

img[usemap] {
	border		: none;
	height		: auto;
	max-width	: 100%;
	width		: auto;
}

img {
	border		: 0;
	max-width	: 100%;
}

i {
	padding	: 5px 5px 2px 0;
}

/* Flexible Images */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;
}

submit	{ -webkit-appearance : none;}

/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	opacity: 0.85;
}

a{
	text-decoration	: underline;
	color			: #333;
	outline: none;
	transition: 0.5s ease;
}

a:visited	{
	text-decoration	: none;
	color			: #333;
}

a:hover	{
	text-decoration	: none;
}

a:focus{
	outline: none;
}

.logobg a:hover{
	opacity: 0.6;
}

/* ------------------------------------------------------------------------ */

/*  reset

/* ------------------------------------------------------------------------ */

/* Flexible Images
画像もウインドウサイズに合わせて可変 */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;　/*IE8のみ適用*/
}

/* iPhone submitボタン初期化*/
submi	{ -webkit-appearance		: none;}
body	{ -webkit-text-size-adjust	: 100%;}

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

html{ font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
	margin		: 0;
	padding		: 0;
	height		: 100%;
	font-family: "Noto Sans Japanese", sans-serif ,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,"メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size	: 1.4rem;  /* =14px */
	line-height	: 1.5;
	text-align	: center;
	color		: #333;
}

#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { height : auto;}

.spStyle,
.spStyle_02{
	display: none !important;
}

	.mainSlide {
		height: auto !important;
	}
	.bx-wrapper{
		margin: 0 !important;
	}

	.clearfix:after {
		content:" ";
		display:block;
		clear:both;
	}

.inner{
	width: 100%;
	margin: 0 auto;
}

/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	background-color: rgba(0,0,0,0.2);
}

.opacity01 a:hover{
	background-color: rgba(0,0,0,0.2);
}

/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */
header{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	height: 95px;
}

#main {
	margin-top: 60px;
}
#navi {
	width: 100%;
}
#navi .nav-inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.menu-left{
	margin-top:20px;
}

.on{
	display: block;
}
.off{
	display: none;
}

/* 上部メニュー */

#menu {
	display: flex;
	height: 95px;
	margin-right: 10px;
}
#menu>li {
	margin: 0 10px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
}
#menu>li label{
	display: none;
}
	#menu>li span{
		font-size: 12px;
		color: #d3001b;
		font-weight: bold;
		display: block;
	}

	#menu>li a{
		text-decoration: none;
		position: relative;
	}

	#menu>li > a:hover:after{
		content: "";
		display: inline-block;
		border-bottom: 4px solid #d0001b;
		position: absolute;
		bottom: -12px;
		width: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

.sub-link{
	display: flex;
}

.sub-link li:first-child{
	background: #e8e8e8;
}
.sub-link li:last-child{
	background: #6a6a6a;
}
.sub-link li a{
	display: block;
	padding: 23px;
}
	.sub-link li a:hover{
		opacity: 0.8;
	}

/* パソコンでは V を非表示 */

#menu>li .pd {
	display: none;
}
#menu-navibtn {
	display: none;
	cursor: pointer;
	cursor: hand;
}

/* 子メニュー */
#menu>li>ul li {
	font-size: 14px;
}
/* ドロップダウンメニュー */
#menu>li>.sub-nav {
	display: none;
	position: absolute;
	padding: 0px 20px;
	background-color: #FFF;
	border: none;
}

	#menu>li {
	}
	#menu>li>.sub-nav {
		width: 100%;
		left: 0;
		z-index: 999;
		margin: 0;
		top: 95px;
		background: none;
		background: rgba(229,229,229,0.8);
	}
	/*#menu>li:hover>.sub-nav {
		display: block;
	}*/
	#menu>li>.sub-nav ul {
		border: none;
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#menu>li>.sub-nav ul li {
		width: 16%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.5s ease;
		line-height: 1.3;
		min-height: 70px;
	}
#menu>li:nth-child(4)>.sub-nav ul li {
		width: 14.2%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.5s ease;
		line-height: 1.3;
		min-height: 70px;
	}
	#menu > li:nth-child(5) > .sub-nav ul{
		justify-content: center;
	}
	#menu>li:nth-child(6)>.sub-nav ul li {
		width: 16%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		transition: 0.5s ease;
		line-height: 1.3;
	}
	#menu>li>.sub-nav ul li:hover {
		background: #d0001b;
	}
	#menu>li>.sub-nav ul li a:hover{
		color: #fff;
	}

	#menu > li > .sub-nav ul li:hover a.pdf:after{
		content: "";
		background: url("../img/icon/icon-pdf-white.png") no-repeat top center;
		width: 20px;
		height: 27px;
		display: inline-block;
		background-size: contain;
		vertical-align: middle;
		margin-left: 10px;
	}
	#menu>li>.sub-nav ul li a{
		display: flex;
		padding: 10px;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
	}

/*ヘッダー固定*/
.scrolled {
	color: white;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	margin-top: 0;
	box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.3);
	max-width: inherit;
}

.scrolled .inner{
	max-width: 1500px;
}

#news_bd #menu > li:nth-child(2) > a::after,
#seminar_bd #menu > li:nth-child(3) > a::after,
#company_bd #menu > li:nth-child(4) > a::after,
#greeting_bd #menu > li:nth-child(4) > a::after,
#philosophy_bd #menu > li:nth-child(4) > a::after,
#charter_bd #menu > li:nth-child(4) > a::after,
#history_bd #menu > li:nth-child(4) > a::after,
#business_bd #menu > li:nth-child(4) > a::after,
#construction_bd #menu > li:nth-child(4) > a::after,
#office_bd #menu > li:nth-child(4) > a::after,
#worker_bd #menu > li:nth-child(4) > a::after,
#award_bd #menu > li:nth-child(4) > a::after,
#subsidiary_bd #menu > li:nth-child(4) > a::after,
#solution_bd #menu > li:nth-child(5) > a::after,
#sustainability_bd #menu > li:nth-child(6) > a::after,
#ir_bd #menu > li:nth-child(7) > a::after,
#recruit_bd #menu > li:nth-child(8) > a::after{
	content: "";
	display: inline-block;
	border-bottom: 4px solid #d0001b;
	position: absolute;
	bottom: -12px;
	width: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*サイト内検索*/
.search-area{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 999;
	margin: 0;
	top: 95px;
	background: rgba(255,255,255,0.8);
}

#search-box{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#search-box form{
	margin: 0;
	display: flex;
	align-items: center;
}

#cse-search-box{
	position: relative;
}

#search-box input{
	height: auto;
	background: #fff !important;
	border-radius: 0;
	border: 1px solid #ddd;
	padding: 10px !important;
	width: 480px;
	outline: none;
}

.search-btn {
	color: #fff;
	font-weight: bold;
	background: #d0001b;
	width: 120px;
	border: none;
	height: auto;
	padding: 8px;
	cursor: pointer;
	border-radius: 0;
	font-size: 16px;
}

input::placeholder {
	color: transparent;
}

#search-box .close{
	padding: 0 10px;
	font-size: 40px;
	color: #8c8c8c;
	line-height: 1;
	cursor: pointer;
}

.is-fixed{
	height: 100%;
	overflow: hidden;
}

@media screen and (max-width: 1440px) {
	.menu-left{
		margin:20px 0 0 10px;
	}
	#menu > li{
		font-size: 1vw;
	}
}

@media screen and (max-width: 1400px) {
	.menu-left {
		width: 25%;
	}
}

@media screen and (max-width: 1240px) {
	.menu-left {
		width: 22%;
		margin-top: 30px;
	}
	
	#menu > li{
		margin: 0 12px;
	}
	
}

@media screen and (max-width: 1117px) {
	.slick-prev, .slick-next {
		width: 40px !important;
		height: 40px !important;
	}
	
	.slick-next::before,
	.slick-prev::before{
		font-size: 22px !important;
		padding: 0;
	}

	.nav-bg{
		background-color: #d0001b;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
	}

#hamburger .btn-gNav{
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}

#hamburger .btn-gNav span{
	position: absolute;
	height: 3px;
	background: #fff;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	width: 20px;
}
#hamburger .btn-gNav span:nth-child(1) {
	top: 11px;
	left: 11px;
}
#hamburger .btn-gNav span:nth-child(2) {
	top: 18px;
	left: 11px;
}
#hamburger .btn-gNav span:nth-child(3) {
	top: 26px;
	left: 11px;
}
#hamburger .btn-gNav.open span:nth-child(1){
	background: #fff;
	top: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
	top:20px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}
#gNav{
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #444;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2;
	padding-top: 50px;
	transition: .3s;
}
#gNav.open{
	right: 0px;
}
#gNav .gNav-menu{
	width: 100%;
	height:100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*justify-content: center;*/
}
#gNav .gNav-menu li{
	display: block;
	padding : 20px 30px;
}
#gNav .gNav-menu li a{
	color: #ddd;
	text-decoration: none;
}


	
	#menu,
	.sub-link{
		display: none;
	}
	
	.menu-left {
		width: auto;
	}
	
	#menu>li > a:hover:after{
		display: none;
	}
	
	#menu > li:hover > .sub-nav{
		display: none;
	}
	
	header{
		position: relative;
	}
	
	#news_bd #menu > li:nth-child(2) > a::after,
	#seminar_bd #menu > li:nth-child(3) > a::after,
	#company_bd #menu > li:nth-child(4) > a::after,
	#solution_bd #menu > li:nth-child(5) > a::after,
	#sustainability_bd #menu > li:nth-child(6) > a::after,
	#ir_bd #menu > li:nth-child(7) > a::after,
	#recruit_bd #menu > li:nth-child(8) > a::after{
		display: none;
	}
	
	#navi #navibtn {
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0px;
		margin-right: 0;
	}
	#navibtn span {
		display: block;
		width: 95px;
		height: 95px;
		background-color: #d0001b;
	}
	#navibtn span span {
		display: block;
		overflow: hidden;
		width: 1px;
		height: 1px;
	}
	#navibtn span span::before, #navibtn span span::after, #navibtn span::after {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		width: 36px;
		height: 3px;
		background-color: #FFF;
	}
	/* 上の棒 */
	#navibtn span span::before {
		top: 33px;
	}
	#menu-navibtn:checked~#navi label#navibtn span span::before {
		top: 45px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		left: 33%;
	}
	/* 下の棒 */
	#navibtn span::after {
		bottom: 34px;
	}
	#menu-navibtn:checked~#navi label#navibtn>span::after {
		bottom: 48px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		left: 33%;
	}
	/* 中の棒 */
	#navibtn span span::after {
		top: 45px;
	}
	#menu-navibtn:checked~#navi label#navibtn span span::after {
		display: none;
	}

	/* ハンバーガーメニューがクリックされた時 */
	#menu{
		position: absolute;
		top: 95px;
		z-index: 1000;
		background: #fff;
		height: 100vh;
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	#menu.active {
		position: absolute;
		top: 95px;
		z-index: 1000;
		background: #fff;
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
	}
	#menu >li:first-child {
		border-top: 1px solid #d0001b;
	}
	#menu >li {
		border-bottom: 1px solid #d0001b;
		margin: 0;
		display: block;
		position: relative;
		height: auto;
		width: 100%;
		white-space: nowrap;
	}

	#menu >li:last-child {
		margin-bottom: 250px;
	}

	#menu >li a{
		display: block;
		padding: 10px 10px;
		width: 100%;
		text-align: left;
		font-size: 14px;
		margin-top: 0;
	}
	#menu >li a.spStyle.sublink:after{
		content: "＋" !important;
		display: inline-block !important;
		position: absolute;
		right: 10px;
		font-size: 25px;
		top: 50% !important;
		transform: translateY(-50%) !important;
		color: #d0001b;
		left: inherit !important;
		bottom: inherit !important;
		width: auto !important;
		border-bottom: none !important;
	}
	#menu >li a.spStyle.sublink.active:after{
		content: "ー" !important;
		display: inline-block;
		position: absolute;
		right: 10px;
		font-size: 25px;
		top: 50%;
		transform: translateY(-50%);
		color: #d0001b;
	}
		#menu >li a:hover::after{
			border: none;
			width: auto;
			left: inherit;
			bottom: inherit;
		}
	
	#navi input{
		display: block;
	}
	
	/*サイト内検索*/
	.search-area{
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 999;
		margin: 0;
		top: 0;
		background:#eaeaea;
	}
	
	.sp-sub-nav .search-area{
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 999;
		margin: 0;
		top: 42px;
		background:#eaeaea;
	}
	
	.sp-sub-nav .search-area #searchform{
		display: flex;
		justify-content: center;
		padding: 20px;
	}

	.sp-sub-nav .search-area #searchform input{
		height: 40px;
		background: #fff;
		outline: none;
		border-radius: 0;
		margin: 0;
		border: 1px solid #fff;
	}
	.sp-sub-nav .search-area #searchform .search-btn{
		height: 40px;
	}

	#search-box-sp input:nth-child(3){
		height: auto;
		width: 72%;
	}
	
	#search-box-sp input:last-child{
		height: auto;
		width: 28%;
	}
	
	.sp-sub-nav .search-area .close {
		padding: 0 10px;
		font-size: 40px;
		color: #8c8c8c;
		line-height: 1;
		cursor: pointer;
	}
	
	
	#menu > li span{
		display: none;
	}
	
	#menu>li ul {
		line-height: 50px;
	}
	#menu>li>ul {
		padding: 0;
	}
	
	#menu > li > .sub-nav{
		position: inherit;
		margin: 0;
		top: inherit;
		padding: 0;
	}
	
	#menu > li > .sub-nav ul li{
		width: 100%;
		border-bottom: 1px solid #d0001b;
		min-height: auto;
	}
	#menu > li:nth-child(4) > .sub-nav ul li{
		width: 100%;
		border-bottom: 1px solid #d0001b;
		min-height: auto;
	}
	#menu > li:nth-child(6) > .sub-nav ul li{
		width: 100%;
		min-height: auto;
	}
	#menu > li > .sub-nav ul li:first-child{
		border-top: 1px solid #d0001b;
	}
	#menu > li > .sub-nav ul li:last-child{
		border-bottom: none;
	}
	
	/* アコーディオン部分初期状態 */
	#menu li ul li {
		display: none;
	}
	#menu>li>label:hover {
		cursor: pointer;
		cursor: hand;
	}
	#menu li ul {
		position: static;
		display: inline;
		max-width: 100% !important;
	}
	/* 子メニュー */
	#menu>li>ul {
		margin-left: initial;
	}
	#menu ul li:last-child {
		border-bottom: none;
	}
	#menu>li>ul li {
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
	#menu li ul li ul {
		top: inherit;
		left: 0;
	}
	
	#menu > li > .sub-nav ul li a{
		align-items: center;
		justify-content: flex-start;;
	}
	
	/* 子メニューがクリックされた時 */
	#menu input[type="checkbox"]:checked~label~ul>li {
		max-height: inherit;
		overflow-y: visible;
		display: block;
	}
	.angletoggle:before {
		content: "\f107";
	}
	#navi input[type="checkbox"]:checked~label .pd .angletoggle:before {
		content: "\f106";
	}
}

.d-pcStyle{
	display: none !important;
}

@media screen and (max-width: 950px) {
	.d-pcStyle{
		display: block !important;
	}
	
	.content{
		padding: 0 20px;
	}
}

@media screen and (max-width: 1117px) {
	.pcStyle{
		display: none !important;
	}
	
	.spStyle{
		display: block !important;
	}
	/* 基本非表示 */
	#menu {
		display: none;
	}
	/* V を表示 */
	#menu>li .pd {
		display: inline-block;
		width: 100%;
	}
	#menu li a {
		display: inline-block;
	}
	#menu li:first-child {
		border-top: 1px solid #d0001b;
	}
	#menu li i {
		padding: 0px 6px;
	}
	/* メニューを移動させないため */
	header {
		height: 40px;
	}
	
	#menu,
	#menu.active{
		left: 0;
		top: 40px;
	}
	
	#menu-navibtn:checked ~ * #menu{
		top: 40px;
	}
	#navi .nav-inner{
		position: relative;
		align-items: center;
		height: 40px;
	}
	
	.menu-left {
		width: auto;
		margin: 0 0 0 10px;
		text-align: left;
	}
	.menu-left img{
		width: 50%;
	}
	
	#navibtn span{
		width: 50px;
		height: 50px;
	}
	
	#navibtn span span::before{
		top: 24px;
	}
	#menu-navibtn:checked ~ #navi label#navibtn span span::before{
		top: 33px;
		left: 23%;
	}
	
	#menu-navibtn:checked ~ #navi label#navibtn > span::after{
		bottom: 35px;
		left: 22%;
	}
}

#menu>li>.sub-nav>ul>li{
	position: relative;
}
#menu>li>.sub-nav .sub-sub-nav{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 10000;
	width: 100%;
	background: white;
}
#menu>li>.sub-nav .sub-sub-nav ul{
	flex-direction: column;
}
#menu>li>.sub-nav .sub-sub-nav ul li{
	width: 100%;
	min-height: 60px;
}
#menu>li>.sub-nav .sub-sub-nav ul li a{
	justify-content: flex-start;
	text-align: left;
	padding-left: 20px;
}
#menu > li > .sub-nav .sub-sub-nav ul li a.pdf:after{
	content: "";
	background: url("../img/icon/icon-pdf.png") no-repeat top center;
	width: 20px;
	height: 27px;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
}
#menu > li > .sub-nav .sub-sub-nav ul li:hover a.pdf:after{
	content: "";
	background: url("../img/icon/icon-pdf-white.png") no-repeat top center;
	width: 20px;
	height: 27px;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
}
@media screen and (max-width: 1117px) {
	#menu>li>.sub-nav>ul{
		display: block;
	}
	#menu>li>.sub-nav>ul>li{
		display: block !important;
	}
	#menu>li>.sub-nav .sub-sub-nav{
		position: inherit;
		margin: 0;
		top: inherit;
		padding: 0;
		background: rgb(199,199,199);
	}
	#menu>li>.sub-nav .sub-sub-nav ul li{
		min-height: auto;
	}
}

/* ------------------------------------------------------------------------ */

/* Navigation

/* ------------------------------------------------------------------------ */


@media screen and (max-width: 950px) {
}

@media screen and (max-width: 768px) {
}
/* ------------------------------------------------------------------------ */

/* contents

/* ------------------------------------------------------------------------ */
#mainBlock{
	width: 100%;
	margin: 0 auto;
}

.content{
	width: 100%;
	max-width: 1240px;
	margin: 0px auto;
}

.flex{
	display: flex;
	justify-content: center;
}

.flex-s{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.flex-wrap{
	flex-wrap: wrap;
}

article p{
	word-wrap: break-word;
}



/* ------------------------------------------------------------------------ */

/* footer

/* ------------------------------------------------------------------------ */
footer{
	background: #f1f1f1;
	padding: 103px 0 0;
	margin-top: 100px;
}

footer .content .flex{
	display: flex;
	justify-content: space-between;
	padding-bottom: 106px;
}
footer .content p{
	text-align: left;
	margin-bottom: 40px;
}

footer .content .flex ul{
	margin-right: 20px;
}
footer .content .flex div > ul+ul{
	margin-top: 20px;
}

footer .content .flex ul li{
	text-align: left;
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

footer .content .flex ul li.blank a:after{
	content: "";
	display: inline-block;
	background: url("../img/icon/icon_blank.png") no-repeat center;
	width: 21px;
	height: 21px;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}

footer .content .flex ul li a{
	font-size: 14px;
	transition: 0.5s ease;
	text-decoration: none;
	font-weight: bold;
}

footer .content .flex ul li a:hover{
	text-decoration: underline;
	opacity: 0.7;
}

footer .content .flex ul li a:before{
	content: "\f105";
	font-family: 'FontAwesome';
	color: #d0001b;
	font-size: 16px;
	display: inline-block;
	padding-right: 7px;
	text-indent: 0;
}

footer .content .flex ul li > ul{
	margin: 10px 0 0 10px;
}

.footer-btm{
	background: #262626;
	padding: 12px 0 19px;
}
.footer-btm p{
	color: #fff;
}

#sitemap {
	justify-content: center;
	display: flex;
	align-items: center;
	padding-top: 2px;
	margin-bottom: 44px;
}

#sitemap li::after {
	color: #fff;
	content: "|";
	font-size: 1.5rem;
}

#sitemap li:last-child::after {
	content: none;
}

#sitemap li a {
	color: #fff;
	font-size: 1.4rem;
	margin: 0 5px;
	text-decoration: underline;
	white-space: pre;
}

#sitemap li:nth-child(1) a {
	margin: 0 5px 0 0;
}

#sitemap li a:hover {
	text-decoration: none;
}


/* ------------------------------------------------------------------------ */

/* Pagetop

/* ------------------------------------------------------------------------ */
.page-top {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 77%;
	margin: 0;
	z-index: 3;
	margin: 0 !important;
}

.page-top a {
	background: #d0001b;
	text-decoration: none;
	color: #fff;
	width: 75px;
	height: 75px;
	text-align: center;
	display: block;
	font-size: 18px;
	padding: 20px 0 0;
}

	.page-top a:hover {
		text-decoration: none;
	}

		.page-top a:before{
			content: "\f106";
			font-family: 'FontAwesome';
			display: block;
			line-height: 0.5;
			font-size: 24px;
		}

footer .page-top{
	display: none;
}


@media screen and (max-width: 1440px) {
	.content{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	footer{
		padding: 40px 0 0;
	}
	
	footer .content{
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

@media screen and (max-width: 950px) {
	#mainBlock .page-top{
		display: none !important;
	}
	
	footer .page-top a{
		width: 60px;
		height: 60px;
		padding: 19px;
	}
	
}

@media screen and (max-width: 950px) {
	footer .content > div{
		display: flex;
		justify-content: space-between;
	}
	
	footer .page-top{
		display: block;
		margin: 0 !important;
	}
	
	footer .page-top a{
		width: 40px;
		height: 40px;
		padding: 12px;
	}
	
	footer .page-top a::before{
		font-size: 30px;
	}
	
	footer{
		padding-top: 0;
	}
	
	footer .content{
		padding: 0;
	}
	
	footer .content .flex{
		flex-direction: column;
		padding-bottom: 0;
	}
	
	footer .content .flex ul{
		margin: 0;
	}
	footer .content .flex ul li{
		margin: 0;
		border-bottom: 1px solid #d0001b;
		padding-left: 0;
		text-indent: 0;
	}
	footer .content .flex ul:first-child li:first-child{
		border-top: 1px solid #d0001b;
	}
	footer .content .flex div ul:first-child li:first-child{
		border-top: none;
	}
	
	footer .content .flex div ul:first-child li:first-child ul li:first-child{
		border-top: 1px solid #d0001b;
	}
	
	footer .content .flex ul li a{
		padding: 15px;
		display: block;
		position: relative;
		font-size: 16px;
	}
	
	footer .content .flex ul li a::before{
		display: none;
	}
	
	footer .content .flex ul li a::before{
		content: "\f105";
		font-family: 'FontAwesome';
		color: #d0001b;
		font-size: 20px;
		display: inline-block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
	}
	
	footer .content .flex ul li a.spStyle::before{
		content: "+";
		color: #d0001b;
		font-size: 20px;
		display: inline-block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
	}
	
	footer .content .flex ul li a.spStyle.active{
		background: #fff;
	}
	
	footer .content .flex ul li a.spStyle.active::before{
		content: "ー";
		color: #d0001b;
		font-size: 20px;
		display: inline-block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
	}
	
	footer .content .flex ul li > ul{
		margin: 0;
		display: none;
		background: #fff;
	}
	footer .content .flex ul li > ul li:first-child{
		border-top: 1px solid #d0001b;
	}
	footer .content .flex ul li > ul li:last-child{
		border-bottom: none;
	}
	
	footer .content .flex div > ul + ul{
		margin: 0;
	}
	
	footer .content p{
		margin: 20px 0 20px 10px;
	}
	
	.footer-btm{
		padding: 0 0 20px;
	}
	
	#sitemap{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	#sitemap li::after{
		display: none;
	}
		
	#sitemap li{
		width: 50%;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	
	#sitemap li:last-child{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	
	#sitemap li:nth-child(2n){
		width: 50%;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	
	#sitemap li a{
		margin: 0;
		display: block;
		padding: 15px;
		text-align: left;
		position: relative;
		text-decoration: none;
	}
	#sitemap li a:hover{
		text-decoration: underline;
		opacity: 0.8;
	}
	#sitemap li:nth-child(1) a{
		margin: 0
	}
	
	#sitemap li a:after{
		content: "\f105";
		font-family: 'FontAwesome';
		color: #fff;
		font-size: 20px;
		display: inline-block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
	}
}

@media screen and (max-width: 478px) {
	footer .content .footer-logo{
		width: 15%;
	}
	
	footer .content .flex ul li a{
		font-size: 14px;
	}
	
	#sitemap li a{
		font-size: 12px;
	}
}



/* ------------------------------------------------------------------------ */

/* 年度別表示順番入れ替え

/* ------------------------------------------------------------------------ */
.tab_area .tab_detail_wrap .tab_detail > .content{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}

.tab_area .tab_detail_wrap .tab_detail > .content > section{
	width: 100%;
}

#all-1,
#info-1,
#release-1,
#ir-1,
#sustainability-1,
#n-settlement-1,
#n-disclosure-1,
#n-ir-info-1,
#n-ir-document-1{
	order: 3;
}

#all-2,
#info-2,
#release-2,
#ir-2,
#sustainability-2,
#n-settlement-2,
#n-disclosure-2,
#n-ir-info-2,
#n-ir-document-2{
	order: 2;
}

#all-3,
#info-3,
#release-3,
#ir-3,
#sustainability-3,
#n-settlement-3,
#n-disclosure-3,
#n-ir-info-3,
#n-ir-document-3{
	order: 1;
}

#all-4,
#info-4,
#release-4,
#ir-4,
#sustainability-4,
#n-settlement-4,
#n-disclosure-4,
#n-ir-info-4,
#n-ir-document-4{
	order: 12;
}

#all-5,
#info-5,
#release-5,
#ir-5,
#sustainability-5,
#n-settlement-5,
#n-disclosure-5,
#n-ir-info-5,
#n-ir-document-5{
	order:11;
}

#all-6,
#info-6,
#release-6,
#ir-6,
#sustainability-6,
#n-settlement-6,
#n-disclosure-6,
#n-ir-info-6,
#n-ir-document-6{
	order: 10;
}

#all-7,
#info-7,
#release-7,
#ir-7,
#sustainability-7,
#n-settlement-7,
#n-disclosure-7,
#n-ir-info-7,
#n-ir-document-7{
	order: 9;
}

#all-8,
#info-8,
#release-8,
#ir-8,
#sustainability-8,
#n-settlement-8,
#n-disclosure-8,
#n-ir-info-8,
#n-ir-document-8{
	order: 8;
}

#all-9,
#info-9,
#release-9,
#ir-9,
#sustainability-9,
#n-settlement-9,
#n-disclosure-9,
#n-ir-info-9,
#n-ir-document-9{
	order: 7;
}

#all-10,
#info-10,
#release-10,
#ir-10,
#sustainability-10,
#n-settlement-10,
#n-disclosure-10,
#n-ir-info-10,
#n-ir-document-10{
	order: 6;
}

#all-11,
#info-11,
#release-11,
#ir-11,
#sustainability-11,
#n-settlement-11,
#n-disclosure-11,
#n-ir-info-11,
#n-ir-document-11{
	order: 5;
}

#all-12,
#info-12,
#release-12,
#ir-12,
#sustainability-12,
#n-settlement-12,
#n-disclosure-12,
#n-ir-info-12,
#n-ir-document-12{
	order: 4;
}