/* <system section="theme" selected="reach"> */
@import "https://cdn.blog.st-hatena.com/css/theme/reach/reach.css";
/* </system> */

/* <system section="background" selected="689ce1"> */
body{background:#689ce1;}
/* </system> */


/*引用デザイン--ここから↓↓--*/
.entry-content blockquote {
    position: relative;
    padding: 25px 55px;
    border: 0px;
    font-style: oblique;
    color: #2b2b2b;
    background: #f7f6f5;
}
.entry-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    content: "“";
    font-family: serif;
    color: #dcdcdc;
    font-size: 100px;
    line-height: 1;
}

.entry-content blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -50px;
    right: 20px;
    content: "”";
    font-family: serif;
    color: #dcdcdc;
    font-size: 100px;
    line-height: 1;
}

.entry-content blockquote cite {
    position: relative;
    padding: 10px;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*引用デザイン--ここまで↑↑--*/

p.ao {

border: 2px solid #afeeee;;

color: #666;

padding: 10px;

background: #e0ffff;

}

p.aka {

border: 2px solid #e869a0;

color: #666;

padding: 10px;

}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box22{
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.box22 p {
    margin: 0; 
    padding: 0;
}

.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
    margin: 0; 
    padding: 0;
}

/* フッターを非表示*/
#footer {
display: none;
}



p.kiiro { 
padding: 14px; 
background: #ffff00; 　/*背景色*/ 
}


/*↓----目次元の文字デザイン2----↓*/

.entry-content h2 {
position: relative;
color: #fff;
padding: 6px 10px;
z-index: 2;
}
.entry-content h2::before,
.entry-content h2::after {
position: absolute;
width: 98%;
height: 100%;
content: '';
}
.entry-content h2::before{
top: 0px;
left: 0px;
z-index: -1;
background-color: #00CED1;
}
.entry-content h2::after{
top: 4px;
left: 4px;
z-index: -2;
background-color: #111;
}


/*↑----目次元の文字デザイン2----↑*/

/*↓----目次元の文字デザイン4----↓*/

h4 {
  position: relative;
  padding-left: 1.7em;/*アイコン分のスペース*/
  line-height: 1.4;
}

h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 2em;/*サイズ*/
  left: 1px;/*アイコンの位置*/
  top: -8px;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

/*↑----目次元の文字デザイン4----↑*/

/*↓----目次元の文字デザイン3----↓*/

