@charset "utf-8";

/* 20230108 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 {
	padding: 0 10px;
}
.term-contact .entry-content .row,
.term-reservation .entry-content .row {
	margin: 0;
}
.term-contact .entry-content .row > div,
.term-reservation .entry-content .row > div {
	padding: 0;
}

.entry-content .template-img-right {
	margin-left: 30px;
}
.entry-content .template-img-left {
	margin-right: 30px;
}

.entry-content .template-text :first-child {
	margin-top: 0;
}
.entry-content .template-text h4 {
	margin: 20px 0 10px;
}

.strong {
	color: #2d4281;
}

.table-bordered {
	margin-bottom: 25px;
}
.table-bordered th,
.table-bordered td {
	padding: 12px 15px;
	border: 1px solid #ddd;
}
.table-bordered th {
	background: #eff1f7;
	width: 25%;
}

.table-fixed {
	margin-bottom: 25px;
	table-layout:fixed;
}
.table-fixed th,
.table-fixed td {
	padding: 12px 15px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
}
.table-fixed th {
	background: #eff1f7;
}

.contents-flowbox-group {
	margin: 40px 0 50px;
}
.contents-flowbox {
	position: relative;
	padding: 0 0 40px 35px;
}
.contents-flowbox:last-child {
	padding-bottom: 0;
}
.contents-flowbox::before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 5px;
	width: 2px;
	background: #346cac;
}
.contents-flowbox::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 12px;
	z-index: 10;
	background: #346cac;
	border-radius: 50%;
}
.contents-flowbox .template {
	margin-bottom: 0;
}
.contents-flowbox .template-img-right {
	margin-bottom: 0;
	text-align: center;
}
.contents-flowbox .template-text h4 {
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	color: #346cac;
	border: none;
	background: none;
}
.contents-flowbox .template-text h4:before {
	display: none;
}

.contents-stepbox-wrap {
	margin: 40px 0 50px;
}
.contents-stepbox {
	position: relative;
	padding-bottom: 40px;
}
.contents-stepbox:last-child {
	padding-bottom: 0;
}
.contents-stepbox::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 24px;
	width: 2px;
	background: #346cac;
}
.contents-stepbox-ico {
	position: relative;
	float: left;
	margin-right: 25px;
	display: inline-block;
	z-index: 10;
	width: 50px;
	height: 50px;
	background: #346cac;
	border-radius: 50%;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.contents-stepbox-detail {
	overflow: hidden;
}
.contents-stepbox h4 {
	display: inline-block;
	margin: 0 0 10px !important;
	padding: 0 !important;
	background: none;
	border: none;
	font-size: 18px;
	color: #333;
}
.contents-stepbox h4 strong {
	color: #195f1c;
}
.contents-stepbox h4::before {
	display: none;
}

.contents-colorbox {
	margin-bottom: 30px;
	padding: 25px;
	background: #f7f7f7;
}
.contents-colorbox :first-child {
	margin-top: 0;
}
.contents-colorbox :last-child {
	margin-bottom: 0;
}
.contents-colorbox h4 {
	margin: 0 0 8px;
}

.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: #2d4281;
	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-btn {
	margin-top: 25px;
	text-align: center;
}
.entry-btn a {
	display: inline-block;
	width: 280px;
	height: 56px;
	background: #ffdb13;
	line-height: 56px;
	color: #111;
	font-weight: bold;
	text-decoration: none !important;
}
