main {
	width: calc(100% - 30px);
	margin: 40px 15px 100px;
	margin-bottom: 20px;}

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);}
.Index h1.pageTitle {
	background-image: url(/zh/rd/images/index/img_main_sp.jpg);
	background-position: center;}


.profileArea 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 > img {
	width: 100%;}
.imgListArea h3 {
	padding: 0;
	font-size: 1.6rem;}
.imgListArea p {
	line-height: 2.4rem;}

.textListArea {
	position: relative;
		justify-content: left;
		flex-wrap: wrap;
	margin-bottom: 60px;
	padding: 40px 0;
	background: #f3f5f7;}
	.textListArea:before {
		content: "会社情報";
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
		color: #333;
		font-size: 1.6rem;
		font-weight: bold;}
	.textListArea:after {
		content: "";
		position: absolute;
			top: 0;
			right: -15px;
			bottom: 0;
			left: -15px;
			z-index: -1;
		display: block;
		background: #f3f5f7;}
.textListArea li {
	width: 50%;
	margin: 0 0 30px 0;
	padding: 0 10px;}
.textListArea li:nth-last-child(-n+2) {
	margin-bottom: 0;}
.textListArea li:not(:last-child) {border: 0;}
.textListArea a {
	display: inline-block;
	padding: 0;
	color: #333;
	text-decoration: none;
	transition: color 0.12s;}


.rdArea	{
	margin-bottom: 60px;
	/*padding: 40px 15px;*/}
.rdArea h2 {
	margin-bottom: 40px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.8rem;}
.rdArea	.imgListArea.L li {
	margin-bottom: 15px;}
.rdArea	.imgListArea.L li:last-child {
	margin-bottom: 0;}


.newsListArea {
	width: calc(100% - 15px * 2);
	margin-bottom: 60px;
	padding-bottom: 40px;}
.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.hover {
		box-shadow: 3px 0 7px rgba(0,0,0,0.0);}
.topicList-btn .redArrowS {
	right: 10px;
	border-color: #fff;
	transition: transform 0.2s;}

.fieldArea {
	margin-bottom: 130px;
	padding: 60px 15px 90px 15px;}
.fieldArea h2 {
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 2rem;}
.fieldArea > h2 + p {
	margin-bottom: 40px;
	text-align: left;
	line-height: 2.4rem;}
.fieldListWrap {
	width: 100%;}
.fieldListWrap li {
	width: calc((100% - 15px) / 2);
	margin-right: 15px;
	margin-bottom: 40px;}
	.fieldListWrap li:nth-last-child(-n+3) {
		margin-bottom: 40px;}
	.fieldListWrap li:nth-child(2n) {
		margin-right: 0;}
	.fieldListWrap li:nth-last-child(-n+2) {
		margin-bottom: 0;}
.fieldListWrap li a div {
	margin-bottom: 12px;}
.fieldListWrap li a h3 {
	font-size: 1.2rem;
	font-weight: normal;}
.fieldAreaBtn a {
	width: calc(100% - 60px * 2);}
