* {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* リンクの色 */
a {
　color: #4682b4; 
	font-weight: bold;
	text-decoration: none!important;
}

/* 基本の文字 */
p,
.post h5 /* H5 */
{
	margin-bottom: 20px;
	color: #000000;
	font-size: 15px;	
	line-height: 1.75;
}

/*ブログタイトル*/
header .sitename {
	font-size: 17px;
	color: #3C4043;
	line-height: 20px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif!important;
	padding: 5px 0 0;
	margin-bottom: 3px;
  text-shadow: 1px 1px 2px #888888;
}

/*ブログ名の下のキャプション */
header h1 {
	font-size: 10px;
	font-weight: normal;
}

header .descr {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 16px !important;
	padding-bottom: 0;
	color: #3C4043;
}

/* 記事タイトル */
.entry-title:not(.st-css-no2), 
.post .entry-title:not(.st-css-no2) {
	font-size: 24px;
	line-height: 1.3em;
	font-weight:700;
	color: #3C4043;
	font-style: italic;
	}

/* 中見出し */
h2:not(.st-css-no2),
.h2modoki{
	font-size: 18px;
	line-height: 1.5em;
	padding:10px 10px 10px 15px;
	}

	/*小見出し*/
.post h3:not(.st-css-no2):not(.rankh3):not(#reply-title),
.h3modoki {
	font-size: 18px;
	line-height: 1.5em;
	border-top: dotted 1px gray!important;
border-bottom: dotted 1px gray!important;
	}

.post h4:not(.st-css-no2):not(.point):not(.rankh4),
.h4modoki {
	font-size: 16px;
	line-height: 1.3em;
		padding:10px 10px 10px 15px;
	text-shadow: 1px 1px 2px #ebeddf;
}



/*ドット線*/
.dotline {
	border-bottom: 1.5px dotted #dd9933;
}

.dotliner {
	border-bottom: 1px dotted #dd9933;
}

.dotline-s { border-color: #4682b4;
	border-bottom: 2px solid #4682b4;
 padding: 3px;
}

.dotline-sr {
	border-bottom: 1px solid #4682b4;
}

/* 固定ページ */
@media screen and (min-width: 980px) {
dl.fltdl {
	margin-bottom: 20px;
}
dl.fltdl dt {
	float: left;
}
dl.fltdl dd {
	margin-left: 220px;
}
}
@media screen and (max-width: 479px) {
	dl.fltdl {
	margin-bottom: 40px;
}
	dl.fltdl dt {
	float: none;
	text-align: center;
	}
dl.fltdl dd {
	margin-left: 0;
	}
}
.clearfix {
	clear: both;
}


.graybox {
	padding:10px;
	font-size:12px;
	line-height:1.2em;
	color:#3C4043;
	border:solid 1px #ccc;
	background-color:#f3f3f3;
	margin-bottom:5px;
}


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

#side aside ul li {
        list-style-image: url('https://www.naisho-cashing.com/wp-content/uploads/2020/03/ic_mini01_maru04.gif');
  list-style-position: inside;
	color: #3C4043;
	margin: 0px;
	padding: 10px;
	border-bottom: 1.5px dotted #777777;
	font-size:13px;
	line-height:1.75em!important;
}

#side aside .children li {
	padding-left: 10px;
}

#side aside ul li ul li{
	list-style-type: none;
	margin: 0px;
}

#side aside .sub-menu {
	padding-left: 10px;
}

#side aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 1.4em;
}

#side aside .kanren {
    padding-top: 10px;
}

/* サイドバーの見出し */
aside h4:not(.st-css-no2),
#side aside h4:not(.st-css-no2),
.st-widgets-title:not(.st-css-no2) {
	font-size:16px;
	line-height:1.4em;
	margin-bottom:5px;
	background:#fff;
	color:#5d070c;
	text-align: center;
	padding: 10px!important;
	}


.komozi {
	font-size: 80%;
  line-height: 1.3;
}


