@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */
.promotion{
  display: flex;
  justify-content: flex-end;
margin-top:-20px;
	margin-bottom:-30px;
}
.promotion p{
	 background-color:#31a1af;
	color:#edfdfd;
	padding:3px 20px;
	font-size:120%;
}
.recent-comment-date{
margin-bottom:15px;
}
.recent-comment-content{
padding:15px;
font-size:120% !important;
line-height: 1.5em;
border-bottom:1px solid #31a1af;
}
/*目次デザイン*/
#ez-toc-container{
	width:100% !important;
	 box-sizing: border-box;
}

/*テーブルタイトル*/
.table_title {
font-size:120%;
font-weight:bold;
border-bottom: 5px solid #31a1af;
border-top: 5px solid #31a1af;
padding: 20px 10px;
color: #014e96;
margin: 30px 0;
}
/*関連ページ*/
.related-entry-thumbnail{
	padding-bottom:80px !important;
}
/*引用タグ*/
.wp-block-quote{
	background: #ffffff;
  border: 1px solid #31a1af;
}

.wp-block-preformatted{
	background: #ffffff;
	padding: 20px;
	border:none;
	font-size:18px;
}
/*h2デザイン*/
.article h2 {
  position: relative;
  margin:30px 0 !important;
  padding: 1.5rem 2rem;
  border: 3px solid #31a1af;
  border-radius: 10px;
  background: #edfdfd;
	color:#31a1af;
}
.article h2:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #31a1af transparent transparent transparent;
}

.article h2:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #edfdfd transparent transparent transparent;
}
.category-description{
	position: relative;
	background: #edfdfd;
	padding: 1rem 1.5rem;
	border:none;
}
.category-description:before, .category-description:after { 
	content:'';
	width: 20px;
	height: 40px;
	position: absolute;
	display: inline-block;
}
.category-description:before {
	border-left: solid 5px #31a1af;
	border-top: solid 5px #31a1af;
	top:0;
	left: 0;
}
.category-description:after {
	border-right: solid 5px #31a1af;
	border-bottom: solid 5px #31a1af;
	bottom:0;
	right: 0;
}
.comment-body img{
	display:none;
}
.comment-reply-link{
	background-color:#31a1af;
	color:#ffffff;
	border:5px solid #ffffff;
	padding:10px;
}
.commets-list{
	margin:10px;
}
#comments,#reply-title{
	background-color:#31a1af;
	color:#ffffff;
	padding:10px;
}
.comment-body{
	border-bottom:1px dotted #000000;
}
.submit{
	color: #014e96 !important;
	background-color:#edfdfd !important;
	border:1px solid #31a1af !important;
	width:100%;
	font-size:100%;
	text-align:center;
	font-weight:bold;
		display:block;
		padding:10px;
}
.submit:hover {
	background-color:#ffffff !important;
}
.entry-snippet{
	font-size:120%;
	padding:10px 0;
}
.entry-title-link{
	font-size:150%;
}
.post-meta{
	background-color:#ddf4f1;
	padding:5px;
  font-weight: bold;
  text-shadow: 2px 2px 0 white;
color:#31a1af !important;
}
.post-meta a{
	color:#31a1af !important;
}
@media screen and (max-width: 480px) {
.post-meta {
	font-size:65%;
  }
}
/* ヘッダー */
header{
	background-color:#ffffff;
}
#header{
	margin:0 auto !important;
	padding:0 auto !important;
	background: #ffffff url("https://ktb7.com/wp-content/uploads/2022/12/burst_title-1-1-1.jpg") no-repeat !important;
	background-position:center;
	width:1400px !important;
