/****************************
  header
****************************/

div.inner {
	background-color: rgba(7, 42, 137, .8);
}

a#logo {
/* 	top:  42px; */
	top:  47px;
}

#nav-toggle {
/* 	top: 54px; */
	top: 59px;
}

/****************************
  common
****************************/

article.contents {
	margin:  0;
	padding: 136px 0 0px;
}

@media (min-width: 730px) {
	.container.profile {
		width: 700px;
		padding-right: 0;
		padding-left:  0;
	}
}
@media (min-width: 790px) {
	.container.recruit, 
	.container.news, 
	.container.contact {
		width: 760px;
		padding-right: 0;
		padding-left:  0;
	}
}
@media (min-width: 790px) {
	.container.privacypolicy {
		width: 760px;
		padding: 60px 0 20px;
	}
}

h1.h1_contents1 {
	margin:  0;
	padding: 0;
	text-align: center;
	font-family: Raleway, arial, sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 1;
}

h2.h2_contents1 {
	margin:  0;
	padding: 10px 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}

h3.h3_contents {
	margin:  0;
	padding: 0;
	text-align: center;
	color: #555;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.3;
}

h4.h4_contents {
	margin:  0;
	padding: 0;
	text-align: center;
	color: #444;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.3;
}
h4.h4_contents.pt {
	padding-top: 30px;
}
h4.h4_contents span {
	font-size: 60%;
}

p.p_contents {
	margin:  0;
	padding: .5em 0 0;
	text-align: center;
	color: #666;
	font-size: 1.1em;
	line-height: 1.4;
}

ul.ul_contents {
	margin:  0;
	padding: 1em 0 0;
}
ul.ul_contents.pt {
	padding-top: 2em;
}
ul.ul_contents li {
	margin:  0;
	padding: .5em 0 0;
	text-align: center;
	color: #666;
	font-size: 1.1em;
	line-height: 1.3;
}

#article_products {
	padding: 50px 0;
}
#article_news {
	padding: 50px 0;
}

.bg_white {
	padding: 60px 0;
	background-color: #fff;
}
.bg_gray {
	padding: 60px 0;
	background-color: #f3f3f3;
}

.bg_white.mt, 
.bg_gray.mt {
	margin-top: 60px;
}

/****************************
  pagination
****************************/