/*目次*/
	#st_toc_container {
    	padding-left: 30px;
    	padding-right: 30px;
	}

	#st_toc_container > ul > li {
		font-size: 13px!important;
	}
	
	/* 第一階層のみの場合 */
	#st_toc_container.only-toc > ul > li {
    	font-size: 13px!important;
	}


/*ブログカード風*/

.st-cardbox {
	padding:15px;
	border:1px solid #ccc;
	margin-bottom:20px;
  position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	transition: .3s;
	width: 100%;
	box-sizing: border-box;
}

a.st-cardlink,
a .st-cardbox h5,
a .st-cardbox p {
	text-decoration:none;
	color: #b4441f;
}

.st-cardbox:hover{
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  opacity:0.8;
}

.st-cardbox.kanren {
    margin-top: 0;
	background-color: #fff;
}

.kanren.st-cardbox dl:last-child{
    border-style: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.post .st-cardbox p,
.st-cardbox p {
	margin-bottom:10px;
  font-weight: normal;
}

.st-cardbox .clearfix dd h5,
.post .st-cardbox .clearfix dd h5,
#side .st-cardbox .clearfix dd h5 {
	margin-bottom:10px;
	padding-bottom:5px;
}

.st-cardbox .clearfix dd p {
	font-size:80%;
	line-height:1.5;
	margin-bottom:5px;
	color:#616161;
}

.st-cardbox .clearfix dd p.cardbox-more {
	margin-bottom:0;
}



/* 会話レイアウト */

.st-kaiwa-box {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display:table;
}

.st-kaiwa-face {
	text-align:center;
	display: table-cell;
	width:70px;
	vertical-align:top;
}

.st-kaiwa-face img{
	border-radius: 50px;
	border: 1px solid #ccc;
}

.st-kaiwa-face-name {
	color: #616161;
  	font-size:70%;
	line-height:1.5;
  	max-width:60px;
}

.st-kaiwa-area {
	display: table-cell;
	vertical-align:top;
	text-align:left;
	color: #666666;
}

.st-kaiwa-hukidashi {
	display: inline-block;
	padding: 15px 20px;
	margin-left: 20px;
	border-radius: 7px;
	position: relative;
	box-shadow: 1px 1px 2px #999999;
	font-weight: noamal;
	font-size: 100%
}

.post .st-kaiwa-hukidashi p:last-child {
	 margin-bottom:0px;
}

.st-kaiwa-hukidashi:after {
	content: "";
	position: absolute;
	top: 30px;
	left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
}

/*ふきだし反対*/

.st-kaiwa-face2 {
	text-align:center;
	display: table-cell;
	width:60px;
	vertical-align:top;
}

.st-kaiwa-face2 img{
	border-radius: 60px;
	border: 1px solid #ccc;
}

.st-kaiwa-face-name2 {
	color: #616161;
  	font-size:70%;
	line-height:1.5;
  	max-width:60px;
}

.st-kaiwa-area2 {
	display: table-cell;
	vertical-align:middle;
	text-align:right;
	color: #666666;
}

.st-kaiwa-hukidashi2 {
	display: inline-block;
	padding: 15px 20px;
	margin-right: 20px;
	border-radius: 7px;
	position: relative;
	text-align:left;
	box-shadow: -1px 1px 2px #999999;
	font-weight: normal;
	font-size: 100%
}

.post .st-kaiwa-hukidashi2 p:last-child {
	 margin-bottom:0px;
}

.st-kaiwa-hukidashi2:after {
	content: "";
	position: absolute;
	top: 30px;
	right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
}

