@charset "utf-8";


/* column
----------------------------------------------- */

.lp-column {
}
.lp-column__outer {
}
.lp-column__inner {
	margin: auto;
	width: 970px;
}
.lp-column__articles {
	padding: 10px 0 0;
}
.lp-column__article {
	margin: 50px 0 0;
}
.lp-column__article a {
	color: #fff !important;
}
.lp-column__columns {
	display: flex;
	justify-content: space-between;
	margin: 0 30px;
	padding: 30px 0;
}
.lp-column__column:first-child {
	width: 420px;
}
.lp-column__column:last-child {
	padding: 0 0 70px;
	width: calc(100% - 440px);
}
.lp-column__image {
}
.lp-column__image img {
	width: 100%;
	height: auto;
}
.lp-column__subject {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}
.lp-column__date {
	position: relative;
	margin: 10px 0 0;
	color: #00aee5;
	font-size: 14px;
	text-align: right;
	z-index: 1;
}
.lp-column__date:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	right: 84px;
	height: 1px;
	background-color: #336494;
	z-index: 1;
}
.lp-column__text {
	margin: 15px 0 0;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}
.lp-column__user {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	right: 30px;
	bottom: 33px;
	width: 160px;
	z-index: 1;
}
.lp-column__user:after {
	display: block;
	content: "";
	position: absolute;
	top: 50px;
	left: 24px;
	width: 1px;
	height: 32px;
	background-color: #00aee5;
	z-index: 1;
}
.lp-column__icons {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #00aee5;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 2;
}
.lp-column__icons:before,
.lp-column__icons:after {
	display: block;
	content: "";
	position: absolute;
	top: 72px;
	left: 50%;
	margin: 0 0 0 -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #00aee5;
	border-radius: 50%;
	background-color: #000;
	box-sizing: border-box;
	z-index: 1;
}
.lp-column__icons:after {
	margin: 0 0 0 -3px;
	top: 79px;
	width: 6px;
	height: 6px;
	background-color: #00aee5;
}
.lp-column__icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f09cb4;
	overflow: hidden;
	z-index: 1;
}
.lp-column__icons img {
	width: 100%;
	height: auto;
}
.lp-column__name {
	display: block;
	width: calc(100% - 60px);
	color: #00aee5;
	font-size: 14px;
	line-height: 20px;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* column
	----------------------------------------------- */

	/* hover */

	.lp-column__article a:hover {
		text-decoration: none !important;
	}


	/* lp-scope
	----------------------------------------------- */
	
	.lp-scope {
		margin: 80px 0 0;
		height: 430px;
	}
	.lp-scope__lens {
		margin: 0 0 0 -215px;
		width: 430px;
		height: 430px;
	}
	.lp-scope__slide {
		padding: 80px 0 0;
	}


	/* retina
	----------------------------------------------- */
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	}


}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


	/* column
	----------------------------------------------- */
	
	.lp-column__outer {
		margin: 0 15px;
	}
	.lp-column__inner {
		margin: auto;
		max-width: 375px;
		width: auto;
	}
	.lp-column__articles {
		padding: 15px 0 0;
	}
	.lp-column__article {
		margin: 35px 0 0;
	}
	.lp-column__columns {
		display: block;
		margin: 0 15px;
		padding: 25px 0 0;
	}
	.lp-column__column:first-child,
	.lp-column__column:last-child {
		width: auto;
	}
	.lp-column__column:last-child {
		padding: 0 0 90px;
	}
	.lp-column__subject {
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.lp-column__date {
		margin: 10px 0 0;
		font-size: 12px;
	}
	.lp-column__date:after {
		left: -15px;
		right: 70px;
	}
	.lp-column__text {
		margin: 15px 0 0;
		font-size: 12px;
		line-height: 20px;
	}
	.lp-column__user {
		right: 15px;
	}

	/* hover */

	.lp-column__article a:hover {
		text-decoration: none !important;
	}


	/* lp-scope
	----------------------------------------------- */
	
	.lp-scope {
		margin: 50px 0 0;
	}


}


