/* CSS Document */

/************************
  Title
************************/

header h3 {
	width: 100%;
	height: auto;
	display: block;
	line-height: 30px;
	font-size: 22px;
	font-weight: normal;
	color: #2A2F33;
	letter-spacing: 0.1em;
	position: relative;
	margin: 0;
	padding: 30px 0 30px 125px;
	float: left;
	background: #EDEFF0;
	border-bottom: #E1E0E5 solid 1px;
	box-sizing: border-box;
}
header h3 i {
	font-size: 30px;
	padding: 2px 0 0 2px;
	position: absolute;
	left: 54px;
	top: 30px;
}

p.page {
	font-size: 12px;
    float: right;
	margin: 0 5% -55px 0;
	padding: 0 140px 0 0;
	position: relative;
	top: -55px;
	z-index: 999;
}

ul.page_navi {
	width: 240px;
	height: auto;
	float: right;
	margin: 0;
	padding: 35px 0 0 0;
	overflow: hidden;
}
ul.page_navi li {
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
	float: right;
	background: none;
	text-align: center;
}
ul.page_navi li i {
	font-size: 20px;
}
ul.page_navi li:first-child {
	margin: 0 0 0 20px;
	text-align: right;
}
ul.page_navi li:last-child {
	margin: 0 20px 0 0;
	text-align: left;
}
ul.page_navi li a {
	font-size: 14px;
	line-height: 20px;
	color: #434343;
}
ul.page_navi li:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

ul.style_change {
	width: 130px;
	height: auto;
    float: right;
	margin: 0 5% -55px 0;
	padding: 0;
	position: relative;
	top: -55px;
	z-index: 9999;
}
ul.style_change li {
	width: 20px;
	height: 20px;
	margin: 0 0 0 20px;
	float: left;
	text-align: right;
	background: none;
}
ul.style_change li i {
	cursor: pointer;
	font-size: 20px;
}
ul.style_change li {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

section.article ul.list {
    padding: 50px 0 20px 0;
}

/************************
  Bottom navis
************************/

section.article ul.page_navi.btm {
	float: right;
}

/************************
  Article Common
************************/

section.article {
	padding: 0 0 70px 0;
}

section.article h3 {
	line-height: 30px;
	font-size: 21px;
	font-weight: normal;
	color: #2A2F33;
	letter-spacing: 0.1em;
	position: relative;
	margin: 5px 0 0 0;
	padding: 0 0 0 50px;
	float: left;
}
section.article h3 i {
	font-size: 30px;
	padding: 2px 0 0 2px;
	position: absolute;
	left: 0;
	top: 0;
	color: #FF8932;
}
section.article a.list {
	width: 220px;
	height: 40px;
	padding: 0 40px 0 0;
	display: block;
	line-height: 40px;
	font-size: 12px;
	letter-spacing: 0.15em;
	color: #FFF;
	text-align: center;
	position: relative;
	float: right;
	background: #FF8932;
}
section.article a.list:after {
	content: "▶";
	width: 40px;
	height: 40px;
	font-size: 8px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-left: #EDEFF0 solid 1px;
}
section.article a.list:hover {
     -webkit-filter: saturate(120%);
     -moz-filter: saturate(120%);
     -o-filter: saturate(120%);
     -ms-filter: saturate(120%);
     filter: saturate(120%);
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 3px inset;
}

section.article ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 30px 0;
}
section.article ul.list::after {
	content: "";
	display: block;
	width: 23.5%;
	height: 0;
}
section.article ul.list::before { 
	content: ""; 
	display: block; 
	width: 23.5%;
	order: 1;
}
section.article ul.list li {
	width: 23.5%;
	height: auto;
	margin: 0 0 2%;
	padding: 0;
	background: #FFF;
	position: relative;
}
/* section.article ul.list li:first-child, 
section.article ul.list li:nth-child(4n+1) {
	margin: 0;
} */
section.article ul.list li:hover {
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
}

