@charset "utf-8";
/*------------------------------------------------------------
	buy
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 7.9rem;
}
#gFooter {
	margin-top: 8.2rem;
}
#main .comBg {
	padding-bottom: 28rem;
}
#main .centerTxt {
	line-height: 2;
}
#main .topBox .headLine04 {
	margin-bottom: 8.8rem;
}
#main .topBox .logoImg {
	margin-bottom: 1.7rem;
	text-align: center;
}
#main .topBox .logoImg img {
	width: 41.8rem;
}
#main .topBox .headLine05 {
	margin-bottom: 7.3rem;
}
#main .topBox .headLine05 small {
	font-size: 3.3rem;
}
#main .topBox .comBanner {
	max-width: 83rem;
}
#main .topBox .centerTxt {
	margin-bottom: 6.6rem;
}
#main .topBox {
	margin-bottom: 6.6rem;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 5rem;
	}
	#main .topBox .headLine04 {
		margin-bottom: 4rem;
	}
	#main .topBox .logoImg img {
		width: 21rem;
	}
	#main .topBox .centerTxt {
		margin-bottom: 4rem;
	}
}


/* featuresBox  */
#main .featuresBox {
	max-width: 120rem;
}
#main .featuresBox .headLine04 {
	margin-bottom: 6.5rem;
	font-size: 3rem;
}
#main .featuresBox .listUl {
	margin-bottom: 4.1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 10.6rem 10rem;
}
#main .featuresBox .listUl li {
	width: calc((100% - 20rem)/3);
	position: relative;
}
#main .featuresBox .listUl li::after {
	position: absolute;
	right: -5.2rem;
	top: 3.4rem;
	width: 0.1rem;
	height: 88%;
	background-color: #333333;
	content: "";
}
#main .featuresBox .listUl li:nth-child(3n)::after {
	display: none;
}
#main .featuresBox .listUl p {
	line-height: 1.93;
	text-align: justify;
}
#main .featuresBox .headLine06 {
	margin-bottom: 0.9rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .featuresBox .headLine06 .en::after {
	width: 14.5rem;
	height: 8.5rem;
	background-image: url("../img/common/icon13.png");
}
#main .featuresBox .headLine06 .en {
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 4.3rem;
}
#main .featuresBox .headLine06 .en span {
	margin-top: -0.1rem;
	display: block;
	font-size: 4.5rem;
}
#main .featuresBox .centerTxt {
	margin-bottom: 4.9rem;
	line-height: 1.68;
	color: #473c38;
}
#main .featuresBox .btn {
	text-align: center;
}
#main .featuresBox .btn a {
	display: inline-block;
}
#main .featuresBox .btn img {
	width: 40rem;
}
@media all and (min-width: 897px) {
	#main .featuresBox .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .featuresBox .headLine04 {
		margin-bottom: 6.5rem;
		font-size: 2rem;
	}
	#main .featuresBox .listUl {
		display: block;
	}
	#main .featuresBox .listUl li {
		width: auto;
		margin-bottom: 3rem;
		padding-bottom: 3rem;
		border-bottom: 0.1rem solid #333333;
	}
	#main .featuresBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .featuresBox .headLine06 .en {
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}
	#main .featuresBox .headLine06 .en span {
		font-size: 3.4rem;
	}
	#main .featuresBox .headLine06 .en::after {
		width: 12.6rem;
		height: 6.4rem;
	}
	#main .featuresBox .headLine06 {
		font-size: 1.8rem;
	}
	#main .featuresBox .listUl li::after {
		display: none;
	}
	#main .comBg {
		padding-bottom: 10rem;
	}
}


/* comShowBox */
@media all and (min-width: 897px) {
	#main .comShowBox {
		margin-top: -15.1rem;
	}
}

/* faqBox */
#main .faqBox {
	padding-top: 10.6rem;
}
#main .faqBox .headLine06 {
	margin-bottom: 4rem;
}
@media all and (max-width: 896px) {
	#main .faqBox {
		padding-top: 5rem;
	}
}
