@charset "utf-8";

/* 20190414 added by Fabo */

.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.entry-content .row {
	margin-left: -10px;
	margin-right: -10px;
}
.entry-content .row > div {
	padding: 0 10px;
}

.strong {
	color: #f38d28;
}
.strong.pink { color: #e25c9d }
.strong.blue { color: #0195cf }

.table-bordered th {
	width: 20%;
}

.table-fixed {
	margin-bottom: 20px;
	table-layout: fixed;
}
.table-fixed th,
.table-fixed td {
	padding: 10px;
	text-align: center;
	border: 2px solid #fff !important;
}
.table-fixed th {
	color: #fff;
	background: #444;
}
.table-fixed.pink th { background: #efa4c8; }
.table-fixed.blue th { background: #71c3e4; }
.table-fixed thead th { background: #333; }
.table-fixed.pink thead th { background: #e87db1; }
.table-fixed.blue thead th { background: #34a9d9; }

.table-fixed td { background: #f7f7f7; }


.contents-colorbox {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	background: #f7f7f7;
}
.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: dotted 1px #1f5ab2;
	border-top: dotted 1px #1f5ab2;
	border-bottom: dotted 1px #1f5ab2;
	left: 0;
}
.contents-colorbox:after{
	border-top: dotted 1px #1f5ab2;
	border-right: dotted 1px #1f5ab2;
	border-bottom: dotted 1px #1f5ab2;
	right: 0;
}
.contents-colorbox h4 {
	margin-bottom: 3px;
}

.contents-borderbox {
	margin-bottom: 20px;
	padding: 20px;
	border: #333 2px solid;
}
.contents-borderbox :first-child {
	margin-top: 0;
}
.contents-borderbox :last-child {
	margin-bottom: 0;
}
.contents-borderbox h4 {
	margin-bottom: 3px;
}

.list-check li {
	position: relative;
	margin: 0 0 10px 0 !important;
	padding-left: 20px;
	list-style: none !important;
	line-height: 1.4;
}
.list-check li:before {
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 0;
	color: #f38d28;
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
	font-size: 14px;
	line-height: 1.2;
}
.list-check li:last-child {
	margin-bottom: 0 !important;
}


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