/** {
	font-family: Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;
	margin: 0px;
	padding: 0px;
}*/

/* フォント */
* {
	font-family: arial,sans-serif;
	margin: 0px;
	padding: 0px;
}


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

#side aside ul li {
  list-style-type: disc;
  list-style-position: inside;
	color: #777777;
	margin: 0px;
	padding: 5px;
	font-size: 13px;
	line-height: 1.3em;
	border-bottom: 0.1px dotted #333;
}

#side aside .children li {
	padding-left: 10px;
	font-size: 12px!important;
	line-height: 1.4em!important;
	list-style: none;
	padding-left:45px;
}

#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:14px;
	line-height:14px;
	margin-bottom:5px;
}


/*サイドバーの記事タイトル*/
	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.2em;
	}


/* 固定ページ */
@media screen and (min-width: 980px) {
dl.fltdl {
	margin-bottom: 20px;
}
dl.fltdl dt {
	float: left;
}
dl.fltdl dd {
	margin-left: 320px;
	color:#3C4043;
		font-size: 14px;	
	line-height: 150%!important;
}
}
@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;
	color:#3C4043;
	line-height: 150%!important;
	}
}
.clearfix {
	clear: both;
}


/* 基本の文字 */
p,
.post h5 /* H5 */
{
	margin-bottom: 20px;
	/*font-weight: 500;*/
	color: #151513;
}


/* H3 */
.post h3:not(.st-css-no2):not(.rankh3):not(#reply-title),
.h3modoki,
.st-step-title{
}


a {
	color: #005ead;
	font-weight: bold;
	text-decoration: none;
  font-size: 102%;
}


/*見出し付ボックス*/

.freebox {
	border:solid 2px #EB8686;
	padding:10px 20px;
	background:#fffbf4;
	border-radius: 5px;
	font-size: 14px;
	line-height: 25px;
	margin: 20px;
	position:relative;
}

.p-free {
	padding:0;
	}

.p-free:after {
	content: "";	
	display:block;
	margin-bottom:30px;
	}

.p-entry-f {
	padding:3px -20px;
	margin:-15px 10px 10px 20px!important;
	font-size:15px;
	font-weight:bold;
	background:#EB8686;
	color:#fff;
	border-radius: 5px;
	position:absolute;
	top:0;
	left:0;
	max-width:80%;
}

.p-entry-f .fa {
	margin-right: 5px;
}

.free-inbox {
	padding:10px 15px 10px;
	text-align:left;
}

.free-inbox p {
	margin-bottom: 10px;
	font-size:16px;
	color: #775454;
}

.free-inbox p:last-child {
	margin-bottom: 10px;
}



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


.rmarker {
	background:#ff99ab;
}

.rmarker-s {
	background:linear-gradient(transparent 70%,#ffCC66 0%);
}

.graybox {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	color: #2b2b2b;
	font-size: 13px!important;
	line-height: 1.5;
}
.graybox:not(.noborder) {
	border: solid 1px #e6e6e6;
}



/*マイボックスメモ*/
.st-mybox {
	position: relative;
	margin: 25px 0;
	padding: 0 20px;
	border-radius: 8px;
	background: #fff;
}

.wp-block-st-blocks-my-box.st-mybox { /* Gutenberg */
    border-radius: 5px;
}

.st-in-mybox {
	padding: 20px 0;
}

.st-in-mybox p {
	margin-bottom: 10px;
}

.st-in-mybox p:last-child {
	margin-bottom: 0;
}

.st-mybox .fa {
	margin-right: 5px;
}

.st-mybox .st-mybox-title {
	position: absolute;
	display: inline-block;
	top: -0.8em;
	left: 10px;
	padding: 5px 10px -5px 10px;
	line-height: 1.5;
	font-weight:bold;
	margin-bottom:10px;
}

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


.yellowbox1 {
	padding:20px;
	background-color:#F2F2EB;
	margin-bottom:20px;
}
.yellowbox1:not(.noborder) {
	/*border:solid 0px #fff462;*/
}


/*ブログカード風*/

.st-cardbox {
	padding:15px;
	border:1px solid #ccc;
	margin-bottom:5px;
  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: #151513;
}

.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;
	font-size:15px;
	line-height:1.5;
}

.st-cardbox .clearfix dd p {
	font-size:80%;
	line-height:1.3;
	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: #3C4043;
}

.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: #3C4043;
}

