body .ancNav li a {
	text-decoration: none;
}
body .ancNav li a:hover {
	text-decoration: underline;
}

.item-area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item-area.threeblock .item {
	width: 30%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.item-area.threeblock .item p,
.item-area.threeblock .item img {
	width: 100%;
}

.item-area.threeblock .item img {
	max-width: 350px;
}

@media screen and (max-width: 640px) {
	.item-area.threeblock .item {
		width: 100%;
		max-width: 400px;
		margin-bottom:30px;
		padding-bottom:20px;
	}
	.item-area.threeblock .item:last-child {
		border-bottom: none;
		padding-bottom:0;
	}
}



.item-area.arrow.threeblock .item:nth-of-type(1)::after,
.item-area.arrow.threeblock .item:nth-of-type(2)::after {
	content: "";
	position: absolute;
	top: 10%;
	bottom: 0;
	margin: auto;
	right: -13%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #6ca3de;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.item-area.arrow.threeblock .item:nth-of-type(1)::after,
	.item-area.arrow.threeblock .item:nth-of-type(2)::after {
		content: "";
		position: absolute;
		top: auto;
		bottom: -12px;
		margin: auto;
		right: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #6ca3de transparent transparent transparent;
	}

	.item-area.arrow.threeblock .item {
		width: 100%;
		margin: 0 auto 30px;

	}
	.item-area.arrow.threeblock .item img {
		width: 100%;
	}
}



#feature04 {
	margin-top: -101px;
	padding-top: 101px;
}
@media screen and (max-width: 768px) {
	#feature04 {
		margin-top: 0;
		padding-top: 0;
	}
}





.pc-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pc-flex h3.flex-left {
	width: 20%;
}

.pc-flex .flex-center {
	width: 60%;
}

.pc-flex .flex-right {
	width: 20%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media screen and (max-width: 768px) {

	.pc-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pc-flex h3.flex-left {
		width: 100%;
	}

	.pc-flex .flex-center {
		width: 100%;
		margin-left: 20px;
		margin-top: 10px;
	}

	.pc-flex .flex-right {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		margin-left: 20px;
		margin-top: 10px;
	}
}


span.price.openprice {
	display: table-cell;
	width: 100%;
	padding-right: 0.5em;
	font-size: 16px;
}


.spectbl.w90 {
    width: 90px;
}
.spectbl.w240 {
    width: 240px;
}
