@charset "utf-8";
/* CSS Document */

/* SP用 */
@media screen and (max-width:640px) {

	* {
		box-sizing: border-box;
	}
	#wrap {
		position: relative;
	}
	#contentsTit {
		background: #86CEE0;
		position: relative;
		height: 42.25vw;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	#contentsTit:after {
		padding-top: 42%; /* calcノンサポート用 */
		padding-top: calc(56.25vw - 50px);
		display: block;
		background: url(https://www.rals.co.jp/img/header_news_2x.png) no-repeat center;
		content: "";
		background-size: contain;
		margin: 0 auto;
		position: fixed;
		top: 87px;
		z-index: 1;
		width: 100%;
	}
	#contentsTit img {
		width: 100%;
		position: fixed;
		top: 40px;
	}
	/*#main {
		position: relative;
		z-index: 1;
	}*/


#newsArea {
	background: #FFF;
	padding: 6.25%; /* 20px */
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

#newsArea img {
	vertical-align: sub;
}

article{
	margin: 0 0 25px;
	padding: 0 0 25px;
	line-height: 1.7;
	font-size: 4.6875vw; /* 15px */
}
article p {
	color: #333;
}

#newsArea .picBox img {
	width: 100%;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

#newsArea .rightArea {
	margin-bottom: 25px;
	padding: 7.145% 0 8.93%; /* 20px 0 25px */
	border-bottom: 1px solid #D6D6D6;
	word-break: break-all;
}

#newsArea .rightArea .date {
	color: #777;
	font-size: 4.0625vw; /* 13px */
}

#newsArea .rightArea .date img {
	margin-left:12px;
}

#newsArea .rightArea .title {
	display: block;
	margin: 5.36% 0; /* 15px 0 */
	line-height: 1.5;
	font-size: 6.25vw; /* 20px */
	font-weight: bold;
	color: #624239;
}

#newsArea .entry {
	padding-top: 7.145%; /* 20px */
	border-top: 1px solid #D6D6D6;
}
#newsArea .entry a {
	color: #258FB8;
}
#newsArea .entry a:hover {
	color: #C67D22;
}

#newsArea .listLink a {
	display: block;
	padding: 10px;
	border: 0.625vw solid #86CEE0; /* 2px */
	border-radius: 1vw;
	text-align: center;
	font-size: 4.6875vw; /* 15px */
	position: relative;
}
#newsArea .listLink a:after {
	/* 矢印共通 */
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	z-index: 99999;
	/* くの字アイコン */
	left: 6.25vw; /* 20px */
	width: 1.565vw; /* 5px */
	height: 1.565vw;
	border-top: 0.625vw solid #86CEE0; /* 2px */
	border-right: 0.625vw solid #86CEE0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.clearfix {
	clear: both;
}

#newsArea .wp_social_bookmarking_light,
#newsArea .wp_social_bookmarking_light_clear {
	display: none;
}


}