

section.area article .contentsImg{
	width: 18.2%;
	box-sizing: content-box;
}

section.area article .contentsImg img{
	width: 100%;
	height: 100%;
}

section.base article.introduction{
	display: flex;
	flex-flow: column;
	justify-content: start;
	align-content: center;
	align-items: center;
	
	width: 100%;
}

section.area>article{
	display: flex;
	flex-flow: row nowrap;
	justify-content: start;
	align-content: start;
	align-items: center;
	
	padding: 32px 64px;
}

section.area>article:last-child{
	padding-bottom: 64px;
}

section.area>article>.contents{
	order: 2;
	
	width: 100%;
}

.area .verticalmode {
	display: flex;
	flex-flow: row nowrap;
	justify-content: start;
	align-content: start;
	align-items: start;
	
	
}

section.area>article>.contents h3{
	font-size: 2rem;
	line-height: 3rem;
	font-family: adobe-song-std, sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #615900;
}

section.area>article>.contentsImg{
	order: 1;
	
	padding-right: 20px;
	
}

section.area>article>.contentsImg img{
	border-radius: 50%;
}

section.area>article>.contents>.contents p.qr{
	display: flex;
	flex-flow: row nowrap;
	justify-content: start;
	align-content: start;
	align-items: start;
	
}

section.area>article>.contents>.contents p.qr span{

}

section.area>article>.contents>.contents p.qr img{
	margin-left: 4px;	
	width: 120px;
	height: auto;
	border: #e7e7e7 solid 1px;
	border-radius: 8px;
}

section.base{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: stretch;
	
	margin-bottom: 20px;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
}

section.area{
	flex-flow: column;
	justify-content: start;
	
}

section.base> header{
	flex: 0 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	
	padding: 12px 0;
	width: 100%;
	height: 60px;
	color: #2a607a;
	
	background-image:	
	radial-gradient(#e0dae8 20%, rgba(255,255,255,0) 24%),
	radial-gradient(#e0dae8 20%, rgba(255,255,255,0) 24%)
	;
	background-size: 24px 24px;
	background-position: 6px 6px, 18px 18px ;
	
	box-sizing: content-box;
}

section.base> header h2{
	font-family: 'Poiret One';
	font-size: 3rem;
	line-height: 2rem;
	font-weight: 200;
}

section> header h2 span{
	padding-top: 4px;
	font-family: '游明朝';
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: bold;
}

section.base#information>article{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	
	padding: 28px;
	width: 228px;
	width: 23%;
	background: rgba(255,255,255,0);
	
	box-sizing: border-box;

}


/* .contents は複数あるので親にIDを点けて特定 */
section.base#information>article>.contents{
	order: 1;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

section.base>article>header{
	order: 2;
}

section.base>article>footer{
	order: 3;
}

section.base#information>article>.contents .date{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 80px;
	height: 32px;
	font-size: 0.6rem;
	color: #fff;
	font-family: Montserrat;
	font-weight: 600;
	letter-spacing: 1px;
	background: #4c768a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

section.base#information>article>.contents .date:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 32px;
	margin-left: -8px;
	border: solid 8px;
	border-color: 
	#4c768a 
	transparent
	transparent
	transparent;
}

section.base#information>article>.contents img{
	width: 152px;
	height: 152px;
	border: #4c768a solid 2px;
	border-radius: 50%;
	box-sizing: border-box;
}

section.base#information>article>.contents .category{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	
	position: relative;
	z-index: 1;
	top: -8px;
	width: 100px;
	height: 32px;
	color: #4c768a;
	background: #feffd9;
	border-radius: 4px;
	box-sizing: border-box;
	border: #95c4d9 solid 2px;
}

/* COLORING */

section.base#information>article.javascript>.contents .category{
	color: #bd6b8e;
	border: #ddb1c4 solid 2px;
}

section.base#information>article.javascript>.contents .date{
	background: #bd6b8e;
}

section.base#information>article.javascript>.contents .date:after{
	border-color: 
	#bd6b8e 
	transparent
	transparent
	transparent;
}

section.base#information>article.javascript>.contents img{
	border: #bd6b8e solid 2px;
}

section.base#information>article.javascript>footer path.arrowDown{
	fill: #bd6b8e;
}

section.base#information>article.webApp>.contents .category{
	color: #68bba0;
	border: #aedbcc solid 2px;
}

section.base#information>article.webApp>.contents .date{
	background: #68bba0;
}

section.base#information>article.webApp>.contents .date:after{
	border-color: 
	#68bba0
	transparent
	transparent
	transparent;
}

section.base#information>article.webApp>.contents img{
	border: #68bba0 solid 2px;
}

section.base#information>article.webApp>footer path.arrowDown{
	fill: #68bba0;
}

/* COLORING END */

section.base>article>header h3{
	margin-bottom: 12px;
	font-size: 0.8rem;
	line-height: 1.2rem;
	font-weight: normal;
	font-family: 游ゴシック;
	text-align: center;
}


section.base>article>footer a{
	display: block;
	width: 32px;
	height: 30px;
	/* text-indent: -9999px; */
	/* background: transparent url("/assets/labo/newshv/images/arrow-down.svg") 0 0 no-repeat; */
}


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

	section.base#information>article{
		width: 46%;
	}
}

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

	section.area > article > .contents > .contents p.qr{
		display: none;
	}

	section.area > article > .contents h3{
		margin-bottom: 12px;
		text-align: center;
	}
	
	section.area>article{
		flex-flow: column;
		justify-content: start;
		align-content: start;
		align-items: center;
		
		padding: 6% 4%;
		width: 100%;
	}

	section.area>article>.contentsImg{
		margin-bottom: 16px;
		padding-right: 0;
		width: 44%;
		order: 2;
	}
		
	section.area article>.contents{
		display: flex;
		flex-flow: column;
		justify-content: start;
		align-items: center;
		
		margin-bottom: 12px;
	}
	
	section.area article>.contents>.contents{
		max-width: 400px;
	}

}

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

	section.area>article>.contentsImg{
		width: 66%;
	}
}

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

	section.base#information>article{
		width: 92%;
	}
}