background-size:contain; 
}
@media screen and (max-width: 480px) {
#header{
	margin:0 auto !important;
	background: #ffffff url("https://ktb7.com/wp-content/uploads/2023/06/burst_title_mobile.png") no-repeat !important;
	width:100% !important;
	background-size:cover !important;
	height:120px;
	}
}
.top_title{
  position: relative;
  padding: 0.35em 0.5em;
  background: #31a1af;
  color: #ffffff;
}
.top_title:before {
  content: " ";
  position: absolute;
  top: -16px;
  left: 0;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  height: 0;
  border: solid 8px transparent;
  border-bottom-color: #7bd6e1;
}
/************************************
** Newマーク
************************************/
.new {
background: #BD2021;/*背景の色*/
padding:0 5px !important;
margin:0 10px 0 0;
color :#ffffff !important;
display: inline-block;
font-size:50%;

}
.entry-title-link{
	line-height:30px !important;
}
/* スクロールtable */
.scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 800px;
  margin: auto;
  overflow-x: auto;
}

.scroll_content li { /* 各リストのスタイル */
  width: 90%;
  padding: 8px;
  margin: 3px;
  flex-shrink: 0;
  list-style: none;
}
 
.scroll_content img { /* 画像のスタイル */
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
 
.scroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
 
.scroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
 
.scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
@media screen and (min-width: 450px) {
 
  .scroll_content li {
    width: 45%;
  }
}
.scroll_content p{ 
  display: flex;
	height:100px;
  max-height: 100px;
  margin: auto;
  overflow-x: auto;
}
/* テキストに囲い線を付ける */
.box-style{
 padding: 20px !important;
 margin-bottom: 1em;
 background-color:#f6f6f6;
 border:1px solid lightgrey;
 }
/* imgに囲い線を付ける */
.img_border{
	border: solid 1px #dcdcdc;
}
.comment{
	border-bottom:1px dotted #000000;
	margin-bottom:15px;
}
/* ブログカードの設定 */
.wp-block-liquid-speech-balloon{
margin-top:10px !important;
}
.blog-card-thumbnail-link img{
	width:150px !important;
	height:150px !important;
	margin:0 20px;
}
.blog-card-date{
	font-size:14px;
}
.blog-card-title a{
	font-size:26px;
	line-height:30px;
}
.blog-card-excerpt{
	font-size:18px;
	line-height:28px;	
	 overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
/* マイクロコピー */
.microcopy{
	font-size:14px;
	text-align:center;
	margin-top:20px !important;
	margin-bottom:0 !important;
	color:#31a1af;
	font-weight:bold;
}
.microcopy_ranking{
	font-size:120%;
	margin-right:10px;
	margin-left:10px;
	margin-top:-10px !important;
}
/* モバイル設定 */
@media (max-width: 450px) {
.microcopy_ranking{
	font-size:80%;
	line-height:100%;
	margin-right:10px;
	margin-left:10px;
}
	}
/* ボタン */
.btn_link {
  border: 1px solid #7bd6e1;
  background: #edfdfd;
padding:20px;
		margin-bottom:10px;
}
.btn_link a{
	padding:10px 30px;
	font-weight:bold;
  border: 3px solid #31a1af;
	font-size:110%;
	background-color:#ffffff;
	color:#31a1af;
	text-align:center !important;
	border-radius:50px;
	display:block;
}

/* LINE登録サイトボタン */
.button_solid007 {
    text-align: center;
	margin-bottom:20px;
	padding-bottom:20px;
	border:1px solid #00B732;
	background:#E1FFE9;
}
.button_solid007 p {
    margin-bottom: 5px;
    color: #00b732;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
	font-size:110%;
}
.button_solid007 p:before, .button_solid007 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #00b732;
    content: "";
}
.button_solid007 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid007 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid007 a {
position: relative;
border:5px solid ;
border-radius:50px;
width:90%;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
padding: 15px 10px;
transition: 0.3s ease-in-out;
font-size:110%;
font-weight:bold;
background-color: #00b732;
color: #FFF;
filter: drop-shadow(0px 2px 4px #ccc);
}
.button_solid007 a:hover {
    transform: translateY(-2px);
	color:#ffffff !important;
	opacity: 0.8;
}
/* 他登録サイトボタン */
.button_solid007_2 {
    text-align: center;
	margin-bottom:20px;
padding-bottom:20px;	
border:1px solid #ff0000;	
background:#FFF1F1;
}
.button_solid007_2 p {
    margin-bottom: 5px;
    color: #ff0000;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
font-size:100%;
}
.button_solid007_2 p:before, .button_solid007_2 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #ff0000;
    content: "";
}
.button_solid007_2 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid007_2 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid007_2 a {
position: relative;
border:5px solid ;
border-radius:50px;
width:90%;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
padding: 15px 10px;
transition: 0.3s ease-in-out;
font-size:110%;
font-weight:bold;
background-color: #ff0000;
color: #FFF;
filter: drop-shadow(0px 2px 4px #ccc);
}
.button_solid007_2 a:hover {
    transform: translateY(-2px);
	color:#ffffff !important;
	opacity: 0.8;
}
/* メール */
.mail-solid.icon {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 4px;
  width: 15px;
  height: 10px;
  border-radius: 1px;
  border: solid 1px currentColor;
  background-color: currentColor;
}
.mail-solid.icon:before {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  color: white;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}
.mail-solid.icon:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  color: white;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}
/* 吹き出し */
.dli-chat {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.06667em;
  height: 1.0em;
  background: #fff;
  border-radius: 1.0em;
  box-sizing: content-box;
}

.dli-chat::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0.16em;
  height: 0.16em;
  background: inherit;
  box-sizing: content-box;
  transform: skewX(-45deg);
  transform-origin: left top;
}
.wp-block-button {
    animation: dokidoki 1.5s infinite;
}
@keyframes dokidoki {
    0% {
        transform: scale(1.05)
    }
    5% {
        transform: scale(1)
    }
    95% {
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05)
    }
}
.wp-block-button__link {
	margin:20px 0 !important;
    position: relative !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out !important;
    font-weight: 600;
    background: #31a1af !important;
    border-radius: 8px;
text-decoration: none !important;
    border-bottom: solid 5px #acede5 !important;
}
.wp-block-button__link:hover {
  /*ボタンを押したとき*/
    border-bottom: solid 2px #acede5 !important;
    transform: translateY(3px);
    color: #FFF;
}

