body h1, h2, h3, .entry-title{
	font-family: -apple-system,'BlinkMacSystemFont','Hiragino Kaku Gothic ProN','メイリオ',Sans-Serif;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
	color: #444444;
}
.hentry{
	font-family: -apple-system,'BlinkMacSystemFont','Hiragino Kaku Gothic ProN','メイリオ',Sans-Serif !important;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
color: #444444;
}

.footer-comment {
    background: #f3f3f3;
    padding: 1% 5%;
    margin-top: 30px;
    width: 100%;
    border-radius: 2%;
    overflow: hidden;
}

.footer-comment h4 {
    margin: 10px 0px;
    border-bottom: solid 1px #333;
    padding-bottom: 3px;
}

.footer-comment img.profile {
    width: 18%;
    border-radius: 50%;
    float: left;
    margin-bottom: 10px;
}


/*目次ここから*/
#toc_container {
    display: block !important;
    background: #fff;
    border: 2px solid #ccc;
    font-size: 95%;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1.5em 2em;
}
#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
		color: #fff;
}

#toc_container .toc_title {
    text-align: center;
    background: #bb5e5e;
    border-radius: 4px;
    padding: 5px !Important;
    color: #fff;
}

#toc_container .toc_title a {
		color: #fff;
}
#toc_container .toc_list > li > a {
    border-bottom: 2px solid #bb5e5e;
    margin-top: 5px;
    font-size: 110%;
}
#toc_container ul a {
    display: block;
    text-decoration: none;
    color: #616161;
    border-bottom: 1px dotted #ccc;
    font-size: 100%;
}
#toc_container a:hover {
    text-decoration: underline;
}

/*文字装飾*/
.danger-red{
	 font-weight: bold;
   color: #ff3333;
}

.important-line{
	font-weight: bold;
	background: linear-gradient(transparent 20%, #ffef2e 0%);
	padding: 0 2px;
}

.bold{
	font-weight: bold;
}


.sankou {
    font-size: 12px;
    background-color: #e66464;
    color: #fff;
    padding: 3px 4px;
    margin: 0 5px;
    white-space: nowrap;
	      
}

.post_content a {
	text-decoration: underline;
}

.post_content a:hover {
    color: #ff9636;
}

.block_point {
    background: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0px 0px 5px silver;
    padding: 0.5em 0.5em 0.5em 2em;
    margin-bottom: 2em;
}

/*ポイント枠*/
.topic-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.topic-box .topic-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;
}
.topic-box p {
    margin: 0; 
    padding: 0;
}

/* 関連記事　枠（影）1　*/
.kanren {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 90%;
 color: #555555; /* 文字色 */
 background-color: #fff;
 border: 2px solid #555; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 1px #ccc;/* 影の色 */
}
.title-kanren {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #555; /* タイトル文字色 */
}

/* おすすめ記事　*/
.popular-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #f3b52b;
	background: #fffbf4;
}
.popular-box .popular-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: #f3b52b;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.popular-box p {
    margin: 0; 
    padding: 0;
}