@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.main,.article p,.body .widget{
	margin:0;
	padding:0;
}
.wrap {
	margin: auto;
}

.logo {
	text-align:left;
}

.widget-content-top-title,.footer-title{
	display:none;
}

.entry-content{
	margin:0 10px 
}

.entry-content p{
	margin:1em 0;
}

.content-top{
	margin:0;
}

.article-header{
	display:none;
}

main.main{
	padding:0;
}

.article h2 {
	position: relative;
	background: linear-gradient(to bottom, #339c05, #003300);
	font-size: 1.3em;
	line-height: 40px;
	color: #fff;
	text-align: left;
	margin:0.6em -10px 0.4em;
	padding:0.4em;
	line-height:1.5;
}

.article h3 {
	margin:0.4em -5px 0;
	padding:0.5em;
	color:#494949;
	border-left: 7px solid #004831;
	border-bottom: 3px solid #ddd;
	font-size:1.2em
}


.footer-left{
	padding-left:10px;
	font-size:0.8em;
}

ul.footer-menu {
	margin:0.6em 0;
	padding:0;
	text-align:center;
}

ul.footer-menu li {
	display: inline;
	padding:0;
	margin:0;
}

.footer-menu a{
	text-decoration:none;
}

.text-mobile{
	font-size:0.9em;
	line-height:1.6;
}

/*記事一覧*/
.wp-show-posts-inner{
	border-bottom:solid 1.5px #b6b6b6;
	display: flex; /* flexbox */
	flex-direction: row-reverse;
	justify-content: flex-end;
	position: relative;
	margin:5px;
	padding-bottom:6px;
}

.wp-show-posts-entry-header {
	width: 64%;
}
h2.wp-show-posts-entry-title{
	font-size: 0.9em;
	font-weight: normal;
	line-height:2;
	margin-left:0.4em;
	text-align:left;
}

.wp-show-posts-image {
	width: 26%;
}

.wp-show-posts-inner::after {
	font-family: "FontAwesome";
	content: "\F054";
	position: absolute;
	top:50%;
	right: 1em;
	color: #000;
	clear: both;
	transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
}

.page-numbers.current {
    background-color: #FFAD2D;
    color: #fff;
}

/*ページネーション*/
ul.pagination {
	list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
    margin: 6px 0 8px;
	padding:0;
}

ul.pagination li{
	width: 34px;
	height: 34px;
	line-height: 32px;
	border:1px solid #004831;
	margin:0 4px;
	font-weight: bold;
	border-radius: 4px;
}

ul.pagination a{
	color: #004831;
	text-decoration: none;
}

.pagination li.prev,.pagination li.next{
	width: 50px;
	height: 34px;
	line-height: 32px;
}

.currents{
	background:#004831;
}

ul.pagination li.currents a{
	color:#fff;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
.logo-image{
	padding:0.4em 15px 0;		
}
.textwidget {
	font-size:0.9em;
	line-height:1.6;
}
	
.footer-menu{
	margin-top:1em;
}

.copyright {
	margin-top:0;
	margin-bottom:1em
}
}
