@charset "utf-8";

@import url("csr_common_sp.css");

body #container,
body #container *{
	font-family: 'Roboto', sans-serif;
}
/* csr_body */

#sp_header_center {
	font-family: 'Roboto', sans-serif;
}

#csr_body a {
	text-decoration: underline;
}

#csr_cnt em {
	font-style: oblique;
}



/* 共通 */
#head_title_s {
	display: none;
}

.csr_ttl_year {
	padding: 12px 0 12px 20px;
}

.report-title img {
	width: auto;
	height: 25px;
	padding: 20px 0 20px 20px;
}

#csr_navi_foot .csr_ttl_year {
	padding: 12px 0 12px 20px;
}

#csr_navi_foot .csr_ttl_year img {
	width: 125px;
	height: 15px;
}

#csr_body .csr_navi, #csr_esg_index .csr_navi, .esg_foot .csr_navi, .qa_navi_foot .csr_navi {
	height: 98px;
	margin-bottom: 20px;
	border-bottom: 1px solid #afafaf;
	box-sizing: border-box;
}

#csr_navi_foot .csr_navi {
	border-bottom: 0;
}

#csr_body .csr_navi .csr_navi_page ul, #csr_esg_index .csr_navi .csr_navi_page ul, .esg_foot .csr_navi .csr_navi_page ul {
	margin: 0 20px;
}

#csr_body .csr_navi .csr_navi_page a, #csr_esg_index .csr_navi .csr_navi_page a, .qa_navi .csr_navi_page a {
	text-decoration: none;
}

#csr_body .csr_navi .csr_navi_page li span, #csr_esg_index .csr_navi .csr_navi_page li span, .qa_navi .csr_navi_page li span {
	display: none;
}

#csr_body .csr_navi .csr_navi_page li.page_prev {
	float: left;
	width: 32%;
}

#csr_body .csr_navi .csr_navi_page li.page_prev a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 6px;
}

#csr_body .csr_navi .csr_navi_page li.page_prev a:after {
	font-weight: bold;
	font-size: 19px;
	content: "<";
}

#csr_body .csr_navi .csr_navi_page li.page_next {
	float: left;
	width: 32%;
}

#csr_body .csr_navi .csr_navi_page li.page_next a{
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 0 10px;
	border: solid 1px #ccc;
	border-radius: 6px;
}

#csr_body .csr_navi .csr_navi_page li.page_next a:after {
	font-weight: bold;
	font-size: 16px;
	content: "＞";
}

#csr_body .csr_navi .csr_navi_page li.page_prev+.page_index {
	margin-left: 2%;
}

#csr_body .csr_navi .csr_navi_page li.page_index, #csr_esg_index .csr_navi .csr_navi_page li.page_index, .esg_foot .csr_navi .csr_navi_page li.page_index, .qa_navi .csr_navi_page li.page_index {
	float: left;
	margin: 0 2% 0 34%;
	width: 32%;
}

#csr_body .csr_navi .csr_navi_page li.page_index a, #csr_esg_index .csr_navi .csr_navi_page li.page_index a, .esg_foot .csr_navi .csr_navi_page li.page_index a, .qa_navi .csr_navi_page li.page_index a {
	font-weight: bold;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
	border: solid 1px #ccc;
	border-radius: 6px;
}

#csr_cnt #ttl_copy p {
	margin-bottom: 10px;
	line-height: 28px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	background-color: #8f8f90;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

#csr_cnt #ttl_copy h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
	color: #464646;
}

/* NAV */
#csr_navi_foot {
	border-top: solid 1px #afafaf;
	margin-top: 30px;
	margin-bottom: 30px;
}
#csr_navi_foot .csr_ttl_year {
	text-align: center;
}

#csr_navi_foot .report-title {
	text-align: center;
}

#csr_navi_foot .report-title img {
	_width: 97px;
	height: 20px;
	padding: 12px 0 10px;
}

#csr_cnt sub {
	font-size: 84%;
}

/* --------------------------------------------------

　トップ

-------------------------------------------------- */

/* regular_contents */
#regular_contents {
	padding: 0 10px;
	margin-bottom: 11px;
}

.regular_btn a {
	display: block;
	padding: 13px 22px 13px 20px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.5px;
	border-radius: 6px;
	background: #666;
	position: relative;
}

#regular_contents .regular_btn a {
	color: #fff;
}

#regular_contents #feat_consumers a {
	background-color: #fd6925;
}

#regular_contents #feat_partners a {
	background-color: #bf8b2e;
}

#regular_contents #feat_employees a {
	background-color: #a21942;
}

#regular_contents #feat_environment a {
	background-color: #56c02b;
}

#regular_contents #feat_community a {
	background-color: #fd9d24;
}

#regular_contents #feat_governance a {
	background-color: #00689d;
}

#regular_contents .regular_btn a:after {
	content: "";
	width: 10px;
	height: 16px;
	margin: auto;
	background: url(../img_sp/target_nav_arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
}

#regular_contents .regular_contents_list {
	display: none;
}

/* menu_area */
#menu_area {
	margin-bottom: 51px;
	border-top: 1px solid #cdcdcd;
}

#menu_area .menu_content a {
	display: block;
	padding: 14px 20px 14px 15px;
	font-size: 14px;
	color: #626262 !important;
	letter-spacing: 1px;
	border-bottom: 1px solid #cdcdcd;
	position: relative;
}

#menu_area .menu_content a:after {
	content: "";
	display: block;
	width: 10px;
	height: 16px;
	margin: auto;
	background: url(../img_sp/nav_sp_arrow_gray.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 11px;
}

#menu_area .menu_notes {
	display: none;
}

.top-icon-pdf {
	padding-left: 41px;
}

.top-icon-pdf:after {
	content: "PDF";
	display: block;
	width: 23px;
	height: 10px;
	padding: 3px 4px 2px;
	margin-right: 9px;
	font-size: 10px;
	color: #fff;
	border-radius: 2px;
	line-height: 10px;
	background: #de0000;
	position: absolute;
	top: 17px;
	left: 15px;
}

#btn_statement .top-icon-pdf {
	padding-left: 0px;
}

#btn_statement .top-icon-pdf:after {
	top: 28px;
	right: 5px;
	left:inherit;
}

.menu_content #btn_statement a {
	padding-right: 48px;
}

.menu_content #btn_statement a:after {
	background-image: none!important;
}

.commingsoon {
	font-size: 14px;
	padding-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

/* --------------------------------------------------

　特集共通

-------------------------------------------------- */
#csr_cnt.feature {
	min-width: 320px;
	color: #231815;
	margin: 0 auto;
}

#csr_cnt.feature .feature_header {
	line-height: 0;
	margin: 0;
	padding-top: 17px;
	text-align: center;
}

#csr_cnt.feature .feature_header img {
	width: 100%;
	height: auto;
}

#csr_cnt.feature .h2 {
	font-weight: bold;
	font-size: 128.57%;
	line-height: 1.55;
	margin-bottom: 3px;
}

.lead-copy_noborder {
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: bold;
	display: block;
}

.lead-text {
	margin-bottom: 32px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}

.br_pc_only {
	display: none;
}

/* --------------------------------------------------

　過去のCSRレポート

-------------------------------------------------- */
#csr_body.archives .csr_navi_wrap .csr_navi {
	height: 54px !important;
}

#csr_body.archives #csr_navi_foot .csr_navi .report-title{
	padding: 0 0 12px 0;
}


#csr_body.archives {
	padding: 24px 0 0;
}

#csr_body.archives h2 {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: bold;
}

#csr_body.archives #csr_navi_foot {
	margin-top: 20px;
	margin-bottom: 20px;
}

#csr_body.archives #csr_navi_foot .csr_navi{
	padding: 12px 0 12px 0;
}


/* --------------------------------------------------

　ESGデータ集

-------------------------------------------------- */
#csr_esg_index .csr_navi_wrap .csr_navi {
	height: 54px !important;
}

.esg_foot .csr_navi .report-title{
	padding: 0 0 12px 0;
}

