main {
	width: 1180px;
	margin: 60px auto;}
/*.ImScale.hover img {
	transform: scale(1.06) rotate(0.1deg);
	opacity: 0.8;}*/
/*.ImScale.hover.outerTxt img {
	transform: scale(1) rotate(0deg);
	opacity: 1;}*/
/* ----------------------------------------
Index
----------------------------------------*/
h1.pageTitle{
	height: 360px;
	color: #FFF;
	margin-bottom: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 150px;
	text-shadow: 0 0 133px #728e28;}
h1.pageTitle:after {
		bottom: 140px;}
#Sustainability.Index h1.pageTitle {
	background-image: url(/sustainability/images/index/img_main_pc.jpg);}

.sustainabilityArea h2 {
	margin: 0 0 80px 0;
	color: #333;
	font-size: 2.4rem;
	font-weight: normal;}
.imgListArea {
	display: flex;
		justify-content: space-between;
	margin-bottom: 60px;}
.imgListArea li {
	width: calc((100% - 25px * 2) / 3);}
	.imgListArea.L li {
		width: calc(50% - 40px / 2);}
.imgListArea figure {
	margin: 0 0 30px 0;}
.imgListArea figure > img {
	width: 101%;
	height: auto;}
	.imgListArea.L figure > img {
		width: 100%;
		height: auto;}
.imgListArea figure.bd1px {
	border: 1px solid #e9ecee;}
.imgListArea h3 {
	display: inline-block;
	margin: 0 0 30px 0;
	color: #333;
	font-size: 1.8rem;
	transition: color 0.12s;}
	.imgListArea.L h3 {
		margin: 0 0 20px 0;
		padding: 0;}
	.imgListArea a.hover h3 {
		color: #e60012;}
.imgListArea p {
	color: #333;
	font-size: 1.4rem;}

.textLinkArea {
	color: #333;
	font-size: 1.4rem;}
	.textLinkArea.Two {
		display: flex;
		flex-wrap: wrap;}
.textLinkArea li {
	width: 100%;
	margin: 0 0 20px 0;}
	.textLinkArea.Two li {
		width: 50%;}
	.textLinkArea li .redArrowS {
		position: static;
		margin: 0 7px 2px 0;}
.textLinkArea a {
	transition: color 0.12s;}
	.textLinkArea a.hover {
		color: #e60012;}

.soft99Asia {
	margin: 0 0 80px 0;
	padding: 40px calc((100% - 1180px) / 2);
	background: #f3f5f7;}
.soft99Asia .imgListArea {margin: 0;}
.soft99Asia .imgListArea figure {margin: 0;}
.soft99Asia .imgListArea li {
	/*display: flex;
		flex-direction: column;
		justify-content: center;*/}
.soft99Asia h2 {
  padding: 20px 0 0 0;
	margin: 0 0 16px 0;
	color: #333;
	font-size: 1.8rem;
	font-weight: normal;}
	.soft99Asia a.hover h2{
		color: #e60012;}

.soft99Asia p {
	font-size: 1.4rem;
	line-height: 2.4rem;}

.newsList {
	width: 1180px;
	margin: 0 auto 80px auto;}
.newsList h2 {
	margin: 0 0 40px 0;
	font-size: 2.8rem;
	font-weight: normal;}
.newsList .newsList{
	margin-bottom: 20px;}
/* topic
------------------------------*/
.topic {
	padding: 40px calc((100% - 1180px) / 2);
	background: #f3f5f7;
	text-align: right;}

.topicList {
	margin: 0 0 20px 0;}
.topicList li {
	color: #333;
	font-size: 1.4rem;
	border-bottom: 1px solid #e9ecee;}
.topicList li a {
	display: flex;
		align-items: center;
	padding: 15px 30px;
	transition-property: box-shadow;}
	.topicList li a.hover {
		box-shadow: 0 10px 10px -4px rgba(0,0,0,0.1);}
.topicList li a time {
	min-width: 112px;}
.topicList li a span {
	margin: 0 30px;}
.topicList li a p {
	transition: color 0.12s;}
.topicList li a.hover p {
	color: #e60012;}

.topicList-btnWrap {
	text-align: right;}
.topicList-btn {
	display: inline-block;
	position: relative;
	color: #e60012 !important;
	font-size: 1.2rem;
	padding: 8px 60px;
	border: 1px solid #e60012;
	background: #fff;
	transition-property: color, background;
	transition-duration: 0.12s;
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
	transition: 0.12s;
	transition-property: color, background;}
.topicList-btn .redArrowS {
	right: 20px;
	transition: 0.12s;
	transition-property: border, transform;}
	.topicList-btn.hover {
		color: #fff !important;
		background: #e60012;}
	.topicList-btn.hover .redArrowS {
		border-color: #fff;
		transform: translateX(5px) rotate(-45deg);}