h2#midasi2{
	color:#FFF;
	position: relative;
  padding: 0.8em;
  background: #99CC00;
	box-shadow: 2px 2px 8px -2px gray;
font-size: 22px;
}
h2#midasi2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #99CC00;
  width: 0;
  height: 0;

}
 
@media screen and (max-width: 768px){
    h2#midasi2 {
  font-size: 20px;
    }
	}
h3#midasi3 {
  background: transparent;
  padding: .4em;
  margin: 0 0 1em;
  color:#339933;
  font-size: 20px;
  font-weight: bold;
  border-bottom: .0833em dashed rgb(68, 172, 26);
  text-align: left;
}

@media screen and (max-width: 768px){
    h3#midasi3 {
  font-size: 19px;
    }
	}
h4#midasi4 {
  background: transparent;
  padding: .4em .8em;
  margin: 0 0 1em;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-left: .2083em solid rgb(59, 169, 14);
  text-align: left;
}
.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 4.5px #fff0cd;
    border: dashed 3px 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 3px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;}
.under-orange {
  background: linear-gradient(transparent 75%, #FFCC99 70%);
}
/* 見出しカスタマイズ */
/* H2 */
.article h2{
background:none;
padding: 0;
}
 
/* H3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}
 
/* H4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}
 
/* H5 */
.article h5{
border-bottom:none;
padding: 0;
}
 
/* H6 */
.article h6{
border-bottom:none;
padding: 0;
}
.author-box .sns-follow-buttons a.follow-button {
  background-color: #fff;
    color:black;
  border: 0px;
}
.author-box {
  border: 0px;
}
/* サイドバー関連 */

.sidebar h3 {
font-size:1em;
color:#d387ff;
 background:none;
;  
text-align: center;
border-top: 2px solid #d387ff;
  border-bottom: 2px solid #d387ff;
	line-height: 1;}


.sidebar .sns-follow-buttons a {
 width: 45%; /*ボタンの幅*/
}
.sidebar .sns-follow {
  margin: 0 0 24px 0;
}
.sidebar .sns-follow-buttons a {
  background: none !important;
  border: 1px solid #444d53;
  color: #444d53;
  border-radius: 50px;
}
.sidebar .twitter-button:hover {
  background-color: #1da1f2 !important;
  color: #fff;
  border-color: #1da1f2;
}
.sidebar .instagram-button:hover {
  background-color: #c522b8 !important;
  color: #fff;
  border-color: #c522b8;
}
.sidebar .feedly-button, .sidebar .rss-button {
  display: none!important;
}
.sidebar .sns-follow {
  margin: 0 0 24px 0;
}
.sidebar .sns-follow-buttons {
  justify-content: center; /*ボタンを中央寄せにする*/
}
.sidebar .sns-follow {
  margin: 0 0 24px 0;
}
.sidebar .sns-follow-buttons a {
  border-radius: 50%;
  width: 40px; /*ボタンの横の大きさ*/
  height: 40px; /*ボタンの縦の大きさ*/
  font-size: 20px; /*アイコンのサイズ*/
  margin: 0 6px; /*ボタン同士の間隔*/
}
.sidebar .instagram-button {
  background-color: #c522b8 !important;
}

.tagcloud a {
    background: none; /*背景を消す*/
    border: 1px solid #ccc; 
    border-radius: 20px; /*角の丸み*/
    color: #555; /*文字色*/
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 13px;
    margin: 2px;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
}
.tagcloud a .tag-caption::before {
    content: "#"; /*アイコンの変更*/
    padding-right: 3px;
}
.tagcloud a:hover { /*マウスホバー時*/
    background: #74cc5b;
    border: 1px solid #72c7e6;
    color:#fff;
    transition: 0.5s; /*アニメーションの時間*/
}
/* SNSボタン開始 */
#main .button-caption {
  display: none;
}
#main .sns-share a {
  width: 3em;
  margin-left: 0.4em;
box-shadow:0px 5px 5px -5px rgba(0,0,0,.8);}
.sns-share-buttons {
  justify-content: center;
}
#main .social-icon {
  font-size: 25px;
}
.sns-share-buttons a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 3px;
}

