@media print, screen and (min-width: 960px){
.sns li {
    width: 25%
}
}
.sns{
		margin-bottom:0;
		padding-bottom:0;
}
.sns ul{
		margin-bottom:0
}
/*見出し（h2）ここから*/
h2 {
  background-color:#F9F6E5 ;
  font-size:20px;
  line-height:27px;
  padding:10px 20px 10px 20px;
  border:2px dashed #ff6893 ;
  border-radius:5px;
  box-shadow:0 0 0 4px #F9F6E5, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
}
/*見出し（h3）ここから*/
.post h3 {
  background-image:url("https://pokemori-yun.com/wp-content/uploads/2018/01/happaicontoph3.png");
  
  background-repeat:no-repeat;
  background-position:0 10px;
  font-size:20px;
  line-height:27px;
  color: #000 !important;
 
  padding:10px 10px 10px 30px;  
  border-bottom:2px #ff6893 dashed;
}
.post h4{
  background-color:#F9F6E5;
	padding:5px 15px;
	
}
/*h5見出し*/
.post h5 {
position: relative;
padding-left: 18px;/*アイコン分のスペース*/
line-height: 1.4;

}

.post h5:before{
		font-family: "Font Awesome 5 Free";
	content: '\f058';
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #FFCA45; /*アイコン色*/
}

/*目次(Table of Contents Plus)　ここから*/
/*余白と角丸*/
#toc_container  {
  margin-bottom:30px;
  border-radius: 20px;
}
/*中央寄せ*/
#toc_container { 
  margin-left: auto; 
  margin-right: auto; 
}


/*-- 記事エリア(全体)の幅 --*/
#content{
    max-width:1140px;
}

/*-- 記事一覧をタイル状に表示 --*/
.itiran-custom {
		display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display:flex;
		flex-wrap:wrap;
    position: relative;/*相対位置*/
    text-align: center;/*記事エリア及びタイトルを中央揃え*/
		justify-content:center;
}
.itiran-custom dl {
    width: 285px;/*横幅*/
    display: inline-block;/*横並びでブロック配置*/
    background: #F9F6E5;/*背景色*/
    border: none;/*ボーダーなし*/
    padding: 0px;/*内側の余白*/
    margin: 5px;/*記事と記事の間隔*/
    margin-bottom: 30px;/*カード下の余白*/
    box-shadow: 3px 7px 4px #a0a0a0;/*影をつける*/
}
.itiran-custom dt {
    overflow: hidden;/*拡大領域固定*/
    list-style: none;/*マーカーなし*/
}
.itiran-custom dt img {/*アイキャッチ画像*/
    width: 285px;/*画像幅*/
    height: 160px;/*画像の高さ*/
    transition: .3s;/*拡大・縮小速度*/
}
.itiran-custom dt img:hover {/*マウスホバーで画像拡大*/
    transform: scale(1.2);/*拡大率*/
}
.itiran-custom dd a {/*記事タイトル*/
    font-weight: bold;/*文字を太字に*/
    color: #565656;/*文字色*/
    font-size: 16px;/*文字サイズ*/
    text-decoration: none;/*下線なし*/
}
.itiran-custom dd {
    text-align: left;/*タイトル左寄せ*/
    padding: 10px;/*タイトルの余白*/
}
.eyecatch-t {/*-- 記事一覧画像にカテゴリー追加 --*/
    position: relative;/*絶対位置*/
}
p.eyecatchlabel-t {
    position: absolute;/*絶対位置*/
    font-size: 13px;/*文字サイズ*/
    font-weight: bold;/*文字を太字に*/
    color: #fff;/*文字色*/
    background-color: #FFCB43;/*背景色*/
    padding: 0px 15px;/*縦と横の幅*/
    left: 2px;/*左からの位置*/
    top: 2px;/*上からの位置*/
    opacity: 1;/*透明度*/
    z-index: 2000;/*重なりの順序*/
    border-radius:5px;
}
p.eyecatchlabel-t:before
{
  font-family: FontAwesome;
  content: "\f08d";
  padding-right : 1px;/*文字との隙間*/
  color: #ffffff;/*アイコンの色*/
  display: inline-block;
    margin-right: .5em;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg)
    
}

/*-- この記事を見るボタンの配置 --*/
.readmore {
    text-align: right;/*ボタンを中央に移動*/
    margin-top: -30px;/*上からの余白*/
    margin-bottom: 0px;/*下からの余白*/
}

/*-- 記事エリア(全体)の幅 --*/
#content{
    max-width:1180px;
}

@media only screen and (max-width: 420px) {
.itiran-custom {
    text-align: left;/*記事エリア及びタイトルを中央揃え*/
}
.itiran-custom dl {
    width: 100%;/*横幅*/
    float: none;/*配置なし*/
}
.itiran-custom dt {
    float: left;/*左に寄せる*/
    margin-right: 10px;/*画像とタイトルの間隔*/
}
.itiran-custom dt img {/*アイキャッチ画像*/
    width: 135px;/*画像幅*/
    height: 140px;/*画像の高さ*/
}
.itiran-custom dd a {/*記事タイトル*/
    font-size: 15px;/*文字サイズ*/
}
.itiran-custom dd {
    text-align: left;/*タイトル左寄せ*/
    padding: 3px;/*タイトル位置*/
}
p.eyecatchlabel-t {
    font-size: 10px;/*カテゴリー文字サイズ*/
    padding: 0px 5px;/*縦と横の幅*/
}
.readmore {
    text-align: right;/*ボタン右寄せ*/
    margin-top: -18px;/*上からの余白*/
    margin-bottom: 0px;/*下からの余白*/
}
.itiran-time {
    font-size: 8px;/*投稿日時文字サイズ*/
    margin-top: -25px;/*上からの余白*/
}
}