.wp-block-image img{
	margin-bottom:15px;
}
.wp-block-buttons{
	margin:20px 0;
}
#footer {
  background-color: #31a1af;
}

a {
color:#1a0dab;
text-decoration: underline !important;
}
p {
line-height:190% !important;
font-size:120%;
}
/*プラグインNewpost Catchでタイトルを整えるコード*/
#npcatch li{
overflow:hidden;
clear:both;
vertical-align:top;
border-bottom: 1px dotted #666666;
}
#npcatch img{
	width:0px !important;
	height:0px !important;
	margin:0 !important;
	padding:0 !important;
}
#npcatch .title a{
text-decoration: none;

}
#npcatch .date {
font-size: small;
font-weight: 600;
display:block;
color: #adb5bf;

margin-bottom: 5px;
}
#npcatch li:hover{}
#npcatch li:hover .title{}
#npcatch li:hover .title a{}
#npcatch li:hover .date{}
/* 区切り線 */
.wp-block-separator{
	border:1px solid #000000 !important;
	margin:100px 0;
}
/* TOPサイト一覧リンクボタン */
.btn-square {
  display: block;
	margin:0 auto !important;
	text-align:center;
	font-weight:bold;
	width:85%;
	font-size:150%;
  padding: 1.0em 1em;
  text-decoration: none;
  background: #31a1af;/*ボタン色*/
  color: #ffffff !important;
  border-bottom: solid 4px #1a7783;
  border-radius: 3px;
}
.btn-square:hover {
  /*ボタンを押したとき*/
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

.btn-square2 {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 230px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    transform: skew(-15deg);
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.btn-square2:hover  {
  -webkit-transform: skew(0) !important;
  transform: skew(0) !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1) !important;
}
.btn-square3 {
  display: block;
	margin:0 auto !important;
	text-align:center;
	font-weight:bold;
	width:85%;
	font-size:120%;
  padding: 1.0em 1em;
  text-decoration: none;
  background: #e01800;/*ボタン色*/
  color: #ffffff !important;
  border-bottom: solid 4px #9d1200;
  border-radius: 3px;
}
.btn-square3:hover {
  /*ボタンを押したとき*/
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}
#searchform{
	margin-bottom:-50px !important;
}
/* プロフィール用css */
#prf_base{
	padding: 8%;
	margin: 5%;
}
#prf_icon{
   background-image: url("https://ktb7.com/wp-content/uploads/2017/02/5fb88723d3c4c4f5ccc6ad8e462496a0.jpg");  /* 表示する画像 */
