/*
Theme Name:PORIPU tears for SANGO
Template:sango-theme
Theme Name:sango-theme-poripu
Theme URI:https://oldno07.com/poripu/
Author: マサオカ
Author URI:https://oldno07.com/
Description: SANGOの子テーマです。SANGO親テーマをインストールした状態で、本子テーマを適用してください。使い方は<a href="https://oldno07.com/poripu/">デモサイト</a>を御覧ください。
Version:1.24
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/

/* ロゴの画像サイズ */
#logo, #logo img, .desktop-nav li a, #drawer__open {
    height: 90px;/*スマホ用サイズ*/
}

@media only screen and (min-width: 768px) {
    #logo, #logo img, .desktop-nav li a {
    height: 120px;/*768px〜で見たとき用サイズ*/
    line-height: 120px;/*768px〜で見たとき用サイズ*/
	}
}

/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2{

}
.fa5 .entry-content h2:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {

}
.fa5 .entry-content h3:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4 {

}
.fa5 .entry-content h4:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*--蛍光ペン風装飾--*/

.marker-g{/*-緑色-*/
	font-weight:bold;
	background: linear-gradient(transparent 70%, #49EF8C 45%);
}
.marker-o{/*-オレンジ-*/
	font-weight:bold;
	background: linear-gradient(transparent 70%, #F3A572 45%);
}
.marker-b{/*-青色-*/
	font-weight:bold;
	background: linear-gradient(transparent 70%, #c6e8ff 45%);
}
.marker-r{/*-赤色-*/
	font-weight:bold;
	background: linear-gradient(transparent 70%, #dc143c 45%);
}

.marker-p{/*-ピンク色-*/
	font-weight:bold;
	background: linear-gradient(transparent 70%, #FFC3CE 45%);
}

.marker-y{/*-黄色-*/
	font-weight:bold;
	background: linear-gradient(transparent 70%, #F0DE41 45%);
}

.marker-w{/*-灰色-*/
	font-weight:bold;
	background: linear-gradient(transparent 70%, #e3e3e3 45%);
}

.marker-pu{/*-紫色-*/
	font-weight:bold;
	background: linear-gradient(transparent 70%, #dac0ff 45%);
}

/*--太字なし--*/

.marker-gn{/*-緑色-*/
	background: linear-gradient(transparent 70%, #49EF8C 45%);
}

.marker-on{/*-オレンジ-*/
	background: linear-gradient(transparent 70%, #F3A572 45%);
}
.marker-bn{/*-青色-*/
	background: linear-gradient(transparent 70%, #c6e8ff 45%);
}
.marker-rn{/*-赤色-*/
	background: linear-gradient(transparent 70%, #dc143c 45%);
}

.marker-pn{/*-ピンク色-*/
	background: linear-gradient(transparent 70%, #FFC3CE 45%);
}

.marker-yn{/*-黄色-*/
	background: linear-gradient(transparent 70%, #F0DE41 45%);
}

.marker-wn{/*-灰色-*/
	background: linear-gradient(transparent 70%, #e3e3e3 45%);
}

.marker-pun{/*-紫色-*/
	background: linear-gradient(transparent 70%, #dac0ff 45%);
}

/*アイキャッチ画像を中央寄せ*/
.post-thumbnail {
  text-align: center;
}

/*アイキャッチ画像のデフォルトサイズに*/
.post-thumbnail img {
  width: auto;
}

/*プロフィール画像の背景を削除*/
.yourprofile {
    padding: 10px 0;
}
.yourprofile .profile-img {
    margin: 10px auto 0;
}

/*箇条書きデザインの追加*/
.redbox ul {
  border: none;
  position: relative;
}

.redbox ul li {
  list-style: none;
}

.redbox ul li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content:'\f138\ ';
    color: #f46b6b;
    width: 8px;
    height: 8px;
}

.fa5 .redbox ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.greenbox ul {
  border: none;
  position: relative;
}

.greenbox ul li {
  list-style: none;
}

.greenbox ul li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content:'\f138\ ';
    color: #4bd79a;
    width: 8px;
    height: 8px;
}

.fa5 .greenbox ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*追加ボックス*/
.box34 {
  margin: 2em 0;
  padding: 0 15px 10px;
  background: #f7fff3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.box34 .box-title {
  margin: 0 -15px 15px;
  padding: 8px 4px;
  background: #4bd79a;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5;
}

/*ボックス内リンクの色とブロック化*/
.box31 a {
	display: block; 
	color: #0074e8;
}
.box31 a:hover {
	color: #4646ff;
	transition: none;
}

.box32 a {
	display: block; 
	color: #f39a05;
}
.box32 a:hover {
	color: #ff8000;
	transition: none;
}

.box33 a {
	display: block; 
	color: #ef637e;
}
.box33 a:hover {
	color: #da163e;
	transition: none;
}

.box34 a {
	display: block; 
	color: #309e78;
}
.box34 a:hover {
	color: #1b5843;
	transition: none;
}

/* 太字タグ */
.my_bold{
  font-weight: bold;
}

/* カッテネ */
.kattene {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  margin-top: 2.5em;
  margin-bottom: 1em;
  box-sizing: border-box; }

.kattene div{
  margin: 0; }

.kattene__imgpart {
  text-align: center; }

  .kattene__imgpart img {
    -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    margin: 0;
	max-height: 250px; }

.kattene__description {
  font-size: 0.8em; 
  line-height: 28px;}

.kattene__description a {
  color: #252525; }

.kattene .kattene__btns {
  width: 100%;
  margin-top: 1.2em; }

  .kattene__btns:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: "."; }

  .kattene__btns > div {
    float: left;
    margin-bottom: 5px; }

  .kattene__btns .kattene__btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
   }

  .kattene__btns.__three > div {
    width: 31.66667%; }

    .kattene__btns.__three > div:not(:last-child) {
      margin-right: 1%; }

  .kattene__btns.__two > div {
    width: 49.5%; }

    .kattene__btns.__two > div:nth-child(odd) {
      margin-right: 1%; }

@media screen and (max-width: 900px) {
  .kattene__btns.__five > div {
  width: 49.5%; }
  .kattene__btns.__five > div:nth-child(odd) {
    margin-right: 1%; }
  .kattene__btns.__five > div:last-child {
    margin-right: 0;
    float: right; }

  .kattene__btns.__four > div {
    width: 49.5%; }

    .kattene__btns.__four > div:nth-child(odd) {
      margin-right: 1%; }

  .kattene__btns.__one > div {
    width: 50%;
    margin-left: 25%; } }
@media screen and (min-width: 901px) {

  .kattene {
    display: table;
    width: 100%; }

  .kattene__imgpart {
    display: table-cell;
    width: 40%; }

  .kattene__infopart {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-left: 10px;
    width: 80%; }

  .kattene__btns {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding-right: 10px; }

  .kattene__btns.__five > div {
    width: 19.2%; }

    .kattene__btns.__five > div:not(:last-child) {
      margin-right: 1%; }

    .kattene__btns.__four > div {
      width: 24.25%; }

      .kattene__btns.__four > div:not(:last-child) {
        margin-right: 1%; }

    .kattene__btns.__two > div {
      width: 49.5%; }

      .kattene__btns.__two > div:not(:last-child) {
        margin-right: 1%; }

    .kattene__btns.__one > div {
      width: 49.5%;
      float: right; } }

.kattene .kattene__btn {
  appearance: none;
  background-color: #54c0d1;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 0;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

  .kattene__btn:hover, .kattene__btn:focus {
    background-color: #439aa7;
    color: #fff !important; }

  .kattene__btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

    .kattene__btn:disabled:hover {
      background-color: #54c0d1; }

.kattene__btn.__small {
  padding: 0.55em;
  font-size: 0.9em; }

.kattene__btn.__orange {
  background-color: #ffc45e;
  -webkit-box-shadow: 0 3px 0 #cc7a01;
  -moz-box-shadow: 0 3px 0 #cc7a01;
  box-shadow: 0 3px 0 #cc7a01;
  -o-box-shadow: 0 3px 0 #cc7a01;
  -ms-box-shadow: 0 3px 0 #cc7a01;
  margin-bottom: 3px;
  border-radius: 3px;
  text-align: center; }

  .kattene__btn.__orange:hover {
    background-color: #cc7a01; }

  .kattene__btn.__orange i {
    font-weight: bold; }

    .kattene__btn.__orange i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__blue {
  background-color: #4f9df4;
  -webkit-box-shadow: 0 3px 0 #0064a4;
  -moz-box-shadow: 0 3px 0 #0064a4;
  box-shadow: 0 3px 0 #0064a4;
  -o-box-shadow: 0 3px 0 #0064a4;
  -ms-box-shadow: 0 3px 0 #0064a4;
  margin-bottom: 3px;
  border-radius: 3px;
  text-align: center; }

  .kattene__btn.__blue:hover {
    background-color: #0064a4; }

  .kattene__btn.__blue i {
    font-weight: bold; }

    .kattene__btn.__blue i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__red {
  background-color: #dd4b4b;
  -webkit-box-shadow: 0 3px 0 #9b0003;
  -moz-box-shadow: 0 3px 0 #9b0003;
  box-shadow: 0 3px 0 #9b0003;
  -o-box-shadow: 0 3px 0 #9b0003;
  -ms-box-shadow: 0 3px 0 #9b0003;
  margin-bottom: 3px;
  border-radius: 3px;
  text-align: center; }

  .kattene__btn.__red:hover {
    background-color: #9b0003; }

  .kattene__btn.__red i {
    font-weight: bold; }

    .kattene__btn.__red i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__green {
  background-color: #0BBD80;
  -webkit-box-shadow: 0 5px 0 #099766;
  -moz-box-shadow: 0 5px 0 #099766;
  box-shadow: 0 5px 0 #099766;
  -o-box-shadow: 0 5px 0 #099766;
  -ms-box-shadow: 0 5px 0 #099766;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center; }

  .kattene__btn.__green:hover {
    background-color: #099766; }

  .kattene__btn.__green i {
    font-weight: bold; }

    .kattene__btn.__green i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__pink {
  background-color: #e1325b;
  -webkit-box-shadow: 0 5px 0 #b42849;
  -moz-box-shadow: 0 5px 0 #b42849;
  box-shadow: 0 5px 0 #b42849;
  -o-box-shadow: 0 5px 0 #b42849;
  -ms-box-shadow: 0 5px 0 #b42849;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center; }

  .kattene__btn.__pink:hover {
    background-color: #b42849; }

  .kattene__btn.__pink i {
    font-weight: bold; }

    .kattene__btn.__pink i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__title  {
  padding-top : 3px; }

#drawer__open {
    display:none;
	}

.home .fixed-menu {
    display: none;
}

/* 追尾型の目次をスクロールに変更 */
#fixed_sidebar .widget h4 + * {
max-height: 330px;
overflow-y: auto;
}

/* 2分割ヘッダーデザイン */
.divheader__text {
  padding: 5px;
  text-align: center;
}
.divheader__headline {
  margin: 5px 0 5px;
}
.divheader__btn {
  margin: 5px 0;
}
#divheader {
  margin: 10px auto 0;
  font-size: 1.1em;
}

@media only screen and (min-width: 768px) {
  .divheader__headline,
  .divheader__descr,
  .divheader__btn {
    text-align: center;
  }
}

/* スマホ最新記事デザイン */
#content {
  margin-top: 10px;
  padding-bottom: 5px;
}

/* サイトマップデザイン */
.page-id-3080 .tbimg, .page-id-3080 .page-title:after{
	display:none; /*画像とタイトル下の横棒を表示させない*/
}
.page-id-3080 .tbtext{
	line-height: 2.2; /*記事タイトルの行間*/
}
.page-id-3080 .linkto{
	max-width:100%;
	margin:0;
	padding:0;
	border:none;
	border-radius:0;
	background:transparent;
	font-weight: normal;
}

.all_posts{
	display:block;
}
.all_posts a :hover{
	background-color: #dddddd;
}

.all_posts span.tbtext:before {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 5px;
	height: 5px;
	content: '\25cf';
	border-radius: 50%;
	margin-right: 0.5em;
}

.page-id-3080 #entry .article-header{
	margin: 0;
}
.page-id-3080 h3 a{
	color:#555; /*見出しの文字色*/
}

/* 目次デザイン */
#toc_container ul.toc_list {
	list-style-type: none;
}

/*アコーディオン*/
.accordion label {
  margin: 10px 0 30px;
}

/*テーブル見出し*/
table th {/*thに対して*/
  background: #fff5e5; /*背景色*/
}

/*記事・サイドバーの囲み線削除*/
.post {
    border: none!important;
}
.sidebar .widget {
    border: none!important;
}

/*値引き装飾*/
.nebiki {
    color: red;
    background: #ffcccc;
    font-weight: bold;
    padding: 3px 3px;
	border-radius: 3px;
    font-size: 14px;
}

.nebiki2 {
    color: red;
    background: #ffcccc;
    font-weight: bold;
    padding: 3px 3px;
	border-radius: 3px;
    font-size: 16px;
}

.kattene__imgpart2 {
  text-align: center; }

  .kattene__imgpart2 img {
    -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    margin: 0;
	max-width: 200px;
	max-height: 150px; }

.kattene__title2  a {
  font-size: 20px;
  line-height: 1.8;
  padding-top : 3px; }

.cta-descr {
  font-size: 18px;
}

/*カテゴリ欄スクロール化*/
.widget_categories h4 + * {
max-height: 330px;
overflow-y: scroll;
}

.sidelong__article {
	min-height: 118px;
}

/*メニューアイコン削除*/
.widgettitle:before {
    content: none!important;
}

p.dfont.ninkiid.accent-bc {
    display: none!important;
}

/*新着・人気記事ライン調整*/
.title-border {
	display: flex;
	align-items: center;
	width:100%;
	margin-top: 15px;
}

.title-border:before,
.title-border:after {
	border-top: 2px solid;
	content: "";
	flex-grow: 1;
}

.title-border:before {
	margin-right: 1rem;
	margin-left: 2rem;
}

.title-border:after {
	margin-left: 1rem;
	margin-right: 2rem;
}

.widget {
  margin: 0 0 1em;
}

.my-widget li a .my-widget__text {
	font-size: 16px;
}

.widget_search {
	margin-top: 15px;
}

.shinkiji {
	padding-top: 10px;
	padding-bottom: 15px;
}

/*外部リンク調整*/
.textwidget li {
	list-style-type:none; /*リストマーカー無しにする*/
}

.textwidget i {
	padding-top: 2px;
}

.ninki {
	padding-top: 4px;
}

/*5chレス装飾*/
.ch-red {
    color: #e53935;
}

.ch-name {
	margin-bottom: 5px;
	margin-top: 30px;
	font-size: small;
}

.ch-article {
	margin-bottom: 50px;
	font-weight:bold;
}

/************************************
** Twitterボックス
************************************/
.p-twitter-box{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin:2rem auto;
    max-width:500px;
    width:100%;
}
.p-twitter-box .p-twitter-title{
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0.5em 0;
    font-size: 16px;
}
.p-twitter-box .twitter-tweet{
    margin:0 !important;
}
.p-twitter-box p{
    display:none;
}

/* twitterレス装飾 */
.p-twitter-box .p-twitter-pink{
	background: #f7bcbc;
}

.p-twitter-box .p-twitter-blue{
	background: #1da1f2;
}

.p-twitter-box .p-twitter-orange{
	background: #fdc44f;
}

/* 見出し装飾 */
#inner-content .hh27:first-letter {
	font-size: 2.7em;
}

#inner-content .hh27 {
	border-bottom: solid 2px black;
	width: 80%;
	font-size: 1.4em;
}

#inner-content .hh {
	margin: 1.3em 0 1.2em;
}

#inner-content .hh19 {
	font-size: 1.4em;
}

.entry-content h3 {
	margin: 1em 0 0.7em;
	font-size: 1.3em;
}

#inner-content .hh17 a{
	text-decoration: none;
	color: #FF5B79;
}

#inner-content .hh17 a:hover {
	text-decoration: underline;
}

#inner-content .hh37 {
	margin: 0 0 0.7em;
	padding: 0 0 0 0;
	font-size: 1.2em;
	line-height: 1.5;
}

#inner-content .hh37:first-letter {
	font-size: 2em;
}

/* twitterの名前 */
.twitter-name{
	font-size: 1.1em;
	font-weight:bold;
}

/* 文章全体の色 */
body {
	color: #171717;
}

#inner-content .hh17 {
	padding-top: 0px;
	border-bottom: solid 3px #cbcbcb;
}

#inner-content .hh17:after {
	border-bottom: solid 3px #ffc1d4;
}

.my-widget li a .my-widget__text {
	font-size: 0.9em;
}

.my-widget li a .my-widget__img {
	width: 130px;
	height: 130px;
}

.entry-content .wp-caption p.wp-caption-text {
    font-size: 0.75em;
	color: #808080;
}

.reference {
  display: table;
  max-width: 690px;
}

.blogroll-channel {
    margin-bottom: 15px;
    padding: 10px;
}
.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}
.blogroll-channel .blogroll-list {
    line-height: 1.3;
    list-style-type: none;
    margin-bottom: 3px;
}

.blogroll-channel img.blogroll-icon, .blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}
.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}
#headline {
    width: 1180px;
}
#headline{
height:280px;
margin: 10px auto 0;
    background-color: #ffffff;
overflow: hidden;
}
#headline .blogroll_wrapper {
    overflow-y: scroll;
}

#headline .blogroll_innner {
    float: left;
    height: 280px;
    width: 50%;
}

