main {
width: calc(100% - 30px);
margin-right: 15px;
margin-left: 15px;}

h1.pageTitle{
	height: calc(400 / 750 * 100vw);
	margin-bottom: 40px;
	padding: 0;
	padding-top: calc(400 / 750 * 50vw - 26px);
	font-size: 2.2rem;}
h1.pageTitle:after {
	bottom: calc(400 / 750 * 50vw - 20px);}
#Sustainability.Index h1.pageTitle {
	background-image: url(/sustainability/images/index/img_main_sp.jpg);
	background-position: center;}

.sustainabilityArea h2 {
	margin-bottom: 40px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.8rem;}

.imgListArea {
	display: block;
	margin-bottom: 0;}
.imgListArea li {
	width: 100%;
	margin: 0 0 40px 0;}
	.imgListArea.L li {
		width: 100%;}
.imgListArea figure {
	margin-bottom: 20px;}
.imgListArea figure > img {
	width: 100%;}
.imgListArea h3 {
	margin-bottom: 20px;
	padding: 0;
	font-size: 1.6rem;}
.imgListArea p {
	line-height: 2.4rem;}

.textLinkArea {
	position: relative;
		justify-content: left;
		flex-wrap: wrap;
	margin-bottom: 60px;
	padding-left: 0;}
.textLinkArea li {
	margin: 0 0 15px 0;}
.textLinkArea li:not(:last-child) {border: 0;}
.textLinkArea a {
	padding: 0;
	color: #333;
	text-decoration: none;
	transition: color 0.12s;}

.soft99Asia	{
	margin-bottom: 60px;
	padding: 40px 15px;}
.soft99Asia	h2 {
	font-size: 1.6rem;
	font-weight: bold;}
.soft99Asia	.imgListArea.L li {
	margin-bottom: 20px;}
.soft99Asia	.imgListArea.L li:last-child {
	margin-bottom: 0;}

.newsList {
	width: 100%;
	margin-bottom: 60px;
	padding-bottom: 40px;}
.newsList h2 {
	margin: 0 15px 20px 15px;
	font-size: 2rem;}
.newsList .newsList {
	width: calc(100% - 15px * 2);
	padding-bottom: 0;}
.topicList-btnWrap {
	margin-right: 15px;}

/* ----------------------------------------
topic
----------------------------------------*/
.topic {
	padding: 40px 15px;
	text-align: left;
	overflow: hidden;}
.topicList li {}
.topicList li a {
	display: block;
	padding: 20px 0;}
.topicList li a time {
	color: #555;
	font-size: 1.2rem;}
.topicList li a span {
	margin: 0 4px;
	padding: 1px 0;
	font-size: 1.2rem;}
.topicList li a p {
	margin-top: 10px;}
.topicList-btn {
	float: right;
	padding: 4px 30px;
	color: #fff !important;
	background: #e60012;
	box-shadow: 3px 0 7px rgba(0,0,0,0.25);
	transition: box-shadow 0.2s;}
.topicList-btn .redArrowS {
		right: 10px;
	border-color: #fff;
	transition: transform 0.2s;}
	.topicList-btn.hover {
		box-shadow: 3px 0 7px rgba(0,0,0,0.0);}
	.topicList-btn.hover .redArrowS {
		transform: translateX(5px) rotate(-45deg);}