width:8em;
    height:8em;
    border-radius: 50%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
	border:1px solid #c9c9c9;
	text-indent: -9999px;
	margin:0 auto;
}
#prf_name{
	margin-top: 3%;
	text-align: center;
	font-size: 120%;
}
#prf_text{
	margin-top: 7%;
	font-size: 100%;
}
/*画像リンクのマウスオーバー*/
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}
/* ランキングのタイトル画像 */
#no01{
	background-image:url("../../../wp-content/uploads/2021/10/no01.png");
	font-weight:bold;
	background-color:#ffffff !important;
	font-size:130%;
	text-decoration:none !important;
	border:none !important;
	height:64px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-left:11%;
	padding-top:2%;
	margin-bottom:-2%;
  top: 0;	
}
#no02{
	background-image:url("../../../wp-content/uploads/2021/10/no02.png");
	font-weight:bold;
	background-color:#ffffff !important;
	font-size:130%;
	text-decoration:none !important;
	border:none !important;
	height:64px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-left:11%;
	padding-top:2%;
	margin-bottom:-2%;
  top: 0;	
}
#no03{
	background-image:url("../../../wp-content/uploads/2021/10/no03.png");
	font-weight:bold;
	background-color:#ffffff !important;
	font-size:130%;
	text-decoration:none !important;
	border:none !important;
	height:64px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-left:11%;
	padding-top:2%;
	margin-bottom:-2%;
  top: 0;	
}

/* tableの設定 */
	th{
	background-color: #ddf4f1 !important;
		color:#014e96;
	}
@media (max-width: 450px) {
	.wp-block-table{
	overflow: scroll !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	}
table, th, tr, td{
margin: 0 0 -1px;    
	}

thead{
    display: none;
  }
  th,
  tr,
  td {
	   display: block;
  }
}
#new-reviews-title {
	/*background-color: #009933;*/
}

/*#new-reviews-title h2 {
	color: #FFFFFF;
	padding: 5px;
}*/

#new-reviews-area {
}

.new-reviews-info {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.new-reviews-info .sc1 {
	margin-right: 12px;
}

.new-reviews-info .sc2 {
	margin-right: 12px;
}

.new-reviews-info .sc3 {
	margin-right: 12px;
	color: #FF9900;
	font-weight: bold;
}

.new-reviews-info .sc4 {
}

.new-reviews-info .sc5 {
}

hr{
  color: #ddd;
  margin:0;
  width:98%;
  border:1px solid #ddd;
}

/* added by side7 */

/* 特定カテゴリの新着エントリ3カラムレイアウト表示用 */
#main .entry-3columns{
  width:214px;
  margin:10px 5px 0 5px;
  border:1px solid #ddd;
  border-radius:5px;
  float:left;
  clear:none;
  overflow: visible;
}
#list .entry-3columns .entry-thumb {
  margin-top:0;
  margin-right: 0;
  margin-left:0;
  text-align:center;
  margin-bottom: 0;
}

.entry-3columns .entry-thumb img{
  width:100%;
  height:auto;
  margin-bottom:0;
  margin: 0px 5px 5px 5px;
}

.entry-3columns .entry-card-content {
  margin-left: 0;
  clear:both;
}

.entry-3columns h2 a{
  margin-top:0;
  font-size:16px;
  line-height:110%;
}

.entry-3columns .post-meta{
  margin:0;
  text-align: left;
  font-size:14px;
}

