@charset "utf-8";




#privaacy_title{
    width: 100%;
}


#privaacy_title .wrap{
	max-width:1000px;
	margin: 0 auto;
	padding: 0px;
}


#privaacy_title .wrap h2{
	font-size:20px;
	font-weight: 600;
	padding: 20px 0;
/* 	border-top: 1px solid #ccc;
	border-top: 1px solid rgba(0,0,0,0.2); */
	text-align: left;
	color: #385f00;
}




#archives {
	position: relative;
	margin-bottom: 30px;
	width: 710px;
	font-family: "Helvetica W01 Cn", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo UI", serif;
}

#archives ul {
	position: relative;
	padding-left: 0;
	list-style: none;
}

#archives li {
	font-size: 1.1em;
	letter-spacing: 0.1em;
}

#archives li a {
	text-decoration: none;
	color: rgba(0,0,0,1);
}

#archives li a:hover {
	text-decoration: underline;
}

#archives:before,
#archives:after {
	content: "";
	display: table;
	clear: both;
}

#archives > ul > li {
	position: relative;
	float: left;
	margin-right: 40px;
	padding-bottom: 10px;
	cursor: default;
}

#archives ul ul {
	display: block;
	position: absolute;
	padding: 20px;
	top: 0;
	left: 0;
	width: 650px;
	clear: both;
	line-height: 1em;
	overflow: hidden;
	z-index: 10;
	background: rgba(0,0,0,0.95);
	transform: translateY(10px);
}

#archives ul ul:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	top: -5px;
	left: 15px;
	border: 5px solid transparent;
	border-bottom: 5px solid rgba(0,0,0,0.9);
}

#archives li li {
	width: 100%;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin: 0;
}

#archives li li {
	width: 20%;
	display: block;
	float: left;
	margin: 0;
}

#archives .categories-list ul {
	width: 150px;
}

#archives .categories-list li {
	width: 100%;
}

#archives li li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	transition: all 0.25s ease;
	color: rgba(255,255,255,0.5);
}

#archives li li a:hover {
	border: none;
	text-decoration: none;
	color: rgba(255,255,255,1);
}

#archives li span {
	padding-right: 8px;
}

#archives li span:after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	right: 0;
	top: 11px;
	border: 6px solid transparent;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
	border-top: 6px solid #000;
	border-top: 6px solid rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

#archives li:hover span:after {
	opacity: 0;
}

/* ---------------------------------------------- */


#archives .pseudo-selectbox,
#archives ul {
}

#archives .pseudo-selectbox {
	display: inline-block;
	position: relative;
	z-index: 0;
	cursor: pointer;
	color: #000;
	outline: 0;
	transition: border 0.25s ease;
}


/* ---------------------------------------------------------------------------------------------- */


#archives input {
	border: none;
}

#archives #search {
	position: relative;
	padding-top: 5px;
	width: 240px;
}

#archives #search #search-text {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	float: left;
	width: auto;
	padding: 0 0 3px;
	font-family: "Helvetica W01 Cn", YuGothic, 'Yu Gothic', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "メイリオ", "Meiryo UI", sans-serif;
	box-shadow: none;
	opacity: 1;
	border-radius: 0;
	-webkit-appearance: none;
}

#archives .transition {
	-webkit-transition: all 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	   -moz-transition: all 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	        transition: all 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}

#archives #search #search-text:focus + #search-submit {
	opacity: 1;
}

#archives #search #search-text:invalid {
	
}

#archives #search #search-submit {
	margin: 0;
	padding: 2px 5px 5px;
	font-size: 10px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	   -moz-transition: all 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	        transition: all 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}

#archives #rssfeed {
	float: right;
	font-size: 0.9em;
	margin-right: 0;
}

#archives #rssfeed a {
	text-decoration: underline;
	color: rgba(0,0,0,0.8);
}

#archives #rssfeed a:hover {
	text-decoration: none;
	color: rgba(0,0,0,1);
}


/* ---------------------------------------------------------------------------------------------- */


#contents #recent h1 {
	/*text-transform: uppercase;*/
	letter-spacing: 0.05em;
}

#contents .entries {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 60px;
	list-style: none;
	padding-left: 0;
}

#contents .entries > li {
	float: left;
	width: 220px;
	margin-right: 25px;
	height: calc(140px + 40px + 30px + 100px); /* img + date + category + p */
	margin-bottom: 40px;
}

#contents .entries > li a {
	display: block;
	width: 100%;
	/*height: 100%;*/
	text-decoration: none;
}

#contents .entries figure {
	position: relative;
	line-height: 0;
	width: 220px;
	height: 140px;
}

