@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	sustainability.css
*/

/*============================================================
	小見出し
*/
.subhead {
	display: inline-block;
	padding: 0 15px;
	min-width: 220px;
	background-color: #d51c1c;
	border-radius: 15px;
	text-align: center;
	font-size: 115%;
	line-height: 30px;
	color: #ffffff;
}
.yu-font-bugs .wide-pc .subhead {
	padding-top: 0.16em;
	height: 30px;
}

@media screen and (max-width: 680px) {
	.subhead {
		min-width: 120px;
		border-radius: 10px;
		font-size: 100%;
		line-height: 20px;
	}
}

.subhead2 {
	margin-bottom: 30px;
	padding-left: 18px;
	border-left: 2px solid #C71212;
	font-weight: 700;
	font-size: 100%;
	line-height: 1.5;
}

@media screen and (max-width: 680px) {
	.subhead2 {
		margin-bottom: 15px;
		padding-left: 8px;
		font-size: 118%;
	}
}

/*============================================================
	サステナビリティ基本方針
*/
.index .basic {
	margin: 60px 0 0 0;
	text-align: center;
}
.index .basic h2 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	font-size: 171%;
	color: #D51C1C;
}
.index .basic h2::before,
.index .basic h2::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #DCDCE0;
}
.index .basic h2::after {
	left: 50%;
	margin-left: -40px;
	width: 80px;
	background-color: #D51C1C;
}
.index .basic h3 {
	font-size: 128%;
}
.index .basic .text {
	margin: 20px 0;
	letter-spacing: 0;
}
.index .basic .date {
	font-size: 86%;
	letter-spacing: 0;
}

@media screen and (max-width: 680px) {
	.index .basic {
		margin: 30px 0 0 0;
	}
	.index .basic h2 {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 140%;
	}
	.index .basic h3 {
		font-size: 100%;
	}
	.index .basic .text {
		margin: 20px 0 0 0;
		font-size: 86%;
	}
	.index .basic .date {
		font-size: 86%;
	}
}

/*============================================================
	サステナビリティの推進体制
*/
.index .promotion {
	margin: 60px 0 0 0;
}
.index .promotion .text {
	margin-bottom: 60px;
	font-weight: 700;
}
.index .promotion .flow-block {
	position: relative;
}
.index .promotion .flow-block h3 {
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-bottom: 8px;
}
.index .promotion .flow-frame {
	border-radius: 8px;
	text-align: center;
}
.index .promotion .flow-frame h4 {
	font-size: 114%;
}
/**/
.index .promotion .flow-block1 h3 {
	position: static;
}
.index .promotion .flow-block1 .flow-frame {
	padding: 10px;
	background-color: #E6EEF6;
}
.index .promotion .flow-block1 .flow-frame h4 {
	color: #205F9E;
}
.index .promotion .flow-block1 .line {
	display: flex;
	justify-content: center;
}
.index .promotion .flow-block1 .line::before {
	content: '';
	display: block;
	width: 2px;
	background-color: #000;
}
.index .promotion .flow-block1 .line1::before {
	height: 25px;
}
.index .promotion .flow-block1 .line2::before {
	height: 65px;
}
/**/
.index .promotion .flow-block2 .flow-frame {
	padding: 25px 30px 30px 30px;
	background-color: #FFE7E7;
}
.index .promotion .flow-block2 .flow-frame h4 {
	color: #C71212;
}
.index .promotion .flow-block2 .flow-frame ul {
	margin-top: 10px;
	padding: 12px;
	background-color: #FFF4F4;
	border-radius: 8px;
	font-weight: 700;
}
/**/
.index .promotion .flow-block3 .flow-frame {
	padding: 25px 0;
	background-color: #FFE7E7;
}
.index .promotion .flow-block3 .flow-frame h4 {
	color: #C71212;
}
.index .promotion .flow-block3 .flow-frame ul {
	font-weight: 700;
}
.index .promotion .flow-block3 .flow-frame ul li:not(:last-child) {
	margin-bottom: 10px;
}
/**/
.index .promotion .flow-block .arrows {
	display: flex;
	gap: 70px;
	font-weight: 700;
}
.index .promotion .flow-block .arrows div {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 25px;
	width: 100%;
	height: 96px;
}
.index .promotion .flow-block .arrows div::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	background-image: url(/jp/assets/img/sustainability/arrow_vertical.svg);
	background-size: 20px 2000px;
}
.index .promotion .flow-block .arrows div:first-child {
	justify-content: flex-end;
	text-align: right;
}
.index .promotion .flow-block .arrows div:first-child::before {
	right: 0;
	background-position: 50% 100%;
}
.index .promotion .flow-block .arrows div:last-child::before {
	left: 0;
	background-position: 50% 0%;
}

