/*
  Skin Name: スキンテンプレート
  Description: スキン自作の際にひな型となるスキンです。スタイルは何も入っていません。
  Skin URI: https://wp-cocoon.com/
  Author: わいひら
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.2
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/


body{
	outline: none;
}

.main{
	 box-shadow: 0 0 4px 4px #fff;
}

/*ヘッダロゴにシャドー*/
.logo-header img{
	filter: drop-shadow(0 0 5px #fff);
}

/*ヘッダーとフッター
 * 背景透過と文字色
 * フッターのリンク色*/
.header-container, .footer-container{
background-color : transparent;
}
.navi-footer-in a{
}

/*リンク色*/
a:link {
	color: #636363;
}
a:active {
	color: #636363;
}
a:visited {
	color: #636363; 
}
a:hover {
	color: #eb6ea0
}


/*セピアフィルター*/
.a-wrap:hover{
  transition: all 1s;
  filter: sepia(70%);
  transform: scale(1.02);
}

/*.logo-header img{
      filter: drop-shadow(0px 0px 3px #1b3868);
}*/
table tr:nth-of-type(2n+1), .page-numbers.dots, .a-wrap:hover, .a-wrap:hover .card-meta,
   .widget_recent_entries ul li a:hover,
   .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover,
    .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover,
     .tag-link:hover, .tagcloud a:hover {
    background-color: rgba(103, 134, 9, 0)!important;
}


/*　グローバルナビの上下に線の装飾　*/
.navi {
 border-top:2px dashed #f0f8ff;
 border-bottom:2px dashed #f0f8ff;
box-shadow: 0px 4px 0px #ddefff, 0px -4px 0px #ddefff;
}

/*　グローバルナビのホバー時の線と文字の色を変更　*/
.navi ul li a:hover{
    color: #636363 !important;
	background-color:#ddefff;
}
.navi ul li a:before{
   background:#ddefff;
}
.navi ul, .navi{
 background-color:#ddefff;
}
.navi ul li　a{
font-family: JKB;
}

/*スマホの固定フッターメニュー*/
.mobile-menu-buttons {
    background:  linear-gradient(to right, #fceff8 30%, #fff 50%, #ddeffb 70%)!important;
	/*background:  linear-gradient(to left, rgba(132, 209, 255, 0.85), rgba(255, 160, 252, 0.85))!important;*/
    box-shadow: 0px 2px 3px 3px #fff;
    font-size: 1.2em;
}
.mobile-menu-buttons .menu-icon::before {
    font-size: 1.3em;
    color: #505463;
}
.mobile-menu-buttons .menu-caption {
    font-size: 10px;
    text-align: center;
    display: block;
    color: #505463;
    font-weight: bold;
    margin-top: -2px;
}
.mobile-menu-buttons .menu-icon {
    margin-top: 0px;
	color:#505463;
}
.mobile-menu-buttons .menu-button:hover {/*選択したあと色変えるヤ～ツ*/
  background: #ffffff4d!important;
  color: #2f3438!important;
}


/*本文見出し*/
.article h2, .article h3, .article h4, .article h5, .article h6{
  border-image: linear-gradient(to right, #ffc7e4, #9ee0ff ) 3%;
  padding: .1em .5em .5em 2em;
  border-width: 0px 0px 3px 3px;
  border-bottom: solid 4px;
  background: none!important;
  border-left: 0px;
  color: #383940!important;
}

/*見出しデザイン✦型で可愛く*/
.sidebar h3::before, .article h2::before,
  .sidebar h3::after, .article h2::after,
  .related-entry-heading::before,
  .comment-title::before, .main-widget-label::before,
  .related-entry-heading::after,
   .comment-title::after, .main-widget-label::after {
       position: absolute;
	   content: '✦';
    }
.sidebar h3::before, .related-entry-heading::before,
.comment-title::before, .main-widget-label::before{
	 top: -0.2em;
       left: .1em;
	font-size: 30px;
	color:#9ee0ff;
     }

.sidebar h3::after, .related-entry-heading::after,
 .comment-title::after, .main-widget-label::after{
       top: -0.6em;
       left: 1.1em;
	 font-size: 20px;
	 color:#ffc7e4;
       }

/*見出し2*/
.article h2 {
    position: relative;
    margin:30px auto;
    font-size: 130%;
    font-weight: bold;
	padding-left: 2.5em;
}
.article h2::before{
	 top: -0.2em;
       left: .1em;
	font-size:35px;
	color:#9ee0ff;
 }
.article h2::after{
       top: -0.6em;
       left: 1.1em;
	 font-size: 25px;
	 color:#ffc7e4;
  }

/*見出し3*/
.article h3{
	padding: .1em;
  font-size: 120%;
  margin-left: 2%;
  margin-bottom: 30px;
}
.article h3::before{
	   content: '✦';
	font-size: 30px;
	color:#9ee0ff;
	padding-right: 0.5em;
}

/*見出し456*/
.article h4{
  font-size: 110%;
  margin-left: 4%;
	padding-left: 20px;
  color: #656465;
}
.article h5{
  font-size: 19px;
  margin-left: 6%;
  padding-left: 0;
  color: #757575;
}
.article h6{
  font-size: 19px;
  margin-left: 8%;
  padding-left: 0;
  color: #757575;
  border-bottom: 1px solid;
}

/*サイドバー・関連記事・コメント見出し*/
.sidebar, .related-entry-heading, .comment-title{
	 box-shadow:0 0 4px 4px #fff;
}
.sidebar h3, .related-entry-heading, .comment-title, .main-widget-label{
	border-image: linear-gradient(to right, #ffc7e4, #9ee0ff ) 3%;
  position: relative;
  margin: 5px 0;
	border-width: 0px 0px 3px 3px;
  font-size: 22px;
  background: none!important;
  padding-left: 2.1em;
  padding-bottom: 0px;
  padding-top: 0;
	 border-left: 0px;
	border-bottom: solid 3px;
  color: #636363!important
}
.related-entry-heading, .comment-title, .main-widget-label{
  font-size: 28px;
  padding-left: 1.6em
}
.widget_author_box .main-widget-label::after, .widget_author_box .main-widget-label::before{
  content: none;
}


/*サイドバーの記事タイトル下線とか*/
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a,
 .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a,
  .widget_nav_menu ul li a{
	  border-bottom: 2px dashed #9ee0ff;
    color: #656565;
    font-size: 16px;
    line-height: 2em;
    padding: 5px 3px;
  }
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover,
.widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover,
.pager-links a:hover span {
  background: unset!important;
  transform: translateX(5px);
	border-bottom: 2px dashed #9ee0ff;
}
.widget_recent_entries ul li ul, .widget_categories ul li ul,
 .widget_archive ul li ul, .widget_pages ul li ul, .widget_meta ul li ul,
  .widget_rss ul li ul, .widget_nav_menu ul li ul{
    padding-left: 2em;
  }
.tagcloud a:hover {
    border: 2px dashed #def1fc!important;
    transform: none;
    background: white!important;
}
.widget_categories ul li a .post-count{
  background: #ffd0f1!important;
}
.widget_recent_entries ul li a .post-count, .widget_categories ul li a .post-count,
 .widget_archive ul li a .post-count, .widget_pages ul li a .post-count, .widget_meta ul li a .post-count,
  .widget_rss ul li a .post-count, .widget_nav_menu ul li a .post-count{
    background: #e0d8ff;
    width: 30px;
    height: 21px;
    text-align: center;
    font-size: 11px;
    border-radius: 5px;
    color: white;
    line-height: 2em;
    margin-top: 4px;
}
.tagcloud a .tag-link-count {
    color: #7271bb;
}
.tagcloud a{
    background-color: #e1e2ff7a;
    border-radius: 25px;
    border-color: transparent!important;
    color: #555;
    padding: 3px 8px;
    font-size: 11px;
    margin: 3px;
}
.tagcloud a .tag-caption::before{
  content: none;
}
.widget_recent_entries ul li a::before, .widget_categories ul li a::before, .widget_archive ul li a::before,
 .widget_pages ul li a::before, .widget_meta ul li a::before, .widget_rss ul li a::before, .widget_nav_menu ul li a::before{
   content: '\f138';
   font-family: 'FontAwesome';
   color: #ffc7e4;
   font-size: 18px;
   margin-right: 0.4em;
  }
.widget_recent_entries ul li ul li a::before, .widget_categories ul li ul li a::before, .widget_archive ul li ul li a::before,
 .widget_pages ul li ul li a::before, .widget_meta ul li ul li a::before, .widget_rss ul li ul li a::before,
  .widget_nav_menu ul li ul li a::before{
  content: '\f105';
  font-family: 'FontAwesome';
  background: unset;
color: #ffc7e4;
margin-right: 0;
}


/* サイト内検索とか入力エリア関連 */
.search-edit, input[type="text"], input[type="password"],
 input[type="date"], input[type="datetime"], input[type="email"],
  input[type="number"], input[type="search"], input[type="tel"],
   input[type="time"], input[type="url"], textarea, select{
     -webkit-appearance: none;
         -moz-appearance: none;
         -ms-appearance: none;
         -o-appearance: none;
         appearance: none;
	   outline: none;
         border-radius: 5px;
         border: 2px solid #9de0ff;
         /* box-shadow: 0 0 4px -2px #adb3ca59; */
         background: white;
         /* transform: skewX(-10deg); */
	   font-size: 16px;
	   font-weight: bold;
	   font-family: JKB;
         color: #757575;
   }

select:hover{
  transition: all 0.4s ease;
  transform: skewX(-10deg);
  cursor: pointer;
  background: #ff9de521;
}

input[type="checkbox"] {
  -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
	outline: none;
      width: 20px;
      height: 20px;
      border: 3px solid;
      border-color: rgb(47, 29, 163);
      background: rgba(208, 211, 220, 0.43);
      top: 3px;
      margin-right: 5px;
      position: relative;
      top: 3px;
      border-radius: 0;
    }

/* 検索ボタン虫眼鏡アイコン */
.search-submit {
    right: 10px;
    top: -2px;
    font-size: 25px;
    line-height: 45px;
    border: none;
    color: #ffc7e4;
    padding: 0 8px;
    background-color: transparent;
}

/* submitボタン */
input[type='submit'] {
	outline: none;
}



/* エントリーカード*/
.ecb-entry-border .entry-card-wrap{
  border: none;
}
.ect-vertical-card .entry-card-wrap .entry-card-title {
    font-size: 18px;
    margin: 15px 10px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
}
.ect-vertical-card .entry-card-wrap .entry-card-snippet {
    font-size: 12px;
    margin: 10px 15px 0 15px;
    color: #d7d5ef;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
}

.ect-vertical-card .entry-card-wrap .entry-card {
    position: relative;
    background-color: #6f6ab9;
    background: linear-gradient(225deg, #25125df5 10px, #6f6ab9);
    color: #fdfdfd;
}

.ect-vertical-card .entry-card-wrap .entry-card-info {
    display: block;
    align-items: center;
    margin: 10px;
    font-size: 19px;
}

.ect-vertical-card .entry-card-wrap .entry-card-meta {
    position: relative;
    right: 0;
    text-align: center;
    line-height: 1;
}

.ect-vertical-card .entry-card-wrap .cat-label {
  position: relative;
  left: unset;
  background-color: transparent!important;
  margin-bottom: 20px;
  padding: 2px 15px;
  margin: 0 auto;
  display: block;
  width: 65%;
  border-right: none;
  border-left: none;
  text-align: center;
}
.ect-entry-card .ecb-entry-border .cat-label {
  position: absolute;
  left: unset;
  background-color: transparent!important;
  margin-bottom: 3px;
  padding: 1px 15px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.ect-vertical-card.entry-card-snippet {
  font-size: 12px;
  margin: 10px 15px 0 15px;
  color: #d7d5ef;
}


/* 上下線本文アイキャッチラベル　*/
.eye-catch .cat-label {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 12px;
    margin: 1em auto;
    margin-bottom: 2em!important;
    border: none!important;
    text-align: center;
    width: 70%;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid!important;
    border-top: 1px solid!important;
    border-color: #cacaca!important;
}
.eye-catch .cat-label::before{
  content: 'category:';
}


/*　エントリーカードのホバーアクション */
/* .ect-vertical-card .entry-card-wrap:hover{
  background-color: unset;
  transform: scale(1.01);
  filter: none!important;
}

 .ect-vertical-card .a-wrap:hover .entry-card {
    background: #897fde;
    transition: all 0.5s ease;
}*/
.date-tags {
    color: #9e9e9e;
}

/*コード*/
.entry-content code,
.entry-content .haiiro {
 padding: .2em .3em;
 border-radius: 5px;
 background: #f3f6fc;
 font-size: .9em;
}
.entry-content pre {
  margin: 0 0 1.5em;
     padding: 1em;
     border: solid 1px #c6dbff;
     background: #f1faff;
     color: #54687c;
}
.entry-content pre code {
 padding: 0;
 background: transparent;
}


/* ---------------------------------------------------------
/ 『SNSボタン』
--------------------------------------------------------- */
#container .sns-buttons a{
	 background: #a2dddd;
  color: #fff;
  border: 0;
	opacity: 0.9;
}

.twitter-button{
     background-color: #95d3f4!important;
}

.facebook-button{
	background-color: #e5ccff!important;
}

.hatebu-button{
    background-color: #ffc0cb!important;
}

.google-plus-button{
    background-color: #ffc0cb!important;
}

.pocket-button{
    background-color: #ffc8c5!important;
}

.line-button{
    background-color: #adebc2!important;
}

.feedly-button{
    background-color: #ffe7af!important;
}

.rss-button{
    background-color: #ffe7af!important;
}


/* HACK: 写真をポラロイド風に */
.wp-caption-text, .gallery-caption {
    font-size: 75%;
    line-height: 1;
    color: #968f8f;
    margin-top: 4px;
    padding: 7px;
}
.wp-caption img {
    margin: 0;
    padding: 0px;
    border: 1px solid #ababab;
}
.wp-caption {
    padding-top: 9px;
    padding-right: 9px;
    padding-left: 9px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    max-width: 100%;
    box-shadow: 0 6px 7px -4px #ababab;
    margin-bottom: 20px;
}
/* HACK: 写真に枠線をつける */
.img-waku{
  border: 1px solid #dcdcdc;
}



/* HACK: いいねボックス */
.fb-like-box{
  background: transparent;
  display: inline-block;
  height: 350px;
  width: 100%;
}
.fb-like-thumb{
  max-width: 100%;
  background: #9e1c82;
  height: 0;
}
.fb-like-box .fb-like-thumb > *{
  min-width: 100%;
  height: 350px;
  object-fit: cover;
}
.fb-like-content::after{
  content: '';
  width: 100%;
  height: 350px;
  position: absolute;
  z-index: -1;
  background: linear-gradient(to left, #ffa2e4, #759fff);
  opacity: 0.75;
}
.fb-like-content{
  height: 350px;
  position: relative;
  z-index: 2;
}
.fb-like-box img{
  position: relative;
  z-index: 2;
}
.fb-like-buttons{
  margin: 50px 0;
}
.fb-like-message{
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 1px 2px 3px #9c1fb3;
}
.fb-like-sub-message{
  color: #fff;
  font-size: 0.9em;
  text-shadow: 0px 0px 7px #423e3e;
}
.widget_fb_like_box{
  margin-left: -10px;
  margin-right: -10px;
}

/* HACK: キャラクターを大きく */
.speech-person {
  min-width: 80px;
}

/* HACK: 引用をオシャレに！ */
blockquote {
    background: #c7eaff12!important;
    border: 0.5px solid #c7dbff!important;
    padding: 22px;
    position: relative;
    font-size: 90%;
    border-radius: 3px;
    margin: 30px 0px;
}
blockquote a {
    text-decoration: none;
    color: #31b9ff!important;
    font-size: 83%;
    font-weight: bold;
    letter-spacing: -0.5px;
}
/*blockquote a::before{
  content: '出典：';
  color: #656565;
}*/
blockquote::before {
    content: "\f10d";
    font-family: FontAwesome!important;
    line-height: 1.1;
    left: 20px;
    top: 15px;
}
blockquote::after{
  content: "\f10e";
  font-family: FontAwesome!important;
  line-height: 1.1;
  right: 20px;
  bottom: 15px;
}
blockquote::before, blockquote::after{
  font-size: 100%;
  color: #31b9ff!important;
}


/* ---------------------------------------------------------
/ プロフィール
--------------------------------------------------------- */
/*img.avatar.avatar-200.wp-user-avatar{
}*/

.widget-below-sns-buttons-title.main-widget-label{
  font-size: 1.4em;
  text-align: center;
  padding-left: 0;
}
.author-widget-name {
    text-align: center;
    margin-top: 7px;
}

.author-thumb {
    float: unset;
    margin-top: 3px;
    width: 150px;
    margin: 0 auto;
}
.author-box p {
    font-size: 14px;
    color: #7d7979;
}
.author-box .author-name {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}
.author-name a{
    text-decoration: none;
    color: #605f67;
}
.author-description {
    margin: 0 auto;
    width: 90%;
}
.author-box .sns-follow {
    margin: 0;
    background: unset;
    display: flex;
    text-align: center;
	 margin: 0 auto;
}
.author-box .sns-follow-buttons {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    width: 100%;
}
.author-box {
	margin: auto;
    border: unset;
    border-radius: 10px;
	background: linear-gradient(135deg, #9ee0ff, #fff, #ffc7e4);
	 box-shadow: inset 0 0 4px 4px #fff;
}

.author-box .sns-follow-buttons a.follow-button {
    font-size: 32px!important;
    width: 37px!important;
    height: 42px!important;
    margin-bottom: 0px;
    margin-right: 2px;
    margin-left: 2px;
    background-color: unset!important;
    color: #fff;
    border: none;
    clip-path: unset!important;
    -webkit-clip-path: unset!important;
}
.author-box .sns-follow-buttons a.follow-button:hover{
  transform: translate(0px,-3px)!important;
}
.author-box .sns-follow-buttons a.follow-button:hover span{
  transition: 0.4s all ease;
}
.author-box p a {
    color: #3cbdff;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 480px){
.author-box .author-content {
    margin-left: unset;
}}


/* ---------------------------------------------------------
/ 目次
--------------------------------------------------------- */
.toc{
  width: 100%;
margin: 0 auto;
border-color: #a2dddd;
border-width: 3px;
margin-bottom: 20px;
	border-radius: 10px;
}
.toc-title{
border-radius: 30px;
width: fit-content;
margin: 10px auto;
font-size: 25px;
}
.toc-title::before{
  content: '\f0f6';
  font-family: 'FontAwesome';
  margin-right: 0.4em;
}

.toc ol ol{
  list-style: none;
}
.toc ol li{
  margin-left: 2em;
}
.toc-list>li>a{
  font-size: 17px;
  border-bottom: dashed;
display: block;
width: 100%;
	border-color:transparent;
transition: 0.5s all ease;
font-weight: bold;
}

.toc-list>li>a:hover{
  border-color:#ffedab;
	color:#636363;
  text-decoration: none;
  transform: translateX(5px);
}

.toc li a::before{
  content: '\f054';
  font-family: 'FontAwesome';
	margin-right: 0.5em;
}

.toc ol li ol a{
  font-size: 16px;
  transition: 0.5s all ease;
  display: block;
  color: #4e4e4e;
}
.toc-list>li>ol a:hover{
  transform: translateX(5px);
  text-decoration: none;
}

/* HACK: 広告ラベルを多少オシャレに！ */
.ad-label {
  color: #1f2b8a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.7px;
  opacity: 0.6;
}

/* HACK: ブログカードをオシャレに！ */
.blogcard {
	padding: 1rem;
	color: #666;
	position: relative;
	border-color: #a9b6ff !important;
  margin: 30px auto;
  padding-bottom: 8px;
  border-width: 2px;
  box-shadow: 0px 0px 6px 1px #dae0ff;
}

a.blogcard-wrap:hover{
	background-color: transparent!important;
	opacity: 0.8;
  filter: unset;
}

a.blogcard-wrap:hover img.blogcard-thumb-image{
	transform: scale(1.1);
	transition: .3s;
}

.blogcard-thumbnail {
	line-height: 0;
	margin-right: 1rem;
	overflow: hidden;
  margin-top: 15px;
}

.blogcard-title{
	margin-bottom: .5rem;
  margin-top: 0.7em;
}

.blogcard-snipet{
	font-size: 70%;
	line-height: 1.7;
	padding-right: 10%;
}

@media screen and (max-width: 480px){
	.blogcard-thumbnail{
		width: 40%;
    margin-top: 10px
	}
	.blogcard-snipet{
		display: none;
	}
}

.internal-blogcard-footer{
	display: none;
}

.blogcard::before{
	content: '\f02d あわせて読みたい';
  font-family: 'FontAwesome';
	position: absolute;
	top: -1rem;
	left: 1em;
	font-size: 75%;
  background: #a9b6ff;
  padding: .6em 1em;
  font-weight: bold;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}

.internal-blogcard::after{
	content: '続きを読む \f138';
  font-family: 'FontAwesome';
	position: relative;
	font-size: 85%;
	background: linear-gradient(203deg, #7144f7f5 15px, #d675ce);
	padding: .4em 3em;
	font-weight: bold;
	color: #fff;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
text-align: center;
width: 35%;
margin: 0 auto;
margin-top: 25px;
}

/* 記事下関連記事 */
.related-entry-card .cat-label {
    font-size: 11px;
    position: relative;
    display: block;
    max-width: 100%;
    left: unset;
    text-align: center;
    top: unset;
    margin: 0 auto;
    padding: 3px 15px;
    margin-top: 0px;
    margin-bottom: 5px;
    border: none;
    text-align: center;
    width: 100%;
    color: #ffffff00;
    background-clip: text;
    -webkit-background-clip: text;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #cacaca;
    font-weight: bold;
}
.related-vartical-card .related-entry-card-title {
    font-size: 15px;
    font-weight: bold;
}
.related-entry-card-snippet.card-snippet {
    font-size: 0.9em;
    margin: 10px 5px;
	clear: none;
    color: #8c8c8c;
}
/*.a-wrap:hover{
  background-color: unset!important;
  color:unset!important;
}
.related-vartical-card .related-entry-card-wrap:hover .card-thumb img{
	transform: scale(1.01);
  transition: all 2s ease;
}*/

/* HACK: コードのカスタマイズ */
.pre_tag {
 margin: 1em 0 1.5em;
}
.pre_tag > span {
 display: inline-block;
 padding: 2px 10px;
 border-radius: 10px 10px 0 0;
 color: #fff;
 font-size: .9em;
     background: #ff9ae4;
}
.pre_tag p {
 margin: 0;
}


/* HACK: associate post R2 */
.wpap-tpl-with-detail .wpap-link a {
    font-size: 16px!important;
    padding: 9px!important;
    border-radius: 2px;
    box-shadow: 0px 2px 3px 0px #505050;
    margin-right: 1em!important;
    transition: 0.5s all ease;
    width: 26%;
    margin: 10px;
}
.wpap-tpl-with-detail .wpap-link a:hover{
  transform: translateY(5px);
  box-shadow: unset;
}
.wpap-tpl.wpap-tpl-with-detail{
  max-width: 100%!important;
  border-radius: 0px!important;
    border-width: 0 0 0 10px!important;
    border-style: solid!important;
    border-image: linear-gradient(to bottom, #52befff5, #84fdaf) 1 100%!important;
    background: linear-gradient(to left, #ecffef, #e0efff);
}
.wpap-tpl-with-detail .wpap-link{
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px){
.wpap-tpl-with-detail .wpap-link a{
  width: 39%!important;
}}



    /*wpap 終わり*/


/*simpkeGA_ranking*/
    .sga-ranking-list figure {
    float: left;
    width: 100%; /* 画像の横の長さ。自由に変更可 */
    height: auto; /* 画像の縦の長さ。自由に変更可 */
    overflow: hidden;
}
.sga-ranking-list img{
  width: 120px;
  margin-right: 10px;
}
.sga-ranking-list {
    margin: 0.8rem 0;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    list-style: none;
    font-size: 14px;
}
.sga-ranking-list::after {
    clear: both;
    content: "";
    display: block;
}
.sga-ranking-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sga-ranking-list figure a {
    display: inline;
}
.sga-ranking-list a  {
    overflow: hidden;
    line-height: 1.2;
    text-decoration: none;
    color:#2f2020;
    display: block;
    padding: 10px 0;
    font-size: 18px;
}
.sga-haiji {
  float: left;
}

/* 関連記事 simpleGAと新着記事を合わせる */
.widget-entry-cards .a-wrap:hover, .sga-ranking-list:hover,
 .related-entry-card-wrap.a-wrap:hover{
  transform: scale(1.02);
	 transition: all 1s;
}
.sga-ranking-list:hover .sga-ranking-thumb, .widget-entry-cards .a-wrap:hover .widget-entry-card-thumb,
 .related-entry-card-wrap.a-wrap:hover .related-entry-card-thumb　{
	 filter: sepia(50%);
  transition: all 1s;
}
.widget-entry-cards .widget-entry-card, .sga-ranking-list a{
  font-size: 16px
}


/*デザイン変えたい送信ボタンとか */
input[type='submit'], #bbp_reply_submit, .bp-login-widget-register-link a ,.comment-btn{
    -webkit-appearance: none;
	outline: none;
    padding: 0px;
    width: 250px;
    height: 3em;
    margin: 0;
    cursor: pointer;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #adebc2!important;
    font-size: 19px;
	font-family: JKB!important;
	font-weight: bold;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
}
input[type='submit']:hover,.comment-btn:hover {
  transition: all 0.3s ease;
  transform: scale(1.03);
	color: #ffffff;
}
	
textarea#comment{
  border: 5px double #a2dddd;
  border-radius: 10px;
  -webkit-appearance: none;
	outline: none;
}

/* HACK: ランキングをシュッと！！ */
/*.btn, */.ranking-item-link-buttons a{
border: none;
}
/*.btn, */.ranking-item-detail a{
  background: linear-gradient(150deg, #2cc74df5 10px, #10ff00);
  box-shadow: 0 5px 0 #33ad42;
}
.ranking-item-link a {
    background: linear-gradient(150deg, #f55c22f5 10px, #e64597);
    box-shadow: 0 5px 0 #c32869;
}

#container .ranking-item-link-buttons a:hover{
  box-shadow: 0 1px 0 #2f2f2f;
  opacity: unset;
  border: unset;
  color: #ffff;
  transform: translateY(6px);
}
/* HACK: wpulike */
.entry-content > .wpulike::before{
  content: 'この記事は参考になりましたか？'
}
.entry-content > .wpulike {
    padding: 10px 0;
    text-align: center;
    background: #a6bdff26;
    border: 3px double #1e146963;
    /* border-radius: 0px; */
    margin: 7%!important;
}

/* HACK: ページャー */
.pagination-next-link {
    background-color: #716dab;
    background: linear-gradient(150deg, #25125df5 10px, #716dab);
    border: none;
    color: #fff;
    display: block;
    font-size: 1.25em;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 12px 0;
	display: block;
	width: 75%;
    margin: 0 auto;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
}
.pagination-next-link:hover {
    transition: all 0.5s ease;
    color: #ccffe8;
    transform: translateX(10px);
    opacity: 0.8;
    /* border: 2px solid; */
}
.page-numbers {
    color: #1e286f!important;
    text-decoration: none;
    background: white;
    /* font-style: italic; */
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 1px solid #ccc!important;
    margin: 0 4px;
    line-height: 50px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 2px 8px 3px #0c1256;
}
.pagination .current {
    color: white!important;
    background-color: #1e286f!important;
    box-shadow: none;
}
.page-numbers:hover{
  box-shadow: unset;
background: #1e286f!important;
border: none;
color: white!important;
}

/*前後記事*/
.pager-post-navi{
	position: relative;
	font-size: 20px;
	text-shadow: 0 0 5px #fff;
	margin: 0;
}
.prev-post-thumb.card-thumb img{
	width: 100%;
  height: 100px;
  opacity: 0.3;
  object-fit: cover;
}
.next-post-thumb.card-thumb img{
	width: 100%;
  height: 100px;
  opacity: 0.3;
  object-fit: cover;
}
.pager-post-navi a.prev-post, .pager-post-navi a.next-post{
	min-width: 50%;
  max-width: 50%;
	padding: 0;
}
.pager-post-navi a figure{
	min-width: 100%;
  max-width: 100%;
}
/*.pager-post-navi a.prev-post,
.pager-post-navi a.next-post{
  flex-direction: unset;
}*/
/*矢印のアイコン変える*/
/*z-indexでサムネの上に矢印を*/
.pager-post-navi a.prev-post::before{
  content: '\f190';
  font-family: 'FontAwesome'!important;
	color: #2a344d;
	position: absolute;
	top: 0.2em;
	left: 0.4em;
  font-size: 25px;
  z-index: 1;
}
.pager-post-navi a.next-post::before{
  content: '\f18e';
  font-family: 'FontAwesome'!important;
	color: #2a344d;
	position: absolute;
	bottom: 0.2em;
	right: 0.4em;
  font-size: 25px;
  z-index: 1;
}
/*記事タイトルの配置修正*/
/*word-breakで崩れ防止*/
.pager-post-navi a.prev-post .prev-post-title{
	display: block;
	position: absolute;
	line-height: 1.5em;
	text-align: left;
  font-weight: bold;
	color: #2a344d;
	bottom: -0.4em;
	left: 0em;
	padding: 1em;
	text-shadow: 0 0 5px #fff;
	word-break: keep-all;
	margin: 0;
	z-index: 1;
}
.pager-post-navi a.next-post .next-post-title{
	display: block;
	position: absolute;
	line-height: 1.5em;
	text-align: right;
	font-weight: bold;
	color: #2a344d;
	top: -0.4em;
	right: 0em;
	padding: 1em;
	text-shadow: 0 0 5px #fff;
	word-break: keep-all;
	margin: 0;
}
/*ホバー*/
.pager-post-navi a.prev-post:hover{
	box-shadow: inset 0 0 8px #fff;
	filter: sepia(60%);
  transform: none;
	transition: all 0.8s;
}
.pager-post-navi a.next-post:hover{
	box-shadow: inset 0 0 8px #fff;
	filter: sepia(60%);
  transform: none;
	transition: all 0.8s;
}

/* 次のページのリンク */
.pagination-next-link {
  color: #fff;
  background-color: #2a344d;
  border: 0;
  border-radius: 5px;
	text-shadow: 0px 0px 5px #aba6b8;
	box-shadow: 0px 0px 5px #aba6b8;
}
/* ページ番号をほし？に */
.page-numbers {
	color: #fff;
  background-color: transparent;
	text-shadow: 0px 0px 5px #aba6b8;
  border: 0;
	z-index: 1;
}
.page-numbers:before {
	color: #2a344d;
	position: absolute;
	content: "\f0a3";
    font-family: "fontawesome";
	font-size: 200%;
	z-index: -1;
}
.page-numbers:hover:before {
	color: #fff;
	position: absolute;
	content: "\f0a3";
    font-family: "fontawesome";
	font-size: 200%;
	z-index: -1;
}
a.page-numbers:hover{
	color: #2a344d;
	background-color: #fff;
  transform: translateY(-2px);
	text-shadow: 0 0 10px #aba6b8;
}
/*矢印*/
.prev.page-numbers {
	color: #2a344d;
  background-color: transparent;
	text-shadow: 0px 0px 5px #aba6b8;
	font-size: 70%;
  border: 0;
}
.prev.page-numbers:hover{
  background-color: transparent;
	transform: translate3d(-5px, 0, 0);
  border: 0;
}
.prev.page-numbers:hover:before {
	color: #2a344d;
	content: "\f104";
    font-family: "fontawesome";
}
.next.page-numbers {
	color: #2a344d;
  background-color: transparent;
	text-shadow: 0px 0px 5px #aba6b8;
	font-size: 70%;
  border: 0;
}
.next.page-numbers:hover{
  background-color: transparent;
	transform: translate3d(5px, 0, 0);
  border: 0;
}
.next.page-numbers:hover:before {
	color: #2a344d;
	content: "\f105";
    font-family: "fontawesome";
}
/* カレントページの背景を★に */
.pagination .current{
	color: #fff;
  background-color: transparent;
	text-shadow: 0px 0px 5px #aba6b8;
  border: 0;
	z-index: 1;
}
.pagination .current:before{
	color: #2a344d;
	position: absolute;
	content: "\f0c2";
    font-family: "fontawesome";
	font-size: 300%;
	z-index: -1;
}

/*キャプションボックス
 * red→薔薇色に変更*/
.tcb-red .tab-caption-box-label{
	background-color: #e9546b;
}
.tcb-red .tab-caption-box-content {
	border-color: #e9546b;
}
.cb-red .caption-box-label{
	background-color: #e9546b;
}
.cb-red .caption-box-content {
	border-color: #e9546b;
}

/*コメントボタン*/
.comment-btn{
	font-family: JKB!important;
}

/*レスポンシブ*/
/*480px以下*/
@media screen and (max-width: 480px){
  .article h2{
    padding: .6em 0.2em;
  }
  .article h3{
    padding: .4em 1em;
  }
}