/* direction */

#primary section header,
section.information  header
{
	margin-bottom: 32px;
	width: 100%;
}

#primary section header h2,
section.information  header h2
{
	font-size: 20px;
	text-align: center;
	color: var( --main-key-color );
	font-weight: bold;
}

.information{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: start;
	align-items: stretch;	
	
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 28px 20px;
	width: calc(74% + 200px);
	max-width: calc(1000px + 2%);
	background: #fff;
	border-radius: 8px;
}

.information.up{
	margin: -4.6vw auto 0;
}

.information.up article {
	margin: 0 .8vw 1.6vw;
}

.information article {
	display: flex;
	flex-flow: row nowrap;
	justify-content: start;
	align-content: space-between;
	align-items: stretch;	
	padding-bottom: 4px;
	width: 48%;
	 max-width:460px;
	 border-bottom: var( --main-color-bdb) solid 1px;
}

.information.sixReason article {
	margin: 0 .8vw 0;
}

.information article .info_imgbox,
.information article .info_contents,
.information article .iconbox
{
	
}

.information article .info_imgbox{
	flex: 0 0 auto;
	margin-right: 8px;
	width: 80px;
	height: 80px;
	border-radius: 4px;
}

.information article .info_imgbox img{
	width: 100%;
	width: 80px;
	height: auto;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
}

.information article .info_contents{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-content: center;
	align-items: start;	
	margin-right: 8px;
	max-width: calc(100% - 204px);
}

.information article .info_contents h2{
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 18px;
}