h3 {
  position: relative;
  background: #eff4ff;
  padding: 5px 5px 2px 45px;
  font-size: 15px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #81a1e4;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}
/*↑----目次元の文字デザイン3----↑*/

/*↓----目次元の文字デザイン5----↓*/

h5 {
  position: relative;
  padding-left: 30px;
  color:#153c6e;
}

h5:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f121";
  background: #c9e2ff;
  color: #153c6e;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*↑----目次元の文字デザイン5----↑*/


/*↓----アバウトページデザイン5----↓*/
/*aboutページ、デフォdl（プロフィール〜読者までを囲うエリア）*/	.page-about dl {	    text-align: center;	    margin: 0;	}	/*aboutページ、デフォdt（プロフィール等のタイトル）*/	.page-about dt {	    text-align: center;	    font-weight: bold;	    font-size: 1.3em;	    color: #676F74;	    margin-bottom: 15px;	}	/*aboutページ、デフォdd→吹き出し風に*/	.page-about dd {	    text-align: center;	    position: relative;	    display: inline-block;	    margin: 0.5em auto 1.5em;	    padding: 7px 10px;	    min-width: 120px;	    max-width: 100%;	    color: #676F74;	    font-size: 16px;	    background: #FFF;	    border: solid 3px #676F74;	    box-sizing: border-box;	    border-radius: 10px;	}	.page-about dd:before{		content: "";		position: absolute;		top: -23px;		left: 50%;	 	margin-left: -15px;		border: 12px solid transparent;		border-bottom: 12px solid #FFF;	 	z-index: 2;	}	.page-about dd:after{		content: "";		position: absolute;		top: -30px;		left: 50%;	 	margin-left: -17px;		border: 14px solid transparent;		border-bottom: 14px solid #676F74;	 	z-index: 1;	}	/*aboutページ、読者数（＼99人／のところ）*/	.about-subscription-count {	 display: table;	 position: relative;	 padding: 0 30px;	 color: #676F74;	 font-size: 1.5em;	 font-weight: bold;	 line-height: 1;	 letter-spacing: 1px;	 margin: 12px auto;	}	.about-subscription-count:before,	.about-subscription-count:after {	 display: inline-block;	 position: absolute;	 top: 50%;	 width: 20px;	 height: 3px;	 border-radius: 3px;	 background-color: #676F74;	 content: "";	}	.about-subscription-count:before {	 left: 0;	 -webkit-transform: rotate(50deg);	   transform: rotate(50deg);	}	.about-subscription-count:after {	 right: 0;	 -webkit-transform: rotate(-50deg);	   transform: rotate(-50deg);	}	/*aboutページ、読者アイコン（拡大＆円形＆ふわっとアニメーション）*/	.page-about .entry-content img.profile-icon {	    height: 45px;	    width: 45px;	    border-radius: 50%;	    margin: 4px 4px;	    transition: .3s;	}	.page-about .entry-content img.profile-icon:hover {	    box-shadow: 0 10px 20px -4px rgba(0,0,0,.25);	    transform: translateY(-3px);	}

/*↑----アバウトページデザイン----↑*/

/*↓---文字のサイズ----↓*/

.entry-content p {font-size: 17px;}

@media screen and (max-width: 480px){.entry-content p {font-size: 17px;}}

/*↑----文字のサイズ----↑*/

/*↓---中見出し----↓*/

h4 {
  position: relative;
  padding-left: 35px;
}
h4:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #58D3F7;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
h4:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #58D3F7;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*↑----中見出し----↑*/


/*↓----目次デザイン----↓*/
ul.table-of-contents {
	padding: 5px 5px 5px 35px;
    font-size: 100%;
}
ul.table-of-contents ul {
    font-size: 100%;
}
ul.table-of-contents::before {
    content: none;
}
.entry-content .table-of-contents {
	position: relative;
	border: 3px solid #01A9DB; /* 目次の枠の色 */
	background-color: #FFF; /* 背景色 */
	border-radius: 0px 0px 8px 8px;
	margin: 3em 0 0 0; /* 枠の大きさ */
}
.table-of-contents:after { /* 目次部分 */
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f03a 目次"; /* 目次の表示名 */
	background: #01A9DB;
	color: #fff;
	right: 0%;
	left: 0%;
	bottom: 100%;
	border-radius: 8px 8px 0 0;
	padding: 2px 0 2px 0;
	margin: 0 -3px 0 -3px;/* -で指定の部分はborderと同じ値 */
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 1.5em
}
.table-of-contents li {
	font-size: 1em;
	font-weight: bold;
	color: #01A9DB;
	position: relative;
	list-style-type: none;
}
.table-of-contents li:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f138"; /* 大見出しアイコン*/
	top: 0.45em; /* アイコン位置調節 */
	left: -1.2em; /* アイコン位置調節 */
}
.table-of-contents li > ul > li:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f101"; /* 中見出しアイコン */
	top: 0.3em;
	left: -1em;
	font-size: 1.2em;
}
.table-of-contents li > ul > li > ul > li:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f105"; /* 小見出しアイコン */
	top: 0.3em;
	left: -0.6em;
	font-size: 1.2em;
}
.table-of-contents a{
	color: #545454;
	padding: 3px; /* 列の間隔 */
	display: block;
	text-decoration: none;
	transition-duration: 0.3s /* カーソルが戻る時間 */
}
.table-of-contents li a:hover {
	padding-left: 10px; /* カーソル重ねた時に移動する距離 */
	transition-duration: 0.3s /* カーソルが移動する時間 */
}
/*↑----目次デザイン----↑*/