/* SNSボタン終了 */
.page .sns-share {
    display: none;
}

/* 記事タイトル */

.article h1{ margin-top: 8px; /*上に余白を付ける*/
    line-height: 1.5; /*行間を広く*/
	 color: #444444	;/*文字色*/
	font-size: 25px; /*文字サイズ*/
}
@media screen and (max-width: 768px){
    .article h1 {
			 color: #444444	;
        font-size: 20px; 
        line-height: 1.5; 
    }
	}

/* トップページ（エントリーカード・新着） */

.cat-label {
	display: none;
    top: 0.5em; /*上からの距離*/
    left: 0.5em; /*左からの距離*/
    border: none; /*ボーダーを消す*/
    font-size: 16px; /*文字サイズ*/
	font-weight: bold;
    color: #74cc5b; /*文字色*/
    background-color: #fff; /*背景色*/
    padding: 1px 10px; /*余白*/
    border-radius: 14px; /*角を丸く*/
}

.entry-card-title {
    margin-top: 8px; /*上に余白を付ける*/
    line-height: 1.5; /*行間を広く*/
	 color:  #444444;/*文字色*/
	font-size: 22px; /*文字サイズ*/
}

@media screen and (max-width: 768px){
    .entry-card-title {
			 color:  #444444;
        font-size: 16px; 
        line-height: 1.4; 
    }
	/* エントリーカード（カテゴリ） */
	}
 .widget-entry-cards .widget-entry-card-content{ 
 padding-top:0.5em;
 height:110px; 
 }
 .widget-entry-cards .widget-entry-card-title{
	      color:  #444444;
        font-size: 14px; 
        line-height: 1.5; 
	    
 }
/*カテゴリ一覧　タイトル*/
.list-title{
color:#444444; /*文字色*/
padding:5px; /*余白*/
font-size:18px; /*文字サイズ*/
font-weight: 600; /*太字*/
}
.list-title-in:before,
.list-title-in:after {
background-color:#d387ff; /*前後の線の色*/
}
 /*カテゴリーごと表示の「もっと見る」ボタン*/
.list-more-button{
 border: none;
background: #74cc5b; 
color:#fff; /*文字色*/
font-weight: 600;
}
.list-more-button:hover{
	background:#74cc5b;
	color:#fff; /*文字色*/
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}

/* エントリーカード画像*/
.entry-card-thumb-image.card-thumb-image.wp-post-image {
    box-shadow: 0px 4px 15px -5px rgba(85,85,85,0.75); 
 border-radius: 6px;}

/* ページ送りボタン*/
.pagination-next {
  display: none;
}
.page-numbers {
  color: #74cc5b;
  border: solid 1pxl #74cc5b;
  border-radius: 50%;
font-weight: bold;}
.pagination .current {
  background-color: #74cc5b;
  color: #fff;
	border:none;
box-shadow: 2px 2px 5px -2px gray;}
.page-numbers.dots {
  opacity: 1;
  background: none;
	border:none;
}
.pagination a:hover {
  background-color: #74cc5b;
  color: #fff;
box-shadow: 2px 2px 5px -2px gray;}

/************************************
** ブログカード
************************************/
.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all .3s;
  max-width: 600px;
  margin: 2em auto;
}
.blogcard {
  border:2px solid #d387ff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  padding: 10px;
}
.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}
.blogcard-thumbnail {
  margin: 0;
}
.blogcard-thumbnail img {
  display: block;
}
.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}
.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}
.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background:#aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.blogcard-content:after {
  content: "クリックして読む";
  background: #d387ff; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 180px;
  border-radius: 20px;
  font-size: 13px;
  padding: 1px 0;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .blogcard-content {
    margin-left: 130px;
  }
  .blogcard-title {
    font-size:12px;
    line-height: 1.5;
    height: 35px;
    margin:0;
  }
  .blogcard-content:after {
    content: "タップして読む";
  }
  .blogcard-thumbnail{
    width:120px;
  }
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 120px;
    font-size: 12px;
  }
  .blogcard-title {
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 100px;
  }
  .blogcard-content {
    margin-left: 110px;
  }
  .blogcard-title {
    height: 35px;
  }
}

