@charset "UTF-8";
/* --------------------
Foundation
---------------------*/
/* Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Normal style */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

em,
strong {
	font-weight: bold;
}

/* レイアウト切り替え用 */
/* display */
.u-hide {
	display: none !important;
}

@media only screen and (min-width: 768px), print {
	.u-sp-v {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.u-pc-v {
		display: none !important;
	}
}

@media screen and (min-width: 981px) {
	.u-sp-vh {
		display: none !important;
	}
}

@media screen and (max-width: 980px) {
	.u-pc-vh {
		display: none !important;
	}
}

/* a */
.u-disabled {
	pointer-events: none !important;
	cursor: default !important;
}

/* align */
.u-box-center {
	margin-left: auto;
	margin-right: auto;
}

.u-txt-center {
	text-align: center;
}

.u-txt-right {
	text-align: right;
}

/* indent */
.u-txt-indent {
	text-indent: 1em;
}
.u-txt-indent_2{
	text-indent: -2em;
	padding-left: 2em;
}

/* size */
.u-font-size_xs {
	font-size: 1rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_xs {
		font-size: 1.2rem;
	}
}

.u-font-size_s {
	font-size: 1.2rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_s {
		font-size: 1.4rem;
	}
}

.u-font-size_m {
	font-size: 1.4rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_m {
		font-size: 1.6rem;
	}
}

.u-font-size_l {
	font-size: 2rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_l {
		font-size: 2.4rem;
	}
}

/*----------------------------------------
Layout
-----------------------------------------*/
.p-centerbx_m {
	width: 100%;
}

.p-centerbx_m .p-centerbx_m_inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 30px;
	border: 1px solid #dcdcdc;
	text-align: center;
}