/* --------------------------------------------------

　Q & A

-------------------------------------------------- */

.qa_navi_wrap {
	margin-top: 24px;
}

.qa_navi_wrap .csr_navi {
	height: 54px !important;
	border-bottom: 1px solid #afafaf;
	box-sizing: border-box;
}

.qa_navi_wrap .csr_navi ul, .qa_navi_foot .csr_navi ul {
	margin: 0 20px;
}

.qa_navi_foot .csr_navi .report-title{
	padding: 0 0 12px 0;
}

/* --------------------------------------------------

　社長メッセージ

-------------------------------------------------- */

.president .lead-title_noborder {
	margin-bottom: 14px;
}

.president #csr_cnt.feature .president_ip_img {
	margin: 20px 0 30px 0;
}

.president #csr_cnt.feature #president_ip .president_ip_img p {
	margin-top: 10px;
	text-align: center;
}

.president #csr_cnt.feature #president_ip .president_ip_img p span {
	font-weight: bold;
	font-size: 20px;
}

.lead-title_noborder {
	font-size: 24px;
	color: #e60516;
	font-weight: bold;
	display: block;
}

.lead-title_noborder br.pc {
	display: none;
}

.president #csr_cnt.feature .message {
	margin-bottom: 40px;
}

.president #csr_cnt.feature .message .message_img {
	margin: 20px 0 20px 0;
}

.president #csr_cnt.feature .message .message_img p {
	margin-top: 10px;
	text-align: center;
}

.president #csr_cnt.feature .message .message_img p span {
	font-weight: bold;
	font-size: 20px;
}

.president #csr_cnt.feature .message .mt_0 {
	margin-top: 0!important;
}


/* --------------------------------------------------

　任天堂のCSR

-------------------------------------------------- */

.creation .lead-text {
	margin-bottom: 15px;
}

.creation .lead-title_noborder {
	margin-bottom: 14px;
}

.creation .csr_section-block {
	padding: 12px 15px 0;
	border: 2px solid #dddddd;
}

table.creation_table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 50px;
}

table.creation_table thead th {
	background-color: #eee;
	color: #e60516;
	text-align: center;
}

table.creation_table .notes {
	font-size: 85%;
	font-weight: normal;
}

table.creation_table th {
	border:1px solid #CCC;
	vertical-align: middle;
	padding:10px 5px 10px 10px;
	line-height: 1.4em;
	text-align: left;
}

table.creation_table tbody th span {
	display: block;
	margin-bottom: 8px;
}


table.creation_table tbody th {
	text-align: center;
}

table.creation_table .consumers th {
	color: #fd6925;
	/*background-color: #fff0e9;*/
}

table.creation_table .partners th {
	color: #bf8b2e;
	/*background-color: #f8f3ea;*/
}

table.creation_table .employees th {
	color: #a21942;
	/*background-color: #f6e8ec;*/
}

table.creation_table .environment th {
	color: #56c02b;
	/*background-color: #eef9e9;*/
}

table.creation_table .community th {
	color: #fd9d24;
	/*background-color: #fff5e9;*/
}

table.creation_table .governance th {
	color: #00689d;
	/*background-color: #e5f0f5;*/
}

table.creation_table th img {
	vertical-align: middle;
	margin:0 10px 10px 0;
}

table.creation_table td{
	border:1px solid #CCC;
	padding:5px 5px 5px 10px;
	line-height: 1.4em;
}

#csr_cnt.feature .example {
	margin-bottom: 30px;
	padding: 20px;
	border:2px solid #CCC;
}


.creation #priority h4 {
	position: relative;
	margin: 15px 0 10px;
}

.creation #priority h4 a {
	color: #231815;
	text-decoration: none;
}

.creation #priority h4 a:after {
	content: " ";
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: 0.5em;
	margin: auto 0;
	box-sizing: border-box;
	border-right: 3px solid #3c3c3c;
	border-bottom: 3px solid #3c3c3c;
	transform: rotate(-45deg);
}

.creation #priority h4 a:hover {
	text-decoration: none;
}

.creation .process .flow {
	padding: 20px;
	background-color: #f3f3f3;
	position: relative;
}

.creation .process .flow:first-child::after, .creation .process .flow:nth-child(2)::after {
	content: " ";
	width:  0px;
	height: 0px;
	text-align: center;
	left: 45%;
	bottom: -30px;
	position: absolute;
	border-top: 18px solid #a3a3a3;
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
}

.creation .process .flow:first-child, .creation .process .flow:nth-child(2) {
	margin-bottom: 40px;
}

.creation .small {
	font-size: 85%;
	line-height: 1.4;
	margin-top: 12px;
}

.creation #csr_cnt.feature ul.list_disc {
	margin-top: 10px;
}

.creation #csr_cnt.feature ul.list_disc li {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	margin: 0 0 5px 0;
	background: url(../report/img/li_ico_gray.jpg) no-repeat 0 0.4em;
}

/* --------------------------------------------------

　社長対談共通

-------------------------------------------------- */

.interview .lead-title_noborder {
	margin-bottom: 14px;
}

.interview #profile {
	background-color: #f0f0f0;
	margin: 3px 0 25px 0;
	width: 100%;
}

.interview #profile:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.interview #profile dl {
	margin: 0;
	line-height: 20px;
	width: 49.7%;
	width: calc(50% - 1px);
}

.interview #profile dl:first-child {
	float: left;
}

.interview #profile dl:last-child {
	float: right;
}

.interview #profile dl:last-child {
	border-left: 2px solid #fff;
}

.interview #profile dl dt {
	padding: 5% 3% 0 6%;
	line-height: 1.7;
	margin-bottom: 8px
}

.interview #profile dl dt span {
	font-weight: bold;
}

.interview #profile dl dd {
	padding: 0 3% 5% 6%;
	margin-left: 0;
	font-size: 85%;
}

.interview dl.dialogue {
	margin: 0 0 20px 0;
}

.interview dl.dialogue.sp_lastchild {
	margin: 0;
}

.interview dl.dialogue:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.interview dl.dialogue dt {
	font-weight: bold;
	float: left;
}

.interview dl.dialogue dd {
	margin: 0;
}

.interview dl.dialogue dt.voice01 {
	color: #00689d;
	width: 3.9em;
}

.interview dl.dialogue dt.voice02 {
	color: #e60012;
	width: 5.3em;
}

.interview dl.notes {
	margin-top: 0;
	font-size: 85%;
}

.interview dl.notes dd {
	padding-left: 1.5em;
	margin-left: 0;
}

.interview .img-area {
	margin-bottom: 20px!important;
}


/* --------------------------------------------------

　レポート共通

-------------------------------------------------- */
#csr_cnt.report .inner{
	margin: 0 20px;
}

#csr_cnt.report .image {
	text-align: center;
}

#csr_cnt.report .icon.pdf {
	display: inline-block;
}

/* contents_title */
#contents_title h2 {
	padding: 20px 10px;
}

#contents_title h2 img {
	display: none;
}

#contents_title .ct1 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
	padding: 0 10px 14px 10px;
	display: block;
}

#contents_title .ct2 {
	color: #fff;
	line-height: 1.4;
	font-size: 16px;
	padding: 0 10px 0 10px;
	display: block;
}

/* contents_nav */
#contents_nav {
	padding: 5px;
	margin: 20px 0 30px;
}

#contents_nav .col_row.mgb-sm {
	margin-bottom: 0 !important;
}

#contents_nav .btn-anchor {
	line-height: 1.2;
	display: block;
	margin: 0 0 10px 0;
	padding: 14px 10px 14px 30px;
	border-radius: 4px;
	border: solid 1px #afafaf;
	background: url(../img_sp/navi_arrow_down.png) no-repeat 10px center #fff;
	background-size: 10px 6px;
	text-decoration: none !important;
}

/* section */
#csr_cnt.report .section {
	margin: 0 0 40px 0;
}

/* lead */
#csr_cnt.report .lead {
	margin-bottom: 20px;
	font-weight: bold;
}