.comment-form-email,.comment-form-url,.comment-notes{ display:none; }



/* 関連記事*/
.related-entry-card-thumb-image.card-thumb-image.wp-post-image{
  border-radius: 4px;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.5);/
}

/* 人気記事*/
.widget-entry-cards.ranking-visible .widget-entry-card-thumb::before{color: #ffffff;
	 font-weight: bold;
	 background:#FF6666;
}
.attachment-thumb120.size-thumb120.wp-post-image{
  border-radius: 4px; 
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.5);/
}
/**********目次*****************/
/* 目次全体デザイン */
.toc{
    background:#FFFFEE; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:none;
    border-top-color:#FFC679;
   
}
/* 目次の文字指定 */
.toc-title {
    text-align:left;
    margin: 5 20px 20px -10px;
    padding-left: -20px;
    font-size: 20px;
    font-weight: 700;
    color: #74cc5b; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -45px;
    width: 50px;
    height: 50px;
    font-family: FontAwesome;
    content : "\f299"; /* アイコンを変える場合はここを変更 */
    font-size:25px;
    margin-right:5px;
    color:#74cc5b; /* アイコンの色を変える場合はここを変更 */

}
/* 目次のデザインカスタマイズ */
.toc-content ol {
    padding: 0 0.5em;
    position: relative;
}
.toc-content ol li {
    line-height: 1.5;
    padding: 0.7em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content ol li:before {
    font-family: FontAwesome;
    content: "\f101"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    left : 0.8em;
    color: #74cc5b; /* 色を変える場合はここを変更 */
}
.toc-content ol li:last-of-type {
    border-bottom: none;
}
.toc-content .toc-list li {
    font-weight:600; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
    font-weight:500; /* h3以降の文字サイズを普通に */
}

/************************************
** ■日付のカスタマイズ
************************************/
.date-tags{
  line-height: 1.4; /*行間設定*/
  
}
.post-date, .post-update{
  font-size: 14px; /*フォントサイズ*/
	 font-weight: 600;
  padding-right: 6px; /*右余白*/
  display: inline; /*横並びで縦中央揃え*/
}


/************************************
** 商品リンクボックス
************************************/
.product-item-box {
	border-radius: 8px ;
}

/*---------------------------------
リストの点を画像に変更
--------------------------------*/
.entry-content ul {
  list-style: none;
}

.entry-content ul li {
  position: relative;
  line-height:1.4;
  padding-left: 0.5em;
  padding-right: 0.5em;
	
}

.entry-content ul li:before {
  font-family: FontAwesome;
    content: "\f058";
  color: #FFCC66;
	font-size: 20px;
 margin-right: 15px;
	
}

ーーーーーープロフィールーーーーーーーー

.author-name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.author-box .author-name a {
    text-decoration: none;
    color: #333;
}
.author-box p {
    margin-top: 0.3em;
    line-height: 1.6;
}
.author-box p a {
    text-decoration: none;
    color: #008cee;
}
.author-box p a:hover {
    text-decoration: underline;
    color: #008cee;
}
.author-box .sns-follow-buttons a.follow-button {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    margin-bottom: 4px;
    margin-right: 8px;
}
.author-box a.follow-button span {
    line-height: 40px;
}
.author-box a.follow-button span::before {
    font-size: 22px;
}
.author-box .icon-twitter-logo::before {
    font-family: FontAwesome;
    content: "\f099"
}
.author-box .icon-instagram-new::before {
    font-family: FontAwesome;
    content: "\f16d";
}
.author-box .twitter-button { background-color: #ff6666 !important; }
.author-box .instagram-button { background: #ff6666 !important; }
#main .author-box {
    border: 2px solid;
    border-radius: 3px;
    margin: 1em 0;
    line-height: 1.4;
    position: relative;
    padding: 1.4% 2% 1.8% 0;
    box-shadow: 0 5px 20px -5px rgba(105,115,131,.35);
}
#main .author-widget-name {
    display: inline-block;
    position: relative;
    margin: 10px 0 0 -170px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #eaedf2;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    z-index: 1;
}

#main .author-thumb {
    float: left;
    margin: 0;
    padding-top: 70px;
    width: 200px;
    text-align: center;
}
#main .author-thumb img {
    border: solid 5px #dfe2e8;
    width: 100px;
}

