@charset "utf-8";

.contents-box{
	margin: 0 0 20px 0;
}
.contents-centerbox{
	margin: 0 0 20px 0;
	text-align: center;
}
.contents-100box{
	margin: 0 0 20px 0;
	padding: 20px;
}
.contents-textarea{
	overflow: hidden;
}
.contents-leftimg{
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}
.contents-rightimg{
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
}
.contents-centerimg{
	display: inline;
	margin: 0 5px;
}
.contents-centerimg img{
	padding: 5px;
	background: #eaeaea;
	border: #ccc 1px solid;
}
.contents-50leftbox{
	float: left;
	width: 49%;
}
.contents-50rightbox{
	float: right;
	width: 49%;
}
.contents-table{
	margin: 0 0 20px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.contents-table .odd{
	background: #eee;
}
.contents-table th{
	padding: 10px;
	border-bottom: #ccc 1px dashed;
}
.contents-table td{
	padding: 10px;
	text-align: right;
	border-left: #ccc 1px dashed;
	border-bottom: #ccc 1px dashed;
}
.firstlarge:first-letter{
	float: left;
	padding: 3px 5px 0 0;
	font-size: 3em;
	font-weight: bold;
}


/* ======================================
2021/12/22 added by nakazato
======================================== */


/* h3デザイン変更 */
.entry-content h3, .h3 {
	position: relative;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: bold;
	background: #ececec;
}
.entry-content h3:before, .h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 3px;
	height: 100%;
	/*background: linear-gradient(180deg, #589de0 0%, #589de0 30%, #dddddd 30%, #dddddd 100%); */
	background: #0163be;
}


/* h4デザイン変更 */
.entry-content h4, .h4 {
	position: relative;
	padding: 5px 12px;
	font-size: 15px;
	font-weight: bold;
}
.entry-content h4:before, .h4:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 2px;
	height: 50%;
	background: linear-gradient(180deg, #de7879 0%, #de7879 30%, #dddddd 30%, #dddddd 100%);
}


/* テンプレートテーブル */
.table-bordered th {
	background-color: #e1e0e0;
	text-align:center;
	color:#333;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #bababa;
	vertical-align:middle;
}