@media screen and (max-width: 680px) {
	.index .promotion {
		margin: 40px 0 0 0;
	}
	.index .promotion .text {
		margin-bottom: 30px;
	}
	.index .promotion .flow-block h3 {
		margin-bottom: 6px;
	}
	/**/
	.index .promotion .flow-block1 .flow-frame {
		padding: 6px;
	}
	.index .promotion .flow-block1 .line::before {
		width: 1px;
	}
	.index .promotion .flow-block1 .line1::before {
		height: 10px;
	}
	.index .promotion .flow-block1 .line2::before {
		height: 40px;
	}
	/**/
	.index .promotion .flow-block2 .flow-frame {
		padding: 12px 15px 15px 15px;
	}
	.index .promotion .flow-block2 .flow-frame ul {
		padding: 10px;
		font-size: 90%;
	}
	/**/
	.index .promotion .flow-block3 .flow-frame {
		padding: 15px 10px;
		font-size: 90%;
	}
	.index .promotion .flow-block3 .flow-frame ul li:not(:last-child) {
		margin-bottom: 5px;
	}
	/**/
	.index .promotion .flow-block .arrows {
		gap: 40px;
	}
	.index .promotion .flow-block .arrows div {
		padding: 0 15px 20px 15px;
		height: 70px;
	}
	.index .promotion .flow-block .arrows div::before {
		width: 10px;
		background-size: 10px 1000px;
	}
}

/*============================================================
	マテリアリティ特定のプロセス
*/
.materiality-process {
	margin: 80px 0;
}
.materiality-process .steps {
	margin: 40px 0 0 0;
}
.materiality-process .steps .block::after {
	content: '';
	display: block;
	margin: 20px auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 50px 0 50px;
	border-color: #FFE7E7 transparent transparent transparent;
}
.materiality-process .steps .block:last-child::after {
	content: none;
}
.materiality-process .steps .block h3 {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #C71212;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 128%;
	color: #FFF;
	line-height: 1;
}
.materiality-process .steps .block .detail {
	padding: 0 20px;
}
.materiality-process .steps .block .detail h4 {
	font-size: 114%;
}
.materiality-process .steps .block .detail .list {
	margin-top: 5px;
}
.materiality-process .steps .block .detail .list li {
	position: relative;
	padding-left: 1em;
}
.materiality-process .steps .block .detail .list li::before {
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 680px) {
	.materiality-process {
		margin: 30px 0;
	}
	.materiality-process .steps {
		margin: 20px 0 0 0;
	}
	.materiality-process .steps .block::after {
		margin: 20px auto;
		border-width: 10px 40px 0 40px;
	}
	.materiality-process .steps .block h3 {
		margin-bottom: 12px;
		padding: 5px 10px;
	}
	.materiality-process .steps .block .detail {
		padding: 0;
	}
	.materiality-process .steps .block .detail h4 {
		margin-bottom: 5px;
	}
	.materiality-process .steps .block .detail .list {
		margin-top: 8px;
		line-height: 1.7;
	}
	.materiality-process .steps .block .detail .list li:not(:last-child) {
		margin-bottom: 5px;
	}
}