section.article ul.list li img {
	float: none;
	clear: both;
	padding: 0 0 30px 0;
}
section.article ul.list li span {
	font-size: 11px;
	display: block;
	padding: 0 30px 10px 30px;
	letter-spacing: 0.1em;
	white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	-webkit-text-overflow: ellipsis;  
	-o-text-overflow: ellipsis;  
}
section.article ul.list li h4 {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	display: block;
	min-height: 4.3em;
	padding: 0 30px 10px 30px;
}
section.article ul.list li p {
	color: #434343;
	min-height: 4.5em;
	margin: 0 0 40px 0;
	padding: 0 30px;
	position: relative;
	display: block;
}
section.article ul.list li p:after {
	content: "▶";
	width: 12px;
	height: 12px;
	font-size: 6px;
	line-height: 12px;
	text-align: center;
	color: #FFF;
	display: block;
	position: absolute;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	right: 33px;
	bottom: 3px;
}
section.article ul.list li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	z-index: 999;
}
section.article ul.list li:hover img {
     -webkit-filter: saturate(150%);
     -moz-filter: saturate(150%);
     -o-filter: saturate(150%);
     -ms-filter: saturate(150%);
     filter: saturate(150%);
}

section.article ul.list li span.post-meta {
	width: 100%;
	font-size: 12px;
	line-height: 55px;
	color: #777;
	padding: 0;
	border-top: 1px solid #E9E9E9;
	text-align: right;
	white-space: normal;
}
section.article ul.list li span.post-meta i {
	font-size: 16px;
	margin: 0 0 0 20px;
	padding: 20px 15px;
	float: right;
	border-left: 1px solid #E9E9E9;
}


/************************
  layout02
************************/

section.article ul.style02 li {
	width: 49%;
	height: auto;
	margin: 0 0 2% 2%;
}
/* section.article ul.style02 li:nth-child(odd) {
	margin: 0 0 2% 0;
} */
section.article ul.style02 li img {
	width: 50%;
	padding: 0 30px 0 0;
	float: left;
	position: relative;
	z-index: 999;
}
section.article ul.style02 li h4 {
    min-height: 3.3em;
	padding: 0 30px;
}
section.article ul.style02 li span {
	padding: 20px 30px 5px 0;
}
section.article ul.style02 li p {
    margin: 0 0 20px 0;
	padding: 0 30px 0 0;
}
section.article ul.style02 li span.post-meta {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
}


/************************
  layout03
************************/

section.article ul.style03 li, section.article ul.style03 li:first-child {
	width: 50%;
	height: auto;
	margin: 0 1px 1px 0 !important;
}
section.article ul.style03 li:nth-child(odd) {
	margin: 0 1px 1px -2px !important;
}
section.article ul.style03 li:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px inset;
}

section.article ul.style03 li img {
	width: 25%;
	float: left;
	padding: 20px;
}
section.article ul.style03 li h4 {
    min-height: 1em;
	padding: 0 30px 10px 30px;
}
section.article ul.style03 li span {
	padding: 30px 0 0 0;
}
section.article ul.style03 li p {
	display: none;
}
section.article ul.style03 li span.post-meta {
	position: absolute;
	right: 0;
	bottom: 0;
	border: none;
}
section.article ul.style03 li span.post-meta i {
	margin: 0;
	border: none;
}

