@charset "utf-8";

/* 20241029 added by Fabo */
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs19 { font-size: 19px; }
.fs20 { font-size: 20px; }

.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,
.entry-content .contents-textarea :first-child {
	margin-top: 0 !important;
}

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

.strong {
	color: #914058;
}

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

.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: #f8f4ed;
}

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

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

.entry-btn {
	margin-top: 40px;
	text-align: center;
}
.entry-btn a {
	display: inline-block;
	position: relative;
	min-width: 280px;
	height: 55px;
	padding: 0 30px;
	background: #c3a668;
	line-height: 55px;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	border-radius: 28px;
	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;
}

.template-flow-01 {
	position: relative;
	margin: 40px 0 80px !important;
	padding-left: 120px;
}
.template-flow-01::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	width: 15px;
	height: 100%;
	margin-left: -8px;
	background: #eee;
}
.template-flow-01 > li {
	position: relative;
	margin-left: 0 !important;
	list-style: none !important;
}
.template-flow-01 > li:not(:last-child) {
	margin-bottom: 6vh;
}
.template-flow-01 > li .icon {
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 3;
	padding: 8px 20px;
	background: #914058;
	color: #fff;
	font-size: 14px;
}
.template-flow-01 > li .icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	border-width: 5px 0 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #914058;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.template-flow-01 .template {
	position: relative;
	padding-left: 70px;
}
.template-flow-01 .template::before,
.template-flow-01 .template::after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
}
.template-flow-01 .template::before {
	top: 17px;
	left: -4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #914058;
}
.template-flow-01 .template::after {
	position: absolute;
	top: 20px;
	left: 5px;
	width: 50px;
	border-bottom: 1px dashed #999;
}
.template-flow-01 > li dl dt {
	margin-bottom: 1vh;
	color: #914058;
	font-size: 20px;
	font-weight: bold;
}


.term-flow .template-flow-01 .template-img-right {
	width: 300px;
}