/*============================================================
	マテリアリティ特定のプロセス
	図1：マトリックス分析による重点課題の設定図
*/
.materiality-process .figure-matrix {
	margin: 80px 0 0 0;
}
.materiality-process .figure-matrix h3 {
	margin-bottom: 30px;
}
.materiality-process .figure-matrix .detail {
	line-height: 1.3;
}
.materiality-process .figure-matrix .detail em {
	display: block;
	width: 34px;
	text-align: center;
	font-style: normal;
	font-weight: 700;
}
.materiality-process .figure-matrix .detail .head {
	position: relative;
	padding-left: 80px;
}
.materiality-process .figure-matrix .detail .head::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 20px;
	background-position: 50% 0;
	background-image: url(/jp/assets/img/sustainability/arrow_vertical.svg);
	background-size: 20px 2000px;
}
.materiality-process .figure-matrix .detail .head .axis {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	font-size: 86%;
}
.materiality-process .figure-matrix .detail .head .axis em {
	position: absolute;
	top: 0;
	left: 0;
}
.materiality-process .figure-matrix .detail .head h4 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 256px;
	width: 256px;
	text-align: center;
	transform: rotate(-90deg);
	transform-origin: 0 0;
	letter-spacing: 0.06em;
}
.materiality-process .figure-matrix .detail .head h4 span {
	display: block;
}
.materiality-process .figure-matrix .detail .head ul {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 0;
	margin: 0 -12px;
	text-align: center;
	font-weight: 700;
	line-height: 1.8;
}
.materiality-process .figure-matrix .detail .head ul li {
	flex-basis: 50%;
	padding: 0 12px;
}
.materiality-process .figure-matrix .detail .head ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 116px;
	padding: 0 5px;
	background-color: #EDEDED;
	border-radius: 8px;
}
.materiality-process .figure-matrix .detail .head ul li:first-child span,
.materiality-process .figure-matrix .detail .head ul li:last-child span {
	background-color: #FFE7E7;
}
.materiality-process .figure-matrix .detail .head ul li:nth-child(2) span {
	background-color: #C71212;
	color: #FFF;
}
.materiality-process .figure-matrix .detail .foot {
	position: relative;
	margin-top: 20px;
	padding-left: 80px;
	height: 45px;
	font-size: 86%;
}
.materiality-process .figure-matrix .detail .foot em {
	position: absolute;
	bottom: 0;
	left: 0;
}
.materiality-process .figure-matrix .detail .foot .axis {
	position: relative;
	height: 100%;
}
.materiality-process .figure-matrix .detail .foot .axis::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-position: 100% 50%;
	background-image: url(/jp/assets/img/sustainability/arrow_horizontal.svg);
	background-size: 2000px 20px;
}
.materiality-process .figure-matrix .detail .foot .axis h4 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	letter-spacing: 0.06em;
}
.materiality-process .figure-matrix .detail .foot .axis em {
	left: auto;
	right: 0;
	width: auto;
}

@media screen and (max-width: 680px) {
	.materiality-process .figure-matrix {
		margin: 30px 0 0 0;
	}
	.materiality-process .figure-matrix h3 {
		margin-bottom: 15px;
	}
	.materiality-process .figure-matrix .detail em {
		width: 28px;
	}
	.materiality-process .figure-matrix .detail .head {
		padding-left: 50px;
	}
	.materiality-process .figure-matrix .detail .head::before {
		left: 35px;
		width: 10px;
		background-size: 10px 1000px;
	}
	.materiality-process .figure-matrix .detail .head h4 {
		margin-top: 210px;
		width: 210px;
	}
	.materiality-process .figure-matrix .detail .head ul {
		gap: 10px 0;
		margin: 0 -5px;
	}
	.materiality-process .figure-matrix .detail .head ul li {
		padding: 0 5px;
	}
	.materiality-process .figure-matrix .detail .head ul li span {
		min-height: 100px;
		line-height: 1.5;
	}
	.materiality-process .figure-matrix .detail .foot {
		margin-top: 10px;
		padding-left: 50px;
		height: 30px;
	}
	.materiality-process .figure-matrix .detail .foot .axis::before {
		height: 10px;
		background-size: 1000px 10px;
	}
	.materiality-process .figure-matrix .detail .foot .axis em {
		left: auto;
		right: 0;
		width: auto;
	}
}

/*============================================================
	マテリアリティ特定のプロセス
	図2：重要度の高い目標の4つの区分
*/
.materiality-process .figure-sdgs {
	overflow: hidden;
	margin: 80px 0 0 0;
}
.materiality-process .figure-sdgs h3 {
	margin-bottom: 30px;
}
.materiality-process .figure-sdgs .detail {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1px;
	border-top: 1px solid #000;
	text-align: center;
}
.materiality-process .figure-sdgs .block {
	position: relative;
	flex-basis: 50%;
	border-bottom: 1px solid #000;
}
.materiality-process .figure-sdgs .block::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #000;
}
.materiality-process .figure-sdgs .block h4 {
	padding: 5px 0;
	border-bottom: 1px solid #000;
}
.materiality-process .figure-sdgs .block ul {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 20px 0;
}
.materiality-process .figure-sdgs .block ul img {
	width: 80px;
}