.entry-3columns .entry-snippet{
  font-size:14px;
  padding:0 5px;
  word-wrap:break-word;
  clear: both;
}

.entry-3columns .entry-read a{
  font-size:12px;
  padding:0 5px;
}

.entry-3columns .post-meta .category{
  display:none;
}

.entry-3columns h2{
  padding:0 5px;
  word-wrap:break-word;
  line-height: 100%;
  margin: 0px 0px 5px 5px;
}
.entry-read {
  border: 1px solid #7bd6e1;
  background: #edfdfd;
padding:20px;
		margin-bottom:10px;
}
.entry-read a{
	padding:10px 30px;
	margin:0px !important;
	font-weight:bold;
  border: 3px solid #31a1af;
	font-size:110%;
	background-color:#ffffff;
	color:#31a1af;
	text-align:center !important;
	border-radius:50px;
	display:block;
}

.entry-3columns .entry-read a.entry-read-link{
  padding:5px 0;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  width:auto;
}

.entry-3columns .sc3 { display: none; }
.entry-3columns .sc4:before { content: "("; }
.entry-3columns .sc4:after { content: "件)"; }
.entry-3columns .ratings { 
    /*float: left;*/
}

/* 特定カテゴリの新着エントリ2カラムレイアウト表示用 */
#main .entry-2columns{
  width:327px;
  margin:10px 5px 0 5px;
  border:1px solid #ddd;
  border-radius:5px;
  float:left;
  clear:none;
  overflow: visible;
}
#list .entry-2columns .entry-thumb {
  margin-top:0;
  margin-right: 0;
  margin-left:0;
  text-align:center;
  margin-bottom: 0;
}

.entry-2columns .entry-thumb img{
  width:327px;
  height:auto;
  margin-bottom:0;
  margin: 0px 5px 5px 5px;
}

.entry-2columns .entry-card-content {
  margin-left: 0;
  clear:both;
}

.entry-2columns h2 a{
  margin-top:0;
  font-size:16px;
  line-height:110%;
}

.entry-2columns .post-meta{
  margin:0;
  text-align: left;
  font-size:16px;
}

.entry-2columns .entry-snippet{
  font-size:14px;
  padding:0 5px;
  word-wrap:break-word;
  clear: both;
}

.entry-2columns .entry-read a{
  font-size:12px;
  padding:0 5px;
}

.entry-2columns .post-meta .category{
  display:none;
}
.entry-2columns h2{
  padding:0 5px;
  word-wrap:break-word;
  line-height: 100%;
  margin: 0px 0px 5px 5px;
}

.entry-2columns .entry-read a.entry-read-link{
  padding:5px 0;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  width:auto;
}

.entry-2columns .sc3 { display: none; }
.entry-2columns .sc4:before { content: "("; }
.entry-2columns .sc4:after { content: "件)"; }


/* 特定カテゴリの新着エントリシングルレイアウト表示用 */
.entry-single .sc3 { display: none; }
.entry-single .sc4:before { content: "("; }
.entry-single .sc4:after { content: "件)"; }


/* 特定カテゴリの新着口コミ表示用 */
#new-reviews-area .sc0{ margin-left: 12px; }
#new-reviews-area .sc2:before { content: "評価: "; }
#new-reviews-area .sc3:before { content: "平均: "; }
#new-reviews-area .sc4:before { content: "投票数: "; }
#new-reviews-area .sc4:after { content: "件"; }

/* 記事一覧の評価表示用 */
.ratings .sc2:before { content: "評価: "; }

/* 記事詳細の評価表示用 */
.post-ratings .sc2:before { content: "評価: "; }
.post-ratings .sc3 { display: none; }
.post-ratings .sc4{ display: none; }
.post-ratings .sc4:before { content: "("; }
.post-ratings .sc4:after { content: "件)"; }
.hyouka {
    float: right;
}

/* デフォルトの評価表示用(記事詳細) */
.ratings .sc3 { display: none; }
.ratings .sc4:before { content: "("; }
.ratings .sc4:after { content: "件)"; }