#headline .blogroll-channel,#headline  .blogroll-channel * {
    border: medium none;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
}
#headline .blogroll-channel {
    margin-bottom: 15px;
    padding: 10px;
}

#headline .blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

#headline .blogroll-channel .blogroll-list {
	font-size: 15px;
    line-height: 1.8;
    list-style-type: none;
    margin-bottom: 3px;
}

#headline .blogroll-channel img.blogroll-icon, #headline .blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}
#headline .blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

#headline .blogroll-channel .blogroll-new-entry {
    color: red;
    margin-left: 5px;
}

#headline .blogroll-channel .blogroll-link-time {
    color: #666;
    font-size: 10px;
    margin: 0 0 0 3px;
}

#headline .blogroll-channel a:link{
color:#0000ff;
}
#headline .blogroll-channel a:visited{
color:#858e96;
}
#headline .blogroll-channel a:hover{
color:#0000ff !important;
text-decoration:none;
}

#headline-smf .blogroll-channel{
    height: 389px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#headline-smf .blogroll-channel .blogroll-list {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

#headline-smf .blogroll-list-wrap{
    margin: 0 !important;
    padding: 0 !important;
    word-wrap: break-word;
}

#headline-smf .blogroll-list-wrap li,#headline-smf ol.popular-articles-new li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
border-color:#555555;
}