.information article .info_contents .info_description{
	margin-bottom: 4px;
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information article .info_contents .info_bottom{
	font-size: 13px;
	line-height: 16px;
}

.information article .iconbox{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-content: center;
	align-items: center;	
	width: 108px;
}

.information article .info_contents .info_bottom{
	flex: 0 1 auto;
	color: var( --main-sub-color);
}

.information article .info_contents .info_bottom .info_date{
	display: inline-block;
	margin-right: 4px;
}

.casestudy #contents .iconarea,
.information article .iconarea{
	display: flex;
	flex-flow: row nowrap;
	justify-content: start;
	align-content: center;
	align-items: center;	
	width: 100%;
	height: 32px;
}

.casestudy #contents .iconarea span,
.information article .iconbox span{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: space-between;
	align-items: stretch;	
	margin-left: 4px;
	padding: 2px;
	width: 32px;
	height: 32px;
	font-size: 11px;
	line-height: 14px;
	line-break: anywhere;
	/* background: #efefef;
	border: var( --main-color-bdb) solid 1px; */
	border-radius: 4px;
	box-sizing: border-box;
}

.information article:hover{
	cursor: pointer;
	background: var(--main-hover-light);
	border-radius: 4px;
}

/* NEWの表示期間 */

.information article.new .info_imgbox{
	position: relative;
	z-index: 1;
	
}

.information article.new .info_imgbox:after{
	content: 'NEW';
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;	
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
	text-align: center;
	width: 24px;
	height: 24px;
	font-size: 8px;
	color: #fff;
	background: rgba(255,102,102,0.66);
	border-radius: 50%;
}


.information article .iconbox .info_buton{
	display: block;
	width: 100%;
	height: 24px;
	font-size: 13px;
	text-align: center;
	color: var( --main-key-color-hover );
	border-radius: 12px;
	border: var( --search-color ) solid 1px;
	box-sizing: border-box;
}

.information article:hover .iconbox .info_buton{
	color: #fff;
	background: var( --search-color);
}

.iconarea .cs_arc{background: #cfe2cf;}
.iconarea .cs_scope{background: #e2e2f5;}
.iconarea .cs_place{background: #fbebd9;}

/* SIX REASON +++++++++++++++++ */

.information.sixReason{
	justify-content: space-between;
	margin-bottom: 48px;
	padding: 28px 0;
	background: transparent;
}

.information.sixReason article {
	display: flex;
	flex-flow: column;
	justify-content: start;
	align-content: space-between;
	align-items: center;
	margin-right: 0;
	padding: 12px 4px 4px;
	width: 15%;
	max-width: 160px;
	background: #fff;
	box-sizing: border-box;
	flex: 0 1 auto;
}

.information.sixReason article:nth-child(2) {
	background: #fff url('/assets/cl_maruna/images/6r_6.svg') no-repeat center;
}

.information.sixReason article:nth-child(3) {
	background: #fff url('/assets/cl_maruna/images/6r_5.svg') no-repeat center;
}

.information.sixReason article:nth-child(4) {
	background: #fff url('/assets/cl_maruna/images/6r_4.svg') no-repeat center;
}

.information.sixReason article:nth-child(5) {
	background: #fff url('/assets/cl_maruna/images/6r_2.svg') no-repeat center;
}

.information.sixReason article:nth-child(6) {
	background: #fff url('/assets/cl_maruna/images/6r_3.svg') no-repeat center;
}

.information.sixReason article:nth-child(7) {
	background: #fff url('/assets/cl_maruna/images/6r_1.svg') no-repeat center;
}

.information.sixReason article .num{
	
	margin-bottom: 16px;
	padding-bottom: 8px;
	width: 20px;
	font-size: 28px;
	font-family: 'Poiret One';
	text-align: center;
	color: var(--main-key-color);
	font-weight: bold;
	border-bottom: var(--main-key-color) solid 2px;
}

.information.sixReason article h3{
	margin-bottom: 16px;
	color: #000;
}

.information.sixReason article .content{
	margin-bottom: 16px;
	text-align: center;
	
}


@media only screen and (min-width: 916px) {
}


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


	#primary section header h2,
	section.information  header h2
	{
		font-size: 16px;
		text-align: center;
		color: var( --main-key-color );
		font-weight: bold;
	}
	
	.information{
		flex-flow: column;
		justify-content: start;
		align-content: center;
		align-items: stretch;	
		
		position: relative;
		z-index: 2;
		margin: 0 auto;
		padding: 28px 36px;
		width: calc(74% + 200px);
		width: 100%;
		max-width: 621px;
	}

	.information article {
		display: flex;
		flex-flow: row nowrap;
		justify-content: start;
		align-content: space-between;
		align-items: stretch;	
		
		position: relative;
		margin-right: 0;
		margin-bottom: max(1.6vw, 12px);
		padding-bottom: 44px;
		width: 100%;
		 max-width: 549px;
		 border-bottom: var( --main-color-bdb) solid 1px;
	}

	.information article:last-child {
		margin-bottom: 0;
	}


	#container .information article .iconbox{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-content: center;
		align-items: flex-end;	
		
		position: absolute;
		left: 0; bottom: 4px;
		width: 100%;
	}

	.information article .info_contents{
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		align-content: center;
		align-items: start;	
		margin-right: 8px;
		width: calc(100% - 88px);
		max-width: calc(100% - 88px);
	}

	.information article .iconbox .info_buton{
		width: 108px;
	}

	/* SIX REASON +++++++++++++++++ 

	.information.sixReason{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: start;
	align-items: stretch;	
	
	position: relative;
	z-index: 2;
	margin: 0 auto;
	}*/
	

	.information.sixReason{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-content: center;
	align-items: stretch;	
	
	position: relative;
	z-index: 2;
	}

	.information.sixReason article {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-content: space-between;
		align-items: center;
		margin-right: 0;
		padding: 16px 36px;
		width: 100%;
		max-width: 100%;
		background: #fff;
		box-sizing: border-box;
		flex: 0 1 auto;
	}

	.information.sixReason article:last-child {
		margin-bottom: 0;
	}
}


@media only screen and (max-width: 567px) {
		
	.information.up {
		margin: 0 auto 0;
	}


}

@media only screen and (max-width: 375px) {
	
	.information.sixReason {
		margin-bottom: 24px !important;
	}
}