/* デフォルトの評価表示用(記事一覧) */
.ratings .sc3 { display: none; }
.entry-card-content .ratings .sc4 { display: none; }
.entry-card-large-content .ratings .sc4 { display: none; }

/* ショートコードでの新着記事表示一覧用 */
.new_post_list_2columns {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.new_post_list_3columns {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

/************************************
** ヘッダー(header)
************************************/

#site-title{display:none;}
#site-description{display:none;}
#navi{
	margin-bottom:10px;
	padding:5px 0 !important;
	text-align:center;align-content
}
#navi a{
		font-size:16px !important;
}
#site-description { /*margin-top: 0;
  color: #777;
  margin:0;
  padding:10 0;
  line-height:140%;
  font-size:15px;
  margin-right:20px;
  margin-bottom:10px;
  font-weight:normal;*/ display:none; }

/*グローバルナビの修飾 */
#navi {
 border-bottom:5px solid #31a1af;
}

/*ホバー時の線と文字の色を変更*/
#navi ul li a:hover{
    color: #31a1af !important;
　　　　　　　　background-color:#ffffff;
}
#navi ul li a:before{
   background:#ffffff !important;
}
#navi ul,#navi{
 background-color:#ffffff;
}

/*h3デザイン*/
.article h3 {
border-bottom: 5px solid #31a1af;
border-top: 5px solid #31a1af;
padding: 20px 10px;
color: #014e96;
margin: 30px 0;
}
/*h4デザイン*/
.article h4 {
border-left: 30px solid #ddf4f1;
border-bottom: 0px;
padding: 5px 0 5px 10px;
color: #31a1af;
margin-bottom: 30px;
}
/*h5デザイン*/
.article h5 {
color: #55cce4;
}
/*ウィジットメニューの色*/
#sidebar h3{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #31a1af;
  font-weight: bold;
  color: #ffffff;
}

/*PCメニューバー*/
#sub_menu {
background:#31a1af;
padding:10px 0;
text-align: center;
margin-bottom:20px; 
}
#sub_menu a{
font-size:14px;
color:#ffffff;
padding:0 10px;
text-decoration:none;
}
#sub_menu :hover{
padding-bottom:4px;
border-bottom:5px #ffffff solid;
}
/*PCのみ表示*/
 @media screen and (max-width:480px) {
.smartphone_varnish {
display:none;
font-size:0px;
}
#navi {
display:none;
font-size:0px;
background:-9999px;
  }
/* モバイル設定 */
@media (max-width: 450px) {
	.wp-block-table{
	overflow: scroll !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	}
table, th, tr, td{
margin: 0 0 -1px;    
	}

thead{
    display: none;
  }
  th,
  tr,
  td {
	   display: block;
  }
.wp-block-button__link {
font-size:14px !important;
	font-weight:bold;
    padding: 5px !important;
}
/* ブログカードの設定 */
.blog-card-thumbnail-link img{
	width:100px !important;
	height:100px !important;
	margin:0 10px;
}
.blog-card-date{
	font-size:14px;
}
.blog-card-title a{
	font-size:18px;
	line-height:24px;
}
.blog-card-excerpt{
	font-size:14px;
	line-height:24px;	
}
.tag-description{
	background-color:#ffffff;
}
.entry-content img{
	margin-top:20px;
}
}

/* 人気記事ランキングの順位をカスタマイズ　*/
.widget_popular_ranking ul li:before, .widget_new_popular ul li:before {
  background: none repeat scroll 0 0 #FFF !important;
  color:#000 !important;
  top: -3px !important;
  border-radius: 50px !important;
  border:solid 2px #000 !important;
}
#new-entries ul li img, #popular-entries ul li img {
  margin: 3px 5px 10px 3px;
}
.tag-description p{
margin: 0px; !important;
padding: 0px; !important;
border-width: 0px; !important;
border-style: none; !important;
border-color: #fff; !important;
background: transparent; !important;
background: #fff; !important;
}

}