#headline-smf .blogroll-list-wrap li:first-child, #headline-smf ol.popular-articles-new li:first-child {
    border-top: medium none;
}

#headline-smf .blogroll-list-wrap li a, #headline-smf ol.popular-articles-new li a {
    display: block;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
text-decoration:none;
}
#headline .blogroll-icon, #headline-smf .blogroll-icon,#headline-smf .blogroll-new-entry{
display:none;
}
.box {
    background-color: rgba(255, 255, 255, 1);
    border-color: transparent;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #0166aa;
}
.box-border {
    border-radius: 10px;
}
.box-margin {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;

}

/* 記事一覧の幅 */
@media only screen and (min-width: 769px) {
.cardtype__article {
    float: left;
    width: 47.8%;
    margin: 0 13px 20px 3px;
}
.d-5of7 {
padding-right: 0px;
}

#content {
	margin-top: 15px;
}
  .single #content,
  .page #content {
margin-top: 15px;
	}
}

/* 投稿記事の幅 */
@media (min-width: 1030px) {
  .single .d-5of7,
  .post .d-5of7,
  .page .d-5of7 {
    padding-right: 15px;
  }
}

/* シェアボタンの文字色 */
.entry-header .fab-btn i:after {
  color: #ffffff; /* 文字色 */
}
	
