@charset "utf-8";

/*===================================
 CSS INFO
 Description : style css
=====================================*/

/* parts
==================================== */
a{
	color: #0067AF;
}

body{
	background-color: #f9f9f9;
}
header{
	background-color: #FFF;
}
.artical-main{
	border: 1px solid #dee2e6;
	background-color: #FFF;
	padding: 2rem;
}
.artical-side .post-aside{
	margin-bottom: 2rem;
}
footer{
	margin-top: 3rem;
	color: #FFF;
}
footer li{
	display: inline;
}
footer li:before{
	content: " | ";
}
footer li:first-child:before{
	content: "";
}
.navbar-brand{
	margin-bottom: 0.5rem;
}
.breadcrumb{
	-webkit-border-radius: 0;
	        border-radius: 0;
	color: #757575;
	font-size: 0.75rem;
}
.breadcrumb a{
	color: #757575;
}
.navbar-expand-lg .navbar-collapse{
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-flex-basis: 100%;
	        flex-basis: 100%;
}
header ul.navbar-nav{
	width: 100%;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
header .collapse{
	/*padding-top: 0.5rem;*/
}
@media (max-width: 575px){
	html {
	font-size: 14px;
	}
}
@media (min-width: 992px){
	header .navbar{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.navbar-expand-lg{
		-webkit-flex-flow: wrap;
		    -ms-flex-flow: wrap;
		        flex-flow: wrap;
	}
	.navbar-expand-lg .navbar-nav .nav-item{
		width: 20%;
		text-align: center;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		display: block;
		padding: 1rem;
	}
}

/* index
==================================== */
.index-head{
	background-color: #FFF;
	background-image: url('../img/index_head_bg.jpeg');
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	display: table;
	min-height: 270px;
}
.index-head-item{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.index-head-item h1{
	font-weight: bold;
	font-size: 2rem;
}
.index-head-item p{
	color: #FFF;
}

/* post
==================================== */
.entry-lists li{
	border-bottom: 1px solid #dee2e6;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}
.entry-lists .media-image img{
	width: 80px;
	height: auto;
}
.info-cat a{
	display: inline-block;
	background-color: #F5F7FA;
	border: 1px solid #E8EBEF;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	padding: 0.1rem 0.3rem;
	line-height: 1;
	color: #383838;
	font-size: 0.75rem;
}
.info-ttl{
	font-size: 1.125rem;
	font-weight: bold;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.post-aside{
	margin-bottom: 2rem;
}
.post-aside h3,.post-aside h4{
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.recen-post{}
.recen-post .media{
	margin-bottom: 1rem;
}
.recen-post .media-image{
	padding-right: 0.5rem;
}
.recen-post .media-image img{
	width: 80px;
	height: auto;
}
.recen-post .media-body{
	font-size: 0.875rem;
}
.recen-post .media-body .post-title{
	display: block;
}

.posts-category li:before{
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 5px;
}

.posts-tags .tag-cloud a{
	display: inline-block;
	background-color: #F5F7FA;
	border: 1px solid #E8EBEF;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	padding: 0.1rem 0.3rem;
	line-height: 1;
	/*color: #383838;*/
	font-size: 0.875rem!important;
}
.posts-tags .tag-cloud a:before{
	content: "\f02b";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #383838;
}

.pagination{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pagination .page-numbers{
	list-style:none;
	display: flex;
}
.pagination .page-numbers li .page-numbers{
	border: 1px solid #ddd;
	padding: 0.5rem 1rem;
	display: block;
	margin-right: 5px;
}
.pagination .page-numbers li a.page-numbers:hover{
	background-color: #0067AF;
	color: #FFF;
	border-color: #0067AF;
	text-decoration: none;
}
.pagination .page-numbers li .page-numbers.current{
	background-color: #0067AF;
	color: #FFF;
	border-color: #0067AF;
}

/*single*/
.blog-head{}
.blog-head .blog-category{}
.blog-title h1{
	font-size: 2rem;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.blog-body{
	line-height: 1.8;
}
.blog-body h2{
font-size: 1.5rem;
border-left: 5px solid #40537B;
background-color: #F5F5F5;
padding: 0.875rem 0.875rem 0.875rem 1rem;
border-bottom: 1px solid #CCC;
margin-top: 1.8rem;
margin-bottom: 1.5rem;
line-height: 1.6;
font-weight: bold;
}

.blog-body h3{
	font-size: 1.25rem;
	font-weight: bold;
	border-left: 5px solid #40537B;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.blog-body img[class*="wp-image-"]{
	max-width: 100%;
	height: auto;
}
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.post-share{
margin-top: 3rem;
margin-bottom: 3rem;
}
.post-share li{
vertical-align: top;
line-height: 1;
}

.entry-next-prev{
	border-top: 1px solid #D9DCDC;
	border-bottom: 1px solid #D9DCDC;
	padding: 1rem 0;
	margin-bottom: 3rem;
}
.entry-next-prev .entry-prev{
	border-bottom: 1px dotted #D9DCDC;
	padding-bottom: 0.8rem;
}
.entry-next-prev .entry-next{
	text-align: right;
	padding-top: 0.8rem;
}
.entry-next-prev .entry-prev:before,
.entry-next-prev .entry-next:before{
	font-size: 0.875rem;
	color: #959494;
	display: block;
}
.entry-next-prev .entry-prev:before{
	content: "前の記事";
}
.entry-next-prev .entry-next:before{
	content: "次の記事";
}

.popular-post ul{
	list-style: none;
	padding-left: 0;
	counter-reset:post-rank;
}
.popular-post ul li{
	position: relative;
	margin-bottom: 1rem;
}
.popular-post ul li:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	counter-increment: post-rank;
	content: counter(post-rank);
	color: #FFF;
	font-size: 0.875rem;
	text-align: center;
	line-height: 1.4;
}
.popular-post ul li:nth-child(1):before{
	background-color: #E91E63;
}
.popular-post ul li:nth-child(2):before{
	background-color: #3F51B5;
}
.popular-post ul li:nth-child(3):before{
	background-color: #00BCD4;
}
.popular-post ul li:nth-child(4):before{
	background-color: #4CAF50;
}
.popular-post ul li:nth-child(5):before{
	background-color: #FF9800;
}
.popular-post .media-image{
	margin-right: 0.5rem;
}
.popular-post .media-body{
	font-size: 0.875rem;
}
.popular-post .media-body .popul-view{
	display: block;
	color: #A9A9A9;
}

.relate-entry .related-head span{
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	padding: 0.3em 0.5rem;
}
.relate-entry .related ul .related-thumb{
	float: left;
	margin-right: 1rem;
}
.relate-entry .related ul .related-thumb img{
	width: 80px;
	height: auto;
}
.relate-entry .related ul .related-title{
	overflow: hidden;
}
@media (max-width: 575px){
	.info-excerpt{
		font-size: 0.875rem;
	}
}
@media (min-width: 768px){
	.entry-lists .media-image img{
		width: 150px;
		height: auto;
	}
}