#csr_cnt.report .lead a{
	text-decoration: underline;
}

/* h3 */
#csr_cnt.report h3 {
	margin: 0 0 20px 0;
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

#csr_cnt.report h3 img{
	display: none;
}

#csr_cnt.report h3.with_icon {
	position: relative;
}

#csr_cnt.report h3.with_icon .materiality_icon	 {
	display: block;
	position: absolute;
	top: 11px;
	right: 12px;
}


/* h4 */
#csr_cnt.report .section .h4 {
	margin: 15px 0 20px;
	padding: 0 0 7px 0;
	font-size: 18px;
	font-weight: bold;
	border-style: solid;
	border-width: 0 0 1px;
}

/* ul */
#csr_cnt.report .section .ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1em;
}

#csr_cnt.report .section .ul li {
	margin-top: 0.2em;
	display: list-item;
}

#csr_cnt.report .section .ul li:first-child {
	margin-top: 0;
}

/* ol */
#csr_cnt.report .section .ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 1em;
}

#csr_cnt.report .section .ol li {
	margin-top: 0.2em;
	display: list-item;
}

#csr_cnt.report .section .ol li:first-child {
	margin-top: 0;
}

/* example */
#csr_cnt.report .example {
	border-style: solid;
	border-width: 2px;
	padding: 20px;
	margin: 0 0 40px 0;
}

#csr_cnt.report .example h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

#csr_cnt.report .example h4 img {
	display: none;
}

/* case */
#csr_cnt.report .case {
	padding: 15px 20px 20px 20px;
	margin: 20px 0 0 0;
}

#csr_cnt.report .case h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
	line-height: 1.3;
	border: none;
	color: #454545;
}

#csr_cnt.report .case h4 img {
	display: none;
}

/* voice */
#csr_cnt.report .voice {
	margin: 0 0 30px 0;
	padding: 15px 20px;
	border-style: solid;
	border-width: 5px;
}

#csr_cnt.report .voice .voice_title {
	margin-bottom: 10px;
	font-weight: bold;
	color: #666;
}

#csr_cnt.report .voice h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

#csr_cnt.report .voice .image{
	width: 230px;
	text-align: center;
	margin: 0 auto 20px;
}

#csr_cnt.report .voice .first_block {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: dotted 3px #ccc;
}

.employees #csr_cnt #diversity #voice01 .first_text2 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #e89295;
}

/* prof */
#csr_cnt.report .prof_photo {
	margin-bottom: 15px;
}

#csr_cnt.report .prof_company,
#csr_cnt.report .prof_role {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.36;
}

#csr_cnt.report .prof_name {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

#csr_cnt.report .prof_name strong {
	font-size: 14px;
}

/* notes */
#csr_cnt.report .notes,
#csr_cnt.report .notes02 {
	text-align: left;
	padding: 0;
	font-size: 12px;
}

#csr_cnt.report dl.notes dt,
#csr_cnt.report dl.notes02 dt {
	margin-top: 10px;
}

.image .notes dd img { /* !---------------------------------------------------------------------------------------------- */
	float: left;
}

/* img_caption */
.img_caption {
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 11px;
}

/* country */
#csr_cnt.report .country {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 5px;
}

/* flag */
#csr_cnt.report .flag {
	display: inline-block;
	margin-bottom: 0.3em;
	padding-left: 35px;
	height: 17px;
	background-position: 0 0;
	background-repeat:no-repeat;
	background-size: 28px 17px;
}

#csr_cnt.feature .flag {
	display: inline-block;
	margin-bottom: 0.3em;
	padding-left: 35px;
	height: 22px;
	background-position: 0 0.3em;
	background-repeat:no-repeat;
	background-size: 28px 17px;
}

#csr_cnt.report .flag_jp, #csr_cnt.feature .flag_jp { background-image: url(../img_sp/flag_jp.gif);}
#csr_cnt.report .flag_ca, #csr_cnt.feature .flag_ca { background-image: url(../img_sp/flag_ca.gif);}
#csr_cnt.report .flag_it, #csr_cnt.feature .flag_it { background-image: url(../img_sp/flag_it.gif);}
#csr_cnt.report .flag_be, #csr_cnt.feature .flag_be { background-image: url(../img_sp/flag_be.gif);}
#csr_cnt.report .flag_de, #csr_cnt.feature .flag_de { background-image: url(../img_sp/flag_de.gif);}
#csr_cnt.report .flag_es, #csr_cnt.feature .flag_es { background-image: url(../img_sp/flag_es.gif);}
#csr_cnt.report .flag_us, #csr_cnt.feature .flag_us { background-image: url(../img_sp/flag_us.gif);}
#csr_cnt.report .flag_gb, #csr_cnt.feature .flag_gb { background-image: url(../img_sp/flag_gb.gif);}
#csr_cnt.report .flag_au, #csr_cnt.feature .flag_au { background-image: url(../img_sp/flag_au.gif);}
#csr_cnt.report .flag_nl, #csr_cnt.feature .flag_nl { background-image: url(../img_sp/flag_nl.gif);}

/* ico */
#csr_cnt.report .ico_web,
#csr_cnt.feature .ico_web {
	padding: 10px 0 0 32px;
	font-size: 12px;
	line-height: 1.6;
	background: url(../img/ico_web.gif) no-repeat 0 12px;
}

#csr_cnt.report .ico_web a,
#csr_cnt.feature .ico_weba {
	text-decoration: underline;
}

 #csr_cnt.report .ico_pdf {
	padding-left: 30px;
	font-size: 85%;
	line-height: 1.6;
	background: url(../img/li_pdf.gif) no-repeat 0 3px;
}

/* url */
#csr_cnt.report .url {
	word-break: break-all;
}

/* pdf link */

#contents_nav .pdf_link {
	width: 100%;
}

#contents_nav .pdf_link a {
	line-height: 1.2;
	display: block;
	margin: 0 0 6px 0;
	padding: 14px 10px 14px 50px;
	border-radius: 4px;
	border: solid 1px #afafaf;
	background-size: 25px 12px;
	text-decoration: none !important;
	position: relative;
}

#contents_nav .pdf_link a:before {
	content: "PDF";
	display: block;
	width: 23px;
	height: 10px;
	padding: 3px 4px 2px;
	margin-right: 9px;
	font-size: 10px;
	color: #fff;
	border-radius: 2px;
	line-height: 10px;
	background: #de0000;
	position: absolute;
	top: 14px;
	left: 10px;
}

#contents_nav .pdf_link a:link {
	color: #464646;
	text-decoration: none;
	outline: none;
}

.report p a.pdf_link {
	position: relative;
	padding-left: 30px
}

.report p a.pdf_link:before {
	position: absolute;
	display: block;
	content: '';
	left: 0px;
	top: 0.2em;
	width: 25px;
	height: 12px;
	background: url(../report/img/icon_pdf.gif) 0 0 no-repeat;
}

#csr_cnt.report .letter_spacing {
	letter-spacing: -0.5px;
}

/* --------------------------------------------------

	CSRレポート TOP 2019

-------------------------------------------------- */
@media screen and (min-width:375px) {
	.csr-sp-break--s{
		display: none;
	}
}
#csr2019-top-container{
		font-family: 'Roboto', sans-serif;
}

#csr2019-top-container  #language a {
	display: inline-block;
}

#csr2019-top-container .csr-top__mv{
	background: url(../img_sp/2020_top/csr_mv.png) 50% 50% ;
	background-size: cover;
	padding-top: 82.6666667%;
	position: relative;
}
#csr2019-top-container .csr-top__english{
	position: absolute;
	right: 7px;
	top: 0;
	background: #FFF;
}
#csr2019-top-container .csr-top__english a{
	display: block;
	font-weight: bold;
	font-size: 10px;
	padding: 4px 6px;
}

