@charset "utf-8";

/* 20240227 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-right: -10px;
	margin-left: -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;
}

.entry-content .template-text :first-child {
	margin-top: 0;
}

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

.strong {
	color: #033166;
}

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

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

.contents-messagebox {
	position: relative;
	margin-bottom: 90px;
}
.contents-messagebox-detail {
	position: relative;
	z-index: 10;
	background: #fff;
	border-radius: 25px;
  box-shadow: 0px 0px 35px 0px rgba(2, 106, 153, 0.15);
	padding: 45px 50px 40px;
	margin: -70px 100px 0;
}
.contents-messagebox-detail h4 {
	margin-top: 0 !important;
}

.contents-colorbox {
	margin-bottom: 30px;
	padding: 25px;
	border-radius: 10px;
	background: #ebeff3;
}
.contents-colorbox :first-child {
	margin-top: 0 !important;
}
.contents-colorbox :last-child {
	margin-bottom: 0 !important;
}

.contents-flowbox-group {
	margin: 40px 0 50px;
}
.contents-flowbox {
	position: relative;
	padding: 0 0 45px 35px;
}
.contents-flowbox:last-child {
	padding-bottom: 0;
}
.contents-flowbox::before {
	content: '';
	position: absolute;
	top: 6px;
	bottom: 0;
	left: 6px;
	width: 2px;
	background: #499cdc;
}
.contents-flowbox::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 10;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #499cdc;
}
.contents-flowbox .template {
	margin-bottom: 0;
}
.contents-flowbox .template-img-right {
	margin: 0 0 0 25px;
	text-align: center;
}
.contents-flowbox h4 {
	margin-bottom: 10px !important;
	padding: 0 !important;
	border: none;
	background: none !important;
	line-height: 1.6;
	font-size: 19px;
}
.contents-flowbox h4:before {
	display: none;
}

.contents-stepbox-group {
	margin: 30px 0 40px;
}
.contents-stepbox {
	position: relative;
	padding-bottom: 30px;
}
.contents-stepbox:last-child {
	padding-bottom: 0;
}
.contents-stepbox::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 24px;
	width: 2px;
	background: #499cdc;
}
.contents-stepbox-ico {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 10;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	border-radius: 50%;
	background: #499cdc;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.contents-stepbox-detail {
	overflow: hidden;
}
.contents-stepbox h4 {
	display: inline-block;
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: none;
	background: none !important;
	font-size: 16px;
}
.contents-stepbox h4::before {
	display: none;
}

.list-check li {
	position: relative;
	margin: 0 0 6px 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;
	line-height: 1.8;
	color: #499cdc;
	font-family: 'Font Awesome 5 Free';
	font-size: 15px;
	font-weight: 900;
}
.list-check li:last-child {
	margin-bottom: 0 !important;
}

/*iframe*/
.map-wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}

.entry-btn {
	margin-top: 30px;
	text-align: center;
}
.entry-btn a {
	display: inline-block;
	position: relative;
	width: 250px;
	height: 50px;
	background: -moz-linear-gradient( 0deg, rgb(108,176,225) 0%, rgb(17,90,169) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(108,176,225) 0%, rgb(17,90,169) 100%);
	background: -ms-linear-gradient( 0deg, rgb(108,176,225) 0%, rgb(17,90,169) 100%);
	line-height: 50px;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	border-radius: 25px;
	text-decoration: none !important;
}
.entry-btn a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '\f105';
	color: #fff;
	font-weight: 600;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.entry-btn a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}