h10 {
position: relative;
color: #158b2b;
font-size: 16px;
padding: 10px 0;
text-align: center;
left: 3%;
bottom: 0.1em;
margin: 1.5em 0;
font-weight: bold;
}
h10:before {
content: "";
position: absolute;
top: -4px;
left: 50%;
width: 80px;
height: 40px;
border-radius: 50%;
border: 2.5px solid #9acd32;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}



.h3modoki, .post .related_post_title{
	font-size: 13px!important;
	background-color: #356c92!important;
	}

/*.entry-content a {
  font-weight: bold;
	color: #167ac6!important;
}*/



.kanren h3 {
    margin: 0 0 3px;
}

.kanren h3 a,
.post .kanren h3 a {
    color: #1a1a1a;
	font-size: 15px!important;
	line-height: 1.3em!important;
	font-weight: bold;
}


/* マーカー線・黄色 */
.marker9{
background:linear-gradient(transparent 0%, #ffff66 0%);
font-weight:bold; 
}


.h3modoki, .post .related_post_title{
	font-size: 14px!important;
		font-weight: bold;
	background: #f8e469!important;
	}
	


/* スマホにだけ指定 */
@media only screen and (max-width: 480px) {
/* 基本の文字 */
p,
.post h5 /* H5 */
{
	margin-bottom: 20px;
	color: #444444;
	font-size: 15px;	
	line-height: 1.6em;
}

	}
	
	
	


/* クリップbox*/
.clip-box-a {
 position: relative;
 margin: 1em auto;
 padding: 15px 35px 15px 25px;
 width: 90%; /* ボックス幅 */
 background-color: #fff; /* ボックス背景色 */
 color: #333; /* 文章色 */
 border: 1.0px solid #ccc; /* 枠線 */
 box-shadow: 1px 1px 3px #acacac; /* 影の色 */
}
.clip-box-a:before {
 position: absolute;
 content: '';
 top: -10px;
 right: 10px;
 height: 30px;
 width: 7.5px;
 border: 3px solid #ff0000; /*クリップ色 */
 background: none;
 border-radius: 12px;
 box-shadow: 1px 1px 2px #999;
 transform: rotate(10deg);
 z-index: 1;
}
.clip-box-a:after {
 position: absolute;
 content: '';
 top: 0px;
 width: 10px; 
 right: 19px;
 border: 3px solid #fff; /*背景色と同じ色にする*/
 z-index: 2;
}
/*2019.05.30追加*/

/* 画像付きコメントボックス */

.st-user-comment-box {
	display:flex;
	align-items: center;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.st-user-comment-img {
	width:70px
}

.st-user-comment-img img {
	border-radius:50%;
}

.st-user-comment-text{
	padding-left:10px;width:calc(100% - 50px);
}

.st-user-comment-text p:not(.st-user-comment-attribute) {
	font-weight:bold;
	margin-bottom:-20px;
	line-height:1.5;
				color: #ef5350!important;
}

.st-user-comment-box .st-star,
.st-user-comment-attribute {
	font-size:70%;
	margin-bottom:0;
	font-weight:normal;
}

@media print, screen and (max-width: 959px) {
	.st-user-comment-text p:not(.st-user-comment-attribute) {
		line-height:1.3;
	}

	.st-user-comment-box .st-star,
	.st-user-comment-attribute {
		font-size:90%;
	}
}

.st-user-comment-attribute {
	color:#9E9E9E;
}

.st-user-comment-box .st-star {
	margin-left: 7px;
}

.st-mybox .st-user-comment-box .fa-star-half-o,
.st-mybox .st-user-comment-box .fa-star-o,
.st-mybox .st-user-comment-box .fa-star {
    margin-right: 0;
}

/* スマホにだけ指定 */

@media only screen and (max-width: 480px) {
	div#wrapper-in {
		padding: 0;
	}
/* フッター文字 */
#footer .footerlogo {
	font-size: 12px;
	line-height:1.0em;
	margin-bottom: 10px;
	font-weight:bold;
}
	#footer p {
	font-size: 10px;
	margin-bottom:5px;
}
	header .descr {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 13px !important;
	padding-bottom: 0;
	color: #3C4043;
}
}

/* ステップ */
.st-step-box {
 	position: absolute;
	top: -15px;
	left: -5px;
  display:block;
}

.st-step {
 	position: relative;
	display: inline-block;
 	margin: 0 15px 0 0;
	padding: 5px 7px;
 	width: 50px;
 	height: 50px;
 	vertical-align: middle;
 	text-align: center;
 	color: #FFF;
	font-size: 13px;
	background: #d9333f;
 	box-sizing: border-box;
  line-height:18px;

}