#csr2019-top-container .csr-top__items—3col-img{
	width: 60%;
	background-size: cover;
	position: relative;
}
#csr2019-top-container .csr-top__items—3col-img::before{
	content: "";
	padding-top: 58.9201878%;
	display: block;
}
#csr2019-top-container .csr-top__items—3col-img::after{
	content: "";
	width: 23px;
	height: 23px;
	display: block;
	background-repeat:no-repeat;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	background-size: cover;
}
#customer .csr-top__items—3col-img::after {
	background-image: url(../img/2020_top/ico_customer.png);
}
#supplychain .csr-top__items—3col-img::after {
	background-image: url(../img/2020_top/ico_supplychain.png);
}
#employee .csr-top__items—3col-img::after {
	background-image: url(../img/2020_top/ico_employee.png);
}


#csr2019-top-container #customer .csr-top__items—3col-img {
	background-image: url(../img_sp/2020_top/customer.png);
}

#csr2019-top-container #supplychain .csr-top__items—3col-img {
	background-image: url(../img_sp/2020_top/supplychain.png);
}

#csr2019-top-container #employee .csr-top__items—3col-img {
	background-image: url(../img_sp/2020_top/employee.png);
}

.csr-top__nav--pc {
	display: none;
}

.csr-top__nav--sp{
	display: block;
	width: 100%;
}

.csr-top__nav--sp img {
	width: 100%;
}

.csr-top__nav {
	width: 95%;
	margin: auto;
	padding: 5.5vw 0px 0 0px;
}

.csr-top-nav__h1 {
	text-align: center;
	font-size: 5.5vw;
	padding: 0 0 4vw 0;
	font-weight: bold;
}

.csr-sp-break:before {
    content: "\A";
    white-space: pre;
}

.csr-top__items—3col-container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 8px;
	background: #f8f5f1;
	margin:0 0 10px 0;
}

.csr-top__items—3col-container p {
	top: 0;
	bottom: 0;
	margin: auto 0;
	padding: 0 10px 0 10px;
	font-size: 3.566vw;
	font-weight: bold;
	width: 40%;
}

.csr-top__items—3col:last-child .csr-top__items—3col-container {
	margin: 0;
}

.csr-top__items—3col-container#customer {
	box-sizing: border-box;
	border-left: 7px solid #f66925;
}

.csr-top__items—3col-container#supplychain {
	box-sizing: border-box;
	border-left: 7px solid #be8b2d;
}

.csr-top__items—3col-container#employee {
	box-sizing: border-box;
	border-left: 7px solid #a21942;
}


.csr-top__items—3col-img {
	width: 60%;
}

.csr-top-3col-img__pc {
	display: none;
}

.csr-top-3col-img__sp {
	display: block;
	width: 100%;
}

.csr-top__article {
	box-sizing: border-box;
	width: 95%;
	margin: 40px auto;
	padding: 6vw 6vw 6vw 6vw;
	background: #f8f5f1;
}

@media (max-width: 370px){
	.csr-top__article {
		box-sizing: border-box;
		width: 96%;
		margin: 40px auto;
		padding: 5vw 5vw 5.5vw 5vw;
		background: #f8f5f1;
	}
}
.csr-top--discussion .csr-top__article{
	margin-bottom: 5px;
}
.csr-top--activities .csr-top__article{
	margin-top: 40px;
}

.csr-top-article__h2 {
	position: relative;
	font-size: 4.45vw;
	padding: 0 0 22px 0;
	text-align: center;
	font-weight: bold;
}

.csr-top-article__h2:after {
	content: "";
	display: block;
	width: 7.45vw;
	height: 4px;
	margin: 0 auto;
	margin-top: 12px;
	background: #e60012;
}

.csr-top-article__txt {
	font-size: 4.075vw;
	text-align: left;
	padding: 0 0 20px 0;
	width: 100%;
}

.csr-top-article__txt br{
	display: none;
}

.csr-top__items—1col {
	padding: 0 0 0 0;
}

.csr-top__flexitems {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article-box {
	width: calc((100% - 6px) /2);
    background: #fff;
    margin-bottom: 6px;
    border: 1px solid #ebe3d9;
    box-sizing: border-box;
}

.csr-top__items—2col-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 0 0px 8px 0;
}

.csr-top__items—2col-container img {
	width: 45px;
	height: 45;
	padding: 16px 16px 8px 16px;
}

.csr-top-2col-container__p {
	font-size: 3.48vw;
	line-height: 1.25;
	color: #3c3c3c;
	text-align: center;
	font-weight: bold;
}

.csr-top__menu {
	padding: 0 0 40px 0;
	width: 95%;
	margin: auto;
}

.csr-top-menu .csr-top__flexitems.margin-top{
	flex-direction: column;
}


.csr-menu-items {
	position: relative;
	border:1px solid #d6d6d6;
	border-radius:5px;
	margin: 10px 0 0 0;
	font-size: 2.4vw;
}

.csr-top__items—2col.csr-menu-items:before {
	content: " ";
	position: absolute;
	width: 11px;
	height: 16px;
	background-image: url(../img_sp/2020_top/menu_arw.gif);
	background-size: contain;
	background-repeat: no-repeat;
	right: 12px;
	top: 0px;
	bottom: 0px;
	margin: auto 0;
}

.csr-top__items—4col.csr-menu-items:before {
	content: " ";
	position: absolute;
	width: 11px;
	height: 15px;
	background-image: url(../img_sp/2020_top/menu_arw2.gif);
	background-size: contain;
	background-repeat: no-repeat;
	right: 10px;
	top: 0px;
	bottom: 0px;
	margin: auto 0;
}

.csr-top__items—2col.csr-menu-items {
	width: 100%;
}

.csr-top__items—2col.csr-menu-items .csr-top__items—2col-container,
.csr-top__items—4col.csr-menu-items .csr-top__items—2col-container {
	display: block;
	padding: 16px 11px;
}

.csr-top__items—2col.csr-menu-items:first-child {
	margin: 0;
}

.csr-top__items—4col.csr-menu-items {
	width: 46vw;
}

.csr-top-item__ttl {
	font-size: 13px;
	font-weight: bold;
}

.csr-top-item__txt {
	font-size: 12px;
	padding-right: 20px;
}

.csr-top-item-2col__ttl {
	font-size: 12px;
	font-weight: bold;
	margin: 9.5px 0;
}

.csr-top__items—4col.csr-menu-items .csr-top__items—2col-container {
	padding: 9px 11px;
}
.csr-top__items—4col.csr-menu-items:nth-child(1), .csr-top__items—4col.csr-menu-items:nth-child(3){
	padding-top: 7px;
}

.csr-top-item-2col__ttl.icon_pdf {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 7.6vw;
}

.icon_pdf:before {
	content: "PDF";
	position: absolute;
	font-family: 'Roboto', sans-serif;
	padding: 2px 3px 1px 3px;
	left: -3px;
	top: 50%;
	font-size: 10px;
	color: #fff;
	background: #e60012;
	transform: translateY(-50%);
}


.csr-top-2col-container__ico{
	padding: 2px 3px 1px 3px;
	margin: 0 6px 0 0;
	line-height: 1;
	font-size: 10px;
	color: #fff;
	background: #e60012;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.csr-top-2col-container__p span{
    display: inline-block;
		vertical-align: middle;
}
.csr-top-2col-container__p span span.s{
    font-size: 85%;
}

.csr-top--activities{
	position: relative;
	z-index: 1;
}

.csr-top-message{
	background:#d8dde3 url(../img_sp/2020_top/message_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -70px;
	margin-bottom: 10px;
}

.csr-top-message__body{
	width: 100%;
	height: 260px;
	position: relative;
}

.csr-top-message__article{
	text-align: left;
	position: absolute;
	left: 55%;
	top: 58.5%;
	transform: translateY(-50%);
	margin-left: -7%;
	margin-right: 6.5%;
}
.csr-top-message__title {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: bold;
	color: #17273b;
}
.csr-top-message__txt {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
		color: #17273b;
}
.csr-top-message__txt br{
	display: none;
}
#container .csr-top-message__btn a{
	display: flex;
	text-align: center;
	width: 116px;
	height: 28px;
	background: #FFF;
	border-radius: 2px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.02);
}
.csr-top-message__btn i{
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: #17273b;
	border-radius: 999px;
	position: relative;
}