@media screen and (max-width: 480px) {
 .page-title{
font-weight: bold;
  line-height: 100%;
  font-size: 14px;
 }
 .article p, .entry-content p{
  line-height: 15px;
  font-size:12px;
 }
  h2 {
  background-color:#F9F6E5 !important;
  font-size:16px;
  line-height:25px;
  margin:40px 0 30px 0 !important;
  padding:10px 20px 10px 20px;
  border:2px dashed #ff6893 !important;
  border-radius:5px;
  box-shadow:0 0 0 4px #F9F6E5, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
}
  .post h3 {
  background-image:url("https://pokemori-yun.com/wp-content/uploads/2018/01/happaicontoph3.png");
  
  background-repeat:no-repeat;
  background-position:0 10px;
  font-size:14px;
  line-height:27px;
  color: #000 !important;
  margin:10px 0 25px 0;
  padding:10px 10px 10px 30px;  
  border-bottom:2px #ff6893 dashed;
}
}

/*サイドバー人気記事の記事間隔*/
.wpp-list li{
width: 290px;
height: 120px;
}
.wpp-list a{
font-size: small;
color: #000000
}
.wpp-list a:hover{
color: #990000;
text-decoration: underline;
clear: left;
}
.wpp-list img{
float: left;
margin: 5px 5px 5px 0;
clear: both;
}

/*テープっぽい見出しデザイン*/
.tepuline{
position: relative;
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
color: #454545;
}


.tepuline:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*オレンジボックス*/
.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}

/*考え事風ふきだし*/
.box23 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.box23:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
}
.box23:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
}
.box23 p {
    margin: 0; 
    padding: 0;
}

/*ポイントまとめボックス*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}


@media only screen and (max-width: 420px) {
	.catname {
	background: #fcee21;
	color: #797575;
	margin:auto;
 float:left;
}
}

.post .st-catgroup {
	font-size:12px;
	line-height:18px;
	margin:10px;
	padding:0px;
}
.post .st-catgroup {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding-top:10px;
}
.catname {
	background: #fcee21;
	color: #797575;
	padding: 0.4em;
	margin-right:0px;
	float:left;
}
.catname {
	font-size: 13px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	background:#f3f3f3;
}

/*投稿のカテゴリ*/
.post .st-catgroup {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding-top:10px;
}

.catname {
	font-size: 13px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	background:#f3f3f3;
}

.post .st-catgroup a {
	text-decoration:none;
	color:#000;
}

.post .st-catgroup a:hover {
	opacity:0.5;
}

.catname {
	background: #FFCA45;
	color: #ffffff;
	
	margin-top: 1em;
	margin-left: 0em;
	float:left;
}

.balloon3-right {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 0 5px;
 	width: 90px;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #ff8e9d;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon3-right:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #ff8e9d;
	z-index: 0;
}

.pink_line { 
background:rgba(0, 0, 0, 0) 
linear-gradient(transparent 60%, #FFDFEF 0%) 
repeat scroll 0 0;
}
 
.blue_line{ 
background:rgba(0, 0, 0, 0) 
linear-gradient(transparent 60%, #cce5ff 0%) 
repeat scroll 0 0;
}
 
.yellow_line { 
background:rgba(0, 0, 0, 0) 
linear-gradient(transparent 60%, #ffffbc 0%) 
repeat scroll 0 0;}




/*緑のリボン*/
.ribbon3 {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    padding: 1px 0;
    font-size: 21px;
    background: #acd879;
    color: #FFF;
    box-sizing: border-box;
 
}






.ribbon3 .midori {
    vertical-align: middle;
    margin: 0;
    padding: 5px 80px;
    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
    line-height:10px;
}

.ribbon3:before, .ribbon3:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon3:before{/*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon3:after{/*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/*緑のリボン影付き*/
.ribbon3 {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    padding: 1px 0;
    font-size: 18px;
    background: #acd879;
    color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.ribbon3 midori {
    vertical-align: middle;
    margin: 0;
    padding: 0 30px;
    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
    line-height: 42px;
}

.ribbon3:before, .ribbon6:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon3:before{
    top: -2px;
    left: -2px;
    border-width: 32px 0px 32px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon3:after{
    top: -2px;
    right: -2px;
    border-width: 32px 15px 32px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}



@media only screen and (max-width: 959px) {
		.sns li a {
		font-size:10px;
		margin: 3px
		}
		.sns .fa{
		font-size:10px;
		}
}

/*-一部固定ページのSNSボタンを非表示-*/
.post-42 .sns,.post-46 .sns,.post-40 .sns,.post-470 .sns{
		display: none;
}

/*-テーブルヘッダーカスタマイズ-*/
table th {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
	background-color:#58bca9;
	color:#fff;
}