#contents .entries figure:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url(../../common/images/icon_arrow_right_s_wt.png) no-repeat center center;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}

#contents .entries a:hover figure:before {
	opacity: 1;
}

#contents .entries h1 {
	display: table-cell;
	vertical-align: middle;
	height: 25px;
	font-family: "Helvetica W01 Cn", serif;
	font-size: 1.2em;
	letter-spacing: 0.06em;
	padding: 10px 0 0 0;
}

#contents .entries p {
	position: relative;
	margin: 0;
	line-height: 1.6em;
	overflow: hidden;
	height: 100px;
	font-size: 0.9em;
	color: rgba(0,0,0,0.7);
	text-overflow: clip;
}

#contents .entries h2 {
	margin: 0;
	position: relative;
	margin: 0;
	line-height: 1.6em;
	overflow: hidden;
	height: 100px;
	font-size: 0.9em;
	color: rgba(0,0,0,0.7);
	text-overflow: clip;
	font-family: "Hiragino Mincho ProN","ヒラギノ明朝 ProN W3","ＭＳ Ｐ明朝","細明朝体","メイリオ","Meiryo UI",sans-serif;
}


#contents .entries p img,
#contents .entries p br {
	display: none;
}

#contents .entries p:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 220px;
	height: 20px;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	z-index: 1;
}
#contents .entries li:nth-child(3n) {
	margin-right: 0;
}

#contents .category {
	width: 220px;
	height: 30px;
	margin: 0;
	padding-left: 0;
	list-style: none;
	font-family: "Helvetica W01 Cn", YuGothic, 'Yu Gothic', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo UI", sans-serif;
	font-size: 0.85em;
	letter-spacing: 0.05em;
}
#contents .entries .category {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	
}
#contents .category li {
	display: inline;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#contents .category li:after {
	content: ", ";
}

#contents .category li:last-child:after {
	display: none;
}

#contents .wp-pagenavi {
	float: left;
	list-style: none outside none;
	margin-right: 20px;
	padding-left: 0;
	clear: none;
}

#contents .wp-pagenavi a,
#contents .wp-pagenavi span {
	margin-left: 10px;
	padding: 0 5px;
	display: inline-block;
	min-width: 1em;
	border: none;
}

#contents .wp-pagenavi a {
	font-family: "Helvetica W01 Cn", "Hiragino Mincho ProN","ヒラギノ明朝 ProN W3","ＭＳ Ｐ明朝","細明朝体","メイリオ","Meiryo UI",sans-serif;
}

#contents .wp-pagenavi .current {
	font-family: "Helvetica W01 Bd Cn", "Hiragino Mincho ProN","ヒラギノ明朝 ProN W3","ＭＳ Ｐ明朝","細明朝体","メイリオ","Meiryo UI",sans-serif;
}



/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (max-width: 980px) {
	
	#archives {
		width: 100%;
	}
	
	#archives > ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	#archives .categories-list ul,
	#archives ul ul {
		width: 200px;
	}
	
	#archives > ul > li {
		margin: 0 15px;
	}
	
	#archives li li {
		width: 100%;
	}
	
	#archives #rssfeed {
		margin-right: 15px;
	}
	
	#archives #search {
		width: 100%;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	
	#archives #search #search-text {
		width: calc(100% - 30px);
		border-bottom: none;
	}
	
	
	#contents .entries {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#contents .entries > li {
		width: calc(33.333% - 20px);
		height: auto;
		margin-right: 0;
		float: none;
	}
	
	#contents .entries figure {
		width: 100%;
		height: auto;
	}
	
	#contents .entries figure:before {
		
	}
	
	#contents .entries figure img {
		display: block;
		width: 100% !important;
		height: auto !important;
	}
	
	#contents .entries h3 {
		font-size: 1em;
	}
	
	#contents .entries p:after {
		width: 100%;
		height: 50px;
	}
	
	#contents .entries .category {
		width: 100%;
	}
	
}

@media screen and (max-width: 768px) {
	
	#contents .pagination {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	#contents .pagination ul {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	
	#contents .pagination .prev:empty,
	#contents .pagination .next:empty {
		display: none;
	}
}


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

@media screen and (max-width: 540px) {
	
	#contents .entries > li {
		width: calc(50% - 10px);
	}
	
	#archives > ul > li {
		float: none;
	}
	
	#archives li span {
		
	}
	
	#archives #rssfeed {
		float: none;
		font-size: 0.9em;
	}
}


@media screen and (max-width: 374px) {
	
	#contents .entries > li {
		width: 100%;
	}
	
	#contents .entries p {
		height: auto;
	}
	
	#contents .entries p:after {
		display: none;
	}
}