@charset "UTF-8";
.sp-on {
	display: none;
}
.sp-off {
	display: block;
}
#navigationTop,#brand,#entry,a[id*="job"] {
	margin-top:-20px;
	padding-top:20px;
	display: block;
	width: auto;
}
table {
	font-size: 1.3rem;
	table-layout: fixed;
	border-collapse: collapse;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
table td,
table th {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.table-kabu,.table-memo,.table-yuutai,.table-yuutai02,
.table-release,.table-schedule,.table-library,.table-overview,
.table-officer,.table-tenpo,.table-topics,.table-media {
	width: 100%;
}
.table-yuutai {
	margin: 0 0 2rem 0;
}
.table-overview,.table-tenpo,.table-kabu,.table-yuutai,.table-yuutai02,.table-memo {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.table-kabu th,
.table-memo th,
.table-yuutai th,
.table-yuutai02 th,
.table-overview th,
.table-tenpo th,
.table-topics th,
.table-media th {
	font-weight: bold;
}
.table-kabu td,.table-kabu th,
.table-memo td,.table-memo th,
.table-yuutai td,.table-yuutai th,
.table-yuutai02 td,.table-yuutai02 th,
.table-overview td, .table-overview th,
.table-tenpo td,.table-tenpo th {
	border: 1px solid #b3b3b3;
	padding: 1.5rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left;
}
.table-kabu th,
.table-memo th,
.table-yuutai th,
.table-yuutai02 th,
.table-overview th,
.table-tenpo th {
	vertical-align: baseline;
}
.table-ppsp th {
	vertical-align: middle;
}
.table-kabu td,
.table-memo td,
.table-yuutai td,
.table-yuutai02 td,
.table-overview td,
.table-tenpo td,
.table-topics td,
.table-media td {
	vertical-align: middle;
}
.table-tenpo th {
	text-align: center;
}
.table-kabu th,.table-memo th,.table-yuutai th,.table-yuutai02 th,.table-overview th,.table-tenpo th  {
	background: #f1f1f1;
}
.table-overview th {
	width: 25%;
}
.table-memo th,.table-yuutai th {
	width: 30%;
}
.table-ppsp th {
	width: 45%;
}
.table-ppsp02 th {
	width: 40%;
}
.table-tenpo th:nth-of-type(1) {
	width: 38%;
}
.table-tenpo th:nth-of-type(2) {
	width: 18%;
}
.table-release th,
.table-release td,
.table-schedule th,
.table-schedule td,
.table-library th,
.table-library td,
.table-topics th,
.table-topics td,
.table-media th,
.table-media td {
	padding:1.3rem 0 1.3rem 0;
}

.table-release tr,
.table-schedule tr,
.table-library tr,
.table-topics tr,
.table-media tr {
	border-bottom: 1px solid #ccc;
}

.table-release th,
.table-schedule th,
.table-topics th,
.table-media th  {
	width: 15%;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}
.table-library th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
.table-release td:nth-of-type(2),
.table-library td {
	width: 11%;
	text-align: right;
}
.table-topics td:nth-of-type(1),
.table-media td:nth-of-type(1) {
	padding-right: 2rem;
}
.table-topics td:nth-of-type(2) {
	width: 9%;
}
.table-media td:nth-of-type(2) {
	width: 11%;
}
.table-topics td:nth-of-type(2) span,
.table-media td:nth-of-type(2) span {
	text-align: center;
	display: block;
	color: #FFF;
	padding: 0.3rem 0.3rem;
}

.table-release td:nth-of-type(2) span,
.table-library td span {
	background: #b2b2b2;
	color: #FFF;
	display: inline-block;
	text-align: center;
	width: 4.5rem;
	padding: 0.1rem 0;
}
.table-officer td,.table-officer th {
	border: none;
	background: none;
	padding: 0.2rem 0;
}
.table-officer th {
	width: 50%;
	font-weight: normal;
}
.title-release {
	font-size: 2.5rem;
	margin: 8rem 0 0.5rem 0;
	
}
.list-ir-release {
	width: 100%;
	padding: 3rem;	
}
[id^="topics"],
[id^="menu"] {
	margin-top: -0.1rem;
	padding-top: 0.1rem;
	display: block;
	width: auto;
}
.list-ir-release .simplebutton {
	border: 2px solid #000B00;
	border-top: 1px solid #000B00;	
}
.list-ir-release .simplebutton {
	min-height: 4rem;
}
.list-ir-release.list-ir-library .simplebutton {
	min-height: 5.5rem;
}
.mb-rem {
	margin-bottom: -3rem !important;
}
.mb-0 {
	margin-bottom: 0rem !important;
}
.ir_release .simplearticle a,
.topicspage .simplearticle a,
.media .simplearticle a {
	color: #222;
}

.preload * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
ul.table-list li a {
	text-align: left;
	display: inline;
}
.simplearticle .text.companytext {
	text-align: right;
	margin-top: 0.5rem;
}

.title-business {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.title-business {
	margin: 0 0 5rem 0;
	font-weight: bold;
}
.title-business span:nth-of-type(1) {
	width: auto;
	height: 8rem;
}
.title-business span:nth-of-type(1) img {
	width: auto;
	height: 100%;
}
.title-business span:nth-of-type(2) {
	font-size: 2.1rem;
	margin: 0 0 0 1.3rem;
}

.simplearticle .text-business {
	margin-bottom: 5rem;
}
.title-mt0 {
	margin-top: 0 !important;
}
.text-mb0 {
	margin-bottom: 0 !important;
}
.article-business {
	padding-top: 1.5rem;
}
/*.simplearticle .photos .photo img,
.simplearticle .coverimage img {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}*/
/*.ir_schedule .simplearticle{
	width: 60%;
}*/
.morebutton {
	width: 11rem;
	height: 3.5rem;
	height: 40px;
	margin: 0 0 0 auto;
	display: block;
	right: -1px;
	bottom: -1px;
	background-color: #000B00;
	border: #FFFFFF solid 1px;
	font-size: 1.4rem;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 0.1rem;
	line-height: 2.33333rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.morebutton:after {
	content: "";
	width: 2rem;
	height: 2rem;
	background-position: center;
	background-size: contain;
	background-image: url(../img/common/btn_arrow_wt.svg);
	margin-left: 1rem;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	display: block;
}
.morebutton:hover {
	margin-top: 1rem;
	color: #FFFFFF;
	background-color: #EC6D51;
}
.morebutton:hover:after {
	width: 2.5rem;
	height: 2.5rem;
}
.title-mini {
	font-size: 2rem;
}
.media .simplenavigation_nav ul {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.ppsp-mb {
	margin-bottom: 2rem;
}
.simplearticle .text.text-ppsp {
	text-align: right;
}
.adobe-link {
	margin: 2rem 0 0 0;
}
.adobe-link a {
    padding-left: 1.3rem;	
}
.adobe-link i {
	display: inline-block;
	margin: 0 0 0.3rem 1.5rem;
	vertical-align:  middle;
	font-size: 1rem;
	position: relative;
}
.adobe-link i:before {
	position: relative;
}

.sitemap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.sitemap-list-lead,.sitemap-list {
	width: 28%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	margin: 0 0 5rem 0;
}
.sitemap-list-lead a,
.sitemap-list div,
.sitemap-list .home {
	font-size: 1.6rem;
	display: block;
	width: 100%;
    text-align: left;
    color: #010b00;
    border-bottom: 1px solid #ec6951;
    margin: 0 0 1.3rem 0;
    padding: 0 0.3rem 0.3rem 0.3rem;
}
.sitemap-list a {
	text-align: left;
	color: #010b00;
	text-indent: -1.8rem;
	padding-left: 1.8rem;
	margin: 0 0 0.3rem 0;
}
.sitemap-list a:before {
    content: "├";
    margin: 0 0.5rem 0 0;
}
.sitemap-list .home {
	text-indent: 0rem;
	padding-left: 0rem;
	margin: 0 0 1.3rem 0;
    padding: 0 0.3rem 0.3rem 0.3rem;
}
.sitemap-list .home:before {
	display: none;
}
.sitemap-list a:last-of-type:before {
    content: "└";
    margin: 0 0.5rem 0 0;
}

.simplearticle .notfound .text{
	text-align: center;
	margin: 3rem;
}
.text.text-errormessage {
	text-align: center;
	font-size: 1.6rem;
}
.box-a {
	opacity: 1 !important;
}
.text-ir-release {
	border: 1px solid #b2b3b2;
	padding: 1.3rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 2.6rem;
}
.mb-full {
	padding: 0 0 5rem 0;
}
.media-button i {
	font-size: 1.1rem;
	margin-left: 0.3rem;
}
.ir-yearlyschedule {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto 4rem auto;
}
.flayer_belt_span {
	font-size: 1.2rem;
	line-height: 1rem;
}
.recruit-ul {
	margin: 0 0 2rem 0 !important;
}
.img-border img {
	border: 1px solid #b2b3b2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.business-footer-text {
	position: absolute;
	right: 0rem;
	bottom: -7.1rem;
	font-size: 1.3rem;
}
.text.strategytext {
	text-align: right;
	margin: 4rem 0 0 0;
}

@media screen and (max-width: 720px) {
	.sp-on {
		display: block;
	}
	.sp-off {
		display: none;
	}
	.table-release tr,
	.table-schedule tr,
	.table-library tr,
	.table-topics tr,
	.table-media tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.table-release th,
	.table-topics th,
	.table-media th {
		width: 25%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 1.3rem 0 0.3rem 0;
	}
	.table-schedule th {
		width: 100%;
		display: block;
		padding: 1.3rem 0 0.3rem 0;
	}
	.table-schedule td {
		width: 100%;
		padding: 0 0rem 1.3rem 0;
	}
	.table-release td:nth-of-type(2),
	.table-topics td:nth-of-type(2) {
		width: 15%;
		padding: 0 0rem 1.3rem 0;
		text-align: center;
	}

	.table-media td:nth-of-type(2) {
		width: 20%;
		padding: 0 0rem 1.3rem 0;
		text-align: center;		
	}
	.table-topics td:nth-of-type(1) {
		width: 85%;
		padding: 0 1.3rem 1.3rem 0;
	}
	.table-media td:nth-of-type(1) {
		width: 80%;
		padding: 0 1.3rem 1.3rem 0;		
	}
	.table-library th {
		width: 85%;
		padding: 1.3rem 1.3rem 1.3rem 0rem;
	}
	.table-library td {
		width: 15%;
		padding: 1.3rem 0;
		text-align: center;		
	}
	.table-release td:nth-of-type(2) span,
	.table-topics td:nth-of-type(2) span,
	.table-media td:nth-of-type(2) span,
	.table-library td span {
		padding: 0rem 0.3rem;
	}
	.table-release td:nth-of-type(1) {
		width: 85%;
		padding: 0 1.3rem 1.3rem 0;

	}
	.list-ir-release {
		padding: 2rem;
	}
	.list-ir-release .simplebutton {
		min-height: 35px;
	}
	.list-ir-release.list-ir-library .simplebutton {
		min-height: 45px;
	}
	.table-officer th,.table-officer td{
		display: block;
		width: 100% !important;
		padding: 0rem;
	}
	.table-officer td {
		padding-bottom: 1.3rem;
	}
	.table-officer tr:last-of-type td {
		padding: 0;
	}
	.table-overview th {
		width: calc(100%/3);
	}
	.table-tenpo th:nth-of-type(1) {
		width: 29%;
	}
	.table-tenpo th:nth-of-type(2) {
		width: calc(100%/3);
	}
	.title-business span:nth-of-type(1) {
		width: auto;
		height: 5rem;
	}
	.title-business span:nth-of-type(2) {
		font-size: 1.5rem;
		margin: 0 0 0 1.3rem;
	}
	.etc-box {
		 width: 90%;
	}
	.etc-text {
		display: none;
	}
	.signboard_title {
		line-height: 3.5rem;
		margin: 3.8rem 0;
	}
	.title-mini {
		font-size: 1.8rem;
	}
	.morebutton,
	.morebutton:after {
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}
	.morebutton:hover {
		margin-top: 0;
		color: #FFFFFF;
		background-color: #010b00;
	}
	.morebutton:hover:after {
		width: 2rem;
		height: 2rem;
	}
	.morebutton:active {
		margin-top: 1rem;
		color: #FFFFFF;
		background-color: #EC6D51;
	}
	.morebutton:active:after {
		width: 2.5rem;
		height: 2.5rem;
	}
	.sitemap-list-lead,.sitemap-list {
		width: 46%;
		margin: 0 0 5rem 0;
	}
}

/* IE10〜11 */
@media screen\0 {
	* {
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}	
	*:before,*:after {
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
	.recruitarticle .simplebutton p {
		line-height: 2.5rem;
	}
	.table-overview,.table-tenpo,.table-kabu,.table-yuutai,.table-yuutai02,.table-memo {
	    border-collapse: separate;
	    border-spacing: 0;
	}
	.table-overview th,
	.table-kabu th,
	.table-yuutai th,
	.table-memo th {
		border-right: none !important;
	}
	.table-overview th,
	.table-kabu th,
	.table-yuutai th,
	.table-memo th,
	.table-overview td,
	.table-kabu td,
	.table-yuutai td,
	.table-memo td {
		border-bottom: none !important;
	}
	.table-overview tr:last-of-type th,
	.table-kabu tr:last-of-type th,
	.table-yuutai tr:last-of-type th,
	.table-memo tr:last-of-type th,
	.table-overview tr:last-of-type td,
	.table-kabu tr:last-of-type td,
	.table-yuutai tr:last-of-type td,
	.table-memo tr:last-of-type td {
		border-bottom: 1px solid #b3b3b3 !important;
	}
	.table-tenpo th,
	.table-yuutai02 th {
		border-bottom: none !important;
	}
	.table-tenpo th,
	.table-yuutai02 th,
	.table-tenpo td,
	.table-yuutai02 td {
		border-left:none;
		border-bottom: none !important;
	}
	.table-tenpo th,
	.table-yuutai02 th,
	.table-tenpo td,
	.table-yuutai02 td {
		border-left:none;
		border-bottom: none !important;
	}
	.table-tenpo th:nth-of-type(1),
	.table-yuutai02 th:nth-of-type(1),
	.table-tenpo td:nth-of-type(1),
	.table-yuutai02 td:nth-of-type(1) {
		border-left: 1px solid #b3b3b3 !important;
	}
}

/* Edge */
@supports (-ms-ime-align: auto) {
	* {
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}	
	*::before,*::after {
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}

}

/* IE10 */
_:-ms-lang(x), .browserupgrade {
	display: block\9 !important;
}

/* IE9 */
@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
	.browserupgrade {
		display: block !important;
	}
}

/* IE8 */
@media \0screen {
	.browserupgrade {
		display: block !important;
	}
}