@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

/*ウィジェットエリア*/
.widget .widgettitle{
  position: relative !important;
  padding: 0.3em 0 !important;
  text-align: center; 
  font-size: 0.9em;    
}
.widget .widgettitle::before,
.widgettitle::after {
  position: absolute !important;
  left: 0 !important;
  content: '' !important;
  width: 100% !important;
  height: 6px !important;
  box-sizing: border-box !important;
}
.widget .widgettitle::before {
  top: 0 !important;
  border-top: 2px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.widget .widgettitle::after {
  bottom: 0 !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 2px solid #ccc !important;
}

/**/
.sub-menu {
    font-size: 0.8em !important;
}

/**/
/* トップページのLayout card2 */

.post-list-card {
	margin-left: -1%;
	margin-right: -1%;
}

.post-list-card .post-list {
	width: 48%;
	margin: 0 1% 2.5%;
	float: left;
	/*height: 390px;*/
    height: 600px;
}

.post-list-card .post-list a {
	display: block;
	padding: .6em;
	text-decoration: none;
	color: #333;
	background: #fff;
	height: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .09);
	overflow: hidden;
	position: relative;
}

.post-list-card .post-list a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2.5em;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 70%);
	position: absolute;
	bottom: 0;
}

/*.post-list-card .post-list a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.post-list-card .post-list a:hover {
	opacity: 0.7;
}

.post-list-card .post-list a:hover .eyecatch img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
*/
.post-list-card .post-list .eyecatch {
	/*max-height: 215px;*/
   max-height: 130px !important;
	margin: -.6em -.6em .5em;
	text-align: center;
	overflow: hidden;
	position: relative;
}

/*.post-list-card .post-list .description {
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.9;
	font-size: .85em;
}

.post-list-card .post-list .entry-content {
	padding: 0;
}

.post-list-card .post-list .entry-content .entry-title {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}*/

/*.post-list-card .post-list .entry-content p {
	font-size: .9em;
	margin-bottom: 0.3em;
}*/
.post-list-card .post-list {
    list-style-type: nine !important;
}

.entry-content ul li:before {
	content: " ";
	width: 9px;
	height: 9px;
	background: #3E3E3E;
	box-shadow: 0 0 20px rgba(51, 51, 51, 0.15) inset;
      box-shadow: none;
	display: block;
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 2px;
	top: 7px;
}
.entry-content ol > li:before {
	counter-increment: number;
	content: counter(number);
	background: #3E3E3E;
	box-shadow: 0 0 5em rgba(51, 51, 51, 0.15) inset;
	color: #fff;
	width: 1.5em;
	height: 1.5em;
	font-size: 0.7em;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: center;
	line-height: 1.5em;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3px;
}

.post-list-card .post-list a {
	display: block;
	display: block;
	padding: .7em;
    font-size: 0.8em;
	text-decoration: none;
	color: #141414;
	background: #fff;
	height: 100%;
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, .09);
     box-shadow: 0 0 0 rgba(0, 0, 0, .09);*/
	overflow: hidden;
	position: relative;
}

.post-list-card .post-list a:hover {
	/*box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);*/
}

.yazi {
    color: #84d6ef !important;
    font-weight: bold;
}

/*カテゴリー別一覧へボタン*/
.post-list-card .post-list .tp {
 margin: -1% auto;
    width: 100%;
/*    padding-bottom: 6%;*/
/*    padding: 6% 0 10% 0 !important;*/
    margin: 12% 0 15% 0 !important;
    font-size: 1.2em !important;
    text-align: center !important;
    color: #c9c5c5 !important;
    font-weight: 100;
    border: solid 1px #cecbcb !important;
    border-radius: 3px;
}

/*カテゴリー別のタイトル*/
.entry-content h2{
  position: relative !important;
  padding: 0.9em 0 !important;
  text-align: center; 
  font-size: 1.2em !important;    
}
.entry-content h2::before,
.entry-content h2::after {
  position: absolute !important;
  left: 0 !important;
  content: '' !important;
  width: 100% !important;
  height: 6px !important;
  box-sizing: border-box !important;
}
.entry-content h2::before {
  top: 0 !important;
  border-top: 2px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.entry-content h2::after {
  bottom: 0 !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 2px solid #ccc !important;
}

 /*人気の記事一覧*/
.wpp-list li p a {
    text-decoration: none;   
}

@media only screen and (max-width: 767px) {
    .top-post-list, #recent-posts-2/*, #sidebar1.sidebar*/ {
        display: none !important;
    }
    /*.post-list-card.cf, .entry-content.cf{
        display: block !important;
        display: flex !important;
    }*/
    .post-list-card.cf, .no-icon .entry-content.cf{
        display: block !important;
        display: flex !important;
    }
    /*人気の記事一覧*/
    .nin {
        margin: auto !important;
        text-align: center !important;
        font-size: 0.9em !important;
    }
    .nin img {
        float: none !important;
    }  
    .iran {
    display: none !important;
    }
}
.nin p a {
    text-decoration: none;   
}