@media screen and (max-width: 680px) {
	.materiality-process .figure-sdgs {
		margin: 30px 0 40px 0;
	}
	.materiality-process .figure-sdgs h3 {
		margin-bottom: 15px;
	}
	.materiality-process .figure-sdgs .block h4 {
		padding: 5px 0;
		border-bottom: 1px solid #000;
	}
	.materiality-process .figure-sdgs .block ul {
		flex-wrap: wrap;
		align-items: center;
		gap: 6px;
		margin: 0 auto;
		padding: 15px 0;
		width: 150px;
		min-height: 124px;
	}
	.materiality-process .figure-sdgs .block ul img {
		width: 44px;
	}
}
@media screen and (max-width: 370px) {
	.materiality-process .figure-sdgs .block ul {
		width: 140px;
		min-height: 120px;
	}
	.materiality-process .figure-sdgs .block ul img {
		width: 40px;
	}
}


/*============================================================
	マテリアリティ
*/
.materiality-detail {
	margin: 40px 0 20px 0;
}
.materiality-detail .head {
	text-align: center;
	font-weight: 700;
}
.materiality-detail .head h3 {
	padding: 8px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 128%;
	color: #FFF;
}
.materiality-detail .head h4 {
	padding: 10px 0;
	border-bottom: 1px solid #000;
	font-size: 100%;
}
.materiality-detail .head ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding: 20px 0;
}
.materiality-detail .head ul img {
	width: 120px;
}
.materiality-detail .table {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 100%;
	letter-spacing: 0;
	line-height: 1.5;
}
.materiality-detail .table .th {
	display: flex;
	text-align: center;
	font-size: 86%;
}
.materiality-detail .table .th h4 {
	padding: 8px;
	padding-bottom: 0;
	flex-shrink: 0;
	flex-basis: 220px;
}
.materiality-detail .table .th .wrap {
	display: flex;
	gap: 8px;
	padding: 8px;
	padding-bottom: 0;
	width: 100%;
	color: #FFF;
}
.materiality-detail .table .th .wrap div {
	width: 100%;
}
.materiality-detail .table .th h4 span,
.materiality-detail .table .th .wrap div span {
	display: block;
	padding: 2px 0;
}
.materiality-detail .table .th h4 span {
	background-color: #FFF;
}
.materiality-detail .table .block {
	display: flex;
}
.materiality-detail .table .block h4 {
	padding: 8px;
	padding-bottom: 0;
	flex-shrink: 0;
	flex-basis: 220px;
}
.materiality-detail .table .block h4 span {
	display: flex;
	align-items: center;
	padding: 15px 10px;
	height: 100%;
	background-color: #FFF;
}
.materiality-detail .table .block .wrap {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.materiality-detail .table .block .row {
	display: flex;
	gap: 8px;
	padding: 8px;
	padding-bottom: 0;
	height: 100%;
}
.materiality-detail .table .block .row > div {
	display: flex;
	align-items: center;
	padding: 15px 10px;
	width: 100%;
	background-color: #FFF;
}
.materiality-detail .table .block:last-child h4,
.materiality-detail .table .block:last-child .row:last-child {
	padding-bottom: 8px;
}
.materiality-detail .table .block ul {
	font-size: 86%;
}
.materiality-detail .table .block ul li {
	position: relative;
	padding-left: 1em;
}
.materiality-detail .table .block ul li:not(:last-child) {
	margin-bottom: 0.4em;
}
.materiality-detail .table .block ul li::before {
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}
.materiality-detail .table .block ul.cols-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em 0;
	margin-right: -10px;
}
.materiality-detail .table .block ul.cols-2 li {
	flex-basis: 50%;
	margin-bottom: 0;
	padding-right: 10px;
}

