/*************************************************************

要素のスタイルはこっちのCSSに記述します。

*************************************************************/
.st0 {
	fill: #FFFFFF !important;
}
/*************************************************************
*
* メインコンテンツ
*
*************************************************************/


/*************************************************************
*
* 一覧ページ
*
*************************************************************/
.list {
}
/*************************************************************
*
* 記事ページ
*
*************************************************************/
.detail .content .eyecatch {
  margin-bottom: 15px;
	
	text-align: center;
}
.post_body * {
  max-width: 100%;
  text-align: left;
}
.post_body img {
  max-width: 100%;
}

.post_body a:not([class]) {
  border-bottom: #b3b6cf 1px solid;
  color: #333;
}
.post_body a:not([class]):hover {
  border-bottom: none;
}
/*********************************
* 見出し
*********************************/
.post_body h1 {
  font-size: 2.6rem;
  font-weight: 600;
  padding: 10px 15px 8px;
  padding-left: 0;
  margin-bottom: 26px;
  margin-left: 0;
  color: #000741;
  float: none;
  text-align: left;
}
.post_body h2 {
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  
  border: #b3b6cf 2px solid;
  
  padding: 11.5px;
  margin-bottom: 20px;
}
.post_body h3 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  
  padding-bottom: 3px;
  margin-bottom: 1.2em;
  
  border-bottom: 2px solid #b3b6cf;
}
.post_body h4 {
	font-size: 1.6rem;
	text-align: left;
	font-weight: 500;
	
	margin-bottom: 1.25em;
}
.post_body h4::before {
	content: "\e900";
	
	 /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	
  color: #b3b6cf;
  font-size: 0.8em;
	
  margin-right: 0.5em;
	
}

.post_body h5 {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	
	margin-bottom: 1.25em;
}

.post_body h6 {
  margin-bottom: 15px;
  font-weight: 500;
  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 #b3b6cf;
  padding: 25px 30px;
  position: relative;
  margin-bottom: 40px;
  margin-left: 15px;
}
.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;
}

/*************************************************************
*
* サイドバー
*
*************************************************************/
