@charset 'utf-8';

.r-automation {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.spnone {
	display: block;
}
.pcnone {
	display: none;
}

/* content */
.automation-mainVisual {
	position: relative;
}
.automation-mainVisual .bg img {
	width: 100%;
}
.automation-mainVisual .content-inner {
	position: relative;
}

.automation-mainVisual .r-hdg-automation01 {
	position: absolute;
	right: 0;
	top: 107px;
	top: 7vw;
	color: #fff;
	font-weight: bold;
	font-size: 5rem;
	background-color: rgba(217, 108, 13, .75);
	padding: 38px 36px 23px 28px;
	text-align: center;
	letter-spacing: 0.07em;
}
.automation-mainVisual .r-hdg-automation01 span {
	font-size: 2.6rem;
	display: block;
	letter-spacing: -.01em;
}

.r-hdg-automation02 {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: -.02em;
}
.r-hdg-automation02 + p {
	margin-top: 30px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: -.02em;
}
.articleList {
	overflow: hidden;
	margin: 70px 0!important;
}
.articleList-col {
	width: 30.3%;
	float: left;
	padding-right: 2.2%;
	margin-right: 2.2%;
	border-right: 1px solid #c8c8c8;
}
.articleList-col:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.articleList-col ul {
	margin-bottom: 0;
}
.articleList-col li a {
	text-decoration: none;
	display: block;
	color: #333333;
	border-bottom: 1px dashed #c8c8c8;
	padding-bottom: 15px;
}
.articleList-col li a.no-link {
	pointer-events: none;
}
.articleList-col li:nth-child(n+2) a {
	padding: 18px 0;
}
.articleList-col li a:hover .articleList-title {
	text-decoration: underline;
}
.articleList-label {
	padding: 7px;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #f57300;
	border-radius: 30px;
	margin-bottom: 20px;
}
.articleList-label.row2 {
	padding: 3px 7px;
	font-size: 1.5rem;
	line-height: 1.3;
}
.articleList-top {
	position: relative;
}
.articleList-top img {
	width: 100%;
}
.articleList-bottom {
	margin-top: 15px;
}
.articleList-bottom-col {
	overflow: hidden;
	margin-top: -5px;
}
.articleList-bottom-col .articleList-title{
	width: 63%;
	float: left;
	line-height: 1.4;
	min-height: 5.5em;
}
.articleList-bottom-col .articleList-img{
	width: 30.7%;
	float: right;
}
.articleList-bottom-col .articleList-img img {
	width: 100%;
}
.articleList-tag {
	color: #fff;
	font-size: 1.6rem;
	background-color: #ccc;
	padding: 5px;
	width: 95px;
	text-align: center;
	box-sizing: border-box;
}
.articleList-tag.row2 {
	font-size: 1.3rem;
	padding: 2px 5px;
	line-height: 1.2;
}
.articleList-tag.case {
	background-color: #f5be00;
}
.articleList-tag.webinar {
	background-color: #b4b950;
}
.articleList-tag.column {
	background-color: #5aaaaa;
}
.articleList-tag.release {
	background-color: #7382be;
}
.articleList-tag.paper {
	background-color: #7382be;
}
.articleList-top img + .articleList-tag {
	position: absolute;
	left: 0;
	bottom: 0;
}
.articleList-tag-corporate {
	color: #eb4600;
	font-size: 1.6rem;
	background-color: rgba(255, 255, 255, .85);
	padding: 5px 10px;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
.articleList-title {
	font-size: 1.6rem;
	letter-spacing: -.02em;
	line-height: 1.6;
	min-height: 4.7em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	box-sizing: border-box;
}
.articleList-title.center {
	text-align: center;
	padding-top: 5%;
}
@media only screen and (max-width: 900px) {
	.automation-mainVisual .r-hdg-automation01 {
		right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.spnone {
		display: none;
	}
	.pcnone {
		display: block;
	}

	/* content */
	.automation-mainVisual .r-hdg-automation01 {
		right: 15px;
		top: 90px;
		top: 20vw;
		font-size: 2.5rem;
		padding: 30px 18px 20px 18px;
		letter-spacing: 0;
	}
	.automation-mainVisual .r-hdg-automation01 span {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	.r-hdg-automation02 {
		font-size: 1.8rem;
		letter-spacing: -.05em;
	}
	.r-hdg-automation02 + p {
		margin-top: 20px;
		font-size: 1.3rem;
	}
	.articleList {
		overflow: hidden;
		margin: 50px 0!important;
	}
	.articleList-top {}
	.articleList-col {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	.articleList-col:nth-child(n+2) {
		margin-top: 40px;
	}
	.articleList-col li a {
		text-decoration: none;
		display: block;
		color: #333333;
		border-bottom: 1px dashed #c8c8c8;
		padding-bottom: 15px;
		position: relative;
	}
	.articleList-col li:nth-child(n+2) a {
		padding: 18px 0;
	}
	.articleList-col li a:hover .articleList-title {
		text-decoration: none;
	}
	.articleList-label {
		font-size: 1.8rem;
	}
	.articleList-bottom-col {
		overflow: hidden;
		margin-top: -4em;
	}
	.articleList-bottom-col .articleList-title {
		width: 60%;
		min-height: auto;
		float: left;
		display: inline-block;
		margin-top: 3.2em;
	}
	.articleList-bottom-col .articleList-img {
		width: 35%;
		float: right;
		display: inline-block;
	}
	.articleList-tag {
		font-size: 1.5rem;
	}
	.articleList-title {
		min-height: auto;
		font-size: 1.4rem;
	}
	.articleList-title.center {
		padding-top: 4%;
	}
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.articleList-label {
		padding-top: 13px;
	}
	.articleList-tag {
		padding: 8px 5px 2px;
	}
}