@charset "utf-8";

/* 20221028 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 .template-img-right {
	margin-left: 30px;
}
.entry-content .template-img-left {
	margin-right: 30px;
}

.strong {
	color: #e60012;
}

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

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

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

/* よくある質問 */
.table-faq {
	margin-bottom: 10px;
	width: 100%;
}
.table-faq th,
.table-faq td {
	padding: 12px 0;
	vertical-align: middle;
}
.table-faq tr:first-child th {
	width: 65px;
	border-bottom: #ddd 1px solid;
}
.table-faq tr:first-child td {
	font-size: 16px;
	font-weight: bold;
	border-bottom: #ddd 1px solid;
}
.table-faq tr:nth-child(2) th {
	vertical-align: top;
}

.entry-btn {
	margin: 25px 0;
	text-align: center;
}
.entry-btn a {
	display: inline-block;
	width: 300px;
	height: 65px;
	background: #009a44;
	border-radius: 33px;
	line-height: 65px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}