.p-centerbx_m .p-centerbx_m_inner .c-text_l_mp {
	display: block;
	margin-bottom: 10px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.p-centerbx_m .p-centerbx_m_inner .c-image {
	padding-right: 20px;
	padding-left: 20px;
}

.c-text_l_key {
	font-size: 2.4rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
	color: #007332;
	line-height: 1.5;
}

@media only screen and (min-width: 768px), print {
	.c-text_l_key {
		font-size: 3.2rem;
	}
}

.p-keywordlist {
	box-sizing: border-box;
	position: relative;
	padding: 20px 20px 40px;
	border-radius: 10px;
	border: 1px solid #7FB898;
	z-index: 2;
}

.p-keywordlist:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid #FF8700;
	border-right: 70px solid transparent;
	border-left: 70px solid transparent;
	border-bottom: 0;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-keywordlist .p-keywordlist_ttl {
	font-size: 2rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
	color: #007332;
	text-align: center;
}

.p-keywordlist .p-keywordlist_wrp {
	margin-top: 10px;
}

.p-keywordlist .p-keywordlist_wrp > li > p {
	display: table;
	width: 100%;
	height: 80px;
	min-height: 80px;
	border-top: 1px solid #fff;
	line-height: 1.4;
}

.p-keywordlist .p-keywordlist_wrp > li > p > span {
	display: table-cell;
	padding: 2px 10px;
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
	text-align: center;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.p-keywordlist .p-keywordlist_wrp {
		overflow: hidden;
		margin-top: 10px;
		border-radius: 10px;
		background: #007332;
		background: linear-gradient(to right, #007332 0%, #91bd1e 100%);
	}
}

@media only screen and (min-width: 768px), print {
	.p-keywordlist {
		padding: 20px 20px 60px;
	}
	.p-keywordlist .p-keywordlist_wrp {
		display: flex;
		justify-content: space-between;
	}
	.p-keywordlist .p-keywordlist_wrp > li {
		width: 25%;
		align-items: center;
	}
	.p-keywordlist .p-keywordlist_wrp > li > p {
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 10px;
	}
	.p-keywordlist .p-keywordlist_wrp > li > p > span {
		background: #007332;
		background: linear-gradient(to right, #007332 0%, #91bd1e 100%);
		border-radius: 10px;
	}
}

.p-task {
	position: relative;
	margin-top: 50px;
	text-align: center;
	z-index: 2;
}

.p-task:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #007332;
	z-index: -1;
}

.p-task > span {
	display: inline-block;
	padding: 0 15px;
	background-color: #fff;
	color: #007332;
	font-size: 2rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

@media only screen and (min-width: 768px), print {
	.p-task > span {
		padding: 0 20px;
	}
}

.p-textbox_bd {
	box-sizing: border-box;
	padding: 20px 20px;
	border: 1px solid #7FB898;
	font-size: 1.4rem;
}

@media only screen and (min-width: 768px), print {
	.p-textbox_bd {
		padding: 30px 30px;
		font-size: 1.6rem;
	}
}

.p-tagarea:after {
	content: "";
	display: table;
	clear: both;
}

.p-tagarea .p-tag {
	box-sizing: border-box;
	display: table;
	height: 32px;
	border-radius: 32px;
}

.p-tagarea .p-tag > span {
	display: table-cell;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
}

.p-tagarea .p-tag.p-tag_kfg {
	border: 1px solid #7FB898;
	background-color: #EFFAF4;
}

.p-tagarea .p-tag.p-tag_kfg > span {
	color: #007332;
}

.p-tagarea .p-tag.p-tag_higo {
	border: 1px solid #008EB9;
	background-color: #EAFAFF;
}

.p-tagarea .p-tag.p-tag_higo > span {
	color: #008EB9;
}

.p-tagarea .p-tag.p-tag_kagoshima {
	border: 1px solid #E82B2B;
	background-color: #FFF7F7;
}

.p-tagarea .p-tag.p-tag_kagoshima > span {
	color: #E82B2B;
}

@media only screen and (max-width: 767px) {
	.p-tagarea .p-tag {
		width: 100%;
		max-width: 230px;
	}
}

@media only screen and (min-width: 768px), print {
	.p-tagarea .p-tag {
		float: left;
		width: 230px;
	}
	.p-tagarea .p-tag + .p-tag {
		margin-top: 0;
		margin-left: 40px;
	}
}

.p-btnarea__2_1 .btn_cancel i:before {
	color: #9DAAB1;
}

.p-btnarea__2_1 .btn_cancel .c-button__inner > p {
	color: #9DAAB1;
}

.p-btnarea__2_1 .btn_cancel .c-button__inner:after {
	border: 1px solid #9DAAB1;
}

@media only screen and (max-width: 767px) {
	.p-btnarea__2_1 .c-button + .c-button {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px), print {
	.p-btnarea__2_1 {
		display: flex;
	}
	.p-btnarea__2_1 .c-button {
		box-sizing: border-box;
	}
	.p-btnarea__2_1 .c-button:nth-child(1) {
		width: 50%;
		padding-right: 20px;
	}
	.p-btnarea__2_1 .c-button:nth-child(2) {
		width: 50%;
		padding-left: 20px;
	}
}

.p-imageset.p-linkarea .p-imagemain_link a {
	color: #fff;
}

.p-imageset.p-linkarea .p-linkarea_link {
	position: relative;
	margin-top: -20px;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 2;
}

.p-imageset.p-linkarea .p-linkarea_link > li {
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.p-imageset.p-linkarea.p-linkarea_imgs .p-imagemain__text {
		width: 100%;
	}
	.p-imageset.p-linkarea.p-linkarea_imgs .p-imagemain__text .p-imagemain__text_inner {
		padding-bottom: 45px;
	}
	.p-imageset.p-linkarea.p-linkarea_imgs .p-imagemain:before {
		width: 100%;
	}
}

@media only screen and (min-width: 768px), print {
	.p-imageset.p-linkarea.p-linkarea_imgs .p-imagemain {
		min-height: 232px;
	}
	.p-imageset.p-linkarea.p-linkarea_imgs .p-imagemain:before {
		width: 33.33%;
	}
	.p-imageset.p-linkarea.p-linkarea_imgs .p-imagemain .p-imagemain__text {
		padding-right: 66.67%;
	}
	.p-imageset.p-linkarea .p-imagemain {
		min-height: 232px !important;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.p-imageset.p-linkarea .p-imagemain.p-imagemain02 {
		background-image: url(/assets/img/csr/img_csr_06.jpg);
	}
	.p-imageset.p-linkarea .p-imagemain.p-imagemain03 {
		background-image: url(/assets/img/csr/img_csr_07.jpg);
	}
	.p-imageset.p-linkarea .p-imagemain.p-imagemain04 {
		background-image: url(/assets/img/csr/img_csr_08.jpg);
	}
	.p-imageset.p-linkarea .p-imagemain.p-imagemain05, .p-imageset.p-linkarea .p-imagemain.p-imagemain06, .p-imageset.p-linkarea .p-imagemain.p-imagemain07 {
		min-height: 318px !important;
		background-size: auto 100%;
	}
	.p-imageset.p-linkarea .p-imagemain.p-imagemain05 {
		background-image: url(/assets/img/csr/img_sdgs_01.jpg);
	}
	.p-imageset.p-linkarea .p-imagemain.p-imagemain06 {
		background-image: url(/assets/img/csr/img_sdgs_02.jpg);
	}
	.p-imageset.p-linkarea .p-imagemain.p-imagemain07 {
		background-image: url(/assets/img/csr/img_sdgs_03.jpg);
	}
	.p-imageset.p-linkarea .p-linkarea_link {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: -40px;
		padding-right: 48px;
		padding-left: 48px;
	}
	.p-imageset.p-linkarea .p-linkarea_link > li a {
		display: table;
		width: 100%;
		height: 80px;
	}
	.p-imageset.p-linkarea .p-linkarea_link > li a p {
		display: table-cell;
	}
	.p-imageset.p-linkarea .p-linkarea_link.p-column_4 > li {
		width: 25%;
	}
	.p-imageset.p-linkarea .p-linkarea_link.p-column_4 > li:nth-child(4n+2) a:after, .p-imageset.p-linkarea .p-linkarea_link.p-column_4 > li:nth-child(4n+3) a:after, .p-imageset.p-linkarea .p-linkarea_link.p-column_4 > li:nth-child(4n) a:after {
		border-left: 0;
	}
	.p-imageset.p-linkarea .p-linkarea_link.p-column_4 > li:nth-child(n+5) a:after {
		border-top: 0;
	}
	.p-imageset.p-linkarea .p-linkarea_link.p-column_3 > li {
		width: 33.33%;
	}
	.p-imageset.p-linkarea .p-linkarea_link.p-column_3 > li:nth-child(3n+1) {
		width: 33.34%;
	}
	.p-imageset.p-linkarea .p-linkarea_link.p-column_3 > li:nth-child(3n+2) a:after, .p-imageset.p-linkarea .p-linkarea_link.p-column_3 > li:nth-child(3n) a:after {
		border-left: 0;
	}
	.p-imageset.p-linkarea .p-linkarea_link.p-column_3 > li:nth-child(n+4) a:after {
		border-top: 0;
	}
}

@media only screen and (min-width: 768px), print {
	.p-imageset .p-imagemain.p-imagemain01 {
		background-image: url(/assets/img/csr/img_csr_01.jpg);
	}
}

@media screen and (min-width: 769px) and (max-width: 1150px) {
	.p-imageset .p-imagemain {
		background-size: auto 100%;
	}
	.p-imageset > a:hover .p-imagemain {
		background-size: auto 108%;
	}
}

@media screen and (max-width: 940px) {
	.p-imageset.p-linkarea .p-linkarea_link > li a {
		padding: 10px 10px 10px 5px;
	}
	.p-imageset.p-linkarea .p-linkarea_link > li a p {
		font-size: 1.3rem;
		letter-spacing: -0.05em;
	}
}

@media screen and (max-width: 1133px) {
	.p-imageset.p-linkarea .p-imagemain {
		background-size: auto 100% !important;
	}
}

.c-ttl_02 + .to_anchor {
	position: relative;
}

.c-ttl_02 + .to_anchor a {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.c-ttl_02 + .to_anchor {
		margin-top: -40px;
	}
}

@media only screen and (min-width: 768px), print {
	.c-ttl_02 + .to_anchor {
		margin-top: -80px;
	}
}
.tb-csr00 {
	overflow-x: scroll;
}

.tb-csr00 table {
	width: 1040px;
}

.tb-csr00 .c-list_dot_m > li:before {
	top: 7px;
}

@media only screen and (min-width: 768px), print {
	.tb-csr00 .c-list_dot_m > li:before {
		top: 5px;
	}
}

.tb-csr00 table thead th {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}


.tb-csr00 table tr.td_important th {
	background-color: #007332;
	color: #fff;
	font-weight: bold;
}

.tb-csr00 table tr.td_important td {
	background-color: #FFFDE5;
}

.tb-csr00.ex th {
	width: 25%;
}

.tb-csr01 {
	overflow-x: scroll;
}

.tb-csr01 table {
	width: 100%;
}

.tb-csr01 table tr td {
	width: 40%;
}

.tb-csr01 table tr td:nth-child(1) {
	width: 20%;
}

.tb-csr01 table .tb_imgarea_img {
	display: inline-block;
	width: 80px;
}

.tb-csr01 table .tb_imgarea_img:nth-child(4n+2), .tb-csr01 table .tb_imgarea_img:nth-child(4n+3), .tb-csr01 table .tb_imgarea_img:nth-child(4n) {
	margin-left: 6px;
}

.tb-csr01 table .tb_imgarea_img:nth-child(n+5) {
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.tb-csr01 table {
		min-width: 500px;
	}
	.tb-csr01 table .tb_imgarea_img {
		width: 31px;
	}
}

@media only screen and (min-width: 768px), print {
	.tb-csr01 table {
		min-width: 1000px;
	}
}

.tb-csr01 .c-list_dot_m > li:before {
	top: 7px;
}

@media only screen and (min-width: 768px), print {
	.tb-csr01 .c-list_dot_m > li:before {
		top: 5px;
	}
}

.tb-csr02 {
	overflow-x: scroll;
}

.tb-csr02 table {
	width: 1040px;
}

.tb-csr02 table thead th {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.tb-csr02 table tr th {
	width: 22.12%;
	vertical-align: middle;
}

.tb-csr02 table tr td {
	width: 39.44%;
}

.tb-csr02 table tr.td_important th {
	background-color: #007332;
	color: #fff;
	font-weight: bold;
}

.tb-csr02 table tr.td_important td {
	background-color: #FFFDE5;
}

.tb-csr02.tb-data tr th {
	width: 20%;
}

.tb-csr02.tb-data tr td {
	width: 14%;
}

.tb-csr02.tb-data tr td:nth-of-type(1) {
	width: 36%;
}

.tb-csr02.tb-clm_2 table tr th {
	width: 20%;
}

.tb-csr02.tb-clm_2 table tr td {
	width: 40%;
}

.tb-csr02.tb-clm_3 table tr th {
	width: 20%;
}

.tb-csr02.tb-clm_3 table tr td {
	width: 25%;
}

.tb-csr02.tb-clm_4 table tr th {
	width: 28%;
}

.tb-csr02.tb-clm_4 table tr td {
	width: 18%;
}

.tb-assessment {
	overflow-x: scroll;
}

.tb-assessment table {
	width: 1040px;
}

.tb-assessment table tr td:nth-child(1) {
	width: 22.55%;
}

.tb-assessment table tr td:nth-child(2) {
	width: 51.93%;
}

.tb-assessment table tr td:nth-child(3) {
	width: 12.76%;
}

.tb-assessment table tr td:nth-child(4) {
	width: 12.76%;
}

.p-message_name {
	display: inline-block;
	width: 310px;
}

.tb-expand {
	overflow-x: scroll;
}

.tb-expand table {
	width: 1040px;
}

.tb-expand table tr td:nth-child(1) {
	width: 30%;
}

.tb-expand table tr td:nth-child(2) {
	width: 57%;
}

.tb-expand table tr td:nth-child(3) {
	width: 13%;
}

.tb-practice {
	overflow-x: scroll;
}

.tb-practice table {
	width: 1040px;
}

.tb-practice table tr td:nth-child(1) {
	/*width: 19%;*/
}

.tb-practice table tr td:nth-child(2), .tb-practice table tr td:nth-child(3), .tb-practice table tr td:nth-child(4) {
	/*width: 27%;*/
}

.tb-local {
	overflow-x: scroll;
}

.tb-local table {
	width: 1040px;
}

.tb-local table tr td:nth-child(1) {
	width: 10%;
	text-align: center;
}

.tb-local table tr td:nth-child(2), .tb-local table tr td:nth-child(3) {
	width: 45%;
}

.tb-local table tr th {
	text-align: center;
}

.tb-employee01 {
	overflow-x: scroll;
}

.tb-employee01 table {
	width: 1040px;
}

.tb-employee01 table tr td:nth-child(1) {
	width: 13%;
}

.tb-employee01 table tr td:nth-child(2), .tb-employee01 table tr td:nth-child(3), .tb-employee01 table tr td:nth-child(4) {
	width: 29%;
}

.tb-employee02 {
	overflow-x: scroll;
}

.tb-employee02 table {
	width: 1040px;
}

.tb-employee02 table tr td:nth-child(1) {
	width: 25%;
}

.tb-employee02 table tr td:nth-child(2) {
	width: 51%;
}

.tb-employee02 table tr td:nth-child(3) {
	width: 12%;
}

.tb-employee02 table tr td:nth-child(4) {
	width: 12%;
}

.tb-employee03 {
	overflow-x: scroll;
}

.tb-employee03 table {
	width: 1040px;
}

.tb-employee03 table tr td:nth-child(1) {
	width: 14%;
}

.tb-employee03 table tr td:nth-child(2), .tb-employee03 table tr td:nth-child(3) {
	width: 43%;
}

.page-login .l-maincts__inner .c-button a {
	position: relative;
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding: 4px 20px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.page-login .l-maincts__inner .c-button a > span {
	display: table-cell;
	padding-right: 25px;
	line-height: 1.5;
	vertical-align: middle;
}

.page-login .l-maincts__inner .c-button a i {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-login .l-maincts__inner .bnr_b a {
	width: 100%;
	border: 1px solid #A4CEDB;
}

.page-login .l-maincts__inner .bnr_b a i:before {
	color: #008EB9 !important;
}

.page-login .l-maincts__inner .bnr_b a:after {
	border: 0 !important;
}

.page-login .l-maincts__inner .bnr_b a > p {
	color: #008EB9 !important;
}

@media only screen and (max-width: 767px) {
	.page-login .l-maincts__inner .bnr_b + .bnr_b {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px), print {
	.page-login .l-maincts__inner .bnr_b + .bnr_b {
		margin-left: 40px;
	}
	.page-login .l-maincts__inner .bnr_b a {
		width: 100%;
		transition: all 0.4s ease;
	}
	.page-login .l-maincts__inner .bnr_b a:hover {
		background: #ECF6F9 !important;
	}
}

.page-login .l-maincts__inner .bnr_r {
	border: 0;
}

.page-login .l-maincts__inner .bnr_r a {
	width: 100%;
	border: 1px solid #FFB4B4;
}

.page-login .l-maincts__inner .bnr_r a i:before {
	color: #E82B2B !important;
}

.page-login .l-maincts__inner .bnr_r a:after {
	border: 0 !important;
}

.page-login .l-maincts__inner .bnr_r a > p {
	color: #E82B2B !important;
}

@media only screen and (max-width: 767px) {
	.page-login .l-maincts__inner .bnr_r + .bnr_r {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px), print {
	.page-login .l-maincts__inner .bnr_r + .bnr_r {
		margin-left: 40px;
	}
	.page-login .l-maincts__inner .bnr_r a {
		width: 100%;
		transition: all 0.4s ease;
	}
	.page-login .l-maincts__inner .bnr_r a:hover {
		background: #fff7f7 !important;
	}
}

.csrvision_flow li {
	position: relative;
	padding: 1em;
	border: 1px solid #dcdcdc;
}

.csrvision_flow li::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 1em;
    display: block;
    width: 133px;
    height: 4px;
    background: linear-gradient(135deg, #007332 0%, #91bd1e 100%);
}

.csrvision_flow li::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: calc(50% - 60px);
    display: block;
    width: 120px;
    height: 28px;
    background: url(../img/csr/bg_arw.png) no-repeat;
}

.csrvision_flow li:last-child::after {
	content: none;
}

@media only screen and (max-width: 767px) {

	.csrvision_flow li::before {
		width: 100px;
	}

}


/*/csr/sdgs/compliance/
-----------------------------------------------*/
.sdgsCompliance_bdBox{
    padding: 32px;
    border: 1px solid #aaa;
}

.sdgsCompliance_bdBox_min{
    margin: 20px 0 0 32px;
}

.c-list_num_brackets__start18 li{
    counter-increment: number 17;
}

.c-ttl_04__num{
    text-indent: -1.6em;
    padding-left: 1.6em;
}

@media only screen and (min-width: 768px){
    .c-button__sdgsCompliance{
        width: 50%;
    }
}

@media only screen and (max-width: 767px){
    .sdgsCompliance_bdBox{
        padding: 20px;
    }

    .sdgsCompliance_bdBox_min{
        margin: 16px 0 0 0;
    }
}
.s-table .t_co2 td, .s-table .t_co2 th {
	width: auto;
}
.t_co2_thead {
	white-space: nowrap
}
.t_co2_tbody{
	font-size: 1.6rem;
}

.p-tagarea .p-tag.p-tag_table{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	float: none;
	width: 190px;
}
.tb-assessment_02 {
	overflow-x: scroll;
}

.tb-assessment_02 table {
	width: 1040px;
}

.tb-assessment_02 table tr td:nth-child(1) {
	width: 20%;
}

.tb-assessment_02 table tr td:nth-child(2) {
	width: 80%;
}

.tb-assessment_03 {
	overflow-x: scroll;
}

.tb-assessment_03 table {
	width: 1040px;
}

.tb-assessment_03 table tr td:nth-child(1) {
	width: 10%;
}

.tb-assessment_03 table tr td:nth-child(2) {
	width: 15%;
}

.tb-assessment_03 table tr td:nth-child(3) {
	width: 25%;
}

.tb-assessment_03 table tr td:nth-child(4) {
	width: 50%;
}

/*/csr/sdgs/climate/
-----------------------------------------------*/
.climateCatch {
  font-size: 1.0rem;
  padding: 1.5em 1.5em 2em;
  position: relative;
  border: 1px solid #007332;
  box-sizing: border-box;
}
.climateCatch::before,
.climateCatch::after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  background: url(/assets/img/csr/bg_climate_green_line_01.png) no-repeat;
}
.climateCatch::before {
  left: -1px;
  bottom: -1px;
}
.climateCatch::after {
  top: -1px;
  right: -1px;
}
.climateCatch_ttl {
  font-size: 260%;
  font-weight: bold;
}
.climateCatch_read_sub {
  margin-right: 10em;
  margin-right: 14%;
  font-size: 60%;
  font-weight: bold;
}
.climateCatch_read_small{
  margin-right: 10em;
  margin-right: 14%;
  font-size: 60%;
  color: #50646E;
}
.climateCatch_read {
  font-size: 260%;
  text-align: right;
  font-weight: bold;
  color: #007332;
}
.climate_kome_right{
  margin: 4px 0 50px 0;
  display: flex;
  justify-content: flex-end;
}
.climate_kome_right .s-caution_kome{
  display: inline-block;
}
.un-tableList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.un-tableList_table {
	width: 55%;
}
.un-tableList_img {
	width: 43%;
}
.un-tableList_table table {
	width: 100%;
}

@media only screen and (max-width: 767px) {
  .climateCatch {
    font-size: 0.8rem;
  }
  .climateCatch_read {
    line-height: 1em;
    margin-top: 10px;
    font-size: 230%;
  }
  .climateCatch_read_sub {
    display: block;
    margin: 0 0 8px 0;
  }
  .climateCatch_read_small{
    font-size: 70%;
    display: block;
    margin: 0 0 8px 0;
  }
  .climate_kome_right{
    margin: 4px 0 40px 0;
  }
  .un-tableList {
    display: block;
  }
  .un-tableList_table {
  	width: 100%;
  }
  .un-tableList_table table {
    width: 1040px;
  }
  .un-tableList_img {
  	width: 100%;
  }
  .un-tableList_mokuhyo {
  	margin-top: 30px;
  }
}
.s-table td.un_csr_table_pd{
	padding: 20px 10px;
}
.tb-csr03 {
	overflow-x: scroll;
}
.s-table.tb-csr03 table thead th {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.s-table.tb-csr03 table{
	width: 1040px;
}
.s-table.tb-csr03 td{
	width: 14%;
}
.s-table.tb-csr03 .tb_ttl{
	width: 20% !important;
}
.s-table.tb-csr03 .tb_subttl{
	width: 10% !important;
}

.tb-csr04 {
	overflow-x: scroll;
}
.s-table.tb-csr04 table thead th {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.s-table.tb-csr04 table th , .s-table.tb-csr04 table td{
	padding: 20px 10px;
}
.s-table.tb-csr04 table{
	width: 1040px;
}
.s-table.tb-csr04 td{
	width: 8%;
}
.s-table.tb-csr04 .tb_ttl{
	width: 22% !important;
}
.s-table.tb-csr04 .tb_subttl{
	width: 6% !important;
	vertical-align: middle;
}
@media only screen and (min-width: 768px){
	.u-mt-kome{
		margin-top: 16px;
	}
}
@media only screen and (max-width: 767px){
	.u-mt-kome{
		margin-top: 10px;
	}
}

.tb_bg-green {
	background-color: #007332 !important;
	color: #fff;
}

.tb_bg-beige {
	background-color: #FFFDE5 !important;
}

/*/csr/csrmanagement/
-----------------------------------------------*/
.csrmanagement__member_wrapp {
	display: flex;
	gap: 20px;
}

.csrmanagement__member_photo {
  flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
  .csrmanagement__member_list {
    > .c-list_dot_m {
      > li {
        & + li {
          margin-top: 9px;
        }
      }
    }
  }
}

@media only screen and (max-width: 767px) {
  .csrmanagement__member_wrapp {
    gap: 24px;
    flex-direction: column;
  }
}