@charset "UTF-8";

.feature {
}

.feature_ttl {
}

.feature_cnt {
}

.feature_head {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.feature_txt {
	display: table-cell;
	vertical-align: top;
}

.feature_img {
	display: table-cell;
	vertical-align: top;
	text-align: right;
}

.feature_row {
	display: table;
	width: 100%;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.feature_col {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.feature_col.-caution {
	border-left: 1px solid #ccc;
	padding-left: 30px;
}

.feature_subttl {
	margin-bottom: 5px;
}

.feature_subttl:before {
	font-family: icomoon;
	content: "\e900";
	color: #1c92e4;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.feature_list {
}

.feature_list > li {
	text-indent: -1em;
	padding-left: 1em;
}

.feature_list > li:before {
	content: "・";
}

.feature_memo {
	margin-top: 20px;
}

.example {
}

.example_ttl {
	font-weight: bold;
}

.example_txt {
	margin-bottom: 20px;
}

.example_list {
	list-style: none;
	margin-bottom: 30px;
}

.example_item {
	width: 23.6%;
	float: left;
	margin-left: 30px;
	position: relative;
}

.example_item:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 18px;
	border-color: transparent transparent transparent #50a9e3;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: -24px;
}

.example_item:first-child {
	margin-left: 0;
}

.example_item:first-child:before {
	display: none;
}

.example_item_img {
}

.example_item_head {
	position: relative;
}

.example_item_ttl {
	font-weight: bold;
	color: #FF6666;
}

.example_item_zoom {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width:980px) {
	.feature {
	}

	.feature_ttl {
	}

	.feature_cnt {
	}

	.feature_head {
	}

	.feature_txt {
	}

	.feature_img {
	}

	.feature_row {
	}

	.feature_col {
	}

	.feature_col.-caution {
	}

	.feature_subttl {
	}

	.feature_subttl:before {
	}

	.feature_list {
	}

	.feature_list > li {
	}

	.feature_list > li:before {
	}

	.feature_memo {
	}

	.example {
	}

	.example_ttl {
	}

	.example_txt {
	}

	.example_list {
	}

	.example_item {
	}

	.example_item:before {
	}

	.example_item:first-child {
	}

	.example_item:first-child:before {
	}

	.example_item_img {
	}

	.example_item_head {
	}

	.example_item_ttl {
	}

	.example_item_zoom {
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.feature {
	}

	.feature_ttl {
	}

	.feature_cnt {
	}

	.feature_head {
	}

	.feature_txt {
		display: block;
	}

	.feature_img {
	display: block;
	text-align: center;
	margin-top: 20px;
	}

	.feature_row {
	padding-bottom: 20px;
	}

	.feature_col {
	display: block;
	width: 100%;
	padding: 10px 0;
	}

	.feature_col.-caution {
	padding-left: 0;
	border-left: 0px;
	border-top: 1px solid #ccc;
	}

	.feature_subttl {
	}

	.feature_subttl:before {
	}

	.feature_list {
	}

	.feature_list > li {
	}

	.feature_list > li:before {
	}

	.feature_memo {
	}

	.example {
	}

	.example_ttl {
	}

	.example_txt {
	}

	.example_list {
	}

	.example_item {
	width: 30%;
	margin-left: 4.5%;
	}

	.example_item:before {
		border-width: 8px 0 8px 6px;
		margin-top: -8px;
		left: -10%;
	}

	.example_item:first-child {
	}

	.example_item:first-child:before {
	}

	.example_item_img {
	}

	.example_item_head {
	}

	.example_item_ttl {
	}

	.example_item_zoom {
	top: 20px;
	}

}