/* Desktop */
@media (max-width: 1360px) {
	
	/************************
	  Title
	************************/
	
	header h3 {
		padding: 30px 0 30px 125px;
	}
	header h3 i {
		left: 5%;
	}
	
	/************************
	  Article Common
	************************/
	
	section.article {
		width: 90%;
		margin: 0 5%;
	}
	section.article ul.list::after {
		width: 32%;
	}
	section.article ul.list::before { 
    width: 32%;
	}
	section.article ul.list li/* ,
	section.article ul.list li:nth-child(4n+1) */ {
		width: 32%;
		margin: 0 0 2%;
		/* float: left; */
	}
/* 	section.article ul.list li:nth-child(3n+1) {
		margin: 0 0 2% 0;
	} */
	section.article ul.list li img {
		width: 100%;
	}
	section.article ul.list li h4 {
		min-height: 5em;
	}
	section.article ul.list li p {
		min-height: 6em;
	}
	
	/************************
	  layout02
	************************/
	
	section.article ul.style02 li {
		width: 49% !important;
		height: auto;
		margin: 0 0 2% !important;
	}
/* 	section.article ul.style02 li:nth-child(odd) {
		margin: 0 0 2% 0 !important;
	} */
	section.article ul.style02 li img {
		width: 40%;
		padding: 0 20px 0 0;
		/* float: left; */
	}
	section.article ul.style02 li h4 {
		min-height: 3.3em;
		padding: 0 30px;
	}
	section.article ul.style02 li span {
		padding: 20px 20px 5px 0;
	}
	section.article ul.style02 li p {
		margin: 0 0 20px 0;
		padding: 0 20px;
		float: none;
		clear: both;
		min-height: 1em;
	}
	section.article ul.style02 li span.post-meta {
		line-height: 40px;
		position: static;
		float: none;
		clear: both;
	}
	section.article ul.style02 li span.post-meta i {
		padding: 12px 15px;
	}
	
	/************************
	  layout03
	************************/
	
	section.article ul.style03 li,
	section.article ul.style03 li:first-child {
		width: 50% !important;
		height: auto;
		margin: 0 0 1px 0 !important;
	}
	/* section.article ul.style03 li:nth-child(odd) {
		margin: 0 1px 1px -2px !important;
	} */
	section.article ul.style03 li:hover {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px inset;
		-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px inset;
		-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 3px inset;
	}
	
	section.article ul.style03 li img {
		width: 25%;
		/* float: left; */
		padding: 20px;
	}
	section.article ul.style03 li h4 {
		min-height: 4em;
		padding: 0 30px 10px 30px;
	}
	section.article ul.style03 li span {
		padding: 20px 0 0 0;
	}
	section.article ul.style03 li p {
		display: none;
	}
	section.article ul.style03 li span.post-meta {
		line-height: 40px;
	}
	section.article ul.style03 li span.post-meta i {
		padding: 12px 15px;
	}
	
}


/* Smalldesktop & Tablet */
@media (max-width: 990px) {
	
	/************************
	  Title
	************************/
	
	header {
		background: #EDEFF0;
	}
	
	header h3 {
		padding: 30px 0 30px 12%;
	}
	header h3 i {
		top: 28px;
		left: 5%;
	}
	
	section.article ul.list {
		padding: 30px 0;
	}	
	
	/************************
	  Article Common
	************************/
	section.article ul.list::after {
		width: 48%;
	}
	section.article ul.list::before { 
    width: 48%;
	}
	section.article ul.list li {
		width: 48% !important;
		margin: 0 0 4% !important;
	}
	section.article ul.list li:nth-child(odd) {
		margin: 0 0 4% 0 !important;
	}
	section.article ul.list li img {
		padding: 0;
	}
	section.article ul.list li span {
		padding: 30px 30px 10px 30px;
	}
	section.article ul.list li h4 {
		min-height: 4em;
		padding: 0 30px 10px 30px;
	}
	section.article ul.list li p {
		margin: 0 0 30px 0;
		padding: 0 30px;
		min-height: 4.5em;
	}
	
	/************************
	  layout02
	************************/
	
	section.article ul.list.style02 li {
		width: 100% !important;
		min-height: 10px !important;
		margin: 0 0 4% 0 !important;
	}
	section.article ul.list.style02 li img {
		width: 40%;
		padding: 0 30px 0 0;
		/* float: left; */
	}
	section.article ul.list.style02 li span {
		padding: 20px 30px 0 0;
		white-space: normal;
	}
	section.article ul.list.style02 li h4 {
		min-height: 1em;
		padding: 0 30px 10px 30px;
	}
	section.article ul.list.style02 li p {
		margin: 0 0 20px 0;
		padding: 0 30px 0 0;
		clear: none;
		min-height: 1em;
	}
	section.article ul.style02 li span.post-meta {
		position: absolute;
		padding: 0;
	}
	
	
	/************************
	  layout03
	************************/
	
	section.article ul.list.style03 li, section.article ul.list.style03 li:first-child {
		width: 100% !important;
		height: auto;
		min-height: 10px !important;
		margin: 0 0 1px 0 !important;
	}
	section.article ul.list.style03 li img {
		width: 20%;
		float: left;
		padding: 20px;
	}
	section.article ul.list.style03 li span {
		padding: 20px 30px 5px 0;
		white-space: normal;
	}
	section.article ul.list.style03 li h4 {
		min-height: 1em;
	}
	section.article ul.list.style03 li span.post-meta {
		padding: 0 10px 0 0;
	}
	
}