.csr-top-message__btn i::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/2020_top/arrow_message.png) 50% 50% no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.csr-top-message__btn span{
	font-size: 10px;
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	margin-left: 6px;
}

#container .csr-top-message__btn.gtm__btn a {
	width: 134px;
	margin-top: 10px;
}

#container .csr-top-message__btn.gtm__btn i {
	left: 0px;
}

#container .csr-top-message__btn.gtm__btn .br_sp_only {
	display: block;
}


/* -- need? or no need? -- */

#jobs_footer{
	height: 60px;
	background-color: #dcdcdc;
}
.jobs_footer__inner{
	display: flex;
	flex-direction: row;
	margin: 0 0 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.jobs_footer-topicpath{
	flex-grow: 1;
}
.jobs_footer-topicpath > ul{
	display: flex;
	flex-direction: row;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 7px;
	letter-spacing: 0.18em;
}
.jobs_footer-topicpath > ul > li:not(:last-child)::after{
	content: ">";
	display: inline-block;
	padding-left: 9px;
	padding-right: 9px;
}

#jobs_page_top{
	width: 45px;
	flex-shrink: 0;
	flex-grow: 0;
	position: relative;
}
#jobs_page_top::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img_sp/2020_top/footer_border_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#jobs_page_top > a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
	box-sizing: border-box;
}
#jobs_page_top > a > span{
	display: block;
	width: 14px;
}
#jobs_page_top > a > span > img{
	display: block;
	width: 100%;
	height: auto;
}
/* -- need? or no need? --END-- */


/* --------------------------------------------------

　お客様を笑顔にする

-------------------------------------------------- */
/* theme color */
.consumers #contents_title h2 {
	background-color: #fd6925;
}

.consumers #csr_cnt sup {
	color: #fd6925;
}

.consumers #csr_cnt h3 {
	background-color: #fd6925;
}

.consumers #csr_cnt .section .h4 {
	color: #fd6925;
	border-color: #fd8751;
}

.consumers #csr_cnt .example {
	border-color: #fec3a8;
}

.consumers #csr_cnt .case {
	background-color: #fff0e9;
}

.consumers #csr_cnt dl.notes dt {
	color: #fd6925;
}

/* layout */
.consumers .image {
	text-align: center;
	margin: 10px 0 20px 0;
	font-size: 80%;
}

.consumers .image img {
	margin-bottom: 5px;
}

.consumers #csr_cnt #possibility_example h5 {
	font-size: 16px;
	margin: 35px 0 15px;
	padding: 5px 15px;
	color: #fd6925;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #fef3e8;
}

.consumers .example .caption_image {
	text-align: center;
	padding: 10px 0 20px 0;
}

.consumers #csr_cnt #possibility_example .row_item {
	margin-bottom: 30px;
}

.consumers #csr_cnt #possibility_example .row_item .title {
	text-align: center;
}

.consumers #csr_cnt #possibility_example .row_item .title img {
	max-width: 100%;
	height: auto;
}

.consumers #csr_cnt #possibility_example .row_item .image {
	text-align: center;
}

.consumers #csr_cnt #possibility_example .row_item .image img {
	margin: 0 10px;
	max-width: 100%;
	height: auto;
}

.consumers #csr_cnt #de_program {
	margin-bottom: 60px;
}

.consumers #csr_cnt #de_program .caption_image {
	text-align: center;
	padding: 10px 0 20px 0;
}

.consumers #csr_cnt #de_program .sp_mb_20 {
	margin-bottom: 20px!important;
}

.consumers #csr_cnt #other #us_education {
	margin-bottom: 40px;
}

.consumers #csr_cnt #other #us_education .caption_image {
	text-align: center;
	padding: 10px 0 15px 0;
}

.consumers #csr_cnt #other #us_education .img_caption {
	padding-top: 0;
}

.consumers #csr_cnt #other #au_project {
	margin-bottom: 40px;
}

.consumers #csr_cnt #other #au_project .caption_image {
	text-align: center;
	padding: 10px 0 20px 0;
}

.consumers #csr_cnt #quality {
	margin-bottom: 60px;
}

.consumers #csr_cnt #quality .lead #quality_target {
	margin: 10px 0 30px 0;
}

.consumers #csr_cnt #quality .lead #quality_target dl {
	margin-top: 10px;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	line-height: 20px;
	background-color: #f3f3f3;
	margin: 0 0 10px 0;
}

.consumers #csr_cnt #quality .lead #quality_target dl dt {
	color: #fd6925;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.consumers #csr_cnt #quality #process {
	margin-top: 10px;
}

.consumers #csr_cnt #quality #process .image {
	margin: 0 auto;
	padding: 0;
	width: 280px;
	height: 387px;
	overflow: hidden;
	background: url(../report/consumers/img_sp/quality_img.gif) no-repeat 0 0;
	background-size: contain;
}

.consumers #csr_cnt #quality #process .image img {
	display: none;
}

.consumers #csr_cnt #quality #process h5 {
	font-size: 16px;
	margin: 35px 0 15px;
	padding: 5px 15px;
	color: #fd6925;
	line-height: 1.5;
	font-weight: bold;
	background-color: #fff0e9;
}

.consumers #csr_cnt #quality #process #check_list {
	margin: 20px 0;
	padding: 15px 10px;
	border-radius: 15px;
	border: solid 2px #cdcdcd;
}

.consumers #csr_cnt #quality #process #check_list h5 {
	margin-bottom: 10px;
}

.consumers #csr_cnt #quality #process #check_list h6{
	font-size: 18px;
	color: #fd6925;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.consumers #csr_cnt #quality #training .image {
	padding-bottom: 0;
}

.consumers #csr_cnt #quality #training .img_caption {
	padding: 0;
}

.consumers #csr_cnt #quality #process #check_list dl dt {
	margin-bottom: 5px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 17px;
	color: #646464;
	background-position: 0 5px;
	background-repeat: no-repeat;
}

.consumers #csr_cnt #quality #process #check_list dl dt.num01 { background-image: url(../report/consumers/img/num01.gif);}
.consumers #csr_cnt #quality #process #check_list dl dt.num02 { background-image: url(../report/consumers/img/num02.gif);}
.consumers #csr_cnt #quality #process #check_list dl dt.num03 { background-image: url(../report/consumers/img/num03.gif);}
.consumers #csr_cnt #quality #process #check_list dl dt.num04 { background-image: url(../report/consumers/img/num04.gif);}
.consumers #csr_cnt #quality #process #check_list dl dt.num05 { background-image: url(../report/consumers/img/num05.gif);}

.consumers #csr_cnt #quality #process #check_list dl dd {
	margin-bottom: 10px;
	padding-left: 30px;
}

.consumers #csr_cnt #service #us_safety {
	margin-bottom: 40px;
}

.consumers #csr_cnt #service #au_internet {
	margin-bottom: 40px;
}

.consumers #csr_cnt #service #de_safety {
	margin-bottom: 40px;
}

.consumers #csr_cnt #service #us_site {
	margin-bottom: 40px;
}

.consumers #csr_cnt #service #us_site .caption_image {
	text-align: center;
	padding: 10px 0 20px 0;
}

.consumers #csr_cnt #service #eu_safety {
	margin-bottom: 40px;
}

.consumers #csr_cnt #service #eu_safety .caption_image {
	text-align: center;
	padding: 10px 0 20px 0;
}

.consumers #csr_cnt #service #au_parental {
	margin-bottom: 40px;
}

.consumers #csr_cnt #service #au_parental .caption_image {
	text-align: center;
	padding: 10px 0 20px 0;
}

.consumers #csr_cnt #service #jp_internet .caption_image {
	text-align: center;
	padding: 10px 0 20px 0;
}
.consumers #csr_cnt #service #about_switch h5 {
	font-size: 16px;
	margin: 35px 0 15px;
	padding: 5px 15px;
	color: #fd6925;
	line-height: 1.5;
	font-weight: bold;
	background-color: #fff0e9;
}
.consumers #csr_cnt #service #about_switch .text {
	margin-bottom: 20px;
}