@media screen and (max-width: 680px) {
	.materiality-detail {
		margin: 20px 0 0 0;
	}
	.materiality-detail .head h3 {
		padding: 6px 0;
		font-size: 120%;
	}
	.materiality-detail .head ul {
		gap: 8px;
		margin: 0 auto;
		padding: 15px 0;
		width: 280px;
	}
	.materiality-detail .head ul img {
		width: 84px;
	}
	.materiality-detail .table .th {
		display: flex;
		text-align: center;
	}
	.materiality-detail .table .th h4 {
		padding: 6px;
		padding-bottom: 0;
		flex-basis: 29vw;
	}
	.materiality-detail .table .th .wrap {
		gap: 6px;
		padding: 6px;
		padding-bottom: 0;
	}
	.materiality-detail .table .th .wrap > div {
		flex-basis: 29vw;
	}
	.materiality-detail .table .th .wrap > div:last-child {
		flex-basis: auto;
		flex: 1;
	}
	.materiality-detail .table .block h4 {
		padding: 6px;
		padding-bottom: 0;
		flex-basis: 29vw;
	}
	.materiality-detail .table .block h4 span {
		padding: 10px 5px;
		font-size: 110%;
	}
	.materiality-detail .table .block .row {
		gap: 6px;
		padding: 6px;
		padding-bottom: 0;
	}
	.materiality-detail .table .block .row > div {
		padding: 10px 5px;
		flex-basis: 29vw;
	}
	.materiality-detail .table .block .row > div:last-child {
		flex-basis: auto;
		flex: 1;
	}
	.materiality-detail .table .block:last-child h4,
	.materiality-detail .table .block:last-child .row:last-child {
		padding-bottom: 6px;
	}
	.materiality-detail .table .block ul {
		margin-left: -0.2em;
	}
	.materiality-detail .table .block ul li {
		padding-left: 1.2em;
	}
	.materiality-detail .table .block ul li:not(:last-child) {
		margin-bottom: 0.4em;
	}
	.materiality-detail .table .block ul.cols-2 {
		display: block;
		margin: 0;
	}
	.materiality-detail .table .block ul.cols-2 li {
		padding-right: 0;
	}
}
@media screen and (max-width: 370px) {
	.materiality-detail .head ul {
		width: 260px;
	}
	.materiality-detail .head ul img {
		width: 74px;
	}
}

/* color01 */
.materiality-detail01 .head h3 {
	background-color: #2D8DD8;
}
.materiality-detail01 .table .th h4,
.materiality-detail01 .table .block h4 {
	background-color: #C6E5FD;
}
.materiality-detail01 .table .th h4 span {
	color: #4D91C6;
}
.materiality-detail01 .table .th .wrap div span {
	background-color: #84BFED;
}
.materiality-detail01 .table .th .wrap,
.materiality-detail01 .table .block .row {
	background-color: #F0F8FF;
}
.materiality-detail01 .table .block h4 span {
	background-color: #DCF0FF;
}

/* color02 */
.materiality-detail02 .head h3 {
	background-color: #F1723C;
}
.materiality-detail02 .table .th h4,
.materiality-detail02 .table .block h4 {
	background-color: #FFBD9A;
}
.materiality-detail02 .table .th h4 span {
	color: #F1723C;
}
.materiality-detail02 .table .th .wrap div span {
	background-color: #FEA372;
}
.materiality-detail02 .table .th .wrap,
.materiality-detail02 .table .block .row {
	background-color: #FFEADA;
}
.materiality-detail02 .table .block h4 span {
	background-color: #FFD9C4;
}

/* color03 */
.materiality-detail03 .head h3 {
	background-color: #65BA41;
}
.materiality-detail03 .table .th h4,
.materiality-detail03 .table .block h4 {
	background-color: #A9E08F;
}
.materiality-detail03 .table .th h4 span {
	color: #479227;
}
.materiality-detail03 .table .th .wrap div span {
	background-color: #83CC60;
}
.materiality-detail03 .table .th .wrap,
.materiality-detail03 .table .block .row {
	background-color: #EBFAE4;
}
.materiality-detail03 .table .block h4 span {
	background-color: #C7F3B3;
}

/* color04 */
.materiality-detail04 .head h3 {
	background-color: #DB73D1;
}
.materiality-detail04 .table .th h4,
.materiality-detail04 .table .block h4 {
	background-color: #FFC8F1;
}
.materiality-detail04 .table .th h4 span {
	color: #D252C5;
}
.materiality-detail04 .table .th .wrap div span {
	background-color: #E893E0;
}
.materiality-detail04 .table .th .wrap,
.materiality-detail04 .table .block .row {
	background-color: #FFE7F9;
}
.materiality-detail04 .table .block h4 span {
	background-color: #FFD9F5;
}

