@charset "utf-8";
/* CSS Document */

.visitor-main-catch {
	text-align: center;

}

.tit-1 {
	font-size: 25px;
	text-align: center;
	font-weight: normal;
}

.txt-3 {
	padding: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #F2F2F6;
}

.col {
	margin: 0 0 15px 0;
	padding-left: 15px;
	padding-right: 15px;
}

section.paragraph {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 2px dotted #EFEBE9;
}

section.paragraph:last-child {
	margin: 0;
	padding-bottom: 0;
	border: none;
}

.feature-list {
	margin: 0 0 30px 0;
}

.feature-list .item {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #e95513
}

.feature-list .item .img {
	display: block;
	width: 200px;
	margin: 0 auto 15px auto;
}

.btn-box {
	margin: 20px 0 0 0;
}

.txt-4 {
	position: relative;
	padding: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #F2F2F6;
}

.txt-4:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(242, 242, 246, 0);
	border-bottom-color: #F2F2F6;
	border-width: 15px;
	margin-left: -15px;
}

.description .img {
	margin: 0 0 15px 0;
}

strong {
	font-size: 1.6em;
	font-weight: normal;
}