.consumers #csr_cnt #service #play_situation .image {
	padding-bottom: 0;
}

.consumers #csr_cnt #service #safety_ware .image, .consumers #csr_cnt #product #electronic_manual .image, .consumers #csr_cnt #ip #ip_seminar .image, .consumers #csr_cnt #easy_design #easy_case_3dsll .image, .consumers #csr_cnt #easy_design #easy_case_joycon .image {
	margin-bottom: 0;
}

.consumers #csr_cnt #service #safety_case .text {
	margin-bottom: 20px;
}

.consumers #csr_cnt .image .nintendo3ds p,
.consumers #csr_cnt .image .nintendoswitch p {
	margin-bottom: 10px;
	text-align: left;
}

.consumers #csr_cnt .example .img_caption a {
	text-decoration: underline;
}

.consumers #csr_cnt #easy {
	margin-bottom: 60px;
}

.consumers #csr_cnt #easy #happiness dl.notes {
	margin-top: 1em;
	overflow: hidden;
}

.consumers #csr_cnt #easy #happiness dl.notes dt {
	margin: 0;
	float: left;
	margin-right: 0.8em;
}

.consumers #csr_cnt #activity {
	margin-bottom: 60px;
}

.consumers #csr_cnt #happiness h5 {
	margin: 35px 0 15px;
	padding: 5px 15px;
	color: #fd6925;
	line-height: 1.5;
	font-weight: bold;
	background-color: #fff0e9;
}

.consumers #csr_cnt #support .voice {
	background-color: #fff0e9;
	border-color: #fed2bd;
}

.consumers #csr_cnt #support {
	margin-bottom: 60px;
}

.consumers #csr_cnt #support .voice h4 {
	color: #fd6925;
}

.consumers #csr_cnt #support .prof_photo {
	margin-bottom: 15px;

}

.consumers #csr_cnt #support .voice .image {
	padding: 0;
}

.consumers .nintendo3ds {
	margin-bottom: 20px;
}

.consumers #csr_cnt.report .voice {
	background-color: #fff0e9;
	border-color: #fed2bd;
}

.consumers #csr_cnt.report .voice h4 {
	color: #fd6925;
}

.consumers #csr_cnt #product #electronic_manual dl dt {
	margin-bottom: 10px;
	font-weight: bold;
}

.consumers #csr_cnt #product #electronic_manual .box_manual .text {
	margin-bottom: 20px;
}
.consumers #csr_cnt #product #electronic_manual .box_manual .image {
	text-align: center;
}
.consumers #csr_cnt #product #electronic_manual .box_manual .image .img_caption {
	margin-bottom: 20px;
}

.consumers #csr_cnt #product #electronic_manual .box_manual .text dl dt {
	margin: 20px 0 10px 0;
	font-weight: bold;
}

.consumers #csr_cnt #product #download .note .excretion ul li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	background: none;
}

.consumers #csr_cnt #product #download .note .excretion h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
	color: #454545;
}

.consumers #csr_cnt #product #electronic_manual {
	margin-bottom: 40px;
}

.consumers #csr_cnt #product #jp_recycle {
	margin-bottom: 40px;
}

.consumers #csr_cnt #product #saving_switch strong {
	font-weight: bold;
}

.consumers #csr_cnt #product #saving_switch table {
	margin-top: 10px;
}

.consumers #csr_cnt #product #saving_switch table th {
	vertical-align: middle;
	width: 50%;
	white-space: normal;
}

.consumers #csr_cnt #service {
	margin-bottom: 60px;
}


.consumers #csr_cnt #product {
	margin-bottom: 60px;
}

.consumers #csr_cnt #ip_seminar .image {
	margin-top: 20px;
}

.consumers #environment_substance {
	margin-top: 20px;
	padding: 15px;
	border-radius: 15px;/* CSS3 */
	border:solid 2px #cdcdcd;
}

.consumers #environment_substance h5 {
	margin-bottom: 15px;
	font-size: 121%;
	font-weight: bold;
	color: #fd6925;
}

.consumers #environment_substance h5 span {
	font-size: 82%;
}

.consumers #environment_substance dl dt{
	font-weight: bold;
	color: #fd6925;
}

.consumers #environment_substance dl dd{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.consumers #green_supply h5 {
	font-size: 16px;
	margin: 35px 0 15px;
	padding: 10px;
	color: #fd6925;
	font-weight: bold;
	background-color: #fff0e9;
}

.consumers #csr_cnt table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.7;
}

.consumers #csr_cnt table th {
	padding: 5px 10px;
	background-color: #fd6925;
	border: solid 1px #ccc;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

.consumers #csr_cnt table td {
	padding: 5px 10px;
	border: solid 1px #ccc;
	text-align: left;
	background-color: #fff;
}

.consumers p span.notes {
	color: #fd6925;
}

.consumers #privacy {
	margin-bottom: 60px;
}


/* --------------------------------------------------

　サプライチェーンを笑顔にする

-------------------------------------------------- */
/* theme color */
.partners #contents_title h2 {
	background-color: #bf8b2e;
}

.partners #csr_cnt sup {
	color: #bf8b2e;
}

.partners #csr_cnt h3{
	background-color: #bf8b2e;
}

.partners #csr_cnt .section .h4 {
	color: #bf8b2e;
	border-color: #cca258;
}

.partners #csr_cnt.report .voice {
	background-color: #f8f3ea;
	border-color: #ecdcc0;
}

.partners #csr_cnt.report .voice h4 {
	color: #bf8b2e;
}

.partners #csr_cnt dl.notes dt, .partners #csr_cnt dl.notes02 dt {
	color: #bf8b2e;
}

/* layout */
.partners #briefing .image{
	padding: 20px 0 0 0;
}

.partners #csr_cnt #research {
	margin-bottom: 40px;
}

.partners #csr_cnt #research_table {
	margin-top: 20px;
}

.partners #csr_cnt #research_table h5 {
	font-weight: bold;
}

.partners #csr_cnt #research_table table {
	border-collapse: collapse;
	line-height: 1.7;
	font-size: 85%;
}

.partners #csr_cnt #research_table table th {
	padding: 5px 10px;
	background-color: #bf8b2e;
	border: solid 1px #ccc;
	color: #fff;
	width: 40%;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}

.partners #csr_cnt #research_table table td {
	padding: 5px 10px;
	border: solid 1px #ccc;
	text-align: left;
}

.partners #csr_cnt #procurement {
	border: 2px solid #cdcdcd;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: 20px 0;
	padding: 23px 23px 23px;
}

.partners #csr_cnt #procurement h5 {
	margin-bottom: 10px;
	color: #bf8b2e;
	font-weight: bold;
}

.partners #csr_cnt #procurement ol li {
	margin-bottom: 10px;
	font-size: 93%;
}

.partners #csr_cnt #selection {
	border: 2px solid #cdcdcd;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: 0 0 40px 0;
	padding: 23px 23px 23px;
}

.partners #csr_cnt #selection p {
	margin-bottom: 20px;
}

.partners #csr_cnt #selection h5 {
	margin-bottom: 10px;
	color: #bf8b2e;
	font-weight: bold;
}

.partners #csr_cnt #selection ol li {
	margin-bottom: 10px;
	font-size: 93%;
}

.partners #csr_cnt #mechanism {
	overflow: hidden
}

.partners #csr_cnt #mechanism>h5 {

	font-weight: bold;
}

.partners #csr_cnt #mechanism .left {
}

.partners #csr_cnt #mechanism .left dl {
	position: relative;
	padding: 5px;
	margin-bottom: 25px;
	border-radius: 5px;
	background: #f4ebdc;
	text-align: center;
}

.partners #csr_cnt #mechanism .left dl:before {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	right: 0;
	top: -25px;
	margin: 0 auto;
	width: 50px;
	height: 20px;
	background: url(../report/partners/img_sp/guideline_arrow.gif) no-repeat 0 0;
	background-size: contain;
}

