/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
/* フォントと文字の大きさ、色 */
body{
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-size:15.5px;
font-weight: 500;
color:#403b3b;
	padding: 15px 15px;
}

body:not(.home) p {
	color:black;
	font-size:16px;
	line-height: 1.6em;
	letter-spacing: 0.08em;
}

body:not(.home)  h1 {
  color: #333;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #FFC778;/*上線*/
  border-bottom: solid 3px #FFC778;/*下線*/}
/*スクロール*/
#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* トップページ以外にスタイルを設定 */

	
}
body:not(.home)  h2  { padding: 0.25em 0.5em;/*上下 左右の余白*/
 
  background: transparent;/*背景透明に*/
  border-left: solid 5px #FFC778;/*左線*/}

/*↓ポイントに出来る上下青*/

.entry-content h3 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin-bottom: 1.2em ;
		margin-top:0.7em;
}


/*青タグ風*/
.entry-content h4 {
	margin: 0.7em 0px;
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
	font-size:1.5em;
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.entry-content  h4:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
/*赤カギカッコ*/
.entry-content h5{
	margin: 0.7em 0.3px;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
	letter-spacing: 0.08em;
	color: #ff6a6a;
	 font-size:20px;
}
.entry-content h5:before, .entry-content h5:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.entry-content h5:before {
  border-left: solid 1px  #ff6a6a;
  border-top: solid 1px  #ff6a6a;
  border-bottom: solid 1px  #ff6a6a;
  left: 0;
}
.entry-content h5:after {
  content: '';
  border-top: solid 1px  #ff6a6a;
  border-right: solid 1px  #ff6a6a;
  border-bottom: solid 1px  #ff6a6a;
  right: 0;
}
/*青の左線*/
body:not(.home) h6 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
	letter-spacing: 0.08em;
	font-size: 18px;
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/ 
  border-left: solid 5px #7db4e6;/*左線*/
	 display: inline-block;
	font-size:18px;
	margin: 0.7em 0px;
}
 .jp-relatedposts h4 {background:none;
border-bottom: solid 2px #80c8d1;}
 h3.sd-title,h3.jp-relatedposts-headline {background: none;
border-top: none;
font-size:17px;}

/*目次*/
#ez-toc-container ul.ez-toc-list a {
  display:block;
  padding: 6px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  color: #f98886;
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li{border:none;}
span.toc_number.toc_depth_1{
	display:none;
}
a ez-toc-link.ez-toc-heading-3.ez-toc-heading-2
.ez-toc-v2_0_9 counter-hierarchy counter-decimal.ez-toc-title-container.ez-toc-title{display:none;}
/*リスとしんぷる*/
.entry-content ul, ol {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
}

.entry-content ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/

  list-style-type: none!important;/*ポチ消す*/
}

.entry-content .ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}


/*こうしんdate☻*/
article time.published:before {
  content: '投稿日: ';
}
article time.updated:not(.published) {
  display: inline;
}
article time.updated:not(.published):before {
  content: ' / 更新日: ';
}
article .byline:before {
  content: ' / ';
}

/*まとめかこ囲みしんぷる*/
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}
/*交差線*/
.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
	background-color:black;}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
/*あわせてよみたい*/
.emphasize-link-tab {
  position: relative;
  margin: 15px 0 16px;
  padding: 16px 10px;
  border: 2px solid #ff6347;
  background-color:#fffbf5 ;
}

.emphasize-link-tab p:last-child {
  margin-bottom: 0;
}

.emphasize-link-tab::before {
  font-family: FontAwesome;
  position: absolute;
  bottom: 100%;
  left: -2px;
  padding: 2px 6px;
  content: "\f24a あわせて読みたい";
  background-color:#ff6347;
  color: #fff;
  font-weight: bold;
  border-radius: 6px 6px 0px 0px;
}

.emphasize-link-tab a::after {
  font-family: FontAwesome;
  content: "\f08e";
  color: #0044cc; /*リンクの色と同じにする*/
}

.emphasize-link-tab a:hover:after {
  color: #b22222; /*リンクにホバーしたときの色と同じにする*/
}
/*引用ボックス*/
blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #9dd4ff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.box9 {
		
	 position: relative;
    padding: 20px 10px 10px 40px;
	font-size: 18px;
    box-sizing: border-box;
    font-style: bold;
    color: #464646;
    background: #fff0f0;
    border-top: solid 3px #ff9d9d;
}
.box9:before{
		display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    line-height: 30px;
    background: #ff9d9d;
    font-weight: 900;
}
.box9 p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
}
.box25{
    position: relative;
    padding: 0px 10px 5px 40px;
    box-sizing: border-box;
	font-style: bold;
	font-size: 18px;
    color: #464646;
    background: #fff4db;
    border-top: solid 3px #ffd596;
}

.box25:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    line-height: 30px;
    background: #ffd596;
    font-weight: 900;
}
.box25 p {
	position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
}
.box412{
    position: relative;
    padding: 5px 15px 5px 55px;
    box-sizing: border-box;
    font-style: bold;
    color: #464646;
	font-size: 18px;
    background: #f5f5f5;
	border-top: solid 3px #ff785b;
}

.box412:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
    width: 38px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    line-height: 30px;
    background: #ff785b;
    font-weight: 900;
}

.box412:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid #ff785b;
    border-right: 19px solid #ff785b;
    border-bottom: 10px solid transparent;
}
.box412 p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

.box412 cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/*吹き出し下*/
.balloon2 {
	font-size: 18px;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #e0edff;
  border-radius: 15px;
	letter-spacing: 0.5em;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
	
  border-top: 15px solid #e0edff;
}

.balloon2 p {
	font-size:18px;
  margin: 0;
  padding: 0;
}
/*boxタイトルを横いっぱいに広げた*/
.box29 {
	font-size:18px;
    margin: 2em 0;
    background: #ffebe9;
	
}
.box29 .box-title {
    font-size: 1.2em;
    background: #ff7d6e;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}
/*かぎかっこbox青*/
.box19 {
    position: relative;
    padding:0.25em 1em;
	 font-size:18px;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 15px; 
    padding: 10px;
	  font-size:18px;
}/*黄色ポイントBOX*/
.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
/*saruwakaインスタボタン*/
.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 35px;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
/*SNSボタン*/
.shareList {
	list-style:none;
	display: flex;
	flex-wrap:wrap;
	padding:0;
	margin:-5px 0 0 -5px;
	border:none;
	border-bottom:none;
	
}
.shareList__item {
	height:50px;
	line-height:50px;
	text-align:center;
	margin:9px 0 0 5px;
}
.shareList__link {
	display:block;
	color:#ffffff;
	padding:0 20px;
	text-decoration: none;
	transition: .2s;
	border:2px solid;
	border-radius: 5px;
}
.shareList__link::before{
	font-size:16px;
}
.shareList__link::after{
	content:attr(title);
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	margin-left:5px;
}
.shareList__link.icon-facebook{background:#3B5998;}
.shareList__link.icon-facebook:hover{color:#3B5998; background:#ffffff; border-color:#3B5998;}
 .shareList__link.icon-line{background:#1dcd00;}
.shareList__link.icon-line:hover{color:#1dcd00; background:#ffffff; border-color:#1dcd00;}
/*サイドバーメニューカスタム
 */
h1. {color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/}