@charset "utf-8";

/* 20220325 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 {
	margin-bottom: 20px;
	padding: 0 10px;
}

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

.strong {
	color: #f18f19;
}

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

.contents-colorbox {
	position: relative;
	margin-bottom: 30px;
	padding: 25px;
	background: #fdf6ef;
}
.contents-colorbox :first-child {
	margin-top: 0;
}
.contents-colorbox :last-child {
	margin-bottom: 0;
}
.contents-colorbox:before, .contents-colorbox:after{
	position: absolute;
	top: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.contents-colorbox:before{
	border-left: solid 1px #f18f19;
	border-top: solid 1px #f18f19;
	border-bottom: solid 1px #f18f19;
	left: 0;
}
.contents-colorbox:after{
	border-top: solid 1px #f18f19;
	border-right: solid 1px #f18f19;
	border-bottom: solid 1px #f18f19;
	right: 0;
}

.contents-stepbox-wrap {
	margin-top: 35px;
}
.contents-stepbox {
	position: relative;
	padding-bottom: 30px;
}
.contents-stepbox:last-child {
	padding-bottom: 20px;
}
.contents-stepbox::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 23px;
	z-index: 0;
	width: 2px;
	background: #f18f19;
}
.contents-stepbox-ico {
	position: relative;
	float: left;
	margin-right: 30px;
	display: inline-block;
	z-index: 100;
	width: 50px;
	height: 50px;
	background: #f18f19;
	border-radius: 50%;
	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 !important;
	padding: 0 !important;
	line-height: 1 !important;
	background: none;
}

/* よくある質問 */
.table-faq {
	margin-bottom: 10px;
	width: 100%;
}
.table-faq th,
.table-faq td {
	padding: 14px 0;
	vertical-align: middle;
}
.table-faq tr:first-child th {
	width: 60px;
	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;
}