/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
基本文字
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
p{
	word-wrap: break-word; /*文字を折り返す*/
	color:#334455;
}
strong{
	font-weight:bold;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
見出し
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.article-body h2{
	margin-top:15px;
	margin-bottom:15px;
	font-size:1.5em;
	background:#334455;
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
}
.article-body h3{
	margin-top:15px;
	margin-bottom:15px;
	font-size:1.2em;
	padding:3px 10px;
	border-bottom:3px solid #6091d3;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.article-body a{
	text-decoration:underline;
}
.article-body a:hover{
	color:#F08200;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ステップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.smb-step__item__number{
	background-color:#334455;
	position:relative;
}
.smb-step__item__number:before{
	font-size:1.5em;
	padding-top:8px;
}
.smb-step__item__number:after{
	content:'手順';
	color:#fff;
	font-size:0.7em;
	position:absolute;
	top:5px;
	right:4px;
	letter-spacing:0.4em;
	text-align:center;
	
}
.smb-step__item__title span{
	font-size:1.2em;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
テーブル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.wp-block-table table{
	border:1px solid #334455;
	width:90%;
	box-sizing:border-box;
}
table td{
	color:#334455;
	font-size:0.8em;
	padding:10px;
	border:1px solid #334455;
}
table td:nth-child(odd){
	width:20%;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	background:#EDEEF6;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
アラート
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.smb-alert .smb-alert__body p{
	color:#5a4d26;
}
.smb-alert.smb-alert--warning .smb-alert__body p{
	color:#361f17;
}
.smb-alert--remark .smb-alert__body p{
	color:#333;
}

