@charset "utf-8";

/* 20221116 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; }

.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-left: -10px;
	margin-right: -10px;
}
.entry-content .row > div {
	padding: 0 10px;
}
.term-contact .entry-content .row {
	margin: 0;
}
.term-contact .entry-content .row > div {
	padding: 0;
}

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

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

.strong {
	color: #f7931e;
}

.contents-colorbox {
	margin: 20px 0 35px;
	padding: 20px;
	background: #f5f9f4;
}
.contents-colorbox :first-child {
	margin-top: 0;
}
.contents-colorbox :last-child {
	margin-bottom: 0;
}

.contents-borderbox {
	margin: 20px 0 35px;
	padding: 20px;
	border: #fcd4a5 1px solid;
}
.contents-borderbox :first-child {
	margin-top: 0;
}
.contents-borderbox :last-child {
	margin-bottom: 0;
}

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

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

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

/*20230711 morishita*/
.fixed-footer {
    z-index: 10;
}