/*---------------------------------
 　サイト全体のカスタマイズ
---------------------------------*/
body{
  color: #3F3437;
}

/*---------------------------------
 　記事カードのカスタマイズ
---------------------------------*/
.cardtype__article {
	box-shadow: none;
}
.rlmg img, .prnx_tb {
	box-shadow: none;
}
.longc_linkto {
	box-shadow: none;
	width: 100%;
}
.longc_linkto img {
	max-width: 100%;
	vertical-align: top;
}
.longc_linkto .c_linkto_text {
	padding: 2% 5%;
	display: inline-block;
}


/*引用のカスタマイズ*/
.entry-content blockquote{
  display: inline-block;
  border:initial!important;
  font-size: .90em;
  padding: 1.5em 3.8em 1em 3.8em;
  color:#505050;
}
@media only screen and (max-width: 480px){
  .entry-content blockquote{
    padding: 1.7em 2em .7em 3.8em;
  }
}
.entry-content blockquote::before {
  border-left: 2px solid rgba(63,52,55,1);
  border-top: 2px solid rgba(63,52,55,1);
  width:1.5em;
  height:1.5em;
  top:0;
  left:0;
  padding-left: .6em;
  padding-top: .6em;
  color:rgba(255,255,255,1);
}
.entry-content blockquote::after{
  content:"";
  position:absolute;
  border-right: 2px solid rgba(63,52,55,1);
  border-bottom: 2px solid rgba(63,52,55,1);
  width:4em;
  height:4em;
  bottom:0;
  right:0;
}
.entry-content blockquote cite {
	  color:#929292;
}

/*サイドバー*/
.widgettitle:before {
    content: none!important;
}
.single .insidesp, .page .insidesp {
    background-color: #fff;
}

/*---------------------------------
  サイドバータイトルカラー変更
---------------------------------*/

.widgettitle.dfont.has-fa-before
{
    background-color: #fff;
}

/*---------------------------------
 　ヘッダーのカスタマイズ
---------------------------------*/
.header {
	box-shadow: none;
}
@media only screen and (min-width: 768px) {
	#content {
		margin-top: 1em;
	}
}
#logo, #logo img, .desktop-nav li a,#drawer__open {
	height: 80px;
	line-height: 80px;
	object-fit: contain;
}
@media only screen and (min-width: 768px) {
	#logo, #logo img, .desktop-nav li a {
		height: 72px;
		line-height: 72px;
	}
}
.main-bdr, #inner-content .main-bdr {
    border-color: #fff;
}
.archive-header {
	box-shadow: none;
}

/*---------------------------------
 　見出しのカスタマイズ
---------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    color: #3F3437;
}

/*---------------------------------
 　サイト内検索のカスタマイズ
---------------------------------*/
input#s {
	border-bottom: none;
	box-shadow: none;
	border-radius: 0;
}
input#s:focus {
	box-shadow: none;
}
#searchsubmit {
	border-radius: 0;
	border-bottom: none;
}
.post-tab {
	box-shadow: none;
}


/*---------------------------------
目次（記事内）　デザイン変更
---------------------------------*/
#toc_container {
	border: none;
	background: #F9F9F9;
	box-shadow: none;
}
#toc_container .toc_title {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #3F3437;
}
#toc_container .toc_title:before {
	display: none;
}
#toc_container .toc_list {
	color: #3F3437;
	position: relative;
}
#toc_container .toc_list li a {
	color: #3F3437;
	display: block;
}
#toc_container .toc_list li a:hover {
	text-decoration: none;
	opacity: .5;
}
#toc_container .toc_toggle {
	width: auto;
	margin-left: 2em;
	margin-bottom: .4em;
	border-radius: none;
	background: #3F3437;
	font-size: 10px;
	color: #fff;
}
@media only screen and (min-width: 500px){
	#toc_container {
		padding: 10px 25px;
	}
}


/*---------------------------------
  プライバシーポリシーを非表示
---------------------------------*/
.privacy-policy-link {
  display:none;
}
/*---------------------------------
  関連記事
---------------------------------*/
/*タイトル(トム)*/
#main .h-undeline {
    background: white;
}

/*カード(トム)*/
.related-posts.type_b li {
	   border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius: 10px;
}

/*カード背景(トム)*/
.related-posts.type_b.slide {
    background: white;
}