/*============================================================
	具体的事例
*/
.case {
	position: relative;
	margin: 30px 0 0 0;
	padding: 0 0 20px 330px;
	min-height: 205px;
}
.case .image {
	position: absolute;
	top: 0; left: 0;
	width: 290px;
}
.case .image img {
	width: 100%;
}
.case h3 {
	font-size: 115%;
	line-height: 1.5;
}
.case p {
	margin-top: 10px;
	font-weight: 500;
	line-height: 1.9;
}

@media screen and (max-width: 680px) {
	.case {
		margin: 20px 0 0 0;
		padding: 0;
		min-height: 1px;
	}
	.case .image {
		position: static;
		margin: 15px 0 0 0;
		width: 100%;
	}
	.case h3 {
		text-align: center;
		font-size: 120%;
		line-height: 1.5;
	}
	.case p {
		margin-top: 10px;
		line-height: 1.9;
	}
}

/*============================================================
	ファミリーデー
*/
.family-day {
	display: flex;
	margin: 40px 0 20px 0;
}
.family-day .image {
	flex-basis: 290px;
}
.family-day .image > div:not(:last-child) {
	margin-bottom: 30px;
}
.family-day .image img {
	width: 100%;
}
.family-day .detail {
	flex: 1;
	padding-left: 40px;
}

@media screen and (max-width: 680px) {
	.family-day {
		display: block;
		margin: 30px 0 20px 0;
	}
	.family-day .image > div:not(:last-child) {
		margin-bottom: 20px;
	}
	.family-day .detail {
		margin-top: 20px;
		padding: 0;
	}
}

/*============================================================
	表組
*/
.table-social {
}
.table-social .block:not(:last-child) {
	margin-bottom: 20px;
}
.table-social table {
	width: 100%;
	line-height: 1.5;
}
.table-social table th,
.table-social table td {
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
}
.table-social table th {
	background-color: #FCE4D6;
	width: 22%;
}
.table-social table th:first-child {
	width: auto;
}

@media screen and (max-width: 680px) {
	.table-social table th {
		width: 22%;
	}
	.table-social table th:first-child {
		width: auto;
	}
}

/*============================================================
	表組
*/
.table-data table {
	width: 100%;
	border-bottom: 1px solid #D9D9D9;
}
.table-data table th,
.table-data table td {
	vertical-align: middle;
	padding: 10px 5px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	text-align: center;
	line-height: 1.5;
}
.table-data table .head th {
	background-color: #C71212;
	border-top: 0;
	color: #FFF;
}
.table-data table .head th:first-child,
.table-data table .first {
	padding-left: 20px;
	border-left: 0;
	text-align: left;
}
.table-data table .head .th {
	width: 7em;
}
.table-data table .head .th-year {
	width: 7em;
}
.table-data table .total td {
	border-top: 2px solid #D9D9D9;
}
.table-data table .cell-total {
	width: 5em;
	vertical-align: top;
}
.table-data table .vtop {
	vertical-align: top;
}
.table-data table .blank {
	width: 7em;
	border-left: 0;
}
.table-data table .en {
	font-family: 'Roboto Condensed', sans-serif;
}
.table-data table .num {
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.table-data table sup {
	position: relative;
	top: -0.8em;
	font-size: 50%;
}
.table-data-note {
	margin-top: 15px;
	font-size: 86%;
}

@media screen and (max-width: 680px) {
	.table-data table {
		width: 150vw;
	}
	.table-data table.type-1 {
		width: 160vw;
	}
	.table-data table th,
	.table-data table td {
		white-space: nowrap;
	}
	.table-data table .head th:first-child,
	.table-data table .first {
		padding-left: 10px;
	}
	.table-data table .first {
		white-space: normal;
	}
	.table-data table .head .th {
		width: 8em;
	}
	.table-data table .head .th-year {
		width: 7em;
	}
	.table-data table .cell-total {
		width: 4em;
	}
	.table-data table .blank {
		width: 5em;
	}
	.table-data table .sup {
		display: inline-block;
		position: relative;
		padding-right: 0.7em;
	}
	.table-data table .sup sup {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 100%;
		transform-origin: 50% 20%;
		transform: scale(0.6);
	}
	.table-data-note {
		margin-top: 5px;
	}
}