@media only screen and (max-width: 480px) {
    .post-list-card.cf {
        display: block !important;
    }
}


/*ウィジェットのカテゴリー毎の人気記事表示*/
/*WordPress Popular Postsプラグイン*/
#popular-post ul.wpp-list li{
	border-bottom: #ccc 1px dotted;
}
#popular-post ul.wpp-list li:last-child{
	border-bottom: #fff 0px dotted;
}
#popular-post {
    counter-reset: wpp-ranking;
}

#popular-post ul li:before {
    color:#fff;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    text-align:center;
    opacity: 1;
　　font-size:11px;
    float:left;
    line-height:18px;
    width: 18px;
    height: 18px;
    background-color:#00a0e9;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
#popular-post li img {
	float:left;
	margin-left:-18px;   
}
 /*順位アイコンを見えなくする*/
a.no-icon::before{
    opacity: 0 !important;
}
/*タイトル*/
.popular-posts .widget-title{
  position: relative !important;
  padding: 1em 0 !important;
  text-align: center; 
  font-size: 0.9em;    
}
.popular-posts .widget-title::before,
.popular-posts .widget-title::after {
  position: absolute !important;
  left: 0 !important;
  content: '' !important;
  width: 100% !important;
  height: 6px !important;
  box-sizing: border-box !important;
}
.popular-posts .widget-title::before {   
  top: 0 !important;
  border-top: 2px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;    
}
.popular-posts .widget-title::after {
  bottom: 0 !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 2px solid #ccc !important;
}
/*トップページ、ウィジット新着の時間表示なし*/
.date.gf {
    display: inline-block !important;
/*    display: none !important;*/
}
/*トップページ、SPウィジット人気記事*/
#wpp-3 li {
    margin: 1em 1em 1em 0.2em !important;
    font-size: 1.1em;
}
 
/*固定ページの「人気の記事一覧」*/
.entry-content .wpp-list li p {
    margin: 0.8em 1em;
    font-size: 1.1em;
}
@media only screen and (min-width: 481px) {
    .entry-content .wpp-list img {
    width: 20%;
    height: auto;
    padding-right: 1em; 
    padding-top: 1em;    
    }
}
@media only screen and (max-width: 480px) {
    .entry-content .wpp-list {
    margin: 10px auto;
    }
    .entry-content .wpp-list img {
        padding: 1.5em 0 1em 0;
    }
}

/*@media only screen and (min-width: 768px) {
    #logo {
        display: none !important;
    }   
}*/

/*Contact Form 7カスタマイズ*/
.cocontact {
	width:  70% !important;
    font-size: 0.9em;
}
.wpcf7-form-control.wpcf7-submit{
    width: 50% !important;
}

.fadeInDown {
	font-weight: 600  !important;
	text-shadow:2px 2px 3px #6d7071 !important;
	
}

/*トップページヘッダーボタン*/
.btn-wrap.simple {
    font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
    .btn-wrap.simple {
       font-size: 1.1em;
    }
}
@media only screen and (max-width: 340px) {
    .btn-wrap.simple {
       font-size: 1em;
    }
}

/*タグクラウド*/
.tagcloud a {
    font-weight: bold !important;
}
/*リンクカード*/
.related_article .ttl:before{
    background: #53a1ce !important;
}
.related_article .ttl:before{
width:auto;
display: block !important;
font-size:13px !important;
padding:0 8px !important;
border-radius:17px !important;
margin-bottom: 0.4em !important;
}
.related_article .ttl{
color: #888284 !important;
}
.related_article a:hover{
background: #e8eced !important;
}

/*アマゾン広告 スマホPC別表示非表示*/
.ad__pc {
  display: block;
}

.ad__sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .ad__pc {
    display: none;
  }

  .ad__sp {
    display: block;
  }
}
/*アマゾンレスポンシブ用*/
.Anews {
    margin-left: 40px;
    margin-right: 40px;
    border: 1px solid #c5c7c7;
}

.Anews .Ah {
    font-size: 18px;
    background-color: #6793bf;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 25px;
    margin: 0px;
}

/*.Anews img*/
.Adi {
    float: left;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
}

.Apa {
    text-align: center;
    line-height: 1.5em;
    font-size: 16px;
    margin: 2em !important;
    margin-left: 3em !important;
}

.Adate {
    font-size: 1px;
    clear: left;
}

@media screen and (max-width: 480px) {

    /*.Anews img*/
    .Adi {
        float: none !important;
        margin: auto !important;
        margin-top: 1em !important;
        text-align: center;
    }
    .Apa {
        margin: 1em !important;
    }
}
/*25/2/15 recaptchaスパムメール防止のマーク非表示*/ 
.grecaptcha-badge { visibility: hidden; }