.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;
}

/* タブ */
#st-tab-content label {
	-webkit-appearance: none;
	border-top:2px solid #aec4e5;
	border-right:2px solid #aec4e5;
	border-left:2px solid #aec4e5;
	border-bottom: none;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	text-align: center;
	width: 30%;
	box-sizing: border-box;
	opacity: 0.5;
	border-radius: 5px 5px 0 0;
	height:auto;
}

.inyoumodoki {
	background-color: #fff;
	background-image: url(http://www.cashingoo.com/wp-content/uploads/2020/11/inyo-2-e1604884633221.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	/*border-left-width: 1px;*/
	/*border-left-style: solid;*/
border: solid 1px #c0c0c0;
}


.post .inyoumodoki p:last-child,
.post .inyoumodoki ol:last-child,
.post .inyoumodoki ul:last-child {
	margin-bottom:0;
	padding-bottom:0;
}

/* 目次（カスタム） */
#st_toc_container {
    margin: 0 auto 20px;
    text-align: center;
}

#st_toc_container .st_toc_title {
	text-align:center;
	padding: 5px;
	font-weight:bold;
	position:relative;
 	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid #333;
	margin-bottom: 5px;
	font-size:85%!important;
}

#st_toc_container .st_toc_title {
	margin:0 auto 20px;
}

/* 閉じたとき */
#st_toc_container.st_toc_contracted .st_toc_title {
	margin:0 auto 10px;
}

#st_toc_container .st_toc_title:before {
  	content: "\f0f6\00a0";
  	font-family: FontAwesome;
}

#st_toc_container .st_toc_title .st_toc_toggle {
	font-weight: normal;
	font-size:85%;
}

.post #st_toc_container ul,
.post #st_toc_container ol {
	list-style: none;
	margin-bottom: 0;
}

.st_toc_number {
	font-weight:bold;
	margin-right:5px;
	color:#ccc;
}

#st_toc_container ul a {
	display: block;
	text-decoration: none;
	color: #000;
	padding-bottom:7px;
	border-bottom: 1px dashed #ccc;
}

#st_toc_container ul li li a {
	padding-left: 5px;
	
}

#st_toc_container ul a:hover {
	opacity:0.5;
}

#st_toc_container .st_toc_list > li> li > a {
	margin-bottom:10px;
}

#st_toc_container .st_toc_list > li > a {
	border-bottom: none;
}

.post #st_toc_container ul ul {
	padding:  5px 0;
}

.post #st_toc_container ul ul ul {
	padding-left: 10px;
}

#st_toc_container li {
	font-weight:bold;
	margin-bottom: 5px;
	padding: 0;
	list-style-type:none;
	text-align: left;
	text-indent:-0.8em;
	padding-left:1em;
}

#st_toc_container > ul > li {
	font-size: 14px!important;
	line-height: 1.3;
}

#st_toc_container li a:before {
  	font-family: FontAwesome;
  	content: "\f0da\00a0\00a0";
  	color: #333;
}

#st_toc_container li li a:before {
  	content: none;
}

#st_toc_container li li {
	text-align:left;
	font-weight:normal;
	list-style:decimal outside none;
	text-indent:0;
	padding: 5px 0;
}

#st_toc_container li li li{
	margin-bottom:0;
	padding:3px 0;
	list-style-type:none;
	text-indent:-0.8em;
	padding-left:1em;
}

#st_toc_container li li li a{
	border:none;
	margin-bottom:0;
	padding:0;
}

#st_toc_container li li li a:before {
	font-family: FontAwesome;
	content: "\f0da\00a0\00a0";
	color: #9E9E9E;
}

/* 第一階層のみの場合 */
#st_toc_container.only-toc .st_toc_list {
	padding: 10px 20px 20px 40px;
}

#st_toc_container.only-toc li{
	padding:0;
	font-weight:normal;	
	text-indent: 0;
	list-style-type: decimal;
	border-bottom:dotted 1px #ccc;
}

#st_toc_container.only-toc ul a {
    padding: 5px;
}

#st_toc_container.only-toc li a:before{
	content: none;	
}

#st_toc_container.only-toc li a:before {
  	content: none;
}