.pagination {
	clear: both;
	width: 100%;
	margin:  0 auto;
	padding: 2em 0;
	text-align: center;
}
.pagination a, 
.pagination span {
	display: inline-block;
	width:  2em;
	height: 2em;
	line-height: 2;
	margin:  0 .2em;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
.pagination a:link, 
.pagination a:visited {
	background-color: #f6f6f6;
	color: #777;
}
.pagination a:hover, 
.pagination a:active, 
.pagination span {
	background-color: #0a4f94;
	color: #fff;
}

.pagination span.disabled {
	background-color: #f6f6f6;
	color: #aaa;
}

.icon_angle {
	font-size: 1.3em;
}

/****************************
  news
****************************/

.container.news {
	padding-bottom: 30px;
}

ul.ul_news_nav {
	margin:  0;
	padding: 10px 0 0;
	text-align: center;
}
ul.ul_news_nav > li {
	display: inline-block;
	margin: 0;
	padding: .3em;
}
ul.ul_news_nav > li > a {
	display: block;
	margin: 0;
	padding: 5px 5px;
	border: none;
	background-color: #999;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
	appearance: none;
	user-select: none;
}
ul.ul_news_nav > li > a.active {
	background-color: rgba(7, 42, 137, 1);
}
ul.ul_news_nav > li > a:hover {
	background-color: rgba(7, 42, 137, 1);
	text-decoration: none;
}

dl.dl_news {
	width: 100%;
	display: table;
	margin:  2em auto 1em;
	padding: 0;
	text-align: center;
}
dl.dl_news > dt, 
dl.dl_news > dd {
	display: table-cell;
	margin: 0;
	vertical-align: top;
}
dl.dl_news > dt {
	width: 10%;
	padding: 3px 0 0;
	text-align: right;
	color: #000;
	font-family: arial, sans-serif;
	font-size: .9em;
	font-size: 1.1em;
}
dl.dl_news > dd {
	padding: 0 0 0 3em;
	text-align: left;
	line-height: 1;
}

dl.dl_news > dt b {
	display: inline-block;
	margin: .3em 0 0;
	padding: 0 4px;
	border: none;
	background-color: #f00;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

h2.h2_news {
	margin:  0;
	padding: 0;
	color: #000;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.2;
}

p.p_news {
	margin:  0;
	padding: 1em 0 0;
	font-size: 1.1em;
	line-height: 1.7;
}
p.p_news a:link, 
p.p_news a:visited {
	text-decoration: underline;
	color: #333;
}
p.p_news a:hover, 
p.p_news a:active {
	text-decoration: underline;
	color: #666;
}

/****************************
  access
****************************/

#access_map iframe {
	width: 100%;
	height: 500px;
	margin:  0;
	padding: 0;
	vertical-align: bottom;
}

/****************************
  privacypolicy
****************************/

dl.dl_privacypolicy {
	margin:  0;
	padding: 0;
}

dl.dl_privacypolicy dt {
	margin:  0;
	padding: 0 0 1em;
	font-weight: bold;
}
dl.dl_privacypolicy dd {
	margin:  0;
	padding: 0 0 3em;
	line-height: 1.7;
}

ul.ul_privacypolicy {
	margin:  0;
	padding: 0 0 .5em 1.5em;
	list-style-type: decimal;
}
ul.ul_privacypolicy.disc {
	list-style-type: disc;
}

ul.ul_privacypolicy li {
	margin:  0;
	padding: .2em 0;
	line-height: 1.3;
}

dl.dl_privacypolicy dd a, 
ul.ul_privacypolicy li a {
	text-decoration: underline;
}

/****************************
  profile
****************************/

dl.dl_profile {
	width: 100%;
	margin:  0 auto;
	padding: 0;
	border-top: 1px solid #ccc;
	background-color: #fff;
}
dl.dl_profile.even {
	background-color: #f3f3f3;
}
dl.dl_profile.border_none {
	border-top: none;
}

dl.dl_profile > dt, 
dl.dl_profile > dd {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	color: #666;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5;
}
dl.dl_profile > dt {
	min-width: 9.5em;
	padding: 0.5em 1em 0.5em 0;
	text-align: right;
	letter-spacing: 0;
}
dl.dl_profile > dd {
	padding: .5em 0 .5em 1em;
	border-left: 1px #ccc solid;
	text-align: justify;
}
dl.dl_profile > dd span {
	padding-left: 1em;
}

@media (max-width: 650px) {
	dl.dl_profile {
		width: initial;
		border: none;
		background-color: transparent;
	}
	dl.dl_profile.even {
		background-color: transparent;
	}
	dl.dl_profile > dt, 
	dl.dl_profile > dd {
		display: block;
		width: initial;
		border: none;
	}
	dl.dl_profile > dt {
		padding: 2em 0 0;
		text-align: left;
		font-weight: bold;
	}
	dl.dl_profile > dd {
		padding: 0.5em 0 0;
	}
	dl.dl_profile > dd span {
		display: block;
		padding-top:  0.2em;
		padding-left: 0;
	}
}

/****************************
  products
****************************/

.visual_top {
	overflow: hidden;
	width: 100vw;
	height: 500px;
	margin:  0;
	padding: 0;
	background-image: url(../../files/contents/products10.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.visual_top > div {
	position: absolute;
	top: 210px;
	left: 0px;
	width: 100%;
	text-align: center;
}

h1.h1_contents1.products {
	font-weight: bold;
	font-size: 50px;
	color: #fff;
}

h2.h2_contents1.products {
	font-weight: normal;
	color: #fff;
}

.wrapper_products_summary {
	position: relative;
	z-index: 300;
	width: 100%;
	margin: -70px auto 20px;
	padding: 60px 80px 80px;
	background-color: #fff;
	box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.2);
}

h3.h3_products_summary {
	margin:  0;
	padding: 0;
	text-align: center;
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.5;
	color: #000;
}

p.p_products_summary {
	margin:  0;
	padding: 1.5em 0 0;
	text-align: center;
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 2;
	color: #444;
}

dl.dl_products_body {
	display: table;
	width: 100%;
	height: 300px;
	margin:  0 0 60px;
	padding: 0;
}
dl.dl_products_body.package {
	background-image: url(../../files/contents/products20.png);
	background-repeat: no-repeat;
	background-position: center 60%;
	background-size: cover;
}
dl.dl_products_body.electrical {
	background-image: url(../../files/contents/products30.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

dl.dl_products_body > dt {
	display: table-cell;
	width: 300px;
	margin:  0;
	padding: 0 0 0 2em;
	background-color: rgba(7, 42, 137, .9);
	vertical-align: middle;
	text-align: left;
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', serif;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
}

dl.dl_products_body > dt > span {
	display: block;
	margin:  0;
	padding: 1.5em 0 0;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

dl.dl_products_body > dd {
	display: table-cell;
	margin:  0;
	padding: 0 50px 0 50px;
	vertical-align: middle;
	text-align: right;
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', serif;
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
}

h5.h5_products_body {
	margin:  0;
	padding: 0 0 0;
	text-align: justify;
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.5;
}

h4.h4_products_body {
	margin:  0;
	padding: 2em 0 0.7em;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}

p.p_products_body {
	margin:  0;
	padding: 1em 0 0;
	text-align: justify;
	font-size: 16px;
	line-height: 2;
}
p.p_products_body.first {
	padding: 0;
}

.figure_products {
	width: 100%;
	margin:  0;
	padding: 0;
	padding: 80px 0 0;
}
.figure_products > img {
	max-width: 100%;
	height: inherit;
	vertical-align: bottom;
}

/****************************
  quality
****************************/

.visual_top.quality {
	background-image: url(../../files/contents/quality10.jpg);
	background-position: center center;
}

.wrapper_products_summary.quality {
	margin-bottom: 60px;
}

h3.h3_quality_summary {
	margin:  0;
	padding: 0;
	text-align: center;
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 1.5;
	color: #000;
}

h4.h4_quality_body {
	margin:  0.7em 0 0;
	padding: 0;
	text-align: center;
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', arial, serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.2;
	color: #243a94;
}

h5.h5_quality_body {
	margin:  0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.5;
}

p.p_quality_body {
	margin:  0;
	padding: 1.5em 0 0;
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
}

p.p_quality_body.small {
	padding: 1em 0 0;
	font-size: 15px;
	line-height: 1.5;
}

dl.dl_quality_body {
	margin:  50px 0 0;
	padding: 50px 0 0;
	border-top: 1px solid #ccc;
}
dl.dl_quality_body.first {
	margin:  0;
	padding: 0px 0 0;
	border-top: none;
}
dl.dl_quality_body > dt {
	margin:  0;
	padding: 0 0 1em;
	text-align: left;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.3;
	color: #06c;
	color: #243a94;
}
dl.dl_quality_body > dd {
	margin:  0;
	padding: 0 0 0.5em;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.3;
}

ul.ul_quality_figure {
	margin:  0;
	padding: 40px 0 0;
}
ul.ul_quality_figure > li {
	display: inline-block;
	margin:  0;
	padding: 0 20px 0 0;
}


.quality_sustainability {
	width: 100%;
	margin: 50px 0 0;
	padding: 50px 0 0;
	border-top: 1px solid #ccc;
}

.quality_sustainability > a > figure {
	float: right;
	width: 300px;
	margin: 0 0 30px 50px;
	padding: 0;
}

.quality_sustainability > a > figure > img {
	width: 100%;
	height: initial;
	vertical-align: bottom;
}

.quality_sustainability > a > h5 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.3;
	color: #243a94;
}

.quality_sustainability > a > p {
	margin: 0;
	padding: 20px 0 0;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	color: #000;
}

.quality_sustainability > a:link,
.quality_sustainability > a:visited, 
.quality_sustainability > a:hover, 
.quality_sustainability > a:active {
	text-decoration: none;
}

/****************************
  recruit
****************************/

.visual_top.recruit {
	background-image: url(../../files/contents/recruit.jpg);
	background-position: 50% 30%;
}
.visual_top.recruit > div {
	top: auto;
	bottom: 130px;
}

h1.h1_contents1.recruit {
	font-weight: bold;
	font-size: 50px;
	color: #fff;
}

h2.h2_contents1.recruit {
	font-weight: normal;
	color: #fff;
}

p.p_summary_recruit {
	margin:  0;
	padding: 0 0 2em;
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.6;
}

table.table_recruit {
	width: 100%;
	margin:  40px 0 0;
	padding: 0;
}
table.table_recruit.first {
	margin: 20px 0 0;
}
table.table_recruit th, 
table.table_recruit td {
	margin: 0;
	border-top: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, arial, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5;
}
table.table_recruit th {
	width: 5em;
	padding: .7em .5em;
	background-color: #f6f6f6;
}
table.table_recruit td {
	padding: .7em 0 .7em .5em;
	background-color: #fff;
}

p.p_recruit {
	margin:  0;
	padding: 2em 0 0;
	line-height: 1.7;
}
p.p_recruit span {
	margin-right: .3em;
	font-size: 1.2em;
}

dl.dl_address {
	clear: both;
	margin:  0;
	padding: 1.5em 0 30px;
}

dl.dl_address dt {
	float: left;
	margin:  0 1em 0 0;
	padding: .1em .4em;
	background-color: #000;
	color: #fff;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.7;
}

dl.dl_address dd {
	float: left;
	margin:  -0.1em 0 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.7;
	color: #000;
}

p.nodata {
	margin:  3em 0;
	padding: 0;
	text-align: center;
	font-size: 1.3em;
}

@media (min-width: 500px) {
	table.table_recruit th {
		width: 8em;
	}
	table.table_recruit th, 
	table.table_recruit td {
		padding-right: 1em;
		padding-left:  1em;
	}
}

/****************************
  recruit nav
****************************/

.wrapper_nav_recruit {
	margin:  0;
	padding: 20px 0 0;
	text-align: center;
}
.wrapper_nav_recruit > a, 
.wrapper_nav_recruit > span {
	display: inline-block;
	margin: 20px 4px 0;
	padding: 5px 5px;
	border: none;
	background-color: rgba(198, 73, 108, 1);
	vertical-align: 4px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	appearance: none;
	user-select: none;
}
.wrapper_nav_recruit > a:hover {
	text-decoration: none;
}
.wrapper_nav_recruit > a.c0 {
	background-color: rgba(198, 73, 108, 1);
}
.wrapper_nav_recruit > a.c0.active, 
.wrapper_nav_recruit > a.c0:hover {
	background-color: rgba(198, 73, 108, 0.7);
}
.wrapper_nav_recruit > a.c1 {
	background-color: rgba(68, 169, 195, 1);
}
.wrapper_nav_recruit > a.c1.active, 
.wrapper_nav_recruit > a.c1:hover {
	background-color: rgba(68, 169, 195, 0.7);
}
.wrapper_nav_recruit > a.c2 {
	background-color: rgba(140, 170, 41, 1);
}
.wrapper_nav_recruit > a.c2.active, 
.wrapper_nav_recruit > a.c2:hover {
	background-color: rgba(140, 170, 41, 0.7);
}
.wrapper_nav_recruit > a.c3 {
	background-color: rgba(240, 171, 34, 1);
}
.wrapper_nav_recruit > a.c3.active, 
.wrapper_nav_recruit > a.c3:hover {
	background-color: rgba(240, 171, 34, 0.7);
}

.wrapper_nav_recruit > a.c4 {
	background-color: rgba(198, 73, 108, 1);
}
.wrapper_nav_recruit > a.c4.active, 
.wrapper_nav_recruit > a.c4:hover {
	background-color: rgba(198, 73, 108, 0.7);
}

.wrapper_nav_recruit > span {
	background-color: rgba(0, 0, 0, 0.25);
	cursor: default;
}

/****************************
  recruit bylaw
****************************/

.wrapper_btn_bylaw_open {
	margin:  0;
	padding: 30px 0 0;
	text-align: right;
}
.wrapper_btn_bylaw_open > a {
	font-size: 14px;
}
.wrapper_btn_bylaw_open > a i.fa {
	padding-right: 3px;
	vertical-align: -2px;
	font-size: 15px;
}

.wrapper_bylaw {
	display: none;
}

.btn_bylaw_closed {
	display: block;
	margin:  0;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1;
	cursor: pointer;
	color: #000;
}
.btn_bylaw_closed:hover {
	color: #666;
}

/****************************
  recruit visit
****************************/

p.visit_p {
	margin: 0;
	padding: 15px  0 0;
	text-align: center;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3;
	color: #666;
}

/****************************
  sustainability
****************************/

.visual_top.sustainability {
	background-image: url(../../files/contents/sustainability/10.jpg);
	background-position: center 70%;
}

.wrapper_products_summary.sustainability {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2.sustainability_summary_h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 1.5;
	color: #243a94;
}

h2.sustainability_summary_h2 > div {
	display: inline;
	padding: 0 0 0 25px;
}

h2.sustainability_summary_h2 > div.first {
	padding: 0;
}

p.sustainability_summary_p {
	margin: 0;
	padding: 1.5em 0 0;
	text-align: left;
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 2;
	color: #000;
}

.sustainability_section {
	padding: 30px 0 60px;
}

.sustainability_signature {
	width: 100%;
	min-height: 100px;
	margin: 0;
	padding: 0 80px;
	background-image: url(../../files/contents/sustainability/20.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px;
}

.sustainability_signature > p {
	margin: 0;
	padding: 15px 0;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
}

h2.sustainability_h2 {
	margin: 0;
	padding: 40px 0 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 1.2;
}

table.sustainability_table {
	border-collapse: separate;
	border-spacing: 20px;
	margin: 50px 0 0;
	padding: 0;
}

table.sustainability_table th {
	margin: 0;
	padding: 0;
	border-radius: 8px;
	background-color: #449cf0;
	vertical-align: top;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 2.2;
	color: #fff;
	white-space: nowrap;
}

table.sustainability_table td {
	height: 158px;
	margin: 0;
	padding: 0;
}

table.sustainability_table td.pictogram {
	width: 237px;
	vertical-align: top;
}

table.sustainability_table td.pictogram > img {
	width: 75px;
	height: initial;
	margin: 0 4px 4px 0;
	padding: 0;
	vertical-align: bottom;
}

table.sustainability_table td.theme {
	padding: 25px 35px;
	border-radius: 8px;
	background-color: #e2e2e2;
	vertical-align: middle;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	white-space: nowrap;
}

table.sustainability_table td.efforts {
	padding: 25px 15px;
	border-radius: 8px;
	background-color: #e2e2e2;
	vertical-align: middle;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4;
}

.sustainability_arrow {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 316px;
	height: 150px;
	margin: 60px auto 0;
	padding: 0 0 0 8px;
	background-image: url(../../files/contents/sustainability/arrow.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 316px 96px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 1;
	color: #449cf0;
	letter-spacing: 0.2em;
}

h3.sustainability_h3 {
	width: 100%;
	margin: 20px auto 0;
	padding: 14px 10px;
	border-radius: 8px;
	background-color: #449cf0;
	vertical-align: top;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	color: #fff;
}

.sustainability_footer {
	width: 100%;
	min-height: 180px;
	margin: 40px 0 0;
	padding: 0 350px 0 0;
	background-image: url(../../files/contents/sustainability/40.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 300px 180px;
	text-align: left;
}

.sustainability_footer h4 {
	margin: 0;
	padding: 20px 0 0;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	color: #000;
}

.sustainability_footer h4 > strong {
	color: #449cf0;
}

.sustainability_footer p {
	margin: 0;
	padding: 20px 0 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.7;
}

.sustainability_footer p > b {
	font-style: normal;
	font-weight: normal;
	color: #449cf0;
}

.sustainability_intern_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 40px 20px 0;
}

.sustainability_intern_wrapper > div {
	width: calc(60% - 50px);
	margin: 0;
	padding: 0;
}

.sustainability_intern_wrapper > figure {
	width: 40%;
	margin: 0;
	padding: 0;
}

.sustainability_intern_wrapper > figure  > img {
	max-width: 100%;
	height: initial;
	vertical-align: bottom;
}

.sustainability_intern_wrapper > div > h4 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	color: #000;
}

.sustainability_intern_wrapper > div > h4 > strong {
	color: #449cf0;
}

.sustainability_intern_wrapper > div > p {
	margin: 0;
	padding: 20px 0 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8;
}