.post-tab {
    margin: 0 13px 10px 3px;
    width: 97.5%;
}

/* 人気記事のデザイン */
.wpp-cards-compact-c {
 margin-left: 0;
 margin-right: 0;
 padding: 0;
}
.wpp-cards-compact-c li {
 display: flex;
 align-items: center;
 list-style: none;
 margin: 0 0 1rem 0;
 padding: 0 0 1rem 0;
 border-bottom: #ddd 1px solid;
}
.wpp-cards-compact-c li:last-of-type,
.wpp-cards-compact-c li:only-child {
 margin: 0;
 padding: 0;
 border-bottom: none;
}
.wpp-cards-compact-c li .wpp-thumbnail {
 overflow: hidden;
 display: inline-block;
 flex-grow: 0;
 flex-shrink: 0;
 margin-right: 1rem;
 font-size: 0.8rem;
 line-height: 1;
 background: #f0f0f0;
 border: none;
}
.wpp-cards-compact-c li a {
 text-decoration: none;
	color: #333333; /* 文字色 */
}
.wpp-cards-compact-c li a:hover {
 text-decoration: underline;
}
.wpp-cards-compact-c li .category,
.wpp-cards-compact-c li .wpp-post-title {
 display: block;
}
.wpp-cards-compact-c li .category {
 margin-bottom: 0.25rem;
 font-size: 0.7rem;
 line-height: 1;
}
.wpp-cards-compact-c li .wpp-post-title {
 margin-bottom: 0.2rem;
 font-size: 1.1rem;
 line-height: 1.3;
}
.wpp-cards-compact-c li .wpp-excerpt {
 margin: 0;
 font-size: 0.8rem;
}

/* カテゴリーの表示 */
.cat-item.cat-item-243
{display:none;}

.cardtype__img {
  padding-bottom: 35%;
}

/* ヘッダーアイキャッチ説明文 */
.divheader__headline {
  font-size: 16px;
}

.entry-meta a {
  text-decoration: none;
}
.entry-meta a:hover {
  color: gray;
  text-decoration: none;
}

/* */
.comment-edit-link,.says,.comment .vcard .avatar{display:none;}
.commentlist p {
    padding: 0 49px 0;
}