.partners #csr_cnt #mechanism .left dl:first-child:before {
	display: none;
}

.partners #csr_cnt #mechanism .left dl dt {
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	background: #bf8b2e;
	border-radius: 5px;
}

.partners #csr_cnt #mechanism .left dl dt br {
	display: none;
}

.partners #csr_cnt #mechanism .left dl dd {
	padding: 5px 0;
}

.partners #csr_cnt #mechanism .left dl dd sup {
	padding: 0;
}

.partners #csr_cnt #mechanism .left dl dd dl.note {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 85.7%;
	color: #bf8b2e;
	background: none;
	overflow: hidden;
}

.partners #csr_cnt #mechanism .left dl dd dl.note dt {
	float: left;
	padding: 0;
	width: 11%;
	font-weight: normal;
	color: #bf8b2e;
	background: none;
	border-radius: 0;
}

.partners #csr_cnt #mechanism .left dl.note dd {
	float: left;
	padding: 0 0 0 0;
	letter-spacing: 0.5px;
	width: 89%;
}

.partners #csr_cnt #mechanism .right ul {
	margin-top: 1em;
}

.partners #csr_cnt #mechanism .right #csr_guideline {
	padding: 10px;
	background: #bf8b2e;
	border-radius: 5px;
}

.partners #csr_cnt #mechanism .right h6 {
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFF;
}

.partners #csr_cnt #mechanism .right table {
	background: #fff;
	border-radius: 5px;
	font-size: 78.5%;
	line-height: 1.5;
}

.partners #csr_cnt #mechanism .right table th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

.partners #csr_cnt #mechanism .right table th.rows {
	vertical-align: middle;
}

.partners #csr_cnt #mechanism .right table th.cols {
	vertical-align: top;
	border-top: solid 1px #ecdcc0;
	width: 30%;
}

.partners #csr_cnt #mechanism .right table th.cols p {
	position: relative;
	padding-left: 1.5em;
}
.partners #csr_cnt #mechanism .right table th.cols p br {
	display: none;
}

.partners #csr_cnt #mechanism .right table th.cols .num {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1.5em;
}

.partners #csr_cnt #mechanism .right table td {
	padding: 5px;
	vertical-align: top;
	border-top: solid 1px #ecdcc0;
}

.partners #csr_cnt #mechanism .right table td ul {
	margin: 0;
}

.partners #csr_cnt #mechanism .right table td ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.partners #csr_cnt #mechanism .right table td ul li:before {
	content: '・';
}

.partners #csr_cnt #mechanism .ul li {
	margin-left: 4px;
}

.partners #csr_cnt #dispute {
	border: 2px solid #cdcdcd;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: 20px 0;
	padding: 23px 23px 23px;
}

.partners #csr_cnt #dispute h5 {
	margin-bottom: 10px;
	color: #bf8b2e;
	font-weight: bold;
}

.partners #csr_cnt #dispute p {
	margin-bottom: 20px;
}

.partners #csr_cnt #dispute ol li {
	text-indent: -1.2em;
	margin-left: 1.2em;
	margin-bottom: 10px;
	font-size: 93%;
}

.partners #csr_cnt #efforts h6 {
	margin-bottom: 10px;
	padding: 5px 15px;
	line-height: 1.5;
	color: #bf8b2e;
	background-color: #f8f3ea;
	font-weight: bold;
}

.partners #csr_cnt #efforts table {
	border-collapse: collapse;
	line-height: 1.7;
	font-size: 85%;
}

.partners #csr_cnt #efforts table th {
	padding: 5px 10px;
	background-color: #bf8b2e;
	border: solid 1px #ccc;
	color: #fff;
	font-weight: bold;
}

.partners #csr_cnt #efforts table td {
	padding: 5px 10px;
	border: solid 1px #ccc;
}

.partners #csr_cnt #efforts2015 h6 {
	margin-bottom: 10px;
	padding: 5px 15px;
	line-height: 1.5;
	color: #bf8b2e;
	background-color: #f8f3ea;
	font-weight: bold;
}

.partners #csr_cnt #cfsilist strong {
	font-weight: bold;
}

.partners #csr_cnt #cfsilist #cfsitable_wrap {
	width: 100%;
	overflow-x: auto;
}

.partners #csr_cnt #cfsilist #cfsitable_wrap::-webkit-scrollbar{
	width: 3px;
	background: #ddd;
	display: none;
}
.partners #csr_cnt #cfsilist #cfsitable_wrap::-webkit-scrollbar:horizontal{
	height: 3px;
	background: #ddd;
	display: inherit;
}
.partners #csr_cnt #cfsilist #cfsitable_wrap::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: 2px;
}
.partners #csr_cnt #cfsilist #cfsitable_wrap::-webkit-scrollbar-thumb:horizontal{
	background: #666;
	border-radius: 2px;
}

.partners #csr_cnt #cfsilist table {
	border-collapse: collapse;
	width: 400px;
	line-height: 1.7;
	font-size: 85%;
}

.partners #csr_cnt #cfsilist table th {
	padding: 5px 10px;
	background-color: #bf8b2e;
	border: solid 1px #ccc;
	color: #fff;
	font-weight: bold;
	width: 80px;
}
.partners #csr_cnt #cfsilist table th sup {
	color: #fff;
}
.partners #csr_cnt #cfsilist table th.cols {
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	width: auto;
}

.partners #csr_cnt #cfsilist table td {
	padding: 5px 10px;
	border: solid 1px #ccc;
	text-align: right;
	vertical-align: middle;
}

.partners #csr_cnt #cfsilist p.small {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 85%;
}

.partners #csr_cnt .promotion_img {
	margin: 15px 0 30px;
	text-align: center;
}

.partners #activity h5 {
	margin: 35px 0 15px;
	padding: 5px 15px;
	line-height: 1.5;
	color: #bf8b2e;
	background-color: #f8f3ea;
	font-weight: bold;
}

.partners #activity_voice h5 {
	padding: 0;
}

.partners #csr_cnt #activity dl.notes, .partners #csr_cnt #dispute dl.notes.irregular {
	margin-top: 1em;
	overflow: hidden;
}

.partners #csr_cnt #activity dl.notes dt, .partners #csr_cnt #dispute dl.notes.irregular dt {
	margin: 0;
	float: left;
	margin-right: 0.8em;
}

.partners #csr_cnt .example {
	border-color: #cca283;
}

.partners #csr_cnt #developer #developer_voice {
	margin-bottom: 40px;
}

.partners #waste .img_caption{
	text-align: left;
}

.partners #water .image img{
	padding: 10px 0 10px 0;
}

.partners #water .img_caption{
	text-align: left;
}

.partners #co2graph img{
	padding: 0 0 10px 0;
}

.partners #co2graph .img_caption {
	text-align: left;
}

.partners #waste img{
	padding: 10px 0 10px 0;
}

.partners #csr_cnt #process .flow_image .sp {
	display: block;
	width: 100%;
}

.partners #csr_cnt #process .flow_image .pc {
	display: none;
}

.partners #csr_cnt #production,
.partners #csr_cnt #developer,
.partners #csr_cnt #distribution {
	margin-bottom: 60px;
}

/* --------------------------------------------------

　社員を笑顔にする

-------------------------------------------------- */
/* theme color */
.employees #contents_title h2 {
	background-color: #a21942;
}

.employees #csr_cnt sup {
	color: #a21942;
}

.employees .growth-lead-text {
	padding-top: 5px;
	margin-bottom: 15px !important;
	color: #a21942 !important;
	font-size: 17px !important;
}

.employees #csr_cnt h3{
	background-color: #a21942;
}

.employees #csr_cnt .section .h4 {
	color: #a21942;
	border-color: #be5e7a;
}

.employees #csr_cnt .example {
	border-color: #e3bac6;
}

.employees #csr_cnt.report .voice {
	background-color: #faf3f5;
	border-color: #ecd1d9;
}

.employees #csr_cnt.report .voice h4 {
	color: #a21942;
}

.employees #csr_cnt dl.notes dt {
	color: #a21942;
}

