html {
	font-size: 62.5%;
}

body {
	line-height: 1.4;
	font-size: 1.6rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	color: #333;
}

@media print,
screen and (min-width: 768px) {
	.Main {
		overflow: unset !important;
	}
}

#str-header,
#gnav,
.main {
	max-width: 1283px;
	margin: 0 auto;
}

.pankuzu ol {
	max-width: 1240px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

a:hover {
	color: #b5091f;
	text-decoration: underline;
}

.Footer__guide .footer-pagetop>a {
	background: #b5091f;
}

#str-header {
	margin: 20px auto;
}

.str-header-inner,
.nav-header-01,
.nav-global ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* グロナビ */
.str-header-inner {
	margin-left: 15px;
}

h1 a img {
	width: 193px;
}

.nav-header-01 {
	margin-right: 30px;
}

.nav-header-01 li+li {
	margin-left: 35px;
}

.nav-header-01 a {
	font-size: 1.4rem;
	font-weight: bold;
}

.nav-global ul li {
	position: relative;
}

.nav-global ul li a:hover::before,
.nav-global ul .active::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #00a0e9;
	background: linear-gradient(to right, #00a0e9 0%, #173a9c 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0e9', endColorstr='#173a9c', GradientType=1);
	bottom: 0;
	left: 0;
}

.nav-global ul a:hover {
	text-decoration: none;
}

.nav-global ul li a {
	position: relative;
	padding: 0 15px 15px;
	font-weight: bold;
	height: 59px;
	display: flex;
	align-items: center;
}

.nav-global ul li a:hover {
	color: #173A9C;
}

.print a {
	display: block;
	padding: 10px 15px;
	background: #173A9C;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.nav-global ul {
	margin: 0 20px 5px;
}


/* パンくず */
.pankuzu {
	padding: 7px 20px;
	box-shadow: 0 10px 4px -10px rgba(0, 0, 0, 0.1) inset;
	background: #ECECEC;
	color: #5A5A5A;
	font-size: 1.3rem;
}

.pankuzu ol {
	display: flex;
}

.pankuzu ol li {
	position: relative;
	margin: 0 20px;
}

.pankuzu ol li::before {
	position: absolute;
	content: "/";
	right: -23px;
}

.pankuzu ol li:first-of-type {
	margin-left: 0;
}

.pankuzu ol li:last-of-type:before {
	display: none;
}

/* メインビジュアル */
.mainV {
	border-bottom: 1px solid #D8D8D8;
	background: url(../img/data-section01.png) no-repeat 50% 0;
}

.mainV_inner {
	position: relative;
	width: 1283px;
	height: 272px;
	margin: 0 auto;
}

.mainV_txt {
	position: absolute;
	left: 80px;
	top: 70%;
	margin-top: -100px;
}

.mainV_txt p {
	font-size: 2.8rem;
	font-weight: bold;
}

.mainV_txt p+p {
	margin-top: 10px;
	color: #173A9C;
}

/* メインコンテンツ */
.main {
	padding: 50px 25px 100px;
}

.tab ul {
	display: flex;
	justify-content: space-between;
}

.tab ul li {
	width: 33%;
	border: 1px solid #707070;
}

.tab ul li a {
	display: flex;
	padding: 20px 10px;
	background: #F2F2F2;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.tab ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.tab ul .active {
	border-bottom-color: White;
	background: #fff;
}

.tab ul .active a {
	background: #fff;
}

.tab ul .active a:hover {
	opacity: 1;
}

.contents {
	margin-top: -1px;
	padding: 50px 0;
	border-top: 1px solid #707070;
}

/* フッター */
.str-footer-inner-01 {
	background: #E9E9E9;
}

.footer-inner,
.footer-inner02 {
	max-width: 1283px;
	margin: 0 auto;
}

.str-footer-inner-01 {
	border-bottom: 1px solid #D1D1D1;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	padding: 35px 50px;
}

.nav-footer-list dt {
	margin-bottom: 20px;
}

.nav-footer-list dt:nth-of-type(n+2) {
	margin-top: 30px;
}

.nav-footer-list dd+dd {
	margin-top: 15px;
}