.st-step:before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 13px solid #d9333f;
 	z-index: 0;
}

.st-step .step-arrow{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 13px solid #d9333f;
 	z-index: 0;
}

.st-step-no {
	font-size:150%;
	font-weight: bold;
}

.st-step-title {
  position: relative;
  font-size:16px;
  line-height:1.4em;
  font-weight:bold;
  padding: 10px 10px 10px 65px;
  background:#fff;
  margin-top:30px;
	color: #ff3300!important;
}

.st-step-title .st-step {
  font-weight:normal;
}





.content-post-slider .post-slide-title,
.post-card-list .post-card-title {
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/*--ぱんくず--*/
#breadcrumb ol {
    padding:0px 0px 2px;/*周りの余白*/
}

#breadcrumb ol li {
    color: #555555;/*記号の色*/
    font-size: 12px;/*記号のサイズ*/
    display: inline-block;/*横並びに均等配置*/
}

#breadcrumb ol li a {
    font-weight: 500;/*文字を太字に*/
    text-decoration: none;/*下線なし*/
    color: #555555;/*文字色*/
    font-size: 12px;/*文字サイズ*/

}

#breadcrumb ol li:first-child a {
    padding: 0px 5px 0px 5px;/*1列目ボックス内の余白*/
    margin-right: -4px;/*1列目ボックス右側の間隔*/
}

#breadcrumb ol li:first-child a:before{/*1列目のアイコン*/
    font-family: FontAwesome;/*アイコン取得先*/
    content: "\f015";/*アイコンコード*/
    color: #d9333f;/*アイコン色*/
    font-weight: normal;/*アイコンの太さ*/
    font-size: 1.7em;/*アイコンサイズ*/
    margin-right: 2px;/*文字との間隔*/
}

#breadcrumb ol li a:before{/*2列目以降のアイコン*/
    font-family: FontAwesome;/*アイコン取得先*/
    content: "\f07c";/*アイコンコード*/
    color:#d9333f;/*アイコン色*/
    font-weight: normal;/*アイコンの太さ*/
    font-size: 1.5em;/*アイコンサイズ*/
    margin-right: 1px;/*文字との間隔*/
}

/* カード+テキスト */
#st-header-under-widgets-box .content-post-slider.is-fullsize-text .post-slide-title,
.content-post-slider.is-fullsize-text .post-slide-title, .post-card-list .post-card-title{
	font-size: 0.8em;
	line-height: 1.5;
}

.post-card-date .fa,
.post-slide-date .fa{
margin-right:5px;
}

@media only screen and (min-width: 960px) {
	.content-post-slider .post-slide-date,
	.post-card-list .post-card-date {
		font-size: .8em;
		display: none!important;
	}
}
.content-post-slider .post-slide-excerpt,
.post-card-list .post-card-excerpt {
	overflow: hidden;
	font-size: 1em;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
    padding: 0px;
	color:#616161;
	text-align: left;
	display: none!important;
}


.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) li,
.post .st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) li:last-child {
	border-bottom:dotted 1px #ccc;
	font-size: 14px;
  line-height:1.3;
	padding:10px 0;
	margin:0;
	list-style:none;
	text-indent:-1.3em;
	padding-left:1.3em;
}

.st-kaiwa-hukidashi {
	display: inline-block;
	padding: 15px 20px;
	margin-left: 20px;
	border-radius: 7px;
	position: relative;
	font-size: 95%;
	line-height:1.6;
	color: #383838;
}

.st-kaiwa-hukidashi2 {
	display: inline-block;
	padding: 15px 20px;
	margin-right: 20px;
	border-radius: 7px;
	position: relative;
	text-align:left;
	font-size: 95%;
	line-height:1.6;
	color: #383838;
}

/*ランキング*/
.poprank-no{
	/*font-family: 'Montserrat', sans-serif;*/
	position:absolute;
	top:0;
	left:0;
	min-width:27px;
	height:27px;
	line-height:27px;
	text-align:center;
	font-size:80%;
background:#61b3cf!important;
	color:#fff;
	font-weight:bold;
	z-index:9999;
}


