﻿@charset "utf-8";
/* -----------------------------------------
page.css
サステナビリティの考え方用css
----------------------------------------- */
.globalBanner img {
  display: block;
  width: 224px;
  margin: 12px auto 0;
}
.titleTxtR {
  float: right;
}
.pcNone {
  display: none;
}
.anchorLink {
	text-align: center;
}
.anchorLink > a {
	position: relative;
	border: 2px solid #9adced;
	color: #5bc2dc;
	padding: 12px 52px;
	display: inline-block;
	font-size: 128.6%;/*18px*/
}
.anchorLink > a:before {
	content: "";
	position: absolute;
	margin-top: -7px;
	top: 50%;
	right: 12px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #00a9d4;
}
.anchorLink > a:after {
	content: "";
	position: absolute;
	margin-top: -3px;
	top: 50%;
	right: 16px;
	border-left: 4px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transform: rotate(90deg);
}
.p_mainAreaWrap {
	background: url(https://www.suntory.com/csr/management/img/ind_bg_01.png) 50% 0 repeat;
	background-size: cover;
	padding: 20px 0;
}
.p_mainAreaWrap .f_mainArea {
  margin-bottom: 0;
}
.p_mainAreaWrap h3.p_title {
	border-top: 3px solid #009dc5;
	border-bottom: 3px solid #009dc5;
	color: #009dc5;
	padding: 18px 0;
	text-align: center;
	font-size: 200%;/*28px*/
	margin-bottom: 50px;
}
.p_mainAreaWrap .p_tableWrap {
	background-color: #ffffff;
	padding: 50px 20px 5px;
}
.p_mainAreaWrap .p_table {
	width: 100%;
}
.p_mainAreaWrap .p_table th {
	border-right: 1px solid #d7d7d7;
	padding: 0 15px;
}
.p_mainAreaWrap .p_table th > * {
	background: #00a9d4;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 128.6%;/*18px*/
}
.p_mainAreaWrap .p_table td {
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 15px;
}
.p_mainAreaWrap .p_table tr:last-child td {
	border-bottom: none;
}
.p_mainAreaWrap .p_table th:first-child,
.p_mainAreaWrap .p_table td:first-child {
	padding-left: 0;
}
.p_mainAreaWrap .p_table td:first-child {
	font-size: 114.3%;
	color: #009dc5;
}
.p_mainAreaWrap .p_table th:last-child,
.p_mainAreaWrap .p_table td:last-child {
	border-right: none;
	padding-right: 0;
}
.p_mainAreaWrap .p_table h4.p_title {
	font-size: 114.3%;/*16px*/
}
.p_title_01 {
	position: relative;
	padding-left: 40px;
	display: inline-block;
	font-size: 171.4%;/*24px*/
}
.p_title_01:before {
	content: "";
	position: absolute;
	background: url(https://www.suntory.com/csr/management/img/ind_tit_01.png) 0 0 no-repeat;
	background-size: 31px;
	top: 50%;
	left: 0;
	margin-top: -16px;
	width: 31px;
	height: 31px;
}
.p_title_02 {
	position: relative;
	color: #00a9d4;
	font-size: 114.3%;/*16px*/
}

@media screen and (max-width: 768px){
	.globalBanner img {
		width: auto;
		max-width: 100%;
		margin: 6.6666% auto;
	}
	.titleTxtR {
		float: none;
	}
	.pcNone {
		display:block;
	}
	.p_mainAreaWrap {
		padding: 40px 0;
	}
	.p_mainAreaWrap .p_tableWrap {
		padding: 15px 10px 5px;
		border-radius: 10px;
	}
	.p_mainAreaWrap .p_table th {
		padding: 0 5px;
	}
	.p_mainAreaWrap .p_table td {
		padding: 5px;
	}
	.p_mainAreaWrap h3.p_title {
		font-size: 4vw;
		margin-bottom: 30px;
	}
	.p_mainAreaWrap .p_table th > * {
		font-size: 2vw;
	}
}

@media screen and (max-width: 540px){
	.p_mainAreaWrap .p_table td {
		font-size: 3.05556vw;
	}
}
.f_mainArea.top {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px){
  .f_mainArea.top {
    margin-bottom: 40px;
  }
}

.c_color01 { color: #49b139; }
.c_color02 { color: #1c9fd2; }
.c_color03 { color: #d6d6d6; }
.c_color04 { color: #12b1da; }
.c_color05 { color: #0d367c; }

.m_indentList > li {
	margin-bottom: 0;
}

.m_sectionBox.management {
	border: none;
	background-color: #b4ebf9;
	padding: 24px 20px;
}

.m_centerImg.c_maxWidth-none {
	max-width: inherit;
}