.nav-footer-list a:hover {
	color: #173A9C;
	text-decoration: none;
}

.str-footer-inner-02 {
	background: #fff;
}

.footer-inner02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 50px;
}

.footer-inner02 p {
	color: #173A9C;
	font-weight: bold;
	font-size: 2rem;
}

.footer-inner02 p img {
	width: 150px;
}

.footer-sp,
.sp {
	display: none;
}


@media screen and (max-width: 1210px) {

	.footer-pc,
	.pc {
		display: none;
	}

	.footer-sp,
	.sp {
		display: block;
	}

	.str-header-inner {
		margin-left: 0;
	}

	h1 {
		margin: 10px;
		text-align: center;
	}

	h1 a img {
		width: 110px;
	}

	.contents_s {
		margin-top: 125px;
	}

	#str-header {
		position: fixed;
		width: 100%;
		top: 0;
		margin-top: 0;
		background: #fff;
	}

	.str-header-inner,
	.nav-header-01,
	.nav-global ul {
		display: block;
	}

	/* ハンバーガーメニュー */
	.ham-block {
		position: relative;
		padding: 17px 0 0;
		background: #1065B0;
		color: #fff;
		font-weight: bold;
	}

	.ham-block p {
		padding: 0 17px 17px;
	}

	.hamburger {
		display: block;
		position: absolute;
		z-index: 3;
		top: 6px;
		right: 15px;
		width: 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}

	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 6px;
		background: #fff;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.hamburger span:nth-child(1) {
		top: 10px;
	}

	.hamburger span:nth-child(2) {
		top: 20px;
	}

	.hamburger span:nth-child(3) {
		top: 30px;
	}

	.hamburger.close {
		position: relative;
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 33px;
		background: #1065B0;
	}

	.hamburger.close::before {
		position: absolute;
		content: "";
		top: 13px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-left: 3px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.hamburger.active span:nth-child(1) {
		top: 16px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 16px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* 言語選択 */
	.lang,
	.nav-globalsp ul {
		background: #fff;
		color: #333;
	}

	.lang {
		display: flex;
		align-items: center;
	}

	.lang p {
		width: 50%;
		padding: 0;
	}

	.lang p+p {
		border-left: 1px solid #0D528E;
	}

	.lang p a {
		display: block;
		padding: 15px;
		text-align: center;
		font-weight: normal;
	}

	.lang p.active a {
		color: #173A9C;
	}

	/* ハンバーガーメニュー中身 */
	.nav-globalsp {
		display: none;
		position: fixed;
		width: 100%;
	}

	.nav-globalsp ul li {
		border-top: 1px solid #0D528E;
	}

	.nav-globalsp ul li a {
		display: block;
		position: relative;
		font-size: 1.4rem;
		padding: 15px 17px;
	}

	.toggle_btn {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		background: #0052a4;
		display: block;
		width: 24px;
		height: 24px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		border-radius: 50%;
	}

	.nav-globalsp .selected {
		background: #0D528E;
		color: #fff;
	}

	.nav-globalsp .selected .toggle_btn {
		background: #fff;
	}

	.toggle_btn:before,
	.toggle_btn:after {
		display: block;
		content: '';
		background-color: #fff;
		position: absolute;
		width: 10px;
		height: 2px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.toggle_btn:before {
		width: 2px;
		height: 10px;
	}

	.selected .toggle_btn:before {
		content: normal;
	}

	.selected .toggle_btn:before,
	.selected .toggle_btn:after {
		background-color: #0D528E;
	}

	.nav-globalsp ul .toggle_block {
		display: none;
		padding: 10px 0;
		background: #EAEAEA;
	}

	.nav-globalsp ul .toggle_block li {
		border: 0;
	}

	.nav-globalsp ul .toggle_block a {
		padding: 7px 17px;
		font-weight: normal;
	}


	/* メインビジュアル */
	.mainV {
		border-bottom: 0;
		background: 0;
	}

	.mainV_txt {
		position: inherit;
		left: auto;
		top: auto;
		margin: 0 5% 20px;
	}

	.mainV_txt p {
		font-size: 1.6rem;
	}

	.mainV_txt p+p {
		margin-top: 5px;
		font-size: 2rem;
	}

	/* メインコンテンツ */
	.main {
		padding: 12% 6% 15%;
	}

	/* フッター */
	.footer-list ul {
		background: #2D2D2D;
	}

	.footer-list ul li+li {
		border-top: 1px solid #fff;
	}

	.footer-list ul li a,
	.footer-list ul li:last-of-type {
		display: block;
		padding: 15px 17px;
		color: #fff;
	}

	.footer-list ul li:last-of-type {
		font-size: 1.1rem;
	}
}

.Main__title {
	margin: 0 0 5em;
	min-height: calc(100vw * 0.204);
	position: relative;
	width: 100vw;
}

.Main__title.--environment {
	background: url(/company/sustainability/img/ca_e_02.jpg) center 0 no-repeat #b6d55d;
	background-size: cover;
}

.Main__title.--social {
	background: url(/company/sustainability/img/ca_s_02.jpg) center 0 no-repeat #848e9a;
	background-size: cover;
}

.Main__title.--governance {
	background: url(/company/sustainability/img/ca_g_02.jpg) center 0 no-repeat #72c2d6;
	background-size: cover;
}

.Main__title.--other {
	background: url(/company/sustainability/img/ca_o_02.jpg) center 0 no-repeat #fdd34e;
	background-size: cover;
}

.Main__title::before {
	background: url(/company/sustainability/img/ca_df.png) center 0 no-repeat;
	background-size: cover;
	content: '';
	min-height: calc(100vw * 0.267);
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
}

.Main__title__inner {
	margin: 0 auto;
	min-height: calc(100vw * 0.204);
	max-width: 1240px;
	position: relative;
}

.Main__title__text {
	color: #fff;
	font-size: 4.8rem;
	font-weight: bold;
	margin: 0 auto;
	position: absolute;
	top: calc(96.4% / 2);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-shadow: 0 0 9px #595959;
}

@media screen and (max-width: 1560px) {
	.Main__title__text {
		font-size: 4.0rem;
	}
}

@media screen and (max-width: 1210px) {
	.Main__title__text {
		padding: 0 20px;
		text-align: unset;
	}
}

@media screen and (max-width: 768px) {
	.Main__title {
		margin: 0 0 2em;
		min-height: calc(100vw * 0.4);
		position: relative;
		width: 100vw;
	}

	.Main__title::before {
		background-size: contain;
		top: 49%;
	}

	.Main__title__inner {
		min-height: calc(100vw * 0.4);
		max-width: 100%;
	}

	.Main__title__text {
		font-size: 3.4rem;
	}
}

.heading1 {
	text-align: center;
	text-shadow: 0 0 9px #595959;
	width: unset !important;
}

.heading1.others {
	background: url(/company/sustainability/img/ca_o.png) right no-repeat, #fdd34e;
}

.heading1.environment {
	background: url(/company/sustainability/img/ca_e.png) right no-repeat, #b6d55d;
}

.heading1.social {
	background: url(/company/sustainability/img/ca_s.png) right no-repeat, #848e9a;
}

.heading1.governance {
	background: url(/company/sustainability/img/ca_g.png) right no-repeat, #72c2d6;
}

.heading2__title {
	margin-top: 35px;
	padding: 15px 0 15px 5px;
	border-bottom: 2px solid #b5091f;
	font-size: 2.4rem;
	color: #b5091f;
}

.heading3__inner {
	background: #b5091f;
}

.heading3__title {
	margin-top: -20px;
	padding-top: 20px;
}

h2.heading3__title {
	color: #fff;
}

/* html:lang(en) .heading3 .heading3__title{
    color: #fff;
} */
.heading4__title {
	margin-top: 35px;
	padding: 10px 0 10px 5px;
	border-bottom: 2px solid #333;
	font-size: 1.8rem;
	color: #333;
}

.heading5__title {
	margin-top: 30px;
	padding-left: 16px;
	border-left: 2px solid #b5091f;
	font-size: 1.6rem;
}

.heading6__title {
	display: inline-block;
	margin-top: 25px;
	padding: 4px 16px 3px;
	background: #f3f4f5;
	font-weight: bold;
}

.midashi {
	margin-top: 20px;
	font-weight: bold;
	color: #666;
}

.midashi-s {
	display: inline-block;
	position: relative;
}

.midashi-s::after {
	border-bottom: 1px dashed #333;
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: calc(100% + 30px);
}

.box01 .midashi-s:first-child {
	margin-top: 0;
}

.list-wrap {
	margin: 1em 0 0;
}

.unorder-list[data-col-pc]>li {
	margin-top: 1.5em;
}

.text,
.text--center {
	margin-top: 20px;
}

.b-text {
	display: block;
	font-size: 2rem;
	font-weight: bold;
}

.list {
	padding-left: 2rem;
	list-style: inherit;
	list-style-type: disc;
	text-align: left;
}

.list-circle {
	padding-left: 2rem;
	list-style: inherit;
	list-style-type: circle;
	text-align: left;
}

.list li+li,
.list-circle li+li,
.list-num li+li {
	margin-top: 1em;
}

.list-num {
	padding-left: 3rem;
	list-style: inherit;
	list-style-type: auto;
	text-align: left;
}

.list-table {
	list-style: none;
	padding: 0;
}

.list-table .list-table__item {
	display: table;
}

.list-table .list-table__icon {
	display: table-cell;
	padding: 0 10px 0 0;
}

.csr_pankuzu__inner {
	background-color: #6d6d6d;
	height: 32px;
	line-height: 32px;
	text-align: left;
}

.csr_nav__inner {
	margin: 0 auto;
	padding: 15px 0;
	background: #fff;
	box-shadow: inset 0 -2px 3px rgb(0 0 0 / 6%);

}

.csr_pankuzu,
.csr_nav {
	width: 1240px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-shadow: 0px 0px;
	color: #fff;
	list-style-type: none;
}

.csr_pankuzu a {
	color: #fff;
}

.csr_nav a {
	font-size: 1.5rem;
}

.csr_pankuzu li+li {
	position: relative;
	padding-left: 25px;
}

.csr_nav li {
	position: relative;
	margin: 5px 0;
	padding-right: 50px;
}

.csr_pankuzu li+li::before {
	position: absolute;
	content: "＞";
	left: 7px;
	top: 0;
}

.csr_nav li::before {
	position: absolute;
	content: "";
	height: 19px;
	width: 1px;
	right: 23px;
	top: 0;
	background: #cccccc;
}

.csr_nav li:last-of-type::before {
	display: none;
}

/* .csr_sidenav{
    border-top: 1px solid #b5091f;
} */
.sidenav-inner {
	border-top: 1px solid #b5091f;
	height: 60vh;
	overflow: auto;
	position: sticky;
}

.sidenav-inner::-webkit-scrollbar {
	width: 10px;
}

.sidenav-inner::-webkit-scrollbar-track {
	background: #e5e5e5;
}

.sidenav-inner::-webkit-scrollbar-thumb {
	background: #848e9a;
}

.sidenav-content {
	margin: 0;
	padding: 0;
}

.sidenav-content>li {
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
}

.esg-side dd {
	border-top: 1px solid #e5e5e5;
}

.sidenav-content li a {
	display: block;
	padding: 17px 10px;
}

.sidenav-content .toggle a {
	padding: 17px 10px;
	display: inline-block;
}

.esg-side,
.esg-side dd {
	margin: 0;
}

.esg-side dd {
	display: none;
}

.esg-side dd.open {
	display: block;
}

.sidenav-content .toggle {
	position: relative;
}

.sidenav-content .toggle::after {
	border-right: solid 1px #b5091f;
	border-top: solid 1px #b5091f;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 10px;
}

.sidenav-content .toggle.active::after {
	top: 45%;
	transform: rotate(-45deg);
}

.sidenav-content p {
	margin: 0;
}

.top-side a {
	font-weight: bold;
}

.esg-side ul {
	margin: 10px 0 10px 15px;
	padding: 0;
	list-style-type: none;
}

.esg-side ul li a {
	position: relative;
	padding: 8px 10px 8px 15px;
	line-height: 1.2;
}

.esg-side ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 4px solid transparent;
	border-left: 6px solid #cccccc;
}

.esg-side ul li a.active::before {
	border-left: 6px solid #b5091f;
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl50 {
	padding-left: 30px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.bl0 {
	border-left: none !important;
}

.br0 {
	border-right: none !important;
}

.fs85 {
	font-size: 85% !important;
}

.fs70 {
	font-size: 70% !important;
}

.door__inner {
	padding: 0;
	list-style-type: none;
}

.door__inner>li {
	border: 2px solid #f6f6f6;
}

.door__inner p {
	margin: 0 0 25px;
}

.door__inner p a {
	display: block;
	padding: 15px 10px 15px 20px;
	border-bottom: 1px solid #b5091f;
	background: #f6f6f6;
}

.door_nav {
	margin: 0 10px 15px 25px;
}

.door__inner .door_nav>li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 15px;
}

.box01 {
	margin: 20px 0;
	padding: 20px;
	border: 1px solid #666;
}

.box01 .box-heading1__title {
	color: #008fb8;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
}

.box01 .box-heading2__title {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 0 20px;
	position: relative;
}

.box01 .box-heading1__title+.box-heading2__title {
	margin: 20px 0 0;
}

.box01 .box-heading2__title::before {
	border-style: solid;
	border-color: transparent;
	border-width: 0.375em 0.64952em;
	border-left-color: #008fb8;
	border-right: 0;
	content: '';
	display: inline-block;
	height: 0;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
}

.box01 .box-text {
	margin: 5px 0 0;
}

.box01 .box-heading2__title+.box-text {
	margin: 5px 0 0;
	padding: 0 0 0 20px;
}

.box01 .box-text+.box-heading1__title {
	margin: 40px 0 0;
}

.box01 .box-text+.box-heading2__title {
	margin: 20px 0 0;
}

.box01 .list li+li {
	margin: 5px 0 0;
}

.box01 .box-heading1__title+.media {
	margin: 5px 0 0;
}

.box01 .media+.box-heading1__title {
	margin: 40px 0 0;
}

a.link {
	text-decoration: underline;
}

a.link:hover {
	text-decoration: none;
}

.door__inner .door_nav li {
	display: block;
}

.nav-others {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.nav-others p {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	padding: 15px 10px 0 20px;
	color: #b5091f;
}

.nav-others .bnr {
	margin: 0 10px 15px 25px;
	padding: 0;
}

.nav-others .bnr a {
	display: inline-block;
	padding: 0;
	border-bottom: 0;
	background: 0;
}

.media__title {
	color: #008fb8;
	font-size: 20px;
	font-weight: bold;
}

.media__text {
	margin-top: 10px;
}

.media[data-media-wraparound=false] {
	align-items: center;
}

.media.report[data-media-wraparound=false] {
	align-items: flex-start;
}

.comparison_table a {
	text-decoration: underline;
}

.comparison_table a:hover {
	text-decoration: none;
}

.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.arrow {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #333;
	margin-top: 9px;
}

.arrow:before {
	content: '';
	position: absolute;
	display: inline-block;
	top: -7px;
	left: -8px;
	border: 8px solid transparent;
	border-right: 8px solid #333;
}

.arrow:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: -7px;
	right: -8px;
	border: 8px solid transparent;
	border-left: 8px solid #333;
}

.box .policy_box,
.box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 20px;
	padding: 0;
}

.box_inner {
	flex-wrap: nowrap;
	align-items: center;
}

.box .policy_box li {
	width: 49%;
	margin-top: 10px;
	text-align: center;
}

.box .policy_box li:first-of-type {
	width: 100%;
}

.box .policy_box li a {
	display: block;
	padding: 10px 0;
	background: #f3f3f3;
}

.box .policy_box li a.link-list__type--feature {
	color: #fff;
	font-weight: bold;
	background: #b5091f;
}

.zaimu {
	width: 50px;
}

.hizaimu {
	width: 70px;
	text-align: right;
}

.table.community [class*=__cell] {
	padding: 0.6em 8px;
}

.mediatop[data-media-wraparound=false] {
	align-items: baseline;
}

.note-order-list-v2>li {
	padding-left: 1.8em;
}

.note-order-list-v3 {
	margin: 2em 0 0;
	padding: 0;
}

.note-order-list-v3>li {
	display: table;
	padding-left: 0;
}

@media print,
screen and (min-width: 768px) {
	.note-order-list-v3>li {
		font-size: 1.4rem;
	}
}

@media print,
screen and (max-width: 767px) {
	.note-order-list-v3>li {
		font-size: 1.2rem;
	}
}

.note-order-list-v3__mark {
	display: table-cell;
	padding-right: 1em;
	position: unset;
}

.kanren {
	display: flex;
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}

.kanren li+li {
	margin-left: 20px;
}

.kanren li img {
	width: 190px;
}

.kanren li a:hover {
	opacity: .7;
}

.gri_table tr:nth-of-type(2n) td {
	background: #fbfbfb;
}

.gri_table tr:nth-of-type(2n) td.bg0 {
	background: 0;
}

.en-hyphens th,
.en-hyphens td {
	hyphens: auto;
}

@media only screen and (max-width: 767.98px) {
	.table__body {
		overflow: auto;
	}

	.table__matrix {
		width: auto;
	}

	.csr_sidenav {
		display: none;
	}

	.csr_nav__inner {
		padding-bottom: 0;
	}

	.csr_nav {
		width: auto;
		flex-wrap: wrap;
		margin: 0 15px;
	}

	.csr_nav li {
		margin-bottom: 10px;
	}

	.box .policy_box li {
		width: 100%;
	}
}

@media print,
screen and (min-width: 768px) {
	.unorder-list>li:before {
		top: 0.25em;
		width: 10px;
		height: 10px;
	}

	.Main__body[data-sidebar=true] {
		display: flex;
		max-width: 1240px;
		margin: 0 auto;
		position: relative;
	}

	.Main__body[data-sidebar=true] .Main__content {
		width: calc(100% - 270px);
		margin: 0;
		padding: 35px 0 6em;
	}

	.csr_sidenav {
		width: 240px;
		margin-left: auto;
		margin-top: 35px;
		margin-bottom: 35px;
		padding-right: 0;
	}

	.table__matrix>caption {
		margin: -25px 0 0.8em;
	}

	.note-order-list-v2[data-col-pc]>li {
		margin-top: 0;
	}

}

/* .icon__check--none {
    padding: 0 1.5em 0 0;
} */

.icon__check--red {
	padding: 0;
	/* padding: 0 1.5em 0 0; */
	position: relative;
}

.icon__check--red::after {
	background: url(/company/sustainability/img/icon_check_red.svg) 0 0 no-repeat;
	content: "";
	display: none;
	height: 1em;
	margin: auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1em;
}

.icon__check--red--left {
	padding: 0 0 0 20px;
	position: relative;
}

.icon__check--red--left::before {
	background: url(/company/sustainability/img/icon_check_red.svg) 0 0 no-repeat;
	content: "";
	height: 1em;
	margin: auto 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1em;
}

.icon__check--blue {
	padding: 0;
	/* padding: 0 1.5em 0 0; */
	position: relative;
}

.icon__check--blue::after {
	background: url(/company/sustainability/img/icon_check_blue.svg) 0 0 no-repeat;
	content: "";
	display: none;
	height: 1em;
	margin: auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1em;
}

.icon__check--blue--left {
	padding: 0 0 0 20px;
	position: relative;
}

.icon__check--blue--left::before {
	background: url(/company/sustainability/img/icon_check_blue.svg) 0 0 no-repeat;
	content: "";
	height: 1em;
	margin: auto 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1em;
}

.icon__check---esg {
	height: 1em;
	width: 1em;
}

.list-wrap+.list-wrap--2 {
	margin: 3em 0 0;
}

.link-list li>.link-list {
	margin: 1em 0 0;
	padding: 0 0 0 20px;
}

.table.--narrow [class*=__cell] {
	padding: 0.3em 5px;
}

.list--roman {
	list-style-type: upper-roman;
}

.list--roman li+li {
	margin: 5px 0 0;
}

.number-indent {
	display: table;
}

.number-indent .number-indent__item {
	display: table-cell;
}

.table__index--blue {
	color: #008fb8;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
}

.table__index--blue+.list {
	margin: 5px 0 0;
}

.print-only {
	display: none;
}

.--vertical-writing {
	writing-mode: vertical-rl;
}

.table__matrix.--narrow th,
.table__matrix.--narrow td {
	padding: 5px;
}

.table__matrix.--layout-fixed {
	table-layout: fixed;
}

.--score-high {
	background-color: #002664 !important;
}

.--score-middle {
	background-color: #008FB8 !important;
}

.--score-low {
	background-color: #72C2D6 !important;
}

.note-order-list-v2>li:has(.score-list) {
	padding-left: 0;
}

.score-list {
	display: flex;
	list-style: none;
	padding: 0;
}

.score-list li {
	padding: 0 0 0 1.5em;
	position: relative;
}

.score-list li+li {
	margin: 0 0 0 3em;
}

.score-list li::before {
	content: '';
	height: 1.2em;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1.2em;
}

.score-list .score-list--high::before {
	background-color: #002664;
}

.score-list .score-list--middle::before {
	background-color: #008FB8;
}

.score-list .score-list--low::before {
	background-color: #72C2D6;
}

.list-sdgs-icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* .icon-sdgs:nth-child(2n) {
    margin-left: 10px;
}

.icon-sdgs:nth-child(n + 3) {
    margin-top: 10px;
} */

@media only screen and (max-width: 767.98px) {
	.icon-sdgs:nth-child(2n) {
		margin-left: unset;
	}

	.icon-sdgs:nth-child(n + 3) {
		margin-top: unset;
	}

	.icon-sdgs:nth-child(n + 2) {
		margin-top: 5px;
	}
}

.--align-middle {
	align-self: center;
}

.--inner--center {
	display: flex;
	justify-content: center;
}

/* サイドナビ固定 */
/*.csr_sidenav.is-fixed02 {
    position: fixed;
    transition: transform 0s ease 0s;
    box-sizing: border-box;
    top: 160px;
    transform: translateY(0px);
}*/

.respect_for_employees-media__head> :first-child,
.respect_for_employees-media__head>[class^=list-wrap]> :first-child,
.respect_for_employees-media__head>section:first-child> :first-child,
.respect_for_employees-media__body> :first-child,
.respect_for_employees-media__body>[class^=list-wrap]> :first-child,
.respect_for_employees-media__body>section:first-child> :first-child {
	margin-top: 0 !important;
}

.respect_for_employees-media__media__image {
	margin: 0;
}

@media print,
screen and (min-width: 768px) {
	.respect_for_employees-media {
		display: flex;
		flex-flow: row nowrap;
		max-width: 760px;
		margin: 2em auto 0;
	}

	.respect_for_employees-media__head {
		flex-shrink: 0;
		margin-right: 36px;
	}

	.respect_for_employees-media__body {
		flex: 1;
	}
}

@media only screen and (max-width: 767.98px) {
	.respect_for_employees-media {
		margin: 2.0em 0 0;
	}

	.respect_for_employees-media__body {
		margin-top: .8em;
	}

	.respect_for_employees-media__media__frame {
		text-align: center;
	}
}

.img-grid-1-2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 36px;
	grid-template-areas:
		"itemA itemC itemD"
		"itemB itemE itemE";
}

.img-grid-2-1 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 36px;
	grid-template-areas:
		"itemA itemC itemD"
		"itemB itemB itemE";
}

.grid-item-a {
	grid-area: itemA;
}

.grid-item-b {
	grid-area: itemB;
}

.grid-item-c {
	grid-area: itemC;
}

.grid-item-d {
	grid-area: itemD;
}

.grid-item-e {
	grid-area: itemE;
}

@media only screen and (max-width: 767.98px) {
	.img-grid-1-2 {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		grid-template-areas:
			"itemA"
			"itemB"
			"itemC"
			"itemD"
			"itemE";
		text-align: center;
	}

	.img-grid-1-2 .grid-item-c {
		margin: 30px 0 0;
	}

	.img-grid-2-1 {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		grid-template-areas:
			"itemA"
			"itemC"
			"itemB"
			"itemD"
			"itemE";
		text-align: center;
	}

	.img-grid-2-1 .grid-item-d {
		margin: 30px 0 0;
	}
}

.--border_b--double {
	border-bottom: 4px double #ddd !important;
}