@charset "utf-8";
/* CSS Document */
h1,h2,h3,li,p,
.fonts {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
}

a,p {
	font-family: "Noto Sans JP", sans-serif;
}

header .rightNav {
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 999;
}
header .rightNav > li {
	display: inline-block;
	margin-left: 10px;
}

header .rightNav > li a {
	display: table-cell;
	width: 50px;
	height: 50px;
	
}
header .rightNav > li a::before {
	content: "";
	display: table-cell;
  width: 20px;
  height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.nav_x a {
	background-color: #000;
	border-radius: 50%;
	position: relative;
}
.nav_x a::before {
	background: center center / 100% auto url("../img/x-logo-white.png") no-repeat;
}
.nav_blog a {
	background-color: #023B45;
	border-radius: 50%;
	position: relative;
}
header .rightNav > li.nav_blog a::before {
	  width: 40px;
	  height: 40px;
	background: center center / 100% auto url("../img/icn_blog.png") no-repeat;
}
@media screen and (max-width: 767px) {
	header .rightNav {
		position: fixed;
		right: 4vw;
		top: 4vw;
		z-index: 999;
	}
	header .rightNav > li {
		display: inline-block;
		margin-left: 2vw;
	}

	header .rightNav > li a {
		display: table-cell;
		width: 10vw;
		height: 10vw;

	}
	header .rightNav > li a::before {
	  width: 6vw;
	  height: 6vw;
	}
	header .rightNav > li.nav_blog a::before {
	  width: 7vw;
	  height: 7vw;
	}
	
}
.page_blogs .contWrap {
	background-color: rgba(87,87,87,1.00);
	position: relative;
	padding-bottom: 90px;
}
.page_blogs .contWrap::before {
  content: "";
  display: table-cell;
  width: 500px;
  height: 224px;
  background: center / 100% url("../img/fv_cloud.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-15%) translateY(-20%);
}
.page_blogs .contWrap::after {
  content: "";
  display: table-cell;
  width: 500px;
  height: 224px;
  background: center / 100% url("../img/fv_cloud.png") no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(5%) translateY(-10%);
	z-index: 1;
}
.page_blogs .contWrap > div {
	position: relative;
	z-index: 2;
}

.breadCrumbs {
	width: 90%;
	max-width: 880px;
	margin: 0 auto 10px;
}
.breadCrumbs li {
	font-size: 12px;
	margin-top: 0.6em;
	display: inline-block;
	padding-right: 1.5em;
	margin-right: 0.5em;
	position: relative;
}
.breadCrumbs li::after {
	content: ">";
	color: #FFF;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: none;
}
.breadCrumbs li:nth-last-child(1)::after {
	display: none;
}
.breadCrumbs li > a,
.breadCrumbs li > span
{
	display: block;
	line-height: 2.0;
	font-size: 1em;
	padding: 0 0.6em;
	border-radius: 4px;
	letter-spacing: 0.1em;
	color: #535353;
}
.breadCrumbs li a {
	background-color: #EEEE2A;
}
.breadCrumbs li span {
	background-color: #FFF;
}
.page_blogs .contWrap > div {
	width: 90%;
	max-width: 880px;
	margin: 0 auto 20px;
}
.page_blogs .contWrap > div.catHead {
	padding: 45px;
	background-color: rgba(47,47,47,0.80);
}
.page_blogs .contWrap > div.catHead h2 {
	text-align: center;
	color: rgba(236,239,127,1.00);
	font-size: 30px;
	font-weight: 600; 
}
.page_blogs .contWrap > div:nth-last-child(1) {
	margin-bottom: 0;
}
.page_blogs .postWrap,
.page_blogs .postList,
.page_blogs.page_category .postList > ul > li,
.page_blogs .catList

{
	font-size: 15px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 20px;
}
.page_blogs.page_category .postList {
	padding: 0;
	background-color: transparent;
}
.page_blogs.page_category .postList > ul > li {
	border: none;
	margin-bottom: 15px;
}
.page_blogs.page_category .postList > ul > li > a {
	display: table;
	width: 100%;
}
.page_blogs.page_category .postList li a .date {
	display: table-cell;
	width: 8em;
	color: rgba(48,63,151,0.80);
	font-weight: 600;
	margin-right: 1em;
	vertical-align: top;
	line-height: 30px;
}
.page_blogs.page_category .postList li a .title {
	display: table-cell;
	font-size: 20px;
	font-weight: bold;
	color: rgba(35,45,87,0.80);
	line-height: 1.5;
	vertical-align: top;
}
.page_blogs.page_category .postList .tags {
	padding-top: 8px;
}
.page_blogs.page_category .postList .tags li {
	display: inline-block;
	margin-top: 4px;
}
.page_blogs.page_category .postList .tags li a {
	display: block;
	height: 2.2em;
	padding: 0 0.6em;
	border-radius: 4px;
	
	color:  #1D1A5B;
	background-color: #FFF;
	line-height: calc(2em - 2px);
	border: 1px solid #1D1A5B;
	
}
.page_blogs.page_category .postList .tags li a::before {
	content: "#";
}
.page_blogs .postWrap .postHead {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 3px dotted #DAE3EF;
}
.page_blogs .postWrap .postHead .date {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1.3em;
	color: #4B5B70;
}
.page_blogs .postWrap .postHead h1 {
	font-size: 30px;
	color: #515151;
	line-height: 1.3;
	margin-bottom: 0.3em;
}
.page_blogs .postWrap .postHead .catLink li {
	display: inline-block;
}
.page_blogs .postWrap .postHead .catLink a {
	font-size: 13px;
	line-height: 2.0em;
	height: 2.0em;
	padding: 0 0.8em;
	border-radius: 0.2em;
	background-color: #1D1A5B;
	color: #FFF;
	display: block;
}
.page_blogs .postWrap .postHead .catLink .tags a {
	color:  #1D1A5B;
	background-color: #FFF;
	line-height: calc(2em - 2px);
	border: 1px solid #1D1A5B;
}
.page_blogs .postWrap .postHead .catLink .tags a::before {
	content: "#";
}
.page_blogs .postWrap .postHead .thumbNailBox {
}
.page_blogs .postBody {
	padding: 1em 1em 0;
}
.page_blogs .postBody h2 {
	font-size: 1.5em;
	line-height: 1.5;
	color: #3E3E3E;
	padding: 0.8em 0 0.3em;
	margin-bottom: 1em;
	border-bottom: 2px solid #DAE3EF;
}
.page_blogs .postBody h3 {
	font-size: 1.2em;
	line-height: 1.5;
	color: #3E3E3E;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
	padding-left: 1.2em;
	position: relative;
}
.page_blogs .postBody h3::before {
	content: "";
	display: table-cell;
	width: 0.8em;
	height: 0.8em;
	border-radius: 1em;
	background-color: rgba(98,110,128,1.00);
	position: absolute;
	left: 0;
	top: 0.4em;
}
.page_blogs .postBody h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
.page_blogs .postBody p {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.0em;
}
.page_blogs .postBody img {
	max-width: 100%;
}
.page_blogs .postList {
	
}
.page_blogs .postList h3,
.page_blogs .catList h3 {
	margin-bottom: 1em;
	color: rgba(88,119,139,1.00);
}
.page_blogs.page_single .postList ul {
	display: table;
	width: 100%;
}
.page_blogs.page_single .postList ul li {
	display: table-row;
}
.page_blogs.page_single .postList ul li > span {
	display: table-cell;
	vertical-align: top;
}
.page_blogs.page_single .postList ul li > span.date {
	width: 8em;
	line-height: 1.6em;
	font-size: 1em;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	border-bottom: 1px solid rgba(207,207,207,1.00);
}
.page_blogs.page_single .postList ul li > span.title {
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	border-bottom: 1px solid rgba(207,207,207,1.00);
}
.page_blogs.page_single .postList ul li > span.title a {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.6;
	text-decoration: underline;
	color: rgba(44,59,106,1.00);
}
.page_blogs .catList {
	
}
.page_blogs .catList ul {
}
.page_blogs .catList ul li {
	display: inline-block;
	margin-right: 12px;
	vertical-align: top;
}
.page_blogs .catList ul li a {
	font-size: 15px;
	display: block;
	line-height: 2.2;
	height: 2.2em;
	padding: 0 1em;
	background-color: rgba(3,3,46,1.00);
	color: #FFF;
	border-radius: 8px;
}
@media screen and (max-width: 767px) {
	.breadCrumbs li {
	  font-size: 3vw;
	}	
	.page_blogs .contWrap > div {
	  margin: 0 auto 3vw;
	}	
	.page_blogs .contWrap > div {
	  width: 90%;
	  max-width: 880px;
	  margin: 0 auto 3vw;
	}	
	.page_blogs .postWrap, .page_blogs .postList, .page_blogs .catList {
	  font-size: 3.2vw;
	  padding: 4vw;
	  border-radius: 4vw;
	}
	.page_blogs .postWrap .postHead .date {
	  font-size: 2.4vw;
	}	
	.page_blogs .postWrap .postHead h1 {
	  font-size: 4vw;
	  color: #515151;
	  line-height: 1.3;
	  margin-bottom: 0.6em;
	}
	.page_blogs .postWrap .postHead .catLink a {
	  font-size: 3vw;
	}
	.page_blogs .postBody {
	  padding: 1em 0 0;
	}
	
	.page_blogs.page_single .postList ul {
		display: block;
		font-size: 3.2vw;
	}
	.page_blogs.page_single .postList ul li {
		display: block;
		padding: 1em 0;
	}
	.page_blogs.page_single .postList ul li > span {
		display: block;
		vertical-align: top;
	}
	.page_blogs.page_single .postList ul li > span.date {
		width: 100%;
		line-height: 1.0em;
		font-size: 2.8vw;
		padding-bottom: 0.4em;
		padding-top: 0.4em;
		border-bottom:none;
	}
	.page_blogs.page_single .postList ul li > span.title {
		padding-bottom: 0.8em;
		padding-top: 0;
		border-bottom: 1px solid rgba(207,207,207,1.00);
	}
	.page_blogs.page_single .postList ul li > span.title a {
		font-size: 3.4vw;
	}
	.page_blogs .catList ul li a {
	  font-size: 3.4vw;
	}	
	.page_blogs .catList ul li {
	  margin-right: 1.5vw;
	}	
}
.pagenation {
	padding: 15px 0 45px;
}
.pagenation ul {
	text-align: center;
}
.pagenation ul li {
	display: inline-block;
	margin-right: 8px;
}
.pagenation ul li:nth-last-child(1) {
	margin-right: 0;
}
.pagenation ul li a,
.pagenation ul li span
{
	font-size: 13px;
	display: block;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	background-color: #FFF;
	border-radius: 6px;
}
.pagenation ul li.prev a,
.pagenation ul li.next a {
	background-color: transparent;
	color: #FFF;
}

.pagenation ul li.prev a::before {
	content: "<<";
}
.pagenation ul li.next a::before {
	content: ">>";
}
@media screen and (max-width: 767px) {
	.page_blogs .contWrap > div.catHead {
	  padding: 9vw;
	}	
	.page_blogs .contWrap > div.catHead h2 {
	  font-size: 6vw;
	}
	.page_blogs.page_category .postList > ul > li > a {
	  display: block;
	}
	.page_blogs .postWrap, .page_blogs .postList, .page_blogs.page_category .postList > ul > li, .page_blogs .catList {
	  font-size: 3.4vw;
	  margin: 0 auto;
		margin-bottom: 0px;
	  background-color: #FFF;
	  padding: 4vw;
	  border-radius: 2vw;
	}
	.page_blogs.page_category .postList > ul > li {
	  margin-bottom: 4vw;
	}	
	.page_blogs.page_category .postList li a .date {
	  display: block;
	  width: 100%;
	  line-height: 1.3;
	}	
	.page_blogs.page_category .postList li a .title {
	  display: block;
	  font-size: 4.4vw;
	}	
	.page_blogs.page_category .postList .tags {
	  padding-top: 2vw;
	}
	.page_blogs.page_category .postList .tags li a {
		font-size: 2.4vw;
	}	
}