/* Smalltablet & BigSmartphone */
@media (max-width: 750px) {
	
	/************************
	  Title
	************************/
	
	header h3 {
		padding: 20px 0 20px 13%;
	}
	header h3 i {
		top: 20px;
	}
	
	ul.style_change, p.page {
		position: static;
	}
	ul.style_change {
		margin: 20px 5% 0 0;
	}
	p.page {
		margin: 20px 0 0 5%;
		float: left;
	}
	
	section.article {
		padding: 0;
	}	
	
	/************************
	  Article Common
	************************/
	
	section.article ul.list li span {
		padding: 20px 30px 10px 30px;
	}
	section.article ul.list li h4 {
		font-size: 13px;
		min-height: 5.5em;
		padding: 0 30px 10px 30px
	}
	section.article ul.list li p {
		min-height: 6em;
	}
	
	/************************
	  layout02
	************************/
	
	section.article ul.list.style02 li img {
		width: 50%;
		padding: 0 5% 0 0;
		float: left;
	}
	section.article ul.list.style02 li h4 {
		padding: 0 5% 5px 0;
	}
	section.article ul.list.style02 li p {
		display: none;
	}
	
	/************************
	  layout03
	************************/
	
	section.article ul.list.style03 li img {
		width: 30%;
	}
}

/* Smartphone */
@media (max-width: 520px) {
	
	/************************
	  Title
	************************/
	
	header h3 {
		font-size: 16px;
		padding: 10px 0 10px 20%;
		color: #FFF;
		border-bottom: none;
	}
	header h3 i {
		font-size: 31px;
		top: 8px;
	}
		
	ul.style_change, p.page {
		position: static;
	}
	ul.style_change {
	}
	p.page {
		float: left;
		padding: 0;
	}
	
	section.article ul.list {
		padding: 20px 0;
	}
	
	
	/************************
	  Bottom navis
	************************/
	
	section.article ul.page_navi.btm {
		float: none;
		clear: both;
		margin: 0 auto 40px auto;
	}
	
	/************************
	  Article Common
	************************/
	
	section.article {
		width: 90%;
		margin: 0 5%;
	}
	section.article ul.list {
		padding: 20px 0;
	}
	section.article ul.list::after {
		width: 100%;
	}
	section.article ul.list::before {
    width: 100%;
	}
	section.article ul.list li {
		width: 100% !important;
		margin: 0 0 5% 0 !important;
	}
	section.article ul.list li img {
		width: 100%;
		float: none;
		clear: both;
		padding: 0;
	}
	section.article ul.list li span {
		padding: 20px 5% 5px 5%;
	}
	section.article ul.list li h4 {
		padding: 0 5% 10px 5%;
		min-height: 1em;
	}
	section.article ul.list li p {
		padding: 0 5%;
		margin: 0 0 20px 0;
		display: block;
		min-height: 1em;
	}
	section.article ul.list li p:after {
		right: 7%;
	}
	section.article ul.list li span.post-meta {
		position: static;
		margin: 10px 0 0 0;
	}
	
	/************************
	  layout02
	************************/
	
	section.article ul.list.style02 li img {
		width: 60%;
		padding: 5%;
		float: left;
	}
	section.article ul.list.style02 li span {
		padding: 13% 5% 5px 0;
	}
	section.article ul.list.style02 li h4 {
		float: none;
		clear: both;
		padding: 0 5% 5px 5%;
	}
	section.article ul.list.style02 li p {
		float: none;
		clear: both;
		margin: 0 0 5% 0;
		padding: 0 5%;
		display: block;
	}
	
	/************************
	  layout03
	************************/
	
	section.article ul.list.style03 li, section.article ul.list.style03 li:first-child {
		margin: 0 0 2px 0 !important;
	}
	section.article ul.list.style03 li img {
		display: none;
	}
	section.article ul.list.style03 li span {
		padding: 5% 5% 5px 5%;
	}
	section.article ul.list.style03 li h4 {
		padding: 0 5% 10px 5%;
	}
	section.article ul.list.style03 li span.post-meta {
		margin: 0;
		text-align: left;
	}
	section.article ul.list.style03 li span.post-meta i {
		float: left;
	}
	
}