#main .author-content {
    margin: -30px 0 0 200px;
    padding-left: 30px;
    border-left: 4px #eaedf2 dotted;
}
#main .author-box .author-name {
    line-height: 1;
}
#main .author-box p {
    font-size: .95em;
}
@media screen and (max-width: 480px){
#main .author-box {
    margin: 1em 10px;
    padding: 16px;
    text-align: center;
}
#main .author-widget-name {
    margin: 0;
}
#main .author-widget-name::before {
    left: 50px;
}
#main .author-thumb {
    float: none;
    margin: 0;
    padding-top: 20px;
    width: 100%;
}
#main .author-box .author-name {
    font-size: 14px;
}
#main .author-content {
    margin: 10px 0 0 0;
    padding-left: 0;
    border: none;
}
#main .author-box p {
    font-size: 14px;
    text-align: left;
}
#main .author-box .sns-follow-buttons {
    justify-content: center;
}
}

/* ヘッダーメニュー*/
nav#navi, .menu-header .sub-menu{
	font-weight: bold;
	box-shadow:0px 5px 10px -5px rgba(0,0,0,.5);
}


/* ボックスメニューの設定 */

.box-menu{
    box-shadow: none/* 枠線の設定 */
}
/* オンマウス時の設定 */
.box-menu:hover{
    box-shadow: none; /* 枠線を消す */
    background: #E6FFE9	; /* 背景色 */
}

/* モバイル用の設定 */
@media screen and (max-width: 599px){
    .box-menus .box-menu {
	width: calc(100%/3); /* メニューの数 */
	}
    .box-menu-label{
	font-size: 10px; /* 文字サイズ */
	}
	.box-menu{
	min-height: 50px; /* 高さ */
	}
}

/* モバイルヘッダーボタン*/

.mobile-header-menu-buttons,
.navi-menu-content,
.mobile-header-menu-buttons .menu-button > a,
.mobile-header-menu-buttons .menu-button:hover,
.navi-menu-content a,
.navi-menu-content a:hover {
  background:#FFF;
	
color:#66CC33;
}
/* モバイルヘッダーメニューのスクロール*/

#header-container .navi-in > ul li {
   height: auto;
   font-weight: 600;
   line-height:1.3;
}
#header-container #navi a{
   color:#fff; /* 文字色 */
   padding:0.8em 1em;
}
#header-container #navi a:hover{
   color:#89c997; /* マウスホバー時の文字色 */
}
#header-container .navi-in > ul > .menu-item-has-children > a::after {
   top: 0.8em;
   font-size: 1.2em;
   font-weight: 600;
}
#header-container .sub-menu .caption-wrap{
   padding-left:1em;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap{
   height:auto;
}
@media screen and (max-width: 1030px){
  #header-container .menu-mobile{
    display:none;
  }
  .navi-in > .menu-mobile{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #header-container #navi a{
    font-size:0.8em;
    padding: 1em 1.2em;
  }
  #header-container .navi-in > ul > .menu-item-has-children > a::after{
    display:none;
  }
  #navi .navi-in > .menu-mobile li {
    height: auto;
    line-height: 1.8;
  }
  .mblt-header-mobile-buttons {
    margin-top: 53px;
  }
}
/**カルーセル記事タイトル文字非表示**/
.slick-slide img{
display: none;
}
/*記事タイトル*/
.carousel-entry-card-title {
font-weight:bold;
font-size: 14px; /*文字サイズ*/
color: #444444; /*文字色*/
}
/*タイトルマウスオーバー時*/
.carousel-entry-card-title:hover {
text-decoration: underline; /*下線*/
color: #4ba84d; /*文字色*/
}



/*キャッチフレーズ（ヘッダー）*/
.tagline {
font-size: 15px;
	font-weight:bold;
}
@media screen and (max-width: 768px){
.tagline {
font-size: 13px;
font-weight:bold;
}
}
