/*************************************************************

要素のスタイルはこっちのCSSに記述します。

*************************************************************/
.st0 {
	fill: #FFFFFF !important;
}
/*************************************************************
*
* メインコンテンツ
*
*************************************************************/


/*************************************************************
*
* 一覧ページ
*
*************************************************************/
.list {
}
/*************************************************************
*
* 記事ページ
*
*************************************************************/
.detail .content .eyecatch {
  margin-bottom: 15px;
}
.post_body * {
  max-width: 100%;
  text-align: left;
}
.post_body img {
  max-width: 100%;
}
.post_body a:not([class]):hover {
  text-decoration: none;
}
.post_body a:not([class]) {
	color: #0068b7;
	text-decoration: underline;
}
/*********************************
* 見出し
*********************************/
.post_body h1 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 10px 15px 8px;
  padding-left: 0;
  margin-bottom: 40px;
  margin-left: 0;
  color: #0068b7;
  float: none;
  text-align: left;
}
.post_body h2 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: left;
  margin-bottom: 1.2em;
  border-bottom: 3px solid #0068b7;
}
.post_body h3 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: left;
  padding-left: 1em;
  margin-bottom: 0.875em;
  position: relative;
}
.post_body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  /*border-radius: 50%;*/
  background-color: #231711;
}
.post_body h4 {
	border-left: #0068b7 3px solid;
	
	padding-left: 1em;
	padding-top: 0.1em;
	margin-bottom: 0.8em;
	
	font-weight: bold;
}
.post_body h5,
.post_body h6 {
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-align: left;
}
/* 文章 */
.post_body p {
  margin-bottom: 30px;
}
.post_body .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.post_body .alignright {
  float: right;
  max-width: 50%;
  margin-left: 10px;
  margin-bottom: 10px;
}
/* 引用 */
.post_body blockquote {
  background-color: #fff;
  border-left: 3.5px solid #0068b7;
  padding: 25px 30px;
  position: relative;
  margin-bottom: 40px;
}
.post_body blockquote:before{
  content: "“";
  font-size: 500%;
  line-height: 0.8em;
  font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
  color: #e0e0e0;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 2;
}
/* figure */
.post_body figure {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.post_body figcaption {
  font-size: 0.8em;
  font-style: oblique;
}
/* テーブル */
.post_body table {
  margin-bottom: 30px;
  margin-top: 20px;
  border-collapse: collapse;
}
.post_body table th,
.post_body table td {
  border: 1px solid #333;
  /*min-width:100px;*/
  padding: 5px 8px;
  vertical-align: text-top;
}
/* 定義リスト */
.post_body dt {
  position: relative;
  margin-bottom: 2px;
}
.post_body dt::after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width:200px;
  height: 1px;
  background-color: #d1c6b4; 
}
.post_body dd {
  margin-bottom: 15px;
}
/* リスト */
.post_body ul,
.post_body ol {
  margin-bottom: 30px;
  padding-left: 10px;
}
.post_body ul ul,
.post_body ol ol {
  margin-bottom: 10px;
}
.post_body ul li,
.post_body ol li {
  list-style-position: outside;
  margin-left: 30px;
  list-style-type: disc;
}

/*************************************************************
*
* サイドバー
*
*************************************************************/