.employees .caption_image { /* ------------------------------------------------------- */
	padding: 0 0 20px 0;
	text-align: center;
}

/* layout */
.employees #people .image {
	text-align: center;
}

.employees #people .image p {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}

.employees #csr_cnt #evaluation {
	margin-bottom: 40px;
}

.employees #opportunity{
	padding-top: 0px;
}

.employees #opportunity .image {
	text-align: center;
}

.employees #csr_cnt #diversity #harassment .image {
	padding: 20px 0 20px 0;
}

.employees #csr_cnt #diversity #senior, 
.employees #csr_cnt #worklifebalance #tour {
	margin-bottom: 40px;
}

.employees #worklife .text{
	padding: 0 0 20px 0;
}

.employees #worklife2 .text{
	padding: 0 0 20px 0;
}

.employees #csr_cnt #tour .first_country {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #e89295;
}

.employees #csr_cnt #workplace #healthrule {
	margin-top: 20px;
	padding:15px 20px;
	border: solid 2px #e3bac6;
}

.employees #csr_cnt #workplace #healthrule h5 {
	font-weight: bold;
	color: #a21942;
	margin-bottom: 10px;
}

.employees #csr_cnt #workplace #healthrule dl dt {
	margin: 15px 0 5px 0;
	padding: 0 0 0 20px;
	list-style: none;
	background: url(../report/employees/img/ico_circle.gif) no-repeat 0 1px;
	font-weight: bold;
}

.employees #csr_cnt #workplace #healthrule dl dd {
	margin-bottom: 10px;
	line-height: 1.5;
}

.employees #csr_cnt #foodevent img,
.employees #csr_cnt #tour img,
.employees #csr_cnt #childcare img,
.employees #csr_cnt #promotion_success img,
.employees #csr_cnt #ncc img,
.employees #csr_cnt #workplace #us_workplace .text img {
	display: block;
	margin: 0 auto 10px;
}

.employees #csr_cnt #workplace #us_workplace .caption_image {
	padding-bottom: 0;
	margin-top: 10px;
}

.employees #csr_cnt #diversity,
.employees #csr_cnt #worklifebalance,
.employees #csr_cnt #growth {
	margin-bottom: 60px;
}


/* --------------------------------------------------

　マネジメント・コンプライアンス

-------------------------------------------------- */
/* theme color */
.governance #contents_title h2 {
	background-color: #00689d;
}

.governance #csr_cnt sup {
	color: #00689d;
}

#csr_body.governance .small{
	font-size:85%;
	margin-top: 10px;
}

#csr_body.governance .small .note {
	color: #00689d;
}

#csr_body.governance .small{
	font-size:85%;
	line-height:1.4;
	margin-top: 10px;
}

.governance #csr_cnt h3 {
	background-color: #00689d;
}

.governance #csr_cnt .section .h4 {
	color: #00689d;
	border-color: #3386b1;
}

.governance #csr_cnt .example {
	border-color: #b2d1e1;
}

.governance #csr_cnt.report .voice {
	background-color: #edf4f8;
	border-color: #cce1eb;
}

.governance #csr_cnt.report .voice h4 {
	color: #00689d;
}

.governance #csr_cnt dl.notes dt {
	color: #00689d;
}

/* layout */
.governance #csr_cnt .section h5 {
	color: #00689d;
	font-weight: bold;
	margin-bottom: 5px;
}

.governance #csr_cnt table {
	margin: 10px 0 20px;
	border-collapse: collapse;
	width: 100%;
	line-height: 1.7;
}
.governance #csr_cnt table th {
	padding: 5px 10px;
	border: solid 1px #ccc;
	background-color: #00689d;
	color: #fff;
	font-weight: bold;
	font-size: 70%;
	width: 9em;
}
.governance #csr_cnt table th.cols {
	text-align: center;
}

.governance #csr_cnt table td {
	padding: 5px 5px;
	border: solid 1px #ccc;
	vertical-align: middle;
	font-size: 70%
}

.governance #csr_cnt #system .image {
	margin-top: 20px;
}

.governance #csr_cnt #governance .ico_pdf {
	display: inline-block;
	padding-left: 30px;
	font-size: 85%;
	line-height: 1.6;
	background: url(../img/li_pdf.gif) no-repeat 0 3px;
}

.governance #csr_cnt #governance .coporate_link .ico_pdf {
	display: block;
}

.governance #csr_cnt #compliance .image {
	margin-top: 20px;
	text-align: center;
}

.governance #csr_cnt #compliance #compliance_manual {
	margin-top: 20px;
	padding: 15px;
	border-radius: 15px;
	border: solid 2px #cdcdcd;
}

.governance #csr_cnt #compliance #compliance_manual h5 {
	font-size: 114%;
	font-weight: bold;
	margin-bottom: 10px;
}

.governance #csr_cnt #compliance #compliance_manual .ul li {
	margin-bottom: 1em;
}

.governance #csr_cnt #compliance #compliance_manual .quote {
	text-align: right;
	font-size: 85.714%;
	color: #999;
}

.governance #csr_cnt #risk_management .image {
	margin-top: 20px;
}

.governance #csr_cnt #risk_management #emergencies {
	margin-bottom: 40px;
}

.governance #csr_cnt #indication .image {
	margin-top: 20px;
}

.governance #csr_cnt #management #es_wwf .caption_image {
	margin-bottom: 15px;
}

.governance #csr_cnt #management #management_system_img h5 {
	font-weight: bold;
	color: #00689d;
	margin-bottom: 10px;
}

.governance #csr_cnt #us_elearning, .governance #csr_cnt #compensation, .governance #csr_cnt #ip {
	margin-bottom: 40px;
}

.governance #csr_cnt #ip_seminar .image {
	margin-top: 20px;
}

.governance .lead .image{
	padding: 20px 0 0 0;
}

.governance #environment_policy {
	margin: 30px 0 20px;
	padding: 20px;
	border: solid 2px #b2d1e1;
	line-height: 1.5;
}

.governance #environment_policy h5 {
	font-size: 114.28%;
	font-weight: bold;
	color: #00689d;
	margin-bottom: 10px;
}

.governance #environment_policy ul {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

.governance #environment_policy dl dt {
	margin-bottom: 5px;
	font-weight: bold;
	color: #00689d;
}

.governance #environment_policy dl dd {
	margin-bottom: 15px;
}

.governance #environment_policy dl dd:last-child {
	margin-bottom: 0px;
}

.governance #iso14001 ul li {
	padding-left: 15px;
	background: url(../report/img/li_ico_gray.jpg) no-repeat 0 center;
}

.governance .iso_system .notes ul li {
	padding-left: 15px;
	background: url(../report/img/li_ico_gray.jpg) no-repeat 0 0.4em;
}

.governance #csr_cnt #governance,
.governance #csr_cnt #compliance,
.governance #csr_cnt #management,
.governance #csr_cnt #risk_management {
	margin-bottom: 60px;
}


/* 編集方針・会社概要 */
.overview #csr_cnt.report h3 img {
	display: inherit;
}

.overview #editorial_policy {
	margin: 30px 0 30px;
}

.overview #editorial_policy .small{
	font-size:85%;
	line-height:1.4;
	margin-top: 12px;
}

.overview #outline {
}

.overview #editorial_policy h3,
.overview #outline h3 {
	color: #e60012;
	font-size: 24px;
	margin: 0;
	padding: 0 0 20px 0;
	background: url(../img/line_dot.gif) repeat-x 0 bottom;
}

.overview #editorial_policy dl,
.overview #outline dl {
	clear: both;
	padding: 10px 0;
	line-height: 1.6;
	background: url(../img/line_dot.gif) repeat-x 0 bottom;
	overflow: hidden;
}
.overview #editorial_policy dl dt,
.overview #outline dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.overview #editorial_policy dl dd,
.overview #outline dl dd {
	color: #505151;
}

#csr_cnt ul.list_disc li {
	padding-left: 16px;
	background: url(../report/img/li_ico_gray.jpg) no-repeat 0 0.65em;
}
