@charset "utf-8";

/* 20201213 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: -15px;
	margin-right: -15px;
}
.entry-content .row > div {
	margin-bottom: 30px;
	padding: 0 15px;
}

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

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

.template.-line {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
}
.template.-line .template-img-right,
.template.-line .template-img-left {
	margin-bottom: 0;
}

.strong {
	color: #1658a2;
}

.table-bordered th,
.table-bordered td {
	padding: 15px 20px;
	border-color: #ddd;
}
.table-bordered th {
	width: 25%;
	background: #edf2f8;
}

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

.contents-merit-box-wrap {
	margin: 40px 0 60px;
}
.contents-merit-box {
	position: relative;
	margin-bottom: 30px;
	padding: 30px 30px 30px 70px;
	background: #f7f7f7;
}
.contents-merit-box-ico {
	position: absolute;
	top: 50%;
	left: -40px;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	        flex-direction: column;
	width: 80px;
	height: 80px;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contents-merit-box-num small {
	font-size: 12px;
}
.contents-merit-box-detail h4 {
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: none !important;
	line-height: 1.4;
	font-size: 18px;
}
.contents-merit-box-detail h4:before {
	display: none;
}

.entry-btn a {
	display: block;
	margin-top: 20px;
	width: 180px;
	height: 40px;
	background: #1658a2;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}
.entry-btn a:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}

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