@charset "utf-8";

/* old style */
.contents-box {
	margin: 0 0 20px 0;
}

.contents-centerbox {
	margin: 0 0 20px 0;
	text-align: center;
}

.contents-textarea {
	overflow: hidden;
}

.entry-content .contents-textarea :first-child {
	margin-top: 0;
}

.contents-leftimg {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}

.contents-rightimg {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
}

.contents-50leftimg {
	float: left;
	width: 49%;
}

.contents-50rightimg {
	float: right;
	width: 49%;
}

.img-frame {
	padding: 1px;
	background: #fff;
	border: #ccc4b3 1px solid;
}

.table01 {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}
.table01 th {
	padding: 10px;
	width: 25%;
	background: #e2dfdc;
	border: #c6c0b9 1px solid;
}
.table01 td {
	padding: 10px;
	background: #fff;
	border: #c6c0b9 1px solid;
}


/* 20220913 added by Fabo */
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.entry-content .row {
	margin-left: -10px;
	margin-right: -10px;
}
.entry-content .row > div {
	margin-bottom: 20px;
	padding: 0 10px;
}

.term-contact .entry-content .row {
	margin: 0;
}
.term-contact .entry-content .row > div {
	margin: 0;
	padding: 0;
}

.btn-primary.-full {
	width: 100%;
	padding: 10px;
}

.btn-primary.-half {
	width: 50%;
	padding: 10px;
}

.table-fixed {
	margin: 0 0 20px 0;
	table-layout: fixed;
}
.table-fixed th,
.table-fixed td {
	padding: 10px;
	border: #c6c0b9 1px solid;
	text-align: center;
	vertical-align: middle;
}
.table-fixed th {
	width: 25%;
	background: #e2dfdc;
}
.table-fixed td {
	background: #fff;
}

.contents-colorbox {
	margin-bottom: 20px;
	padding: 15px;
	background: rgba(165, 153, 141, .2);
}

.contents-colorbox :first-child {
	margin-top: 0;
}
.contents-colorbox :last-child {
	margin-bottom: 0;
}

.list-check li {
	position: relative;
	margin: 0 0 10px 0 !important;
	padding-left: 25px;
	list-style: none !important;
	line-height: 1.8;
}
.list-check li:before {
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 0;
	color: #4a693d;
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
	font-size: 15px;
	line-height: 1.8;
}
.list-check li:last-child {
	margin-bottom: 0 !important;
}


.entry-content .googlemap {
	border: 1px solid #fff;
}
.entry-content .googlemap iframe {
	vertical-align: top;
}